@import"https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800&display=swap";.admin-auth-miniapp-root{color-scheme:light;font-family:Onest,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;--bg-page: radial-gradient(circle at top left, rgba(74, 100, 140, .1), transparent 30%), radial-gradient(circle at top right, rgba(201, 122, 91, .1), transparent 24%), linear-gradient(180deg, #faf8f4 0%, #f4f0e9 100%);--text-main: #2b2f33;--text-soft: #5e6670;--text-muted: #7a848f;--brand: #4a648c;--brand-strong: #3f5679;--brand-soft: #e8edf3;--brand-ring: rgba(74, 100, 140, .14);--accent: #c97a5b;--accent-soft: #f4e4dd;--line-soft: #e3e0d9;--line-strong: #d0d6de;--surface-card: rgba(255, 255, 255, .96);--surface-soft: rgba(243, 240, 234, .86);--surface-panel: rgba(255, 255, 255, .84);--success-bg: #edf5ee;--success-border: #bfd8c3;--success-text: #496656;--danger-bg: #f8ece9;--danger-border: #e8c9bf;--danger-text: #8d5645;--info-bg: #e8edf3;--info-border: #c8d4e1;--info-text: #46617f;--shadow-xs: 0 2px 10px rgba(43, 47, 51, .04);--shadow-sm: 0 12px 28px rgba(43, 47, 51, .06), 0 2px 8px rgba(43, 47, 51, .04);--shadow-md: 0 18px 42px rgba(43, 47, 51, .08), 0 4px 12px rgba(43, 47, 51, .05);min-height:100vh;background:var(--bg-page);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.admin-auth-miniapp-root *,.admin-auth-miniapp-root *:before,.admin-auth-miniapp-root *:after{box-sizing:border-box}.admin-auth-miniapp-root button,.admin-auth-miniapp-root input{font:inherit}.admin-auth-miniapp-root button{cursor:pointer;border:1px solid var(--line-soft);background:#fffffff5;color:var(--text-main);border-radius:14px;padding:10px 14px;transition:transform .08s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease;box-shadow:0 1px #ffffffbf}.admin-auth-miniapp-root button:hover{background:#fff;border-color:#4a648c38;box-shadow:var(--shadow-xs)}.admin-auth-miniapp-root button:active{transform:translateY(1px)}.admin-auth-miniapp-root button:focus-visible{outline:none;border-color:var(--brand);box-shadow:0 0 0 4px var(--brand-ring),var(--shadow-xs)}.admin-auth-miniapp-root button:disabled{cursor:not-allowed;opacity:.6;box-shadow:none}.admin-auth-miniapp-root input{width:100%;border:1px solid var(--line-soft);border-radius:14px;padding:11px 13px;background:#fffffffa;color:var(--text-main);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.admin-auth-miniapp-root input:hover{border-color:#4a648c38}.admin-auth-miniapp-root input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 4px var(--brand-ring);background:#fff}.admin-auth-miniapp-root label{display:flex;flex-direction:column;gap:6px}.admin-auth-miniapp-root label>span{font-size:13px;font-weight:600;color:var(--text-soft)}.admin-auth-miniapp-root pre,.admin-auth-miniapp-root code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.admin-auth-miniapp-root .auth-screen{min-height:100vh;padding:24px 16px;display:grid;place-items:center}.admin-auth-miniapp-root .auth-stack{width:min(760px,100%);display:grid;gap:14px}.admin-auth-miniapp-root .auth-shell{min-height:100vh;padding:24px 16px;display:grid;place-items:center}.admin-auth-miniapp-root .auth-card{width:100%;background:var(--surface-card);border:1px solid rgba(74,100,140,.1);border-radius:26px;box-shadow:var(--shadow-md);overflow:hidden}.admin-auth-miniapp-root .auth-card__header{padding:22px 22px 18px;border-bottom:1px solid rgba(74,100,140,.08);background:radial-gradient(circle at top right,rgba(74,100,140,.1),transparent 34%),linear-gradient(180deg,#faf8f4fa,#fffffff5)}.admin-auth-miniapp-root .auth-card__header h1{margin:0 0 6px;font-size:24px;line-height:1.08;letter-spacing:-.03em}.admin-auth-miniapp-root .auth-card__header p{margin:0;color:var(--text-soft);line-height:1.55}.admin-auth-miniapp-root .auth-card__body{padding:20px 22px 22px;display:grid;gap:16px}.admin-auth-miniapp-root .grid{display:grid;gap:12px}.admin-auth-miniapp-root .grid--two{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.admin-auth-miniapp-root .panel{border:1px solid rgba(74,100,140,.1);border-radius:18px;padding:14px;display:grid;gap:8px;background:linear-gradient(180deg,#fffffffa,#f3f0eac7);box-shadow:var(--shadow-xs)}.admin-auth-miniapp-root .note-box{border:1px dashed rgba(74,100,140,.18);background:linear-gradient(180deg,#f8f5eff5,#fffffff5);border-radius:18px;padding:13px 14px;display:grid;gap:6px;color:var(--text-soft)}.admin-auth-miniapp-root .note-box strong{color:var(--text-main)}.admin-auth-miniapp-root .message{border-radius:16px;padding:13px 14px;font-size:14px;line-height:1.55;box-shadow:var(--shadow-xs)}.admin-auth-miniapp-root .message.success{background:var(--success-bg);color:var(--success-text);border:1px solid var(--success-border)}.admin-auth-miniapp-root .message.error{background:var(--danger-bg);color:var(--danger-text);border:1px solid var(--danger-border)}.admin-auth-miniapp-root .message.info{background:var(--info-bg);color:var(--info-text);border:1px solid var(--info-border)}.admin-auth-miniapp-root .actions{display:flex;gap:10px;flex-wrap:wrap}.admin-auth-miniapp-root .muted{color:var(--text-soft)}.admin-auth-miniapp-root .large-code{word-break:break-all;padding:12px;border-radius:14px;background:#2b2f33;color:#f4f0e9;font-size:13px}.admin-auth-miniapp-root .kv{display:grid;gap:6px}.admin-auth-miniapp-root .kv div{word-break:break-word}.admin-auth-miniapp-root .debug-panel{width:100%;border:1px solid rgba(74,100,140,.12);border-radius:22px;background:linear-gradient(180deg,#ffffffd6,#f3f0eacc);box-shadow:var(--shadow-sm);overflow:hidden}.admin-auth-miniapp-root .debug-panel[open]{border-color:#4a648c29}.admin-auth-miniapp-root .debug-panel__summary{list-style:none;cursor:pointer;padding:16px 18px;font-weight:700;color:var(--text-main);display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-auth-miniapp-root .debug-panel__summary::-webkit-details-marker{display:none}.admin-auth-miniapp-root .debug-panel__summary:after{content:"Открыть";display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;background:var(--brand-soft);color:var(--brand-strong);border:1px solid rgba(74,100,140,.16);font-size:12px;font-weight:700}.admin-auth-miniapp-root .debug-panel[open] .debug-panel__summary:after{content:"Свернуть"}.admin-auth-miniapp-root .debug-panel__body{padding:0 18px 18px;display:grid;gap:14px}.admin-auth-miniapp-root .debug-panel__meta-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.admin-auth-miniapp-root .debug-panel__meta-item{border:1px solid rgba(74,100,140,.1);border-radius:16px;padding:12px;background:#ffffffd1;display:grid;gap:6px}.admin-auth-miniapp-root .debug-panel__meta-item--full{grid-column:1 / -1}.admin-auth-miniapp-root .debug-panel__label{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.admin-auth-miniapp-root .debug-panel__value{color:var(--text-main);line-height:1.55;word-break:break-word}.admin-auth-miniapp-root .debug-panel__value--code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px}.admin-auth-miniapp-root .debug-panel__section{display:grid;gap:10px}.admin-auth-miniapp-root .debug-panel__section-title{font-size:14px;font-weight:700;color:var(--text-main)}.admin-auth-miniapp-root .debug-panel__events{display:grid;gap:10px}.admin-auth-miniapp-root .debug-panel__event{border:1px solid rgba(74,100,140,.1);border-radius:16px;padding:12px;background:#ffffffd1;display:grid;gap:5px}.admin-auth-miniapp-root .debug-panel__event-title{font-weight:700;color:var(--text-main)}.admin-auth-miniapp-root .debug-panel__event-meta,.admin-auth-miniapp-root .debug-panel__event-details{color:var(--text-soft);font-size:13px;line-height:1.5;word-break:break-word}.admin-auth-miniapp-root .miniapp-brand{display:grid;gap:12px;justify-items:start;margin-bottom:12px}.admin-auth-miniapp-root .miniapp-brand__logo{display:block;width:auto;height:44px;object-fit:contain}.admin-auth-miniapp-root .miniapp-brand__chip{display:inline-flex;align-items:center;min-height:30px;border-radius:999px;padding:0 12px;background:var(--brand-soft);border:1px solid rgba(74,100,140,.16);color:var(--brand-strong);font-size:12px;font-weight:700;letter-spacing:.01em}.admin-auth-miniapp-root .auth-card__header--brand{padding-top:24px}.admin-auth-miniapp-root .auth-loader-wrap{display:flex;justify-content:center;padding:10px 0 2px}.admin-auth-miniapp-root .auth-loader{width:34px;height:34px;border-radius:999px;border:3px solid rgba(74,100,140,.16);border-top-color:var(--brand);animation:admin-auth-spin .9s linear infinite}.admin-auth-miniapp-root .summary-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.admin-auth-miniapp-root .summary-card{border-radius:18px;padding:14px;background:#ffffffd6;border:1px solid rgba(74,100,140,.1);display:grid;gap:6px}.admin-auth-miniapp-root .summary-card__label{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.admin-auth-miniapp-root .summary-card__text{color:var(--text-main);line-height:1.55}.admin-auth-miniapp-root .auth-phone-field{gap:10px}.admin-auth-miniapp-root .button-primary{background:var(--brand);color:#fff;border-color:#4a648c3d}.admin-auth-miniapp-root .button-primary:hover{background:var(--brand-strong)}.admin-auth-miniapp-root .button-secondary{background:#fffffff5;color:var(--text-main)}@keyframes admin-auth-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:640px){.admin-auth-miniapp-root .auth-screen,.admin-auth-miniapp-root .auth-shell{padding:14px}.admin-auth-miniapp-root .auth-card__header,.admin-auth-miniapp-root .auth-card__body,.admin-auth-miniapp-root .debug-panel__summary,.admin-auth-miniapp-root .debug-panel__body{padding-left:16px;padding-right:16px}.admin-auth-miniapp-root .actions>button,.admin-auth-miniapp-root .actions>a{width:100%}.admin-auth-miniapp-root .miniapp-brand__logo{height:38px}}:root{color-scheme:light;font-family:Onest,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.35;font-weight:400;--brand: #4a648c;--brand-deep: #3e5679;--brand-soft: #e8eef5;--bg: #faf8f4;--surface: #ffffff;--surface-soft: #f5f7fa;--text: #2b2f33;--text-soft: #6b7280;--line: #dce3ea;--success: #2e8b57;--warning: #d39b2a;--danger: #c95c5c;--accent: #c97a5b;--shadow-card: 0 8px 24px rgba(43, 47, 51, .06);--shadow-soft: 0 4px 12px rgba(43, 47, 51, .04);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{min-height:100%;min-height:100dvh;margin:0}body{min-height:100dvh;background:var(--bg);color:var(--text)}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;min-height:100dvh;background:radial-gradient(circle at top,rgba(74,100,140,.08),transparent 30%),var(--bg)}.app-shell__frame{width:min(100%,480px);margin:0 auto;min-height:100vh;min-height:100dvh;padding:max(12px,env(safe-area-inset-top)) 16px calc(92px + env(safe-area-inset-bottom)) 16px;display:flex;flex-direction:column;gap:16px;min-width:0}.app-shell__content,.page-stack{min-width:0}.topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-top:8px}.topbar__eyebrow{color:var(--text-soft);font-size:12px;margin-bottom:4px}.topbar__title{margin:0;font-size:24px;line-height:1.1;letter-spacing:-.02em}.topbar__meta{min-height:32px;padding:7px 12px;font-size:12px;color:var(--brand-deep);font-weight:700}.app-shell__content,.page-stack{display:flex;flex-direction:column;gap:16px}.section-card{border-radius:18px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-card);padding:16px}.section-card--soft{background:#f7fafc}.section-card--brand{background:linear-gradient(180deg,#fff,#f7fbff)}.section-card--accent{background:linear-gradient(180deg,#fffaf4,#fff)}.section-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.section-card__title{margin:0;font-size:18px;line-height:1.15}.section-card__subtitle{color:var(--text-soft);font-size:14px;margin-top:4px}.home-header{display:flex;flex-direction:column;gap:12px}.home-header__title-row{display:flex;align-items:flex-start;gap:12px}.house-avatar{width:48px;height:48px;border-radius:14px;background:var(--brand-soft);display:grid;place-items:center;font-size:22px;flex:0 0 auto}.house-header-text{min-width:0;flex:1 1 auto}.house-title-clamp{font-size:20px;line-height:1.15;font-weight:800;letter-spacing:-.02em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.house-subline{color:var(--text-soft);font-size:14px;margin-top:6px}.home-header__pills,.chip-row,.summary-row,.search-type-grid{display:flex;flex-wrap:wrap;gap:8px}.status-pill{min-height:32px;padding:7px 12px;border-radius:999px;display:inline-flex;align-items:center;font-size:13px;font-weight:700}.status-pill--success{background:#2e8b571f;color:var(--success)}.status-pill--warning{background:#d39b2a24;color:#9d6a00}.status-pill--neutral{background:var(--brand-soft);color:var(--brand-deep)}.status-pill--danger{background:#c95c5c1f;color:var(--danger)}.primary-button,.ghost-button,.soft-action,.primary-button--icon{min-height:48px;border-radius:16px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .15s ease,opacity .15s ease,background-color .15s ease}.primary-button,.primary-button--icon{background:var(--brand);color:#fff;font-weight:700}.ghost-button{background:var(--brand-soft);color:var(--brand-deep);font-weight:700}.soft-action{background:var(--surface-soft);color:var(--text);font-weight:600;min-width:0;flex:1 1 calc(50% - 4px)}.soft-action--active{background:var(--brand-soft);color:var(--brand-deep)}.primary-button--icon{min-width:88px}.text-input{width:100%;min-height:48px;padding:0 14px;border-radius:16px;border:1px solid var(--line);background:var(--surface);color:var(--text)}.search-inline{display:flex;gap:8px;margin-top:12px}.section-note{color:var(--text-soft);font-size:14px;margin:0}.urgent-banner{min-height:44px;padding:10px 12px;border-radius:14px;background:#c95c5c1f;color:var(--danger);font-weight:700;margin-bottom:12px}.summary-metric{min-width:120px;flex:1 1 0;border-radius:16px;padding:12px;background:var(--surface-soft);display:flex;flex-direction:column;gap:4px}.summary-metric strong{font-size:20px}.summary-metric span{color:var(--text-soft);font-size:13px}.soft-chip{min-height:32px;padding:7px 12px;border-radius:999px;background:var(--surface-soft);color:var(--text);font-size:13px;display:inline-flex;align-items:center}.mini-list{display:flex;flex-direction:column;gap:10px}.mini-list__item{border-radius:16px;border:1px solid var(--line);padding:12px;background:var(--surface)}.mini-list__title{font-weight:700;margin-bottom:4px}.mini-list__text{color:var(--text-soft);font-size:14px}.card-feature-list{display:grid;gap:6px;color:var(--text-soft);font-size:14px;margin-bottom:12px}.coming-soon-tile{min-height:72px;border-radius:16px;border:1px dashed var(--line);background:repeating-linear-gradient(-45deg,#4a648c0f,#4a648c0f 10px,#4a648c05 10px 20px);display:flex;align-items:center;justify-content:center;padding:12px;color:var(--text-soft);text-align:center}.bottom-nav{position:fixed;left:50%;bottom:0;transform:translate(-50%);width:min(100%,480px);padding:8px 12px calc(8px + env(safe-area-inset-bottom)) 12px;background:linear-gradient(180deg,#faf8f400,#faf8f4f5 28%,#faf8f4fc);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.bottom-nav__item{min-height:60px;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--text-soft)}.bottom-nav__item--active{background:var(--surface);color:var(--brand-deep);box-shadow:var(--shadow-soft)}.bottom-nav__icon{font-size:18px;line-height:1}.bottom-nav__label{font-size:12px;font-weight:700}.form-grid{display:grid;gap:12px;margin-top:12px}.field{display:grid;gap:8px}.field span{font-size:14px;font-weight:700}.app-state{min-height:100vh;padding:24px;background:var(--bg);display:flex;flex-direction:column;gap:12px;color:var(--text)}.app-state--center{align-items:center;justify-content:center;text-align:center}.app-state__title{font-size:24px;font-weight:800;line-height:1.1}.app-state__text{max-width:340px;color:var(--text-soft);font-size:15px}.loading-spinner{width:42px;height:42px;border-radius:999px;border:3px solid rgba(74,100,140,.18);border-top-color:var(--brand);animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:359px){.app-shell__frame{padding-left:12px;padding-right:12px}.topbar__title{font-size:22px}.section-card{padding:14px;border-radius:16px}.house-title-clamp{font-size:18px}}.topbar__side{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.topbar__house{margin-top:6px;color:var(--text-soft);font-size:13px}.ghost-button--compact{min-height:36px;padding:0 12px;border-radius:999px}.mini-list__meta{color:var(--brand-deep);font-size:12px;margin-top:8px}.sheet-backdrop{position:fixed;inset:0;background:#2b2f335c;display:flex;align-items:flex-end;justify-content:center;padding:16px;z-index:50}.sheet{width:min(100%,480px);background:var(--surface);border-radius:24px 24px 0 0;padding:12px 16px calc(20px + env(safe-area-inset-bottom)) 16px;box-shadow:0 -12px 30px #2b2f332e}.sheet__handle{width:48px;height:5px;border-radius:999px;background:var(--line);margin:0 auto 12px}.sheet__title{font-size:18px;font-weight:800;margin-bottom:4px}.sheet__subtitle{color:var(--text-soft);font-size:14px;margin-bottom:16px}.sheet-list{display:grid;gap:10px}.sheet-list__item{width:100%;text-align:left;border-radius:16px;padding:14px;background:var(--surface-soft);border:1px solid var(--line)}.sheet-list__item--active{background:var(--brand-soft);border-color:#4a648c2e}.sheet-list__title{font-weight:700;margin-bottom:4px}.sheet-list__text{color:var(--text-soft);font-size:14px}.profile-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.profile-summary-tile{border-radius:16px;background:var(--surface-soft);border:1px solid var(--line);padding:12px}.profile-summary-tile__label{font-size:12px;color:var(--text-soft);margin-bottom:6px}.profile-summary-tile__value{font-size:18px;font-weight:800}.attention-list{display:flex;flex-direction:column;gap:8px}.attention-list__item{border-radius:14px;background:#d39b2a1a;color:#8a6200;padding:10px 12px;font-size:14px}.empty-soft{border-radius:14px;background:var(--surface-soft);border:1px dashed var(--line);padding:14px;color:var(--text-soft)}.actions-row{display:flex;flex-wrap:wrap;gap:8px}@media(max-width:359px){.profile-summary-grid{grid-template-columns:1fr}}.inline-error{border-radius:14px;padding:12px 14px;background:#c95c5c1a;color:#8f3535;border:1px solid rgba(201,92,92,.18)}.chat-rules-card{border-radius:16px;padding:14px;background:#4a648c14;border:1px solid rgba(74,100,140,.14)}.chat-rules-card__title{font-weight:800;margin-bottom:6px}.chat-rules-card__text{color:var(--text-soft);font-size:14px}.chat-card__group{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.chat-card__label{font-size:12px;color:var(--text-soft);text-transform:uppercase;letter-spacing:.04em}.chat-card__text{font-size:15px;font-weight:700}.chat-card__subtext{color:var(--text-soft);font-size:14px}.chat-result-box{display:flex;flex-direction:column;gap:10px;margin-top:12px;margin-bottom:12px;border-radius:16px;padding:14px;background:var(--surface-soft);border:1px solid var(--line)}.chat-result-box__row{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-result-box__text{color:var(--text-soft);font-size:14px}.actions-row{display:flex;flex-wrap:wrap;gap:10px}.search-action-row{display:grid;gap:10px;margin-top:12px}.inline-error,.inline-success{margin-top:12px;border-radius:14px;padding:12px 14px;font-size:14px}.inline-error{background:#c95c5c1a;color:var(--danger)}.inline-success{background:#2e8b571a;color:var(--success)}.result-limit-note{color:var(--text-soft);font-size:13px;margin-bottom:12px}.search-result-stack{display:grid;gap:14px}.search-result-empty{border-radius:16px;padding:14px;background:var(--surface-soft);color:var(--text)}.search-result-empty strong{display:block;margin-bottom:6px}.search-object-card{border-radius:16px;padding:14px;background:linear-gradient(180deg,#fff,#f7fbff);border:1px solid var(--line)}.search-object-card__title{font-size:18px;line-height:1.15;font-weight:800;letter-spacing:-.02em}.search-object-card__meta{margin-top:6px;color:var(--text-soft);font-size:14px;display:flex;flex-wrap:wrap;gap:8px}.watch-card{border-radius:16px;border:1px solid var(--line);background:var(--surface);padding:14px;display:grid;gap:12px}.watch-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.watch-card__title{font-weight:800;margin-bottom:4px}.watch-card__text,.watch-card__limit{color:var(--text-soft);font-size:14px}.topbar--brand{align-items:center}.topbar__brand-block{display:flex;align-items:flex-start;gap:12px;min-width:0;flex:1 1 auto}.topbar__wordmark{width:96px;height:auto;flex:0 0 auto;margin-top:4px}.topbar__title-stack{min-width:0}.topbar__meta--source{border-radius:999px;background:var(--brand-soft)}.home-hero{position:relative;overflow:hidden;border-radius:24px;border:1px solid rgba(74,100,140,.14);background:linear-gradient(180deg,#fff,#f5f9ff);box-shadow:var(--shadow-card)}.home-hero__media,.home-hero__image,.home-hero__placeholder,.home-hero__overlay{position:absolute;inset:0}.home-hero__image{width:100%;height:100%;object-fit:cover}.home-hero__placeholder{background:radial-gradient(circle at top right,rgba(74,100,140,.18),transparent 34%),linear-gradient(180deg,#ffffffe6,#f2f7fcf5);display:grid;place-items:center}.home-hero__placeholder-logo{width:150px;max-width:42%;opacity:.14}.home-hero__overlay{background:linear-gradient(180deg,#faf8f42e,#faf8f4cc 40%,#faf8f4f5)}.home-hero__content{position:relative;z-index:1;padding:18px 16px 16px;display:flex;flex-direction:column;gap:16px}.home-hero__brand-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.home-hero__wordmark{width:108px;max-width:40%;height:auto}.home-hero__eyebrow{color:var(--text-soft);font-size:12px;margin-bottom:6px}.home-hero__title{font-size:28px;line-height:1.02;letter-spacing:-.03em;font-weight:800}.home-hero__address{color:var(--text-soft);font-size:14px;margin-top:8px}.home-hero__pills{display:flex;flex-wrap:wrap;gap:8px}.home-hero__summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.hero-metric-tile{border-radius:16px;padding:12px;background:#ffffffc7;border:1px solid rgba(220,227,234,.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;gap:4px}.hero-metric-tile strong{font-size:20px}.hero-metric-tile span{color:var(--text-soft);font-size:12px}.search-shortcuts-note{margin-top:12px;color:var(--text-soft);font-size:14px}.premium-card{display:grid;gap:14px;border-radius:18px;padding:16px;border:1px solid var(--line);background:linear-gradient(180deg,#fff,#f7fafc)}.premium-card--active{background:linear-gradient(180deg,#4a648c14,#fff);border-color:#4a648c2e}.premium-card__brand-row{display:flex;align-items:center;gap:12px}.premium-card__symbol{width:40px;height:40px;border-radius:14px;flex:0 0 auto}.premium-card__title{font-size:18px;font-weight:800;line-height:1.1}.premium-card__subtitle,.premium-card__helper{color:var(--text-soft);font-size:14px}.premium-card__actions{display:flex;flex-wrap:wrap;gap:10px}.house-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.house-hub-card{display:grid;gap:6px;min-height:92px;border-radius:18px;padding:14px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-soft)}.house-hub-card__title{font-weight:800;line-height:1.15}.house-hub-card__text{color:var(--text-soft);font-size:14px}@media(max-width:359px){.topbar__wordmark{width:82px}.home-hero__title{font-size:24px}.home-hero__summary-grid,.house-hub-grid{grid-template-columns:1fr}}.nesso-card-hero{display:grid;gap:16px;padding:18px;border-radius:24px;border:1px solid rgba(74,100,140,.12);background:radial-gradient(circle at top right,rgba(74,100,140,.12),transparent 38%),linear-gradient(180deg,#fff,#f7fbff);box-shadow:var(--shadow-card)}.nesso-card-hero--active{background:radial-gradient(circle at top right,rgba(46,139,87,.14),transparent 42%),linear-gradient(180deg,#fff,#f5fbf7)}.nesso-card-hero__brand-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.nesso-card-hero__wordmark{width:128px;height:auto;display:block}.nesso-card-hero__eyebrow{color:var(--text-soft);font-size:12px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.nesso-card-hero__title{font-size:28px;line-height:1.04;font-weight:800;letter-spacing:-.03em}.nesso-card-hero__subtitle{margin-top:10px;color:var(--text-soft);font-size:15px}.nesso-card-hero__house-note{color:var(--brand-deep);font-size:13px;font-weight:700}.nesso-card-info-grid{display:grid;gap:12px}.nesso-card-info-box{border-radius:18px;border:1px solid var(--line);background:var(--surface);padding:14px}.nesso-card-info-box__title{font-weight:800;margin-bottom:6px}.nesso-card-info-box__text{color:var(--text-soft);font-size:14px}.nesso-card-benefits{display:grid;gap:10px}.nesso-card-benefit-item{display:grid;grid-template-columns:10px 1fr;gap:10px;align-items:start;border-radius:16px;border:1px solid var(--line);background:var(--surface);padding:12px 14px}.nesso-card-benefit-item__dot{width:10px;height:10px;border-radius:999px;background:var(--brand);margin-top:5px}.nesso-card-note{color:var(--text);font-size:15px;line-height:1.45}.nesso-card-cta-stack{display:grid;gap:14px}.app-shell--v2{background:radial-gradient(circle at top,rgba(74,100,140,.12),transparent 26%),linear-gradient(180deg,#f6f3ee,#faf8f4 28% 100%)}.app-shell__frame--v2{gap:18px}.topbar--home{align-items:center;padding-top:4px}.topbar--home .topbar__brand-block{align-items:center}.topbar--home .topbar__wordmark{width:114px}.topbar__wordmark{width:110px;height:auto;display:block}.topbar__brand-block{display:flex;align-items:flex-start;gap:14px}.topbar__meta--source{background:#4a648c14}.bottom-nav--v2{padding-top:10px;background:linear-gradient(180deg,#faf8f400,#faf8f4db 22%,#faf8f4f7)}.bottom-nav--v2 .bottom-nav__item{min-height:64px}.bottom-nav--v2 .bottom-nav__item--active{border:1px solid rgba(74,100,140,.1)}.bottom-nav__icon svg{width:20px;height:20px;display:block}.page-stack--home-v2{gap:14px}.home-hero-v2{position:relative;overflow:hidden;border-radius:28px;padding:18px;color:#fff;background:linear-gradient(180deg,#04192e,#082747);box-shadow:0 18px 36px #04192e2e}.home-hero-v2__bg{position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(33,115,255,.24),transparent 30%),radial-gradient(circle at bottom center,rgba(255,255,255,.06),transparent 34%);pointer-events:none}.home-hero-v2>*{position:relative;z-index:1}.home-hero-v2__top-row{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.home-hero-v2__house-main{display:flex;align-items:flex-start;gap:12px;min-width:0;flex:1 1 auto}.home-hero-v2__avatar-wrap{width:56px;height:56px;border-radius:18px;overflow:hidden;flex:0 0 auto;background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.home-hero-v2__avatar-image{width:100%;height:100%;object-fit:cover;display:block}.home-hero-v2__avatar-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#fff}.home-hero-v2__avatar-placeholder svg{width:26px;height:26px}.home-hero-v2__title-wrap{min-width:0}.home-hero-v2__eyebrow{font-size:12px;color:#ffffffb8;margin-bottom:4px}.home-hero-v2__title{font-size:27px;line-height:1.05;font-weight:800;letter-spacing:-.03em}.home-hero-v2__subtitle{font-size:15px;line-height:1.3;color:#ffffffc2;margin-top:6px}.home-hero-v2__notify{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:#fff;background:#ffffff14;border:1px solid rgba(255,255,255,.1);position:relative;flex:0 0 auto}.home-hero-v2__notify svg{width:20px;height:20px}.home-hero-v2__notify-badge{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#2173ff;color:#fff;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;border:2px solid #082747}.home-hero-v2__pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.home-hero-v2 .status-pill--success{background:#2e8b5738;color:#9ae8bb}.home-hero-v2 .status-pill--warning{background:#d39b2a3d;color:#ffd47d}.home-hero-v2 .status-pill--neutral{background:#ffffff1a;color:#ffffffe6}.home-hero-v2 .status-pill--danger{background:#c95c5c38;color:#ffb5b5}.home-hero-v2__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px}.home-hero-v2__stat{border-radius:18px;padding:14px;background:#ffffff14;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home-hero-v2__stat strong{font-size:26px;font-weight:800;display:block;margin-bottom:4px}.home-hero-v2__stat span{font-size:13px;color:#ffffffc2}.home-module{border-radius:24px;padding:16px;border:1px solid rgba(74,100,140,.08);box-shadow:var(--shadow-card)}.home-module--messages{background:linear-gradient(180deg,#fff4e8,#fffaf3)}.home-module--search{background:linear-gradient(180deg,#eaf2ff,#f3f7ff)}.home-module--data{background:linear-gradient(180deg,#fff,#fbfbfd)}.home-module--chats{background:linear-gradient(180deg,#f3f0ff,#faf8ff)}.home-module--watch{background:linear-gradient(180deg,#ebfaf4,#f7fffb)}.home-module--reference{background:linear-gradient(180deg,#fff,#fafafa)}.home-module--nesso{background:linear-gradient(180deg,#eef3ff,#fafcff)}.home-module--nesso-active{background:linear-gradient(180deg,#eaf8ef,#f7fdf9)}.home-module__stack-tight{display:grid;gap:12px}.home-module__header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.home-module__header-row--compact{margin-bottom:0}.home-module__left{display:flex;gap:12px;align-items:flex-start;min-width:0;flex:1 1 auto}.home-module__icon-badge{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;flex:0 0 auto}.home-module__icon-badge svg{width:22px;height:22px}.home-module__icon-badge--messages{background:#e9a2492e;color:#c77f21}.home-module__icon-badge--search{background:#2173ff1f;color:#2173ff}.home-module__icon-badge--data{background:#4a648c1a;color:var(--brand-deep)}.home-module__icon-badge--chats{background:#735ee424;color:#6e59d9}.home-module__icon-badge--watch{background:#2e8b5724;color:#258456}.home-module__icon-badge--reference{background:#4a648c17;color:var(--brand-deep)}.home-module__icon-badge--nesso{background:#c97a5b24;color:var(--accent)}.home-module__title{font-size:18px;line-height:1.12;font-weight:800;letter-spacing:-.02em}.home-module__subtitle{margin-top:4px;color:var(--text-soft);font-size:14px;line-height:1.35}.home-module__cta,.home-module__link{min-height:44px;border-radius:16px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;white-space:nowrap}.home-module__cta{background:#4f6c9b;color:#fff}.home-module__cta--primary{background:#2173ff}.home-module__link{color:#2173ff;background:#2173ff14}.home-module__helper{margin-top:12px;color:var(--text-soft);font-size:14px;line-height:1.42}.home-module__alert{margin-top:12px;border-radius:16px;padding:12px 14px;font-size:14px;font-weight:700}.home-module__alert--danger{background:#c95c5c24;color:var(--danger)}.home-search-pills{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.home-search-pill{min-height:46px;border-radius:14px;background:#ffffffa6;color:var(--text);display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:700;border:1px solid rgba(74,100,140,.08);white-space:nowrap}.home-search-pill__icon{color:var(--brand-deep);display:inline-flex}.home-search-pill__icon svg{width:16px;height:16px}.home-search-bar{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.home-search-bar__fake-input{min-height:50px;border-radius:16px;background:#fffc;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid rgba(74,100,140,.08)}.home-search-bar__search-icon{color:#2173ff;display:inline-flex}.home-search-bar__search-icon svg{width:18px;height:18px}.home-search-bar__placeholder{color:#7d8da5;font-size:14px}.home-search-bar__button{min-height:50px;border-radius:16px;padding:0 16px;background:#2173ff;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;white-space:nowrap}.chat-preview-list{display:grid;gap:10px;margin-top:12px}.chat-preview-row{display:flex;gap:12px;align-items:center;border-radius:18px;background:#ffffffb8;border:1px solid rgba(74,100,140,.08);padding:12px}.chat-preview-row__icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#6e59d91f;color:#6e59d9;flex:0 0 auto}.chat-preview-row__icon svg{width:20px;height:20px}.chat-preview-row__body{min-width:0;flex:1 1 auto}.chat-preview-row__title{font-weight:800;margin-bottom:4px}.chat-preview-row__status{font-size:14px}.chat-preview-row__status--success{color:var(--success)}.chat-preview-row__status--warning{color:#9d6a00}.chat-preview-row__status--neutral{color:var(--text-soft)}.home-module__watch-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.home-watch-mini-list .mini-list__item--soft-fill{background:#ffffffb3}.home-reference-grid{display:grid;gap:10px;margin-top:12px}.home-reference-item{display:flex;gap:12px;align-items:flex-start;border-radius:18px;background:#ffffffd1;border:1px solid rgba(74,100,140,.08);padding:12px}.home-reference-item__icon{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#4a648c14;color:var(--brand-deep);flex:0 0 auto}.home-reference-item__icon svg{width:18px;height:18px}.home-reference-item__title{font-weight:800;margin-bottom:4px}.home-reference-item__text{color:var(--text-soft);font-size:14px}.house-hub-grid--v2 .house-hub-card{border-radius:20px;padding:16px;border:1px solid rgba(74,100,140,.08);background:#fff;box-shadow:var(--shadow-soft)}.house-hub-card{display:grid;gap:8px}.house-hub-card__icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#4a648c14;color:var(--brand-deep)}.house-hub-card__icon svg{width:20px;height:20px}.house-hub-card--profile .house-hub-card__icon{background:#4a648c14}.house-hub-card--chats .house-hub-card__icon{background:#6e59d91f;color:#6e59d9}.house-hub-card--watch .house-hub-card__icon{background:#2e8b571f;color:var(--success)}.house-hub-card--reference .house-hub-card__icon{background:#2173ff1a;color:#2173ff}@media(max-width:359px){.home-hero-v2{padding:16px;border-radius:24px}.home-hero-v2__stats{grid-template-columns:1fr}.home-search-pills{grid-template-columns:repeat(2,minmax(0,1fr))}.home-search-bar{grid-template-columns:1fr}}.home-module__helper--compact{margin-top:10px}.home-module__footer-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.home-premium-feature-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.home-premium-feature-chip{min-height:32px;padding:7px 12px;border-radius:999px;background:#ffffffbf;border:1px solid rgba(74,100,140,.08);color:var(--text);font-size:13px;display:inline-flex;align-items:center}.home-module--watch{padding-bottom:14px}.home-watch-mini-list .mini-list__item{padding:12px 14px}.home-reference-grid{gap:8px}.home-reference-item{padding:11px 12px}.home-reference-item__title{margin-bottom:3px}.home-reference-item__text{line-height:1.35}@media(max-width:359px){.home-module__footer-row{flex-direction:column;align-items:stretch}}.home-hero-v2{padding:16px;border-radius:26px}.home-hero-v2__title{font-size:23px;line-height:1.08;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-hero-v2__subtitle{font-size:14px;margin-top:5px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-hero-v2__notify{width:40px;height:40px;border-radius:13px}.home-search-pills{grid-template-columns:repeat(3,minmax(0,1fr)) 68px}.home-search-pill{min-height:58px;padding:8px 6px;flex-direction:column;gap:5px}.home-search-pill__icon svg{width:18px;height:18px}.home-search-pill__label{font-size:12px;line-height:1.05;text-align:center;white-space:normal;text-wrap:balance}.home-search-pills .home-search-pill:last-child{min-height:58px}@media(max-width:359px){.home-search-pills{grid-template-columns:repeat(3,minmax(0,1fr)) 58px}.home-hero-v2__title{font-size:21px}}.home-hero-v2__switch-hint{margin-top:8px;color:#ffffffb8;font-size:13px}.settings-grid{display:grid;gap:12px}.settings-tile{display:grid;gap:8px;padding:14px;border-radius:18px;border:1px solid var(--line);background:var(--surface)}.settings-tile__icon,.settings-placeholder-row__icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:var(--surface-soft);color:var(--brand-deep)}.settings-tile__icon svg,.settings-placeholder-row__icon svg{width:20px;height:20px}.settings-tile__title,.settings-placeholder-row__title{font-weight:800}.settings-tile__text,.settings-placeholder-row__text{color:var(--text-soft);font-size:14px;line-height:1.4}.settings-placeholder-row{display:flex;align-items:flex-start;gap:12px}.chat-rules-preview{display:grid;gap:12px;border-radius:20px;background:#ffffffb8;border:1px solid rgba(74,100,140,.08);padding:14px}.chat-rules-preview__row{display:flex;gap:12px;align-items:flex-start}.chat-rules-preview__icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#4a648c14;color:var(--brand-deep);flex:0 0 auto}.chat-rules-preview__icon svg{width:20px;height:20px}.chat-rules-preview__title{font-weight:800;margin-bottom:4px}.chat-rules-preview__text,.chat-rules-preview__expanded p{color:var(--text-soft);font-size:14px;line-height:1.45;margin:0}.chat-rules-preview__expanded{display:grid;gap:10px;padding-top:2px}.chat-card__group--soft{border-radius:18px;background:#4a648c0d;padding:12px;margin-bottom:12px}.message-thread-list{display:grid;gap:10px}.message-thread-card{display:flex;gap:12px;align-items:flex-start;border-radius:20px;border:1px solid rgba(74,100,140,.1);background:#fff;padding:14px;box-shadow:var(--shadow-soft)}.message-thread-card__icon{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;background:#4a648c14;color:var(--brand-deep);flex:0 0 auto}.message-thread-card__icon svg{width:20px;height:20px}.message-thread-card__body{min-width:0;flex:1 1 auto}.message-thread-card__top-row,.message-thread-card__bottom-row{display:flex;justify-content:space-between;gap:12px;align-items:center}.message-thread-card__name{font-size:18px;line-height:1.15;font-weight:800}.message-thread-card__meta-row{display:flex;flex-wrap:wrap;gap:6px;color:var(--text-soft);font-size:14px;line-height:1.4;margin-top:8px}.message-thread-card__meta-row span:not(:last-child):after{content:"·";margin-left:6px}.message-thread-card__unread{display:inline-flex;min-height:28px;align-items:center;padding:0 10px;border-radius:999px;background:#2173ff1a;color:#2173ff;font-size:13px;font-weight:700;margin-top:10px}.message-thread-card__quiet{color:var(--text-soft);font-size:13px;margin-top:10px}.profile-row-head{display:flex;gap:12px;align-items:flex-start}.profile-row-head__icon,.profile-contact-row__icon,.reference-entry-card__icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:var(--surface-soft);color:var(--brand-deep);flex:0 0 auto}.profile-row-head__icon svg,.profile-contact-row__icon svg,.reference-entry-card__icon svg{width:20px;height:20px}.profile-contact-list{display:grid;gap:10px}.profile-contact-row{display:flex;gap:12px;align-items:flex-start;border-radius:18px;border:1px solid var(--line);background:var(--surface);padding:12px}.reference-entry-list{display:grid;gap:12px}.reference-entry-card{border-radius:20px;border:1px solid var(--line);background:var(--surface);padding:14px}.reference-entry-card--pinned{background:linear-gradient(180deg,#fff,#fbfcff)}.reference-entry-card__main-row{display:flex;gap:12px;align-items:flex-start}.reference-entry-card__content{min-width:0;flex:1 1 auto}.reference-entry-card__title{font-size:18px;line-height:1.15;font-weight:800}.reference-entry-card__summary{color:var(--text-soft);margin-top:6px}.reference-entry-card__meta-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.reference-entry-card__meta-pill{min-height:30px;padding:6px 10px;border-radius:999px;background:var(--surface-soft);color:var(--text-soft);font-size:13px;display:inline-flex;align-items:center}.launch-card{width:100%;max-width:640px;border-radius:24px;padding:24px;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 16px 40px #0000000f;text-align:left}.launch-eyebrow{display:inline-flex;padding:6px 10px;border-radius:999px;background:#1f6feb14;color:#1f6feb;font-size:13px;font-weight:700;margin-bottom:14px}.launch-stack{display:grid;gap:12px}.launch-profile-summary{display:grid;gap:12px;margin-top:16px;margin-bottom:18px}.launch-panel{padding:14px;border-radius:14px;border:1px solid rgba(0,0,0,.1);background:#fff}.launch-panel--surface{background:#fff}.launch-panel--brand-soft{background:#1f6feb0f;border:1px solid rgba(31,111,235,.14)}.launch-panel--danger-soft{background:#b423180f;border:1px solid rgba(180,35,24,.14)}.launch-panel--neutral-soft{background:#0000000a;border:1px solid rgba(0,0,0,.08)}.launch-panel__title{font-weight:700;margin-bottom:8px}.launch-chip-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.launch-summary-chip{padding:10px 12px;border-radius:12px;background:#0000000a;border:1px solid rgba(0,0,0,.08)}.launch-summary-chip__label{font-size:12px;opacity:.7;margin-bottom:4px}.launch-summary-chip__value{font-weight:700}.launch-step-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:14px}.launch-step-card{padding:14px;border-radius:14px;background:#fff;border:1px solid rgba(0,0,0,.1)}.launch-step-card__badge{display:inline-flex;padding:4px 8px;border-radius:999px;background:#1f6feb14;color:#1f6feb;font-size:12px;font-weight:700;margin-bottom:10px}.launch-step-card__title{font-weight:700;margin-bottom:6px}.launch-step-card__text{opacity:.8;line-height:1.5}.launch-house-list{margin-top:20px;display:grid;gap:12px}.launch-house-card{text-align:left;padding:16px 18px;border-radius:16px;border:1px solid rgba(0,0,0,.1);background:#fff;width:100%}.launch-house-card__title{font-weight:700;font-size:16px}.launch-house-card__address{margin-top:4px;opacity:.78}.launch-chip-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.launch-chip{padding:6px 10px;border-radius:999px;font-size:13px;font-weight:600}.launch-chip--brand{background:#1f6feb14}.launch-chip--neutral{background:#0000000f}.launch-chip--success{background:#2e8b571a}.launch-actions{display:flex;gap:12px;margin-top:18px;flex-wrap:wrap}.launch-button{min-height:44px;padding:12px 16px;border-radius:12px;font-weight:600}.launch-button--secondary{border:1px solid rgba(0,0,0,.1);background:#fff;color:var(--text)}.launch-button--primary{background:#1f6feb;color:#fff}.launch-button:disabled{cursor:not-allowed;opacity:.72}.launch-consent-list{display:grid;gap:14px}.launch-consent-box{padding:14px;border-radius:14px;border:1px solid rgba(0,0,0,.1);background:#fff}.launch-consent-item{display:flex;gap:12px;align-items:flex-start;padding:14px;border-radius:14px;border:1px solid rgba(0,0,0,.1);background:#fff;cursor:pointer}.launch-consent-item__meta{margin-top:4px;opacity:.75;font-size:14px}.launch-inline-error{margin-top:14px;color:#b42318;font-size:14px}.launch-note-top{margin-top:14px}.launch-note-mid{margin-top:16px}
