:root{--background:#ffffff;--workspace:#f5f6f8;--panel:#ffffff;--ink:#10212a;--muted:#667085;--primary:#0f3460;--accent:#0f3460;--border:rgba(15,23,42,0.08);--input-background:#f9fafb;--sidebar:#0f3460;--sidebar-foreground:#ffffff;--sidebar-border:rgba(255,255,255,0.1)}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;font-family:Segoe UI,Inter,sans-serif;background:var(--workspace);color:var(--ink)}body{line-height:1.5}a{color:#0f3460}.audarra-portal-card{display:block;padding:24px;border-radius:18px;border:1px solid var(--border);background:var(--panel);box-shadow:0 12px 32px rgba(15,23,42,.08);color:var(--ink);text-decoration:none;transition:box-shadow .16s ease,transform .16s ease,border-color .16s ease}.audarra-portal-card:hover{transform:translateY(-1px);box-shadow:0 18px 34px rgba(15,23,42,.1);border-color:rgba(15,52,96,.14)}.audarra-portal-card-title{margin:0 0 10px;font-size:21px;letter-spacing:-.02em}.audarra-portal-card-description{margin:0;color:var(--muted);line-height:1.5}.audarra-auth-shell{min-height:100vh;padding:32px 24px;position:relative;overflow:hidden;background:var(--auth-page-background);direction:var(--auth-direction,ltr)}.audarra-auth-shell-decoration{position:absolute;inset:0;pointer-events:none}.audarra-auth-shell-decoration-bubble{position:absolute;top:92px;inset-inline-start:72px;width:144px;height:144px;border-radius:50%;background:var(--auth-hero-accent);filter:blur(12px)}.audarra-auth-shell-decoration-corner{position:absolute;top:168px;inset-inline-end:120px;width:92px;height:92px;border-radius:24px;border:1px solid var(--auth-hero-accent);background:rgba(255,255,255,.3);transform:rotate(12deg)}.audarra-auth-shell-decoration-block{position:absolute;bottom:120px;inset-inline-start:18%;width:124px;height:124px;border-radius:32px;background:rgba(255,255,255,.36);box-shadow:0 18px 38px rgba(15,23,42,.08)}.audarra-auth-shell-top-right{position:fixed;top:24px;inset-inline-end:24px;z-index:20}.audarra-auth-shell-frame{position:relative;z-index:1;width:100%;max-width:1240px;min-height:calc(100vh - 64px);margin:0 auto;display:grid;align-content:center;grid-gap:20px;gap:20px}.audarra-auth-shell-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));border-radius:34px;overflow:hidden;background:rgba(255,255,255,.58);border:1px solid rgba(255,255,255,.44);box-shadow:var(--auth-card-shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.audarra-auth-shell-hero{display:grid;align-content:space-between;grid-gap:30px;gap:30px;min-height:660px;padding:34px clamp(24px,4vw,40px);background:var(--auth-hero-background);color:var(--auth-hero-text)}.audarra-auth-shell-hero-stack{display:grid;grid-gap:28px;gap:28px}.audarra-auth-shell-logo-frame{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;max-width:100%;padding:14px 18px;border-radius:20px;background:rgba(255,255,255,.96);box-shadow:var(--auth-accent-shadow)}.audarra-auth-shell-logo{display:block;width:280px;max-width:100%;height:auto}.audarra-auth-shell-copy{display:grid;grid-gap:22px;gap:22px}.audarra-auth-shell-copy-block{display:grid;grid-gap:14px;gap:14px;max-width:420px}.audarra-auth-shell-title{margin:0;font-size:46px;line-height:1.03;letter-spacing:-.05em}.audarra-auth-shell-description{margin:0;color:var(--auth-hero-muted);line-height:1.7;font-size:16px}.audarra-auth-shell-meta{display:flex;gap:10px;flex-wrap:wrap}.audarra-auth-shell-highlights{display:grid;grid-gap:12px;gap:12px}.audarra-auth-shell-highlight{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;background:var(--auth-hero-tint);border:1px solid var(--auth-hero-accent)}.audarra-auth-shell-highlight-dot{width:10px;height:10px;border-radius:50%;background:#ffffff;box-shadow:0 0 0 6px rgba(255,255,255,.14)}.audarra-auth-shell-highlight-text{font-size:14px;font-weight:600;line-height:1.5}.audarra-auth-shell-panel-side{padding:38px clamp(24px,4vw,52px);display:grid;align-items:center;background:var(--auth-card-background)}.audarra-auth-shell-panel-inner{width:100%;max-width:470px;justify-self:center;display:grid;grid-gap:18px;gap:18px}.audarra-auth-shell-panel-header{display:grid;grid-gap:10px;gap:10px}.audarra-auth-shell-brand-wrap{display:grid;place-items:center}.audarra-auth-shell-brand-badge{width:64px;height:64px;border-radius:22px;display:grid;place-items:center;background:rgba(15,52,96,.05);border:1px solid rgba(15,23,42,.06)}.audarra-auth-shell-panel-title{margin:0;font-size:34px;letter-spacing:-.04em}.audarra-auth-shell-panel-description{margin:0;color:var(--muted);line-height:1.65}.audarra-auth-shell-footer{display:grid;place-items:center}.audarra-app-footer{display:grid;justify-items:center;grid-gap:10px;gap:10px;width:100%;max-width:640px;margin:0 auto;padding-top:18px;border-top:1px solid var(--border);color:var(--muted);font-size:13px;text-align:center}.audarra-app-footer-links,.audarra-app-footer-meta{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.audarra-app-footer-links{gap:10px}.audarra-app-footer-meta{gap:8px;line-height:1.4}.audarra-app-footer-link{color:inherit;text-decoration:none;font-weight:600}.audarra-app-footer-brand{color:inherit;text-decoration:none;font-weight:700;letter-spacing:.04em}.audarra-section{padding:24px;border-radius:18px;border:1px solid var(--border);background:var(--panel)}.audarra-section>h2:first-child{margin-top:0}.audarra-surface{padding:24px;border-radius:18px;border:1px solid var(--border);background:var(--panel);box-shadow:0 12px 32px rgba(15,23,42,.08)}.audarra-page-intro{padding:20px;display:grid;grid-gap:14px;gap:14px;box-shadow:none;background:linear-gradient(180deg,rgba(15,52,96,.045),rgba(15,52,96,.015))}.audarra-page-intro-copy{display:grid;grid-gap:6px;gap:6px}.audarra-page-intro-copy[data-has-description=false]{gap:0}.audarra-page-intro-title{margin:0;font-size:20px;letter-spacing:-.02em}.audarra-page-intro-description{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.audarra-status-message{padding:12px 14px;border-radius:12px;border:1px solid var(--status-border);background:var(--status-background);color:var(--status-color);font-size:14px;line-height:1.5}.audarra-status-message[data-tone=info]{--status-background:rgba(15,52,96,0.06);--status-border:rgba(15,52,96,0.12);--status-color:var(--ink)}.audarra-status-message[data-tone=success]{--status-background:rgba(15,118,110,0.08);--status-border:rgba(15,118,110,0.22);--status-color:#115e59}.audarra-status-message[data-tone=error]{--status-background:rgba(190,24,93,0.08);--status-border:rgba(190,24,93,0.22);--status-color:#9f1239}.audarra-field{display:grid;grid-gap:8px;gap:8px}.audarra-field-label{font-size:14px;font-weight:600}.audarra-field-hint{color:var(--muted);font-size:13px}.audarra-input,.audarra-select{width:100%;min-height:44px;padding:11px 14px;border-radius:12px;border:1px solid var(--border);background:var(--input-background);color:var(--ink);font-size:14px;line-height:1.3;box-sizing:border-box;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.audarra-input{box-shadow:inset 0 1px 2px rgba(15,23,42,.02)}.audarra-input:hover,.audarra-select:hover{border-color:rgba(15,52,96,.16)}.audarra-input:focus,.audarra-select:focus{border-color:rgba(15,52,96,.26);box-shadow:0 0 0 3px rgba(15,52,96,.1)}.audarra-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:12px;padding:11px 16px;font-weight:600;text-decoration:none;cursor:pointer;transition:background-color .16s ease,color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease,filter .16s ease}.audarra-button:disabled{cursor:not-allowed;opacity:.7}.audarra-button-primary{border:0;background:var(--primary);color:#fff;box-shadow:0 8px 20px rgba(15,52,96,.22)}.audarra-button-primary:hover:not(:disabled){background:color-mix(in srgb,var(--primary) 86%,black);box-shadow:0 12px 24px rgba(15,52,96,.28);transform:translateY(-1px)}.audarra-button-secondary{border:1px solid var(--border);background:transparent;color:var(--ink)}.audarra-button-secondary:hover:not(:disabled){background:rgba(15,52,96,.08);border-color:rgba(15,52,96,.16);color:var(--primary)}.audarra-utility-pill{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:8px 12px;border-radius:12px;font-size:13px;font-weight:600}.audarra-utility-pill[data-tone=default]{background:var(--input-background);color:var(--ink);border:1px solid var(--border)}.audarra-utility-pill[data-tone=accent]{background:rgba(15,52,96,.08);color:var(--primary);border:1px solid rgba(15,52,96,.12)}.audarra-utility-pill[data-tone=danger]{background:rgba(220,38,38,.08);color:#b91c1c;border:1px solid rgba(220,38,38,.14)}.audarra-kpi-card{padding:20px;display:grid;grid-gap:10px;gap:10px;box-shadow:none}.audarra-kpi-card-header{display:flex;justify-content:space-between;gap:12px}.audarra-kpi-card-label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.audarra-kpi-card-value{font-size:32px;letter-spacing:-.04em}.audarra-kpi-card-detail{color:var(--muted);font-size:13px}.audarra-page-stack{display:grid;grid-gap:16px;gap:16px}.audarra-page-stack-sm{display:grid;grid-gap:10px;gap:10px}.audarra-page-stack-lg{display:grid;grid-gap:20px;gap:20px}.audarra-section-stack{display:grid;grid-gap:14px;gap:14px}.audarra-copy-stack{display:grid;grid-gap:4px;gap:4px}.audarra-copy-stack h2,.audarra-copy-stack h3,.audarra-copy-stack strong{margin:0}.audarra-copy-subtle{color:var(--muted);font-size:13px}.audarra-copy-subtle-sm{color:var(--muted);font-size:12px}.audarra-copy-label{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.audarra-row-between{gap:12px}.audarra-row-between,.audarra-row-between-wrap{display:flex;justify-content:space-between;align-items:center}.audarra-row-between-wrap{gap:16px;flex-wrap:wrap}.audarra-row-wrap{display:flex;gap:10px;flex-wrap:wrap}.audarra-section-tabs{display:grid;grid-gap:8px;gap:8px;align-items:start}.audarra-section-tabs[data-columns="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}.audarra-section-tabs[data-columns="6"]{grid-template-columns:repeat(6,minmax(0,1fr))}.audarra-section-tabs[data-columns="8"]{grid-template-columns:repeat(8,minmax(0,1fr))}.audarra-section-tab-link{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:0;width:100%;height:44px;padding:0 16px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--ink);font-size:13px;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease,color .16s ease}.audarra-section-tab-link:hover{background:rgba(15,52,96,.06);border-color:var(--border-strong);box-shadow:0 12px 22px rgba(15,52,96,.12);transform:translateY(-1px)}.audarra-section-tab-link[data-active=true]{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 16px 28px rgba(15,52,96,.22)}.audarra-pill-row{display:flex;flex-wrap:wrap;gap:8px}.audarra-grid-auto-180{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:12px;gap:12px}.audarra-grid-auto-220{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px;gap:12px}.audarra-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.audarra-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.audarra-grid-fill-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px;gap:12px}.audarra-split-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);grid-gap:18px;gap:18px;align-items:start}.audarra-surface-flat{box-shadow:none}.audarra-surface-compact{padding:16px;display:grid;grid-gap:12px;gap:12px;box-shadow:none}.audarra-surface-soft{background:linear-gradient(135deg,rgba(15,52,96,.08),rgba(15,52,96,.02))}.audarra-surface-tile{box-shadow:none}.audarra-card-outline,.audarra-surface-tile{padding:12px;display:grid;grid-gap:4px;gap:4px}.audarra-card-outline{border-radius:12px;border:1px solid var(--border)}.audarra-card-outline-lg{display:grid;grid-gap:8px;gap:8px;padding:14px;border-radius:14px;border:1px solid var(--border)}.audarra-card-outline-warning{border-color:rgba(245,158,11,.22);background:rgba(245,158,11,.06)}.audarra-surface-section{padding:20px;display:grid;grid-gap:14px;gap:14px;box-shadow:none}.audarra-list-stack{display:grid;grid-gap:12px;gap:12px}.audarra-list-stack-sm{display:grid;grid-gap:10px;gap:10px}.audarra-heading-row h2,.audarra-heading-row h3{margin:0;font-size:18px}.audarra-meta-row{display:flex;justify-content:space-between;color:var(--muted);font-size:12px;gap:12px}.audarra-avatar-box{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:rgba(15,52,96,.08);color:var(--primary);font-weight:700}.audarra-row-cluster{display:flex;align-items:center;gap:12px}.audarra-side-metrics{text-align:right;display:grid;grid-gap:6px;gap:6px}.audarra-positive-text{color:#059669;font-weight:700}.audarra-empty-state{padding:28px;text-align:center;color:var(--muted);font-size:14px;box-shadow:none}.audarra-link-reset{color:inherit;text-decoration:none}.audarra-file-input{width:100%;padding:11px 14px;border-radius:12px;border:1px solid var(--border);background:var(--input-background)}.audarra-chart{height:180px;display:flex;align-items:end;gap:10px}.audarra-chart-bar{flex:1 1;border-radius:999px;background:rgba(15,52,96,.18)}.audarra-chart-bar[data-highlight=true]{background:rgba(15,52,96,.82)}@media (max-width:960px){.audarra-grid-2,.audarra-grid-3,.audarra-split-layout{grid-template-columns:minmax(0,1fr)}.audarra-section-tabs{grid-template-columns:minmax(0,1fr)!important}}.audarra-app-shell{min-height:100vh;display:grid;background:var(--workspace);direction:ltr}.audarra-app-shell-aside{grid-area:sidebar;direction:var(--shell-direction,ltr);background:var(--shell-sidebar-background);color:var(--sidebar-foreground);position:-webkit-sticky;position:sticky;top:0;min-height:100vh;display:grid;grid-template-rows:72px minmax(0,1fr) auto}.audarra-app-shell-aside[data-direction=rtl]{border-left:1px solid var(--shell-sidebar-border)}.audarra-app-shell-aside[data-direction=ltr]{border-right:1px solid var(--shell-sidebar-border)}.audarra-app-shell-brand{display:flex;align-items:center;gap:12px;padding:0 18px;border-bottom:1px solid var(--shell-sidebar-border)}.audarra-app-shell-brand-mark,.audarra-app-shell-footer-mark{width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,.08);color:#fff;display:grid;place-items:center;font-weight:700;font-size:13px}.audarra-app-shell-footer-mark{width:36px;height:36px;font-size:12px}.audarra-app-shell-brand-copy,.audarra-app-shell-footer-copy{min-width:0}.audarra-app-shell-brand-title{font-size:13px;font-weight:700;letter-spacing:.01em;color:var(--sidebar-foreground)}.audarra-app-shell-brand-subtitle,.audarra-app-shell-footer-subtitle{font-size:12px;color:rgba(255,255,255,.64)}.audarra-app-shell-nav{display:grid;grid-gap:10px;gap:10px;align-content:start;padding:12px 10px}.audarra-app-shell-footer-panel{border-top:1px solid var(--shell-sidebar-border);padding:14px}.audarra-app-shell-footer-card{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}.audarra-app-shell-footer-title{font-size:12px;font-weight:600;color:var(--sidebar-foreground)}.audarra-app-shell-main{grid-area:content;direction:var(--shell-direction,ltr);display:grid;grid-template-rows:var(--shell-topbar-height,60px) minmax(0,1fr)}.audarra-app-shell-header{background:var(--shell-topbar-background);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 20px;box-shadow:0 1px 3px rgba(15,23,42,.04);direction:var(--shell-direction,ltr)}.audarra-app-shell-header-spacer{min-width:0}.audarra-app-shell-header-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end}.audarra-app-shell-content{padding:20px;display:grid;grid-gap:18px;gap:18px;align-content:start}.audarra-app-shell-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:var(--shell-page-header-padding,0 0 2px);border:var(--shell-page-header-border,none);border-radius:var(--shell-page-header-radius,0);background:var(--shell-page-header-background,transparent);box-shadow:var(--shell-page-header-shadow,none);direction:var(--shell-direction,ltr)}.audarra-app-shell-page-copy{display:grid;grid-gap:8px;gap:8px}.audarra-app-shell-page-eyebrow{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.audarra-app-shell-page-title{margin:0;font-size:28px;letter-spacing:-.03em}.audarra-app-shell-page-description{margin:0;color:var(--muted);max-width:680px;font-size:14px}.audarra-app-shell-page-actions{display:flex;align-items:center;gap:10px}.audarra-shell-switcher{display:flex;align-items:center;justify-content:flex-end}.audarra-shell-switcher-link{min-height:38px;padding:8px 14px;border-radius:999px;white-space:nowrap}.audarra-app-shell-app-footer{display:grid;place-items:center;padding-top:8px;padding-bottom:4px}.audarra-data-table-root{display:grid;grid-gap:0;gap:0}.audarra-data-table-scroll{overflow-x:auto;border:1px solid var(--border);border-radius:16px}.audarra-data-table{width:100%;min-width:var(--data-table-min-width,auto);border-collapse:separate;border-spacing:0}.audarra-data-table tbody tr:nth-child(2n){background:rgba(148,163,184,.06)}.audarra-data-table tbody tr:hover{background:rgba(15,52,96,.08)}.audarra-data-action-link,.audarra-data-table tbody tr{transition:background-color .16s ease,color .16s ease,border-color .16s ease,filter .16s ease,box-shadow .16s ease,transform .16s ease}.audarra-data-table-head{padding:var(--data-table-header-padding,14px 16px);font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);background:var(--input-background);font-weight:700}.audarra-data-table-cell,.audarra-data-table-head{text-align:var(--data-table-align,start);border-bottom:1px solid var(--border);width:var(--data-table-column-width,auto)}.audarra-data-table-cell{padding:var(--data-table-cell-padding,14px 16px);vertical-align:top}.audarra-data-action-link{display:inline-flex;align-items:center;justify-content:center;min-height:var(--data-action-min-height,42px);padding:var(--data-action-padding,11px 16px);border-radius:12px;font-weight:600;text-decoration:none}.audarra-data-action-link[data-tone=secondary]{border:1px solid var(--border);background:transparent;color:var(--ink);box-shadow:none}.audarra-data-action-link[data-tone=secondary]:hover{background:rgba(15,52,96,.08);border-color:rgba(15,52,96,.16);color:var(--primary)}.audarra-data-action-link[data-tone=primary]{border:0;background:var(--primary);color:#fff;box-shadow:0 8px 20px rgba(15,52,96,.22)}.audarra-data-action-link[data-tone=primary]:hover{background:color-mix(in srgb,var(--primary) 86%,black);box-shadow:0 12px 24px rgba(15,52,96,.28);transform:translateY(-1px)}.audarra-sidebar-nav{display:grid;grid-gap:10px;gap:10px}.audarra-sidebar-nav-section{display:grid;grid-gap:6px;gap:6px}.audarra-sidebar-nav-label{padding:8px 12px 4px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.42);font-weight:700}.audarra-sidebar-nav-link{color:var(--sidebar-foreground);text-decoration:none;padding:9px 12px;border-radius:10px;background:transparent;border:1px solid transparent;font-size:14px;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:background-color .16s ease,border-color .16s ease}.audarra-sidebar-nav-link[data-active=true]{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.1)}.audarra-sidebar-nav-link-group{display:flex;align-items:center;gap:10px;min-width:0}.audarra-sidebar-nav-link-group[data-direction=rtl],.audarra-sidebar-nav-link[data-direction=rtl]{flex-direction:row-reverse}.audarra-sidebar-nav-icon{width:18px;height:18px;display:grid;place-items:center;color:rgba(255,255,255,.72);flex-shrink:0}.audarra-sidebar-nav-link[data-active=true] .audarra-sidebar-nav-icon{color:#ffffff}.audarra-sidebar-nav-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audarra-sidebar-nav-badge{min-width:24px;height:24px;border-radius:999px;padding:0 8px;display:grid;place-items:center;background:rgba(255,255,255,.08);color:var(--sidebar-foreground);font-size:12px;font-weight:700}.audarra-sidebar-nav-link[data-active=true] .audarra-sidebar-nav-badge{background:rgba(255,255,255,.16)}.audarra-locale-switcher{position:relative;display:inline-flex;align-items:center;color:var(--ink)}.audarra-locale-switcher-trigger{border:0;background:transparent;color:inherit;outline:none;display:inline-grid;place-items:center;width:32px;height:32px;padding:0;border-radius:999px}.audarra-locale-switcher-trigger:not(:disabled){cursor:pointer}.audarra-locale-switcher-trigger:disabled{cursor:progress}.audarra-locale-switcher-icon{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:999px;background:rgba(15,52,96,.08);color:var(--primary);font-size:15px;line-height:1;transition:background .14s ease}.audarra-locale-switcher[data-open=true] .audarra-locale-switcher-icon{background:rgba(15,52,96,.12)}.audarra-menu-panel{position:absolute;top:calc(100% + 8px);inset-inline-end:0;min-width:220px;padding:10px;border-radius:14px;border:1px solid var(--border);background:var(--panel);box-shadow:0 16px 36px rgba(15,23,42,.14);display:grid;grid-gap:6px;gap:6px;z-index:30}.audarra-locale-option,.audarra-utility-option{display:flex;align-items:center;gap:10px;width:100%;border:0;text-align:start;color:var(--ink);padding:10px 12px;border-radius:10px;font-size:13px;font-weight:600;background:transparent;text-decoration:none}.audarra-locale-option{cursor:pointer}.audarra-locale-option[data-selected=true]{font-weight:700;background:rgba(15,52,96,.1)}.audarra-locale-option[data-hovered=true]:not([data-selected=true]),.audarra-utility-option[data-hovered=true]{background:rgba(15,52,96,.06)}.audarra-locale-option-mark,.audarra-utility-option-mark{width:18px;height:18px;border-radius:999px;display:grid;place-items:center;font-size:11px;flex:0 0 auto;color:var(--primary);background:rgba(15,52,96,.08)}.audarra-locale-option[data-selected=true] .audarra-locale-option-mark{background:var(--primary);color:#fff}.audarra-locale-option[data-hovered=true]:not([data-selected=true]) .audarra-locale-option-mark,.audarra-utility-option[data-hovered=true] .audarra-utility-option-mark{background:rgba(15,52,96,.12)}.audarra-user-menu{position:relative}.audarra-user-menu-trigger{display:inline-flex;align-items:center;gap:10px;min-height:40px;padding:6px 10px 6px 6px;border-radius:999px;border:1px solid var(--border);background:var(--panel);color:var(--ink);cursor:pointer}.audarra-user-menu-avatar{width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:var(--primary);color:#fff;font-size:11px;font-weight:700;flex:0 0 auto}.audarra-user-menu-label{font-size:13px;font-weight:600;white-space:nowrap}.audarra-user-menu-panel{position:absolute;top:calc(100% + 8px);inset-inline-end:0;min-width:220px;padding:10px;border-radius:14px;border:1px solid var(--border);background:var(--panel);box-shadow:0 16px 36px rgba(15,23,42,.14);display:grid;grid-gap:10px;gap:10px;z-index:40}.audarra-user-menu-header{display:grid;grid-gap:2px;gap:2px;padding:4px 6px 0}.audarra-user-menu-header strong{font-size:13px}.audarra-user-menu-header span{font-size:12px;color:var(--muted)}.audarra-user-menu-content{display:grid;grid-gap:8px;gap:8px;padding-top:8px;border-top:1px solid var(--border)}.audarra-utility-menu{position:relative}.audarra-utility-menu-trigger{display:inline-flex;align-items:center;gap:10px;min-height:40px;padding:8px 14px;border-radius:14px;border:var(--utility-trigger-border,1px solid var(--border));background:var(--utility-trigger-background,var(--input-background));color:var(--utility-trigger-color,var(--ink));font-size:13px;font-weight:700;letter-spacing:.01em;cursor:pointer;box-shadow:var(--utility-trigger-shadow,inset 0 1px 0 rgba(255,255,255,.45))}.audarra-utility-menu-trigger-caret{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:999px;border:1px solid rgba(15,52,96,.12);background:rgba(255,255,255,.48);font-size:10px;line-height:1;opacity:.82;transform:rotate(0deg);transition:transform .14s ease}.audarra-utility-menu[data-open=true] .audarra-utility-menu-trigger{box-shadow:0 0 0 3px rgba(15,52,96,.08)}.audarra-utility-menu[data-open=true] .audarra-utility-menu-trigger-caret{transform:rotate(180deg)}.audarra-utility-menu[data-tone=accent]{--utility-trigger-background:linear-gradient(180deg,rgba(15,52,96,0.1),rgba(15,52,96,0.06));--utility-trigger-color:var(--primary);--utility-trigger-border:1px solid rgba(15,52,96,0.12);--utility-trigger-shadow:inset 0 1px 0 rgba(255,255,255,0.45)}.audarra-utility-menu[data-tone=default]{--utility-trigger-background:linear-gradient(180deg,rgba(255,255,255,0.7),rgba(255,255,255,0.36)),var(--input-background);--utility-trigger-color:var(--ink);--utility-trigger-border:1px solid var(--border);--utility-trigger-shadow:inset 0 1px 0 rgba(255,255,255,0.45)}