@import "https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800&display=swap";:root{color:#0f172a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;font-family:Vazirmatn,Tahoma,Arial,sans-serif}:root[data-theme=dark]{color:#f1f5f9;background:#0b0f17}@media (prefers-color-scheme:dark){:root[data-theme=system]{color:#f1f5f9;background:#0b0f17}}*{box-sizing:border-box}html{direction:rtl;min-width:320px;min-height:100%}body{min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button,select{cursor:pointer}button:disabled{cursor:not-allowed}#root{background:var(--canvas,#f8fafc);min-height:100vh}:root{--canvas:#f8fafc;--surface:#fff;--surface-2:#f1f5f9;--surface-3:#e2e8f0;--line:#e2e8f0;--text:#0f172a;--muted:#64748b;--muted-2:#94a3b8;--brand:#1e3a8a;--brand-soft:#dbeafe;--gold:#d97706;--gold-soft:#ffedd5;--success:#15803d;--danger:#b91c1c;--shadow:0 24px 70px #0f172a17;--shadow-small:0 8px 28px #0f172a12}:root[data-theme=dark]{--canvas:#0b0f17;--surface:#161e2e;--surface-2:#1f293d;--surface-3:#263249;--line:#334155;--text:#f1f5f9;--muted:#94a3b8;--muted-2:#64748b;--brand:#60a5fa;--brand-soft:#172554;--gold:#fbbf24;--gold-soft:#422006;--success:#4ade80;--danger:#f87171;--shadow:0 24px 70px #00000040;--shadow-small:0 8px 28px #0003}@media (prefers-color-scheme:dark){:root[data-theme=system]{--canvas:#0b0f17;--surface:#161e2e;--surface-2:#1f293d;--surface-3:#263249;--line:#334155;--text:#f1f5f9;--muted:#94a3b8;--muted-2:#64748b;--brand:#60a5fa;--brand-soft:#172554;--gold:#fbbf24;--gold-soft:#422006;--success:#4ade80;--danger:#f87171;--shadow:0 24px 70px #00000040;--shadow-small:0 8px 28px #0003}}body{background:var(--canvas);color:var(--text);transition:background .18s,color .18s}.auth-page{width:min(100% - 2rem,78rem);min-height:100vh;margin:0 auto;padding:1.5rem 0 3rem}.auth-page--narrow{width:min(100% - 2rem,58rem)}.auth-page__topbar,.workspace-topbar{justify-content:space-between;align-items:center;gap:1rem;min-height:3.5rem;display:flex}.auth-page__grid{grid-template-columns:minmax(0,1.05fr) minmax(20rem,.75fr);align-items:stretch;gap:1rem;max-width:66rem;margin:clamp(3rem,10vh,7rem) auto 0;display:grid}.brand-mark{color:var(--text);direction:rtl;align-items:center;gap:.7rem;display:inline-flex}.brand-mark__glyph{border:1px solid var(--gold);width:2.8rem;height:2.8rem;color:var(--gold);border-radius:.65rem;place-items:center;font-size:2rem;line-height:1;display:grid;transform:rotate(-30deg)}.brand-mark strong,.brand-mark small{display:block}.brand-mark strong{letter-spacing:-.04em;font-size:1.1rem;font-weight:800}.brand-mark small{color:var(--muted);margin-top:.12rem;font-size:.65rem;font-weight:500}.theme-toggle{border:1px solid var(--line);background:var(--surface);border-radius:.7rem;gap:.15rem;padding:.2rem;display:inline-flex}.theme-toggle button{min-width:2rem;min-height:1.9rem;color:var(--muted);background:0 0;border:0;border-radius:.45rem}.theme-toggle button.is-active{background:var(--surface-3);color:var(--gold)}.auth-card,.board-banner,.filter-panel,.entry-card,.utility-panel,.admin-view,.dialog{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-small);border-radius:1rem}.auth-card{padding:clamp(1.35rem,4vw,2.4rem)}.auth-card--main{min-height:32rem}.auth-card--signal{color:#f1f5f9;min-height:32rem;box-shadow:var(--shadow);background:#0b0f17;border-color:#334155;flex-direction:column;justify-content:flex-end;padding:clamp(1.5rem,4vw,2.8rem);display:flex}.auth-card__intro{max-width:37rem;margin-bottom:1.75rem}.auth-card__intro h1,.workspace-main__heading h1{color:var(--text);letter-spacing:-.06em;margin:.55rem 0 0;font-size:clamp(1.8rem,4vw,3rem);font-weight:700;line-height:1.15}.auth-card__intro p,.auth-card--signal p,.admin-banner p,.utility-panel__intro p{color:var(--muted);margin:.75rem 0 0;font-size:.9rem;line-height:1.9}.auth-card--signal p{color:#94a3b8}.eyebrow{color:var(--brand);letter-spacing:.12em;text-transform:uppercase;font-size:.7rem;font-weight:800}.eyebrow--gold{color:var(--gold)}.auth-tabs{border:1px solid var(--line);background:var(--surface-2);border-radius:.75rem;gap:.35rem;margin-bottom:1.4rem;padding:.25rem;display:flex}.auth-tabs button{min-height:2.4rem;color:var(--muted);background:0 0;border:0;border-radius:.55rem;flex:1;font-size:.8rem;font-weight:700}.auth-tabs button.is-active{background:var(--surface);color:var(--brand);box-shadow:var(--shadow-small)}.form-stack{flex-direction:column;gap:1rem;display:flex}.form-grid{gap:.8rem;display:grid}.form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.field{color:var(--text);flex-direction:column;gap:.4rem;font-size:.78rem;font-weight:700;display:flex}.field input,.field select,.field textarea,.chat-compose input{border:1px solid var(--line);background:var(--surface-2);width:100%;min-height:3rem;color:var(--text);border-radius:.65rem;outline:none;padding:.72rem .85rem;font-size:.85rem;font-weight:500;transition:border-color .14s,box-shadow .14s}.field textarea{resize:vertical;min-height:7rem;line-height:1.8}.field input:focus,.field select:focus,.field textarea:focus,.chat-compose input:focus{border-color:var(--brand);box-shadow:0 0 0 .22rem #60a5fa29}.field small,.qr-panel span,.secret-box small{color:var(--muted);font-size:.7rem;font-weight:500;line-height:1.65}.button{border:1px solid #0000;border-radius:.65rem;min-height:2.9rem;padding:.65rem 1rem;font-size:.8rem;font-weight:800;transition:transform .14s,background .14s,border-color .14s}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.55}.button--wide{width:100%}.button--primary{background:var(--gold);color:#0b0f17}.button--primary:hover:not(:disabled){background:#f59e0b}.button--outline{border-color:var(--line);color:var(--text);background:0 0}.button--outline:hover:not(:disabled){border-color:var(--gold);color:var(--gold)}.notice,.privacy-callout,.setup-note{border-radius:.65rem;flex-direction:column;gap:.25rem;padding:.8rem .95rem;font-size:.78rem;line-height:1.65;display:flex}.notice--error{color:var(--danger);background:#f871711a;border:1px solid #f8717159}.notice--success{color:var(--success);background:#4ade801a;border:1px solid #4ade8059}.privacy-callout{background:var(--gold-soft);color:var(--text);border:1px solid #d9770647}.privacy-callout span{color:var(--muted)}.privacy-callout--strong{margin-bottom:1.1rem}.auth-help{color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-top:1.4rem;font-size:.75rem;display:flex}.auth-help button{color:var(--brand);font-size:inherit;background:0 0;border:0;padding:0;font-weight:700}.signal-mark{color:#fbbf24;border:1px solid #d97706;border-radius:1rem;place-items:center;width:4.6rem;height:4.6rem;margin-bottom:auto;font-size:3.5rem;display:grid;transform:rotate(-30deg)}.auth-card--signal h2{color:#f1f5f9;letter-spacing:-.06em;max-width:20rem;margin:1.2rem 0 0;font-size:clamp(1.6rem,3.5vw,2.5rem);line-height:1.35}.signal-list{gap:.55rem;margin:1.6rem 0;display:grid}.signal-item{color:#94a3b8;border-bottom:1px solid #94a3b829;justify-content:space-between;gap:1rem;padding:.75rem 0;font-size:.75rem;display:flex}.signal-item strong{color:#f1f5f9}.api-badge{color:var(--muted);align-items:center;gap:.45rem;font-size:.7rem;font-weight:600;display:inline-flex}.api-badge span,.status-dot{background:var(--muted-2);border-radius:50%;width:.52rem;height:.52rem}.api-badge--healthy,.api-badge--healthy span,.status-dot{color:var(--success)}.api-badge--healthy span,.status-dot{background:var(--success);box-shadow:0 0 0 .25rem #4ade801f}.api-badge--unavailable,.api-badge--unavailable span{color:var(--danger);background:0 0}.enrollment-card{max-width:58rem;margin:clamp(2rem,8vh,5rem) auto 0}.enrollment-grid{grid-template-columns:minmax(14rem,.8fr) minmax(0,1.2fr);gap:1rem;margin-bottom:1.25rem;display:grid}.qr-panel{border:1px solid var(--line);text-align:center;background:#fff;border-radius:.85rem;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:18rem;padding:1rem;display:flex}.qr-panel img{aspect-ratio:1;width:min(100%,15rem)}.qr-placeholder{aspect-ratio:1;color:#0f172a;place-items:center;width:15rem;display:grid}.enrollment-steps{flex-direction:column;justify-content:center;gap:1rem;display:flex}.enrollment-steps ol{gap:.85rem;margin:0;padding:0 1.3rem 0 0;display:grid}.enrollment-steps li{color:var(--muted);padding-right:.25rem;font-size:.8rem}.enrollment-steps li strong,.enrollment-steps li span{display:block}.enrollment-steps li strong{color:var(--text)}.enrollment-steps li span{margin-top:.15rem}.secret-box{border:1px dashed var(--gold);background:var(--gold-soft);border-radius:.7rem;flex-direction:column;gap:.45rem;padding:.9rem;display:flex}.secret-box span{color:var(--gold);font-size:.75rem;font-weight:800}.secret-box code{overflow-wrap:anywhere;color:var(--text);letter-spacing:.08em;font-family:Consolas,monospace;font-size:.85rem}.workspace-shell{background:var(--canvas);min-height:100vh}.workspace-topbar{border-bottom:1px solid var(--line);width:min(100% - 2rem,88rem);margin:0 auto}.workspace-topbar__center{color:var(--muted);align-items:center;gap:.5rem;font-size:.75rem;display:inline-flex}.workspace-topbar__actions{align-items:center;gap:.65rem;display:flex}.account-chip,.secure-badge{border:1px solid var(--line);color:var(--muted);white-space:nowrap;border-radius:.55rem;align-items:center;gap:.25rem;padding:.45rem .65rem;font-size:.7rem;display:inline-flex}.account-chip b{color:var(--text);font-family:Consolas,monospace;font-size:.65rem}.secure-badge{color:var(--gold);border-color:#d9770659}.icon-button{border:1px solid var(--line);min-height:2.2rem;color:var(--muted);background:0 0;border-radius:.55rem;padding:.4rem .65rem;font-size:.7rem}.icon-button:hover{border-color:var(--gold);color:var(--gold)}.workspace-layout{direction:ltr;grid-template-columns:minmax(15rem,18rem) minmax(0,1fr);width:min(100% - 2rem,88rem);margin:0 auto;display:grid}.workspace-sidebar,.workspace-main{direction:rtl}.workspace-sidebar{border-left:1px solid var(--line);flex-direction:column;gap:1.2rem;min-height:calc(100vh - 4rem);padding:2rem 1rem 2rem 1.5rem;display:flex}.sidebar-status{border:1px solid var(--line);background:var(--surface);border-radius:.75rem;flex-direction:column;gap:.45rem;padding:1rem;display:flex}.sidebar-status strong{font-size:.88rem}.sidebar-status>span:last-child{color:var(--muted);font-size:.7rem}.workspace-nav{gap:.25rem;display:grid}.nav-button{min-height:2.85rem;color:var(--muted);text-align:right;background:0 0;border:1px solid #0000;border-radius:.6rem;align-items:center;gap:.65rem;padding:.5rem .7rem;display:flex}.nav-button>span{width:1.2rem;color:var(--gold);text-align:center;font-size:1rem}.nav-button strong{flex:1;font-size:.76rem}.nav-button small{background:var(--surface-2);min-width:1.5rem;color:var(--muted);text-align:center;border-radius:.4rem;padding:.15rem .25rem}.nav-button:hover,.nav-button.is-active{border-color:var(--line);background:var(--surface);color:var(--text)}.nav-button.is-active{box-shadow:var(--shadow-small)}.workspace-sidebar .api-badge{margin-top:auto;padding:0 .7rem}.workspace-main{min-width:0;padding:2.25rem clamp(1rem,3vw,3rem) 3rem}.workspace-main__heading{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.4rem;display:flex}.workspace-main__heading h1{font-size:clamp(1.6rem,3vw,2.4rem)}.board-banner,.filter-panel,.utility-panel,.admin-view{margin-bottom:1rem;padding:1rem}.board-banner{background:linear-gradient(90deg, var(--surface), var(--surface-2));justify-content:space-between;align-items:center;gap:1rem;display:flex}.board-banner div,.utility-panel__intro,.chat-header,.admin-banner{align-items:flex-start;gap:.8rem;display:flex}.board-banner div{flex-direction:column;gap:.2rem}.board-banner strong,.utility-panel h2,.admin-banner h2,.dialog h2{color:var(--text);margin:0;font-size:1rem}.board-banner span:not(.board-banner__count){color:var(--muted);font-size:.72rem}.board-banner__count{color:var(--gold);white-space:nowrap;font-size:.8rem;font-weight:800}.filter-panel{grid-template-columns:minmax(14rem,1.5fr) repeat(2,minmax(10rem,1fr));gap:.7rem;display:grid}.field--search input{text-align:left;direction:ltr}.entry-grid{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:1rem;display:grid}.entry-card{flex-direction:column;gap:.8rem;min-height:22rem;padding:1rem;display:flex}.entry-card--expired{opacity:.72}.entry-card__topline,.entry-card__reference,.entry-card__meta{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.entry-tag,.entry-category{font-size:.68rem;font-weight:700}.entry-tag--available{color:var(--success)}.entry-tag--needed{color:var(--gold)}.entry-category,.entry-card__meta{color:var(--muted)}.entry-card__reference code{color:var(--gold);letter-spacing:.08em;font-family:Consolas,monospace;font-size:.78rem;font-weight:800}.entry-card__reference button{color:var(--brand);background:0 0;border:0;padding:0;font-size:.68rem}.entry-card h2{color:var(--text);margin:0;font-size:1rem;line-height:1.65}.entry-card__summary{min-height:3.4rem;color:var(--muted);margin:0;font-size:.75rem;line-height:1.85}.entry-card__details{gap:.5rem;margin-top:auto;display:grid}.entry-card__details div{border-bottom:1px solid var(--line);justify-content:space-between;gap:.75rem;padding-bottom:.5rem;display:flex}.entry-card__details span,.entry-card__details strong{font-size:.7rem;line-height:1.6}.entry-card__details span{color:var(--muted)}.entry-card__details strong{max-width:65%;color:var(--text);text-align:left;font-weight:600}.entry-card__meta{font-size:.68rem}.entry-card__meta .is-expired{color:var(--danger)}.new-entry{border:1px solid var(--line);background:var(--surface);max-width:50rem;box-shadow:var(--shadow-small);border-radius:1rem;padding:1rem}.new-entry fieldset{border:0;margin:0 0 1rem;padding:0}.new-entry legend{color:var(--text);margin-bottom:.7rem;font-size:.8rem;font-weight:800}.choice-grid{gap:.7rem;display:grid}.choice-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.choice-card{border:1px solid var(--line);background:var(--surface-2);min-height:7rem;color:var(--text);text-align:right;border-radius:.7rem;flex-direction:column;align-items:flex-start;gap:.3rem;padding:.8rem;display:flex}.choice-card strong{color:var(--gold);font-size:1.2rem}.choice-card span{font-size:.75rem;font-weight:800}.choice-card small{color:var(--muted);font-size:.65rem}.choice-card.is-selected,.segmented button.is-selected{border-color:var(--gold);background:var(--gold-soft);color:var(--text)}.segmented{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;display:grid}.segmented--three{grid-template-columns:repeat(3,minmax(0,1fr))}.segmented button{border:1px solid var(--line);background:var(--surface-2);min-height:2.8rem;color:var(--muted);border-radius:.6rem;padding:.5rem;font-size:.75rem;font-weight:700}.utility-panel,.admin-view{max-width:60rem}.utility-panel__intro,.chat-header{align-items:center;margin-bottom:1.4rem}.utility-icon{border:1px solid var(--gold);width:3rem;height:3rem;color:var(--gold);border-radius:.7rem;flex:none;place-items:center;font-size:1.5rem;display:grid}.utility-panel__intro>div,.chat-header>div{flex:1}.referral-result{border:1px dashed var(--gold);background:var(--gold-soft);border-radius:.7rem;flex-direction:column;gap:.5rem;margin-top:1rem;padding:1rem;display:flex}.referral-result span,.referral-result small{color:var(--muted);font-size:.7rem}.referral-result code{color:var(--gold);letter-spacing:.15em;font-family:Consolas,monospace;font-size:1.25rem;font-weight:800}.utility-panel--chat{min-height:28rem}.chat-compose{flex-direction:column;gap:.6rem;margin-top:1rem;display:flex}.chat-compose__row{gap:.6rem;display:flex}.chat-compose__row input{flex:1}.chat-history{gap:.7rem;max-height:28rem;padding:.2rem;display:grid;overflow-y:auto}.chat-message{border:1px solid var(--line);background:var(--surface-muted);border-radius:1rem 1rem 1rem .25rem;max-width:82%;padding:.8rem .95rem}.chat-message--outbound{background:#60a5fa1a;border-color:#60a5fa52;border-radius:1rem 1rem .25rem;justify-self:end}.chat-message__meta{color:var(--muted);justify-content:space-between;gap:1rem;font-size:.74rem;font-weight:700;display:flex}.chat-message p{white-space:pre-wrap;margin:.45rem 0 0;line-height:1.8}.chat-message small{color:var(--muted);margin-top:.5rem;font-size:.68rem;display:block}.admin-banner{justify-content:space-between;margin-bottom:1.5rem}.admin-banner>div{max-width:42rem}.admin-data-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.admin-data-card{border:1px solid var(--line);background:var(--surface-muted);border-radius:1rem;padding:1rem}.admin-data-card--wide{grid-column:1/-1}.admin-data-card__heading,.admin-data-row{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.admin-data-card__heading{margin-bottom:.8rem}.admin-data-card__heading h3{margin:0;font-size:1rem}.admin-data-card__heading span,.muted-copy{color:var(--muted);font-size:.8rem}.admin-data-list{gap:.5rem;display:grid}.admin-data-row{border-top:1px solid var(--line);padding:.7rem 0}.admin-data-row>div{gap:.2rem;display:grid}.admin-data-row strong,.admin-data-row p{margin:0}.admin-data-row small{color:var(--muted);font-size:.72rem}.admin-permission-card{background:linear-gradient(135deg, #fbbf2414, var(--surface-muted));border:1px solid #fbbf2452;border-radius:1rem;margin-top:1rem;padding:1rem}.admin-permission-card .admin-data-card__heading p{margin:.35rem 0 0}.admin-permission-form{grid-template-columns:1.6fr repeat(2,minmax(8rem,.7fr)) auto;align-items:end;gap:.7rem;display:grid}.admin-permission-form .button{min-height:3rem}.checkbox-field{min-height:3rem;color:var(--muted);align-items:center;gap:.45rem;font-size:.78rem;display:flex}.checkbox-field input{accent-color:var(--brand)}.admin-permission-list{gap:.5rem;margin-top:.9rem;display:grid}.admin-recovery-panel{background:var(--surface-muted);border:1px solid #f8717147;border-radius:1rem;margin-top:1rem;padding:1rem}.admin-recovery-actions{flex-wrap:wrap;justify-content:flex-end;gap:.45rem;display:flex}.admin-recovery-actions .button{min-height:2.35rem;padding:.5rem .75rem}.recovery-code{border:1px dashed var(--gold);background:#fbbf2414;border-radius:.8rem;justify-content:space-between;align-items:center;gap:1rem;margin:.8rem 0;padding:.8rem 1rem;display:flex}.recovery-code span{color:var(--muted);font-size:.78rem}.recovery-code code{color:var(--gold);letter-spacing:.12em;font-size:1rem;font-weight:800}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;margin-bottom:1rem;display:grid}.metric{border:1px solid var(--line);background:var(--surface-2);border-radius:.65rem;flex-direction:column;justify-content:space-between;min-height:6rem;padding:.8rem;display:flex}.metric span{color:var(--muted);font-size:.7rem}.metric strong{color:var(--gold);font-size:1.4rem}.empty-state{border:1px dashed var(--line);min-height:18rem;color:var(--muted);text-align:center;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2rem;display:flex}.empty-state__icon{color:var(--gold);font-size:2.3rem}.empty-state h2{color:var(--text);margin:0;font-size:1rem}.empty-state p{max-width:28rem;margin:0;font-size:.76rem;line-height:1.8}.workspace-footer{border-top:1px solid var(--line);color:var(--muted);text-align:center;padding:1.2rem;font-size:.7rem}.dialog-backdrop{z-index:10;background:#0b0f17a6;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.dialog{width:min(100%,32rem);padding:1.2rem}.dialog__heading,.dialog__actions{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.dialog>p{color:var(--muted);margin:.8rem 0 1rem;font-size:.75rem;line-height:1.8}.dialog__actions{justify-content:flex-start}@media (width<=62rem){.auth-page__grid{grid-template-columns:1fr;max-width:40rem}.auth-card--signal{min-height:auto}.signal-mark{margin-bottom:1rem}.workspace-layout{grid-template-columns:1fr}.workspace-sidebar{border-left:0;border-bottom:1px solid var(--line);min-height:auto;padding:1rem 0}.workspace-nav{padding-bottom:.2rem;display:flex;overflow-x:auto}.nav-button{flex:none;min-width:9.2rem}.workspace-sidebar .api-badge{margin-top:0}}@media (width<=42rem){.workspace-topbar__center,.account-chip{display:none}.workspace-topbar__actions{margin-right:auto}.workspace-main__heading,.board-banner,.admin-banner{flex-direction:column;align-items:flex-start}.admin-data-grid{grid-template-columns:1fr}.admin-data-card--wide{grid-column:auto}.admin-permission-form,.filter-panel,.form-grid--two,.enrollment-grid,.metric-grid,.choice-grid--three{grid-template-columns:1fr}.choice-card{min-height:auto}.segmented--three{grid-template-columns:1fr}}@media (width<=30rem){.auth-page,.workspace-layout,.workspace-topbar{width:min(100% - 1rem,88rem)}.auth-card,.new-entry,.utility-panel,.admin-view{padding:.9rem}.brand-mark small{display:none}}
