body{margin:0;padding:0;box-sizing:border-box;min-height:100vh;background-color:#a8cfa0}*,*:before,*:after{box-sizing:border-box}#root{width:100%;min-height:100vh;margin:0;padding:0}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.modal-content{background:#fff;padding:2rem;border-radius:12px;width:90%;max-width:400px;position:relative;box-shadow:0 4px 20px #00000026}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}.profile-photo-section{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.photo-preview{width:100px;height:100px;border-radius:50%;background-color:#f0f0f0;background-size:cover;background-position:center;margin-bottom:1rem;cursor:pointer;display:flex;justify-content:center;align-items:center;border:2px solid #eee;overflow:hidden}.photo-placeholder{font-size:2rem;opacity:.5}.change-photo-btn{background:none;border:none;color:#007bff;cursor:pointer;font-size:.9rem}.change-photo-btn:hover{text-decoration:underline}.form-group{margin-bottom:2rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:6px;font-size:1rem}.modal-actions{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.save-btn{background-color:#007bff;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:500}.save-btn:disabled{background-color:#ccc;cursor:not-allowed}.delete-account-btn{background:none;border:none;color:#dc3545;cursor:pointer;font-size:.9rem}.delete-account-btn:hover{text-decoration:underline}.error-message{background-color:#ffebee;color:#c62828;padding:.8rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:900;opacity:0;visibility:hidden;transition:.3s ease}.overlay.show{opacity:1;visibility:visible}.side-menu{position:fixed;top:0;right:-400px;width:350px;height:100%;background-color:#fff9e5;z-index:1000;transition:.3s ease-in-out;box-shadow:-5px 0 15px #0000001a;color:#5a4a42;display:flex;flex-direction:column}.side-menu.show{right:0}.close-btn{align-self:flex-end;padding:20px;font-size:30px;cursor:pointer;color:#333}.menu-content{text-align:center;padding:20px;margin-top:20px}.sidebar-welcome-text{font-family:Just Me Again Down Here,cursive;font-size:40px;margin-bottom:-10px;color:#5a4a42;line-height:.8;transform:rotate(-5deg) translate(-5px);display:inline-block}.sidebar-studio-title{font-size:40px;color:#c0392b;margin-top:0;font-family:Anton,sans-serif;letter-spacing:2px;text-transform:uppercase;line-height:1}.star-deco{color:#8d6e63;font-size:20px;margin:20px 0}.menu-list{list-style:none;padding:0;font-size:20px}.menu-list li{margin:15px 0;letter-spacing:1px;cursor:pointer;transition:color .3s;color:#6d5d55}.menu-list li:hover{color:#d14040}.menu-list li.active{color:#c0392b;font-weight:700;font-size:22px}.user-info{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:2rem;padding:10px;background-color:#ffffff80;border-radius:8px;transition:background-color .2s}.user-info:hover{background-color:#fffc}.user-icon{font-size:1.2rem}.user-icon-img{width:30px;height:30px;border-radius:50%;object-fit:cover}.user-name{color:#5a4a42;font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-section{margin-top:30px;padding-top:20px;border-top:1px solid rgba(90,74,66,.2)}.auth-btn{width:100%;padding:12px;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s;font-family:Helvetica,sans-serif}.login-btn{background-color:#d14040;color:#fff}.login-btn:hover{background-color:#b33636;transform:translateY(-2px);box-shadow:0 4px 12px #d1404066}.logout-btn{background-color:#8d6e63;color:#fff;border:none}.logout-btn:hover{background-color:#6d5d55;transform:translateY(-2px);box-shadow:0 4px 12px #5a4a424d}.main-header{display:flex;justify-content:flex-end;padding:40px 20px;position:absolute;top:0;right:0;width:100%;z-index:100;box-sizing:border-box}.menu-icon{font-size:50px;color:#d15656;cursor:pointer}.footer-container{width:100%}.main-footer{background-color:#7a4b4b;color:#fff;padding:60px 20px 40px;position:relative}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;max-width:1200px;margin:0 auto;gap:40px}.subscribe-section{width:100%;margin-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:40px}.subscribe-section h3{font-size:1.2rem;margin-bottom:15px;font-weight:400;color:#e0e0e0}.subscribe-form{display:flex;gap:10px}.email-input{padding:12px;border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff;width:300px;font-size:14px}.email-input::placeholder{color:#ffffff80}.subscribe-btn{padding:12px 24px;background-color:#fff;border:none;color:#1a2b50;cursor:pointer;font-weight:700;transition:background-color .3s}.subscribe-btn:hover{background-color:#e0e0e0}.footer-left{flex:1}.footer-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:20px}.social-icons{display:flex;gap:20px}.social-icon{color:#fff9;transition:color .3s,transform .3s}.social-icon:hover{color:#fff;transform:translateY(-2px)}.social-icon svg{width:24px;height:24px}.footer-links{margin-bottom:10px}.language-selector{display:flex;align-items:center;gap:20px;font-size:14px;color:#fffc}.lang-korean{cursor:pointer;display:flex;align-items:center;gap:5px}.privacy-policy a{color:#fff;text-decoration:none;font-weight:700;font-size:14px;transition:opacity .3s}.privacy-policy a:hover{opacity:.8}.copyright{font-size:12px;color:#fff6;letter-spacing:.5px;margin-top:10px;text-transform:uppercase}.chat-widget-btn{position:fixed;bottom:20px;right:20px;background-color:#d65a5a;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;box-shadow:0 2px 10px #0003;z-index:1000;transition:transform .3s;text-decoration:none}.chat-widget-btn:hover{transform:scale(1.1)}@media(max-width:768px){.footer-content{flex-direction:column;align-items:flex-start;gap:30px}.footer-right{align-items:flex-start;text-align:left;width:100%}.subscribe-form{flex-direction:column;width:100%}.email-input{width:100%}}.app-layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}.container{background-color:#a8cfa0;min-height:100vh;font-family:sans-serif;color:#fff;position:relative;display:flex;flex-direction:column;align-items:center}.home-title-section{text-align:center;padding:60px 20px 100px;width:100%}.welcome-text{font-family:Just Me Again Down Here,cursive;font-size:6rem;color:#f0f0f0;margin:0;line-height:.8;transform:rotate(-5deg) translate(-20px);display:inline-block}.studio-title{font-family:Anton,sans-serif;font-size:9rem;color:#d14040;margin:0;line-height:1;text-transform:uppercase;letter-spacing:2px}.pre-debut-rookies{font-family:helvetica;font-size:24px;color:#fffc;text-align:center;margin-top:100px;margin-bottom:350px}.character-container{display:flex;justify-content:center;align-items:flex-start;gap:0px;padding-top:240px;flex-wrap:wrap}.star{font-size:24px;color:#d15656;margin-top:100px}.chat-btn{position:fixed;bottom:30px;right:30px;background-color:#d14040;color:#fff;width:60px;height:60px;border-radius:50%;font-size:30px;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 4px 10px #0003}@media(max-width:768px){.character-container{padding-top:100px}.welcome-text{font-size:3rem;transform:rotate(-5deg) translate(-10px)}.studio-title{font-size:13vw}.pre-debut-rookies{margin-bottom:150px;font-size:18px}.home-title-section{padding-bottom:60px}}
