:root{--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--brand-50:#fff5f5;--brand-100:#ffe3e3;--brand-200:#ffc9c9;--brand-300:#ffa8a8;--brand-400:#ff8787;--brand-500:#c00;--brand-600:#a80000;--brand-700:#7f0000;--brand-800:#5c0000;--amber-50:#fffbeb;--amber-100:#fef3c7;--amber-200:#fde68a;--amber-500:#f59e0b;--amber-600:#d97706;--amber-700:#b45309;--error-50:#fff5f5;--error-200:#ffc9c9;--error-600:#fa5252;--error-800:#e03131;--success-500:#22c55e;--success-600:#16a34a;--radius-md:8px;--radius-xl:12px;--shadow-card:0 1px 3px #0000000d;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--focus-ring:0 0 0 2px #cc000026;--maxw:1200px;--color-bg:var(--gray-50);--color-surface:#fff;--color-text:var(--gray-900);--color-text-muted:var(--gray-500);--color-border:var(--gray-200);--color-on-brand:#fff;--color-on-brand-hover:#fff;--color-inverse-surface:#111827;--color-inverse-text:#fff}*{box-sizing:border-box}html,body{background:var(--color-bg);min-height:100%;color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-size:14px}.tenant-root{background:var(--color-bg);min-height:100vh;color:var(--color-text)}.tenant-root.tenant-font-inter{font-family:var(--font-inter), ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif}.tenant-root.tenant-font-system{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.tenant-root.tenant-font-serif{font-family:var(--font-serif), ui-serif, Georgia, Cambria, "Times New Roman", Times, serif}.site-header{z-index:50;background:var(--color-inverse-surface);height:70px;color:var(--color-inverse-text);justify-content:space-between;align-items:center;padding:0 24px;display:flex;position:sticky;top:0;box-shadow:inset 0 -1px #ffffff14}.site-header .logo{object-fit:contain;width:auto;height:50px}.site-header .logotype{color:var(--color-inverse-text);letter-spacing:-.01em;font-size:18px;font-weight:700}.site-header .tagline{color:var(--gray-400);font-size:12px}@media (min-width:768px){.site-header{padding:0 32px}}@media (max-width:639px){.site-header .tagline{display:none}}.site-header--neutral .neutral-brand{color:var(--gray-300);letter-spacing:.02em;font-size:14px;font-weight:600}.hero{border-bottom:1px solid var(--gray-200);background:var(--color-surface);padding:24px}.hero-inner{max-width:var(--maxw);margin:0 auto}.hero-title{align-items:center;gap:12px;margin:0 0 4px;display:flex}.hero-bar{background:var(--brand-500);border-radius:999px;width:4px;height:24px}.hero h1{color:var(--gray-900);margin:0;font-size:20px;font-weight:700}.hero-lead{color:var(--gray-500);text-wrap:pretty;max-width:48rem;margin:0 0 0 19px;font-size:14px}@media (min-width:768px){.hero{padding:24px 32px}.hero h1{font-size:24px}}.container{max-width:var(--maxw);grid-template-columns:1fr;align-items:start;gap:24px;margin:0 auto;padding:28px 20px 96px;display:grid}@media (min-width:1024px){.container{grid-template-columns:1fr 300px}}.main-col{flex-direction:column;gap:20px;min-width:0;display:flex}.stepper{background:var(--color-surface);border:1px solid var(--gray-200);border-radius:var(--radius-xl);align-items:center;padding:16px 20px;display:flex;overflow-x:auto}.stepper-step{white-space:nowrap;flex-shrink:0;align-items:center;gap:8px;display:flex}.stepper-num{border:2px solid var(--gray-300);width:32px;height:32px;color:var(--gray-500);background:var(--color-surface);border-radius:999px;flex:0 0 32px;justify-content:center;align-items:center;font-size:12px;font-weight:700;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.stepper-step.active .stepper-num,.stepper-step.done .stepper-num{border-color:var(--brand-500);background:var(--brand-500);color:var(--color-on-brand)}.stepper-label{color:var(--gray-600);white-space:nowrap;font-size:14px;font-weight:500}.stepper-sep{background:var(--gray-200);flex:1;min-width:12px;height:2px;margin:0 12px}.stepper-sep.done{background:var(--brand-500)}@media (min-width:1024px){.stepper-sep{min-width:16px;margin:0 16px}}@media (max-width:639px){.stepper-label{display:none}}.card,.panel{background:var(--color-surface);border:1px solid var(--gray-200);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);overflow:hidden}.panel{padding:24px}.property-site-panel{overflow:visible}.panel h2{border-bottom:1px solid var(--gray-200);background:var(--gray-50);border-radius:var(--radius-xl) var(--radius-xl) 0 0;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-700);margin:-24px -24px 16px;padding:12px 24px;font-size:12px;font-weight:700}.panel h2.plain{letter-spacing:0;text-transform:none;color:var(--gray-900);background:0 0;border:none;border-radius:0;margin:20px 0 12px;padding:0;font-size:16px}.subtitle{color:var(--gray-500);margin:0 0 16px;font-size:14px}.field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.field>label,.field>.field-label{letter-spacing:.08em;text-transform:uppercase;color:var(--gray-500);font-size:12px;font-weight:600;display:block}.field>label .req{color:var(--amber-500);margin-left:2px}input,select,textarea{border-radius:var(--radius-md);border:1px solid var(--gray-300);background:var(--color-surface);width:100%;min-height:42px;color:var(--gray-900);padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}input::placeholder,textarea::placeholder{color:var(--gray-400)}input:focus:not([aria-invalid=true]),select:focus:not([aria-invalid=true]),textarea:focus:not([aria-invalid=true]){border-color:var(--brand-500);box-shadow:var(--focus-ring);outline:none}input[aria-invalid=true],select[aria-invalid=true],textarea[aria-invalid=true]{border-color:var(--amber-500)}textarea{resize:vertical;min-height:100px}.row{grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:16px;display:grid}@media (max-width:639px){.row{grid-template-columns:1fr}}button{border-radius:var(--radius-md);border:1px solid var(--brand-500);background:var(--brand-500);min-height:42px;color:var(--color-on-brand);cursor:pointer;letter-spacing:.025em;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:700;transition:background .15s,border-color .15s;display:inline-flex}button:hover:not(:disabled){background:var(--brand-600);border-color:var(--brand-600);color:var(--color-on-brand-hover)}button.secondary{background:var(--color-surface);color:var(--gray-700);border-color:var(--gray-300);font-weight:600}button.secondary:hover:not(:disabled){background:var(--gray-50);border-color:var(--gray-400)}button:disabled{opacity:.6;cursor:not-allowed}.actions{justify-content:space-between;gap:12px;margin-top:4px;display:flex}.app-footer{z-index:40;border-top:1px solid var(--gray-200);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #0000000f}.app-footer-inner{max-width:var(--maxw);align-items:center;gap:12px;margin:0 auto;padding:12px 24px;display:flex}.app-footer-spacer{flex:1;min-width:0}.footer-submit-error{text-align:center;background:var(--brand-50);border:1px solid var(--brand-200);min-width:0;color:var(--brand-700);border-radius:8px;flex:1;margin:0;padding:8px 12px;font-size:13px;line-height:1.35}.app-footer-right{flex-shrink:0;align-items:center;gap:12px;display:flex}.app-footer .step-count{color:var(--gray-500);font-size:12px}@media (max-width:639px){.app-footer .step-count{display:none}}.app-footer button:not(.footer-mic){width:auto}.sidebar{display:none}@media (min-width:1024px){.sidebar{flex-direction:column;align-self:start;gap:16px;display:flex;position:sticky;top:86px}}.review-note{background:var(--brand-50);border:1px solid var(--brand-100);border-radius:var(--radius-md);color:var(--brand-700);text-wrap:pretty;padding:12px 14px;font-size:13px}.review-note strong{font-weight:700}.location-card{background:var(--color-surface);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:20px;box-shadow:0 18px 40px -32px #0f172a73}.location-card h3{letter-spacing:.05em;text-transform:uppercase;color:var(--brand-600);margin:0 0 16px;font-size:12px;font-weight:700}.location{gap:8px;margin-bottom:16px;display:flex}.location:last-child{margin-bottom:0}.location-pin{background:var(--brand-50);width:22px;height:22px;color:var(--brand-600);border-radius:999px;flex:0 0 22px;justify-content:center;align-items:center;font-size:12px;display:inline-flex}.location-body{flex-direction:column;gap:2px;min-width:0;display:flex}.location-name{color:var(--gray-800);font-size:12px;font-weight:700}.location-detail{color:var(--gray-500);font-size:12px}.location-phone{color:var(--brand-600);align-items:center;gap:4px;margin-top:2px;font-size:12px;text-decoration:none;display:inline-flex}.location-phone:hover{text-decoration:underline}.site-picker{flex-wrap:wrap;gap:8px;display:flex}.site-picker button{width:auto;font-size:13px}.service-group{margin-bottom:20px}.service-group-title{text-transform:uppercase;letter-spacing:.04em;color:var(--brand-700);margin:0 0 10px;font-size:13px;font-weight:700}.service-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px;display:grid}.service-chip{border:1px solid var(--gray-200);cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:10px 12px;font-size:14px;transition:border-color .15s,background .15s;display:flex}.service-chip:hover{border-color:var(--brand-300)}.service-chip.on{border-color:var(--brand-500);background:var(--brand-50)}.service-chip input{width:auto;min-height:0;margin:0}.detail-group{border-top:1px solid var(--gray-200);padding:14px 0}.detail-group:first-child{border-top:none}.check-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px;margin-bottom:8px;display:grid}.photo-row{border-top:1px solid var(--gray-200);align-items:center;gap:10px;padding:8px 0;display:flex}.photo-row .photo-name{text-overflow:ellipsis;white-space:nowrap;max-width:180px;color:var(--gray-500);flex:none;font-size:13px;overflow:hidden}.photo-row input{flex:auto}.photo-row button{flex:none;width:auto}.banner{border-radius:10px;margin-bottom:16px;padding:12px 14px;font-size:13px}.banner.err{background:var(--brand-50);border:1px solid var(--brand-200);color:var(--brand-700)}.banner.ok{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.validation-error{background:var(--amber-50);border:1px solid var(--amber-200);color:var(--amber-700)}.muted{color:var(--gray-500)}@keyframes voice-pulse{0%,to{opacity:1}50%{opacity:.5}}.footer-voice{align-items:center;gap:8px;display:flex;position:relative}.footer-mic{border:1px solid var(--gray-300);background:var(--color-surface);width:36px;height:36px;min-height:0;color:var(--gray-500);border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:16px;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.footer-mic:hover:not(:disabled){border-color:var(--brand-500);background:var(--brand-600);color:var(--color-on-brand-hover)}.footer-mic--listening{border-color:var(--amber-500);background:var(--amber-50);color:var(--amber-600);animation:2s cubic-bezier(.4,0,.6,1) infinite voice-pulse}.footer-mic--listening:hover:not(:disabled){background:var(--amber-500);border-color:var(--amber-600);color:#fff}.footer-mic--disabled,.footer-mic:disabled{border-color:var(--gray-200);background:var(--gray-50);color:var(--gray-400);cursor:not-allowed;opacity:1}.footer-mic-wrap{align-items:center;gap:6px;display:flex}.footer-mic-label{color:var(--gray-500);white-space:nowrap;font-size:12px}.voice-hint{pointer-events:none;white-space:nowrap;background:var(--color-inverse-surface);color:var(--color-inverse-text);z-index:50;border-radius:8px;padding:6px 12px;font-size:12px;position:absolute;bottom:calc(100% + 8px);right:0;box-shadow:0 10px 15px -3px #0000001a}.voice-hint-arrow{border-left:4px solid #0000;border-right:4px solid #0000;border-top:4px solid var(--color-inverse-surface);width:0;height:0;display:block;position:absolute;top:100%;right:12px}.mic-icon{display:block}.voice-card-overlay{z-index:50;pointer-events:none;justify-content:center;padding:0 16px;display:flex;position:fixed;bottom:68px;left:0;right:0}.voice-card{pointer-events:auto;background:var(--color-surface);border:1px solid var(--gray-200);border-radius:var(--radius-xl);width:100%;max-width:500px;box-shadow:var(--shadow-lg);animation:.2s ease-out voice-card-in;overflow:hidden}@keyframes voice-card-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.voice-card-header{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;gap:10px;padding:10px 16px;display:flex}.voice-card-status{align-items:center;gap:10px;min-width:0;display:flex}.voice-card-statustext{color:var(--gray-700);white-space:nowrap;font-size:14px;font-weight:500}.voice-card-title{color:var(--gray-800);font-size:14px;font-weight:600}.voice-card-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.voice-dot{flex-shrink:0;width:10px;height:10px;display:inline-flex;position:relative}.voice-dot-ping{background:var(--brand-500);opacity:.75;border-radius:999px;animation:1s cubic-bezier(0,0,.2,1) infinite voice-ping;position:absolute;inset:0}.voice-dot-core{background:var(--brand-500);border-radius:999px;width:10px;height:10px;display:inline-flex;position:relative}@keyframes voice-ping{75%,to{opacity:0;transform:scale(2)}}.voice-badge{background:var(--amber-50);min-width:20px;height:20px;color:var(--amber-700);border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:12px;font-weight:600;display:inline-flex}.voice-spinner{border:2px solid var(--brand-200);border-top-color:var(--brand-500);border-radius:999px;flex-shrink:0;width:14px;height:14px;animation:.7s linear infinite voice-spin;display:inline-block}@keyframes voice-spin{to{transform:rotate(360deg)}}.voice-card-transcript{min-height:48px;max-height:120px;padding:12px 16px;overflow-y:auto}.voice-transcript-text{color:var(--gray-800);word-break:break-word;margin:0;font-size:14px;line-height:1.55}.voice-transcript-interim{color:var(--gray-500)}.voice-transcript-empty{color:var(--gray-500);margin:0;font-size:14px;font-style:italic}.voice-card-footer{border-top:1px solid var(--gray-100);justify-content:space-between;align-items:center;gap:10px;padding:10px 16px;display:flex}.voice-card-check{color:var(--gray-600);cursor:pointer;align-items:center;gap:8px;font-size:12px;display:inline-flex}.voice-card-check input{width:14px;height:14px;accent-color:var(--brand-500);cursor:pointer;margin:0}.voice-card-extract{flex-direction:column;gap:4px;display:flex}.voice-card-unavailable,.voice-card-processing{color:var(--gray-500);font-size:12px}.voice-card-body{flex-direction:column;gap:12px;padding:12px 16px;display:flex}.voice-card-alert{border:1px solid var(--amber-100);background:var(--amber-50);color:var(--amber-700);border-radius:8px;padding:8px 12px;font-size:14px}.voice-card-last{flex-direction:column;gap:2px;display:flex}.voice-card-last-label{letter-spacing:.05em;text-transform:uppercase;color:var(--gray-500);font-size:11px;font-weight:500}.voice-card-last-text{color:var(--gray-800);font-size:14px}.voice-card .voice-card-btn{border:1px solid var(--brand-500);background:var(--brand-500);min-height:0;color:var(--color-on-brand);letter-spacing:0;cursor:pointer;border-radius:8px;width:auto;padding:5px 12px;font-size:13px;font-weight:600}.voice-card .voice-card-btn:hover:not(:disabled){background:var(--brand-600);border-color:var(--brand-600);color:var(--color-on-brand-hover)}.voice-card .voice-card-btn--light{background:var(--gray-100);border-color:var(--gray-200);color:var(--gray-700)}.voice-card .voice-card-btn--light:hover:not(:disabled){background:var(--gray-200);border-color:var(--gray-300)}.voice-card .voice-card-btn--amber{background:var(--amber-500);border-color:var(--amber-500);color:#fff}.voice-card .voice-card-btn--amber:hover:not(:disabled){background:var(--amber-600);border-color:var(--amber-600)}.review-sections{flex-direction:column;gap:20px;display:flex}.review-section{flex-direction:column;gap:10px;display:flex}.review-section-title{letter-spacing:.05em;text-transform:uppercase;color:var(--brand-700);margin:0;font-size:14px;font-weight:600}.review{grid-template-columns:1fr 1fr;gap:10px 16px;font-size:13px;display:grid}.review .k{color:var(--gray-500)}.summary-pills{flex-wrap:wrap;gap:10px;margin:12px 0;display:flex}.pill{background:var(--gray-50);border:1px solid var(--gray-200);color:var(--gray-700);border-radius:8px;padding:10px 14px;font-size:13px;font-weight:600}.result pre{background:var(--gray-50);border:1px solid var(--gray-200);max-height:360px;color:var(--gray-700);border-radius:8px;padding:12px;font-size:12px;overflow-x:auto}code{background:var(--gray-100);border-radius:4px;padding:1px 5px;font-size:12px}.step-body{flex-direction:column;gap:16px;display:flex}.step-body.gap-lg{gap:20px}.divider{border:none;border-top:1px solid var(--gray-200);margin:4px 0}.sub-label{letter-spacing:.08em;text-transform:uppercase;color:var(--gray-500);margin:0;font-size:12px;font-weight:700}.field-hint{letter-spacing:normal;text-transform:none;color:var(--gray-500);font-size:12px;font-weight:400}.field-error{color:var(--amber-600);margin:0;font-size:12px}input[type=checkbox],input[type=radio]{width:auto;min-height:0;accent-color:var(--brand-500);margin:0}input[type=checkbox]{border-radius:6px}.choice-list{flex-wrap:wrap;gap:12px 20px;display:flex}.choice{color:var(--gray-700);cursor:pointer;align-items:center;gap:8px;font-size:14px;display:inline-flex}.choice input{cursor:pointer}.type-toggle{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.type-btn{width:auto}.type-btn.secondary{background:var(--color-surface)}.type-btn[aria-invalid=true]{background:var(--error-50);border-color:var(--error-600);color:var(--error-800)}.invalid-choice-list input[type=checkbox]{accent-color:var(--error-600)}.property-type-tooltip-anchor{display:inline-flex;position:relative}.property-type-tooltip{z-index:40;background:var(--amber-600);color:#fff;white-space:nowrap;border-radius:8px;padding:6px 10px;font-size:12px;line-height:1.3;position:absolute;top:50%;left:calc(100% + 8px);transform:translateY(-50%)}.property-type-tooltip-arrow{border-top:4px solid #0000;border-right:4px solid var(--amber-600);border-bottom:4px solid #0000;width:0;height:0;position:absolute;top:50%;right:100%;transform:translateY(-50%)}@media (max-width:639px){.property-type-tooltip{white-space:normal;width:min(240px,100vw - 48px);top:calc(100% + 8px);left:0;right:auto;transform:none}.property-type-tooltip-arrow{border:0;border-right:4px solid #0000;border-bottom:4px solid var(--amber-600);border-left:4px solid #0000;inset:auto auto 100% 12px;transform:none}}.hoa-check{margin-left:4px}.alert{border-radius:var(--radius-md);gap:10px;padding:12px 14px;font-size:13px;line-height:1.45;display:flex}.alert-info{background:var(--gray-200);color:var(--gray-700);border:1px solid #0000}.alert-info .alert-icon{color:var(--gray-700)}.alert-icon{color:var(--brand-600);flex:none;font-size:14px;line-height:1.4}@keyframes blink-highlight{0%,to{background-color:#fef2f2}50%{background-color:#fee2e2}}.voice-info-banner{align-items:center;animation:.85s ease-in-out 4 blink-highlight}.voice-info-banner>span:nth-child(2){flex:auto}.voice-info-dismiss,.voice-info-dismiss:hover:not(:disabled){min-height:0;color:var(--gray-700);background:0 0;border:1px solid #0000;padding:2px;font-size:20px;line-height:1}.voice-info-dismiss:hover:not(:disabled){color:var(--gray-900)}.voice-info-dismiss:focus-visible{outline:2px solid var(--brand-500);outline-offset:2px}.inset{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);flex-direction:column;gap:16px;padding:16px;display:flex}.checkbox-box{background:var(--gray-100);border-radius:var(--radius-md);color:var(--gray-700);cursor:pointer;align-items:center;gap:10px;padding:12px 16px;font-size:14px;display:inline-flex}.site-select-active{border-left:4px solid var(--success-500);padding-left:16px}.map-frame{border-radius:var(--radius-md);border:1px solid var(--gray-200);overflow:hidden}.map-frame iframe{border:0;width:100%;height:230px;display:block}.svc-card{border:1px solid var(--gray-200);background:var(--color-surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);flex-direction:column;gap:16px;padding:20px;display:flex}.svc-card-title{letter-spacing:.05em;text-transform:uppercase;color:var(--brand-700);margin:0;font-size:14px;font-weight:600}.svc-empty{border:1px dashed var(--gray-300);background:var(--gray-50);border-radius:var(--radius-xl);color:var(--gray-600);padding:18px 16px;font-size:14px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}@media (max-width:639px){.grid-2,.grid-3{grid-template-columns:1fr}}.sw-section{border:1px solid var(--gray-200);background:var(--gray-50);border-radius:var(--radius-md);padding:16px}.sw-section-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.sw-section-head p{color:var(--gray-700);margin:0;font-size:14px;font-weight:600}.link-btn{width:auto;min-height:0;color:var(--brand-700);letter-spacing:0;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:600}.link-btn:hover:not(:disabled){background:0 0;text-decoration:underline}.sw-add-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.sw-add-row p{color:var(--gray-500);margin:0;font-size:12px}.btn-sm{width:auto;min-height:0;padding:6px 12px;font-size:13px}.cond-card{border:1px solid var(--gray-200);background:var(--gray-50);border-radius:var(--radius-xl);flex-direction:column;gap:16px;padding:16px;display:flex}.dropzone{border:2px dashed var(--gray-300);border-radius:var(--radius-md);background:var(--color-surface);text-align:center;cursor:pointer;flex-direction:column;align-items:center;gap:8px;padding:32px 20px;transition:border-color .15s,background .15s;display:flex}.dropzone:hover{border-color:var(--brand-500);background:var(--brand-50)}.dropzone.dragover{border-color:var(--brand-500);background:var(--brand-100)}.dropzone-icon{color:var(--gray-400);font-size:40px;line-height:1}.dropzone-lead{color:var(--gray-500);font-size:14px}.dropzone-lead .accent{color:var(--brand-600);font-weight:700}.dropzone-hint{color:var(--gray-500);max-width:28rem;font-size:12px}.photo-grid{flex-wrap:wrap;gap:12px;display:flex}.thumb{width:64px;height:64px;position:relative}.thumb img{object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--gray-200);width:64px;height:64px;display:block}.thumb-remove{background:var(--brand-500);width:22px;height:22px;min-height:0;color:var(--color-on-brand);border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:12px;line-height:1;display:inline-flex;position:absolute;top:-8px;right:-8px}.chat-page{place-items:center;min-height:calc(100vh - 70px);padding:32px 20px 100px;display:grid}.chat-card{text-align:center;background:var(--color-surface);border:1px solid var(--gray-200);border-radius:16px;width:min(100%,560px);padding:32px;box-shadow:0 12px 32px #11182714}.chat-card h1{margin:0 0 10px;font-size:26px}.chat-card p{color:var(--gray-600);margin:0;line-height:1.6}.unavailable-page{background:var(--color-surface);place-items:center;min-height:calc(100vh - 70px);padding:40px 20px;display:grid}.unavailable-panel{color:#202124;width:min(100%,560px)}.unavailable-kicker{color:#5f6368;margin:0 0 10px;font-size:14px}.unavailable-panel h1{color:#202124;margin:0 0 14px;font-size:24px;font-weight:500}.unavailable-panel p{color:#5f6368;margin:0 0 14px;line-height:1.5}.unavailable-code{letter-spacing:.02em;font-size:12px}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2?dpl=dpl_BxHZheK4t84YAq5fv69cPP5fotEW)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2?dpl=dpl_BxHZheK4t84YAq5fv69cPP5fotEW)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2?dpl=dpl_BxHZheK4t84YAq5fv69cPP5fotEW)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2?dpl=dpl_BxHZheK4t84YAq5fv69cPP5fotEW)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2?dpl=dpl_BxHZheK4t84YAq5fv69cPP5fotEW)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2?dpl=dpl_BxHZheK4t84YAq5fv69cPP5fotEW)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2?dpl=dpl_BxHZheK4t84YAq5fv69cPP5fotEW)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5901b7c6-module__ec5Qua__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_5901b7c6-module__ec5Qua__variable{--font-inter:"Inter", "Inter Fallback"}
@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:200 900;font-display:swap;src:url(../media/20aee433927f7d4b-s.157oer57eo50s.woff2?dpl=dpl_BxHZheK4t84YAq5fv69cPP5fotEW)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:200 900;font-display:swap;src:url(../media/256e1f7f180674ba-s.0lzyohd.mq-zj.woff2?dpl=dpl_BxHZheK4t84YAq5fv69cPP5fotEW)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:200 900;font-display:swap;src:url(../media/be3bf58b83159894-s.0k50~bcr4_n6n.woff2?dpl=dpl_BxHZheK4t84YAq5fv69cPP5fotEW)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:200 900;font-display:swap;src:url(../media/753b6407f468151f-s.0ld551rg41h9m.woff2?dpl=dpl_BxHZheK4t84YAq5fv69cPP5fotEW)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:200 900;font-display:swap;src:url(../media/292081311a6a8abc-s.0kzsaos0rt4.l.woff2?dpl=dpl_BxHZheK4t84YAq5fv69cPP5fotEW)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:200 900;font-display:swap;src:url(../media/68d403cf9f2c68c5-s.p.0nhx~dwif.9~q.woff2?dpl=dpl_BxHZheK4t84YAq5fv69cPP5fotEW)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Serif 4 Fallback";src:local(Times New Roman);ascent-override:87.87%;descent-override:28.41%;line-gap-override:0.0%;size-adjust:117.91%}.source_serif_4_df18c6cb-module__Vhhswq__className{font-family:"Source Serif 4","Source Serif 4 Fallback";font-style:normal}.source_serif_4_df18c6cb-module__Vhhswq__variable{--font-serif:"Source Serif 4", "Source Serif 4 Fallback"}
