@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap";.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.initialization-form{max-width:600px}.intake-form{max-width:600px;margin-top:30px}.file-upload-section{margin-top:30px;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.file-upload-container{margin-top:10px}.file-input{display:none}.file-upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:200px;padding:30px;border:2px dashed #e0e0e0;border-radius:12px;background:#f9f9f9;cursor:pointer;transition:all .3s}.file-upload-label:hover{border-color:#667eea;background:#f5f5ff}.upload-icon{font-size:3rem;color:#667eea;margin-bottom:15px}.upload-text{font-size:1rem;color:#666;text-align:center;font-weight:500}.file-info{margin-top:15px;padding:15px;background:#f0f0f0;border-radius:8px;display:flex;justify-content:space-between;align-items:center}.file-name{font-weight:500;color:#333;word-break:break-word}.file-size{color:#666;font-size:.9rem;margin-left:10px;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.btn:disabled:hover{box-shadow:none}.travel-details-form{max-width:600px}.button-group{margin-top:30px;display:flex;gap:15px}.hotels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin:30px 0;width:100%}.hotel-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;justify-content:space-between;transition:box-shadow .3s ease,transform .3s ease}.hotel-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.hotel-info{margin-bottom:20px}.hotel-name{font-size:18px;font-weight:600;color:#333;margin:0 0 10px;text-align:left}.hotel-price{font-size:16px;color:#4caf50;font-weight:600;margin-bottom:15px}.price-unit{font-size:12px;color:#666;font-weight:400;margin-left:5px}.loading-message{text-align:center;font-size:16px;color:#666;padding:40px 20px}.button-group{display:flex;gap:10px;margin-top:30px;justify-content:center}@media (max-width: 768px){.hotels-grid{grid-template-columns:1fr}.hotel-card{padding:15px}.hotel-name{font-size:16px}.hotel-price{font-size:14px}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:radial-gradient(60rem 40rem at 50% -10%,#6366f11f,transparent 70%),var(--background);font-family:var(--font-sans);color:var(--foreground)}.auth-container .auth-card{width:100%;max-width:30rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:0 1.5rem 4rem #00000080}.auth-container .auth-card--wide{max-width:42rem}.auth-container .auth-title{font-size:1.875rem;font-weight:800;letter-spacing:-.025em;text-align:center;margin-bottom:.5rem}.auth-container .auth-subtitle{text-align:center;color:var(--muted-foreground);font-size:.9375rem;margin-bottom:2rem}.auth-container .auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-container .form-group{display:flex;flex-direction:column;gap:.5rem}.auth-container .form-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--foreground)}.auth-container .form-icon{font-size:1rem!important;color:var(--accent)}.auth-container .form-input{width:100%;padding:.75rem 1rem;background:var(--secondary);border:1px solid var(--input);border-radius:var(--radius);color:var(--foreground);font-family:inherit;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.auth-container .form-input::placeholder{color:var(--muted-foreground);opacity:.6}.auth-container .form-input:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 3px #6366f133}.auth-container .form-input:disabled{opacity:.55;cursor:not-allowed}.auth-container .form-input.input-error{border-color:var(--destructive)}.auth-container .form-input--code{font-family:var(--font-mono);font-size:1.5rem;letter-spacing:.5em;text-align:center;padding-left:.5em}.auth-container .auth-button{width:100%;padding:.8125rem 1.5rem;border:0;border-radius:var(--radius);background:linear-gradient(90deg,var(--primary),var(--accent));color:var(--primary-foreground);font-family:inherit;font-size:.9375rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .2s}.auth-container .auth-button:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.auth-container .auth-button:disabled{opacity:.45;cursor:not-allowed}.auth-container .auth-button--secondary{background:var(--secondary);border:1px solid var(--border);color:var(--foreground)}.auth-container .auth-button--danger{background:none;border:1px solid var(--border);color:var(--destructive-foreground);width:auto;padding:.375rem .75rem;font-size:.8125rem}.auth-container .auth-divider{display:flex;align-items:center;gap:.75rem;margin:1.5rem 0;color:var(--muted-foreground);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.auth-container .auth-divider:before,.auth-container .auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.auth-container .error-message{padding:.75rem 1rem;border-radius:var(--radius);background:#7f1d1d33;border:1px solid #ef444459;color:#fca5a5;font-size:.875rem}.auth-container .success-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:var(--radius);background:#05966933;border:1px solid #34d39959;color:var(--success);font-size:.875rem}.auth-container .success-icon{font-size:1.125rem!important}.auth-container .error-text{color:#fca5a5;font-size:.8125rem}.auth-container .auth-hint{color:var(--muted-foreground);font-size:.8125rem;line-height:1.5}.auth-container .auth-footer{margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:center;gap:.375rem;font-size:.875rem;color:var(--muted-foreground)}.auth-container .auth-link{color:var(--accent);text-decoration:none;font-weight:500}.auth-container .auth-link:hover{text-decoration:underline}.auth-container .password-rules{display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:.25rem 1rem;margin-top:.5rem;font-size:.8125rem}.auth-container .rule{color:var(--muted-foreground)}.auth-container .rule.met{color:var(--success)}.auth-container .totp-qr{display:block;margin:0 auto;width:12.5rem;height:12.5rem;border-radius:var(--radius);background:#fff;padding:.75rem}.auth-container .totp-secret{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1rem;padding:.75rem 1rem;background:var(--secondary);border:1px solid var(--border);border-radius:var(--radius);font-family:var(--font-mono);font-size:.8125rem;word-break:break-all}.auth-container .totp-copy{flex-shrink:0;padding:.25rem .625rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:none;color:var(--accent);font-family:var(--font-sans);font-size:.75rem;cursor:pointer}.auth-container .auth-method-list{display:flex;flex-direction:column;gap:.75rem}.auth-container .auth-method{display:flex;align-items:center;gap:.875rem;width:100%;padding:1rem;text-align:left;background:var(--secondary);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);font-family:inherit;cursor:pointer;transition:border-color .2s,background .2s}.auth-container .auth-method:hover:not(:disabled){border-color:var(--ring);background:#6366f11a}.auth-container .auth-method:disabled{opacity:.5;cursor:not-allowed}.auth-container .auth-method-icon{color:var(--accent)}.auth-container .auth-method-name{font-weight:600;font-size:.9375rem}.auth-container .auth-method-desc{color:var(--muted-foreground);font-size:.8125rem;margin-top:.125rem}.auth-container .credential-list{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0}.auth-container .credential-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 1rem;background:var(--secondary);border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem}.auth-container .credential-meta{color:var(--muted-foreground);font-size:.75rem;margin-top:.125rem}.auth-container .auth-section{margin-bottom:2rem}.auth-container .auth-section-title{font-size:1.0625rem;font-weight:600;margin-bottom:.25rem}.auth-container .auth-section-desc{color:var(--muted-foreground);font-size:.875rem;margin-bottom:1rem}.auth-container .auth-badge{display:inline-block;padding:.125rem .5rem;border-radius:9999px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.auth-container .auth-badge--on{background:#05966933;color:var(--success)}.auth-container .auth-badge--off{background:#7f1d1d33;color:#fca5a5}@media (max-width: 480px){.auth-container .auth-card{padding:1.75rem 1.25rem}}.admin-shell{display:flex;height:100vh;overflow:hidden;background:var(--background);color:var(--foreground);font-family:var(--font-sans);position:relative}.admin-shell:before,.admin-shell:after{content:"";position:fixed;pointer-events:none;z-index:0}.admin-shell:before{top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(255,255,255,.08) 1px,transparent 0);background-size:40px 40px;opacity:.25}.admin-shell:after{top:-180px;right:-160px;width:520px;height:520px;border-radius:50%;background:#6366f11a;filter:blur(130px)}.admin-shell .admin-sidebar{width:var(--admin-sidebar-width);flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--border);background:#0b0b14bf;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);z-index:2}.admin-shell .admin-brand{height:var(--admin-chrome-height);display:flex;align-items:center;gap:10px;padding:0 20px;border-bottom:1px solid var(--border)}.admin-shell .admin-brand-mark{font-size:1rem;font-weight:800;letter-spacing:-.02em}.admin-shell .admin-eyebrow{font-family:var(--font-mono);font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#f8fafc73;padding:18px 20px 8px}.admin-shell .admin-nav{display:flex;flex-direction:column;gap:2px;padding:0 12px;list-style:none;margin:0}.admin-shell .admin-nav-link{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:12px;border:1px solid transparent;font-size:13px;font-weight:600;color:#f8fafc99;text-decoration:none;background:transparent;width:100%;cursor:pointer;font-family:inherit;text-align:left;transition:background .15s ease,color .15s ease}.admin-shell .admin-nav-link:hover:not(:disabled){background:#ffffff0d;color:var(--foreground)}.admin-shell .admin-nav-link.is-active{background:#6366f11f;border-color:#6366f159;color:var(--foreground)}.admin-shell .admin-nav-link.is-active:after{content:"";margin-left:auto;width:6px;height:6px;border-radius:50%;background:var(--primary);box-shadow:0 0 10px #6366f1e6}.admin-shell .admin-nav-link:disabled{opacity:.45;cursor:not-allowed}.admin-shell .admin-nav-soon{margin-left:auto;font-family:var(--font-mono);font-size:8.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f8fafc66;border:1px solid var(--border);border-radius:var(--radius-pill);padding:2px 7px}.admin-shell .admin-sidebar-spacer{flex:1}.admin-shell .admin-tenant-card{margin:12px;padding:13px;border-radius:14px;border:1px solid var(--border);background:#ffffff05}.admin-shell .admin-tenant-name{font-size:13px;font-weight:700;margin-top:4px}.admin-shell .admin-tenant-meta{font-family:var(--font-mono);font-size:10px;color:#f8fafc80;margin-top:2px;word-break:break-all}.admin-shell .admin-main{flex:1;min-width:0;display:flex;flex-direction:column;z-index:1}.admin-shell .admin-topbar{min-height:var(--admin-chrome-height);display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:12px 24px;border-bottom:1px solid var(--border);background:var(--topbar);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur)}.admin-shell .admin-breadcrumb{font-family:var(--font-mono);font-size:11.5px;color:#f8fafc8c}.admin-shell .admin-breadcrumb-live{color:var(--success)}.admin-shell .admin-topbar-spacer{flex:1}.admin-shell .admin-avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:800;color:var(--background);background:linear-gradient(135deg,var(--warning),var(--warning-strong))}.admin-shell .admin-content{flex:1;overflow-y:auto;padding:28px 28px 60px}.admin-shell .admin-measure{max-width:860px}.admin-shell .admin-page-eyebrow{font-family:var(--font-mono);font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--primary)}.admin-shell .admin-page-title{font-size:28px;font-weight:800;letter-spacing:-.02em;margin:6px 0 8px}.admin-shell .admin-page-subtitle{font-size:13px;line-height:1.6;color:#f8fafc99;max-width:560px;margin:0 0 22px}.admin-shell .admin-card{border-radius:var(--radius-card);border:1px solid var(--border);background:#0b0b14cc;padding:24px;margin-bottom:18px}.admin-shell .admin-card-header{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:18px}.admin-shell .admin-card-title{font-family:var(--font-mono);font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#f8fafc80;margin:0}.admin-shell .admin-hint{font-size:11.5px;line-height:1.55;color:#f8fafc80;margin:0 0 14px}.admin-shell .admin-callout{display:flex;gap:10px;align-items:flex-start;padding:11px 13px;border-radius:12px;border:1px solid rgba(129,140,248,.25);background:#6366f10d;font-size:11px;line-height:1.55;color:#f8fafcb3}.admin-shell .admin-callout--warning{border-color:#fbbf244d;background:#fbbf240d;color:var(--warning)}.admin-shell .admin-banner{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-radius:14px;margin-bottom:22px;border-width:1px;border-style:solid;border-color:transparent;animation:admin-feed-in .35s ease-out}.admin-shell .admin-banner--ok{border-color:#34d3994d;background:#34d3990d}.admin-shell .admin-banner--error{border-color:#f871714d;background:#f871710d}.admin-shell .admin-banner--warning{border-color:#fbbf244d;background:#fbbf240d}.admin-shell .admin-banner-badge{font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.14em;padding:4px 9px;border-radius:var(--radius-pill);flex-shrink:0}.admin-shell .admin-banner--ok .admin-banner-badge{background:#34d3991f;color:var(--success)}.admin-shell .admin-banner--error .admin-banner-badge{background:#f871711f;color:var(--danger)}.admin-shell .admin-banner--warning .admin-banner-badge{background:#fbbf241f;color:var(--warning)}.admin-shell .admin-banner-title{font-size:13px;font-weight:700;margin:0 0 3px}.admin-shell .admin-banner-detail{font-size:12px;line-height:1.55;color:#f8fafca6;margin:0}.admin-shell .admin-banner-dismiss{margin-left:auto;background:none;border:0;color:#f8fafc66;cursor:pointer;font-size:16px;line-height:1;padding:0 2px}.admin-shell .admin-banner-dismiss:hover{color:var(--foreground)}.admin-shell .admin-badge{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:5px 12px;border-radius:var(--radius-pill);border:1px solid transparent;white-space:nowrap}.admin-shell .admin-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.admin-shell .admin-badge--neutral{color:#f8fafc80;background:#ffffff0a;border-color:var(--border)}.admin-shell .admin-badge--pending{color:var(--warning);background:#fbbf2414;border-color:#fbbf244d}.admin-shell .admin-badge--pending:before{animation:admin-pulse 1.6s ease-in-out infinite}.admin-shell .admin-badge--verified{color:var(--success);background:#34d39914;border-color:#34d3994d}.admin-shell .admin-badge--admin{color:var(--warning);background:#fbbf241f;border-color:transparent;letter-spacing:.15em;padding:3px 8px}.admin-shell .admin-badge--admin:before{display:none}.admin-shell .admin-chip{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-mono);font-size:8.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:3px 8px;border-radius:var(--radius-pill);border:1px solid transparent}.admin-shell .admin-chip--warning{background:#fbbf241f;color:var(--warning);border-color:#fbbf244d}.admin-shell .admin-chip--scope{background:#6366f114;color:var(--primary-hover);border-color:#6366f159;font-size:10px;padding:4px 10px;letter-spacing:0;text-transform:none}.admin-shell .admin-chip-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.admin-shell .admin-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.admin-shell .admin-field--wide{grid-column:1 / -1}.admin-shell .admin-label{display:block;font-size:12px;font-weight:700;margin-bottom:8px;color:var(--foreground)}.admin-shell .admin-label-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.admin-shell .admin-label-row .admin-label{margin-bottom:0}.admin-shell .admin-input,.admin-shell .admin-select{width:100%;padding:11px 14px;border-radius:12px;border:1px solid var(--input);background:#ffffff08;color:var(--foreground);font-family:var(--font-mono);font-size:12px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.admin-shell .admin-select{font-family:var(--font-sans);font-weight:600;background:var(--secondary)}.admin-shell .admin-input::placeholder{color:#f8fafc4d}.admin-shell .admin-input:focus,.admin-shell .admin-select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #6366f12e}.admin-shell .admin-input:disabled{opacity:.55;cursor:not-allowed}.admin-shell .admin-input.is-invalid{border-color:#f8717199}.admin-shell .admin-field-error{display:block;font-size:11px;color:var(--danger);margin-top:6px}.admin-shell .admin-field-help{display:block;font-size:10.5px;line-height:1.5;color:#f8fafc73;margin-top:6px}.admin-shell .admin-choice-row{display:flex;gap:12px;margin-bottom:18px;flex-wrap:wrap}.admin-shell .admin-choice{flex:1;min-width:200px;display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:14px;border:1px solid var(--input);background:transparent;cursor:pointer;text-align:left;font-family:inherit;color:var(--foreground);transition:border-color .15s ease,background .15s ease}.admin-shell .admin-choice:hover{border-color:#6366f180}.admin-shell .admin-choice.is-selected{border-color:#6366f18c;background:#6366f114}.admin-shell .admin-choice-ring{width:16px;height:16px;border-radius:50%;border:1px solid rgba(248,250,252,.3);display:grid;place-items:center;flex-shrink:0}.admin-shell .admin-choice.is-selected .admin-choice-ring{border-color:var(--primary)}.admin-shell .admin-choice.is-selected .admin-choice-ring:after{content:"";width:8px;height:8px;border-radius:50%;background:var(--primary)}.admin-shell .admin-choice-name{display:block;font-size:13px;font-weight:700}.admin-shell .admin-choice-desc{display:block;font-size:11px;color:#f8fafc8c;margin-top:2px}.admin-shell .admin-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 18px;border-radius:var(--radius-pill);border:0;background:var(--primary);color:#fff;font-family:inherit;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.admin-shell .admin-btn:hover:not(:disabled){background:var(--primary-hover)}.admin-shell .admin-btn:disabled{opacity:.5;cursor:not-allowed}.admin-shell .admin-btn--primary{padding:12px 26px;background:var(--foreground);color:var(--background);font-size:12px;font-weight:800;letter-spacing:.12em}.admin-shell .admin-btn--primary:hover:not(:disabled){background:var(--accent)}.admin-shell .admin-btn--quiet{background:transparent;border:1px solid var(--input);color:#f8fafc99}.admin-shell .admin-btn--quiet:hover:not(:disabled){background:transparent;color:var(--foreground);border-color:#ffffff40}.admin-shell .admin-btn--ghost{background:transparent;border:1px solid rgba(167,139,250,.4);color:var(--accent)}.admin-shell .admin-btn--ghost:hover:not(:disabled){background:#a78bfa1f}.admin-shell .admin-btn--danger{background:transparent;border:1px solid rgba(248,113,113,.35);color:var(--danger)}.admin-shell .admin-btn--danger:hover:not(:disabled){background:#f871711f}.admin-shell .admin-icon-btn{width:34px;height:38px;display:grid;place-items:center;border-radius:11px;border:1px solid var(--input);background:transparent;color:#f8fafc80;cursor:pointer;font-size:14px;line-height:1}.admin-shell .admin-icon-btn:hover:not(:disabled){border-color:#f8717180;color:var(--danger)}.admin-shell .admin-action-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:18px}.admin-shell .admin-spinner{width:12px;height:12px;border:2px solid rgba(255,255,255,.35);border-top-color:currentColor;border-radius:50%;animation:admin-spin .7s linear infinite;flex-shrink:0}.admin-shell .admin-tabs{display:inline-flex;gap:2px;padding:4px;border-radius:var(--radius-pill);border:1px solid rgba(255,255,255,.1);background:#ffffff08}.admin-shell .admin-tab{padding:6px 14px;border-radius:var(--radius-pill);border:0;background:transparent;color:#f8fafc8c;font-family:var(--font-mono);font-size:10px;font-weight:700;cursor:pointer;white-space:nowrap}.admin-shell .admin-tab.is-active{background:var(--foreground);color:var(--background)}.admin-shell .admin-rows{display:flex;flex-direction:column;gap:10px}.admin-shell .admin-row{display:grid;grid-template-columns:1fr 32px 200px 34px;gap:10px;align-items:center}.admin-shell .admin-row-head{font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#f8fafc66;padding:0 2px 4px}.admin-shell .admin-row-arrow{text-align:center;color:#f8fafc59}.admin-shell .admin-row-note{grid-column:1 / -1;display:flex;align-items:flex-start;gap:6px;font-size:10.5px;line-height:1.5;color:var(--warning);margin-top:-2px}.admin-shell .admin-empty{font-size:11.5px;color:#f8fafc73;padding:12px 0}.admin-shell .admin-dns-panel{padding:16px;border-radius:14px;border:1px solid rgba(99,102,241,.3);background:#6366f10d;margin-top:16px}.admin-shell .admin-dns-title{font-size:12px;font-weight:700;margin:0 0 12px}.admin-shell .admin-dns-grid{display:grid;grid-template-columns:90px 1fr;gap:8px 14px;font-family:var(--font-mono);font-size:11.5px;align-items:center}.admin-shell .admin-dns-key{color:#f8fafc73}.admin-shell .admin-dns-value{color:var(--foreground);word-break:break-all;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.admin-shell .admin-copy{font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:3px 9px;border-radius:var(--radius-pill);border:1px solid rgba(167,139,250,.4);background:transparent;color:var(--accent);cursor:pointer;flex-shrink:0}.admin-shell .admin-copy:hover{background:#a78bfa1f}.admin-shell .sentinel-rail{width:var(--admin-rail-width);flex-shrink:0;display:flex;flex-direction:column;border-left:1px solid var(--border);background:#0b0b14d9;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);z-index:2}.admin-shell .sentinel-header{padding:16px 16px 12px;border-bottom:1px solid var(--border)}.admin-shell .sentinel-header-row{display:flex;align-items:center;gap:9px}.admin-shell .sentinel-dot{position:relative;width:10px;height:10px;border-radius:50%;background:var(--primary-hover);flex-shrink:0}.admin-shell .sentinel-dot:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;background:#6366f166;filter:blur(4px);animation:admin-pulse 2.4s ease-in-out infinite}.admin-shell .sentinel-wordmark{font-size:14px;font-weight:800;background:linear-gradient(90deg,var(--primary-hover),var(--accent));color:transparent;-webkit-background-clip:text;background-clip:text}.admin-shell .sentinel-tagline{font-size:11px;line-height:1.55;color:#f8fafc80;margin:10px 0 0}.admin-shell .sentinel-collapse{margin-left:auto;width:28px;height:28px;display:grid;place-items:center;border-radius:9px;border:1px solid var(--border);background:transparent;color:#f8fafc80;cursor:pointer}.admin-shell .sentinel-collapse:hover{color:var(--foreground)}.admin-shell .sentinel-body{flex:1;overflow-y:auto;padding:14px 16px;display:flex;flex-direction:column;gap:18px}.admin-shell .sentinel-group-label{display:flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#f8fafc66;margin-bottom:10px}.admin-shell .sentinel-group-label:after{content:"";flex:1;height:1px;background:#ffffff0f}.admin-shell .sentinel-count{font-family:var(--font-mono);font-size:9px;font-weight:700;padding:2px 7px;border-radius:var(--radius-pill);background:#a78bfa1f;color:var(--accent)}.admin-shell .sentinel-item{padding:12px 13px;border-radius:13px;border:1px solid rgba(255,255,255,.07);background:#ffffff05;margin-bottom:8px}.admin-shell .sentinel-item-head{display:flex;align-items:center;gap:7px;margin-bottom:7px}.admin-shell .sentinel-item-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.admin-shell .sentinel-item-tag{font-family:var(--font-mono);font-size:8.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#f8fafc8c}.admin-shell .sentinel-item-time{margin-left:auto;font-family:var(--font-mono);font-size:9px;color:#f8fafc59}.admin-shell .sentinel-item-body{font-size:12px;line-height:1.55;color:#f8fafcbf;margin:0}.admin-shell .sentinel-proposal{border-radius:14px;border:1px solid rgba(167,139,250,.25);background:#a78bfa0a;overflow:hidden;margin-bottom:8px}.admin-shell .sentinel-proposal--high{border-color:#fbbf2440;background:#fbbf2408}.admin-shell .sentinel-proposal--approved{border-color:#34d39940;background:#34d3990a}.admin-shell .sentinel-proposal-head{width:100%;padding:12px 13px;background:transparent;border:0;color:var(--foreground);font-family:inherit;text-align:left;cursor:pointer}.admin-shell .sentinel-proposal-chips{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:8px}.admin-shell .sentinel-chevron{margin-left:auto;font-size:10px;color:#f8fafc66;transition:transform .2s ease}.admin-shell .sentinel-proposal.is-open .sentinel-chevron{transform:rotate(180deg)}.admin-shell .sentinel-proposal-title{font-size:12.5px;font-weight:700;line-height:1.45}.admin-shell .sentinel-proposal-body{padding:0 13px 13px;animation:admin-feed-in .25s ease-out}.admin-shell .sentinel-well{padding:11px 12px;border-radius:11px;background:#05050a80;border:1px solid rgba(255,255,255,.05)}.admin-shell .sentinel-well-label{font-family:var(--font-mono);font-size:8.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--primary-hover);display:block;margin-bottom:4px}.admin-shell .sentinel-well-label--effect{color:var(--accent);margin-top:10px}.admin-shell .sentinel-well-text{font-size:11.5px;line-height:1.55;color:#f8fafcbf;margin:0}.admin-shell .sentinel-actions{display:flex;gap:8px;margin-top:11px}.admin-shell .sentinel-actions .admin-btn{flex:1;padding:9px 12px;font-size:10px}.admin-shell .sentinel-actions .admin-btn--quiet{flex:0 0 auto;padding:9px 14px}.admin-shell .sentinel-gate{display:flex;gap:6px;align-items:flex-start;font-size:10px;line-height:1.5;color:#f8fafc66;margin:9px 0 0}.admin-shell .sentinel-suggestions{display:flex;flex-direction:column;gap:7px}.admin-shell .sentinel-suggestion{text-align:left;padding:9px 12px;border-radius:11px;border:1px solid var(--border);background:#ffffff05;color:#f8fafcb3;font-family:inherit;font-size:11.5px;cursor:pointer}.admin-shell .sentinel-suggestion:hover{color:var(--foreground);border-color:#ffffff29}.admin-shell .sentinel-messages{display:flex;flex-direction:column;gap:8px}.admin-shell .sentinel-bubble{max-width:88%;padding:10px 12px;border-radius:13px;font-size:11.5px;line-height:1.55;animation:admin-feed-in .3s ease-out}.admin-shell .sentinel-bubble--user{align-self:flex-end;background:#6366f126;border:1px solid rgba(99,102,241,.3);color:var(--foreground)}.admin-shell .sentinel-bubble--agent{align-self:flex-start;background:#ffffff08;border:1px solid var(--border);color:#f8fafcd9}.admin-shell .sentinel-footer{padding:12px 16px 14px;border-top:1px solid var(--border)}.admin-shell .sentinel-composer{display:flex;align-items:center;gap:8px;padding:8px 8px 8px 14px;border-radius:var(--radius-pill);border:1px solid var(--input);background:#ffffff0a}.admin-shell .sentinel-composer input{flex:1;min-width:0;background:transparent;border:0;outline:none;color:var(--foreground);font-family:inherit;font-size:11.5px}.admin-shell .sentinel-composer input::placeholder{color:#f8fafc59}.admin-shell .sentinel-send{width:26px;height:26px;flex-shrink:0;display:grid;place-items:center;border-radius:50%;border:0;background:var(--primary);color:#fff;cursor:pointer;font-size:12px;line-height:1}.admin-shell .sentinel-send:hover:not(:disabled){background:var(--primary-hover)}.admin-shell .sentinel-audit-note{font-size:9.5px;line-height:1.5;color:#f8fafc59;margin:10px 0 0}.admin-shell .sentinel-stub-note{margin:0 0 12px;padding:9px 11px;border-radius:11px;border:1px dashed rgba(251,191,36,.35);background:#fbbf240a;font-size:10px;line-height:1.5;color:var(--warning)}.admin-shell .sentinel-strip{width:var(--admin-rail-collapsed-width);flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:12px;padding:18px 0;border-left:1px solid var(--border);background:#0b0b14d9;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);cursor:pointer;z-index:2}.admin-shell .sentinel-strip:hover{background:#6366f10f}.admin-shell .sentinel-strip-label{writing-mode:vertical-rl;letter-spacing:.22em;text-transform:uppercase;font-family:var(--font-mono);font-size:10px;font-weight:700;color:#f8fafc80}.admin-shell .sentinel-strip-count{min-width:20px;height:20px;display:grid;place-items:center;border-radius:var(--radius-pill);background:#a78bfa26;border:1px solid rgba(167,139,250,.4);color:var(--accent);font-family:var(--font-mono);font-size:10px;font-weight:700}@keyframes admin-pulse{0%,to{opacity:1}50%{opacity:.25}}@keyframes admin-spin{to{transform:rotate(360deg)}}@keyframes admin-feed-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.admin-shell *,.admin-shell *:before,.admin-shell *:after{animation:none!important;transition:none!important}}@media (max-width: 1180px){.admin-shell .sentinel-rail,.admin-shell .sentinel-strip{display:none}}@media (max-width: 860px){.admin-shell{height:auto;min-height:100vh;flex-direction:column;overflow:visible}.admin-shell .admin-sidebar{width:100%;border-right:0;border-bottom:1px solid var(--border)}.admin-shell .admin-sidebar-spacer,.admin-shell .admin-tenant-card{display:none}.admin-shell .admin-nav{flex-direction:row;flex-wrap:wrap;padding:0 12px 12px}.admin-shell .admin-nav-link{width:auto}.admin-shell .admin-content{overflow-y:visible;padding:20px 16px 48px}.admin-shell .admin-field-grid{grid-template-columns:1fr}.admin-shell .admin-row{grid-template-columns:1fr 34px}.admin-shell .admin-row-arrow,.admin-shell .admin-row-head{display:none}.admin-shell .admin-dns-grid{grid-template-columns:1fr;gap:2px 0}.admin-shell .admin-dns-key{margin-top:8px}}.app{min-height:100vh}.app-header{display:flex;justify-content:space-between;align-items:center;padding:16px 32px;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea26;height:70px}.header-left{display:flex;align-items:center}.app-title{margin:0;font-size:24px;font-weight:700;color:#fff;letter-spacing:1px}.header-right{display:flex;align-items:center;gap:20px}.user-info{font-size:14px;color:#fff;font-weight:500;padding-right:12px;border-right:1px solid rgba(255,255,255,.3)}.logout-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:8px;cursor:pointer;color:#fff;transition:all .3s ease}.logout-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:scale(1.05)}.logout-button svg{width:20px;height:20px}:root{--radius: .625rem;--background: #05050a;--foreground: #f8fafc;--card: #0b0b14;--card-foreground: #f8fafc;--popover: #0b0b14;--popover-foreground: #f8fafc;--primary: #6366f1;--primary-foreground: #fff;--secondary: #141422;--secondary-foreground: #f8fafc;--muted: #141422;--muted-foreground: #f8fafcb3;--accent: #a78bfa;--accent-foreground: #05050a;--destructive: oklch(57.7% .245 27.325);--destructive-foreground: oklch(98.4% .003 247.858);--success: #34d399;--border: #ffffff14;--input: #ffffff1f;--ring: #6366f1;--font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--radius-sm: calc(var(--radius) - .25rem);--radius-lg: calc(var(--radius) + .25rem);--primary-hover: #818cf8;--accent-hover: #c4b5fd;--warning: #fbbf24;--warning-strong: #f59e0b;--danger: #f87171;--topbar: rgba(6, 8, 22, .6);--glass-blur: blur(18px);--radius-pill: 9999px;--radius-card: 16px;--admin-sidebar-width: 236px;--admin-rail-width: 340px;--admin-rail-collapsed-width: 46px;--admin-chrome-height: 76px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-gradient{background:linear-gradient(90deg,var(--primary),var(--accent));color:transparent;-webkit-background-clip:text;background-clip:text}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--background);color:var(--foreground);min-height:100vh;padding:20px}#root{max-width:1200px;margin:0 auto}.container{background:#fff;border-radius:12px;padding:40px;box-shadow:0 10px 40px #0000001a;margin:20px 0;position:relative}.language-selector{position:absolute;top:20px;right:20px;display:flex;align-items:center;gap:10px}.language-label{font-size:.9rem;font-weight:500;color:#666}.language-dropdown{padding:8px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:.9rem;font-weight:500;color:#333;background:#fff;cursor:pointer;transition:all .3s;min-width:150px}.language-dropdown:hover{border-color:#667eea}.language-dropdown:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.language-dropdown:disabled{opacity:.6;cursor:not-allowed;background:#f5f5f5}.page-title{font-size:2rem;color:#333;margin-bottom:10px;font-weight:600}.page-subtitle{color:#666;margin-bottom:30px;font-size:1rem}.form-group{margin-bottom:25px}.form-label{display:block;margin-bottom:8px;font-weight:500;color:#333;font-size:.95rem}.form-input,.form-select{width:60%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s;font-family:inherit}.input-with-icon{position:relative;width:100%;display:flex;align-items:center}.input-icon-left{position:absolute;left:12px;color:#667eea;pointer-events:none;z-index:1}.input-icon-left.clickable-icon{pointer-events:auto;cursor:pointer}.input-icon-right{position:absolute;right:12px;color:#667eea;cursor:pointer;z-index:1}.input-with-left-icon{padding-left:45px}.input-with-right-icon{padding-right:45px}.form-input:focus,.form-select:focus{outline:none;border-color:#667eea}.form-input:hover,.form-select:hover{border-color:#b3b3b3}.btn{padding:12px 30px;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.btn-secondary{background:#f5f5f5;color:#333}.btn-secondary:hover{background:#e0e0e0}.button-group{display:flex;gap:10px;margin-top:30px;justify-content:flex-start}.error-message{color:#e74c3c;font-size:.85rem;margin-top:5px}.toggle-switch-container{display:flex;align-items:center;gap:12px}.toggle-switch-with-text{position:relative;display:inline-block;width:100px;height:40px}.toggle-switch-with-text input{opacity:0;width:0;height:0}.toggle-slider-with-text{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e0e0e0;transition:.4s;border-radius:40px;display:flex;align-items:center;justify-content:space-between;padding:0 8px}.toggle-slider-with-text:before{position:absolute;content:"";height:32px;width:48px;left:4px;bottom:4px;background-color:#e0e0e0;transition:.4s;border-radius:40px;box-shadow:0 2px 4px #0003;z-index:2;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;color:#666}.toggle-text-no,.toggle-text-yes{font-size:.85rem;font-weight:600;z-index:1;transition:opacity .3s;-webkit-user-select:none;user-select:none;width:42%;text-align:center;position:relative;opacity:0}.toggle-switch-with-text input:checked+.toggle-slider-with-text{background:linear-gradient(135deg,#667eea,#764ba2)}.toggle-switch-with-text input:checked+.toggle-slider-with-text:before{transform:translate(44px);background:linear-gradient(135deg,#667eea,#764ba2);content:"Yes";color:#fff}.toggle-switch-with-text input:not(:checked)+.toggle-slider-with-text:before{content:"No";color:#666}.toggle-slider-with-text:hover{opacity:.95}.budget-header{display:flex;align-items:center;gap:20px;margin-bottom:20px;width:60%}.budget-type-radio{display:flex;gap:20px}.radio-label{display:flex;align-items:center;gap:8px;font-size:.95rem;color:#333;cursor:pointer}.radio-label input[type=radio]{cursor:pointer;width:18px;height:18px;accent-color:#667eea}.radio-label span{-webkit-user-select:none;user-select:none}.budget-inputs{display:flex;flex-direction:column;gap:15px}.budget-input-container{display:flex;flex-direction:column}.budget-input-wrapper{position:relative;display:flex;align-items:center}.floating-label{position:absolute;left:35px;top:50%;transform:translateY(-50%);background:#fff;padding:0 5px;color:#999;font-size:1rem;pointer-events:none;transition:all .3s ease}.budget-input:focus+.floating-label,.budget-input:not(:placeholder-shown)+.floating-label{top:0;left:30px;font-size:.75rem;color:#667eea;font-weight:500}.budget-input::placeholder{opacity:0;transition:opacity .3s}.budget-input:focus::placeholder{opacity:0}.currency-symbol{position:absolute;left:16px;font-size:1rem;font-weight:500;color:#333;pointer-events:none;z-index:1}.budget-input{padding-left:35px}.budget-inputs .form-input{margin-bottom:0}.calendar-container{position:relative;width:100%}.calendar-container .form-input{width:60%}.custom-calendar{position:absolute;top:100%;left:0;z-index:1000;margin-top:5px;width:60%;border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;padding:10px;background:#fff;box-shadow:0 5px 20px #0000001a}.react-calendar__navigation{display:flex;height:44px;margin-bottom:10px}.react-calendar__navigation button{min-width:44px;background:none;font-size:16px;font-weight:500;color:#667eea;border:none;cursor:pointer;border-radius:6px;transition:background-color .3s}.react-calendar__navigation button:hover{background-color:#f5f5f5}.react-calendar__navigation button:disabled{background-color:transparent;color:#ccc;cursor:not-allowed}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font-weight:600;font-size:.75rem;color:#667eea}.react-calendar__month-view__weekdays__weekday{padding:10px}.react-calendar__month-view__weekdays__weekday abbr{text-decoration:none}.react-calendar__tile{max-width:100%;padding:12px 6px;background:none;text-align:center;line-height:16px;border:none;border-radius:6px;cursor:pointer;transition:all .3s}.react-calendar__tile:hover{background-color:#f5f5f5}.react-calendar__tile--now{background:#f0f0f0;font-weight:600}.react-calendar__tile--now:hover{background:#e0e0e0}.react-calendar__tile--active,.react-calendar__tile--hasActive{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600}.react-calendar__tile--active:hover,.react-calendar__tile--hasActive:hover{background:linear-gradient(135deg,#5a6dd8,#6a4291)}.react-calendar__month-view__days__day--neighboringMonth{color:#ccc}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:20px 6px}.pac-container{border-radius:8px;border:2px solid #e0e0e0;margin-top:5px;font-family:inherit;box-shadow:0 5px 20px #0000001a}.pac-item{padding:10px;cursor:pointer;font-size:.95rem}.pac-item:hover{background-color:#f5f5f5}.pac-icon{margin-right:10px}nav{background:#fff;padding:20px;border-radius:12px;margin-bottom:20px;box-shadow:0 5px 20px #0000001a}nav ul{list-style:none;display:flex;gap:20px;flex-wrap:wrap;align-items:center}nav ul li{display:flex;align-items:center}nav a{text-decoration:none;color:#667eea;font-weight:500;padding:10px 20px;border-radius:8px;transition:all .3s;display:inline-block}nav a:hover{background-color:#f5f5f5}nav a.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 3px 10px #667eea4d}.nav-arrow{color:#667eea;font-size:1.2rem;font-weight:600;-webkit-user-select:none;user-select:none}@media (max-width: 768px){.container{padding:20px}.page-title{font-size:1.5rem}nav ul{flex-direction:column;gap:10px}}
