@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";:root{font-family:Poppins,Inter,system-ui,-apple-system,sans-serif;--text-primary: #0f172a;--text-secondary: #475569;--bg-gradient: linear-gradient(180deg, #fff6fb 0%, #f5f7ff 100%);--bg-color: #fdf7fb;--card-bg: #ffffff;--border-color: #eef2ff;--input-bg: #f8fafc;--input-border: #e2e8f0;--brand-pink: #ff53b2;--accent-purple: #c084fc;color:var(--text-primary);background-color:var(--bg-color);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;overflow-x:hidden}body{min-height:100vh;width:100%;background:var(--bg-gradient);transition:background .3s ease,color .3s ease}[data-theme=dark]{--text-primary: #e2e8f0;--text-secondary: #cbd5e1;--bg-gradient: linear-gradient(180deg, #0f172a 0%, #0b1120 100%);--bg-color: #0f172a;--card-bg: #0f172a;--border-color: #1e293b;--input-bg: #1e293b;--input-border: #334155;color:var(--text-primary);background-color:var(--bg-color)}[data-theme=dark] body{background:var(--bg-gradient)}#root{min-height:100vh;width:100%;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}.page{min-height:100vh;background:linear-gradient(180deg,#fff5fb,#f3f7ff);padding:24px;display:flex;flex-direction:column}.shell{max-width:1200px;margin:0 auto;width:100%;flex:1 0 auto;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#fff;border-radius:14px;box-shadow:0 10px 30px #0f172a0d;margin-bottom:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:700;color:#f44ba0;font-size:20px}.brand-logo{width:42px;height:42px;object-fit:contain;flex:0 0 auto}.nav{display:flex;gap:16px;font-weight:500}.nav-toggle{display:none;width:44px;height:44px;padding:10px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#475569;cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:4px}.nav-toggle span{display:block;width:18px;height:2px;border-radius:999px;background:currentColor}.nav a,.nav button{padding:6px 10px;border-radius:10px;color:#475569;background:transparent;border:none;font:inherit;cursor:pointer}.nav a.active,.nav button.active{background:#e8edff;color:#1d4ed8}.avatar{width:34px;height:34px;border-radius:12px;background:#ffe1f1;display:grid;place-items:center;color:#f44ba0;font-weight:600;transition:transform .15s ease,box-shadow .15s ease}.avatar[style*="cursor: pointer"]{cursor:pointer}.avatar[style*="cursor: pointer"]:hover{transform:scale(1.1);box-shadow:0 4px 12px #f44ba04d}.avatar-wrapper{position:relative}.profile-menu{position:absolute;top:100%;right:0;width:301px;background:#fff;border:1px solid #d9d9d9;border-radius:8px;box-shadow:0 4px 4px -1px #0c0c0d1a,0 4px 4px -1px #0c0c0d0d;margin-top:8px;z-index:1000;padding:8px}.menu-header{padding:8px 16px 4px;display:flex;flex-direction:column;align-items:flex-start}.username{width:100%;font-family:Inter,sans-serif;font-weight:600;font-size:16px;line-height:140%;color:#1e1e1e}.menu-separator{width:calc(100% - 32px);height:1px;background:#d9d9d9;margin:8px 16px}.menu-section{display:flex;flex-direction:column;align-items:flex-start;padding:0;border-radius:8px}.menu-item{display:flex;flex-direction:row;align-items:center;padding:12px 16px;gap:12px;width:100%;height:46px;border-radius:8px;cursor:pointer;transition:background-color .2s ease;box-sizing:border-box}.menu-item:hover{background-color:#f5f5f5}.theme-toggle{gap:10px}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.2s;border-radius:999px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.2s;border-radius:50%}.switch input:checked+.slider{background-color:#4f46e5}.switch input:checked+.slider:before{transform:translate(20px)}.menu-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.menu-label{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:140%;color:#1e1e1e;flex:1}.section-title{display:flex;align-items:center;gap:8px;font-size:22px;font-weight:700;color:#0f172a;margin:0 0 12px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,388px));gap:18px}.card{background:#fff;border-radius:18px;box-shadow:0 16px 40px #0f172a0f;overflow:hidden;border:1px solid #eef2ff;display:flex;flex-direction:column}.card-clickable{cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.card-clickable:hover{transform:translateY(-2px);box-shadow:0 20px 44px #0f172a14}.card-hero{background:#f4edfb;min-height:140px;display:grid;place-items:center;color:#cbd5e1;font-size:44px}.card-body{padding:14px 16px 12px}.card-title{font-weight:700;margin:0;font-size:16px;color:#0f172a}.card-sub{margin:4px 0 0;color:#475569;font-size:13px}.contact-form .input-field{display:flex;flex-direction:column;gap:6px}.contact-form .input-box,.contact-form textarea{border:1px solid #e2e8f0;border-radius:10px;padding:10px;font-family:inherit;font-size:14px}.about-steps{display:grid;gap:12px}.about-step{display:grid;grid-template-columns:120px 1fr;gap:12px;align-items:center;padding:12px;border:1px solid #e2e8f0;border-radius:12px;background:#fafbff}.about-thumb{height:80px;border-radius:12px;color:#0f172a;font-weight:600;display:grid;place-items:center}.gradient-1{background:linear-gradient(135deg,#e0f2fe,#d8b4fe)}.gradient-2{background:linear-gradient(135deg,#fef3c7,#fbcfe8)}.gradient-3{background:linear-gradient(135deg,#dcfce7,#bfdbfe)}.gradient-4{background:linear-gradient(135deg,#fee2e2,#e9d5ff)}.about-step-title{font-weight:700;margin-bottom:4px}.about-step-copy{color:#475569;line-height:1.5}.link{color:#2563eb;font-weight:600;text-decoration:none}.link:hover{text-decoration:underline}[data-theme=dark] .link{color:#93c5fd}.about-card+.about-card{margin-top:16px}.about-team{display:grid;gap:10px}.about-team-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.team-card{border:1px solid #e2e8f0;border-radius:14px;padding:14px;background:#fff;box-shadow:0 8px 20px #0f172a0d;display:grid;gap:6px}.lead-card{border-color:#c7d2fe;grid-column:1 / -1;margin-bottom:8px}.team-icon{font-size:20px}.team-title{font-weight:700;font-size:16px}.team-role{font-weight:600;color:#2563eb;font-size:14px}.team-tags{color:#475569;font-size:13px}.team-lead-link{font-size:13px;color:#0f172a}.about-list{margin:6px 0 0;padding-left:18px;color:#475569}.card-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 14px 14px;border-top:1px solid #f1f5f9}.primary-btn{background:linear-gradient(135deg,#ff8bd1,#ff5fa2);color:#fff;border:none;border-radius:12px;padding:10px 16px;font-weight:600;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.primary-btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px #ff5fa24d}.footer{text-align:center;color:#6b7280;padding:32px 12px 24px;font-size:14px;margin-top:auto;width:100%}.footer-text{max-width:720px;margin:0 auto;line-height:1.6}[data-theme='"dark"'] .footer{color:#cbd5e1}[data-theme=dark] body,[data-theme=dark] .page{background:var(--bg-gradient);color:var(--text-primary)}[data-theme=dark] .topbar,[data-theme=dark] .card,[data-theme=dark] .profile-menu,[data-theme=dark] .form-card,[data-theme=dark] .manage-hero,[data-theme=dark] .manage-nav,[data-theme=dark] .details-card,[data-theme=dark] .map-card,[data-theme=dark] .calendar-card,[data-theme=dark] .soft-card,[data-theme=dark] .team-card,[data-theme=dark] .about-step{background:var(--card-bg);border-color:var(--border-color);color:var(--text-primary);box-shadow:0 10px 30px #0006}[data-theme=dark] .manage-page{background:var(--bg-gradient)}[data-theme=dark] .budget-total-card,[data-theme=dark] .budget-list-side,[data-theme=dark] .budget-detail-panel,[data-theme=dark] .day-block,[data-theme=dark] .place-list li,[data-theme=dark] .expense-row-item{background:var(--card-bg);border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .budget-list-header,[data-theme=dark] .budget-table-head{background:#1e293b!important;border-bottom:1px solid var(--border-color)}[data-theme=dark] .budget-head-label,[data-theme=dark] .budget-list-title,[data-theme=dark] .budget-total-label,[data-theme=dark] .budget-total-amount,[data-theme=dark] .section-title,[data-theme=dark] .card-title,[data-theme=dark] .card-sub,[data-theme=dark] .about-step-title,[data-theme=dark] .about-step-copy,[data-theme=dark] .muted,[data-theme=dark] .soft-label,[data-theme=dark] .input-label,[data-theme=dark] .field label,[data-theme=dark] .username,[data-theme=dark] .menu-label,[data-theme=dark] .map-title,[data-theme=dark] .map-sub,[data-theme=dark] .day-title,[data-theme=dark] .place-title,[data-theme=dark] .expense-row-amount,[data-theme=dark] .budget-detail-value,[data-theme=dark] .budget-detail-notes,[data-theme=dark] .budget-detail-amount,[data-theme=dark] .budget-detail-per-person{color:var(--text-primary)}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select,[data-theme=dark] .budget-input-inline,[data-theme=dark] .edit-place-input,[data-theme=dark] .add-place,[data-theme=dark] .chat-input{background:var(--input-bg)!important;color:var(--text-primary)!important;border-color:var(--input-border)!important}[data-theme=dark] .budget-save-btn,[data-theme=dark] .save-btn,[data-theme=dark] .manage-primary,[data-theme=dark] .btn-primary,[data-theme=dark] .manage-btn.manage-primary,[data-theme=dark] .pill-edit,[data-theme=dark] .primary-btn{background:linear-gradient(135deg,#ff6fb1,#ff4da0)!important;color:#fff!important;border:none;box-shadow:0 8px 20px #ff6db14d}[data-theme=dark] .btn-secondary,[data-theme=dark] .cancel-btn{background:#1e293b;border-color:#334155;color:var(--text-primary)}[data-theme=dark] .icon-btn{background:#1e293b;border-color:#334155;color:#64748b}[data-theme=dark] .icon-btn:hover{background:#334155;color:#cbd5e1}[data-theme=dark] .nav a,[data-theme=dark] .nav button{background:transparent!important;color:#64748b}[data-theme=dark] .nav a.active,[data-theme=dark] .nav button.active{background:#1e293b!important;color:#a5b4fc}[data-theme=dark] .chip,[data-theme=dark] .budget-member-chip-edit,[data-theme=dark] .budget-detail-chip{background:#1e293b;color:var(--text-primary);border:1px solid var(--border-color)}[data-theme=dark] .empty{background:var(--card-bg);border-color:var(--border-color);color:var(--text-secondary)}[data-theme=dark] .suggestion-item{background:var(--card-bg);color:var(--text-primary)}[data-theme=dark] .suggestion-item:hover{background:#1f2937}[data-theme=dark] .suggestion-main{color:var(--text-primary)}[data-theme=dark] .map-placeholder{background:#0b1220;border-color:#334155;color:#64748b}[data-theme=dark] .question-bubble{background:linear-gradient(135deg,#2d1b2e,#3d1b38);color:#ff8bd1;box-shadow:0 6px 20px #0000004d}[data-theme=dark] .brand{color:var(--accent-purple)}[data-theme=dark] .avatar{background:#1e293b;color:var(--accent-purple)}[data-theme=dark] .menu-item:hover{background:#1f2937}[data-theme=dark] .input-pill{background:var(--input-bg);border-color:#ff4da0;box-shadow:0 10px 30px #ff4da01a}[data-theme=dark] .pill-input{background:transparent!important;color:var(--text-primary)!important}.chip{background:#e8edff;color:#1d4ed8;padding:6px 10px;border-radius:12px;font-size:12px;font-weight:600}.action-row{display:flex;gap:10px}.icon-btn{width:32px;height:32px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;display:grid;place-items:center;color:#475569;cursor:pointer;transition:all .15s ease}.icon-btn:hover{background:#f8fafc;color:#0f172a}.floating-btn{position:fixed;right:24px;bottom:24px;background:linear-gradient(135deg,#ff6fb1,#ff4da0);color:#fff;border:none;border-radius:999px;padding:14px 20px;font-weight:700;box-shadow:0 14px 30px #ff6db159;cursor:pointer;display:inline-flex;align-items:center;gap:10px}.floating-btn:disabled{opacity:.6;cursor:not-allowed}.empty{padding:30px;text-align:center;color:#475569;border:1px dashed #e2e8f0;border-radius:18px;background:#fff}.form-modal{position:fixed;inset:0;background:#0f172a47;display:grid;place-items:center;padding:20px;z-index:1000;overflow-y:auto}.form-card{width:min(480px,100%);background:#fff;border-radius:18px;padding:20px 22px 18px;box-shadow:0 20px 60px #0f172a24;position:relative;z-index:1001;max-height:90vh;overflow-y:auto;margin:auto}.form-card h3{margin:0 0 12px;font-size:18px;font-weight:700}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.field label{font-weight:600;color:#0f172a}.field input,.field select,.field textarea{border-radius:12px;border:1px solid #e2e8f0;padding:10px 12px;font-size:14px;font-family:inherit;background:#f8fafc}.field textarea{min-height:72px;resize:vertical}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.btn-secondary{border:1px solid #e2e8f0;background:#fff;color:#0f172a;padding:10px 14px;border-radius:12px;cursor:pointer}.btn-primary{border:none;background:linear-gradient(135deg,#ff6fb1,#ff4da0);color:#fff;padding:10px 16px;border-radius:12px;font-weight:700;cursor:pointer}.error{color:#dc2626;font-weight:600;margin:4px 0 10px}.skeleton{border-radius:16px;background:linear-gradient(90deg,#f5f6fa,#edf0f7,#f5f6fa);background-size:200% 100%;animation:shimmer 1.4s infinite;height:220px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:640px){.topbar{flex-direction:column;gap:10px;align-items:flex-start}.floating-btn{width:calc(100% - 32px);justify-content:center}}.itinerary-page{min-height:100vh;padding:24px;background:radial-gradient(120% 120% at 20% 20%,#ffeaf5,#f9f3ff,#f7fbff 70%,#fff)}.itinerary-shell{max-width:1200px;margin:0 auto}.ghost-back{background:transparent;border:none;color:#475569;font-weight:600;cursor:pointer;margin-bottom:16px;padding:8px 0}.itinerary-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:32px;align-items:center}.itinerary-left{display:flex;flex-direction:column;gap:18px}.itinerary-copy h1{margin:6px 0 8px;font-size:40px;color:#0f172a}.eyebrow{font-weight:700;color:#0f172a;margin:0;letter-spacing:.4px}.muted{margin:0 0 14px;color:#475569}.dest-badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border:2px solid #ff4da0;color:#ff4da0;padding:8px 12px;border-radius:999px;font-weight:700;box-shadow:0 10px 24px #ff4da02e}.pill-row{display:flex;flex-wrap:wrap;gap:10px}.pill{background:#eef2ff;color:#1d4ed8;padding:8px 12px;border-radius:999px;font-weight:600;font-size:13px}.map-card{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0f172a1a;border:1px solid #eef2ff;overflow:hidden}.map-card__header{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid #f1f5f9}.map-title{font-weight:800;color:#0f172a;margin:0 0 4px}.map-sub{margin:0;color:#64748b}.map-actions{display:flex;gap:10px}.btn-soft{border:1px solid #e2e8f0;background:#fff;color:#0f172a;padding:8px 12px;border-radius:999px;cursor:pointer;font-weight:600}.btn-hot{border:none;background:linear-gradient(135deg,#ff6fb1,#ff4da0);color:#fff;padding:9px 14px;border-radius:999px;cursor:pointer;font-weight:700;box-shadow:0 8px 20px #ff6db159}.map-placeholder{min-height:340px;display:grid;place-items:center;color:#64748b;font-weight:700;font-size:17px;background:#f9fbff;border-radius:16px;margin:18px;border:1px dashed #dce3f3}.map-placeholder.tight{margin:0;min-height:420px}.details-card{background:#fff;border-radius:18px;border:1px solid #eef2ff;box-shadow:0 16px 50px #0f172a14;padding:16px 18px 12px}.details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}@media(max-width:960px){.itinerary-grid{grid-template-columns:1fr}}.manage-page{min-height:100vh;padding:24px;background:linear-gradient(180deg,#fff5fb,#f3f7ff);display:flex;flex-direction:column}.manage-frame{width:100%;max-width:1200px;margin:0 auto;background:transparent;border-radius:0;padding:0;box-shadow:none;flex:1 0 auto;display:flex;flex-direction:column}.manage-breadcrumb{color:#1c9cff;font-weight:600;margin:4px 6px 6px;display:none}.manage-nav{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#fff;border-radius:14px;box-shadow:0 10px 30px #0f172a0d;margin-bottom:24px}.manage-hero{background:linear-gradient(180deg,#ffffffeb,#ffffffeb),url(https://images.unsplash.com/photo-1505761671935-60b3a7427bad?auto=format&fit=crop&w=1600&q=80) center/cover no-repeat;border-radius:18px;padding:32px;border:1px solid #f1d9eb;min-height:720px;display:flex;align-items:stretch;overflow:visible}.hero-surface{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:18px;height:auto;overflow:visible;padding-right:6px}.hero-surface.read-only .question-bubble{opacity:.75}.hero-surface.read-only .input-pill{border-color:#cbd5e1;background:#f8fafc;box-shadow:none}.hero-surface.read-only input:disabled,.hero-surface.read-only textarea:disabled,.hero-surface.read-only select:disabled{background:#f1f5f9;color:#64748b;cursor:not-allowed}.hero-surface.read-only button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.wide-surface{width:100%!important;max-width:none!important}.bubble-row{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center}.question-bubble{background:linear-gradient(135deg,#ffe3f3,#ffcff2);color:#ff4da0;padding:10px 14px;border-radius:999px;font-weight:700;box-shadow:0 6px 20px #ff6db140;justify-self:start}.input-pill{background:#fff;border:2px solid #ff4da0;border-radius:999px;padding:6px 6px 6px 12px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;box-shadow:0 10px 30px #ff4da02e}.pill-input{border:none;outline:none;font-size:15px;padding:8px 6px;background:transparent}[data-theme=dark] .calendar-card,[data-theme=dark] .soft-card,[data-theme=dark] .add-expense-row{background:var(--card-bg);border-color:var(--border-color)}[data-theme=dark] .date-row input{background:var(--input-bg)!important;color:var(--text-primary)!important;border-color:var(--input-border)!important}[data-theme=dark] .soft-label{color:var(--brand-pink)}[data-theme=dark] .input-pill{background:var(--input-bg);border-color:#ff4da0}[data-theme=dark] .pill-input{color:var(--text-primary);background:transparent}.pill-edit{border:none;background:linear-gradient(135deg,#ff6fb1,#ff4da0);color:#fff;border-radius:999px;padding:8px 14px;font-weight:700;cursor:pointer;box-shadow:0 10px 24px #ff4da04d}.autocomplete-wrapper{position:relative}.suggestions{position:absolute;top:100%;left:0;right:0;margin-top:6px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 16px 40px #0f172a1f;z-index:20;overflow:hidden}.suggestion-item{width:100%;text-align:left;padding:10px 12px;border:none;background:#fff;cursor:pointer}.suggestion-item:hover{background:#f8fafc}.suggestion-main{font-weight:700;color:#0f172a}.suggestion-sub{font-size:13px;color:#64748b}.calendar-card{background:#ffe5f4;border-radius:20px;border:2px solid #ff4da0;padding:12px;display:flex;flex-direction:column;gap:10px;box-shadow:0 12px 30px #ff4da040}.calendar-header{display:flex;justify-content:space-between;align-items:center;font-weight:700;color:#fff;padding:6px 10px;background:linear-gradient(135deg,#ff6fb1,#ff4da0);border-radius:12px}.calendar-month{font-size:14px}.calendar-controls{font-size:16px}.date-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.date-row input{border-radius:14px;border:1px solid #ffd0ea;padding:12px;font-size:15px;background:#fff}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.soft-card{background:#fff7fd;border:1px solid #ffd5ed;border-radius:14px;padding:12px;display:flex;flex-direction:column;gap:8px}.soft-label{color:#ff4da0;font-weight:700}.soft-card input,.soft-card select,.soft-card textarea{border-radius:12px;border:1px solid #ffd5ed;padding:10px 12px;background:#fff;font-size:14px;font-family:inherit}.notes-card textarea{min-height:80px;resize:vertical}.manage-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:18px;padding:0 6px}.manage-btn{background:#ffe6f5;border:2px solid #ffd2ee;color:#ff4da0;border-radius:14px;padding:16px 14px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;min-height:56px;text-align:center;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.manage-primary{background:linear-gradient(135deg,#ff6fb1,#ff4da0);color:#fff;border-color:transparent;box-shadow:0 16px 36px #ff4da059}.manage-btn:not(.manage-primary):hover{border-color:#ffb6e0;box-shadow:0 10px 26px #ffb6e059;transform:translateY(-1px)}.manage-btn:active{transform:translateY(0)}.itinerary-flex{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch;height:570px}.itinerary-list{display:flex;flex-direction:column;gap:16px;height:100%;overflow-y:auto;padding-right:6px}.itinerary-list::-webkit-scrollbar{width:8px}.itinerary-list::-webkit-scrollbar-thumb{background:#ffc1e3;border-radius:8px}.itinerary-list::-webkit-scrollbar-track{background:#ffe6f5}.day-block{background:#fff7fd;border:1px solid #ffd5ed;border-radius:14px;padding:12px 12px 10px}.day-title{font-weight:800;color:#ff4da0;margin-bottom:8px}.place-list{list-style:none;margin:0 0 8px;padding:0;display:flex;flex-direction:column;gap:6px}.place-list li{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #ffd5ed;border-radius:10px;padding:8px 10px;font-weight:600}.place-actions{color:#94a3b8;font-size:13px;display:inline-flex;gap:8px}.link-btn{border:none;background:transparent;color:#ef4444;cursor:pointer;font-weight:700}.link-btn.muted-link{color:#64748b}.place-title{display:flex;align-items:center;gap:4px;cursor:text}.edit-place-input{border:1px solid #ffd5ed;border-radius:8px;padding:6px 8px;font-size:14px}.add-place{width:100%;border:1px solid #ffd5ed;border-radius:10px;padding:10px;background:#fff;font-size:14px}.add-place-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.itinerary-map-card{background:#fff;border-radius:16px;border:1px solid #eef2ff;box-shadow:0 12px 36px #0f172a14;padding:12px;display:flex;flex-direction:column;gap:12px;position:relative;height:100%}.map-ctas{display:flex;gap:8px;justify-content:flex-end}.map-destination-tag{position:absolute;top:12px;left:12px;background:#fffffff0;border-radius:999px;padding:6px 12px;color:#0f172a;font-weight:700;border:1px solid #ffd5ed;box-shadow:0 8px 20px #0f172a14}.ai-assist-card{width:min(680px,100%)}.ai-tags{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0 6px}.ai-tag-btn{border:1px solid #ffd5ed;background:#fff;color:#0f172a;border-radius:999px;padding:8px 12px;font-weight:800;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.ai-tag-btn:hover{border-color:#ffb6e0;box-shadow:0 10px 26px #ffb6e059;transform:translateY(-1px)}.ai-tag-btn.active{background:linear-gradient(135deg,#ff6fb1,#ff4da0);color:#fff;border-color:transparent;box-shadow:0 14px 30px #ff4da042}.ai-tag-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.ai-results{display:grid;gap:10px;margin-top:14px}.ai-rec-card{border:1px solid #ffd5ed;border-radius:14px;padding:12px;background:#fff;display:grid;gap:6px}.ai-rec-title{font-weight:900;color:#0f172a}.ai-rec-desc{color:#475569;font-size:13px;line-height:1.4}.ai-rec-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.ai-feedback-btn{border:1px solid #e2e8f0;background:#f8fafc;border-radius:12px;padding:6px 10px;cursor:pointer;font-weight:800}.ai-feedback-btn.active{border-color:#ff4da0;background:#fff0f8}.ai-feedback-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:760px){.manage-frame{padding:10px}.bubble-row{grid-template-columns:1fr}.manage-hero{padding:16px}}.profile-page{min-height:calc(100vh - 80px);padding:0 24px 40px;background:linear-gradient(180deg,#fff5fb,#f3f7ff);overflow-y:auto;box-sizing:border-box;position:relative}.profile-loading{text-align:center;padding:40px;color:#475569;font-weight:600}.profile-layout{display:grid;grid-template-columns:320px 1fr;gap:32px;align-items:start;width:100%}.profile-right{display:flex;flex-direction:column;gap:24px;position:relative;z-index:1}.profile-summary-panel{background:#fff;border-radius:20px;padding:24px;box-shadow:0 16px 40px #0f172a0f;border:1px solid #eef2ff;display:flex;flex-direction:column;align-items:center;gap:20px}.profile-avatar-container{position:relative;width:120px;height:120px}.profile-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid #ffd5ed;box-shadow:0 8px 24px #ff4da033}.edit-avatar-btn{position:absolute;bottom:0;right:0;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#ff6fb1,#ff4da0);border:2px solid #fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 4px 12px #ff4da04d;transition:transform .15s ease}.edit-avatar-btn:hover{transform:scale(1.1)}.edit-icon{font-size:16px}.profile-title{margin:0;font-size:24px;font-weight:700;color:#0f172a}.profile-fields{width:100%;display:flex;flex-direction:column;gap:16px}.profile-field{display:flex;flex-direction:column;gap:6px}.profile-field-label{font-weight:600;color:#0f172a;font-size:14px}.profile-field-value{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;color:#0f172a;font-size:14px;min-height:44px}.edit-field-btn{background:transparent;border:none;cursor:pointer;padding:4px;display:grid;place-items:center;border-radius:50%;transition:background .15s ease}.edit-field-btn:hover{background:#ffe6f5}.edit-icon-small{font-size:14px;color:#ff4da0}.change-password-btn{width:100%;background:linear-gradient(135deg,#ff6fb1,#ff4da0);color:#fff;border:none;border-radius:12px;padding:12px 16px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px #ff6db159;transition:transform .15s ease,box-shadow .15s ease}.change-password-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #ff6db166}.visited-places-map{background:#fff;border-radius:20px;padding:12px;box-shadow:0 16px 40px #0f172a0f;border:1px solid #eef2ff;height:500px;max-height:500px;overflow:hidden;position:relative;z-index:1;width:100%}.visited-places-map .map-placeholder{height:100%;display:grid;place-items:center;color:#64748b;font-weight:600;background:#f9fbff;border-radius:16px;border:1px dashed #dce3f3}.visit-statistics{background:#fff;border-radius:20px;padding:24px;box-shadow:0 16px 40px #0f172a0f;border:1px solid #eef2ff;display:flex;flex-direction:column;gap:20px}.visit-statistics-title{margin:0;font-size:20px;font-weight:700;color:#0f172a}.visit-statistics-highlight{color:#ff4da0}.visit-statistics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.visit-stat-item{display:flex;flex-direction:column;align-items:center;gap:8px}.visit-stat-number{font-size:36px;font-weight:800;color:#0f172a}.visit-stat-label{font-size:12px;font-weight:600;color:#ff4da0;letter-spacing:.5px}.pin-visited-places-btn{align-self:flex-end;background:linear-gradient(135deg,#ff6fb1,#ff4da0);color:#fff;border:none;border-radius:12px;padding:10px 16px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px #ff6db159;transition:transform .15s ease}.pin-visited-places-btn:hover{transform:translateY(-2px)}.field-error{color:#dc2626;font-size:12px;margin-top:4px;font-weight:600}.field-success{color:#10b981;font-size:12px;margin-top:4px;font-weight:600}.field-hint{color:#64748b;font-size:12px;margin-top:4px}.success{color:#10b981;font-weight:600;margin:4px 0 10px;padding:10px;background:#f0fdf4;border-radius:8px;border:1px solid #86efac}.password-strength{margin-top:8px;display:flex;align-items:center;gap:8px}.password-strength-bar{flex:1;height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden}.password-strength-label{font-size:12px;font-weight:600}@media(max-width:1024px){.profile-layout{grid-template-columns:1fr}.profile-summary-panel{order:1}.profile-right{order:2}}@media(max-width:768px){.page,.manage-page,.profile-page,.itinerary-page{padding:16px}.shell,.manage-frame,.itinerary-shell{width:100%;min-width:0}.topbar,.manage-nav{position:relative;gap:12px;align-items:center;padding:14px}.topbar{display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-template-areas:"brand avatar toggle" "nav nav nav"}.brand{grid-area:brand;font-size:18px;min-width:0}.brand-logo{width:36px;height:36px}.nav-toggle{display:inline-flex;grid-area:toggle;margin-left:0}.nav{grid-area:nav;display:none;width:100%;flex-direction:column;gap:8px;padding-top:8px}.nav.active{display:flex}.nav a,.nav button{width:100%;text-align:left;padding:10px 12px}.avatar-wrapper{grid-area:avatar;margin-left:0;justify-self:end}.profile-menu{right:0;left:auto;width:min(301px,calc(100vw - 32px))}.grid,.about-step,.itinerary-flex,.budget-view,.visit-statistics-grid,.card-footer,.action-row,.details-header,.map-card__header,.map-actions,.form-actions{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.card-footer,.action-row,.map-actions,.form-actions{gap:12px}.grid{grid-template-columns:1fr}.card{min-width:0}.floating-btn{right:16px;bottom:16px}.visited-places-map{height:250px;min-height:250px;max-height:none}.profile-layout{gap:16px}.profile-summary-panel,.visit-statistics{padding:18px}.profile-field-value{gap:8px;align-items:center;word-break:break-word}.pin-visited-places-btn,.change-password-btn,.primary-btn,.btn-primary,.btn-secondary{width:100%;min-height:44px}.footer{padding:24px 0 12px}.contact-form{display:grid;gap:14px}.contact-form .input-box,.contact-form textarea{width:100%;padding:12px}.contact-form textarea{min-height:120px}.contact-form .primary-btn{width:100%;margin-top:4px}.budget-table-head,.add-expense-row{grid-template-columns:1fr;gap:12px;padding-left:16px;padding-right:16px}.expense-row-item{grid-template-columns:minmax(0,1fr) auto auto auto;gap:8px;padding-left:12px;padding-right:12px;align-items:center}.budget-table-head{display:none}.add-expense-row{align-items:stretch}.budget-input-inline{width:100%;min-height:44px}.budget-inline-toggle{justify-content:flex-start;padding:0;min-height:44px}.budget-add-btn{width:100%;min-height:44px;height:auto}}@media(max-width:640px){.profile-page{padding:16px}.visit-statistics-grid{grid-template-columns:repeat(3,1fr);gap:16px}.pin-visited-places-btn{align-self:stretch}}.budget-view{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:stretch;margin-top:12px;height:570px}.budget-summary-side{display:flex;flex-direction:column;gap:20px}.budget-total-card{background:#fff3fb99;border-radius:50px;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:40px;border:1px solid rgba(255,83,178,.1)}.budget-total-label{font-family:Inter,sans-serif;font-weight:700;font-size:32px;color:#ff53b2;margin-bottom:24px}.budget-total-amount{font-family:Inter,sans-serif;font-weight:700;font-size:64px;color:#ffc0e8;letter-spacing:-1px}.budget-list-side{background:#fff;border:1px solid rgba(117,117,117,.2);border-radius:50px;overflow:hidden;display:flex;flex-direction:column;height:100%}.budget-list-header{background:#ffe8f6;padding:20px 40px;border-bottom:1px solid #d9d9d9;display:flex;align-items:center;justify-content:center}.budget-list-title{font-family:Inter,sans-serif;font-weight:700;font-size:32px;color:#ff53b2;margin:0}.budget-table-head{display:grid;grid-template-columns:3fr 1.5fr 1fr 80px;gap:16px;padding:24px 40px 12px;background:#fff;border-bottom:2px solid #ff53b2}.budget-head-label{font-family:Inter,sans-serif;font-weight:800;font-size:20px;color:#ff53b2}.expense-scroll-list{flex:1;overflow-y:auto;list-style:none;margin:0;padding:0}.expense-row-item{display:grid;grid-template-columns:3fr 1.5fr 1fr 80px;gap:16px;padding:16px 40px;align-items:center;border-bottom:1px solid #f8f1f7;transition:background-color .2s}.expense-row-item:hover{background-color:#fff9fc}.expense-row-name{font-family:Inter,sans-serif;font-weight:700;font-size:20px;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.expense-row-amount{font-family:Inter,sans-serif;font-weight:700;font-size:20px;color:#000}.expense-row-check{display:flex;justify-content:center}.check-box-inner{width:24px;height:24px;background:#ff53b2b3;border-radius:2px;display:grid;place-items:center;color:#fff;font-size:14px}.check-box-inner.unmarked{background:transparent;border:1px solid rgba(255,83,178,.4)}.add-expense-row{display:grid;grid-template-columns:3fr 1.5fr 1fr 80px;gap:16px;padding:20px 40px;background:#fffdfc;border-top:1px solid #f1f5f9;align-items:center}.budget-input-inline{border:1px solid #ffd0ea;border-radius:8px;padding:10px 12px;font-size:14px;outline:none;background:#fff;width:100%}.budget-input{border:1px solid #ff4da0;border-radius:999px;padding:12px 20px;font-size:15px;outline:none;background:#fff}.budget-add-btn{background:linear-gradient(135deg,#ff53b2,#ff4da0);color:#fff;border:none;border-radius:999px;padding:8px 18px;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #ff53b233;transition:transform .1s,background .2s;height:38px;display:flex;align-items:center;justify-content:center}.budget-add-btn:active{transform:scale(.96)}.budget-add-btn:disabled{opacity:.7;cursor:not-allowed}@media(max-width:960px){.budget-view{grid-template-columns:1fr}.budget-total-card{height:auto;padding:30px}}.budget-detail-panel{background:#fff;border:1px solid rgba(255,83,178,.2);border-radius:50px;height:100%;max-height:800px;padding:40px;position:relative;display:flex;flex-direction:column;box-shadow:0 12px 36px #ff4da014;overflow:hidden}.budget-detail-scroll-area{flex:1;overflow-y:auto;padding-right:12px;margin-bottom:20px}.budget-detail-scroll-area::-webkit-scrollbar{width:6px}.budget-detail-scroll-area::-webkit-scrollbar-track{background:transparent}.budget-detail-scroll-area::-webkit-scrollbar-thumb{background:#fbcfe8;border-radius:10px}.budget-detail-footer{margin-top:auto;padding-top:20px;border-top:1px solid rgba(255,192,232,.3)}.budget-detail-close{position:absolute;top:24px;right:24px;width:32px;height:32px;border-radius:50%;border:none;background:#ffe8f6;color:#ff53b2;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s}.budget-detail-close:hover{background:#ff53b2;color:#fff;transform:scale(1.1)}.budget-detail-name{font-family:Inter,sans-serif;font-weight:700;font-size:28px;color:#ff53b2;margin-top:10px}.budget-detail-amount{font-family:Inter,sans-serif;font-weight:700;font-size:48px;color:#ffc0e8;letter-spacing:-1px}.budget-detail-section{display:flex;flex-direction:column;gap:8px;padding-top:16px;border-top:1px dashed rgba(255,192,232,.5)}.budget-detail-label{font-size:14px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.budget-detail-value{font-size:18px;font-weight:600;color:#475569}.budget-detail-participants{display:flex;flex-wrap:wrap;gap:8px}.budget-detail-chip{background:#fdf2f8;color:#db2777;border:1px solid #fbcfe8;border-radius:999px;padding:4px 12px;font-size:13px;font-weight:600}.budget-detail-per-person{font-size:20px;color:#ff53b2;font-weight:800;margin-top:8px}.budget-member-chip-edit{display:flex;align-items:center;gap:8px;background:#fdf2f8;border:1px solid #fbcfe8;border-radius:999px;padding:6px 14px;cursor:pointer;transition:all .2s}.budget-member-chip-edit:hover{background:#fce7f3;border-color:#f9a8d4}.budget-member-chip-edit input[type=checkbox]{accent-color:#ff53b2;width:16px;height:16px;cursor:pointer}.budget-member-name{font-size:14px;font-weight:600;color:#bf2182}.budget-detail-error{animation:slideDown .3s ease-out}.budget-detail-notes{font-style:italic;font-weight:400;line-height:1.5}.expense-shared-link{text-decoration:underline;color:#ff53b2!important}.expense-status-badge{font-family:Inter,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;padding:4px 10px;border-radius:999px;display:inline-block}.expense-status-badge.shared{background:#ffe8f6;color:#ff53b2;border:1px solid rgba(255,83,178,.2)}.expense-status-badge.personal{background:#f1f5f9;color:#64748b;border:1px solid rgba(148,163,184,.2)}.budget-notes-input{border:1px solid #ffd0ea;border-radius:12px;padding:12px;font-size:14px;font-family:Inter,sans-serif;outline:none;background:#fff;resize:vertical;color:#475569}.budget-notes-input::placeholder{color:#94a3b8;font-style:italic}.budget-save-btn{background:#ff53b2;color:#fff;border:none;border-radius:12px;padding:14px;font-weight:700;font-size:15px;cursor:pointer;transition:background .2s,transform .1s;margin-top:10px;box-shadow:0 4px 12px #ff53b233}.budget-save-btn:hover{background:#ff4da0}.budget-save-btn:active{transform:scale(.98)}.budget-save-btn:disabled{background:#fbcfe8;cursor:not-allowed;box-shadow:none}.budget-inline-toggle{display:flex;align-items:center;gap:8px;padding:0 12px;color:#ff53b2;font-weight:700;font-size:13px;cursor:pointer}.budget-inline-toggle input{accent-color:#ff53b2}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}[data-theme=dark] .add-place{background:#fff;color:#0f172a}[data-theme=dark] .budget-input{background:#fff;color:#0f172a;border-color:#e2e8f0}[data-theme=dark] .budget-input::placeholder{color:#94a3b8}[data-theme=dark] .budget-empty{color:#e2e8f0}[data-theme=dark] .budget-table-head{background:#fff}[data-theme=dark] .budget-head-label{color:#ff53b2}[data-theme=dark] .budget-empty{color:#0f172a}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;appearance:textfield}[data-theme=dark] .budget-input-inline{background:#fff;color:#0f172a;border-color:#e2e8f0}@media(max-width:768px){.budget-table-head{display:none}.expense-row-item{grid-template-columns:minmax(0,1fr) auto auto auto;gap:8px;padding-left:12px;padding-right:12px;align-items:center}.add-expense-row{display:flex;flex-wrap:nowrap;gap:8px;padding-left:12px;padding-right:12px;align-items:center}.budget-input-inline{flex:1;min-width:60px;min-height:44px}.budget-add-btn{width:44px;height:44px;min-height:44px;flex-shrink:0}.budget-inline-toggle{justify-content:flex-start;padding:0;min-height:44px}}[data-theme=dark] .profile-summary-panel,[data-theme=dark] .visit-statistics,[data-theme=dark] .visited-places-map,[data-theme=dark] .about-card,[data-theme=dark] .team-card{background:var(--card-bg);border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .profile-title,[data-theme=dark] .profile-field-label,[data-theme=dark] .profile-field-value,[data-theme=dark] .visit-statistics-title,[data-theme=dark] .visit-stat-number{color:var(--text-primary)}[data-theme=dark] .profile-field-value{background:var(--input-bg);border-color:var(--input-border)}[data-theme=dark] .expense-row-item:hover,[data-theme=dark] .member-item:hover,[data-theme=dark] .itinerary-item:hover{background:#1e293b}[data-theme=dark] .contact-form button[type=submit]{background:linear-gradient(135deg,#ff6fb1,#ff4da0);color:#fff;border:none}[data-theme=dark] .about-step{background:#1e293b;border-color:#334155}[data-theme=dark] .about-step-title,[data-theme=dark] .about-step-copy,[data-theme=dark] .team-title,[data-theme=dark] .team-role,[data-theme=dark] .team-tags,[data-theme=dark] .team-lead-link{color:#e2e8f0}[data-theme=dark] .contact-form .input-box,[data-theme=dark] .contact-form textarea{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-theme=dark] .primary-btn,[data-theme=dark] .btn-primary{background:linear-gradient(135deg,#a5b4fc,#7c3aed);box-shadow:0 10px 22px #7c3aed4d}[data-theme=dark] .profile-page{background:linear-gradient(180deg,#0f172a,#0b1120)}[data-theme=dark] .profile-title,[data-theme=dark] .profile-field-label,[data-theme=dark] .profile-field-value,[data-theme=dark] .visit-statistics-title,[data-theme=dark] .visit-stat-number{color:#e2e8f0!important}[data-theme=dark] .budget-input-inline{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-theme=dark] .chat-panel{background:#0f172a;border-color:#1e293b}[data-theme=dark] .chat-bubble{background:#1e293b;color:#e2e8f0}[data-theme=dark] .chat-bubble-self{background:#312e81;color:#e0e7ff}[data-theme=dark] .chat-input{background:#1e293b;border-color:#334155;color:#fff}.ai-assist-panel{display:flex;flex-direction:column;max-height:82vh;border-radius:22px;border:1px solid #ffd5ed;background:radial-gradient(circle at 10% 0%,#fff,#fff0f8 40%,#ffeaf5);overflow:hidden;box-shadow:0 24px 70px #ff4da038}.ai-assist-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#ffffffb8;border-bottom:1px solid #ffd5ed;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ai-assist-brand{display:flex;align-items:center;gap:10px;min-width:0}.ai-assist-logo{width:34px;height:34px;border-radius:14px;display:inline-block;background:conic-gradient(from 180deg,#ff4da0,#ff8ad1,#a78bfa,#38bdf8,#ff4da0);box-shadow:0 12px 26px #ff4da02e;border:1px solid rgba(255,255,255,.9)}.ai-assist-title{font-weight:950;color:#ff4da0;line-height:1.05}.ai-assist-subtitle{font-size:12px;color:#64748b;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:520px}.ai-assist-close{border:1px solid #ffd5ed;background:#ffffffe6;color:#0f172a;width:36px;height:36px;border-radius:14px;display:grid;place-items:center;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.ai-assist-close:hover{border-color:#ffb6e0;box-shadow:0 14px 30px #ff4da02e;transform:translateY(-1px)}.ai-assist-close:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.ai-chat{flex:1;padding:14px 16px 12px;display:flex;flex-direction:column;gap:12px;overflow:auto;background:#fff5fb}.ai-chat-row{display:flex;gap:10px;align-items:flex-start}.ai-avatar{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;font-weight:950;font-size:12px;border:1px solid #ffd5ed;flex:0 0 auto;-webkit-user-select:none;user-select:none}.ai-avatar.user{background:#fff;color:#ff4da0}.ai-avatar.bot{background:linear-gradient(135deg,#ff6fb1,#ff4da0);color:#fff;border-color:transparent}.ai-bubble{border:1px solid #ffd5ed;border-radius:18px;padding:10px 12px;box-shadow:0 14px 32px #0f172a14;max-width:min(680px,100%)}.ai-bubble.user{background:#fff;color:#0f172a}.ai-bubble.bot{background:#fffffff5;color:#0f172a;width:100%}.ai-bubble-tag{display:inline-flex;align-items:center;gap:6px;padding:2px 10px;border-radius:999px;font-weight:950;background:#fff0f8;border:1px solid #ffd5ed;color:#ff4da0}.ai-compose{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#ffffffc2;border-top:1px solid #ffd5ed;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ai-rec-loc{color:#64748b;font-size:12px;font-weight:800;margin-top:-2px}.ai-send{border:none;background:linear-gradient(135deg,#ff6fb1,#ff4da0);color:#fff;width:44px;height:44px;border-radius:16px;display:grid;place-items:center;cursor:pointer;box-shadow:0 18px 34px #ff4da03d;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}.ai-send:hover{transform:translateY(-1px);filter:saturate(1.1);box-shadow:0 22px 44px #ff4da04d}.ai-send:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.chat-panel{display:flex;flex-direction:column;height:600px;background:#fff;border-radius:18px;padding:16px;box-shadow:0 4px 12px #0f172a0d;border:1px solid #eef2ff}.chat-messages{flex:1;overflow-y:auto;padding-right:8px;display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.chat-status{text-align:center;color:#94a3b8;font-size:14px;margin-top:20px}.chat-bubble{max-width:80%;padding:10px 14px;font-size:14px;line-height:1.5;position:relative;align-self:flex-start;background:#f1f5f9;color:#1e293b;border-radius:16px 16px 16px 4px}.chat-bubble-self{align-self:flex-end;background:#ffecf6;color:#ff4da0;border-bottom-left-radius:16px;border-bottom-right-radius:4px}.chat-sender{display:block;font-size:11px;font-weight:700;margin-bottom:4px;color:#64748b}.chat-content{word-break:break-word}.chat-time{display:block;font-size:10px;margin-top:4px;text-align:right;opacity:.6}.chat-input-row{display:flex;gap:10px;padding-top:12px;border-top:1px solid #f1f5f9}.chat-input{flex:1;padding:10px 14px;border-radius:12px;border:1px solid #e2e8f0;font-size:14px;outline:none;transition:border-color .2s}.chat-input:focus{border-color:#ff8bd1}.chat-send-btn{padding:0 20px;border-radius:12px;background:linear-gradient(135deg,#ff8bd1,#ff5fa2);color:#fff;border:none;font-weight:700;cursor:pointer;transition:opacity .2s}.chat-send-btn:hover:not(:disabled){opacity:.9}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .place-list li{background:var(--card-bg);border-color:var(--border-color)}[data-theme=dark] .ai-assist-panel{background:radial-gradient(circle at 10% 0%,var(--card-sub-bg) 0%,var(--card-bg) 100%);border-color:var(--border-color);box-shadow:0 24px 70px #0006}[data-theme=dark] .ai-assist-header{background:#1e293bcc;border-bottom-color:var(--border-color)}[data-theme=dark] .ai-assist-close{background:var(--input-bg);border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .ai-chat{background:var(--bg-color)}[data-theme=dark] .ai-bubble{border-color:var(--border-color);box-shadow:0 14px 32px #0006}[data-theme=dark] .ai-bubble.user,[data-theme=dark] .ai-bubble.bot{background:var(--card-bg);color:var(--text-primary)}[data-theme=dark] .ai-bubble-tag{background:var(--card-sub-bg);border-color:var(--border-color)}[data-theme=dark] .ai-compose{background:#1e293bcc;border-top-color:var(--border-color)}[data-theme=dark] .ai-rec-card{background:var(--card-bg);border:1px solid var(--border-color);box-shadow:0 8px 24px #0003}[data-theme=dark] .ai-rec-title{color:var(--text-primary)}[data-theme=dark] .ai-rec-desc{color:var(--text-secondary)}[data-theme=dark] .ai-rec-loc{color:#94a3b8}[data-theme=dark] .ai-feedback-btn{background:var(--card-sub-bg);border-color:var(--border-color)}[data-theme=dark] .ai-feedback-btn:hover{background:var(--input-bg)}[data-theme=dark] .ai-tag-btn{background:var(--card-bg);border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .ai-tag-btn:hover{border-color:#ff8bd1}[data-theme=dark] .chat-panel{background:var(--card-bg);border-color:var(--border-color)}[data-theme=dark] .chat-bubble{background:var(--card-sub-bg);color:var(--text-primary)}[data-theme=dark] .chat-bubble-self{background:#471b31;color:#ff8bd1}[data-theme=dark] .chat-input-row{border-top-color:var(--border-color)}[data-theme=dark] .itinerary-map-card{background:var(--card-sub-bg);border-color:var(--border-color)}.manual-pin-item{background:#f8fafc;color:#0f172a}[data-theme=dark] .manual-pin-item{background:var(--card-bg);color:var(--text-primary)}.suggestions{background:#fff}[data-theme=dark] .suggestions{background:var(--card-bg);border-color:var(--border-color)}[data-theme=dark] .suggestion-item{color:var(--text-primary)}[data-theme=dark] .suggestion-item:hover{background:var(--card-sub-bg)}[data-theme=dark] .map-destination-tag{background:var(--card-bg);color:var(--text-primary);border:1px solid var(--border-color)}@media(max-width:480px){.calendar-card{padding:10px;border-radius:16px}.calendar-header{padding:8px 10px}.date-row{grid-template-columns:1fr;gap:8px}.date-row input{width:100%;min-width:0;padding:10px 12px;font-size:14px}.input-pill{grid-template-columns:1fr;padding:8px 10px;gap:10px;border-radius:18px}.pill-input{width:100%;min-width:0;padding:6px 2px;font-size:14px}.pill-edit,.btn-soft{width:100%;justify-content:center}.contact-card,.contact-copy,.group-card,.group-member-main,.group-member-email{min-width:0;overflow-wrap:anywhere;word-break:break-word}.group-invite-row,.group-member-row{grid-template-columns:1fr}.group-member-remove{justify-self:start}.profile-menu{right:0;left:auto;width:min(228px,calc(100vw - 20px));max-width:calc(100vw - 20px);padding:4px;border-radius:10px}.menu-header{padding:6px 10px 2px}.menu-separator{width:calc(100% - 20px);margin:4px 10px}.menu-item{padding:8px 10px;gap:8px;min-height:38px;height:auto}.menu-label,.username{font-size:13px}.menu-icon{width:18px;height:18px;font-size:14px}.switch{width:36px;height:20px}.slider:before{width:14px;height:14px;left:3px;bottom:3px}.switch input:checked+.slider:before{transform:translate(16px)}}@media(max-width:768px){.map-destination-tag{position:relative;inset:auto;margin-bottom:12px;align-self:stretch;width:100%;box-sizing:border-box}.budget-view,.itinerary-flex{height:auto}.itinerary-list{height:auto;min-height:250px;max-height:55vh;overflow-y:auto;flex:none}.expense-scroll-list{flex:1 1 auto;min-height:200px;max-height:60vh;overflow-y:auto}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.register-container{position:relative;width:100%;min-height:100vh;background:linear-gradient(180deg,#fff5fb,#f3f7ff);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:60px}.register-card-wrapper{position:relative;max-width:639px;width:100%;filter:drop-shadow(4px 4px 8px rgba(0,0,0,.28))}.register-form{display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:24px;width:100%;background:#fff;border-radius:8px;box-sizing:border-box}.input-label{width:100%;font-family:Inter,sans-serif;font-style:normal;font-weight:600;font-size:16px;line-height:140%;color:#ff53b2}.button-container{display:flex;justify-content:center;width:100%;margin-top:16px}.register-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 12px;gap:8px;width:494.74px;height:44.43px;background:#ff53b2;border-radius:8px;border:none;cursor:pointer;font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:22px;line-height:28px;color:#f5f5f5}.register-button:disabled{opacity:.7;cursor:not-allowed}.login-link-container{display:flex;justify-content:center;width:100%;margin-top:16px}.login-link{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:140%;text-decoration-line:underline;color:#ff53b2;cursor:pointer}.error-message{color:red;font-size:14px;margin-top:5px}.password-strength{margin-top:8px;display:flex;align-items:center;gap:8px;width:100%}.password-strength-bar{flex:1;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.password-strength-fill{height:100%;transition:width .3s ease,background-color .3s ease}.password-strength-label{font-size:12px;font-weight:600;min-width:70px}@media(max-width:768px){.register-container{padding:24px 16px;justify-content:center}.register-card-wrapper{max-width:100%}.register-form{padding:20px 16px;gap:20px}.input-box{height:auto;min-height:44px;padding:14px 16px}.register-button{width:100%;min-height:44px;height:auto;font-size:18px;line-height:1.3}.page-title{margin-bottom:24px;padding:0;font-size:34px;-webkit-text-stroke:1px #ff53b2}.password-strength{flex-direction:column;align-items:flex-start}}[data-theme=dark] .register-container{background:var(--bg-gradient)}[data-theme=dark] .register-form{background:var(--card-bg);box-shadow:0 10px 30px #0006}[data-theme=dark] .password-strength-bar{background:#1e293b}[data-theme=dark] .password-strength-label{color:var(--text-secondary)}.login-container{position:relative;width:100%;min-height:100vh;background:linear-gradient(180deg,#fff5fb,#f3f7ff);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:60px}.login-card-wrapper{position:relative;max-width:639px;width:100%;filter:drop-shadow(4px 4px 8px rgba(0,0,0,.28))}.login-form{display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:24px;width:100%;background:#fff;border-radius:8px;box-sizing:border-box}.input-field{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:8px;width:100%}.input-label{width:100%;font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:140%;color:#ff53b2}.input-box{display:flex;flex-direction:row;align-items:center;padding:24px 16px;width:100%;height:64px;background:#fff;border:1px solid #d9d9d9;border-radius:8px;box-sizing:border-box;font-family:Inter,sans-serif;font-size:16px;color:#1e1e1e}.input-box::placeholder{color:#b3b3b3}.input-box:disabled{background:#f6f7fb;color:#8b8b8b;cursor:not-allowed}.forgot-password{align-self:flex-end;font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:140%;text-decoration-line:underline;color:#ff53b2;cursor:pointer;margin-top:-16px;margin-bottom:8px}.login-button-container{display:flex;justify-content:center;width:100%}.login-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 12px;gap:8px;width:494.74px;height:50.42px;background:#ff53b2;border-radius:8px;border:none;cursor:pointer;font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:22px;line-height:28px;color:#f5f5f5}.login-button:disabled{background:#ff9cd1;cursor:wait}.login-status{width:100%;margin-top:-8px;font-family:Inter,sans-serif;font-size:15px;line-height:140%;color:#ff53b2;text-align:center}.register-link-container{display:flex;justify-content:center;width:100%;margin-top:16px}.register-link{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:140%;text-decoration-line:underline;color:#ff53b2;cursor:pointer}.page-title{position:relative;width:100%;text-align:center;margin-bottom:40px;margin-top:0;padding:0 24px;font-family:Inter,sans-serif;font-style:normal;font-weight:700;font-size:48px;line-height:120%;letter-spacing:-.02em;color:#ff53b266;-webkit-text-stroke:2px #ff53b2;text-shadow:none;pointer-events:auto}@media(max-width:768px){.login-container{padding:24px 16px;justify-content:center}.login-card-wrapper{max-width:100%}.login-form{padding:20px 16px;gap:20px}.input-box{height:auto;min-height:44px;padding:14px 16px}.forgot-password{align-self:stretch;margin-top:-8px;text-align:right}.login-button{width:100%;min-height:44px;height:auto;font-size:18px;line-height:1.3}.page-title{margin-bottom:24px;padding:0;font-size:34px;-webkit-text-stroke:1px #ff53b2}}[data-theme=dark] .login-container{background:var(--bg-gradient)}[data-theme=dark] .login-form{background:var(--card-bg);box-shadow:0 10px 30px #0006}[data-theme=dark] .input-box{background:var(--input-bg);border-color:var(--input-border);color:var(--text-primary)}[data-theme=dark] .input-box::placeholder{color:#64748b}[data-theme=dark] .page-title{color:#ff53b233;-webkit-text-stroke:2px #ff53b2}[data-theme=dark] .success-message{color:#4ade80}[data-theme=dark] .error-message{color:#f87171}.session-timeout-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:9999}.session-timeout-modal{background-color:#fff;border-radius:12px;padding:32px;max-width:400px;box-shadow:0 20px 60px #0f172a26;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.session-timeout-modal h2{margin:0 0 16px;font-size:20px;font-weight:700;color:#1e293b}.session-timeout-modal p{margin:12px 0;font-size:14px;color:#475569;line-height:1.5}.timeout-counter{font-weight:700;color:#dc2626;font-size:16px}.timeout-message{color:#64748b;font-size:13px}.timeout-actions{display:flex;gap:12px;margin-top:24px}.btn-stay-logged-in,.btn-logout{flex:1;padding:10px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-stay-logged-in{background-color:#3b82f6;color:#fff}.btn-stay-logged-in:hover{background-color:#2563eb;transform:translateY(-2px)}.btn-logout{background-color:#e2e8f0;color:#1e293b}.btn-logout:hover{background-color:#cbd5e1;transform:translateY(-2px)}[data-theme=dark] .session-timeout-modal{background-color:var(--card-bg);box-shadow:0 20px 60px #00000080}[data-theme=dark] .session-timeout-modal h2{color:var(--text-primary)}[data-theme=dark] .session-timeout-modal p{color:var(--text-secondary)}[data-theme=dark] .timeout-message{color:#64748b}[data-theme=dark] .btn-logout{background-color:#1e293b;color:var(--text-primary)}[data-theme=dark] .btn-logout:hover{background-color:#334155}
