.header-dashboard{background:#fff;padding:1rem 2rem;box-shadow:0 1px 3px #0000001a;border-bottom:1px solid #e2e8f0}.header-dashboard-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.dashboard-logo{font-size:1.5rem;font-weight:700;color:#1e293b;text-decoration:none;display:flex;align-items:center;gap:.75rem;margin-right:auto;margin-left:-50px}.logo-image{height:55px;width:auto;object-fit:contain}.logo-text{font-size:1.5rem;font-weight:800;color:#1e293b;letter-spacing:-.5px}.dashboard-menu{list-style:none;display:flex;gap:2rem;align-items:center}.dashboard-item{margin:0}.dashboard-link{color:#64748b;text-decoration:none;font-weight:500;transition:color .3s ease}.dashboard-link:hover{color:#07c}.dashboard-link-create{background:#ff7a00;color:#fff!important;padding:.5rem 1rem;border-radius:8px;transition:background-color .3s ease}.dashboard-link-create:hover{background:#ff8c1a}.dashboard-user{display:flex;align-items:center;gap:12px;padding-left:20px;border-left:1px solid #e2e8f0}.user-profile-link{display:flex;align-items:center;gap:8px;text-decoration:none;padding:4px 10px 4px 4px;border-radius:24px;transition:background .2s ease}.user-profile-link:hover{background:#f1f5f9}.user-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;color:#fff;overflow:hidden;text-transform:uppercase}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-name{color:#1e293b;font-weight:600;font-size:.875rem;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logout-btn{background:transparent;border:1px solid #e2e8f0;color:#64748b;padding:6px 12px;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.logout-btn:hover{background:#fee;border-color:#fcc;color:#c33}.nav-link-login{background:#ff7a00;color:#fff;padding:10px 24px;border-radius:10px;font-weight:600;transition:all .3s ease}.nav-link-login:hover{background:#ff8c1a;transform:translateY(-2px);box-shadow:0 4px 12px #ff7a004d}@media (max-width: 768px){.header-dashboard-container{padding:0 1rem}.dashboard-menu{gap:1rem}.dashboard-logo{font-size:1.2rem}.user-name{display:none}.dashboard-user{padding-left:12px}}.splash-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#f8fafc;display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden}.splash-content{position:relative;z-index:2;text-align:center;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.splash-logo-container{position:relative;display:inline-block;margin-bottom:2rem;animation:logoFloat 3s ease-in-out infinite}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.splash-logo{width:300px;height:300px;object-fit:contain;position:relative;z-index:2;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;filter:drop-shadow(0 4px 20px rgba(0,119,204,.15))}.splash-logo-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:350px;height:350px;background:radial-gradient(circle,rgba(0,119,204,.1) 0%,transparent 70%);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}}.splash-title{font-size:3.5rem;font-weight:700;color:#1e293b;margin:0 0 .5rem;letter-spacing:-1px}.splash-subtitle{font-size:1.25rem;color:#64748b;margin:0 0 3rem;font-weight:400}.splash-loader{width:200px;height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden;margin:0 auto}.loader-bar{width:40%;height:100%;background:linear-gradient(90deg,#ff7a00,#ffb366);border-radius:2px;animation:loading 1.5s ease-in-out infinite;box-shadow:0 0 10px #ff7a004d}@keyframes loading{0%{transform:translate(-100%)}to{transform:translate(400%)}}.splash-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.splash-background:before,.splash-background:after{content:"🌲";position:absolute;font-size:4rem;opacity:.08;animation:float 8s ease-in-out infinite}.splash-background:before{content:"🌲";top:10%;left:10%;animation-delay:0s}.splash-background:after{content:"🛣️";bottom:15%;right:10%;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}.splash-circle{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(0,119,204,.05) 0%,transparent 70%)}.splash-circle-1{width:400px;height:400px;top:-100px;right:-100px;animation:floatCircle1 8s ease-in-out infinite}.splash-circle-2{width:300px;height:300px;bottom:-50px;left:-50px;animation:floatCircle2 10s ease-in-out infinite}.splash-circle-3{width:250px;height:250px;top:50%;left:10%;animation:floatCircle3 12s ease-in-out infinite}@keyframes floatCircle1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-30px,30px) scale(1.1)}}@keyframes floatCircle2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(40px,-40px) scale(1.15)}}@keyframes floatCircle3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-20px,20px) scale(1.05)}}@media (max-width: 768px){.splash-logo{width:100px;height:100px}.splash-title{font-size:2.5rem}.splash-subtitle{font-size:1rem}.splash-loader{width:150px}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#07c,#08d);padding:20px;position:relative}.btn-back-home{position:absolute;top:24px;left:24px;background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);padding:10px 20px;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-back-home:hover{background:#ffffff4d;border-color:#ffffff80;transform:translate(-4px)}.auth-container{background:#fff;border-radius:24px;padding:24px 48px 40px;max-width:480px;width:100%;box-shadow:0 20px 60px #0000004d;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;margin-bottom:4px}.auth-logo{font-size:2.5rem;margin-bottom:12px}.auth-logo-img{width:120px;height:120px;object-fit:contain;margin:-24px 0}.auth-header h1{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0}.auth-header p{color:#64748b;margin:0;font-size:.95rem}.auth-form{display:flex;flex-direction:column;gap:8px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-weight:600;color:#334155;font-size:.875rem}.form-group input{padding:12px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .2s ease;font-family:inherit}.form-group input:focus{outline:none;border-color:#07c;box-shadow:0 0 0 3px #0077cc1a}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{padding-right:50px;width:100%}.password-toggle{position:absolute;right:12px;background:none;border:none;cursor:pointer;font-size:1.25rem;padding:8px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;opacity:.6}.password-toggle:hover{opacity:1}.auth-error{background:#fee;color:#c33;padding:12px 16px;border-radius:10px;font-size:.875rem;border:1px solid #fcc}.auth-btn-primary{background:#ff7a00;color:#fff;border:none;padding:14px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}.auth-btn-primary:hover:not(:disabled){background:#ff8c1a;transform:translateY(-2px);box-shadow:0 8px 20px #ff7a004d}.auth-btn-primary:disabled{opacity:.6;cursor:not-allowed}.auth-divider{display:flex;align-items:center;gap:16px;margin:8px 0;color:#94a3b8;font-size:.875rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.auth-btn-google{display:flex;align-items:center;justify-content:center;gap:12px;background:#fff;color:#1e293b;border:2px solid #e2e8f0;padding:14px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.auth-btn-google:hover{background:#f8fafc;border-color:#cbd5e1}.auth-footer{text-align:center;margin-top:24px;color:#64748b;font-size:.875rem}.link-btn{background:none;border:none;color:#07c;font-weight:600;cursor:pointer;text-decoration:underline;font-size:.875rem;padding:0;font-family:inherit}.link-btn:hover{color:#08d}.back-btn{background:none;border:none;color:#64748b;font-size:.875rem;cursor:pointer;margin-top:20px;padding:8px;display:block;margin-left:auto;margin-right:auto;transition:color .2s ease;font-family:inherit}.back-btn:hover{color:#07c}@media (max-width: 600px){.auth-container{padding:32px 24px}.auth-header h1{font-size:1.5rem}.auth-logo{font-size:2.5rem}}.app-footer{border-top:1px solid #e2e8f0;background:#fff;padding:32px 20px;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px}.footer-section{display:flex;gap:24px;flex-wrap:wrap}.footer-section a{color:#64748b;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .3s ease}.footer-section a:hover{color:#07c}.footer-copyright{color:#94a3b8;font-size:.875rem}.footer-copyright p{margin:0}@media (max-width: 768px){.footer-content{flex-direction:column;gap:16px;align-items:center;text-align:center}.footer-section{justify-content:center}}.home-page-public{min-height:100vh;background:#f8fafc}.public-container{max-width:1200px;margin:0 auto;padding:0 2rem}.public-hero{text-align:center;padding:80px 0 60px}.public-logo{width:180px;height:180px;object-fit:contain;margin-bottom:24px}.public-title{font-size:3.5rem;font-weight:700;color:#1e293b;margin:0 0 16px;letter-spacing:-1px}.public-subtitle{font-size:1.25rem;color:#64748b;margin:0 0 40px;line-height:1.8}.public-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:24px}.btn-primary-large{background:#ff7a00;color:#fff;border:none;padding:16px 40px;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ff7a004d}.btn-primary-large:hover{background:#ff8c1a;transform:translateY(-2px);box-shadow:0 6px 20px #ff7a0066}.btn-secondary-large{background:#fff;color:#07c;border:2px solid #0077CC;padding:16px 40px;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary-large:hover{background:#07c;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0077cc4d}.btn-try{background:transparent;color:#64748b;border:1px dashed #cbd5e1;padding:12px 32px;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-block}.btn-try:hover{background:#f1f5f9;color:#07c;border-color:#07c;transform:translateY(-1px)}.public-features{padding:60px 0 80px}.features-title{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin:0 0 48px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px}.feature-card{background:#fff;padding:32px;border-radius:16px;text-align:center;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.feature-icon{font-size:3rem;margin-bottom:16px}.feature-card h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 12px}.feature-card p{font-size:.95rem;color:#64748b;margin:0;line-height:1.6}@media (max-width: 768px){.public-logo{width:120px;height:120px}.public-title{font-size:2.5rem}.public-subtitle{font-size:1rem}.public-actions{flex-direction:column;align-items:stretch}.btn-primary-large,.btn-secondary-large{width:100%}.features-title{font-size:2rem}.features-grid{grid-template-columns:1fr}}.header-home{background:#fff;border-bottom:1px solid #e5e7eb;padding:16px 0;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.header-home-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:20px}.btn-back{background:transparent;border:none;color:#64748b;font-size:.95rem;cursor:pointer;padding:8px 16px;border-radius:6px;transition:all .2s ease;font-weight:500}.btn-back:hover{background:#f1f5f9;color:#07c}.header-home-logo{height:50px;object-fit:contain;position:absolute;left:50%;transform:translate(-50%);transition:opacity .2s ease}.header-home-logo:hover{opacity:.8}.header-home-actions{display:flex;gap:12px;margin-left:auto}.btn-header-login{background:#fff;color:#07c;border:1px solid #0077CC;padding:8px 20px;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-header-login:hover{background:#07c;color:#fff}.btn-header-register{background:#ff7a00;color:#fff;border:none;padding:8px 20px;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-header-register:hover{background:#ff8c1a}@media (max-width: 768px){.header-home-container{padding:0 1rem}.header-home-logo{height:40px}.btn-back{padding:6px 12px;font-size:.85rem}.header-home-actions{gap:8px}.btn-header-login,.btn-header-register{padding:6px 16px;font-size:.85rem}}.about-page{min-height:100vh;background:#f8fafc}.about-container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-hero{text-align:center;padding:80px 0 60px}.about-title{font-size:3.5rem;font-weight:700;color:#1e293b;margin:0 0 16px;letter-spacing:-1px}.about-subtitle{font-size:1.5rem;color:#64748b;margin:0;line-height:1.6}.about-section{padding:60px 0}.section-title{font-size:2.5rem;font-weight:700;color:#1e293b;text-align:center;margin:0 0 48px;letter-spacing:-.5px}.section-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-bottom:40px}.content-card{background:#fff;padding:40px;border-radius:16px;box-shadow:0 2px 8px #00000014;transition:all .3s ease;text-align:center}.content-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.card-icon{font-size:4rem;margin-bottom:24px}.content-card h2{font-size:1.75rem;font-weight:600;color:#1e293b;margin:0 0 16px}.content-card p{font-size:1rem;color:#64748b;line-height:1.8;margin:0}.features-section{background:#fff;margin:0 -2rem;padding:60px 2rem;border-radius:24px}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;max-width:1200px;margin:0 auto}.feature-item{display:flex;gap:20px;align-items:flex-start}.feature-icon{font-size:2.5rem;flex-shrink:0}.feature-content{flex:1}.feature-item h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 8px}.feature-item p{font-size:.95rem;color:#64748b;line-height:1.6;margin:0}.story-section{text-align:center}.story-content{max-width:800px;margin:0 auto}.story-content p{font-size:1.1rem;color:#64748b;line-height:1.8;margin:0 0 24px}.story-content p:last-child{margin-bottom:0}.about-cta{text-align:center;padding:80px 0;background:linear-gradient(135deg,#07c,#08d);margin:60px -2rem 0;border-radius:24px;color:#fff}.about-cta h2{font-size:2.5rem;font-weight:700;margin:0 0 32px;color:#fff}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn-cta-primary{background:#ff7a00;color:#fff;border:none;padding:16px 40px;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ff7a004d}.btn-cta-primary:hover{background:#ff8c1a;transform:translateY(-2px);box-shadow:0 6px 20px #ff7a0066}.btn-cta-secondary{background:#fff;color:#07c;border:2px solid white;padding:16px 40px;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-cta-secondary:hover{background:#ffffff1a;color:#fff;transform:translateY(-2px)}@media (max-width: 768px){.about-hero{padding:60px 0 40px}.about-title{font-size:2.5rem}.about-subtitle{font-size:1.2rem}.section-title{font-size:2rem}.content-card{padding:32px}.card-icon{font-size:3rem}.features-section{margin:0 -1rem;padding:40px 1rem}.features-list{grid-template-columns:1fr}.feature-item{flex-direction:column;text-align:center}.about-cta{margin:40px -1rem 0;padding:60px 1rem}.about-cta h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:stretch}.btn-cta-primary,.btn-cta-secondary{width:100%}}.contact-page{min-height:100vh;background:#f8fafc}.contact-container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-hero{text-align:center;padding:80px 0 60px}.contact-title{font-size:3.5rem;font-weight:700;color:#1e293b;margin:0 0 16px;letter-spacing:-1px}.contact-subtitle{font-size:1.25rem;color:#64748b;margin:0;line-height:1.6}.contact-content{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;padding-bottom:80px}.contact-form-section{background:#fff;padding:40px;border-radius:16px;box-shadow:0 2px 8px #00000014}.contact-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#1e293b;font-size:.95rem}.form-group input,.form-group textarea{padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s ease;background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#07c;box-shadow:0 0 0 3px #0077cc1a}.form-group textarea{resize:vertical;min-height:120px}.btn-submit{background:#ff7a00;color:#fff;border:none;padding:16px 32px;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ff7a004d}.btn-submit:hover{background:#ff8c1a;transform:translateY(-2px);box-shadow:0 6px 20px #ff7a0066}.success-message{text-align:center;padding:60px 40px}.success-icon{font-size:4rem;margin-bottom:24px}.success-message h3{font-size:1.75rem;font-weight:600;color:#1e293b;margin:0 0 12px}.success-message p{font-size:1rem;color:#64748b;margin:0}.contact-info-section{display:flex;flex-direction:column;gap:24px}.info-card{background:#fff;padding:32px;border-radius:16px;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.info-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.info-card.highlight{background:linear-gradient(135deg,#07c,#08d);color:#fff}.info-icon{font-size:2.5rem;margin-bottom:16px}.info-card h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 12px}.info-card.highlight h3{color:#fff}.info-card p{font-size:.95rem;color:#64748b;margin:0;line-height:1.6}.info-card.highlight p{color:#ffffffe6}.social-links{display:flex;flex-direction:column;gap:8px}.social-link{color:#07c;text-decoration:none;font-weight:500;transition:color .2s ease}.social-link:hover{color:#08d;text-decoration:underline}.btn-faq{background:#fff;color:#07c;border:none;padding:12px 24px;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:16px}.btn-faq:hover{background:#ffffffe6;transform:translateY(-1px)}@media (max-width: 968px){.contact-content{grid-template-columns:1fr}}@media (max-width: 768px){.contact-hero{padding:60px 0 40px}.contact-title{font-size:2.5rem}.contact-subtitle{font-size:1.1rem}.contact-form-section{padding:32px 24px}.contact-form{gap:20px}.info-card{padding:24px}.btn-submit{width:100%}}.privacy-page{min-height:100vh;background:#f8fafc}.privacy-container{max-width:900px;margin:0 auto;padding:0 2rem}.privacy-hero{text-align:center;padding:80px 0 60px}.privacy-title{font-size:3.5rem;font-weight:700;color:#1e293b;margin:0 0 16px;letter-spacing:-1px}.privacy-subtitle{font-size:1rem;color:#64748b;margin:0;font-weight:500}.privacy-content{background:#fff;padding:60px;border-radius:16px;box-shadow:0 2px 8px #00000014;margin-bottom:80px}.privacy-section{margin-bottom:48px}.privacy-section:last-child{margin-bottom:0}.privacy-section h2{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 16px;letter-spacing:-.5px}.privacy-section h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:24px 0 12px}.privacy-section p{font-size:1rem;color:#64748b;line-height:1.8;margin:0 0 16px}.privacy-section p:last-child{margin-bottom:0}.privacy-section ul{margin:16px 0;padding-left:24px}.privacy-section li{font-size:1rem;color:#64748b;line-height:1.8;margin-bottom:12px}.privacy-section li:last-child{margin-bottom:0}.privacy-section strong{color:#1e293b;font-weight:600}.privacy-section.highlight{background:linear-gradient(135deg,#07c,#08d);padding:32px;border-radius:12px;color:#fff}.privacy-section.highlight h2{color:#fff}.privacy-section.highlight p,.privacy-section.highlight li{color:#fffffff2}.privacy-section.highlight strong{color:#fff}.privacy-section.highlight a{color:#fff;text-decoration:underline;font-weight:600;transition:opacity .2s ease}.privacy-section.highlight a:hover{opacity:.8}@media (max-width: 768px){.privacy-hero{padding:60px 0 40px}.privacy-title{font-size:2.5rem}.privacy-subtitle{font-size:.9rem}.privacy-content{padding:40px 24px}.privacy-section{margin-bottom:40px}.privacy-section h2{font-size:1.5rem}.privacy-section h3{font-size:1.1rem}.privacy-section p,.privacy-section li{font-size:.95rem}.privacy-section ul{padding-left:20px}.privacy-section.highlight{padding:24px}}.terms-page{min-height:100vh;background:#f8fafc}.terms-container{max-width:900px;margin:0 auto;padding:0 2rem}.terms-hero{text-align:center;padding:80px 0 60px}.terms-title{font-size:3.5rem;font-weight:700;color:#1e293b;margin:0 0 16px;letter-spacing:-1px}.terms-subtitle{font-size:1rem;color:#64748b;margin:0;font-weight:500}.terms-content{background:#fff;padding:60px;border-radius:16px;box-shadow:0 2px 8px #00000014;margin-bottom:80px}.terms-section{margin-bottom:48px}.terms-section:last-child{margin-bottom:0}.terms-section h2{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 16px;letter-spacing:-.5px}.terms-section h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:24px 0 12px}.terms-section p{font-size:1rem;color:#64748b;line-height:1.8;margin:0 0 16px}.terms-section p:last-child{margin-bottom:0}.terms-section ul{margin:16px 0;padding-left:24px}.terms-section li{font-size:1rem;color:#64748b;line-height:1.8;margin-bottom:12px}.terms-section li:last-child{margin-bottom:0}.terms-section strong{color:#1e293b;font-weight:600}.terms-section.highlight{background:linear-gradient(135deg,#07c,#08d);padding:32px;border-radius:12px;color:#fff}.terms-section.highlight h2{color:#fff}.terms-section.highlight p,.terms-section.highlight li{color:#fffffff2}.terms-section.highlight strong{color:#fff}.contact-list{list-style:none;padding-left:0}.contact-list li{display:flex;align-items:center;gap:8px;margin-bottom:12px}.terms-section.highlight a{color:#fff;text-decoration:underline;font-weight:600;transition:opacity .2s ease}.terms-section.highlight a:hover{opacity:.8}@media (max-width: 768px){.terms-hero{padding:60px 0 40px}.terms-title{font-size:2.5rem}.terms-subtitle{font-size:.9rem}.terms-content{padding:40px 24px}.terms-section{margin-bottom:40px}.terms-section h2{font-size:1.5rem}.terms-section h3{font-size:1.1rem}.terms-section p,.terms-section li{font-size:.95rem}.terms-section ul{padding-left:20px}.terms-section.highlight{padding:24px}}.itinerary-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 1px 3px #00000014;transition:box-shadow .3s ease,transform .3s ease;border:1px solid #e2e8f0}.itinerary-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.card-image-container{width:100%;height:192px;overflow:hidden;background:#f1f5f9}.card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.itinerary-card:hover .card-image{transform:scale(1.05)}.card-content{padding:24px}.card-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 4px;line-height:1.2}.card-date-row{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:20px}.card-date{font-size:.875rem;color:#94a3b8;margin:0;display:block}.days-remaining{font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:12px;white-space:nowrap;background:#e3f2fd;color:#07c}.days-remaining.soon{background:#fff3e0;color:#f57c00}.days-remaining.past{background:#f5f5f5;color:#9e9e9e}.itinerary-stats{display:flex;gap:12px;padding:4px 0;margin-bottom:16px;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.stat-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:0}.stat-icon{font-size:.55rem}.stat-value{font-size:.6rem;font-weight:700;color:#1e293b}.stat-label{font-size:.45rem;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.1px}.card-new{margin-bottom:16px}.btn-add-details{width:100%;background:#ff7a00;color:#fff;padding:10px 16px;border-radius:12px;border:none;font-weight:600;font-size:.95rem;cursor:pointer;transition:background-color .3s ease}.btn-add-details:hover{background:#e66e00}.card-progress-section{margin-bottom:16px}.progress-bar-container{margin-bottom:8px}.progress-bar{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:#07c;transition:width .3s ease}.progress-info{display:flex;justify-content:space-between;font-size:.75rem;font-weight:600}.progress-date{color:#94a3b8}.progress-percentage{color:#07c}.card-actions{display:flex;gap:8px}.btn{flex:1;padding:10px 12px;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-view{background:#07c;color:#fff}.btn-view:hover{background:#0063a8}.btn-delete{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.btn-delete:hover{background:#e2e8f0}@media (max-width: 768px){.card-content{padding:16px}.card-title{font-size:1.1rem}}.random-place-card{border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;background:#fff;border:1px solid #e2e8f0;display:flex;flex-direction:column;height:100%;box-shadow:0 1px 3px #0000001a}.random-place-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.place-card-image{position:relative;width:100%;height:160px;overflow:hidden;background:#f0f0f0}.place-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.random-place-card:hover .place-card-image img{transform:scale(1.1)}.place-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.random-place-card:hover .place-card-overlay{background:#0000004d}.place-card-action{background:#ff7a00;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;opacity:0;transition:opacity .3s ease}.random-place-card:hover .place-card-action{opacity:1}.place-card-content{padding:12px;flex:1;display:flex;flex-direction:column}.place-card-name{font-size:.95rem;font-weight:600;color:#1e293b;margin:0 0 4px;line-height:1.3}.place-card-city{font-size:.8rem;color:#64748b;margin:0;line-height:1.3}@media (max-width: 768px){.place-card-image{height:140px}.place-card-name{font-size:.9rem}}.hero-section{background:linear-gradient(135deg,#07c,#08d);border-radius:24px;padding:48px;margin-bottom:32px;box-shadow:0 10px 40px #07c3;position:relative;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.hero-circle{position:absolute;border-radius:50%;background:#ffffff1a;animation:float 20s infinite ease-in-out}.circle-1{width:300px;height:300px;top:-100px;right:-100px}.circle-2{width:200px;height:200px;bottom:-50px;left:-50px;animation-delay:5s}.circle-3{width:150px;height:150px;top:50%;left:20%;animation-delay:10s}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(20px,-20px)}}.hero-content{position:relative;z-index:1;margin-bottom:32px}.hero-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 12px;letter-spacing:-.5px}.hero-subtitle{font-size:1.125rem;color:#fffffff2;margin:0 0 24px;max-width:600px}.hero-btn{background:#ff7a00;color:#fff;border:none;padding:14px 32px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ff7a004d;display:inline-flex;align-items:center;gap:8px}.hero-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff7a0066;background:#ff8c1a}.stats-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;position:relative;z-index:1}.stat-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:24px;text-align:center;transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.stat-icon{font-size:2rem;margin-bottom:8px}.stat-value{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:4px}.stat-label{font-size:.875rem;color:#64748b;font-weight:500}.page-header{margin-bottom:32px;max-width:1400px;margin-left:auto;margin-right:auto;padding:0 2rem}.page-header.simple{margin-bottom:24px;max-width:1400px;margin-left:auto;margin-right:auto;padding:0 2rem}.header-content{display:flex;justify-content:space-between;align-items:flex-start}.page-title{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 8px;letter-spacing:-.5px}.page-subtitle{font-size:1rem;color:#64748b;margin:0}.header-btn{background:#07c;color:#fff;border:none;padding:12px 24px;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px}.header-btn:hover{background:#08d;transform:translateY(-1px)}@media (max-width: 768px){.hero-section{padding:32px 24px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.stats-cards{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{padding:16px}.stat-value{font-size:1.5rem}.header-content{flex-direction:column;gap:16px}.header-btn{width:100%}.page-title{font-size:1.5rem}}.home-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;flex-direction:column}.main-container{flex:1;max-width:1400px;margin:0 auto;padding:20px 20px 40px;width:100%}.dashboard-layout{display:grid;grid-template-columns:1fr 350px;gap:32px}.dashboard-column{display:flex;flex-direction:column;gap:20px}.section-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.section-header>div h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 4px}.section-subtitle{font-size:.875rem;color:#64748b;margin:0}.btn-secondary{background:#fff;color:#07c;border:2px solid #0077CC;padding:8px 20px;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#07c;color:#fff}.btn-icon{background:#fff;border:2px solid #e2e8f0;width:40px;height:40px;border-radius:10px;font-size:1.25rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.btn-icon:hover{border-color:#07c;transform:rotate(180deg)}.left-column{min-height:300px}.right-column{display:flex;flex-direction:column}.trips-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.random-places-list{display:flex;flex-direction:column;gap:12px}.empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:16px;border:1px solid #e2e8f0}.empty-icon{font-size:3.5rem;margin-bottom:20px;display:block}.empty-state h2{color:#1e293b;font-size:1.5rem;margin:0 0 8px;font-weight:600}.empty-state p{color:#64748b;margin:0 0 24px;font-size:.95rem}.btn-primary-large{background:#ff7a00;color:#fff;padding:12px 28px;border:none;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background-color .3s ease;display:inline-block}.btn-primary-large:hover{background:#e66e00}@media (max-width: 1024px){.trips-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.dashboard-layout{grid-template-columns:1fr;gap:24px}.right-column,.random-places-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}}@media (max-width: 768px){.main-container{padding:16px}.hero-section{padding:32px 24px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.stats-cards{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{padding:16px}.stat-value,.page-title{font-size:1.5rem}.dashboard-layout{grid-template-columns:1fr;gap:16px}.trips-grid,.random-places-list{grid-template-columns:1fr}.section-header{flex-direction:column;gap:12px;align-items:flex-start}.btn-secondary{width:100%}}.map-container{width:100%;height:100%;position:absolute;top:0;left:0}.leaflet-container{width:100%;height:100%;background-color:#fff;font-family:inherit}.leaflet-container img{max-width:none!important;height:auto}.leaflet-attribution-control,.leaflet-control-attribution,.leaflet-bottom.leaflet-right{display:none!important}.leaflet-popup-content-wrapper{background-color:#fff;border-radius:8px;border:2px solid #FF8C42;box-shadow:0 2px 8px #00000026}.leaflet-popup-tip{background-color:#fff;border-top:2px solid #FF8C42}.leaflet-popup-content{margin:0;padding:8px;font-size:14px}.marker-popup{margin:0}.marker-popup strong{display:block;margin-bottom:4px;color:#333}.marker-popup p{margin:4px 0;font-size:.9rem;color:#666}.marker-popup small{display:block;margin-top:4px;color:#999}.custom-marker{background:none!important;border:none!important}.numbered-marker{width:40px;height:40px;border-radius:50%;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;border:3px solid white;box-shadow:0 2px 8px #0000004d}.airport-marker{width:45px;height:45px;border-radius:50%;font-size:22px;display:flex;align-items:center;justify-content:center;border:3px solid;box-shadow:0 3px 10px #0006;background:#fff}.airport-popup strong{color:#1976d2;font-size:1rem}.airport-popup small{display:block;margin-top:4px;font-size:.85rem}.flight-type-tag{margin-top:8px;padding:4px 8px;border-radius:12px;font-size:.8rem;font-weight:600;text-align:center}.flight-type-tag.outbound{background:#e8f5e9;color:#2e7d32;border:1px solid #4caf50}.flight-type-tag.return{background:#fff3e0;color:#e65100;border:1px solid #ff9800}.flight-path-popup{text-align:center}.flight-path-popup strong{display:block;margin-bottom:6px;color:#1976d2}.flight-path-popup p{margin:4px 0;font-size:.9rem;color:#555}.flight-path-popup small{display:block;margin-top:6px;padding:4px 8px;border-radius:8px;font-weight:600}.flight-path-popup small.outbound{background:#e8f5e9;color:#2e7d32}.flight-path-popup small.return{background:#fff3e0;color:#e65100}.leaflet-pane.leaflet-popup-pane{z-index:650!important}.poi-marker-container{background:transparent!important;border:none!important;cursor:pointer!important;pointer-events:auto!important;z-index:600!important}.poi-marker{font-size:42px;line-height:1;cursor:pointer;filter:drop-shadow(0 3px 6px rgba(0,0,0,.4));transition:transform .2s ease;padding:4px;display:flex;align-items:center;justify-content:center}.poi-marker:hover{transform:scale(1.3);filter:drop-shadow(0 4px 8px rgba(0,0,0,.5))}.poi-popup{padding:8px;min-width:180px}.poi-popup strong{display:block;color:#1e293b;font-size:1rem;margin-bottom:6px}.poi-popup p{color:#64748b;font-size:.875rem;margin:4px 0}@keyframes markerPop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.poi-marker-container{animation:markerPop .3s ease-out}.place-search{position:relative;width:100%;margin-bottom:1rem}.search-input{width:100%;padding:.75rem;border:2px solid #ddd;border-radius:4px;font-size:.95rem;font-family:inherit;transition:border-color .3s ease}.search-input:focus{outline:none;border-color:#ff8c42;box-shadow:0 0 0 3px #ff8c421a}.search-loading{position:absolute;top:100%;left:0;right:0;background:#fff;padding:1rem;border:1px solid #ddd;border-top:none;border-radius:0 0 4px 4px;color:#666;text-align:center;font-size:.9rem}.search-results{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-top:none;border-radius:0 0 4px 4px;max-height:300px;overflow-y:auto;box-shadow:0 4px 12px #00000026;z-index:10}.search-result-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s ease}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background-color:#f9f9f9}.result-icon{font-size:1.2rem;flex-shrink:0;margin-top:.2rem}.result-content{flex:1;min-width:0}.result-name{font-weight:500;color:#333;font-size:.95rem;margin-bottom:.25rem}.result-detail{font-size:.8rem;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-no-results{padding:1rem;text-align:center;color:#999;font-size:.9rem;border:1px solid #ddd;border-top:none;border-radius:0 0 4px 4px}.segment-transport-selector{margin:.5rem 0 .5rem 2rem;border-radius:8px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #dee2e6;overflow:hidden;transition:all .3s ease}.segment-transport-selector:hover{border-color:#adb5bd}.segment-summary{display:flex;align-items:center;padding:.75rem 1rem;cursor:pointer;gap:1rem;transition:background .2s ease}.segment-summary:hover{background:#00000008}.segment-route{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.segment-icon{font-size:1.2rem}.segment-path{font-size:.85rem;color:#495057;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.segment-path .arrow{margin:0 .5rem;color:#6c757d}.segment-stats{display:flex;gap:1rem;align-items:center}.segment-distance{font-size:.85rem;font-weight:600;color:#07c}.segment-duration{font-size:.85rem;font-weight:600;color:#ff7a00}.segment-loading{font-size:1rem}.segment-na{color:#6c757d;font-size:.85rem}.expand-icon{font-size:.7rem;color:#6c757d;transition:transform .3s ease}.expand-icon.expanded{transform:rotate(180deg)}.segment-options{border-top:1px solid #dee2e6;padding:1rem;background:#fff}.options-header{font-size:.85rem;color:#6c757d;margin-bottom:.75rem}.options-loading,.options-error{text-align:center;padding:1rem;color:#6c757d}.transport-options{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.transport-option{display:flex;flex-direction:column;padding:.75rem;border-radius:8px;border:2px solid #dee2e6;background:#fff;cursor:pointer;transition:all .2s ease;text-align:left}.transport-option:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.transport-option.selected{border-width:2px}.transport-option.car{border-color:#3b82f6}.transport-option.car:hover,.transport-option.car.selected{background:linear-gradient(135deg,#3b82f61a,#2563eb1a)}.transport-option.bike{border-color:#10b981}.transport-option.bike:hover,.transport-option.bike.selected{background:linear-gradient(135deg,#10b9811a,#0596691a)}.transport-option.foot{border-color:#f97316}.transport-option.foot:hover,.transport-option.foot.selected{background:linear-gradient(135deg,#f973161a,#ea580c1a)}.option-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.option-icon{font-size:1.25rem}.option-name{font-weight:600;font-size:.9rem;color:#333}.selected-badge{margin-left:auto;background:#10b981;color:#fff;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem}.option-stats{display:flex;flex-direction:column;gap:.25rem}.option-distance,.option-duration{font-size:.8rem;color:#555;display:flex;align-items:center;gap:.5rem}.option-na{color:#adb5bd;font-size:.8rem;font-style:italic}.badge{font-size:.65rem;padding:.15rem .4rem;border-radius:4px;font-weight:600;text-transform:uppercase}.badge.fastest{background:#ff7a00;color:#fff}.badge.shortest{background:#07c;color:#fff}@media (max-width: 768px){.segment-transport-selector{margin-left:0}.transport-options{grid-template-columns:1fr}.transport-option{flex-direction:row;align-items:center;justify-content:space-between}.option-header{margin-bottom:0}.option-stats{flex-direction:row;gap:1rem}.segment-summary{flex-wrap:wrap}.segment-route{width:100%;margin-bottom:.5rem}}.toast{position:fixed;top:80px;left:50%;transform:translate(-50%);z-index:9999;display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;border-radius:10px;font-weight:500;box-shadow:0 4px 20px #00000026;animation:toastSlideIn .4s ease;max-width:90%;min-width:280px}.toast-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.toast-error{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.toast-warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.toast-info{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.toast-icon{font-size:1.1rem;flex-shrink:0}.toast-text{flex:1;line-height:1.4}.toast-close{background:#fff3;border:none;color:#fff;width:24px;height:24px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.9rem;transition:background .2s ease;flex-shrink:0}.toast-close:hover{background:#ffffff4d}@keyframes toastSlideIn{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 600px){.toast{top:70px;left:1rem;right:1rem;transform:none;max-width:none;min-width:auto}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}}.create-itinerary-page{min-height:calc(100vh - 70px);background-color:#f5f5f5}.auth-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-modal{background:#fff;padding:40px;border-radius:16px;max-width:450px;width:90%;box-shadow:0 20px 60px #0000004d;position:relative;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.auth-modal h3{font-size:1.75rem;color:#1e293b;margin:0 0 16px;font-weight:700}.auth-modal p{color:#64748b;font-size:1rem;line-height:1.6;margin:0 0 32px}.auth-modal-actions{display:flex;flex-direction:column;gap:12px}.modal-close{position:absolute;top:16px;right:16px;background:transparent;border:none;font-size:2rem;color:#94a3b8;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease;line-height:1}.modal-close:hover{background:#f1f5f9;color:#64748b}.create-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1400px;margin:0 auto;padding:2rem;height:calc(100vh - 70px);overflow:hidden}.form-section{background:#fff;padding:2.5rem;border-radius:12px;overflow-y:auto;height:100%;box-shadow:0 1px 3px #00000014}.map-section{background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;height:100%;box-shadow:0 1px 3px #00000014}.map-section h2{padding:1rem;margin:0;border-bottom:1px solid #e0e0e0;color:#333;flex-shrink:0}.map-wrapper{flex:1;min-height:0;width:100%;position:relative;overflow:visible}.form-section h2{color:#1e293b;margin-top:2.5rem;margin-bottom:1.25rem;font-size:1.1rem;font-weight:600}.form-section h3{color:#475569;margin:1rem 0 .75rem;font-size:.95rem;font-weight:600}.flight-form .form-group{margin-bottom:.75rem}.flight-form .form-group label{margin-bottom:.3rem;font-size:.8rem}.flight-form .form-group input,.flight-form .form-group select{padding:.5rem .75rem;font-size:.875rem}.flight-form .form-row{gap:.75rem}.flight-form .hint{font-size:.85rem;margin-bottom:.75rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#334155;font-size:.875rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.95rem;font-family:inherit;transition:all .2s ease;background:#fff;color:#1e293b;cursor:pointer}.transport-select{cursor:pointer;font-size:1rem}.transport-select option{padding:.5rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#07c;box-shadow:0 0 0 3px #0077cc1a}.form-group textarea{resize:vertical;min-height:80px}.checkbox-group{margin-top:.5rem}.checkbox-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.95rem;padding:.5rem;background:#fff8e6;border:1px solid #ffd54f;border-radius:8px;transition:all .2s ease}.checkbox-group label:hover{background:#fff3cd}.checkbox-group input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#ff9800}.checkbox-group input[type=checkbox]:checked+.checkbox-group label{background:#fff3cd}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.hint{font-size:.85rem;color:#999;margin:.5rem 0 1rem}.coordinates{display:flex;gap:1rem;padding:.75rem 1rem;background:#fff;border-radius:8px;font-size:.875rem;color:#64748b;border:1px solid #e2e8f0;font-family:Courier New,monospace}.add-location-form{background:linear-gradient(to bottom,#f8fafc,#f1f5f9);padding:1.5rem;border-radius:12px;margin-bottom:1.5rem;border:1px solid #e2e8f0;transition:all .3s ease}.add-location-form.flight-form{padding:1rem}.add-location-form.editing-mode{border-color:#07c;box-shadow:0 0 0 3px #0077cc1a;background:linear-gradient(to bottom,#e3f2fd,#e1f5fe)}.editing-banner{background:#07c;color:#fff;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;text-align:center;font-weight:500;animation:slideDown .3s ease}.locations-section h2{color:#555;margin-top:2rem;margin-bottom:1rem;font-size:1.2rem}.section-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.btn-toggle-form{background:#e2e8f0;color:#334155;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-toggle-form:hover{background:#cbd5e1;transform:translateY(-1px)}.btn-toggle-form:active{transform:translateY(0)}.section-stats{display:flex;gap:1rem}.stat{background:#ff7a00;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.btn-optimize{background:#ff7a00!important;color:#fff!important;padding:.6rem 1.2rem!important;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;transition:opacity .3s ease}.btn-optimize:hover{opacity:.9}.locations-list{background:#fafafa;padding:1rem;border-radius:4px;border:1px solid #eee}.day-group{margin-bottom:1.5rem}.day-group.day-selected{border:2px solid #667eea;border-radius:12px;padding:.5rem;background:#667eea0d}.day-group-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);color:#475569;border-radius:8px;margin-bottom:.5rem;box-shadow:0 2px 4px #0000000d;transition:all .3s ease;border:2px solid transparent}.day-group-header:hover{transform:scale(1.01);box-shadow:0 4px 8px #0000001a;background:linear-gradient(135deg,#cbd5e1,#94a3b8)}.day-group-header.active{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-color:#047857;box-shadow:0 4px 12px #10b9814d}.day-group.day-selected .day-group-header{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.day-header-left{display:flex;align-items:center;gap:1rem}.day-group-header h4{margin:0;font-size:1rem;font-weight:600}.day-count{font-size:.85rem;opacity:.9;background:#0000001a;padding:.25rem .75rem;border-radius:12px}.day-group-header.active .day-count{background:#fff3}.day-group-header:hover .day-eye-icon{opacity:.8;transform:scale(1.1)}.day-eye-icon.active,.day-group-header.active .day-eye-icon{opacity:1}.day-group .location-item{margin-left:0}.list-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.list-header h3{margin:0}.drag-hint{font-size:.8rem;color:#999;margin:.5rem 0 1rem;font-style:italic}.location-item{background:#fff;padding:1rem;border-radius:4px;margin-bottom:.75rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;border-left:4px solid #FF7A00;cursor:move;transition:transform .2s ease,box-shadow .2s ease;border:2px solid transparent}.location-item:hover{box-shadow:0 2px 8px #ff7a0033;border-color:#ff7a00}.location-drag-handle{color:#ccc;font-size:1.2rem;line-height:1;cursor:grab;-webkit-user-select:none;user-select:none}.location-drag-handle:active{cursor:grabbing}.location-number{width:32px;height:32px;border-radius:50%;background:#ff7a00;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.location-info{flex:1}.location-info p{margin:.25rem 0;color:#666;font-size:.9rem}.location-info small{display:block;color:#999;margin-top:.5rem}.location-distance{color:#ff7a00!important;font-weight:500;margin-top:.75rem!important}.location-day{display:flex;align-items:center}.day-badge{background:#07c;color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500}.btn-remove{background:none;border:none;font-size:1.2rem;color:#999;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .3s ease,color .3s ease}.btn-remove:hover{background-color:#fee;color:#e74c3c}.btn-edit{background:none;border:none;font-size:1.1rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .3s ease,color .3s ease}.btn-edit:hover{background-color:#e3f2fd;color:#07c}.location-actions{display:flex;gap:.5rem;align-items:center}.btn-cancel{background-color:#757575;color:#fff}.btn-cancel:hover{background-color:#616161}.form-actions{display:flex;gap:1rem;margin-top:2rem}.form-actions-inline{display:flex;gap:.75rem;margin-top:1rem}.form-actions-inline button{flex:1}.btn{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background-color .3s ease}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary:hover:not(:disabled){opacity:.9}.btn-secondary{background-color:#f0f0f0;color:#333}.btn-secondary:hover{background-color:#e0e0e0}@media (max-width: 1024px){.create-container{grid-template-columns:1fr;gap:1rem;padding:1rem;min-height:auto}.form-section{height:auto;max-height:none}.map-section{height:500px;position:relative;top:auto}.map-wrapper{height:100%}}@media (max-width: 768px){.create-container{grid-template-columns:1fr;padding:1rem;min-height:auto}.form-section{max-height:none;padding:1rem}.map-section{height:400px;position:relative;top:auto}.map-wrapper{height:100%}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.add-location-form{padding:1rem}}.flight-item{border-left-color:#07c;cursor:default}.flight-item:hover{box-shadow:0 2px 8px #07c3;border-color:#07c}.flight-item .location-number{background:#07c;font-size:1.2rem;width:40px;height:40px}.flight-item .location-info strong{color:#07c;font-size:1rem}.flight-item .location-info small{display:block;margin-top:.25rem;color:#64748b;font-size:.85rem}.flight-type-select{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:4px;font-size:.95rem;font-weight:500;cursor:pointer;background:#fff;transition:all .3s ease}.flight-type-select:focus{outline:none;border-color:#07c;box-shadow:0 0 0 3px #0077cc1a}.flight-outbound{border-left-color:#4caf50!important}.flight-outbound:hover{box-shadow:0 2px 8px #4caf5033;border-color:#4caf50}.flight-return{border-left-color:#ff9800!important}.flight-return:hover{box-shadow:0 2px 8px #ff980033;border-color:#ff9800}.flight-type-badge{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;white-space:nowrap;flex-shrink:0}.flight-outbound .flight-type-badge{background:#e8f5e9;color:#2e7d32;border:2px solid #4caf50}.flight-return .flight-type-badge{background:#fff3e0;color:#e65100;border:2px solid #ff9800}.form-hint{display:block;margin-top:.25rem;font-size:.8rem;color:#64748b;font-style:italic}.demo-hint{color:#07c;font-weight:500;margin-top:.5rem;background:#e3f2fd;padding:.5rem;border-radius:4px;border-left:3px solid #0077CC}.auto-filled{background-color:#e8f5e9!important;border-color:#4caf50!important;transition:all .3s ease}.auto-filled:focus{background-color:#fff!important}.form-group label svg,.form-group label .checkmark{color:#4caf50;margin-left:4px}.flight-search-wrapper{display:flex;gap:.5rem;align-items:stretch}.flight-number-input{flex:1}.btn-search-flight{padding:.75rem 1.25rem;background:#07c;color:#fff;border:none;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:100px}.flight-form .btn-search-flight{padding:.5rem 1rem;font-size:.85rem;min-width:85px}.btn-search-flight:hover:not(:disabled){background:#005fa3;transform:translateY(-1px);box-shadow:0 2px 8px #0077cc4d}.btn-search-flight:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.btn-search-flight:active:not(:disabled){transform:translateY(0)}.flight-search-message{padding:.75rem 1rem;border-radius:4px;margin-top:.75rem;font-size:.9rem;font-weight:500;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.flight-search-message.success{background:#e8f5e9;color:#2e7d32;border-left:4px solid #4caf50}.flight-search-message.error{background:#ffebee;color:#c62828;border-left:4px solid #f44336}.flight-search-message.warning{background:#fff3e0;color:#e65100;border-left:4px solid #ff9800}.flight-search-message.info{background:#e3f2fd;color:#1565c0;border-left:4px solid #2196f3}.itinerary-detail-page{min-height:calc(100vh - 70px);background-color:#f5f5f5}.detail-actions{display:flex;justify-content:space-between;align-items:center;margin:2rem 2rem 1rem}.btn-back{background:none;border:none;font-size:1rem;color:#ff7a00;cursor:pointer;font-weight:500;transition:opacity .3s ease}.btn-back:hover{opacity:.8}.btn-edit-itinerary{background:#07c;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.btn-edit-itinerary:hover{background:#005fa3;transform:translateY(-1px);box-shadow:0 4px 12px #0077cc4d}.btn-edit-itinerary:active{transform:translateY(0)}.detail-container{max-width:1400px;margin:0 auto;padding:0 2rem 2rem}.detail-content{display:grid;grid-template-columns:350px 1fr;gap:2rem}.detail-sidebar{display:flex;flex-direction:column;gap:1.5rem}.detail-section{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.detail-section h2{margin:0 0 1rem;color:#333;font-size:1.1rem}.itinerary-days{display:flex;flex-direction:column;gap:1.5rem}.day-section{background:#fafafa;padding:1.25rem;border-radius:4px;border-left:4px solid #FF7A00;transition:all .2s ease}.day-section.day-selected{border-left:4px solid #10B981;background:#f0fdf4}.day-title{display:flex;justify-content:space-between;align-items:center;margin:0 0 1rem;color:#475569;font-size:1.05rem;font-weight:600;padding:.75rem 1rem;border-radius:8px;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);transition:all .3s ease;border:2px solid transparent}.day-title:hover{background:linear-gradient(135deg,#cbd5e1,#94a3b8);transform:scale(1.01)}.day-title.active{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-color:#047857;box-shadow:0 4px 12px #10b9814d}.day-section.day-selected .day-title{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.day-eye-icon{font-size:1.2rem;opacity:.5;transition:all .3s ease;position:relative}.day-eye-icon:after{content:"";position:absolute;top:50%;left:0;right:0;height:2px;background:currentColor;transform:rotate(-45deg);transition:opacity .3s ease}.day-eye-icon.active:after{opacity:0}.day-title:hover .day-eye-icon{opacity:.8;transform:scale(1.1)}.day-eye-icon.active,.day-title.active .day-eye-icon{opacity:1}.day-locations{display:flex;flex-direction:column;gap:.75rem}.day-location{display:flex;gap:.75rem;background:#fff;padding:.75rem;border-radius:4px;transition:all .3s ease}.day-location:hover{background:#f0f9ff;transform:translate(4px);box-shadow:0 2px 8px #0077cc26}.day-location.selected{background:#e0f2fe;border-left:3px solid #0077CC;padding-left:calc(.75rem - 3px);box-shadow:0 4px 12px #0077cc40}.location-badge{width:28px;height:28px;border-radius:50%;background:#ff7a00;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;flex-shrink:0}.location-details strong{display:block;color:#333;margin-bottom:.25rem}.location-details p{margin:.25rem 0;color:#666;font-size:.9rem}.distance-info{display:block;color:#ff7a00;font-weight:500;margin-top:.5rem}.detail-right-column{display:flex;flex-direction:column;gap:1.5rem}.summary-section{margin-bottom:0}.summary-section h2{margin-bottom:1rem}.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.summary-item{display:flex;flex-direction:column;padding:1rem;background:linear-gradient(135deg,#ff7a001a,#0077cc1a);border-radius:4px}.summary-item:nth-child(1){background:linear-gradient(135deg,#667eea26,#764ba226);border-left:3px solid #667eea}.summary-item:nth-child(2){background:linear-gradient(135deg,#10b98126,#05966926);border-left:3px solid #10b981}.summary-item:nth-child(3){background:linear-gradient(135deg,#ff7a0026,#fb923c26);border-left:3px solid #FF7A00}.summary-item:nth-child(4){background:linear-gradient(135deg,#0077cc26,#3b82f626);border-left:3px solid #0077CC}.summary-label{font-size:.8rem;color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.summary-value{font-size:1.25rem;color:#333;font-weight:700}.detail-map{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;height:500px;position:sticky;top:20px}.loading,.not-found{text-align:center;padding:4rem 2rem;min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;flex-direction:column}.not-found h2{color:#333;margin-bottom:2rem}.flights-list{display:flex;flex-direction:column;gap:1rem}.flight-detail{background:#fafafa;padding:1rem;border-radius:6px;border-left:4px solid #0077CC}.flight-detail.flight-outbound{border-left-color:#10b981}.flight-detail.flight-return{border-left-color:#ff7a00}.flight-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.flight-type-badge{background:#07c;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600}.flight-outbound .flight-type-badge{background:#10b981}.flight-return .flight-type-badge{background:#ff7a00}.flight-number{font-weight:600;color:#666;font-size:.9rem}.flight-route{display:flex;align-items:center;gap:.75rem;font-size:.9rem;margin-bottom:.5rem}.flight-arrow{color:#999;font-size:1.2rem}.flight-airline{color:#666;font-size:.9rem;margin:.5rem 0}.flight-times{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e0e0e0}.flight-time{display:flex;justify-content:space-between;font-size:.9rem}.time-label{color:#666;font-weight:500}.btn{padding:.75rem 1.5rem;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:opacity .3s ease}.btn-primary{background:#ff7a00;color:#fff}.btn-primary:hover{opacity:.9}@media (max-width: 1024px){.detail-content{grid-template-columns:1fr}.summary-grid{grid-template-columns:repeat(2,1fr)}.detail-map{height:500px}}@media (max-width: 768px){.detail-container,.detail-header{padding:1rem}.detail-header h1{font-size:1.5rem}.detail-meta{flex-direction:column;gap:.5rem}.info-grid{grid-template-columns:1fr}.detail-map{height:400px}}.transport-comparison{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.transport-comparison h2{margin-bottom:1rem;font-size:1.25rem;color:#333}.transport-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.transport-item{display:flex;flex-direction:column;align-items:center;padding:1.25rem 1rem;border-radius:8px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.transport-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.transport-item.car{background:linear-gradient(135deg,#3b82f626,#2563eb26);border:2px solid #3b82f6}.transport-item.bike{background:linear-gradient(135deg,#10b98126,#05966926);border:2px solid #10b981}.transport-item.foot{background:linear-gradient(135deg,#f9731626,#ea580c26);border:2px solid #f97316}.transport-icon{font-size:2rem;margin-bottom:.5rem}.transport-name{font-size:.9rem;font-weight:600;color:#555;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.transport-time{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.25rem}.transport-item.car .transport-time{color:#2563eb}.transport-item.bike .transport-time{color:#059669}.transport-item.foot .transport-time{color:#ea580c}.transport-distance{font-size:.85rem;color:#777}.loading-times{display:flex;align-items:center;justify-content:center;padding:2rem;color:#666;font-size:1rem}.no-times{text-align:center;padding:1.5rem;color:#888;font-style:italic}@media (max-width: 768px){.transport-grid{grid-template-columns:1fr}.transport-item{flex-direction:row;justify-content:space-between;padding:1rem}.transport-icon{font-size:1.5rem;margin-bottom:0;margin-right:1rem}.transport-name{margin-bottom:0;flex:1;text-align:left}.transport-time{margin-bottom:0}.transport-distance{margin-left:.5rem}}.segment-transport-badge{display:flex;align-items:center;gap:.5rem;margin:.5rem 0 .5rem 2rem;padding:.4rem .75rem;background:linear-gradient(135deg,#f0f4f8,#e2e8f0);border-radius:20px;font-size:.8rem;color:#64748b;width:fit-content;border-left:3px solid #94a3b8}.segment-transport-badge .transport-mode-icon{font-size:1rem}.segment-transport-badge .transport-mode-label{font-weight:500}.segment-transport-badge.car{border-left-color:#3b82f6;background:linear-gradient(135deg,#3b82f61a,#2563eb1a)}.segment-transport-badge.bike{border-left-color:#10b981;background:linear-gradient(135deg,#10b9811a,#0596691a)}.segment-transport-badge.foot{border-left-color:#f97316;background:linear-gradient(135deg,#f973161a,#ea580c1a)}.profile-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e4e8ec)}.profile-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 70px);gap:1rem}.profile-container{max-width:1200px;margin:0 auto;padding:2rem}.profile-header{margin-bottom:2rem}.profile-header h1{font-size:2rem;color:#1e293b;margin:0 0 .5rem}.profile-header p{color:#64748b;margin:0}.profile-content{display:grid;grid-template-columns:320px 1fr;gap:2rem}.profile-sidebar{display:flex;flex-direction:column;gap:1.5rem}.profile-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 20px #00000014}.profile-avatar-section{margin-bottom:1.5rem}.profile-avatar{width:120px;height:120px;border-radius:50%;margin:0 auto;cursor:pointer;position:relative;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.profile-avatar:hover{transform:scale(1.05)}.profile-avatar img{width:100%;height:100%;object-fit:cover}.avatar-initials{font-size:2.5rem;font-weight:700;color:#fff}.avatar-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.avatar-overlay span{font-size:2rem}.profile-avatar:hover .avatar-overlay{opacity:1}.profile-name{font-size:1.5rem;color:#1e293b;margin:0 0 .5rem}.profile-email{color:#64748b;margin:0 0 1rem;font-size:.9rem}.google-badge{display:inline-flex;align-items:center;gap:.5rem;background:#f1f5f9;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;color:#475569}.google-badge img{width:16px;height:16px}.stats-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #00000014}.stats-card h3{margin:0 0 1rem;font-size:1.1rem;color:#1e293b}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stats-card .stat-item{text-align:center;padding:.75rem .5rem;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:8px}.stats-card .stat-value{display:block;font-size:1.5rem;font-weight:700;color:#667eea}.stats-card .stat-label{display:block;font-size:.7rem;color:#64748b;margin-top:.25rem;text-transform:uppercase;letter-spacing:.5px}.profile-main{display:flex;flex-direction:column;gap:1.5rem}.profile-section{background:#fff;border-radius:16px;padding:1.5rem 2rem;box-shadow:0 4px 20px #00000014}.profile-section h3{margin:0 0 1.5rem;font-size:1.2rem;color:#1e293b;padding-bottom:.75rem;border-bottom:2px solid #f1f5f9}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.form-group input,.form-group select{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea26}.form-group input.input-disabled{background:#f1f5f9;color:#64748b;cursor:not-allowed}.form-group small{display:block;margin-top:.25rem;font-size:.8rem;color:#64748b}.checkbox-group label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.checkbox-group input[type=checkbox]{width:18px;height:18px;cursor:pointer}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn:disabled{opacity:.7;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-secondary{background:#f1f5f9;color:#475569}.btn-secondary:hover:not(:disabled){background:#e2e8f0}.btn-logout{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;width:100%;margin-top:1rem}.btn-logout:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #f9731666}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.btn-danger:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #ef444466}.form-actions{display:flex;gap:1rem;margin-top:1rem}.form-actions .btn{flex:1}.password-form{background:#f8fafc;padding:1.5rem;border-radius:8px;margin-top:1rem}.google-notice{color:#64748b;font-size:.9rem;background:#f8fafc;padding:1rem;border-radius:8px;border-left:4px solid #4285f4}.logout-section{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #f1f5f9}.danger-zone{border:2px solid #fecaca;background:linear-gradient(135deg,#fecaca33,#fee2e233)}.danger-zone h3{color:#dc2626;border-bottom-color:#fecaca}.danger-zone p{color:#64748b;margin-bottom:1rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background:#fff;border-radius:16px;padding:2rem;max-width:450px;width:90%;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.delete-modal h3{color:#dc2626;margin:0 0 1rem}.delete-modal p{color:#64748b;margin-bottom:.5rem}.delete-modal ul{margin:0 0 1.5rem;padding-left:1.5rem;color:#475569}.delete-modal li{margin-bottom:.25rem}.modal-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.modal-actions .btn{width:100%}@media (max-width: 900px){.profile-content{grid-template-columns:1fr}.profile-sidebar{flex-direction:row;flex-wrap:wrap}.profile-card,.stats-card{flex:1;min-width:280px}}@media (max-width: 600px){.profile-container{padding:1rem}.profile-sidebar{flex-direction:column}.stats-grid{grid-template-columns:repeat(3,1fr)}.stats-card .stat-value{font-size:1.25rem}.profile-section{padding:1.25rem}.form-actions{flex-direction:column}}.app-container{display:flex;flex-direction:column;height:100vh;width:100%}.app-main{flex:1;overflow:auto}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html,body,#root{height:100%;width:100%}
