:root{--brand-50:#eff6ff;--brand-100:#dbeafe;--brand-200:#bfdbfe;--brand-300:#93c5fd;--brand-400:#60a5fa;--brand-500:#3b82f6;--brand-600:#2563eb;--brand-700:#1d4ed8;--brand-800:#1e40af;--brand-900:#1e3a8a;--violet-300:var(--brand-300);--violet-400:var(--brand-400);--violet-500:var(--brand-500);--violet-600:var(--brand-600);--gray-25:#fcfdff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-150:#e9edf3;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--success-50:#ecfdf5;--success-100:#d1fae5;--success-200:#a7f3d0;--success-500:#10b981;--success-600:#059669;--success-700:#047857;--warning-50:#fffbeb;--warning-100:#fef3c7;--warning-200:#fde68a;--warning-500:#f59e0b;--warning-700:#b45309;--info-50:#eff6ff;--info-100:#dbeafe;--info-200:#bfdbfe;--info-500:#3b82f6;--info-700:#1d4ed8;--danger-50:#fef2f2;--danger-100:#fee2e2;--danger-200:#fecaca;--danger-500:#ef4444;--danger-700:#b91c1c;--font-sans:"DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, Menlo, Consolas, monospace;--shadow-xs:0 1px 2px #0f172a0a;--shadow-sm:0 1px 2px #0f172a0a, 0 1px 3px #0f172a0f;--shadow-md:0 4px 6px -1px #0f172a0f, 0 2px 4px -2px #0f172a0a;--shadow-lg:0 10px 20px -6px #0f172a14, 0 4px 8px -4px #0f172a0a;--shadow-xl:0 20px 35px -10px #0f172a1f, 0 8px 14px -6px #0f172a0f;--shadow-brand:0 10px 26px -8px #2563eb59;--radius-xs:4px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:18px;--radius-pill:999px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--gray-700);background:var(--gray-25);font-family:var(--font-sans);letter-spacing:-.005em;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"ss01" on;font-size:15px;line-height:1.55}*{box-sizing:border-box}html,body{margin:0;padding:0}body{min-height:100vh;color:var(--gray-700);background-color:#f8fafc}h1,h2,h3,h4{color:var(--gray-900);font-family:var(--font-sans);letter-spacing:-.02em;margin:0;font-weight:700;line-height:1.2}h1{letter-spacing:-.028em;font-size:32px}h2{letter-spacing:-.015em;font-size:20px;font-weight:600}h3{letter-spacing:-.012em;font-size:16px;font-weight:600}p{margin:0}a{color:var(--brand-600);text-decoration:none;transition:color .15s}a:hover{color:var(--brand-700)}code{font-family:var(--font-mono);background:var(--gray-100);color:var(--gray-800);border-radius:var(--radius-xs);border:1px solid var(--gray-200);padding:2px 6px;font-size:12.5px}button{font-family:inherit}::selection{background:var(--brand-200);color:var(--brand-900)}@media (width<=720px){:root{font-size:14px}h1{font-size:26px}h2{font-size:18px}}#root{text-align:left;border-inline:none;flex-direction:column;width:100%;max-width:none;min-height:100vh;margin:0;display:flex}@keyframes oh-spin{to{transform:rotate(360deg)}}@keyframes oh-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes oh-fade-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes oh-fade-in{0%{opacity:0}to{opacity:1}}@keyframes oh-pulse-ring{0%{opacity:.85;transform:scale(1)}80%,to{opacity:0;transform:scale(2.4)}}@keyframes oh-toast-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.oh-fade-up{animation:.32s both oh-fade-up}.oh-fade-in{animation:.2s both oh-fade-in}.oh-spinner{border:2px solid #fff6;vertical-align:middle;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.7s linear infinite oh-spin;display:inline-block}.oh-spinner--accent{border:2px solid #6366f138;border-top-color:var(--brand-600)}.oh-skeleton{background:linear-gradient(90deg, var(--gray-100) 0%, var(--gray-200) 40%, var(--gray-100) 80%);background-size:200% 100%;border-radius:6px;animation:1.4s ease-in-out infinite oh-skeleton-shimmer}.oh-shell{flex-direction:column;min-height:100vh;display:flex}.oh-main{flex:1}.oh-container{width:100%;max-width:960px;margin:0 auto;padding:36px 28px 96px}.oh-container--narrow{max-width:680px}@media (width<=720px){.oh-container{padding:24px 18px 96px}}.oh-nav{z-index:50;-webkit-backdrop-filter:saturate(180%)blur(14px);background:#fcfdffc7;border-bottom:1px solid #e2e8f0b3;width:100%;position:sticky;top:0}.oh-nav__inner{align-items:center;gap:24px;width:100%;max-width:1180px;margin:0 auto;padding:14px 28px;display:flex}@media (width<=720px){.oh-nav__inner{gap:14px;padding:12px 18px}}.oh-brand{color:var(--gray-900);letter-spacing:-.012em;align-items:center;gap:11px;font-weight:700;text-decoration:none;display:inline-flex}.oh-brand:hover{color:var(--gray-900)}.oh-brand__mark{background:var(--brand-600);color:#fff;width:34px;height:34px;box-shadow:0 1px 0 #fff3 inset, var(--shadow-brand);border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.oh-brand__name{letter-spacing:-.012em;font-size:16px}.oh-brand__tag{color:var(--brand-700);background:var(--brand-50);border:1px solid var(--brand-100);text-transform:uppercase;letter-spacing:.08em;border-radius:999px;padding:3px 8px;font-size:10.5px;font-weight:700}@media (width<=480px){.oh-brand__tag{display:none}}.oh-nav__spacer{flex:1}.oh-nav__links{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:999px;gap:2px;padding:4px;display:inline-flex}.oh-nav-link{color:var(--gray-600);border-radius:999px;padding:7px 16px;font-size:13.5px;font-weight:600;text-decoration:none;transition:color .15s,background .15s,box-shadow .15s}.oh-nav-link:hover{color:var(--gray-900)}.oh-nav-link.is-active{color:var(--brand-700);box-shadow:var(--shadow-xs);background:#fff}.oh-hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:32px;display:flex}.oh-hero__copy{flex:1;min-width:260px}.oh-hero__eyebrow{color:var(--brand-700);background:var(--brand-50);border:1px solid var(--brand-100);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;gap:8px;margin-bottom:14px;padding:5px 10px;font-size:11.5px;font-weight:700;display:inline-flex}.oh-hero__title{letter-spacing:-.022em;color:var(--gray-900);margin:0;font-size:28px;font-weight:700;line-height:1.15}@media (width<=720px){.oh-hero__title{font-size:24px}}.oh-hero__subtitle{color:var(--gray-600);max-width:540px;margin-top:12px;font-size:15.5px;line-height:1.55}.oh-live-pill{color:var(--success-700);background:var(--success-50);border:1px solid var(--success-200);white-space:nowrap;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.oh-live-pill__dot{background:var(--success-500);border-radius:50%;flex-shrink:0;width:7px;height:7px;position:relative}.oh-live-pill__dot:after{content:"";background:var(--success-500);border-radius:50%;animation:1.8s ease-out infinite oh-pulse-ring;position:absolute;inset:0}.oh-card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff}.oh-card--padded{padding:26px}.oh-card--lifted{box-shadow:var(--shadow-lg)}@media (width<=720px){.oh-card--padded{padding:20px}}.oh-btn{appearance:none;border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;letter-spacing:-.005em;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:600;line-height:1;transition:transform 50ms,background .15s,color .15s,border-color .15s,box-shadow .15s,filter .15s;display:inline-flex}.oh-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #3b82f64d}.oh-btn:disabled{cursor:not-allowed;opacity:.65}.oh-btn:active:not(:disabled){transform:translateY(1px)}.oh-btn--primary{background:var(--brand-600);color:#fff;box-shadow:inset 0 1px #ffffff26,0 1px 2px #0f172a14,0 6px 16px -6px #2563eb73}.oh-btn--primary:hover:not(:disabled){background:var(--brand-700);box-shadow:inset 0 1px #ffffff26,0 1px 2px #0f172a14,0 10px 22px -8px #2563eb8c}.oh-btn--secondary{color:var(--gray-800);border-color:var(--gray-200);box-shadow:var(--shadow-xs);background:#fff}.oh-btn--secondary:hover:not(:disabled){border-color:var(--gray-300);background:var(--gray-50)}.oh-btn--ghost{color:var(--gray-700);background:0 0}.oh-btn--ghost:hover:not(:disabled){background:var(--gray-100);color:var(--gray-900)}.oh-btn--success{background:linear-gradient(135deg, var(--success-600) 0%, var(--success-700) 100%);color:#fff;box-shadow:inset 0 1px #ffffff29,0 1px 2px #0f172a14,0 6px 16px -6px #05966980}.oh-btn--success:hover:not(:disabled){filter:brightness(1.06)}.oh-btn--sm{padding:7px 12px;font-size:13px}.oh-btn--lg{padding:13px 22px;font-size:15px}.oh-btn--block{width:100%}.oh-label{color:var(--gray-700);letter-spacing:-.005em;margin-bottom:7px;font-size:13px;font-weight:600;display:block}.oh-field{margin-bottom:20px}.oh-input,.oh-textarea{width:100%;color:var(--gray-900);border:1px solid var(--gray-200);border-radius:var(--radius-md);box-shadow:var(--shadow-xs);background:#fff;padding:12px 14px;font-family:inherit;font-size:15px;transition:border-color .15s,box-shadow .15s,background .15s}.oh-input::placeholder,.oh-textarea::placeholder{color:var(--gray-400)}.oh-input:hover:not(:disabled),.oh-textarea:hover:not(:disabled){border-color:var(--gray-300)}.oh-input:focus,.oh-textarea:focus{border-color:var(--brand-400);outline:none;box-shadow:0 0 0 4px #3b82f626}.oh-input:disabled,.oh-textarea:disabled{background:var(--gray-50);color:var(--gray-500);cursor:not-allowed}.oh-textarea{resize:vertical;min-height:120px;line-height:1.55}.oh-counter{color:var(--gray-500);text-align:right;font-variant-numeric:tabular-nums;margin-top:7px;font-size:12px}.oh-counter--max{color:var(--danger-500);font-weight:600}.oh-badge{border-radius:var(--radius-pill);letter-spacing:.005em;white-space:nowrap;border:1px solid #0000;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;line-height:1.2;display:inline-flex}.oh-badge__dot{background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px;position:relative}.oh-badge__dot--pulse:after{content:"";background:currentColor;border-radius:50%;animation:1.8s ease-out infinite oh-pulse-ring;position:absolute;inset:0}.oh-badge--neutral{background:var(--gray-100);color:var(--gray-700);border-color:var(--gray-200)}.oh-badge--info{background:var(--info-50);color:var(--info-700);border-color:var(--info-200)}.oh-badge--success{background:var(--success-50);color:var(--success-700);border-color:var(--success-200)}.oh-badge--warning{background:var(--warning-50);color:var(--warning-700);border-color:var(--warning-200)}.oh-badge--danger{background:var(--danger-50);color:var(--danger-700);border-color:var(--danger-200)}.oh-badge--brand{background:var(--brand-50);color:var(--brand-700);border-color:var(--brand-100)}.oh-section-head{align-items:center;gap:12px;margin:40px 0 16px;display:flex}.oh-section-head__title{color:var(--gray-500);text-transform:uppercase;letter-spacing:.1em;margin:0;font-size:12px;font-weight:700}.oh-section-head__count{color:var(--gray-600);background:var(--gray-100);font-variant-numeric:tabular-nums;border-radius:999px;padding:3px 8px;font-size:11.5px;font-weight:700}.oh-section-head__line{background:var(--gray-200);flex:1;height:1px}.oh-empty{text-align:center;border:1px dashed var(--gray-300);border-radius:var(--radius-lg);color:var(--gray-500);background:#ffffff8c;padding:32px 24px;font-size:14px}.oh-empty__icon{background:var(--gray-100);width:40px;height:40px;color:var(--gray-400);border-radius:50%;justify-content:center;align-items:center;margin-bottom:10px;display:inline-flex}.oh-alert{border-radius:var(--radius-md);border:1px solid #0000;align-items:flex-start;gap:12px;padding:14px 16px;font-size:14px;display:flex}.oh-alert__icon{flex-shrink:0;margin-top:1px}.oh-alert--danger{background:var(--danger-50);color:var(--danger-700);border-color:var(--danger-200)}.oh-alert--success{background:var(--success-50);color:var(--success-700);border-color:var(--success-200)}.oh-alert--info{background:var(--info-50);color:var(--info-700);border-color:var(--info-200)}.oh-cluster{border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;margin-bottom:14px;padding:22px 24px 22px 26px;transition:box-shadow .2s,border-color .2s,transform .2s;position:relative;overflow:hidden}.oh-cluster:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md)}.oh-cluster:before{content:"";background:var(--brand-500);width:3px;position:absolute;inset:0 auto 0 0}.oh-cluster--resolved{border-color:var(--success-200);background:linear-gradient(#f4fbf6 0%,#fff 65%)}.oh-cluster--resolved:before{background:linear-gradient(180deg, var(--success-500), var(--success-700))}.oh-cluster__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.oh-cluster__title{color:var(--gray-900);letter-spacing:-.012em;margin:0;font-size:17px;font-weight:600;line-height:1.35}.oh-cluster__meta{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.oh-question-list{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);margin:14px 0 0;padding:10px 16px;list-style:none}.oh-question-list__item{border-bottom:1px solid var(--gray-200);color:var(--gray-700);padding:9px 0;font-size:14px;line-height:1.55}.oh-question-list__item:last-child{border-bottom:none}.oh-question-list__name{color:var(--gray-900);margin-right:6px;font-weight:600}.oh-toggle-link{color:var(--brand-600);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:10px 0 0;font-size:13px;font-weight:600;display:inline-flex}.oh-toggle-link:hover{color:var(--brand-700)}.oh-toggle-link:hover .oh-toggle-link__text{text-decoration:underline}.oh-answer-block{background:var(--success-50);border:1px solid var(--success-200);border-radius:var(--radius-md);color:var(--success-700);white-space:pre-wrap;align-items:flex-start;gap:10px;margin-top:14px;padding:14px 16px;font-size:14px;line-height:1.6;display:flex}.oh-answer-block__icon{flex-shrink:0;margin-top:2px}.oh-answer-block--neutral{background:var(--gray-50);border-color:var(--gray-200);color:var(--gray-800)}.oh-unclustered{border:1px solid var(--gray-200);border-left:3px solid var(--gray-300);border-radius:var(--radius-md);color:var(--gray-700);box-shadow:var(--shadow-xs);background:#fff;align-items:flex-start;gap:8px;margin-bottom:10px;padding:12px 16px;font-size:14px;line-height:1.55;display:flex}.oh-resolved-card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);background:#fff;margin-bottom:12px;padding:18px 20px;transition:box-shadow .15s,border-color .15s}.oh-resolved-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-sm)}.oh-resolved-card__question{color:var(--gray-900);letter-spacing:-.005em;font-size:15px;font-weight:600;line-height:1.45}.oh-confirmation{border:1px solid var(--success-200);border-radius:var(--radius-lg);background:linear-gradient(#f4fbf6 0%,#fff 100%);align-items:flex-start;gap:14px;margin-bottom:16px;padding:20px 22px;display:flex}.oh-confirmation__icon{background:var(--success-100);width:36px;height:36px;color:var(--success-600);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.oh-confirmation__title{color:var(--success-700);letter-spacing:-.005em;font-size:15px;font-weight:600}.oh-confirmation__id{color:var(--gray-500);font-size:12px;font-family:var(--font-mono);margin-top:4px}.oh-status-panel{border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;padding:20px 22px}.oh-toast{background:var(--gray-900);color:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-xl);z-index:60;align-items:center;gap:10px;max-width:360px;padding:12px 18px;font-size:14px;font-weight:500;animation:.22s ease-out oh-toast-in;display:flex;position:fixed;bottom:78px;right:24px}.oh-reset-fab{z-index:55;color:var(--gray-600);-webkit-backdrop-filter:blur(6px);border:1px solid var(--gray-200);border-radius:var(--radius-pill);cursor:pointer;box-shadow:var(--shadow-md);background:#ffffffeb;align-items:center;gap:6px;padding:8px 14px;font-size:12.5px;font-weight:500;transition:color .15s,border-color .15s,box-shadow .15s,transform 50ms;display:inline-flex;position:fixed;bottom:24px;right:24px}.oh-reset-fab:hover:not(:disabled){color:var(--danger-700);border-color:var(--danger-200);box-shadow:var(--shadow-lg)}.oh-reset-fab:active:not(:disabled){transform:translateY(1px)}.oh-reset-fab:disabled{cursor:not-allowed;opacity:.7}.oh-toolbar{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.oh-page-header{border-bottom:1px solid var(--gray-150);margin-bottom:28px;padding-bottom:20px}.oh-page-header__title{color:var(--gray-900);letter-spacing:-.02em;margin:0 0 4px;font-size:22px;font-weight:700}.oh-page-header__desc{color:var(--gray-500);margin:0;font-size:13.5px;line-height:1.5}.oh-ta-header{border-bottom:1px solid var(--gray-150);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:20px;display:flex}.oh-ta-header__actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.oh-queue-card{border:1px solid var(--gray-200);border-radius:var(--radius-md);box-shadow:var(--shadow-xs);background:#fff;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;padding:12px 14px;display:flex}.oh-queue-card__body{min-width:0;color:var(--gray-700);flex:1;font-size:14px;line-height:1.5}.oh-queue-card__text{display:inline}.oh-upvote-btn{border-radius:var(--radius-pill);border:1px solid var(--gray-200);background:var(--gray-50);color:var(--gray-600);cursor:pointer;flex-shrink:0;align-items:center;gap:5px;padding:5px 10px;font-size:12.5px;font-weight:600;line-height:1;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.oh-upvote-btn:hover:not(:disabled){background:var(--brand-50);border-color:var(--brand-200);color:var(--brand-700)}.oh-upvote-btn--voted{background:var(--brand-50);border-color:var(--brand-200);color:var(--brand-700);cursor:default}.oh-upvote-btn:disabled{cursor:default}.oh-resolved-card__label{color:var(--gray-900);letter-spacing:-.005em;margin-bottom:2px;font-size:15px;font-weight:600;line-height:1.45}.oh-resolved-card__questions{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);flex-direction:column;gap:8px;margin-top:12px;padding:10px 14px;display:flex}.oh-resolved-card__q-item{color:var(--gray-600);flex-wrap:wrap;gap:6px;font-size:13px;line-height:1.5;display:flex}
