.org-shell{background:var(--surface);min-height:100vh;font-family:var(--font-body);color:var(--on-surface-variant);display:flex}.org-main{flex-direction:column;flex:1;min-width:0;display:flex}.org-content{flex:1;padding:24px 24px 40px}.org-page{flex-direction:column;gap:20px;width:100%;max-width:1080px;margin:0 auto;display:flex}.org-page>.page-head{margin-bottom:0}.org-page>.settings-wrap{max-width:none;padding:0}.org-page>.settings-wrap>.page-head{margin-bottom:20px}.oh-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.oh-add{background:var(--primary);height:36px;color:var(--on-primary);font:inherit;cursor:pointer;transition:background var(--dur-fast)var(--ease-standard);border:0;border-radius:10px;align-items:center;gap:6px;padding:0 16px;font-size:13px;font-weight:600;display:inline-flex}.oh-add:hover{background:var(--primary-container)}.oh-card{background:var(--surface-container-lowest);border-radius:var(--radius-lg);box-shadow:var(--shadow-1)}.oh-pool{padding:24px 28px}.oh-eyebrow{letter-spacing:.14em;color:var(--on-surface-muted);text-transform:uppercase;font-size:11px;font-weight:700}.oh-pool-top{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;margin:10px 0 12px;display:flex}.oh-pool-value{white-space:nowrap;align-items:baseline;gap:6px;display:flex}.oh-pool-num{font-family:var(--font-display,var(--font-body));letter-spacing:-.02em;color:var(--on-surface);font-variant-numeric:tabular-nums;font-size:1.9rem;font-weight:700;line-height:1.05}.oh-pool-den{color:var(--on-surface-muted);font-size:.95rem;font-weight:600}.oh-pool-meta{color:var(--on-surface-muted);font-size:13px}.oh-bar{border-radius:var(--radius-pill);background:var(--surface-container);height:8px;overflow:hidden}.oh-bar>span{border-radius:inherit;background:var(--primary-gradient);height:100%;transition:width var(--dur-med)var(--ease-standard);display:block}.oh-bar.is-warn>span{background:var(--warning)}.oh-caption{color:var(--on-surface-faint);margin-top:10px;font-size:12px}.oh-credit-breakdown{grid-template-columns:repeat(2,minmax(220px,260px));gap:10px;margin-top:14px;display:grid}.oh-trial-notice{background:var(--tertiary-soft);color:var(--tertiary);border-radius:11px;flex-direction:column;gap:4px;margin:14px 0 4px;padding:13px 15px;display:flex}.oh-trial-notice strong{font-size:13px}.oh-trial-notice span{font-size:12px;line-height:1.6}.oh-credit-breakdown>div{background:var(--surface-container-low);border-radius:10px;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.oh-credit-breakdown span{color:var(--on-surface-muted);font-size:12px}.oh-credit-breakdown strong{color:var(--on-surface);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:16px}.oh-history-head{justify-content:space-between;align-items:baseline;gap:12px;margin:9px 0 16px;display:flex}.oh-history-head h2{color:var(--on-surface);margin:0;font-size:18px}.oh-history-head span,.oh-history-empty{color:var(--on-surface-muted);font-size:12px}.oh-history-empty{text-align:center;padding:24px 0 8px}.oh-history-table-wrap{overflow-x:auto}.oh-history-table{border-collapse:collapse;width:100%;min-width:680px;font-size:12.5px}.oh-history-table th,.oh-history-table td{border-top:1px solid var(--outline-ghost);text-align:left;white-space:nowrap;padding:12px 10px}.oh-history-table th{color:var(--on-surface-muted);font-size:11px;font-weight:600}.oh-history-table .is-amount{color:var(--on-surface);text-align:right;font-variant-numeric:tabular-nums;font-weight:700}.oh-history-table th:nth-child(4),.oh-history-table td:last-child{text-align:right}.oh-history-table a{color:var(--primary);font-weight:700;text-decoration:none}.oh-payment-status{border-radius:var(--radius-pill);background:var(--surface-container-low);color:var(--on-surface-muted);padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.oh-payment-status.is-paid{background:var(--success-soft);color:var(--success)}.oh-credit-label{white-space:nowrap;align-items:center;gap:7px;display:inline-flex}.oh-credit-label:before{content:"";background:var(--primary);border-radius:50%;flex:none;width:8px;height:8px}.oh-credit-label.is-purchased:before{background:#6f7fd8}.oh-credit-line{border-radius:var(--radius-pill);background:var(--surface-container);width:100%;height:10px;margin-top:14px;display:flex;overflow:hidden}.oh-credit-line>span{min-width:0;height:100%;transition:width var(--dur-med)var(--ease-standard);display:block}.oh-credit-line>.is-monthly{background:var(--primary)}.oh-credit-line>.is-purchased{background:#6f7fd8}.oh-credit-line>.is-total{background:var(--primary-gradient)}.oh-credit-mini-line{border-radius:var(--radius-pill);background:var(--surface-container);grid-column:1/-1;height:5px;display:block;overflow:hidden}.oh-credit-mini-line>i{border-radius:inherit;background:var(--primary);height:100%;display:block}.oh-credit-mini-line.is-purchased>i{background:#6f7fd8}.agency-credit-chip{border:1px solid var(--outline-ghost);border-radius:var(--radius-pill);background:var(--surface-container-lowest);height:28px;color:var(--on-surface-muted);white-space:nowrap;align-items:center;gap:6px;padding:0 10px;font-size:11px;display:inline-flex}.agency-credit-chip strong{color:var(--on-surface);font-variant-numeric:tabular-nums;font-size:12px}@media (max-width:600px){.agency-credit-chip span{display:none}.oh-credit-breakdown{grid-template-columns:1fr}}.oh-tablecard{padding:6px 0 2px;overflow-x:auto}.oh-table{border-collapse:collapse;width:100%;font-size:13px}.oh-table th{text-align:left;letter-spacing:.08em;text-transform:uppercase;color:var(--on-surface-muted);border-bottom:1px solid var(--outline-ghost);white-space:nowrap;padding:12px 16px 10px;font-size:11px;font-weight:700}.oh-table th.num,.oh-table td.num{text-align:right}.oh-table td{border-bottom:1px solid var(--outline-ghost);color:var(--on-surface-variant);white-space:nowrap;padding:13px 16px}.oh-table tbody tr:last-child td{border-bottom:0}.oh-role-select{min-width:112px}.oh-role-select .MuiSelect-select{padding-top:6px;padding-bottom:6px;font-size:13px}.oh-actions{text-align:right;width:44px}.oh-icon-button{width:32px;height:32px;color:var(--on-surface-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.oh-icon-button:hover{background:var(--error-container,#fde8e8);color:var(--error,#b3261e)}.oh-icon-button:disabled{cursor:wait;opacity:.45}.oh-invite-dialog{flex-direction:column;gap:18px;display:flex;padding-top:12px!important}.oh-row{cursor:pointer;transition:background var(--dur-fast)var(--ease-standard)}.oh-row:hover{background:var(--surface-container-low)}.oh-client-actions{justify-content:flex-end;align-items:center;gap:7px;display:inline-flex}.oh-client-edit{width:30px;height:30px;color:var(--on-surface-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;padding:0;display:inline-grid}.oh-client-edit:hover{background:var(--surface-container);color:var(--primary)}.oh-client{color:var(--on-surface);align-items:center;gap:10px;font-weight:600;display:flex}.oh-cdot{background:var(--surface-container-high);width:28px;height:28px;color:var(--on-surface-variant);border-radius:8px;flex-shrink:0;place-items:center;font-size:12px;font-weight:700;display:grid}.oh-sub{color:var(--on-surface-muted)}.oh-units{color:var(--on-surface);font-variant-numeric:tabular-nums;font-weight:700}.oh-vis{font-variant-numeric:tabular-nums;align-items:baseline;gap:6px;display:inline-flex}.oh-delta-up{color:var(--tertiary);font-size:12px;font-weight:700}.oh-delta-dn{color:var(--error);font-size:12px;font-weight:700}.oh-dash{color:var(--on-surface-faint)}.st-pill{border-radius:var(--radius-pill);white-space:nowrap;align-items:center;height:24px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.st-ok{background:var(--tertiary-soft);color:var(--tertiary)}.st-warn{background:var(--warning-soft);color:var(--warning)}.st-off{background:var(--surface-container);color:var(--on-surface-muted)}.oh-row.is-stopped .oh-client,.oh-row.is-stopped td{color:var(--on-surface-faint)}.oh-row.is-stopped .oh-cdot{background:var(--surface-container-low);color:var(--on-surface-faint)}.oh-note{color:var(--on-surface-faint);font-size:12px}.oh-settings-modal{background:var(--surface-container-lowest)!important;border-radius:18px!important}.oh-settings-modal-content{padding:0!important}.oh-settings-modal-head{border-bottom:1px solid var(--outline-ghost);justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 24px 18px;display:flex}.oh-settings-modal-head span{color:var(--on-surface-muted);letter-spacing:.08em;font-size:11px;font-weight:700}.oh-settings-modal-head h2{color:var(--on-surface);margin:4px 0 0;font-size:19px}.oh-settings-modal-head>button{background:var(--surface-container-low);width:32px;height:32px;color:var(--on-surface-muted);cursor:pointer;border:0;border-radius:8px;place-items:center;padding:0;display:grid}.oh-settings-loading{color:var(--on-surface-muted);text-align:center;padding:56px 24px;font-size:13px}.oh-settings-form{gap:0;display:grid}.oh-settings-form>section{border-bottom:1px solid var(--outline-ghost);padding:20px 24px}.oh-settings-section-head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px;display:flex}.oh-settings-section-head strong{color:var(--on-surface);font-size:13px}.oh-settings-section-head span{color:var(--on-surface-muted);font-size:11px}.oh-settings-provider-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.oh-settings-provider-grid button{border:1px solid var(--outline-ghost);background:var(--surface-container-low);color:var(--on-surface);font:inherit;text-align:left;cursor:pointer;border-radius:10px;grid-template-rows:auto auto;grid-template-columns:auto 1fr;column-gap:9px;padding:10px 12px;display:grid}.oh-settings-provider-grid button.is-active{border-color:color-mix(in srgb,var(--primary)35%,transparent);background:var(--primary-soft)}.oh-settings-provider-grid i{background:var(--outline);border-radius:50%;grid-row:1/3;align-self:center;width:9px;height:9px}.oh-settings-provider-grid .is-active i{background:var(--primary)}.oh-settings-provider-grid span{font-size:12.5px;font-weight:700}.oh-settings-provider-grid small{color:var(--on-surface-muted);font-size:10.5px}.oh-settings-frequency{background:var(--surface-container-low);border-radius:10px;grid-template-columns:repeat(2,1fr);gap:7px;padding:4px;display:grid}.oh-settings-frequency button{height:34px;color:var(--on-surface-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;font-size:12px;font-weight:700}.oh-settings-frequency button.is-active{background:var(--surface-container-lowest);color:var(--primary);box-shadow:var(--shadow-1)}.oh-settings-weekdays{gap:6px;margin-top:10px;display:flex}.oh-settings-weekdays button{border:1px solid var(--outline-variant);width:34px;height:34px;color:var(--on-surface-muted);font:inherit;cursor:pointer;background:0 0;border-radius:9px;place-items:center;font-size:12px;display:grid}.oh-settings-weekdays button.is-active{border-color:var(--primary);background:var(--primary);color:var(--on-primary);font-weight:700}.oh-settings-end-toggle{color:var(--on-surface);cursor:pointer;align-items:center;gap:8px;font-size:12.5px;font-weight:600;display:flex}.oh-settings-end-toggle input{accent-color:var(--primary)}.oh-date-picker{width:100%;margin-top:12px;position:relative}.oh-date-trigger{box-sizing:border-box;background:var(--surface-container-lowest);width:100%;height:38px;color:var(--on-surface);font:inherit;cursor:pointer;box-shadow:inset 0 0 0 1.5px var(--outline-variant);border:0;border-radius:9px;align-items:center;gap:9px;padding:0 11px;font-size:12.5px;font-weight:600;display:flex}.oh-date-trigger:hover{box-shadow:inset 0 0 0 1.5px var(--outline)}.oh-date-trigger.is-open{box-shadow:inset 0 0 0 1.5px var(--primary),0 0 0 3px color-mix(in srgb,var(--primary)12%,transparent)}.oh-date-trigger svg{color:var(--on-surface-muted)}.oh-date-calendar{z-index:10;box-sizing:border-box;background:var(--surface-container-lowest);width:292px;box-shadow:0 8px 28px #00000024,0 0 0 1px var(--outline-ghost);border-radius:12px;padding:14px 14px 12px;position:absolute;top:calc(100% + 6px);bottom:auto;left:0}.oh-date-calendar.is-upward{top:auto;bottom:calc(100% + 6px)}.oh-date-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.oh-date-head>div:first-child{gap:3px;display:grid}.oh-date-head span{color:var(--on-surface-muted);letter-spacing:.06em;font-size:11.5px;font-weight:700}.oh-date-head strong{color:var(--on-surface);font-variant-numeric:tabular-nums;font-size:13px}.oh-date-nav{background:var(--surface-container-low);border-radius:8px;gap:4px;padding:2px;display:inline-flex}.oh-date-nav button{width:26px;height:26px;color:var(--on-surface);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;padding:0;display:grid}.oh-date-nav button:hover{background:var(--surface-container-lowest);color:var(--primary)}.oh-date-nav button:disabled{cursor:not-allowed;color:var(--on-surface-faint);opacity:.45}.oh-date-month{height:28px;color:var(--on-surface);letter-spacing:.04em;place-items:center;margin-bottom:4px;font-size:12.5px;font-weight:700;display:grid}.oh-date-weekdays,.oh-date-grid{grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.oh-date-weekdays{margin-bottom:4px}.oh-date-weekdays span{height:22px;color:var(--on-surface-faint);place-items:center;font-size:10.5px;font-weight:700;display:grid}.oh-date-grid>span,.oh-date-grid button{height:32px}.oh-date-grid button{color:var(--on-surface);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;padding:0;font-size:12px;font-weight:650;display:grid}.oh-date-grid button:hover{background:var(--surface-container-low)}.oh-date-grid button.is-selected{background:var(--primary);color:var(--on-primary);font-weight:800;box-shadow:0 4px 12px #1f2d6e2e}.oh-date-grid button:disabled{cursor:not-allowed;color:var(--on-surface-faint);opacity:.38}.oh-date-grid button:disabled:hover{background:0 0}.oh-date-apply{background:var(--primary);width:100%;height:32px;color:var(--on-primary);font:inherit;cursor:pointer;border:0;border-radius:8px;margin-top:10px;font-size:12px;font-weight:700}.oh-settings-resume-note{color:var(--warning);margin:10px 0 0;font-size:11.5px;line-height:1.6}.oh-settings-error{background:var(--error-container,#fde8e8);color:var(--error);border-radius:9px;margin:16px 24px 0;padding:10px 12px;font-size:12px}.oh-settings-modal-actions{justify-content:flex-end;gap:8px;padding:18px 24px 22px;display:flex}.oh-settings-modal-actions button{height:36px;font:inherit;cursor:pointer;border:0;border-radius:9px;padding:0 16px;font-size:12.5px;font-weight:700}.oh-settings-modal-actions button:disabled{cursor:not-allowed;opacity:.5}.oh-settings-modal-actions .is-secondary{background:var(--surface-container-low);color:var(--on-surface-muted)}.oh-settings-modal-actions .is-primary{background:var(--primary);color:var(--on-primary)}@media (max-width:600px){.oh-settings-provider-grid{grid-template-columns:1fr}.oh-settings-section-head{flex-direction:column;align-items:flex-start;gap:3px}.oh-settings-modal-head,.oh-settings-form>section{padding-left:18px;padding-right:18px}.oh-settings-weekdays{justify-content:space-between;gap:4px}.oh-settings-weekdays button{width:32px;height:32px}.oh-date-calendar{width:min(292px,100vw - 76px)}}.oh-explorer-hero{align-items:flex-start;gap:16px;padding:26px 28px;display:flex}.oh-explorer-icon{width:42px;height:42px;color:var(--primary);background:var(--primary-soft);border-radius:12px;flex-shrink:0;place-items:center;display:grid}.oh-explorer-hero h1{color:var(--on-surface);font-family:var(--font-display,var(--font-body));letter-spacing:-.01em;margin:7px 0 8px;font-size:1.35rem;line-height:1.4}.oh-explorer-hero p{max-width:720px;color:var(--on-surface-muted);margin:0;font-size:13px;line-height:1.75}.oh-agency-explorer{padding:22px 24px}.oh-agency-explorer-head{align-items:center;gap:13px;min-width:0;display:flex}.oh-agency-explorer-head strong{color:var(--on-surface);font-size:14px}.oh-agency-explorer-head p{color:var(--on-surface-muted);margin:3px 0 0;font-size:12px;line-height:1.6}.oh-agency-explorer-form{gap:10px;margin-top:18px;display:flex}.oh-agency-explorer-form input{box-sizing:border-box;border:1px solid var(--outline-variant);background:var(--surface-container-lowest);min-width:0;height:40px;color:var(--on-surface);font:inherit;border-radius:10px;outline:none;flex:1;padding:0 13px;font-size:13px}.oh-agency-explorer-form input:focus{border-color:var(--primary)}.oh-agency-explorer-history{flex-wrap:wrap;align-items:center;gap:7px;margin-top:12px;display:flex}.oh-agency-explorer-history>span{color:var(--on-surface-muted);font-size:11px}.oh-agency-explorer-history button{border-radius:var(--radius-pill);background:var(--surface-container-low);color:var(--on-surface-variant);font:inherit;cursor:pointer;border:0;padding:5px 9px;font-size:11px}.oh-agency-explorer-history button.is-active{background:var(--primary);color:#fff}.oh-agency-explorer-history button:disabled{cursor:wait}.oh-agency-explorer-loading{color:var(--on-surface-muted);margin-top:16px;font-size:12px}.oh-agency-explorer-results{border-top:1px solid var(--outline-ghost);margin-top:20px;padding-top:18px}.oh-agency-explorer-summary{color:var(--on-surface-muted);justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:10px;font-size:12px;display:flex}.oh-agency-explorer-summary>strong{color:var(--on-surface);font-size:15px}.oh-agency-explorer-summary b{color:var(--on-surface);font-size:16px}.oh-explorer-prompt-text{min-width:360px;line-height:1.6;white-space:normal!important}.oh-section-head h2{color:var(--on-surface);margin:0;font-size:15px;font-weight:700}.oh-section-head p{color:var(--on-surface-muted);margin:4px 0 0;font-size:12px}.oh-explorer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.oh-explorer-client{border-radius:var(--radius-lg);background:var(--surface-container-lowest);width:100%;min-width:0;box-shadow:var(--shadow-1);color:inherit;font:inherit;text-align:left;cursor:pointer;transition:background var(--dur-fast)var(--ease-standard),transform var(--dur-fast)var(--ease-standard);border:0;align-items:center;gap:12px;padding:16px;display:flex}.oh-explorer-client:hover{background:var(--surface-container-low);transform:translateY(-1px)}.oh-explorer-client-copy{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.oh-explorer-client-copy strong{color:var(--on-surface);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.oh-explorer-client-copy>span{color:var(--on-surface-muted);font-size:11px}.oh-explorer-action{color:var(--primary);white-space:nowrap;align-items:center;gap:5px;font-size:12px;font-weight:700;display:inline-flex}.oh-explorer-client.is-disabled{cursor:not-allowed;opacity:.55;transform:none}.oh-explorer-client.is-disabled .oh-explorer-action{color:var(--on-surface-faint)}@media (max-width:760px){.oh-explorer-grid{grid-template-columns:1fr}.oh-explorer-action{font-size:0}.oh-explorer-action svg{display:none}.oh-explorer-action svg:last-child{display:block}}.oh-plan-name{font-family:var(--font-display,var(--font-body));letter-spacing:-.01em;color:var(--on-surface);margin-top:8px;font-size:1.3rem;font-weight:700}.oh-plan-checkout{margin-top:20px}.oh-pack-control{border-top:1px solid var(--outline-ghost);gap:12px;margin-top:22px;padding-top:18px;display:grid}.oh-pack-control>div:first-child{flex-direction:column;gap:3px;display:flex}.oh-billing-control,.oh-credit-pack-control{grid-template-columns:minmax(0,1fr) auto;align-items:center}.oh-credit-pack-control .oh-pack-stepper,.oh-billing-control .oh-add{justify-self:end}.oh-pack-control strong{color:var(--on-surface);font-size:14px}.oh-pack-control span,.oh-pack-control small{color:var(--on-surface-muted);font-size:12px}.oh-pack-stepper{align-items:center;gap:10px;display:flex}.oh-pack-stepper>button:not(.oh-add){border:1px solid var(--outline-variant);background:var(--surface-container-low);width:34px;height:34px;color:var(--on-surface);cursor:pointer;border-radius:9px;font-size:18px}.oh-pack-stepper>span{text-align:center;min-width:42px;color:var(--on-surface);font-weight:700}.oh-kv{flex-direction:column;gap:10px;margin:16px 0 0;display:flex}.oh-kv-row{justify-content:space-between;align-items:baseline;gap:16px;font-size:13px;display:flex}.oh-kv-row dt{color:var(--on-surface-muted)}.oh-kv-row dd{color:var(--on-surface);margin:0;font-weight:600}.oh-grid2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.rs-back{height:32px;color:var(--on-surface-muted);font:inherit;cursor:pointer;transition:background var(--dur-fast)var(--ease-standard);background:0 0;border:0;border-radius:8px;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.rs-back:hover{background:var(--surface-container);color:var(--on-surface)}.rs-ranks{flex-direction:column;gap:14px;margin-top:14px;display:flex}.rs-rank-row{align-items:center;gap:14px;display:flex}.rs-rank-no{text-align:center;width:24px;color:var(--on-surface-muted);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:13px;font-weight:700}.rs-rank-main{flex:1;min-width:0}.rs-rank-head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:5px;display:flex}.rs-rank-name{color:var(--on-surface);align-items:center;gap:8px;min-width:0;font-size:13px;font-weight:600;display:inline-flex}.rs-rank-pill{height:20px;padding:0 8px;font-size:11px}.rs-client-badge{box-sizing:border-box;white-space:nowrap;flex-shrink:0;justify-content:center;width:160px}.rs-rank-share{color:var(--on-surface);font-variant-numeric:tabular-nums;font-size:13px;font-weight:700}.rs-share-bar{border-radius:var(--radius-pill);background:var(--surface-container);height:6px;overflow:hidden}.rs-share-bar>span{border-radius:inherit;background:var(--primary-gradient);height:100%;display:block}.rs-trial-btn{border:1px solid var(--outline-variant);width:160px;height:28px;color:var(--on-surface-variant);font:inherit;cursor:pointer;box-sizing:border-box;white-space:nowrap;transition:background var(--dur-fast)var(--ease-standard);background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:5px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.rs-trial-btn:hover{background:var(--surface-container-low)}.rs-flush-table{margin-top:6px}.rs-flush-table th:first-child,.rs-flush-table td:first-child{padding-left:0}.rs-flush-table th:last-child,.rs-flush-table td:last-child{padding-right:0}.rs-citation-grid{align-items:start}.rs-citation-grid>section{min-width:0;overflow:hidden}.rs-citation-grid .oh-table{table-layout:fixed;width:100%}.rs-citation-grid .oh-table th:nth-child(2),.rs-citation-grid .oh-table td:nth-child(2){box-sizing:border-box;width:72px;padding-left:4px;padding-right:4px}.rs-citation-grid .oh-table th:last-child,.rs-citation-grid .oh-table td:last-child{box-sizing:border-box;width:38px;padding-left:0;padding-right:0}.rs-citation-grid .oh-table td:first-child{max-width:0}.rs-citation-link{width:100%;max-width:100%;color:var(--on-surface-variant);align-items:center;gap:8px;display:inline-flex}.rs-citation-link img{border-radius:4px;flex:none;width:18px;height:18px}.rs-citation-link span{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;display:block;overflow:hidden}.rs-citation-count{text-align:center!important}.rs-citation-action{text-align:center}.rs-citation-action a{width:28px;height:28px;color:var(--on-surface-muted);border-radius:7px;place-items:center;display:inline-grid}.rs-citation-action a:hover{background:var(--surface-container-low);color:var(--primary)}.rs-quote{background:var(--surface-container-low);border-radius:var(--radius-md);color:var(--on-surface-variant);margin-top:14px;padding:16px 18px;font-size:13px;line-height:1.8}.rs-quote-prompt{color:var(--on-surface);margin-bottom:6px;font-weight:700}.rs-response-intro{color:var(--on-surface-muted);margin:7px 0 16px;font-size:12.5px;line-height:1.7}.rs-prompt-list{gap:8px;display:grid}.rs-prompt-row{border:1px solid var(--outline-ghost);background:var(--surface-container-low);width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:border-color var(--dur-fast),background var(--dur-fast),transform var(--dur-fast);border-radius:11px;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 14px;display:grid}.rs-prompt-row:hover{border-color:color-mix(in srgb,var(--primary)25%,transparent);background:var(--primary-soft);transform:translateY(-1px)}.rs-prompt-number{background:var(--surface-container-lowest);width:28px;height:28px;color:var(--primary);border-radius:8px;place-items:center;font-size:12px;font-weight:800;display:grid}.rs-prompt-main{gap:5px;min-width:0;display:grid}.rs-prompt-main strong{color:var(--on-surface);text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.55;overflow:hidden}.rs-prompt-main>span{color:var(--on-surface-muted);flex-wrap:wrap;align-items:center;gap:7px;font-size:11px;display:flex}.rs-prompt-main i{border-radius:var(--radius-pill);padding:2px 6px;font-style:normal;font-weight:700}.rs-prompt-main i.is-success{background:var(--success-soft);color:var(--success)}.rs-prompt-main i.is-failed{background:var(--error-container,#fde8e8);color:var(--error)}.rs-prompt-action{color:var(--primary);white-space:nowrap;align-items:center;gap:5px;font-size:11.5px;font-weight:700;display:inline-flex}.rs-response-modal{background:var(--surface-container-lowest)!important;border-radius:18px!important}.rs-response-modal-content{padding:0!important}.rs-response-modal-head{border-bottom:1px solid var(--outline-ghost);justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 24px 18px;display:flex}.rs-response-modal-head span{color:var(--primary);letter-spacing:.08em;font-size:10.5px;font-weight:800}.rs-response-modal-head h2{color:var(--on-surface);margin:6px 0 0;font-size:15px;line-height:1.65}.rs-response-modal-head button{background:var(--surface-container-low);width:32px;height:32px;color:var(--on-surface-muted);cursor:pointer;border:0;border-radius:8px;flex:none;place-items:center;padding:0;display:grid}.rs-response-modal-body{padding:20px 24px 24px}.rs-response-model-tabs{gap:6px;padding-bottom:4px;display:flex;overflow-x:auto}.rs-response-model-tabs button{border:1px solid var(--outline-ghost);background:var(--surface-container-low);height:35px;color:var(--on-surface-muted);font:inherit;cursor:pointer;border-radius:9px;flex:none;align-items:center;gap:7px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.rs-response-model-tabs button.is-active{border-color:var(--primary);background:var(--primary);color:var(--on-primary)}.rs-response-model-tabs small{opacity:.72;font-size:10px}.rs-response-run-tabs{gap:6px;margin-top:12px;display:flex}.rs-response-run-tabs button{height:28px;color:var(--on-surface-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:6px;padding:0 9px;font-size:11px;display:inline-flex}.rs-response-run-tabs button.is-active{background:var(--surface-container);color:var(--on-surface);font-weight:700}.rs-response-run-tabs i{border-radius:50%;width:6px;height:6px}.rs-response-run-tabs i.is-success{background:var(--success)}.rs-response-run-tabs i.is-failed{background:var(--error)}.rs-response-answer{background:var(--surface-container-low);border-radius:12px;margin-top:16px;overflow:hidden}.rs-response-answer-head{border-bottom:1px solid var(--outline-ghost);justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.rs-response-answer-head>div{align-items:baseline;gap:8px;display:flex}.rs-response-answer-head span{color:var(--on-surface-muted);font-size:10.5px;font-weight:700}.rs-response-answer-head strong{color:var(--on-surface);font-size:12.5px}.rs-response-status{border-radius:var(--radius-pill);padding:3px 8px}.rs-response-status.is-completed{background:var(--success-soft);color:var(--success)}.rs-response-status.is-failed{background:var(--error-container,#fde8e8);color:var(--error)}.rs-response-answer-text{max-height:min(46vh,480px);color:var(--on-surface-variant);padding:14px;font-size:13px;line-height:1.85;overflow-y:auto}.rs-response-answer-text .rd-answer{box-shadow:none;border:0;border-radius:9px}.rs-response-answer-text .rd-ans-body{white-space:pre-wrap}.rs-response-answer-text .rd-ans-body p{margin:0 0 1em;line-height:1.85}.rs-response-empty{color:var(--on-surface-muted);margin:0;padding:18px}.rs-response-citations{border:1px solid var(--outline-ghost);border-radius:10px;margin-top:14px}.rs-response-citations summary{color:var(--on-surface-muted);cursor:pointer;align-items:center;gap:7px;padding:11px 13px;font-size:11.5px;font-weight:700;list-style:none;display:flex}.rs-response-citations>div{gap:1px;padding:0 8px 8px;display:grid}.rs-response-citations a{color:var(--primary);border-radius:7px;justify-content:space-between;align-items:center;gap:12px;padding:9px;font-size:11.5px;text-decoration:none;display:flex}.rs-response-citations a:hover{background:var(--surface-container-low)}.rs-response-citations a span{overflow-wrap:anywhere;min-width:0}@media (max-width:600px){.rs-prompt-row{grid-template-columns:28px minmax(0,1fr)}.rs-prompt-action{grid-column:2}.rs-prompt-main strong{white-space:normal}.rs-response-modal-head,.rs-response-modal-body{padding-left:18px;padding-right:18px}}.rs-create{gap:22px;padding:26px 28px;display:grid}.rs-create-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.rs-create-head h1{color:var(--on-surface);margin:6px 0 5px;font-size:20px}.rs-create-head p{color:var(--on-surface-muted);margin:0;font-size:13px}.rs-create-close{width:34px;height:34px;color:var(--on-surface-muted);background:var(--surface-container);cursor:pointer;border:0;border-radius:9px;place-items:center;display:grid}.rs-create-fields,.rs-create-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.rs-create-field{gap:7px;min-width:0;display:grid}.rs-create-field>span,.rs-create-label{color:var(--on-surface);font-size:12px;font-weight:700}.rs-create-field>span b{color:var(--primary);margin-left:5px;font-size:10px}.rs-create-field>span small{color:var(--on-surface-faint);margin-left:5px;font-weight:500}.rs-create-field input,.rs-create-field textarea{border:1px solid var(--outline-variant);width:100%;color:var(--on-surface);background:var(--surface-container-low);font:inherit;resize:vertical;border-radius:10px;outline:0;padding:11px 12px;font-size:13px}.rs-create-field input:focus,.rs-create-field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary)12%,transparent)}.rs-create-field>small{color:var(--on-surface-faint);font-size:11px;line-height:1.6}.rs-choice-row{gap:8px;margin-top:8px;display:flex}.rs-choice-row button{border:1px solid var(--outline-variant);min-width:74px;height:36px;color:var(--on-surface-variant);background:var(--surface-container-low);font:inherit;cursor:pointer;border-radius:9px;font-size:12px;font-weight:650}.rs-choice-row button.active,.rs-provider-grid button.active{border-color:var(--primary);color:#fff;background:var(--primary)}.rs-provider-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:8px;display:grid}.rs-provider-grid button{border:1px solid var(--outline-variant);min-width:0;color:var(--on-surface-variant);background:var(--surface-container-low);font:inherit;cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:11px 12px;font-size:12px;font-weight:650;display:flex}.rs-create-summary{background:var(--surface-container);border-radius:12px;justify-content:space-between;gap:20px;padding:16px 18px;display:flex}.rs-create-summary>div{gap:3px;display:grid}.rs-create-summary>div:last-child{text-align:right}.rs-create-summary span,.rs-create-summary small{color:var(--on-surface-muted);font-size:11px}.rs-create-summary strong{color:var(--on-surface);font-size:14px}.rs-create-error{color:var(--error);background:var(--error-container,#ffdad6);border-radius:9px;padding:10px 12px;font-size:12px}.rs-credit-shortage{color:var(--error);background:var(--error-container,#ffdad6);border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;font-size:12px;display:flex}.rs-credit-shortage>div{gap:3px;display:grid}.rs-credit-shortage strong,.rs-credit-shortage span{display:block}.rs-credit-shortage button{min-height:34px;color:var(--error);background:var(--surface,#fff);font:inherit;cursor:pointer;border:1px solid;border-radius:9px;flex:none;padding:0 12px;font-weight:700}.rs-create-actions{justify-content:flex-end;gap:10px;display:flex}.rs-create-cancel{border:1px solid var(--outline-variant);height:36px;color:var(--on-surface-variant);font:inherit;cursor:pointer;background:0 0;border-radius:10px;padding:0 14px;font-size:13px}.rs-create .oh-add:disabled{opacity:.45;cursor:not-allowed}.ares-filter{background:#fff;border:0;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:10px;display:flex}.ares-filter-chips{align-items:center;gap:7px;min-width:0;display:flex}.ares-period-chip,.ares-select-chip{border:1px solid var(--outline-variant);min-height:40px;color:var(--on-surface-variant);background:var(--surface-container-lowest,#fff);border-radius:9px;align-items:center;gap:7px;display:flex;position:relative}.ares-period-chip{padding:0 10px}.ares-chip-label{color:var(--on-surface-muted);font-size:10px;font-weight:700}.ares-period-chip label{display:block}.ares-period-chip input{width:104px;height:30px;color:var(--on-surface);font:inherit;background:0 0;border:0;outline:none;padding:0;font-size:11px;font-weight:650}.ares-period-separator{color:var(--outline);font-size:11px}.ares-select-chip{cursor:pointer;min-width:128px;padding:6px 9px}.ares-select-chip>svg:first-child{color:var(--on-surface-muted);flex:none}.ares-select-chip>svg:last-child{color:var(--on-surface-muted);flex:none;margin-left:auto}.ares-chip-text{gap:1px;min-width:0;line-height:1.15;display:grid}.ares-chip-text small{color:var(--on-surface-muted);font-size:9px;font-weight:650}.ares-chip-text strong{max-width:130px;color:var(--on-surface);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700;overflow:hidden}.ares-select-chip select{opacity:0;cursor:pointer;width:100%;position:absolute;inset:0}.ares-filter-actions{flex:0 480px;justify-content:flex-end;align-items:center;gap:8px;padding-right:4px;display:flex}.ares-filter-actions .ares-export+.csv-export-info{margin-left:-5px}.ares-filter-actions .chip-reset{flex:none;margin-left:0}.ares-filter .ares-search{flex:300px;min-width:260px;display:block;position:relative}.ares-search svg{color:var(--on-surface-muted);position:absolute;top:11px;left:11px}.ares-search input{border:1px solid var(--outline-variant);width:100%;height:38px;color:var(--on-surface);background:var(--surface-container-lowest,#fff);font:inherit;border-radius:9px;outline:none;padding:0 11px 0 33px;font-size:11px}.ares-period-chip:focus-within,.ares-select-chip:focus-within,.ares-search:focus-within input{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary)12%,transparent)}.ares-export{height:38px;color:var(--on-primary);background:var(--primary);font:inherit;cursor:pointer;white-space:nowrap;border:0;border-radius:9px;flex:none;align-items:center;gap:6px;padding:0 13px;font-size:11px;font-weight:700;display:inline-flex}.ares-export:hover:not(:disabled){filter:brightness(1.08)}.ares-export:disabled{opacity:.45;cursor:default}.csv-export-info{flex:none;display:inline-flex;position:relative}.csv-export-info-trigger{width:28px;height:28px;color:var(--text-muted);cursor:help;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex}.csv-export-info-trigger:hover,.csv-export-info-trigger:focus-visible{color:var(--primary);background:color-mix(in srgb,var(--primary)8%,transparent);outline:none}.csv-export-info-tooltip{z-index:30;color:#fff;opacity:0;visibility:hidden;pointer-events:none;background:#263247;border-radius:8px;width:min(300px,100vw - 32px);padding:9px 11px;font-size:11px;font-weight:500;line-height:1.55;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;bottom:calc(100% + 8px);right:0;transform:translateY(3px);box-shadow:0 8px 24px #0f172a2e}.csv-export-info:hover .csv-export-info-tooltip,.csv-export-info:focus-within .csv-export-info-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.ares-summary{min-height:44px;color:var(--on-surface-muted);justify-content:space-between;align-items:center;font-size:12px;display:flex}.ares-summary strong{color:var(--on-surface);margin-right:3px;font-size:16px}.ares-error{color:var(--error);background:var(--error-container,#ffdad6);border-radius:9px;margin-bottom:12px;padding:10px 12px;font-size:12px}.ares-table-wrap{background:#fff;border:0;border-radius:12px;transition:opacity .15s;overflow:hidden}.ares-table-wrap.is-loading{opacity:.55}.ares-table-head,.ares-row{grid-template-columns:130px minmax(135px,.8fr) minmax(280px,2fr) 140px 55px 92px 24px;align-items:center;gap:14px;display:grid}.personal-ares-table .ares-table-head,.personal-ares-table .ares-row{grid-template-columns:100px 115px minmax(260px,2fr) 125px 120px 55px 90px 24px}.personal-ares-topic{color:var(--on-surface-variant);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.personal-ares-table{min-height:116px;position:relative}.personal-ares-loading{z-index:2;min-height:78px;color:var(--on-surface-muted);background:#ffffffe0;justify-content:center;align-items:center;gap:8px;font-size:12px;display:flex;position:absolute;inset:38px 0 0}.personal-ares-loading svg{color:var(--primary);animation:.8s linear infinite personal-ares-spin}@keyframes personal-ares-spin{to{transform:rotate(360deg)}}.personal-ares-filter{padding-right:0}.personal-ares-filter>.chip-bar{box-shadow:none;background:0 0;border-radius:0;flex:auto;margin:0;padding:0}.ares-table-head{border-bottom:1px solid color-mix(in srgb,var(--outline-ghost)45%,transparent);min-height:38px;color:var(--on-surface-muted);background:#fff;padding:0 16px;font-size:10px;font-weight:700}.ares-row{border:0;border-bottom:1px solid var(--outline-ghost);width:100%;min-height:78px;color:var(--on-surface);text-align:left;font:inherit;cursor:pointer;background:#fff;padding:12px 16px}.ares-row:last-child{border-bottom:0}.ares-row:hover{background:var(--surface-container-low)}.ares-date{color:var(--on-surface-variant);font-size:11px}.ares-scope,.ares-content{gap:5px;min-width:0;display:grid}.ares-scope strong,.ares-content strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.ares-scope small,.ares-content small{color:var(--on-surface-muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.ares-content small{font-size:11px}.ares-center{text-align:left;color:var(--on-surface-variant);font-size:11px}.ares-facts{align-items:center;gap:5px;display:flex}.ares-fact{min-width:54px;color:var(--on-surface-muted);background:var(--surface-container-low);border-radius:7px;gap:1px;padding:4px 6px;display:grid}.ares-fact small{font-size:8.5px;font-weight:600;line-height:1.2}.ares-fact strong{font-size:10px;font-weight:700;line-height:1.2}.ares-fact.is-yes{color:#166534;background:#dcfce7}.ares-fact.is-no{color:var(--on-surface-muted)}.ares-fact.is-collecting{color:#075985;background:#e0f2fe;min-width:72px}.ares-status{color:var(--on-surface-variant);background:var(--surface-container);white-space:nowrap;border-radius:99px;padding:4px 7px;font-size:10px;font-weight:700;display:inline-flex}.ares-status.is-completed{color:#166534;background:#dcfce7}.ares-status.is-failed,.ares-status.is-credit_insufficient{color:var(--error);background:var(--error-container,#ffdad6)}.ares-status.is-processing{color:#075985;background:#e0f2fe}.ares-arrow{color:var(--on-surface-muted);justify-content:flex-end;display:flex}.ares-empty{border-top:1px solid var(--outline-variant);color:var(--on-surface-muted);text-align:center;padding:56px 20px;font-size:12px}.ares-pagination{color:var(--on-surface-muted);justify-content:flex-end;align-items:center;gap:12px;padding:14px 0;font-size:11px;display:flex}.ares-pagination button{border:1px solid var(--outline-variant);height:32px;color:var(--on-surface-variant);background:var(--surface);font:inherit;cursor:pointer;border-radius:8px;align-items:center;gap:4px;padding:0 10px;font-size:11px;display:inline-flex}.ares-pagination button:disabled{opacity:.4;cursor:default}@media (max-width:900px){.org-shell .sidebar{display:none}.org-content{padding:16px 12px 32px}.ares-filter{flex-direction:column;align-items:stretch}.ares-filter-chips{padding-bottom:2px;overflow-x:auto}.ares-filter-actions{flex-basis:auto}.ares-filter .ares-search{min-width:0}.ares-table-wrap{overflow-x:auto}.ares-table-head,.ares-row{min-width:920px}}@media (max-width:700px){.oh-hide-sm{display:none}.rs-create-fields,.rs-create-options{grid-template-columns:1fr}.rs-provider-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rs-create-summary{flex-direction:column;align-items:flex-start}.rs-create-summary>div:last-child{text-align:left}.rs-credit-shortage{flex-direction:column;align-items:stretch}}
