:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;min-width:320px;min-height:100vh;overflow-x:hidden;overflow-y:auto}#root{width:100%;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app-container{width:100%;min-height:100vh;margin:0;padding:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.app-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#ff6b35,#ff8f35)}.loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:app-spinner .8s linear infinite}@keyframes app-spinner{to{transform:rotate(360deg)}}.splash-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#ff6b35,#ff8f35,#ff6b35);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center;padding:20px;position:relative;overflow:hidden}.bubbles-container{position:absolute;inset:0;overflow:hidden;pointer-events:none}.bubble{position:absolute;bottom:-100px;left:var(--left);width:var(--size);height:var(--size);background:#ffffff26;border-radius:50%;animation:floatUp var(--duration) ease-in-out infinite;animation-delay:var(--delay)}.bubble:before{content:"";position:absolute;top:20%;left:20%;width:30%;height:30%;background:#ffffff4d;border-radius:50%}@keyframes floatUp{0%{transform:translateY(0) scale(1);opacity:.7}50%{opacity:1}to{transform:translateY(-120vh) scale(.5);opacity:0}}.splash-content{display:flex;flex-direction:column;align-items:center;gap:20px;position:relative;z-index:10}.splash-logo{width:100px;height:100px;background:#fff3;border:3px solid white;border-radius:24px;display:flex;align-items:center;justify-content:center;animation:bounceIn .8s ease-out;box-shadow:0 10px 40px #0003}.splash-logo-icon{font-size:50px}.splash-title{font-size:3.5rem;margin:0;font-weight:800;letter-spacing:-1px;animation:fadeInDown .8s ease-out .3s backwards;text-shadow:0 4px 20px rgba(0,0,0,.2)}.splash-subtitle{font-size:1.2rem;margin:0;opacity:.95;animation:fadeInUp .8s ease-out .5s backwards;font-weight:500}.loading-dots{display:flex;gap:10px;margin-top:20px;animation:fadeIn .5s ease-out .7s backwards}.loading-dots span{width:12px;height:12px;background:#fff;border-radius:50%;animation:dotPulse 1.4s ease-in-out infinite}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.splash-logo{width:80px;height:80px;border-radius:20px}.splash-logo-icon{font-size:40px}.splash-title{font-size:2.5rem}.splash-subtitle{font-size:1rem}.loading-dots span{width:10px;height:10px}}.auth-container{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff6b35,#f7931e);overflow-x:hidden;overflow-y:auto;padding:0}.auth-wrapper{display:flex;width:100%;min-height:100vh;background:#fff;box-shadow:0 20px 60px #0000004d;border-radius:0;overflow:hidden}.auth-left{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;color:#fff;position:relative;overflow:hidden}.feature-icon{font-size:24px;flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#fff;animation:pulse 2s ease-in-out infinite}.feature:nth-child(1) .feature-icon{animation-delay:0s}.feature:nth-child(2) .feature-icon{animation-delay:.2s}.feature:nth-child(3) .feature-icon{animation-delay:.4s}@keyframes floatBubble1{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-20px) scale(1.05)}50%{transform:translate(-20px,-40px) scale(.95)}75%{transform:translate(20px,-10px) scale(1.02)}}@keyframes floatBubble2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(40px,30px) scale(1.1)}66%{transform:translate(-30px,20px) scale(.9)}}@keyframes floatBubble3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(50px,-30px) scale(1.15)}}.auth-right{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;overflow:hidden}.form-wrapper{width:100%;max-width:440px;will-change:transform;height:auto;max-height:100%;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;padding:10px 4px}.form-wrapper::-webkit-scrollbar{width:4px}.form-wrapper::-webkit-scrollbar-track{background:transparent}.form-wrapper::-webkit-scrollbar-thumb{background:#667eea4d;border-radius:4px}.form-wrapper::-webkit-scrollbar-thumb:hover{background:#667eea80}.form-wrapper{scrollbar-color:rgba(102,126,234,.3) transparent;scrollbar-width:thin}.auth-tabs{display:flex;gap:0;margin-bottom:30px;background:#f0f0f0;border-radius:14px;padding:5px;box-shadow:inset 0 2px 4px #0000000d}.form-header{margin-bottom:12px;text-align:center}.form-header h2{font-size:1.8rem;color:#1a1a1a;margin:0 0 6px;font-weight:700}.form-header p{color:#777;margin:0;font-size:.95rem}.character-display{display:flex;justify-content:center;align-items:center;margin:10px 0 20px;min-height:180px;animation:fadeInScale .8s ease-out .5s backwards}.character-container{position:relative;display:flex;align-items:center;justify-content:center}.animated-char{width:160px;height:160px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.15));transition:transform .3s ease}.animated-char.speaking{animation:bounce 3s ease-in-out infinite}.mouth-speaking-container{transform-origin:center center}.feedback-icon{position:absolute;right:-50px;top:50%;transform:translateY(-50%);animation:popInFadeOut 2s ease-in-out forwards;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}@keyframes popInFadeOut{0%{opacity:0;transform:translateY(-50%) scale(0)}20%{opacity:1;transform:translateY(-50%) scale(1.2)}30%{transform:translateY(-50%) scale(1)}80%{opacity:1;transform:translateY(-50%) scale(1)}to{opacity:0;transform:translateY(-50%) scale(.8)}}.feedback-container{min-height:24px;margin-bottom:12px;text-align:center;display:flex;justify-content:center;align-items:center}.feedback-text{font-size:1rem;font-weight:600;margin:0;padding:0 10px}.feedback-text.error{color:#f44336}.feedback-text.success{color:#4caf50}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.auth-form{display:flex;flex-direction:column;gap:12px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:.85rem;font-weight:600;color:#333}.input-wrapper{position:relative;display:flex;align-items:center;border:2px solid #f0f0f0;border-radius:16px;background:#f9f9f9;transition:all .3s ease;overflow:visible}.input-wrapper:hover{background:#fff;border-color:#e0e0e0;box-shadow:0 4px 12px #0000000d}.input-wrapper.focused{background:#fff;border-color:#667eea;box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}.input-icon,.lock-icon{padding:0 14px;font-size:18px;color:#999;display:flex;align-items:center;width:18px;height:18px;flex-shrink:0;transition:all .3s ease}.input-wrapper.focused .input-icon,.input-wrapper.focused .lock-icon{color:#667eea}.password-toggle{background:none;border:none;cursor:pointer;padding:0 14px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#999;height:100%;min-width:44px;flex-shrink:0}.password-toggle:hover{color:#667eea}.eye-icon{width:20px;height:20px;transition:all .3s ease}.forgot-password{text-align:right;margin-top:-8px}.forgot-password a{color:#667eea;text-decoration:none;font-size:.85rem;font-weight:600;transition:all .3s ease}.btn-submit{padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:16px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:12px;margin-top:12px;position:relative;overflow:hidden;box-shadow:0 8px 20px #667eea40;letter-spacing:.5px}.btn-submit:hover{transform:translateY(-3px);box-shadow:0 12px 28px #667eea59;filter:brightness(1.05)}.divider{display:flex;align-items:center;gap:15px;margin:24px 0;color:#999}.divider span{font-size:.85rem;font-weight:600}.social-btn svg{width:20px;height:20px;transition:transform .3s ease}.social-btn:hover svg{transform:scale(1.1)}.auth-toggle{margin-top:20px;text-align:center}.auth-toggle p{margin:0;color:#666;font-size:.9rem}.toggle-link{background:none;border:none;color:#667eea;cursor:pointer;font-weight:600;text-decoration:none;font-size:.9rem;transition:all .3s ease}.toggle-link:hover{color:#764ba2;text-decoration:underline}.terms-text{font-size:.75rem;color:#999;text-align:center;margin-top:16px;line-height:1.6}.terms-text a:hover{text-decoration:underline}.auth-wrapper{display:flex;width:100%;max-width:1400px;height:100vh;background:#fff;box-shadow:0 20px 60px #0000004d;border-radius:24px;overflow:hidden}.auth-left{flex:1;background:linear-gradient(135deg,#ff6b35,#f7931e);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;color:#fff;position:relative;overflow:hidden}.brand-content{position:relative;z-index:2;text-align:center}.logo-container{margin-bottom:30px;display:flex;justify-content:center}.logo-circle{width:90px;height:90px;background:#ffffff40;border:3px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:44px;font-weight:700;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);animation:slideInDown .8s ease-out;box-shadow:0 8px 24px #0000001a}.logo-text{color:#fff}.brand-title{font-size:3.5rem;font-weight:700;margin:25px 0 12px;letter-spacing:-1.5px;animation:fadeInUp .8s ease-out .2s backwards;text-shadow:0 4px 12px rgba(0,0,0,.1)}.brand-subtitle{font-size:1.15rem;opacity:.95;margin:0 0 45px;line-height:1.7;animation:fadeInUp .8s ease-out .3s backwards}.features{display:flex;flex-direction:column;gap:15px}.feature{display:flex;align-items:center;gap:15px;padding:16px 20px;background:#ffffff26;border-radius:14px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:fadeInUp .8s ease-out backwards;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.feature:hover{background:#fff3;transform:translate(5px)}.feature-icon{font-size:24px;flex-shrink:0}.feature p{margin:0;font-size:1rem;font-weight:500}.decoration{position:absolute;border-radius:50%;opacity:.15;pointer-events:none;background:#fff}.decoration-1{width:300px;height:300px;bottom:-100px;right:-100px;animation:floatBubble1 8s ease-in-out infinite}.decoration-2{width:200px;height:200px;top:-50px;left:-50px;animation:floatBubble2 10s ease-in-out infinite}.decoration-3{width:150px;height:150px;bottom:50px;left:10%;animation:floatBubble3 6s ease-in-out infinite}.auth-right{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;overflow-y:auto}.form-wrapper{width:100%;max-width:440px;will-change:transform}.auth-tabs{display:flex;gap:0;margin-bottom:35px;background:#f0f0f0;border-radius:14px;padding:5px;box-shadow:inset 0 2px 4px #0000000d}.tab{flex:1;padding:13px;border:none;background:transparent;font-size:1rem;font-weight:600;color:#999;cursor:pointer;border-radius:11px;transition:all .3s ease}.tab.active{background:#fff;color:#667eea;box-shadow:0 4px 16px #667eea33,0 2px 8px #0000000d;transform:scale(1.02)}.form-content{animation:fadeInUp .6s ease-out}.form-header{margin-bottom:25px;text-align:center}.form-header h2{font-size:2rem;color:#1a1a1a;margin:0 0 10px;font-weight:700}.form-header p{color:#777;margin:0;font-size:1rem}.character-display{display:flex;justify-content:center;align-items:center;margin:20px 0 25px;min-height:160px;animation:fadeInScale .8s ease-out .5s backwards}.animated-char{width:150px;height:150px;filter:drop-shadow(0 8px 16px rgba(0,0,0,.12));animation:bounce 3s ease-in-out infinite;transition:transform .3s ease}.animated-char:hover{transform:scale(1.05)}.eyes-open,.eyes-closed{animation:fadeIn .25s ease-out}.mouth{transition:all .3s ease-out}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.auth-form{display:flex;flex-direction:column;gap:18px}.form-group label{font-size:.9rem;font-weight:600;color:#333}.input-wrapper{position:relative;display:flex;align-items:center;border:2px solid #e0e0e0;border-radius:12px;background:#fff;transition:all .3s ease;overflow:hidden}.input-wrapper.focused{border-color:#667eea;box-shadow:0 0 0 4px #667eea1f;transform:translateY(-2px)}.input-icon{padding:0 14px;font-size:18px;color:#999;display:flex;align-items:center}.input-wrapper input{flex:1;border:none;background:transparent;padding:14px 14px 14px 0;font-size:1rem;color:#333;outline:none}.input-wrapper input::placeholder{color:#bbb}.password-toggle{background:none;border:none;cursor:pointer;font-size:20px;padding:0 14px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#999;height:100%;min-width:44px}.password-toggle:hover{color:#667eea;transform:scale(1.15)}.password-toggle:active{transform:scale(.95)}.forgot-password{text-align:right;margin-top:-10px}.forgot-password a{color:#667eea;text-decoration:none;font-size:.9rem;font-weight:600;transition:all .3s ease}.forgot-password a:hover{color:#764ba2;text-decoration:underline}.btn-submit{padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:12px;position:relative;overflow:hidden;box-shadow:0 4px 14px #667eea4d}.btn-submit:hover{transform:translateY(-3px);box-shadow:0 12px 28px #667eea59}.btn-submit:active{transform:translateY(-1px)}.divider{display:flex;align-items:center;gap:15px;margin:28px 0;color:#999}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#e0e0e0}.divider span{font-size:.9rem;font-weight:600}.social-login{display:flex;gap:12px;width:100%}.social-btn{flex:1;padding:13px;border:2px solid #e0e0e0;background:#fff;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:600;color:#333;font-size:.95rem}.social-btn svg{width:22px;height:22px}.social-btn:hover{border-color:#667eea;background:#f8f9fa;transform:translateY(-3px);box-shadow:0 6px 16px #667eea2e}.social-btn:active{transform:translateY(-1px)}.auth-switch-container{margin-top:25px;display:flex;justify-content:center}.auth-switch{position:relative;display:flex;background:#f0f0f0;border-radius:30px;padding:4px;width:100%;max-width:280px;box-shadow:inset 0 2px 4px #0000000d}.switch-slider{position:absolute;top:4px;bottom:4px;width:calc(50% - 4px);background:#fff;border-radius:26px;box-shadow:0 2px 8px #0000001a;transition:transform .3s cubic-bezier(.68,-.55,.265,1.55);z-index:1}.switch-slider.left{transform:translate(0)}.switch-slider.right{transform:translate(100%)}.switch-btn{flex:1;position:relative;z-index:2;background:transparent;border:none;padding:12px;font-size:.95rem;font-weight:600;color:#999;cursor:pointer;transition:color .3s ease;border-radius:26px}.switch-btn.active{color:#667eea}.terms-text{font-size:.8rem;color:#999;text-align:center;margin-top:20px;line-height:1.6}.terms-text a{color:#667eea;text-decoration:none;font-weight:600}.mobile-header{display:none}@media(max-width:1024px){.auth-wrapper{border-radius:0}.auth-left{padding:40px 30px}.auth-right{padding:30px}.brand-title{font-size:2.8rem}.brand-subtitle{font-size:1rem;margin-bottom:35px}.animated-char{width:120px;height:120px}}@media(max-width:768px){.auth-wrapper{flex-direction:column;height:auto;min-height:100vh;box-shadow:none}.auth-container{align-items:flex-start;padding:0;overflow-y:auto;overflow-x:hidden}.auth-left{display:none}.mobile-header{display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;padding:30px 20px 15px;color:#ff6b35;text-align:center}.mobile-logo-circle{display:none}.mobile-brand-title{font-size:2.5rem;font-weight:800;margin:0;letter-spacing:-.5px;animation:fadeInUp .8s ease-out .2s backwards;color:#ff6b35}.mobile-brand-subtitle{display:none}.auth-right{flex:1;padding:20px;background:#fff}.form-wrapper{max-width:100%;max-height:none}.character-display{min-height:150px;margin:10px 0 15px}.animated-char{width:140px;height:140px}.form-header{margin-bottom:10px}.form-header h2{font-size:1.6rem;margin-bottom:4px}.form-header p{font-size:.85rem}.auth-form{gap:10px}.form-group{gap:4px}.social-btn span{display:none}.social-btn{padding:12px;justify-content:center}.social-btn svg{width:22px;height:22px}.divider{margin:20px 0}.divider span{font-size:.8rem}.auth-switch-container{margin-top:20px}.terms-text{font-size:.7rem;margin-top:12px}}@media(max-width:480px){.mobile-header{padding:30px 16px 15px}.mobile-logo-circle{width:70px;height:70px;font-size:32px;margin-bottom:10px}.mobile-brand-title{font-size:2.8rem;font-weight:800;margin-bottom:4px}.mobile-brand-subtitle{font-size:.85rem}.auth-right{padding:12px 16px;min-height:auto}.form-wrapper{max-width:100%}.character-display{min-height:150px;margin:8px 0 12px}.animated-char{width:140px;height:140px}.form-header{margin-bottom:8px}.form-header h2{font-size:1.5rem;margin-bottom:3px}.form-header p{font-size:.8rem}.auth-form{gap:8px}.form-group{gap:4px}.form-group label{font-size:.8rem;margin-bottom:0}.input-wrapper{border-radius:12px}.input-wrapper input{font-size:16px;padding:11px 12px 11px 0}.input-icon,.lock-icon{padding:0 10px;width:16px;height:16px}.password-toggle{padding:0 10px;min-width:40px}.eye-icon{width:18px;height:18px}.forgot-password{margin-top:-4px}.btn-submit{padding:12px;font-size:.95rem;margin-top:4px}.divider{margin:14px 0}.divider span{font-size:.75rem}.social-btn{padding:11px}.social-btn svg{width:20px;height:20px}.auth-switch-container{margin-top:12px}.terms-text{font-size:.65rem;margin-top:8px}.feedback-container{min-height:20px;margin-bottom:8px}}.homepage{min-height:100vh;background:#f4f6f9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;overflow-x:hidden;max-width:100vw;position:relative}.parallax-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ff6b35,#ff8c5a,#ffb347);display:flex;align-items:center;justify-content:center;z-index:9999;animation:parallaxFadeOut 2.5s ease-in-out forwards}.parallax-content{text-align:center;animation:parallaxZoomIn .8s ease-out forwards}.parallax-icon{font-size:80px;margin-bottom:20px;animation:parallaxBounce 1s ease-in-out infinite}.parallax-title{font-size:42px;font-weight:800;color:#fff;margin-bottom:10px;text-shadow:0 4px 20px rgba(0,0,0,.2);animation:parallaxSlideUp .6s ease-out .2s both}.parallax-subtitle{font-size:18px;color:#ffffffe6;font-weight:500;animation:parallaxSlideUp .6s ease-out .4s both}@keyframes parallaxFadeOut{0%,70%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes parallaxZoomIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes parallaxBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes parallaxSlideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.header{background:#fff;box-shadow:0 2px 10px #0000000f;position:sticky;top:0;z-index:100;transition:transform .3s ease;overflow:hidden}.header-hidden{transform:translateY(-100%)}.header-content{padding:12px 16px;display:flex;flex-direction:column;gap:8px;overflow:hidden}.header-top-row{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:100%;overflow:hidden}.logo{display:flex;align-items:center;gap:10px;flex-shrink:0;cursor:pointer}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#ff6b35,#ff8c5a);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px}.logo-text{font-size:1.3rem;font-weight:800;color:#ff6b35}.delivery-info{display:none}.delivery-time{font-size:13px;font-weight:700;color:#333}.delivery-location{font-size:12px;color:#666}.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.header-icon-btn{background:none;border:none;padding:0;cursor:pointer;flex-shrink:0}.header-icon-btn.profile-btn{display:flex;align-items:center;gap:8px;flex-shrink:0}.user-name{font-size:13px;font-weight:600;color:#333;max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:1}.icon-circle{width:44px;height:44px;background:#f5f5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.icon-circle svg{width:22px;height:22px;fill:#555}.header-icon-btn:hover .icon-circle{background:#ff6b35}.header-icon-btn:hover .icon-circle svg{fill:#fff}.cart-icon{position:relative;background:#ff6b35}.cart-icon svg{fill:#fff}.cart-count{position:absolute;top:-6px;right:-6px;background:#1a1a1a;color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;border:2px solid white}.search-container{padding:0 16px 12px}.search-box{display:flex;align-items:center;gap:10px;background:#f5f5f5;padding:12px 16px;border-radius:12px;border:2px solid transparent;transition:all .2s}.search-box:focus-within{background:#fff;border-color:#ff6b35;box-shadow:0 0 0 4px #ff6b351a}.search-box svg{width:20px;height:20px;fill:#999;flex-shrink:0}.search-box input{flex:1;border:none;background:transparent;font-size:1rem;outline:none;color:#333}.search-box input::placeholder{color:#999}.categories{display:flex;gap:10px;padding:0 16px 14px;overflow-x:auto;scrollbar-width:none}.categories::-webkit-scrollbar{display:none}.category-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;background:#fff;border:2px solid #eee;border-radius:25px;cursor:pointer;white-space:nowrap;transition:all .2s;font-size:.9rem;font-weight:600;color:#333}.category-btn:hover{border-color:#ff6b35;background:#fff5f0}.category-btn.active{background:#ff6b35;color:#fff;border-color:#ff6b35}.cat-icon{font-size:1.1rem}.main{padding:16px 16px 100px}.banner{background:linear-gradient(135deg,#ff6b35,#ff8c5a);border-radius:16px;padding:28px 24px;margin-bottom:24px;text-align:center}.banner-text{color:#fff}.banner-text h1{font-size:1.5rem;font-weight:800;margin-bottom:8px;line-height:1.3}.banner-text p{font-size:.95rem;opacity:.95;margin-bottom:16px}.banner-btn{display:inline-block;padding:12px 28px;background:#fff;color:#ff6b35;border:none;border-radius:25px;font-weight:700;font-size:.95rem;cursor:pointer;transition:transform .2s}.banner-btn:hover{transform:scale(1.05)}.banner-img{display:none}.section{margin-bottom:28px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-header h2{font-size:1.2rem;font-weight:700;color:#1a1a1a}.see-all,.product-count{color:#ff6b35;font-size:.9rem;font-weight:600;cursor:pointer}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-card{background:#fff;border-radius:14px;overflow:hidden;cursor:pointer;transition:all .2s;border:2px solid transparent}.product-card:active{transform:scale(.98)}.product-img{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;align-items:center;justify-content:center;padding:16px;overflow:hidden}.product-image{width:100%;height:100%;object-fit:contain}.product-emoji{font-size:3.5rem}.product-info{padding:12px}.delivery-tag{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;color:#666;margin-bottom:6px}.delivery-tag svg{width:12px;height:12px}.product-name{font-size:.9rem;font-weight:600;color:#1a1a1a;margin-bottom:4px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-qty{font-size:.8rem;color:#888;margin-bottom:10px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.price{font-size:1rem;font-weight:700;color:#1a1a1a}.add-btn{padding:8px 16px;background:#fff;border:2px solid #FF6B35;color:#ff6b35;border-radius:8px;font-weight:700;font-size:.85rem;cursor:pointer;transition:all .2s}.add-btn:hover{background:#ff6b35;color:#fff}.qty-controls{display:flex;align-items:center;background:#ff6b35;border-radius:8px;overflow:hidden;height:32px}.qty-controls .qty-btn{width:32px;height:32px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.qty-controls .qty-btn svg{width:16px;height:16px;fill:#fff}.qty-controls .qty-btn:hover{background:#fff3}.qty-controls .qty-value{min-width:28px;text-align:center;font-weight:700;color:#fff;font-size:.9rem}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.loading p{color:#666;font-size:.95rem}.empty{text-align:center;padding:50px 20px}.empty span{font-size:3.5rem;display:block;margin-bottom:16px}.empty h3{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:8px}.empty p{color:#666;font-size:.9rem;margin-bottom:20px}.refresh-btn{background:#ff6b35;color:#fff;border:none;padding:12px 28px;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer}.cart-footer{position:fixed;bottom:0;left:0;right:0;background:#1a1a1a;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;z-index:200}.cart-info{display:flex;flex-direction:column;gap:2px}.cart-items{font-size:.8rem;color:#aaa}.cart-total{font-size:1.1rem;font-weight:700;color:#fff}.checkout-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#ff6b35;color:#fff;border:none;border-radius:10px;font-weight:700;font-size:.95rem;cursor:pointer}.checkout-btn svg{width:18px;height:18px}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:flex-end;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:20px 20px 0 0;width:100%;max-height:85vh;overflow-y:auto;animation:slideUp .3s ease-out;position:relative}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;background:transparent;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;padding:0;transition:all .2s}.modal-close:hover{transform:scale(1.1)}.modal-close img{width:32px;height:32px;object-fit:contain}.modal-img{width:100%;height:200px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.modal-product-image{width:100%;height:100%;object-fit:contain;padding:20px}.modal-emoji{font-size:5rem}.modal-content{padding:20px}.modal-content h2{font-size:1.2rem;font-weight:700;color:#1a1a1a;margin-bottom:6px}.modal-qty{color:#666;font-size:.9rem;margin-bottom:12px}.modal-desc{color:#555;font-size:.9rem;line-height:1.5;margin-bottom:16px}.modal-delivery{display:flex;align-items:center;gap:8px;color:#666;font-size:.9rem;margin-bottom:16px}.modal-delivery svg{width:18px;height:18px;fill:#666}.modal-price{margin-bottom:20px}.modal-price .current{font-size:1.4rem;font-weight:700;color:#1a1a1a}.modal-actions{display:flex;gap:12px}.modal-qty-control{display:flex;align-items:center;background:#f5f5f5;border-radius:12px;overflow:hidden}.modal-qty-control button{width:44px;height:44px;border:none;background:transparent;font-size:1.3rem;cursor:pointer;color:#ff6b35}.modal-qty-control span{padding:0 16px;font-size:1.1rem;font-weight:700}.modal-add-btn{flex:1;padding:14px 20px;background:#ff6b35;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer}@media(min-width:768px){.header-content{padding:16px 24px}.search-container,.categories{padding:0 24px 14px}.main{padding:24px;max-width:1400px;margin:0 auto}.banner{padding:40px;display:flex;align-items:center;justify-content:space-between;text-align:left}.banner-text{max-width:450px}.banner-text h1{font-size:2rem}.banner-img{display:block;font-size:5rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:#ff6b35}.cart-footer{display:none}.modal-overlay{align-items:center}.modal{max-width:450px;border-radius:20px;margin:auto;max-height:80vh}.modal-img{height:250px;border-radius:20px 20px 0 0}.modal-emoji{font-size:6rem}.modal-close{top:16px;right:16px;width:40px;height:40px;background:#fff;border-radius:50%;box-shadow:0 2px 10px #00000026}.modal-close img{width:24px;height:24px}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}.cart-overlay{position:fixed;inset:0;background:#00000080;z-index:998;opacity:0;visibility:hidden;transition:all .3s ease}.cart-overlay.open{opacity:1;visibility:visible}.cart-sidebar{position:fixed;top:0;right:-100%;width:100%;max-width:400px;height:100vh;background:#fff;z-index:999;transition:right .3s ease;display:flex;flex-direction:column;box-shadow:-4px 0 20px #00000026}.cart-sidebar.open{right:0}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #eee}.cart-header h2{font-size:1.3rem;font-weight:700;color:#1a1a1a;margin:0}.close-cart-btn{width:40px;height:40px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.close-cart-btn:hover{background:#eee}.close-cart-btn svg{fill:#666}.cart-items-list{flex:1;overflow-y:auto;padding:16px}.empty-cart{text-align:center;padding:60px 20px}.empty-cart-icon{font-size:4rem;display:block;margin-bottom:16px}.empty-cart h3{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 8px}.empty-cart p{color:#666;font-size:.9rem;margin:0}.cart-item{display:flex;align-items:center;gap:12px;padding:14px;background:#f8f8f8;border-radius:12px;margin-bottom:12px}.cart-item-img{width:60px;height:60px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:2rem;flex-shrink:0}.cart-item-info{flex:1;min-width:0}.cart-item-info h4{font-size:.95rem;font-weight:600;color:#1a1a1a;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-info p{font-size:.8rem;color:#666;margin:0 0 4px}.cart-item-price{font-size:.95rem;font-weight:700;color:#ff6b35}.cart-item-controls{display:flex;align-items:center;gap:8px;background:#ff6b35;border-radius:8px;padding:4px}.cart-item-controls button{width:28px;height:28px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .2s}.cart-item-controls button:hover{background:#fff3}.cart-item-controls button svg{fill:#fff}.cart-item-controls span{min-width:20px;text-align:center;color:#fff;font-weight:700;font-size:.9rem}.cart-footer-sidebar{padding:20px;border-top:1px solid #eee;background:#fff}.cart-summary{margin-bottom:16px}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:.95rem;color:#666}.summary-row.total{border-top:1px solid #eee;padding-top:12px;margin-top:8px;font-weight:700;color:#1a1a1a;font-size:1.1rem}.free-delivery{color:#4caf50;font-weight:600}.place-order-btn{width:100%;padding:16px;background:#ff6b35;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s}.place-order-btn:hover{background:#e55a28}@media(max-width:480px){.cart-sidebar{max-width:100%}.delivery-info{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;padding:6px 0 0;width:100%}.delivery-time{font-size:12px}.delivery-location{font-size:11px}.logo-text{font-size:1.4rem}.logo-icon{width:40px;height:40px;font-size:20px}.user-name{display:none}.icon-circle{width:44px;height:44px}.icon-circle svg{width:22px;height:22px}.banner-text h1{font-size:1.9rem;line-height:1.25}}@media(min-width:481px)and (max-width:767px){.delivery-info{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;padding:6px 0 0}.user-name{display:none}.logo-text{font-size:1.3rem}.logo-icon{width:38px;height:38px;font-size:18px}.icon-circle{width:42px;height:42px}.icon-circle svg{width:20px;height:20px}.banner-text h1{font-size:1.75rem}}@media(min-width:768px){.header-content{flex-direction:row;align-items:center;justify-content:space-between;padding:16px 24px}.header-top-row{flex:1;display:flex;align-items:center;gap:20px}.delivery-info{display:flex;flex-direction:column;gap:2px;padding-left:20px;border-left:1px solid #eee}.delivery-time{font-size:14px}.delivery-location{font-size:12px;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.profile-page{min-height:100vh;background:#f8f8f8;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.mobile-menu-overlay{position:fixed;inset:0;background:#00000080;z-index:998;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-slide-menu{position:fixed;top:0;right:-280px;width:280px;height:100vh;background:#fff;z-index:999;transition:right .3s ease;box-shadow:-4px 0 20px #00000026;display:flex;flex-direction:column}.mobile-slide-menu.open{right:0}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #eee}.mobile-menu-header h3{font-size:1.2rem;font-weight:700;color:#1a1a1a}.close-menu-btn{width:36px;height:36px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.close-menu-btn:hover{background:#eee}.close-menu-btn svg{width:20px;height:20px;fill:#666}.mobile-menu-nav{flex:1;padding:16px;display:flex;flex-direction:column;gap:8px}.mobile-menu-item{display:flex;align-items:center;gap:14px;padding:16px;background:#f8f8f8;border:none;border-radius:12px;cursor:pointer;transition:all .2s;text-align:left}.mobile-menu-item:hover{background:#fff5f0}.mobile-menu-item.active{background:#ff6b35}.mobile-menu-item.active svg{fill:#fff}.mobile-menu-item.active span{color:#fff}.mobile-menu-item svg{width:22px;height:22px;fill:#555;flex-shrink:0}.mobile-menu-item span{font-size:.95rem;font-weight:600;color:#333}.mobile-menu-item.logout{margin-top:auto;background:#fff0f0}.mobile-menu-item.logout svg{fill:#e53935}.mobile-menu-item.logout span{color:#e53935}.mobile-menu-item.logout:hover{background:#ffe5e5}.hamburger-btn{width:40px;height:40px;border:none;background:transparent;border-radius:10px;cursor:pointer;display:none;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;padding:0}.hamburger-btn:hover{transform:scale(1.05)}.hamburger-btn img{width:28px;height:28px;object-fit:contain}.profile-header{background:#fff;box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:100;padding:16px 20px}.profile-header-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:16px}.back-btn{width:40px;height:40px;border:none;background:transparent;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;padding:0}.back-btn:hover{transform:scale(1.05)}.back-btn img{width:28px;height:28px;object-fit:contain}.profile-header-title{font-size:1.3rem;font-weight:700;color:#1a1a1a;flex:1}.profile-content{max-width:1200px;margin:0 auto;padding:24px 20px;display:grid;grid-template-columns:300px 1fr;gap:24px}.profile-sidebar{display:flex;flex-direction:column;gap:16px}.profile-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px #0000000a}.profile-avatar-section{text-align:center;padding-bottom:20px;border-bottom:1px solid #eee;margin-bottom:20px}.profile-avatar{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#ff6b35,#ff8f35);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:2.5rem;color:#fff;position:relative;overflow:hidden}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-avatar-edit{position:absolute;bottom:0;left:0;right:0;background:#00000080;padding:6px;font-size:.7rem;cursor:pointer}.profile-name{font-size:1.3rem;font-weight:700;color:#1a1a1a;margin-bottom:4px}.profile-email{font-size:.9rem;color:#666}.profile-menu{display:flex;flex-direction:column;gap:4px}.profile-menu-item{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:10px;cursor:pointer;transition:all .2s;color:#333;text-decoration:none;border:none;background:transparent;width:100%;text-align:left;font-size:.95rem}.profile-menu-item:hover{background:#f5f5f5}.profile-menu-item.active{background:#fff5f0;color:#ff6b35}.profile-menu-item svg{width:22px;height:22px;flex-shrink:0}.profile-menu-item span{flex:1}.profile-menu-item .arrow{width:16px;height:16px;color:#999}.logout-btn{color:#e53935;margin-top:10px}.logout-btn:hover{background:#ffebee}.profile-main{display:flex;flex-direction:column;gap:20px}.section-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px #0000000a}.section-title{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between}.section-title .edit-btn{font-size:.85rem;color:#ff6b35;cursor:pointer;font-weight:600;padding:6px 12px;border-radius:6px;transition:all .2s}.section-title .edit-btn:hover{background:#fff5f0}.profile-form{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:.85rem;font-weight:600;color:#666}.form-group input,.form-group textarea{padding:14px 16px;border:1.5px solid #eee;border-radius:10px;font-size:.95rem;transition:all .2s;background:#f9f9f9}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ff6b35;background:#fff;box-shadow:0 0 0 3px #ff6b351a}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:100px}.form-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:12px;margin-top:10px}.btn-cancel{padding:12px 24px;border:1.5px solid #ddd;background:#fff;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;color:#666}.btn-cancel:hover{background:#f5f5f5;border-color:#ccc}.btn-save{padding:12px 24px;border:none;background:linear-gradient(135deg,#ff6b35,#ff8f35);color:#fff;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-save:hover{transform:scale(1.02);box-shadow:0 4px 15px #ff6b3566}.btn-save:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.info-item{display:flex;flex-direction:column;gap:6px}.info-item.full-width{grid-column:1 / -1}.info-label{font-size:.8rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:1rem;color:#1a1a1a;font-weight:500}.info-value.empty{color:#999;font-style:italic}.address-list{display:flex;flex-direction:column;gap:16px}.address-item{display:flex;gap:16px;padding:16px;background:#f9f9f9;border-radius:12px;border:1.5px solid transparent;transition:all .2s}.address-item:hover{border-color:#ff6b35}.address-item.default{background:#fff5f0;border-color:#ff6b35}.address-icon{width:44px;height:44px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.address-details{flex:1}.address-type{font-size:.9rem;font-weight:700;color:#1a1a1a;margin-bottom:4px;display:flex;align-items:center;gap:8px}.address-badge{font-size:.7rem;font-weight:600;background:#ff6b35;color:#fff;padding:2px 8px;border-radius:4px}.address-text{font-size:.85rem;color:#666;line-height:1.5}.address-actions{display:flex;flex-direction:column;gap:8px}.address-action-btn{padding:8px;border:none;background:#fff;border-radius:8px;cursor:pointer;color:#666;transition:all .2s}.address-action-btn:hover{background:#ff6b35;color:#fff}.add-address-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;border:2px dashed #ddd;border-radius:12px;background:transparent;color:#666;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.add-address-btn:hover{border-color:#ff6b35;color:#ff6b35;background:#fff5f0}.order-list{display:flex;flex-direction:column;gap:16px}.order-item{display:flex;align-items:center;gap:16px;padding:16px;background:#f9f9f9;border-radius:12px;cursor:pointer;transition:all .2s}.order-item:hover{background:#f5f5f5}.order-icon{width:50px;height:50px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.order-details{flex:1}.order-id{font-size:.85rem;font-weight:700;color:#1a1a1a;margin-bottom:4px}.order-items{font-size:.8rem;color:#666;margin-bottom:4px}.order-date{font-size:.75rem;color:#999}.order-status{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.order-price{font-size:.95rem;font-weight:700;color:#1a1a1a}.status-badge{font-size:.7rem;font-weight:600;padding:4px 10px;border-radius:20px}.status-badge.delivered{background:#e8f5e9;color:#2e7d32}.status-badge.pending{background:#fff3e0;color:#ef6c00}.status-badge.cancelled{background:#ffebee;color:#c62828}.empty-state{text-align:center;padding:40px 20px}.empty-icon{font-size:3.5rem;margin-bottom:12px}.empty-title{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:6px}.empty-text{font-size:.9rem;color:#666}.location-picker{margin-bottom:20px}.location-btn{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff5f0;border:1.5px solid #FF6B35;border-radius:10px;cursor:pointer;width:100%;transition:all .2s}.location-btn:hover{background:#ff6b35;color:#fff}.location-btn svg{width:24px;height:24px;color:#ff6b35}.location-btn:hover svg{color:#fff}.location-btn span{font-size:.9rem;font-weight:600;color:#ff6b35}.location-btn:hover span{color:#fff}.mobile-profile-card{display:none;align-items:center;gap:16px;padding:20px 16px;background:#fff;border-bottom:8px solid #f5f5f5}.mobile-profile-avatar{width:70px;height:70px;border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid #FF6B35}.mobile-profile-avatar img{width:100%;height:100%;object-fit:cover}.mobile-profile-info{flex:1;min-width:0}.mobile-profile-info h2{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin:0 0 4px}.mobile-profile-info p{font-size:.85rem;color:#666;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-edit-btn{width:40px;height:40px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.mobile-edit-btn:hover{background:#ff6b35}.mobile-edit-btn svg{fill:#666}.mobile-edit-btn:hover svg{fill:#fff}@media(max-width:900px){.hamburger-btn,.mobile-profile-card{display:flex}.profile-content{grid-template-columns:1fr;gap:0;padding:0}.profile-sidebar{display:none}.profile-main{order:1}.info-grid,.profile-form{grid-template-columns:1fr}.profile-page:before{content:"";display:block;height:0}.section-card{border-radius:0;margin:0}}@media(max-width:480px){.profile-header{padding:12px 16px;background:#ff6b35}.profile-header-content{padding:0;gap:12px}.back-btn{width:36px;height:36px}.back-btn img{width:24px;height:24px;filter:brightness(0) invert(1)}.profile-header-title{font-size:1.1rem;flex:1;color:#fff}.hamburger-btn img{filter:brightness(0) invert(1)}.profile-content{padding:0}.section-card{padding:16px;border-radius:0;box-shadow:none;border-bottom:8px solid #f5f5f5}.section-title{font-size:1rem;flex-direction:row;align-items:center;justify-content:space-between;gap:10px}.form-group input,.form-group textarea{padding:12px 14px;font-size:16px}}.loading-spinner{display:flex;align-items:center;justify-content:center;padding:40px}.spinner{width:40px;height:40px;border:3px solid #f5f5f5;border-top-color:#ff6b35;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.success-message{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#e8f5e9;border-radius:10px;color:#2e7d32;font-size:.9rem;font-weight:500;margin-bottom:16px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.success-message svg{width:20px;height:20px;flex-shrink:0}
