:root{--bg-color:#0f172a;--card-bg:#1e293b;--input-bg:hsla(0,0%,100%,.05);--input-border:hsla(0,0%,100%,.1);--text-color:#f1f5f9;--muted-text:#94a3b8;--accent-color:#38bdf8;--accent-hover:#0ea5e9;--success-color:#22c55e;--danger-color:#ef4444;--shadow:0 8px 24px rgba(0,0,0,.25)}.dashboard-layout{display:flex;width:100%;min-height:100vh;background:var(--bg-color);color:var(--text-color);font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif}.profile-topbar{display:flex;align-items:center;justify-content:space-between;background:var(--card-bg);border-radius:12px;padding:22px 30px;box-shadow:var(--shadow);margin-bottom:40px}.profile-topbar h1{font-size:1.9rem;font-weight:700;color:var(--accent-color)}.dashboard-card{background:var(--card-bg);border-radius:14px;padding:40px 50px;box-shadow:var(--shadow);margin:0 auto 60px;max-width:900px;width:100%;transition:background .3s ease,transform .2s ease}.dashboard-card:hover{background:rgba(30,41,59,.96);transform:translateY(-2px)}.dashboard-card h3{font-size:1.6rem;font-weight:700;color:var(--accent-color);margin-bottom:8px}.dashboard-card p{font-size:1rem;color:var(--muted-text);margin-bottom:28px;line-height:1.6;text-align:center}.profile-form{display:flex;flex-direction:column;gap:20px;width:100%}.profile-form label{font-size:1rem;font-weight:600;color:var(--accent-color);margin-bottom:6px}.profile-form input,.profile-form textarea{width:100%;padding:12px 14px;border-radius:10px;border:1px solid var(--input-border);background:var(--input-bg);color:var(--text-color);font-size:1rem;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.profile-form input:focus,.profile-form textarea:focus{border-color:var(--accent-color);background:hsla(0,0%,100%,.08);box-shadow:0 0 0 3px rgba(56,189,248,.2);outline:none}.profile-form textarea{resize:vertical;min-height:120px}.profile-form button{align-self:center;background:linear-gradient(135deg,var(--accent-color),var(--accent-hover));color:#fff;border:none;border-radius:10px;padding:12px 28px;font-weight:600;font-size:1rem;cursor:pointer;margin-top:10px;transition:all .25s ease;box-shadow:0 0 16px rgba(56,189,248,.3)}.profile-form button:hover{background:linear-gradient(135deg,var(--accent-hover),var(--accent-color));transform:translateY(-2px);box-shadow:0 0 24px rgba(56,189,248,.5)}.profile-form button:disabled{opacity:.7;cursor:not-allowed}.logo-preview{margin-top:10px;text-align:center}.logo-preview img{max-width:160px;max-height:80px;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.3);object-fit:contain}@media (max-width:900px){.dashboard-card{padding:28px 24px}.profile-topbar h1{font-size:1.5rem}.dashboard-card h3{font-size:1.4rem}.profile-form button{width:100%}}@media (max-width:600px){.dashboard-card{padding:24px 20px}.profile-form input,.profile-form textarea{font-size:.95rem}}@keyframes fadeInOut{0%{opacity:0;transform:translateY(20px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.toggle-row{display:flex;align-items:center;margin-top:12px;margin-bottom:12px;gap:20px}.toggle-text{font-size:1rem;font-weight:600;width:90px}.toggle-text.enabled{color:var(--accent-color)}.toggle-text.disabled{color:var(--muted-text)}.switch{width:54px;height:28px}.slider{inset:0}input:checked+.slider{background-color:var(--accent-color)}.slider:before{height:22px;width:22px}input:checked+.slider:before{transform:translateX(26px)}.switch{position:relative;display:inline-block;width:48px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#475569;border-radius:34px}.slider,.slider:before{position:absolute;transition:.3s}.slider:before{content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%}input:checked+.slider{background-color:#0ea5e9}input:checked+.slider:before{transform:translateX(24px)}.automation-panel{background:rgba(56,189,248,.08);border:1px solid rgba(56,189,248,.2);border-radius:10px;padding:14px 18px;margin-bottom:20px}.automation-panel h3{margin-bottom:10px;color:#38bdf8}.warning{color:#f87171;margin:6px 0}.success{color:#4ade80;margin:6px 0}.profile-form .booster-p{display:block;text-align:center;margin:12px auto 0;max-width:700px}.booster-p{display:flex;justify-content:center;align-items:center;text-align:center;gap:18px;max-width:700px;margin:14px auto 0;line-height:1.6;flex-wrap:wrap}.booster-p,.booster-p span{white-space:normal}.profile-form .booster-p{align-self:center}.settings-section{display:flex;flex-direction:column;gap:14px;align-items:center}.settings-section h2{font-size:1.6rem;color:#38bdf8}.settings-subtitle{font-size:.9rem;color:#9ca3af}.settings-upsell,.settings-warning{padding:10px 12px;border-radius:8px;font-size:.9rem}.settings-warning{background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.6);color:#f87171}.settings-upsell{background:rgba(59,130,246,.08);border:1px dashed rgba(59,130,246,.7);color:#60a5fa}.settings-divider{border:none;border-top:1px solid rgba(148,163,184,.35);margin:18px 0}.locations-list{display:flex;flex-direction:column;gap:10px}.location-card{background:#020617;border:1px solid rgba(148,163,184,.35);border-radius:10px;padding:12px 14px}.location-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.location-header strong{font-size:.95rem}.location-pill{background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.6);color:#22c55e;border-radius:999px;padding:2px 8px;font-size:.75rem}.location-body{display:flex;justify-content:space-between;align-items:center;gap:16px}.location-body div{font-size:.9rem;color:#e5e7eb}.location-shortcode{margin-top:4px;font-size:.8rem;color:#9ca3af}.location-shortcode code{background:rgba(15,23,42,.85);padding:2px 6px;border-radius:6px}.empty-state{font-size:.9rem;color:#94a3b8;padding:8px 0}.location-form{display:flex;flex-direction:column;gap:12px}.location-form .form-row{display:flex;gap:12px;flex-wrap:wrap}.location-form label{display:flex;flex-direction:column;font-size:.85rem;gap:4px;flex:1 1}.location-form input{padding:8px 10px;border-radius:8px;border:1px solid rgba(148,163,184,.6);background:#020617;color:#e5e7eb}.location-form input::placeholder{color:#64748b}.btn-secondary{padding:6px 12px;border-radius:8px;background:transparent;border:1px solid rgba(148,163,184,.6);color:#e5e7eb;font-size:.8rem;cursor:pointer}.btn-secondary:hover{border-color:#38bdf8;background:rgba(15,23,42,.9)}.dashboard-card .profile-form form{max-width:460px}.dashboard-card select{padding:8px 10px;border-radius:8px;border:1px solid rgba(148,163,184,.6);background:#020617;color:#e5e7eb;font-size:.9rem}.success-toast{margin-bottom:10px}.profile-form{align-items:center}.locations-list .location-card .form-row input:focus,.locations-list .location-card .form-row input:focus-visible{outline:none;border-color:#38bdf8;box-shadow:0 0 0 1px rgba(56,189,248,.5)}.locations-list .location-card:has(.form-row input){background:#020617;border-color:rgba(59,130,246,.7)}.location-body{align-items:flex-start}.location-body>div:first-child{flex:1 1}.locations-list .location-card .form-row{margin-bottom:8px;gap:8px}.locations-list .location-card .form-row label{flex:1 1;font-size:.8rem;color:#9ca3af}.locations-list .location-card .form-row input{padding:7px 9px;border-radius:8px;border:1px solid rgba(148,163,184,.7);background:#020617;color:#e5e7eb;font-size:.85rem}.locations-list .location-card .form-row input::placeholder{color:#6b7280}.location-actions{display:flex;flex-direction:column;gap:6px;min-width:120px}.location-actions .btn-primary,.location-actions .btn-secondary{width:100%;font-size:.8rem;padding:6px 10px}.location-card:has(.location-actions .btn-primary) input{width:100%}.location-card:has(.location-actions .btn-primary) .location-actions{margin-top:12px}.location-card:has(.location-actions .btn-primary) label{gap:3px}.location-card:has(.location-actions .btn-primary){background:rgba(2,6,23,.95)}.location-card:has(.location-actions .btn-primary){width:100%;padding:18px 20px;background:rgba(2,6,23,.98);border-color:#38bdf8}.location-card:has(.location-actions .btn-primary) .location-body{display:flex;flex-direction:column;align-items:stretch;gap:12px}.location-card:has(.location-actions .btn-primary) .location-body>div:first-child{display:flex;flex-direction:column;gap:10px;width:100%}.location-card:has(.location-actions .btn-primary) .form-row{display:flex;flex-direction:column;align-items:stretch;gap:6px;width:100%}.location-card:has(.location-actions .btn-primary) .form-row label{display:flex;flex-direction:column;font-size:.8rem;color:#9ca3af;width:100%}.location-card:has(.location-actions .btn-primary) .form-row input{width:100%;box-sizing:border-box;padding:8px 10px;border-radius:8px;border:1px solid rgba(148,163,184,.7);background:#020617;color:#e5e7eb;font-size:.85rem}.location-card:has(.location-actions .btn-primary) .form-row input::placeholder{color:#6b7280}.location-card:has(.location-actions .btn-primary) .location-actions{margin-top:14px;padding-top:10px;border-top:1px solid rgba(148,163,184,.35);display:flex;flex-direction:row;justify-content:flex-end;gap:10px;width:100%}.location-card:has(.location-actions .btn-primary) .location-actions button{min-width:120px;font-size:.8rem;padding:6px 10px}.location-header .btn-secondary{padding:4px 10px;font-size:.8rem}.member-select{margin-right:1rem;margin-left:1rem}.btn-danger{padding:6px 12px;border-radius:8px;border:1px solid hsla(0,91%,71%,.7);background:rgba(127,29,29,.2);color:#fecaca;font-size:.8rem;cursor:pointer}.btn-danger:hover{background:rgba(127,29,29,.4);border-color:#fca5a5}.current-plan-pill{margin-top:4px;margin-right:1rem;padding:4px 10px;border-radius:999px;background:rgba(15,23,42,.9);border:1px solid rgba(148,163,184,.6);font-size:.8rem;color:#e5e7eb;display:inline-flex;align-items:center;gap:4px}.feature-disabled{opacity:.55}.feature-disabled .profile-form{pointer-events:none}.feature-locked-banner{margin-bottom:10px;padding:8px 12px;border-radius:8px;background:rgba(15,23,42,.96);border:1px dashed hsla(0,91%,71%,.7);color:#fee2e2;font-size:.86rem;display:inline-flex;flex-wrap:wrap;align-items:center;gap:6px}.feature-locked-upgrade{color:#f97316;font-weight:600}.team-location-checkbox{gap:8px;margin-bottom:6px;cursor:pointer}.location-checkbox{margin-right:1rem!important}.team-location-checkbox input[type=checkbox]{margin:0;width:18px;height:18px}.team-location-checkbox span{font-size:14px;color:#e2e8f0}.profile-form .team-role-row,.team-role-row{display:flex;align-items:center;gap:12px;margin-top:12px}.team-role-row label{font-size:14px;font-weight:500;color:#e2e8f0}.team-role-row select.member-select{width:auto;min-width:120px}.team-role-row label{display:inline-block!important;width:auto!important;text-align:left!important;margin-right:8px;margin-top:0!important}.team-role-row{display:flex!important;align-items:center!important;gap:10px;margin-top:8px}.team-role-row select.member-select{width:auto!important;min-width:130px;max-width:200px}.profile-form:has(select.member-select) select.member-select{display:inline-block;width:auto;min-width:130px}.profile-form:has(select.member-select) label:last-of-type,.profile-form:has(select.member-select) select.member-select{vertical-align:middle}.team-locations-list{display:flex;flex-direction:column;gap:10px;margin-top:8px;align-items:flex-start}.team-location-checkbox{display:flex;align-items:center;gap:12px;font-size:.95rem;color:#e2e8f0}.team-location-checkbox .location-checkbox{width:16px;height:16px;margin:0;flex-shrink:0}.team-location-checkbox span{line-height:1.4}.profile-form .team-locations-list label{display:flex;align-items:center;margin-bottom:4px}.profile-form .team-locations-list{margin-bottom:8px}.location-context-label{margin-right:1rem}