:root{--ink:#f4f8fc;--paper:#07111d;--surface:#0d1b2a;--surface2:#122438;--muted:#a9bacb;--accent:#2f8bff;--accent2:#66adff;--line:#263b50}*{box-sizing:border-box}html,body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.shell{min-height:100vh;padding:0 5vw 5vw}.topbar,.account-nav{color:#fff;background:#071524;border-bottom:1px solid #26384a;justify-content:space-between;align-items:center;height:82px;padding:0 4vw;display:flex}.shell .topbar{background:#071524;margin:0 -5vw;padding:0 5vw}.brand-logo-link{letter-spacing:.12em;color:#dce8f5;align-items:center;gap:13px;font-size:12px;font-weight:900;display:flex}.brand-logo{object-fit:contain;width:145px;height:48px;display:block}.auth-logo{margin-bottom:24px;display:block}.auth-logo img{object-fit:contain;width:190px;max-height:72px;display:block}.home-auth,.account-links{align-items:center;gap:18px;display:flex}.home-auth a,.account-links a{color:#fff}.account-links a{font-weight:700}.account-links form{margin:0}.account-links button{color:#fff;cursor:pointer;background:0 0;border:1px solid #597087;border-radius:5px;padding:10px 16px;font-weight:800}.primary,.add-item,.wizard-next{background:linear-gradient(135deg, var(--accent), var(--accent2));color:#fff;cursor:pointer;border:0;border-radius:6px;padding:14px 20px;font-weight:800}.hero{max-width:1000px;padding:10vh 0 8vh}.hero h1{margin:20px 0;font-size:clamp(50px,7vw,92px);line-height:.94}.hero h1 em{color:var(--accent);font-weight:400}.hero p{max-width:760px;color:var(--muted);font-size:20px;line-height:1.55}.actions{align-items:center;gap:18px;margin-top:30px;display:flex}.flow{border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.flow article{border-right:1px solid var(--line);gap:14px;padding:25px 10px;display:grid}.flow strong,.eyebrow,small{color:var(--accent)}.dashboard-content{max-width:1400px;margin:auto;padding:7vw}.dashboard-title{font-size:clamp(44px,6vw,76px)}.dashboard-content>p{max-width:700px;color:var(--muted);font-size:20px;line-height:1.5}.dashboard-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:60px;display:grid}.dashboard-grid article{border:1px solid var(--line);background:var(--surface);min-height:180px;padding:24px}.launcher-card{text-align:left;font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}.estimate-overlay{z-index:1000;background:#071524c7;padding:3vh 20px;position:fixed;inset:0;overflow:auto}.estimate-overlay .wizard-page{background:0 0;min-height:auto;padding:0}.estimate-overlay .wizard-modal{margin:auto}.overlay-close{z-index:1002;background:var(--surface);cursor:pointer;border:0;border-radius:50%;width:44px;height:44px;font-size:30px;position:fixed;top:18px;right:24px}.wizard-page{background:#081522;place-items:center;min-height:100vh;padding:4vh 20px;display:grid}.wizard-modal{background:var(--surface);border:1px solid var(--line);width:min(900px,100%);min-height:720px;box-shadow:0 24px 80px #0008}.wizard-top{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:70px;padding:0 28px;display:flex}.wizard-top button{background:0 0;border:0;font-size:22px}.wizard-progress{background:#14283b;height:4px}.wizard-progress i{background:var(--accent2);height:100%;display:block}.wizard-step{max-width:720px;margin:auto;padding:65px 30px 55px}.wizard-step h1{font-size:clamp(42px,6vw,68px);line-height:.95}.wizard-step label{gap:8px;margin:24px 0;font-size:13px;font-weight:800;display:grid}.wizard-step input,.wizard-step textarea{width:100%;font:inherit;border:1px solid var(--line);background:var(--surface);border-radius:5px;padding:15px}.choice-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.choice-grid button,.suggestions button{font:inherit;border:1px solid var(--line);background:var(--surface);border-radius:6px;padding:15px}.choice-grid button.selected{border-color:var(--accent);color:var(--accent);font-weight:800}.suggestions{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.suggestions button{border-radius:999px;padding:9px 12px}.result-box,.verify-box{border:1px solid var(--line);background:var(--surface);margin-top:18px;padding:22px}.result-line{border-top:1px solid var(--line);justify-content:space-between;gap:20px;padding:14px 0;display:flex}.result-line>span{gap:5px;display:grid}.item-survey-alert{color:#f3b84b;opacity:.9;font-size:10px;font-weight:800}.estimate-total{border-top:2px solid var(--accent);justify-content:space-between;align-items:flex-end;gap:30px;margin-top:22px;padding-top:22px;display:flex}.estimate-total-strong>span{gap:5px;display:grid}.estimate-total-strong small{letter-spacing:.08em;font-weight:900}.estimate-total-strong em{color:var(--muted);font-size:12px;font-style:normal}.estimate-total-strong strong{white-space:nowrap;font-size:34px}.estimate-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:645px;padding:50px;display:flex}.estimate-loading strong{max-width:620px;font-size:clamp(24px,4vw,38px);line-height:1.1}.estimate-loading>span{color:var(--muted);max-width:540px;line-height:1.5}.estimate-spinner{border:4px solid var(--line);border-top-color:var(--accent2);border-radius:50%;width:54px;height:54px;animation:.8s linear infinite estimateSpin}@keyframes estimateSpin{to{transform:rotate(360deg)}}.final-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.final-actions-priority{align-items:center;margin-top:24px}.final-actions-priority .secondary-action{margin-top:0}.history-link{color:var(--muted);padding:12px;font-size:13px;font-weight:700}.secondary-action{border:1px solid var(--accent);color:var(--accent);cursor:pointer;background:0 0;border-radius:5px;margin-top:32px;padding:14px 18px;font-weight:800}.success-popup-backdrop{background:#02070de6;z-index:2147483647!important;justify-content:center!important;align-items:center!important;width:100vw!important;height:100dvh!important;padding:20px!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.success-popup{text-align:center;background:#0d1b2a;border:1px solid #34506b;border-radius:14px;padding:40px;overflow:auto;box-shadow:0 30px 100px #000;width:min(540px,100vw - 32px)!important;max-height:calc(100dvh - 40px)!important;margin:0!important;position:relative!important;transform:none!important}.success-popup h2{margin:12px 0;font-size:40px}.success-popup p{color:var(--muted);margin:0 0 28px;font-size:17px;line-height:1.55}.success-popup-icon{background:var(--accent);color:#fff;border-radius:50%;place-items:center;width:58px;height:58px;margin:auto;font-size:30px;font-weight:900;display:grid}.success-popup-close{color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:28px;position:absolute;top:12px;right:14px}.success-popup-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.success-popup .secondary-action{margin-top:0}.success-popup .wizard-next{display:inline-block}.estimate-shell{max-width:1440px;margin:auto;padding:0 4vw 80px}.list-head{padding:55px 0 28px}.estimate-list{gap:10px;display:grid}.estimate-list article{background:var(--surface);border:1px solid var(--line);justify-content:space-between;align-items:center;gap:30px;padding:22px 24px;display:flex}.list-value{justify-items:end;gap:8px;display:grid}.history-actions{align-items:center;gap:8px;display:flex}.delete-estimate,.delete-confirm-button{color:#ff818a;cursor:pointer;background:0 0;border:1px solid #e05b65;border-radius:6px;padding:13px 16px;font-weight:800}.delete-confirm-button{color:#fff;background:#c83e49;border-color:#c83e49}.empty-state{border:1px dashed var(--line);color:var(--muted);padding:30px}.auth-shell{background:#081522;place-items:center;min-height:100vh;padding:30px;display:grid}.auth-card{background:var(--surface);border:1px solid var(--line);width:min(620px,100%);padding:45px;box-shadow:0 20px 60px #0006}.auth-card>.back{color:var(--muted);margin-bottom:28px;font-weight:700;display:inline-block}.auth-card>p{color:var(--muted);line-height:1.5}.auth-title{font-size:50px}.auth-form{gap:18px;display:grid}.auth-form label{gap:8px;font-weight:700;display:grid}.auth-form input{border:1px solid var(--line);font:inherit;padding:14px}.auth-actions{gap:10px;display:flex}.auth-actions button{background:var(--accent);color:#fff;border:0;border-radius:5px;padding:14px 20px;font-weight:800}.auth-actions .secondary{color:var(--accent);border:1px solid var(--accent);background:0 0}@media (max-width:760px){.brand-logo{width:115px}.brand-logo-link span{display:none}.home-auth{gap:8px}.account-nav{align-items:center;gap:15px;height:auto;min-height:72px;padding:14px 20px}.account-links{flex-wrap:wrap;justify-content:flex-end}.dashboard-content{padding:48px 22px}.dashboard-grid,.flow{grid-template-columns:1fr}.choice-grid{grid-template-columns:1fr 1fr}.wizard-step{padding:42px 22px}.estimate-overlay{padding:0}.overlay-close{top:10px;right:10px}.wizard-modal{min-height:100vh}.estimate-list article{flex-direction:column;align-items:flex-start}.list-value{justify-items:stretch;width:100%}.history-actions{grid-template-columns:1fr 1fr;width:100%;display:grid}.history-actions>*{width:100%}.estimate-loading{min-height:calc(100vh - 74px);padding:30px}.estimate-total{align-items:flex-start}.estimate-total-strong strong{font-size:28px}.final-actions-priority{display:grid}.final-actions-priority>*{text-align:center;width:100%}.success-popup-backdrop{padding:16px!important}.success-popup{width:calc(100vw - 32px)!important;max-height:calc(100dvh - 32px)!important;padding:34px 22px!important}.success-popup-actions{display:grid}.success-popup-actions>*{width:100%}}input,textarea,select{color:var(--ink);background:var(--surface);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.wizard-top button,.launcher-card{color:var(--ink)}.overlay-close{background:var(--surface);color:var(--ink);border:1px solid var(--line)}.dashboard-grid article,.estimate-list article,.result-box,.verify-box,.auth-card,.wizard-modal{background:var(--surface)}.secondary-action,.auth-actions .secondary{background:0 0}.choice-grid button,.suggestions button{color:var(--ink)}.survey-popup{text-align:left}.survey-popup label{gap:8px;margin:18px 0;font-size:13px;font-weight:800;display:grid}.survey-popup input,.survey-popup textarea{width:100%;font:inherit;border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:5px;padding:13px}.survey-popup .choice-grid{margin:10px 0 14px}.survey-status{border:1px solid var(--line);border-radius:999px;padding:3px 10px;font-size:12px;font-weight:800;display:inline-block}.survey-status.confirmed,.survey-status.completed{border-color:var(--accent);color:var(--accent)}.nav-actions{align-items:center;gap:10px;display:flex}.nav-home{color:#fff;border:1px solid #0000;border-radius:6px;align-items:center;padding:10px 16px;font-weight:800;display:inline-flex}.nav-home:hover,.nav-home.active{background:#ffffff14;border-color:#597087}.menu-toggle{color:#fff;font:inherit;cursor:pointer;background:0 0;border:1px solid #597087;border-radius:6px;align-items:center;gap:8px;padding:10px 16px;font-weight:800;display:inline-flex}.menu-toggle span{font-size:20px;line-height:1}.drawer-backdrop{opacity:0;pointer-events:none;z-index:90;background:#02080f99;transition:opacity .2s;position:fixed;inset:0}.drawer-backdrop.open{opacity:1;pointer-events:auto}.account-drawer{z-index:100;background:#071524;border-left:1px solid #26384a;flex-direction:column;width:min(320px,85vw);height:100dvh;padding:22px 22px 30px;transition:transform .25s;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-20px 0 60px #00000080}.account-drawer.open{transform:translate(0)}.drawer-head{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:13px;display:flex}.drawer-close{color:#fff;cursor:pointer;background:0 0;border:1px solid #597087;border-radius:6px;width:40px;height:40px;font-size:18px}.account-drawer a{color:#fff;border-top:1px solid #26384a;padding:15px 4px;font-size:17px;font-weight:700}.account-drawer a.active{color:var(--accent2)}.account-drawer form{margin-top:auto;padding-top:20px}.drawer-signout{color:#fff;width:100%;font:inherit;cursor:pointer;background:0 0;border:1px solid #597087;border-radius:6px;padding:13px 16px;font-weight:800}@media (max-width:760px){input,textarea,select{font-size:16px!important}}.launcher-hero{text-align:left;font:inherit;color:#fff;cursor:pointer;background:radial-gradient(circle at 85% 15%,#66adff59,#0000 45%),linear-gradient(135deg,#0f3b75 0%,#1760c4 55%,#2f8bff 100%);border:1px solid #66adff73;border-radius:16px;grid-column:1/-1;justify-items:start;gap:16px;padding:clamp(26px,4vw,44px);transition:transform .2s,box-shadow .2s;display:grid;box-shadow:0 24px 60px #082b5e73}.launcher-hero:hover{transform:translateY(-3px);box-shadow:0 30px 70px #082b5e99}.launcher-badge{letter-spacing:.06em;text-transform:uppercase;background:#ffffff29;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:800}.launcher-title{font-size:clamp(34px,5vw,56px);font-weight:900;line-height:1}.launcher-text{color:#ffffffe0;max-width:640px;font-size:18px;line-height:1.5}.launcher-steps{flex-wrap:wrap;gap:8px;display:flex}.launcher-steps span{background:#07152440;border:1px solid #ffffff47;border-radius:8px;padding:7px 12px;font-size:13px;font-weight:700}.launcher-cta{color:#0f3b75;background:#fff;border-radius:10px;margin-top:6px;padding:14px 24px;font-size:17px;font-weight:900}.drawer-cta{background:linear-gradient(135deg,#1760c4,#2f8bff);border-radius:12px;gap:4px;margin:4px 0 14px;display:grid;box-shadow:0 12px 30px #1760c459;border:0!important;padding:16px!important}.drawer-cta span{color:#fff;font-size:18px;font-weight:900}.drawer-cta small{color:#ffffffd9;font-size:13px;font-weight:600}.answer-trail{flex-wrap:wrap;gap:8px;margin:10px 0 16px;display:flex}.answer-trail span{background:#ffffff0d;border:1px solid #2c4258;border-radius:999px;padding:6px 12px;font-size:14px;line-height:1.3}.waiting-popup{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#02080fc7;place-items:center;padding:16px;animation:.2s ease-out waitingFade;display:grid;position:fixed;inset:0}.waiting-card{text-align:center;background:linear-gradient(160deg,#0c2033,#071524);border:1px solid #26384a;border-radius:18px;flex-direction:column;align-items:center;gap:22px;width:min(380px,100%);padding:34px 26px;display:flex;box-shadow:0 24px 60px #00000073}.waiting-logo{object-fit:contain;width:170px;height:56px}.waiting-card strong{min-height:3em;font-size:18px;line-height:1.4;animation:.4s ease-out waitingFade}.waiting-card small{color:#9fb3c8}@keyframes waitingFade{0%{opacity:0}to{opacity:1}}.waiting-fact{text-align:left;border-top:1px solid #26384a;width:100%;padding-top:18px;animation:.5s ease-out waitingFade}.waiting-fact small{color:var(--accent2);letter-spacing:.12em;margin-bottom:6px;font-size:11px;font-weight:800;display:block}.waiting-fact b{margin-bottom:6px;font-size:15px;display:block}.waiting-fact p{color:#c3d2e1;margin:0;font-size:14px;line-height:1.5}.ai-status{margin-bottom:22px}.ai-status-result{border:1px solid var(--line);overflow-wrap:anywhere;border-radius:10px;margin-top:12px;padding:14px 16px;font-size:14px}.ai-status-result p{margin:4px 0}.estimate-processing{color:#9fb3c8;max-width:280px;font-size:14px;line-height:1.45}.queued-step{text-align:center;align-items:center}.queued-step .waiting-logo{margin:0 auto 14px;display:block}.queued-step small{display:block}.queued-step h1{font-size:clamp(28px,7vw,40px);line-height:1.15}.queued-step .final-actions{justify-content:center}.queued-step .waiting-fact{margin-top:26px}.notif{position:relative}.notif-toggle{color:#fff;cursor:pointer;background:0 0;border:1px solid #597087;border-radius:6px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;position:relative}.notif-badge{color:#fff;text-align:center;background:#e5484d;border-radius:999px;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:800;line-height:20px;position:absolute;top:-6px;right:-6px}.notif-panel{z-index:60;color:#fff;background:#0c1b2b;border:1px solid #26384a;border-radius:12px;width:min(360px,100vw - 32px);max-height:70vh;position:absolute;top:calc(100% + 10px);right:0;overflow-y:auto;box-shadow:0 18px 44px #00000073}.notif-head{border-bottom:1px solid #26384a;padding:14px 16px}.notif-empty{color:#9fb3c8;margin:0;padding:18px 16px;font-size:14px;line-height:1.45}.notif-panel ul{margin:0;padding:0;list-style:none}.notif-panel li+li{border-top:1px solid #1b2c3d}.notif-panel li a,.notif-panel li div{color:inherit;flex-direction:column;gap:4px;padding:13px 16px;text-decoration:none;display:flex}.notif-panel li a:hover{background:#ffffff0a}.notif-panel li.unread{background:#2f80ed1a;box-shadow:inset 3px 0 #2f80ed}.notif-panel li b{font-size:14px}.notif-panel li span{color:#c3d2e1;font-size:13px;line-height:1.4}.notif-panel li small{color:#7f95ab;font-size:12px}@media (max-width:760px){.account-nav{position:relative}.notif{position:static}.notif-panel{width:auto;top:calc(100% + 6px);left:16px;right:16px}.nav-actions{gap:6px}.nav-home{padding:10px 8px}.menu-toggle{padding:10px 12px}}.admin-overview{padding:40px 0 18px}.admin-overview small{color:var(--accent2);letter-spacing:.12em;font-size:12px;font-weight:800}.admin-overview h1{margin:6px 0 20px;font-size:clamp(30px,5vw,44px)}.admin-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.admin-kpis button{text-align:left;border:1px solid var(--line);background:var(--surface);color:var(--ink);font:inherit;cursor:pointer;border-radius:12px;gap:6px;padding:18px;display:grid}.admin-kpis button:hover{border-color:var(--accent)}.admin-kpis span{color:var(--muted);font-size:13px;font-weight:700}.admin-kpis strong{font-size:28px}.admin-kpis em{color:#7f95ab;font-size:12px;font-style:normal}.admin-kpis .warn{border-color:#c9922e;box-shadow:inset 3px 0 #f0b44c}.admin-kpis .alert{border-color:#b8434b;box-shadow:inset 3px 0 #e5484d}.admin-tabs,.admin-subtabs{border-bottom:1px solid var(--line);gap:4px;margin-top:22px;display:flex;overflow-x:auto}.admin-tabs button,.admin-subtabs button{color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;flex:none;align-items:center;gap:8px;padding:13px 16px;font-weight:800;display:inline-flex}.admin-tabs button.active,.admin-subtabs button.active{color:var(--ink);border-bottom-color:var(--accent)}.admin-tabs span{background:var(--surface2);text-align:center;border-radius:999px;min-width:22px;padding:2px 7px;font-size:12px}.admin-tabs span.hot{color:#fff;background:#e5484d}.admin-subtabs{margin-top:14px}.admin-subtabs button{padding:10px 14px;font-size:14px}.admin-section{margin-top:22px}.admin-toolbar{gap:12px;margin-bottom:14px;display:grid}.admin-toolbar input[type=search]{border:1px solid var(--line);background:var(--surface);width:100%;max-width:420px;color:var(--ink);font:inherit;border-radius:8px;padding:12px 14px}.admin-chips{flex-wrap:wrap;gap:8px;display:flex}.admin-chips button{border:1px solid var(--line);color:var(--muted);font:inherit;cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:700;display:inline-flex}.admin-chips button.active{background:var(--accent);border-color:var(--accent);color:#fff}.admin-chips span{opacity:.8}.admin-list>*{min-width:0}.admin-list article{border-radius:12px;display:block}.admin-open{border:1px solid var(--accent);background:var(--accent);color:#fff;font:inherit;cursor:pointer;border-radius:6px;font-weight:800}.admin-row{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.admin-row h3{margin:10px 0 4px}.admin-row p{margin:4px 0}.admin-meta{color:#8ea3b8;font-size:13px}.admin-when{font-weight:700}.admin-badge{background:var(--surface2);color:var(--muted);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:800;display:inline-block}.admin-badge.ready,.admin-badge.survey-completed{color:#5bd39a;background:#30a46c29}.admin-badge.survey,.admin-badge.survey-confirmed{color:var(--accent2);background:#2f8bff29}.admin-badge.processing,.admin-badge.survey-requested{color:#f0b44c;background:#f0b44c29}.admin-badge.failed,.admin-badge.survey-cancelled{color:#ff818a;background:#e5484d29}.admin-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.admin-actions a,.admin-actions button{padding:9px 14px;font-size:14px}.admin-detail{border-top:1px solid var(--line);margin-top:16px;padding-top:16px}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:13px}.admin-table th,.admin-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:8px 10px}.admin-table th{color:var(--muted);font-weight:700}.admin-table td:nth-child(n+2){white-space:nowrap}.admin-detail details{margin-top:14px}.admin-detail summary{cursor:pointer;font-weight:700}.admin-answers div{border-bottom:1px solid var(--line);padding:8px 0}.admin-answers dt{color:var(--muted);font-size:13px}.admin-answers dd{margin:2px 0 0}@media (max-width:900px){.admin-kpis{grid-template-columns:1fr 1fr}}@media (max-width:760px){.admin-kpis strong{font-size:22px}.admin-row{flex-direction:column}.admin-row .list-value{justify-items:start}.admin-actions{justify-content:flex-start}}.admin-row .secondary-action,.admin-actions .secondary-action{text-align:center;margin-top:0;padding:9px 14px;font-size:14px}.admin-row select{border:1px solid var(--line);font:inherit;border-radius:6px;padding:9px 12px;font-weight:700}.admin-search-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.admin-search-row input[type=search]{flex:260px}.admin-search-row .secondary-action,.admin-answers-head .secondary-action{margin-top:0;padding:10px 14px;font-size:14px}.admin-answers-box{border:1px solid var(--line);background:var(--surface2);border-radius:10px;margin-top:16px;padding:14px 16px}.admin-answers-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px;display:flex}.admin-answers div:last-child{border-bottom:0}.address-fields{gap:14px;display:grid}.suggest{position:relative}.suggest label small{color:var(--muted);font-weight:400}.suggest-list{z-index:30;border:1px solid var(--line);background:#0c1b2b;border-radius:10px;max-height:260px;margin:4px 0 0;padding:4px;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 16px 36px #00000073}.suggest-list button{width:100%;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:12px;font-size:15px;display:block}.suggest-list button:hover,.suggest-list button:focus{background:#2f8bff24}.suggest-picked{color:#5bd39a;margin:-6px 0 0;font-size:14px;font-weight:700}
