@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);@import url(https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css);@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans+Condensed:wght@400;500;600&display=swap);nav .navbar-nav li a{color:#fff!important}body{background-color:#f5f5f5}.main{height:100vh;overflow-y:auto}.home{background:linear-gradient(135deg,#f8fafc,#f1f5f9);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;max-height:100vh;min-height:100vh;overflow:hidden;position:relative}@media(min-width:768px){.home{grid-gap:0;display:grid;gap:0;grid-template-areas:"header header header" "sidebar content right";grid-template-columns:280px 1fr 300px;grid-template-rows:auto 1fr;right:0;top:0;z-index:5}.sidebar{border-right:1px solid #e2e8f0cc;grid-area:sidebar;position:-webkit-sticky;position:sticky;top:0}.home-content,.sidebar{height:calc(100vh - 120px);overflow-y:auto}.home-content{grid-area:content;left:0;max-width:none;padding:20px 24px;position:relative;width:100%}.right-side-section{border-left:1px solid #e2e8f0cc;grid-area:right;height:calc(100vh - 120px);overflow-y:auto;padding:20px}.right-side-section,header{position:-webkit-sticky;position:sticky;top:0}header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #e2e8f0cc;box-shadow:0 2px 8px #0000000d;grid-area:header;z-index:100}}@media(min-width:1200px){.home{grid-template-columns:320px 1fr 350px}.home-content{padding:24px 32px}}@media(min-width:768px)and (max-width:1023px){.home{grid-template-columns:260px 1fr 280px}.home-content{padding:16px 20px}}@media(max-width:767px){.home{display:flex;flex-direction:column;z-index:10}.home,.sidebar{overflow-y:auto}.sidebar{background:#fff;box-shadow:2px 0 10px #0000001a;height:calc(100vh - 120px);left:-100%;position:fixed;top:120px;transition:left .3s ease-in-out;width:280px;z-index:1000}.sidebar.open{left:0}.home-content{left:0;margin-top:120px;max-width:100%;min-height:calc(100vh - 120px);padding:16px;position:relative;top:0;width:100%}.right-side-section{display:none}.sidebar-overlay{background:#00000080;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .3s ease-in-out;visibility:hidden;z-index:999}.sidebar-overlay.active{opacity:1;visibility:visible}}.content-panel{background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:0 4px 20px #00000014;margin-bottom:20px;overflow-y:auto;padding:24px;transition:all .3s ease}.content-panel:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}@media(max-width:767px){.content-panel{border-radius:12px;margin-bottom:16px;padding:16px}}.edit{border-radius:4px;color:#667eea;cursor:pointer;font-size:20px;padding:4px;transition:all .2s ease}.edit:focus,.edit:hover{background:#667eea1a;color:#764ba2;transform:scale(1.1)}.edit-15{border-radius:4px;color:#667eea;cursor:pointer;font-size:15px;padding:2px;transition:all .2s ease}.edit-15:focus,.edit-15:hover{background:#667eea1a;color:#764ba2}.edit-warning{border-radius:4px;color:#e53e3e;cursor:pointer;font-size:15px;padding:2px;transition:all .2s ease}.edit-warning:focus,.edit-warning:hover{background:#e53e3e1a;color:#c53030}.popover{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #e2e8f0cc;border-radius:12px;box-shadow:0 10px 40px #00000026;max-width:300px;overflow:hidden;width:-webkit-max-content;width:max-content}.popover-item{border-radius:8px;color:#4a5568;cursor:pointer;font-weight:500;margin:4px;padding:12px 16px;transition:all .2s ease}.popover-item:focus,.popover-item:hover{background:linear-gradient(135deg,#667eea1a,#764ba21a);color:#667eea;transform:translateX(4px)}.border-5{border:1px solid #e2e8f0cc;border-radius:8px;transition:border-color .2s ease}.border-5:hover{border-color:#667eea4d}.border-15{border:2px solid #667eea4d;border-radius:12px;transition:all .2s ease}.border-15:hover{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}hr{background:linear-gradient(90deg,#0000,#667eea4d,#0000);border:0;height:1px;margin:2rem 0}.zindex-1{z-index:1}.open{display:block}.hide{display:none}.cursor{cursor:pointer}.divider{align-items:center;color:#a0aec0;display:flex;font-size:14px;font-weight:500;margin:2rem 0;text-align:center}.divider:after,.divider:before{background:linear-gradient(90deg,#0000,#a0aec080,#0000);content:"";flex:1 1;height:1px}.divider:before{margin-right:1rem}.divider:after{margin-left:1rem}.content-panel,.search-dropdown,.sidebar{scrollbar-color:#667eea4d #0000;scrollbar-width:thin}.content-panel::-webkit-scrollbar,.search-dropdown::-webkit-scrollbar,.sidebar::-webkit-scrollbar{width:6px}.content-panel::-webkit-scrollbar-track,.search-dropdown::-webkit-scrollbar-track,.sidebar::-webkit-scrollbar-track{background:#0000}.content-panel::-webkit-scrollbar-thumb,.search-dropdown::-webkit-scrollbar-thumb,.sidebar::-webkit-scrollbar-thumb{background:#667eea4d;border-radius:3px}.content-panel::-webkit-scrollbar-thumb:hover,.search-dropdown::-webkit-scrollbar-thumb:hover,.sidebar::-webkit-scrollbar-thumb:hover{background:#667eea80}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.content-panel{animation:fadeIn .4s ease-out}.popover-item{animation:slideIn .3s ease-out}@media(max-width:480px){.home-content{padding:12px}.content-panel{border-radius:8px;padding:16px}.popover{margin:0 16px;max-width:calc(100vw - 32px)}}@media print{.right-side-section,.sidebar,header{display:none!important}.home-content{left:0!important;margin:0!important;max-width:100%!important;padding:0!important;top:0!important;width:100%!important}.content-panel{border:1px solid #ccc!important;box-shadow:none!important}}@media(min-width:600px){.trending{bottom:0;height:10vh;left:77%;padding:20px;position:fixed;top:120px;width:23%}}.filter-info{color:#c800ff}.question-icon{height:50px;width:50px}@media(min-width:600px){.sidebar{bottom:0;height:100vh;padding:20px;position:fixed;top:120px;width:23%}}@media(max-width:599px){.sidebar{border-bottom:2px;height:100px;padding:20px;position:relative;top:400px;width:100%}}.pages-section{align-content:center;height:60vh;margin-top:3vh;overflow-y:auto}.btn-main{background-color:#e7f3ff;color:#c800ff}.btn-sub-items{cursor:pointer}.btn-sub-items-active,.btn-sub-items:focus,.btn-sub-items:hover{background-color:#e4e6e9;color:#9200ff}.sidebar{background-color:#fff;padding:16px}@media(min-width:600px){.sidebar{height:calc(100vh - 120px);left:0;overflow-y:auto;position:fixed;top:120px;width:23%}}@media(max-width:599px){.sidebar{border-bottom:1px solid #ccc;height:auto;overflow-x:auto;overflow-y:visible;position:relative;width:100%;z-index:2}}@media(min-width:600px){.main-content{margin-left:23%;padding:16px}}@media(max-width:599px){.main-content{margin-left:0;padding:12px}}.custom-modal{background-color:#f5f5f5;height:700px;padding:5px;width:600px;z-index:950}.custom-modal,.custom-modal-msg{border-radius:4px;left:50%;max-height:100%;max-width:100%;position:fixed;top:50%;transform:translate(-50%,-50%)}.custom-modal-msg{background-color:#303030;color:#fff;height:200px;padding:15px;width:400px;z-index:1050}.modal-scrollable-subitems{height:180px;overflow:auto}.overlay{background-color:#000000b3;bottom:0;left:0;position:fixed;right:0;top:0;z-index:900}.warning-text{color:red}.trans-generic{background-color:#0069d9;color:#fff}.msg-box-content{line-height:115.625px;max-height:100%;min-height:115.625px}.msg-box-header{max-height:100%;min-height:46.25px}.poll-options-container{max-width:100%;width:100%}.poll-option-wrapper{border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden;transition:all .2s ease-in-out}.poll-option-wrapper:hover{box-shadow:0 2px 8px #00000026}.poll-option{border:none!important;border-radius:0 8px 8px 0!important;transition:all .2s ease-in-out}.poll-option.selected{box-shadow:inset 0 0 0 2px #007bff;font-weight:600}.poll-option:focus{outline:2px solid #007bff;outline-offset:2px}.poll-option::-webkit-scrollbar{width:4px}.poll-option::-webkit-scrollbar-track{background:#0000001a;border-radius:2px}.poll-option::-webkit-scrollbar-thumb{background:#0000004d;border-radius:2px}.poll-option::-webkit-scrollbar-thumb:hover{background:#00000080}.poll-option-tooltip{animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.poll-options-container{padding:0 4px}.poll-option-wrapper{border-radius:12px;margin-bottom:16px}.poll-option{border-radius:0 12px 12px 0!important;font-size:14px!important;line-height:1.6!important;max-height:100px!important;min-height:52px!important;padding:16px 12px!important}.input-group-text{min-height:52px!important;padding:0 12px!important}input[type=checkbox]{height:20px!important;width:20px!important}}@media(min-width:481px)and (max-width:768px){.poll-option-wrapper{margin-bottom:12px}.poll-option{font-size:15px!important;max-height:120px!important;min-height:48px!important;padding:14px 10px!important}.input-group-text{min-height:48px!important;padding:0 10px!important}input[type=checkbox]{height:18px!important;width:18px!important}}@media(min-width:769px){.poll-option-wrapper{margin-bottom:8px}.poll-option-wrapper:hover{transform:translateY(-1px)}.poll-option{font-size:16px!important;min-height:40px!important;padding:10px 12px!important}.poll-option:hover{background-color:#ffffff1a!important}.input-group-text{min-height:40px!important;padding:0 12px!important}}@media(min-width:1200px){.poll-options-container{max-width:800px}.poll-option{font-size:17px!important;padding:12px 16px!important}.input-group-text{padding:0 16px!important}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.poll-option-wrapper{box-shadow:0 .5px 1.5px #0000001a}}@media(prefers-color-scheme:dark){.poll-option-wrapper{box-shadow:0 1px 3px #ffffff1a}.poll-option-tooltip{background-color:#555!important;color:#fff!important}}@media(prefers-reduced-motion:reduce){.poll-option,.poll-option-tooltip,.poll-option-wrapper{animation:none!important;transition:none!important}}.poll-option:focus-visible{outline:3px solid #007bff;outline-offset:2px}@media print{.poll-option-wrapper{border:1px solid #ccc;box-shadow:none}.poll-option-tooltip{display:none}}.fireworks-container{background:#32cd32e6;border-radius:12px;padding:12px 24px;position:relative;text-align:center}.fireworks{height:200px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:200px}.firework-particle{animation:explode .8s ease-out forwards;background-color:#fc0;border-radius:50%;height:8px;position:absolute;width:8px}@keyframes explode{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}.header{background:#303030;background-color:#303030;z-index:10}.header .logo{max-height:40px}.header .user-icon{align-items:center;display:flex}@media(max-width:576px){.header .btn{font-size:.875rem;padding:4px 8px}}.logo{height:100px}.logo-bg{background:#303030}.user-icon{color:#d300ff}.content-header{background:#303030;color:#d300ff}.authenticate-btn{background:#d300ff;border-radius:5px;color:#fff}.navbar-brand{height:50px;min-width:100px;width:auto}.common{background:#fff}.banner{height:100%;object-fit:cover;overflow:hidden;width:100%}.link-expr{color:#0055dc;cursor:pointer}.link-expr:focus,.link-expr:hover{color:#059862}.canvas-container{height:40vh}.authentication{background-color:#fff;border-radius:4px;height:auto;left:50%;max-height:100%;max-width:100%;min-height:400px;padding:25px;position:fixed;top:60%;transform:translate(-50%,-50%);width:400px;z-index:20}.anchor-color{color:#0055dc}:root{--oh-bg:#fff;--oh-surface:#f8f9fa;--oh-surface-2:#f0f2f5;--oh-border:#e5e7eb;--oh-text:#111827;--oh-text-muted:#6b7280;--oh-text-dim:#9ca3af;--oh-accent:#4f46e5;--oh-accent-light:#ede9fe;--oh-accent-hover:#4338ca;--oh-up:#10b981;--oh-up-light:#d1fae5;--oh-down:#ef4444;--oh-down-light:#fee2e2;--oh-gold:#f59e0b;--oh-gold-light:#fef3c7;--oh-pin:#8b5cf6;--oh-shadow-sm:0 1px 3px #00000014;--oh-shadow-md:0 4px 12px #0000001a;--oh-shadow-lg:0 8px 24px #0000001f;--oh-radius:12px;--oh-radius-sm:8px;--oh-radius-xs:4px;--oh-transition:0.18s ease;--oh-font-mono:"JetBrains Mono","Fira Code",monospace}@media(prefers-color-scheme: dark),[data-theme=dark]{:root{--oh-bg:#0f1117;--oh-surface:#1a1d27;--oh-surface-2:#252836;--oh-border:#2e3347;--oh-text:#f1f5f9;--oh-text-muted:#94a3b8;--oh-text-dim:#64748b;--oh-accent:#6366f1;--oh-accent-light:#1e1b4b;--oh-shadow-sm:0 1px 3px #0006;--oh-shadow-md:0 4px 12px #00000080;--oh-shadow-lg:0 8px 24px #0009}}.oh-root{background:#fff;background:var(--oh-bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.6;padding:0 0 64px}.oh-root,.oh-section-title{color:#111827;color:var(--oh-text)}.oh-section-title{font-size:1.1rem;font-weight:700;letter-spacing:-.01em;margin-bottom:0}.oh-card{background:#f8f9fa;background:var(--oh-surface);border:1px solid #e5e7eb;border:1px solid var(--oh-border);border-radius:12px;border-radius:var(--oh-radius);box-shadow:0 1px 3px #00000014;box-shadow:var(--oh-shadow-sm);transition:box-shadow .18s ease;transition:box-shadow var(--oh-transition)}.oh-card:hover{box-shadow:0 4px 12px #0000001a;box-shadow:var(--oh-shadow-md)}.oh-verdict{background:linear-gradient(135deg,#4f46e5,#7c3aed);background:linear-gradient(135deg,var(--oh-accent) 0,#7c3aed 100%);border-radius:12px;border-radius:var(--oh-radius);color:#fff;overflow:hidden;padding:28px 24px;position:relative}.oh-verdict:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.04' fill-rule='evenodd'/%3E%3C/svg%3E");content:"";inset:0;pointer-events:none;position:absolute}.oh-verdict-stat{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border-radius:8px;border-radius:var(--oh-radius-sm);display:flex;flex-direction:column;gap:4px;min-width:90px;padding:12px 8px;transition:background .18s ease;transition:background var(--oh-transition)}.oh-verdict-stat:hover{background:#ffffff2e}.oh-verdict-stat-icon{font-size:1.4rem}.oh-verdict-stat-value{font-size:1.35rem;font-weight:800;line-height:1}.oh-verdict-stat-label{font-size:.7rem;letter-spacing:.04em;opacity:.85;text-align:center;text-transform:uppercase}.oh-engagement-bar{background:#fff3;border-radius:99px;height:6px;overflow:hidden}.oh-engagement-fill{background:#fff;border-radius:99px;height:100%;transition:width 1.2s cubic-bezier(.4,0,.2,1)}.oh-star-rating{cursor:pointer;display:flex;gap:4px}.oh-star{font-size:1.5rem;transition:transform .18s ease;transition:transform var(--oh-transition)}.oh-star:hover{transform:scale(1.2)}.oh-star.active{filter:drop-shadow(0 0 4px rgba(245,158,11,.7))}.oh-poll-card{background:#f8f9fa;background:var(--oh-surface);border:1px solid #e5e7eb;border:1px solid var(--oh-border);border-radius:12px;border-radius:var(--oh-radius);padding:20px}.oh-poll-option{border:2px solid #e5e7eb;border:2px solid var(--oh-border);border-radius:8px;border-radius:var(--oh-radius-sm);cursor:pointer;overflow:hidden;padding:10px 14px;position:relative;transition:border-color .18s ease,background .18s ease;transition:border-color var(--oh-transition),background var(--oh-transition);-webkit-user-select:none;user-select:none}.oh-poll-option.selected,.oh-poll-option:hover{border-color:#4f46e5;border-color:var(--oh-accent)}.oh-poll-option.selected{background:#ede9fe;background:var(--oh-accent-light)}.oh-poll-option.winner{border-color:#f59e0b;border-color:var(--oh-gold)}.oh-poll-option-fill{background:#ede9fe;background:var(--oh-accent-light);border-radius:4px;border-radius:var(--oh-radius-xs);inset:0;pointer-events:none;position:absolute;transform-origin:left;transition:transform .8s cubic-bezier(.4,0,.2,1)}.oh-poll-option-text{color:#111827;color:var(--oh-text);font-weight:500;position:relative;z-index:1}.oh-poll-pct{color:#4f46e5;color:var(--oh-accent);font-size:.85rem;font-weight:700;position:relative;z-index:1}.oh-best-theory{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;border:2px solid var(--oh-gold);border-radius:12px;border-radius:var(--oh-radius);overflow:hidden;padding:20px 22px;position:relative}@media(prefers-color-scheme: dark),[data-theme=dark] .oh-best-theory{.oh-best-theory{background:#1c1a10;border-color:#92400e}}.oh-best-theory-crown{font-size:2.4rem;opacity:.25;pointer-events:none;position:absolute;right:16px;top:-8px}.oh-stat-chip{align-items:center;background:#f8f9fa;background:var(--oh-surface);border:1px solid #e5e7eb;border:1px solid var(--oh-border);border-radius:8px;border-radius:var(--oh-radius-sm);display:flex;gap:10px;padding:14px 16px}.oh-stat-chip-icon{flex-shrink:0;font-size:1.5rem}.oh-stat-chip-value{color:#111827;color:var(--oh-text);font-size:1.3rem;font-weight:800;line-height:1}.oh-stat-chip-label{color:#6b7280;color:var(--oh-text-muted);font-size:.72rem;letter-spacing:.04em;text-transform:uppercase}.oh-contributor-item{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--oh-border);display:flex;gap:10px;padding:8px 0}.oh-contributor-item:last-child{border-bottom:none}.oh-avatar{background:#f0f2f5;background:var(--oh-surface-2);border:2px solid #e5e7eb;border:2px solid var(--oh-border);border-radius:50%;object-fit:cover}.oh-avatar,.oh-avatar-fallback{flex-shrink:0;height:36px;width:36px}.oh-avatar-fallback{align-items:center;background:#ede9fe;background:var(--oh-accent-light);border-radius:50%;color:#4f46e5;color:var(--oh-accent);display:flex;font-size:.85rem;font-weight:700;justify-content:center}.oh-composer{background:#f8f9fa;background:var(--oh-surface);border:1px solid #e5e7eb;border:1px solid var(--oh-border);border-radius:12px;border-radius:var(--oh-radius);overflow:hidden}.oh-composer-header{align-items:center;background:#f0f2f5;background:var(--oh-surface-2);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--oh-border);display:flex;justify-content:space-between;padding:14px 20px}.oh-composer-body{padding:20px}.oh-composer-footer{align-items:center;background:#f0f2f5;background:var(--oh-surface-2);border-top:1px solid #e5e7eb;border-top:1px solid var(--oh-border);display:flex;justify-content:space-between;padding:14px 20px}.oh-form-input,.oh-form-textarea{background:#fff;background:var(--oh-bg);border:1.5px solid #e5e7eb;border:1.5px solid var(--oh-border);border-radius:8px;border-radius:var(--oh-radius-sm);color:#111827;color:var(--oh-text);font-family:inherit;font-size:.95rem;padding:10px 14px;resize:vertical;transition:border-color .18s ease,box-shadow .18s ease;transition:border-color var(--oh-transition),box-shadow var(--oh-transition);width:100%}.oh-form-input:focus,.oh-form-textarea:focus{border-color:#4f46e5;border-color:var(--oh-accent);box-shadow:0 0 0 3px #4f46e51f;outline:none}.oh-form-textarea{min-height:120px}.oh-tag-chip{align-items:center;background:#ede9fe;background:var(--oh-accent-light);border-radius:99px;color:#4f46e5;color:var(--oh-accent);display:inline-flex;font-size:.8rem;font-weight:600;gap:4px;padding:3px 10px}.oh-char-counter{color:#9ca3af;color:var(--oh-text-dim);font-size:.78rem}.oh-char-counter.warn{color:#ef4444;color:var(--oh-down)}.oh-preview-pane{background:#fff;background:var(--oh-bg);border:1.5px solid #e5e7eb;border:1.5px solid var(--oh-border);border-radius:8px;border-radius:var(--oh-radius-sm);color:#111827;color:var(--oh-text);font-size:.95rem;min-height:120px;padding:14px;white-space:pre-wrap;word-break:break-word}.oh-filter-bar{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.oh-filter-btn{background:#f8f9fa;background:var(--oh-surface);border:1.5px solid #e5e7eb;border:1.5px solid var(--oh-border);border-radius:99px;color:#6b7280;color:var(--oh-text-muted);cursor:pointer;font-size:.85rem;font-weight:600;padding:6px 16px;transition:all .18s ease;transition:all var(--oh-transition);white-space:nowrap}.oh-filter-btn:hover{color:#4f46e5;color:var(--oh-accent)}.oh-filter-btn.active,.oh-filter-btn:hover{border-color:#4f46e5;border-color:var(--oh-accent)}.oh-filter-btn.active{background:#4f46e5;background:var(--oh-accent);color:#fff}.oh-discussion-card{background:#f8f9fa;background:var(--oh-surface);border:1px solid #e5e7eb;border:1px solid var(--oh-border);border-radius:12px;border-radius:var(--oh-radius);padding:18px 20px;transition:box-shadow .18s ease,border-color .18s ease;transition:box-shadow var(--oh-transition),border-color var(--oh-transition)}.oh-discussion-card:hover{border-color:#4f46e5;border-color:var(--oh-accent);box-shadow:0 4px 12px #0000001a;box-shadow:var(--oh-shadow-md)}.oh-discussion-card.pinned{border-left:3px solid #8b5cf6;border-left:3px solid var(--oh-pin)}.oh-discussion-title{color:#111827;color:var(--oh-text);cursor:pointer;font-size:1rem;font-weight:700;line-height:1.4}.oh-discussion-title:hover{color:#4f46e5;color:var(--oh-accent)}.oh-discussion-opinion{-webkit-box-orient:vertical;color:#6b7280;color:var(--oh-text-muted);display:-webkit-box;font-size:.9rem;line-height:1.6;overflow:hidden}.oh-discussion-opinion.collapsed{-webkit-line-clamp:3}.oh-action-btn{align-items:center;background:#0000;border:1px solid #e5e7eb;border:1px solid var(--oh-border);border-radius:4px;border-radius:var(--oh-radius-xs);color:#6b7280;color:var(--oh-text-muted);cursor:pointer;display:inline-flex;font-size:.82rem;font-weight:600;gap:5px;padding:5px 10px;transition:all .18s ease;transition:all var(--oh-transition);white-space:nowrap}.oh-action-btn:hover{background:#f0f2f5;background:var(--oh-surface-2)}.oh-action-btn.up.active,.oh-action-btn.up:hover{background:#d1fae5;background:var(--oh-up-light);border-color:#10b981;border-color:var(--oh-up);color:#10b981;color:var(--oh-up)}.oh-action-btn.down.active,.oh-action-btn.down:hover{background:#fee2e2;background:var(--oh-down-light);border-color:#ef4444;border-color:var(--oh-down);color:#ef4444;color:var(--oh-down)}.oh-action-btn.bookmark.active{border-color:#f59e0b;border-color:var(--oh-gold);color:#f59e0b;color:var(--oh-gold)}.oh-reply-thread{border-left:2px solid #e5e7eb;border-left:2px solid var(--oh-border);margin-top:12px;padding-left:16px}.oh-reply-card{background:#f0f2f5;background:var(--oh-surface-2);border-radius:8px;border-radius:var(--oh-radius-sm);margin-bottom:8px;padding:12px 14px}.oh-reply-composer{display:flex;gap:10px;margin-top:10px}.oh-reply-input{background:#fff;background:var(--oh-bg);border:1.5px solid #e5e7eb;border:1.5px solid var(--oh-border);border-radius:8px;border-radius:var(--oh-radius-sm);color:#111827;color:var(--oh-text);flex:1 1;font-family:inherit;font-size:.88rem;padding:8px 12px;transition:border-color .18s ease;transition:border-color var(--oh-transition)}.oh-reply-input:focus{border-color:#4f46e5;border-color:var(--oh-accent);outline:none}.oh-discussion-list{display:flex;flex-direction:column;gap:12px}.oh-load-more-sentinel{height:1px}.oh-sidebar-section{background:#f8f9fa;background:var(--oh-surface);border:1px solid #e5e7eb;border:1px solid var(--oh-border);border-radius:12px;border-radius:var(--oh-radius);margin-bottom:16px;padding:16px}.oh-sidebar-item{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--oh-border);cursor:pointer;padding:8px 0;transition:color .18s ease;transition:color var(--oh-transition)}.oh-sidebar-item:last-child{border-bottom:none}.oh-sidebar-item:hover{color:#4f46e5;color:var(--oh-accent)}.oh-related-card{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--oh-border);color:inherit;cursor:pointer;display:flex;gap:12px;padding:10px 0;text-decoration:none;transition:color .18s ease;transition:color var(--oh-transition)}.oh-related-card:last-child{border-bottom:none}.oh-related-card:hover .oh-related-title{color:#4f46e5;color:var(--oh-accent)}.oh-related-thumb{background:#f0f2f5;background:var(--oh-surface-2);border-radius:4px;border-radius:var(--oh-radius-xs);flex-shrink:0;height:52px;object-fit:cover;width:72px}.oh-related-title{color:#111827;color:var(--oh-text);font-size:.88rem;font-weight:600;line-height:1.4}@keyframes oh-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.oh-skeleton{animation:oh-shimmer 1.4s linear infinite;background:linear-gradient(90deg,#f0f2f5 25%,#e5e7eb 50%,#f0f2f5 75%);background:linear-gradient(90deg,var(--oh-surface-2) 25%,var(--oh-border) 50%,var(--oh-surface-2) 75%);background-size:800px 100%;border-radius:4px;border-radius:var(--oh-radius-xs)}.oh-btn-primary{background:#4f46e5;background:var(--oh-accent);border:none;border-radius:8px;border-radius:var(--oh-radius-sm);color:#fff;cursor:pointer;font-size:.9rem;font-weight:700;padding:9px 20px;transition:background .18s ease,transform .18s ease,box-shadow .18s ease;transition:background var(--oh-transition),transform var(--oh-transition),box-shadow var(--oh-transition)}.oh-btn-primary:hover:not(:disabled){background:#4338ca;background:var(--oh-accent-hover);box-shadow:0 4px 12px #4f46e559;transform:translateY(-1px)}.oh-btn-primary:disabled{cursor:not-allowed;opacity:.55}.oh-btn-ghost{background:#0000;border:1.5px solid #e5e7eb;border:1.5px solid var(--oh-border);border-radius:8px;border-radius:var(--oh-radius-sm);color:#6b7280;color:var(--oh-text-muted);cursor:pointer;font-size:.88rem;font-weight:600;padding:8px 16px;transition:all .18s ease;transition:all var(--oh-transition)}.oh-btn-ghost:hover{border-color:#4f46e5;border-color:var(--oh-accent);color:#4f46e5;color:var(--oh-accent)}.oh-badge{border-radius:99px;display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.03em;padding:2px 8px}.oh-badge-accent{background:#ede9fe;background:var(--oh-accent-light);color:#4f46e5;color:var(--oh-accent)}.oh-badge-pin{background:#ede9fe;color:#8b5cf6;color:var(--oh-pin)}.oh-badge-gold{background:#fef3c7;background:var(--oh-gold-light);color:#92400e}.oh-badge-up{background:#d1fae5;background:var(--oh-up-light);color:#065f46}.oh-divider{border:none;border-top:1px solid #e5e7eb;border-top:1px solid var(--oh-border);margin:0}.oh-empty{color:#6b7280;color:var(--oh-text-muted);padding:48px 24px;text-align:center}.oh-empty-icon{font-size:2.5rem;margin-bottom:12px}.oh-empty-text{font-size:.95rem}.oh-sidebar-sticky{position:static;top:auto}@media (min-width:992px){.oh-sidebar-sticky{position:-webkit-sticky;position:sticky;top:80px}}@media (max-width:991px){.oh-verdict{padding:20px 16px}.oh-verdict-stat{min-width:72px;padding:10px 6px}}@media (max-width:767px){.oh-verdict-stats{grid-gap:6px;display:grid!important;gap:6px;grid-template-columns:repeat(4,1fr)}.oh-verdict-stat{min-width:0;padding:8px 4px}.oh-verdict-stat-value{font-size:1.1rem}.oh-verdict-stat-label{font-size:.65rem}.oh-verdict-stat-icon{font-size:1.15rem}.oh-composer-header{flex-wrap:wrap;gap:8px}.oh-composer-header-actions{display:flex;gap:8px;justify-content:flex-end;width:100%}.oh-filter-btn{font-size:.8rem;padding:5px 10px}}@media (max-width:575px){.oh-verdict{padding:16px 12px}.oh-verdict-stats{gap:4px}.oh-verdict-stat{padding:6px 3px}.oh-verdict-stat-value{font-size:.95rem}.oh-verdict-stat-icon{font-size:1rem}.oh-composer-body,.oh-discussion-card{padding:14px}.oh-section-title{font-size:1rem}.oh-poll-card{padding:16px}.oh-stat-chip{gap:8px;padding:10px 12px}.oh-stat-chip-value{font-size:1.05rem}.oh-reply-thread{padding-left:10px}.oh-composer-footer{flex-wrap:wrap;gap:8px}.oh-composer-footer-hint{width:100%}.oh-composer-footer-btns{display:flex;gap:8px;justify-content:flex-end;width:100%}.oh-action-btn-share{margin-left:0!important}}:root{--bg-void:#f8fafc;--bg-panel:#fff;--bg-elevated:#f1f5f9;--bg-input:#fff;--border:#e2e8f0;--border-subtle:#f1f5f9;--border-active:#3b82f6;--text-primary:#020617;--text-secondary:#1e293b;--text-dim:#475569;--accent-blue:#388bfd;--accent-green:#3fb950;--accent-yellow:#d29922;--accent-red:#f85149;--accent-purple:#bc8cff;--accent-orange:#e3b341;--header-height:48px;--controls-width:240px;--log-width:280px;--border-radius:2px;--font-mono:"IBM Plex Mono",monospace;--font-ui:"IBM Plex Sans Condensed",sans-serif}.labs-root *,.labs-root :after,.labs-root :before{box-sizing:border-box;margin:0;padding:0}.labs-root{background:#f8fafc;background:var(--bg-void);color:#020617;color:var(--text-primary);font-family:IBM Plex Sans Condensed,sans-serif;font-family:var(--font-ui);min-height:100vh}.labs-viz-bg{background-image:linear-gradient(#e2e8f0 1px,#0000 0),linear-gradient(90deg,#e2e8f0 1px,#0000 0);background-size:28px 28px}@media (max-width:640px){.labs-sim-grid{grid-template-columns:1fr!important}.labs-root h1{font-size:20px!important}}@media (max-width:1279px){.labs-controls-panel,.labs-log-panel{display:none!important}.labs-mobile-bar{display:flex!important}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.4)}}@keyframes flow-dash{to{stroke-dashoffset:-24}}@keyframes flow-bar{0%{opacity:.5;transform:scaleX(.4) translateX(-60%)}50%{opacity:1;transform:scaleX(1) translateX(0)}to{opacity:.5;transform:scaleX(.4) translateX(60%)}}@keyframes shard-target-pulse{0%,to{box-shadow:0 0 0 0 #0000}50%{box-shadow:0 0 22px 4px #3b82f666;box-shadow:0 0 22px 4px var(--pulse-color,#3b82f666)}}@keyframes rotate-ring{to{transform:rotate(1turn)}}@keyframes flash-red{0%,to{background:#0000}50%{background:color-mix(in srgb,#f85149 20%,#0000);background:color-mix(in srgb,var(--accent-red) 20%,#0000)}}@keyframes partition-pulse{0%,to{box-shadow:0 0 0 0 #388bfd00}50%{box-shadow:0 0 0 3px #388bfd2e}}@keyframes shard-scatter{0%,to{box-shadow:0 0 0 0 #d2992200}50%{box-shadow:0 0 6px 2px #d299224d}}@keyframes fadeScaleIn{0%{opacity:0;transform:scale(.94) translateY(6px)}to{opacity:1;transform:scale(1) translateY(0)}}.labs-root ::-webkit-scrollbar{width:4px}.labs-root ::-webkit-scrollbar-track{background:#f1f5f9;background:var(--bg-elevated)}.labs-root ::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}