:root{--brand-900:#3d2810;--brand-800:#5c3d1e;--brand-700:#7a4e28;--brand-600:#8b5a2b;--brand-500:#b87333;--brand-400:#c9863f;--brand-300:#d4956a;--brand-200:#e8c9a8;--brand-100:#f5ebe0;--brand-50:#faf6f1;--brand-accent:#e8a04c;--brand-gradient-hero:linear-gradient(145deg,#7a4e28,#b87333 48%,#e8a04c);--brand-gradient-hero-dark:linear-gradient(145deg,#3d2810,#7a4e28 50%,#a66b2e);--brand-gradient-btn:linear-gradient(135deg,#8b5a2b,#c9863f);--brand-focus-ring:#b8733338;--bg-base-color:linear-gradient(90deg,#faf6f1 0%,#f9f5f0 50%,#faf6f1);--bg-color:#fff;--just-white:#fff;--text-color:#000;--blue-text:var(--brand-600);--header-color:#faf6f1;--grey-color:var(--brand-50);--darkgrey:#333;--grey-proper:grey;--border-color:#e8ddd2;--border-lighter-color:#e8ddd2e6;--search-color:var(--brand-50);--hover-color:var(--brand-100);--hover-text-color:var(--brand-700);--right-sidebar-bg-color:#fff;--blue-heading:var(--brand-700);--blue-icon:var(--brand-500);--save-button:green;--cancel-button:#9b9b9b;--green:#218838;--green-bg:#d4edda;--blue:var(--brand-700);--blue-bg:var(--brand-100);--red:#c82333;--red-bg:#f8d7da;--toggle-bg:#d3d3d3;--lightgrey-grey:#f1f1f1;--f0f0f0:#f0f0f0;--f9f9f9:#f9f9f9;--f5f6f7:#f5f6f7;--min-width:880px;--right-width:580px;--shadow:#3c40434d 0px 1px 2px 0px,#3c404326 0px 2px 6px 0px;--shadow-right:#3c40434d 0px 6px 6px 0px,#3c404326 0px 0px 0px 0px;--text-icon-color:#404040;--sidebar-color:#f0f0f0;--light-yellow-fg:#f39600;--light-yellow-bg:#fffcef;--light-red-fg:#eb3e34;--light-red-bg:#fdf6f6;--light-green-fg:#26b173;--light-green-bg:#f3fdf8;--cal-light-bg:#e2b4f395;--cal-bg:#a913f4;--scrollbar-track:#f1f1f1;--scrollbar-thumb:#c1c1c1;--scrollbar-thumb-hover:#a8a8a8;--profile-aura:#fff}[data-theme=dark]{--bg-base-color:linear-gradient(90deg,#101114 0%,#1b1d21 50%,#101114);--bg-color:#131414;--just-white:#fff;--text-color:#fff;--blue-text:var(--brand-300);--header-color:#1a1612;--grey-color:#1a1612;--darkgrey:#a9a9a9;--grey-proper:grey;--border-color:#4a3d32;--border-lighter-color:#5a483a99;--search-color:#2a2218;--hover-color:#322818;--hover-text-color:var(--brand-accent);--right-sidebar-bg-color:#212529;--blue-heading:var(--brand-300);--blue-icon:var(--brand-400);--save-button:#006400;--cancel-button:grey;--green:#34c759;--green-bg:#1c3a23;--blue:var(--brand-accent);--blue-bg:#3d2a1a;--red:#ff3b30;--red-bg:#3a1a1a;--toggle-bg:#515151;--lightgrey-grey:#515151;--f0f0f0:#212529;--f9f9f9:#1a1a1a;--f5f6f7:#212529;--min-width:880px;--right-width:580px;--shadow:#ffffff1a 0px 1px 2px 0px,#ffffff0d 0px 2px 6px 2px;--text-icon-color:#c8c8c8;--sidebar-color:#131414;--light-yellow-fg:#ffbe50;--light-yellow-bg:#282314;--light-red-fg:#ff786e;--light-red-bg:#280f0f;--light-green-fg:#b4e682;--light-green-bg:#0f190f;--cal-light-bg:#8e4ea595;--cal-bg:#b958e5;--scrollbar-track:#2c3034;--scrollbar-thumb:#495057;--scrollbar-thumb-hover:#6c757d;--profile-aura:grey}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f1f1f1;background:var(--scrollbar-track);border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;background:var(--scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8;background:var(--scrollbar-thumb-hover)}*{scrollbar-color:#c1c1c1 #f1f1f1;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);scrollbar-width:thin}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:linear-gradient(90deg,#faf6f1 0,#f9f5f0 50%,#faf6f1)!important;background-image:var(--bg-base-color)!important;color:#000!important;color:var(--text-color)!important;font-family:Roboto,sans-serif,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media (hover:none) and (pointer:coarse){[contenteditable=true],input:not([type=button]):not([type=checkbox]):not([type=color]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=range]):not([type=reset]):not([type=submit]),select,textarea{font-size:16px!important}}.modal-overlay{align-items:center;backdrop-filter:blur(5px) saturate(115%);-webkit-backdrop-filter:blur(5px) saturate(115%);background-color:#3d28101a;bottom:0;display:flex;justify-content:center;left:0;overscroll-behavior:none;position:fixed;right:0;top:0;z-index:3000}.modal-overlay--anchored{align-items:flex-start;justify-content:flex-start}.modal-content{background:var(--bg-color);border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;overflow:hidden;position:relative}.center-modal-window__content.modal-content{--cmw-brand-border:color-mix(in srgb,var(--brand-400,#c9863f) 38%,#0000);--cmw-brand-border-strong:color-mix(in srgb,var(--brand-500,#b87333) 32%,#0000);background:#fff;background:var(--just-white,#fff);border:1px solid var(--cmw-brand-border);border-radius:12px;box-shadow:0 0 0 1px color-mix(in srgb,#b87333 8%,#0000),0 16px 40px #3d281024;box-shadow:0 0 0 1px color-mix(in srgb,var(--brand-500,#b87333) 8%,#0000),0 16px 40px #3d281024;isolation:isolate}.modal-header{flex-shrink:0;position:relative;z-index:2}.modal-close-icon{align-items:center;border:1px solid #0000;border-radius:50%;color:var(--grey-proper);cursor:pointer;display:inline-flex;font-size:22px;height:30px;justify-content:center;line-height:1;position:absolute;right:15px;top:5px;transition:background-color .2s ease,border-color .2s ease,color .2s ease;width:30px}.center-modal-window__content .modal-close-icon{color:#8b5a2b;color:var(--brand-600,#8b5a2b);right:12px;top:8px;z-index:2}.modal-close-icon:hover{background-color:var(--grey-color);border:1px solid var(--border-color);border-radius:50%;color:var(--text-color)}.center-modal-window__content .modal-close-icon:hover{background:#faf6f1;background:var(--brand-50,#faf6f1);border-color:color-mix(in srgb,#c9863f 45%,#0000);border-color:color-mix(in srgb,var(--brand-400,#c9863f) 45%,#0000);color:#7a4e28;color:var(--brand-700,#7a4e28)}.modal-children-container{-webkit-overflow-scrolling:touch;border:1px solid #0000;flex:1 1;margin-top:0;min-height:0;overflow:auto;overscroll-behavior:contain}.extra-space{height:2vh}html[data-theme=dark] .center-modal-window__overlay{backdrop-filter:blur(10px) saturate(90%);-webkit-backdrop-filter:blur(10px) saturate(90%);background-color:#080c1280}html[data-theme=dark] body:has(.support-open-disc-create-post-modal.modal-content) .center-modal-window__overlay:has(>.support-open-disc-compose-tool-modal){backdrop-filter:blur(12px) saturate(92%);-webkit-backdrop-filter:blur(12px) saturate(92%);background-color:#0000005c}html[data-theme=dark] .center-modal-window__content.modal-content{background:#1a1a1a;border:1px solid #000;box-shadow:0 0 0 1px #000,0 20px 48px #00000073;color:#fff;color:var(--text-color,#fff)}html[data-theme=dark] .center-modal-window__content .modal-close-icon{color:#c9863f;color:var(--brand-400,#c9863f)}html[data-theme=dark] .center-modal-window__content .modal-close-icon:hover{background:#b8733347;border-color:color-mix(in srgb,#c9863f 45%,#0000);border-color:color-mix(in srgb,var(--brand-400,#c9863f) 45%,#0000);color:#f8fafc}@media (max-width:960px),(pointer:coarse){.center-modal-window__overlay--swipe-close,.center-modal-window__overlay--swipe-close .modal-children-container,.center-modal-window__overlay--swipe-close .modal-content,.center-modal-window__overlay--swipe-close .support-open-disc-create-post-modal-scroll,.center-modal-window__overlay--swipe-close .support-open-disc-edit-post-modal-scroll,.center-modal-window__overlay--swipe-close [data-modal-scroll-port]{touch-action:manipulation}.center-modal-window__overlay--swipe-close.is-swiping{overflow:hidden;touch-action:none}.center-modal-window__overlay--swipe-close.is-swiping .modal-content{will-change:transform}.center-modal-window__overlay--swipe-close:has(>.support-open-disc-compose-tool-modal),.center-modal-window__overlay--swipe-close:has(>.support-open-disc-create-post-modal),.center-modal-window__overlay--swipe-close:has(>.support-open-disc-edit-post-modal){backdrop-filter:none;-webkit-backdrop-filter:none;background:#fff;background:var(--bg-color,#fff)}}html[data-theme=dark] .center-modal-window__overlay--swipe-close:has(>.support-open-disc-create-post-modal),html[data-theme=dark] .center-modal-window__overlay--swipe-close:has(>.support-open-disc-edit-post-modal){backdrop-filter:blur(6px) saturate(90%);-webkit-backdrop-filter:blur(6px) saturate(90%);background:#0a0c0ee0}html[data-theme=dark] .center-modal-window__overlay--swipe-close:has(>.support-open-disc-compose-tool-modal){backdrop-filter:blur(10px) saturate(90%);-webkit-backdrop-filter:blur(10px) saturate(90%);background:#0000006b}.tooltip-container{display:inline-block;position:relative}.tooltip{background-color:#000;border:1px solid var(--border-color);border-radius:4px;box-shadow:0 2px 8px #00000026;color:#fff;font-size:16px;max-width:300px;opacity:1;padding:6px 10px;pointer-events:none;position:fixed;text-align:center;transition:opacity .2s;width:-webkit-max-content;width:max-content;z-index:9999}.tooltip-portal{z-index:3000}.tooltip-container--block{display:block;min-width:0;width:100%}.support-open-disc-topic-list>li>.tooltip-container--block{display:block;width:100%}.tooltip--synopsis{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:.8125rem;line-height:1.45;max-width:280px;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:normal}.signin-page{--signin-topbar-h:3.25rem;--signin-footer-h:2.25rem;--signin-form-max:400px;--signin-main-h:calc(100dvh - var(--signin-topbar-h) - var(--signin-footer-h));background:var(--bg-base-color);color:var(--text-color);display:flex;flex-direction:column;height:100dvh;max-height:100dvh;min-height:100dvh;overflow:hidden}@supports not (height:100dvh){.signin-page{--signin-main-h:calc(100vh - var(--signin-topbar-h) - var(--signin-footer-h));height:100vh;max-height:100vh;min-height:100vh}}.signin-page--loading{align-items:center;justify-content:center}.signin-topbar{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:radial-gradient(120% 180% at 0 0,#ffecd673 0,#ffecd600 58%),linear-gradient(95deg,#6f45240f,#a76b3517),var(--bg-color);border-bottom:1px solid #6f452429;box-shadow:0 8px 22px #24140814;display:flex;flex-shrink:0;justify-content:space-between;padding:.75rem 1.5rem;position:relative;z-index:5}.signin-topbar:after{background:linear-gradient(90deg,#6f452400,#6f45243d 50%,#6f452400);content:"";height:1px;pointer-events:none;position:absolute;right:1.35rem;top:50%;transform:translateY(-50%);width:min(26vw,300px)}.signin-logo-btn{-webkit-tap-highlight-color:transparent;background:none;border:none;cursor:pointer;outline:none;padding:0}.signin-logo-btn:focus,.signin-logo-btn:focus-visible,.signin-logo-btn:hover{background:#0000;border:none;box-shadow:none;outline:none}.signin-logo-img{border-radius:4px;height:40px;max-width:180px;object-fit:contain;width:auto}[data-theme=dark] .signin-logo-img{filter:brightness(1.05)}.signin-main{grid-gap:0;align-items:stretch;background:radial-gradient(120% 120% at 15% 20%,#ffecd633 0,#ffecd600 48%),linear-gradient(145deg,#6f4524,#8b5a2b 38%,#a76b35);display:grid;flex:1 1;gap:0;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:minmax(0,1fr);height:var(--signin-main-h);max-height:var(--signin-main-h);min-height:0;overflow:hidden}.signin-hero{--signin-hero-inset:1rem;background:var(--bg-color);color:#fff;container-name:signin-hero;container-type:size;flex-direction:column;height:100%;max-height:100%;min-width:0;overflow:hidden;padding:0}.signin-hero,.signin-hero-scroll{display:flex;min-height:0;position:relative}.signin-hero-scroll{--signin-hero-content-pad:clamp(0.65rem,1.5vw,1.15rem);-webkit-overflow-scrolling:touch;align-items:flex-start;box-sizing:border-box;flex:1 1 auto;flex-direction:column;justify-content:flex-start;overflow-x:hidden;overflow-y:auto;padding:calc(var(--signin-hero-inset) + clamp(.85rem, 1.8vw, 1.5rem)) calc(var(--signin-hero-inset) + var(--signin-hero-content-pad));width:100%;z-index:3}.signin-hero:before{background:linear-gradient(160deg,#ffffff14,#ffffff05),radial-gradient(120% 80% at 0 100%,#ffe6be47 0,#ffe6be00 68%),radial-gradient(95% 90% at 100% 0,#ffffff24 0,#fff0 62%),linear-gradient(155deg,#44260e42,#73461e1a),linear-gradient(145deg,#6f4524,#8b5a2b 38%,#a76b35);z-index:1}.signin-hero:after,.signin-hero:before{border-radius:24px;box-sizing:border-box;content:"";inset:var(--signin-hero-inset);pointer-events:none;position:absolute}.signin-hero:after{background:#0000;border:1px solid #ffffff24;box-shadow:inset 0 1px 0 #ffffff3d;opacity:1;z-index:10}@container signin-hero (max-height: 419px){.signin-community-collage{align-items:center;margin-bottom:0;margin-top:.5rem;padding:.4rem .3rem}.signin-float-badge{display:none!important}.signin-collage-card{align-items:center;align-self:center;border-radius:12px;flex-direction:row;padding:.38rem .5rem;transform:none!important}.signin-collage-card p{display:none!important}.signin-collage-emoji{font-size:.95rem;height:1.55rem;margin:0;width:1.55rem}}.signin-hero-scroll:before{background-image:repeating-linear-gradient(145deg,#ffffff0f 0 1px,#0000 1px 22px),repeating-linear-gradient(35deg,hsla(0,0%,100%,.035) 0 1px,#0000 1px 26px),radial-gradient(circle at 12% 14%,#ffffff57 0 2px,#0000 3px),radial-gradient(circle at 84% 82%,#fff3 0 1.5px,#0000 2.5px),linear-gradient(130deg,#ffffff29,#fff0),radial-gradient(80% 70% at 50% 50%,#ffffff1f,#fff0);background-repeat:repeat;background-size:140px 140px,180px 180px,190px 190px,230px 230px,100% 100%,100% 100%;content:"";inset:0;opacity:.5;pointer-events:none;position:absolute;z-index:0}.signin-hero-content{flex-shrink:0;max-width:min(460px,100%);position:relative;width:100%;z-index:3}.signin-hero-eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.08em;margin:0 0 .75rem;opacity:.9;text-transform:uppercase}.signin-hero-title{font-size:clamp(1.55rem,2.45vw,2.7rem);font-weight:700;letter-spacing:-.01em;line-height:1.16;margin:0 0 1rem;overflow-wrap:anywhere}.signin-hero-text{font-size:.98rem;line-height:1.7;margin:0 0 1.4rem;opacity:.94}.signin-hero-highlights{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0}.signin-hero-highlights li{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1f;border:1px solid #ffffff3d;border-radius:999px;font-size:.78rem;font-weight:500;letter-spacing:.02em;padding:.4rem .78rem}.signin-theme-pillars{display:flex;gap:.5rem;margin:0 0 1rem}.signin-theme-pillars span{background:#ffffff24;border:1px solid #ffffff3d;border-radius:999px;font-size:.76rem;font-weight:600;letter-spacing:.02em;padding:.32rem .7rem}.signin-community-collage{align-self:stretch;box-sizing:border-box;flex-direction:row;flex-shrink:0;flex-wrap:nowrap;gap:clamp(.45rem,2vw,.9rem);height:auto;justify-content:space-between;margin-bottom:auto;margin-top:auto;max-height:none;max-width:100%;overflow:hidden;padding:.55rem .4rem;pointer-events:none;width:100%;z-index:2}.signin-collage-card,.signin-community-collage{align-items:center;display:flex;position:relative}.signin-collage-card{-webkit-backdrop-filter:none;backdrop-filter:none;background:#ffffff1f;border:1px solid #fff3;border-radius:12px;box-shadow:none;color:#fff;flex:1 1;flex-direction:row;gap:.35rem;justify-content:flex-start;margin:0;max-width:none;min-width:0;padding:.4rem .5rem;transform:none;transition:transform .2s ease;z-index:1}.signin-collage-card--comments,.signin-collage-card--communities,.signin-collage-card--discussions{transform:none}.signin-collage-card h3{font-size:.68rem;font-weight:600;letter-spacing:.01em;line-height:1.25;margin:0;white-space:nowrap}.signin-collage-card p{display:none;font-size:.76rem;line-height:1.45;margin:0;opacity:.88}.signin-collage-emoji{background:linear-gradient(145deg,#ffffff38,#ffffff14);border:1px solid #ffffff3d;border-radius:10px;box-shadow:0 4px 12px #0c080424;display:inline-flex;flex-shrink:0;font-size:1.1rem;height:1.75rem;margin:0;width:1.75rem}.signin-collage-emoji,.signin-float-badge{align-items:center;justify-content:center;line-height:1}.signin-float-badge{background:#fff;border:2px solid #ffffffe6;border-radius:50%;box-shadow:0 10px 24px #0c080433,0 0 0 1px #6f452414;display:none;font-size:1.55rem;height:3.15rem;position:absolute;width:3.15rem;z-index:0}.signin-float-badge--one{left:12%;top:.15rem;transform:translateX(-50%) rotate(-8deg)}.signin-float-badge--two{left:50%;top:0;transform:translateX(-50%) rotate(6deg)}.signin-float-badge--three{left:88%;right:auto;top:.2rem;transform:translateX(-50%) rotate(-5deg)}@container signin-hero (max-width: 820px){.signin-hero-content{margin:0;max-width:min(440px,100%);width:100%}.signin-hero-highlights,.signin-theme-pillars{display:none}.signin-hero-text{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:.78rem;line-height:1.45;margin-bottom:.5rem;overflow:hidden}}@container signin-hero (max-width: 520px){.signin-hero-text{-webkit-line-clamp:2;line-clamp:2}.signin-community-collage{gap:.3rem;justify-content:space-evenly}.signin-collage-card{flex:1 1;max-width:32%;padding-inline:.3rem}.signin-collage-card h3{font-size:.62rem}.signin-collage-card--comments,.signin-collage-card--communities,.signin-collage-card--discussions{transform:none}.signin-collage-emoji{font-size:1rem;height:1.85rem;width:1.85rem}}@container signin-hero (min-width: 540px) and (min-height: 420px){.signin-community-collage{align-items:flex-end;gap:clamp(.55rem,2.2vw,1.05rem);justify-content:space-between;min-height:0;padding:3.25rem .5rem .75rem}.signin-float-badge{display:inline-flex;font-size:1.65rem;height:3.35rem;width:3.35rem}.signin-float-badge--one{left:14%;top:.25rem}.signin-float-badge--two{left:50%;top:0}.signin-float-badge--three{left:86%;top:.35rem}.signin-collage-card{align-items:flex-start;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(155deg,#ffffff24,#ffffff0f);border:1px solid #ffffff38;border-radius:16px;box-shadow:0 10px 28px #120a042e,inset 0 1px 0 #fff3;flex:1 1;flex-direction:column;gap:.4rem;max-width:none;min-width:0;padding:.8rem .85rem .9rem}.signin-collage-card--discussions{align-self:flex-end;transform:translateY(-6px) rotate(-2deg)}.signin-collage-card--communities{align-self:flex-start;transform:translateY(8px) rotate(1.5deg)}.signin-collage-card--comments{align-self:center;transform:translateY(-2px) rotate(-1deg)}.signin-collage-card h3{font-size:clamp(.78rem,1.1vw,.92rem);white-space:normal}.signin-collage-card p{display:block;font-size:clamp(.68rem,.95vw,.76rem)}.signin-collage-emoji{border-radius:12px;box-shadow:0 5px 16px #0c080429;font-size:1.35rem;height:2.65rem;margin:0 0 .2rem;width:2.65rem}}.signin-panel{-webkit-overflow-scrolling:touch;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f2f4f7e0;display:flex;height:100%;justify-content:center;max-height:100%;min-height:0;min-width:0;overflow-x:hidden;overflow-y:auto;padding:2rem 1.5rem;position:relative}.signin-panel:before{background:linear-gradient(180deg,#6f452400 0,#6f452438 20%,#6f452438 80%,#6f452400);bottom:8%;content:"";left:0;position:absolute;top:8%;width:1px}.signin-card{align-items:center;background:var(--bg-color);border:1px solid var(--border-color);border-radius:16px;box-shadow:var(--shadow);display:flex;flex-direction:column;flex-shrink:0;max-height:none;min-height:0;overflow-x:hidden;overflow-y:visible;padding:2rem}.signin-card,.signin-card-panel .signin-join,.signin-card>.signin-auth-toggle,.signin-card>.signin-card-body,.signin-card>.signin-card-header,.signin-card>.signin-error{box-sizing:border-box;max-width:var(--signin-form-max);width:100%}.signin-card-header{display:grid;grid-template-columns:minmax(0,1fr)}.signin-card-header-panel{grid-area:1/1;pointer-events:none;visibility:hidden}.signin-card-header-panel--active{pointer-events:auto;visibility:visible;z-index:1}.signin-card-header-panel h2{color:var(--text-color);font-size:1.5rem;font-weight:700;margin:0 0 .35rem}.signin-card-header-panel p{color:var(--grey-proper);font-size:.9rem;margin:0 0 1.5rem}.signin-card-body{display:grid;flex:1 1 auto;grid-template-columns:minmax(0,1fr);min-height:0}.signin-card-panel{display:flex;flex-direction:column;grid-area:1/1;min-height:0;pointer-events:none;visibility:hidden}.signin-card-panel--active{pointer-events:auto;visibility:visible;z-index:1}.signin-form--signup{gap:.65rem}.signin-form-grid--names,.signin-form-grid--profile{gap:.65rem;grid-template-columns:1fr 1fr}.signin-turnstile{display:flex;justify-content:center;max-width:var(--signin-form-max);width:100%}.signin-select{-webkit-appearance:none;appearance:none;cursor:pointer}.signin-select:disabled{cursor:not-allowed}.signin-field-hint{color:#6b7280;color:var(--signin-muted,#6b7280);display:block;font-size:.78rem;line-height:1.35;margin-top:.35rem}.signin-auth-toggle{grid-gap:.35rem;background:var(--hover-color);border-radius:10px;box-sizing:border-box;display:grid;gap:.35rem;grid-template-columns:1fr 1fr;margin-bottom:1rem;max-width:var(--signin-form-max);padding:.25rem;width:100%}.signin-auth-tab{background:#0000;border:none;border-radius:8px;box-shadow:none;color:var(--grey-proper);cursor:pointer;font-size:.86rem;font-weight:600;height:auto;min-height:0;padding:.55rem .7rem;transform:none;transition:color .15s ease;width:100%}.signin-auth-tab:focus-visible:not(:disabled),.signin-auth-tab:hover:not(:disabled){background:#0000!important;border:none!important;box-shadow:none!important;color:var(--brand-500);font-size:.86rem!important;font-weight:600!important;height:auto!important;line-height:normal!important;min-height:0!important;padding:.55rem .7rem!important;transform:none!important;width:100%!important}.signin-auth-tab--active{background:var(--bg-color);box-shadow:var(--shadow);color:var(--text-color)}.signin-auth-tab--active:focus-visible:not(:disabled),.signin-auth-tab--active:hover:not(:disabled){background:var(--bg-color)!important;border:none!important;box-shadow:var(--shadow)!important;color:var(--brand-500)}.signin-auth-tab:disabled{cursor:not-allowed;opacity:.65}.signin-social{align-items:stretch;display:flex;flex-direction:column;gap:.65rem;max-width:var(--signin-form-max);width:100%}.signin-google-wrap{max-width:100%;min-height:46px;min-width:0;overflow:hidden;width:100%}.signin-google-wrap>div{display:flex!important;justify-content:stretch!important}.signin-google-wrap iframe,.signin-google-wrap>div{max-width:100%!important;min-width:0!important;width:100%!important}.signin-google-wrap--busy{opacity:.6;pointer-events:none}.signin-social-btn{align-items:center;background:var(--bg-color);border:1px solid var(--border-color);border-radius:10px;box-sizing:border-box;color:var(--text-color);cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.6rem;justify-content:center;max-width:100%;min-height:46px;min-width:0;padding:.7rem 3.25rem .7rem .85rem;position:relative;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease;width:100%}.signin-social-btn--google:not(:disabled):hover{background:var(--hover-color);border-color:#c5c9d0;box-shadow:0 1px 4px #0000000f}.signin-social-btn--disabled{cursor:not-allowed;opacity:.55}.signin-social-icon{flex-shrink:0;font-size:1.25rem}.signin-social-icon--facebook{color:#1877f2}.signin-soon-badge{background:var(--grey-color);border-radius:999px;color:var(--grey-proper);font-size:.65rem;font-weight:600;letter-spacing:.04em;padding:.15rem .45rem;position:absolute;right:.75rem;text-transform:uppercase}.signin-divider{align-items:center;box-sizing:border-box;color:var(--grey-proper);display:flex;font-size:.8rem;gap:.75rem;margin:1.35rem 0;max-width:100%;min-width:0;width:100%}.signin-divider span{flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.signin-divider:after,.signin-divider:before{background:var(--border-color);content:"";flex:1 1;height:1px}.signin-form{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:column;gap:.85rem;max-width:var(--signin-form-max);width:100%}.signin-field,.signin-google-wrap,.signin-input,.signin-social-btn,.signin-submit{box-sizing:border-box;max-width:100%;width:100%}.signin-form-grid{grid-gap:.65rem;display:grid;gap:.65rem;grid-template-columns:1fr}.signin-field{display:flex;flex-direction:column;gap:.35rem;text-align:left}.signin-field-label{color:var(--text-color);font-size:.8rem;font-weight:600}.signin-input{background:var(--bg-color);border:1px solid var(--border-color);border-radius:10px;box-sizing:border-box;color:var(--text-color);font-size:.95rem;padding:.7rem .85rem;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.signin-input:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px var(--brand-focus-ring);outline:none}.signin-input:disabled{cursor:not-allowed;opacity:.65}.signin-forgot{align-self:flex-end;background:none;border:none;color:var(--brand-600);cursor:pointer;font-size:.85rem;font-weight:500;margin:-.25rem 0 0;padding:0}.signin-forgot:hover{background:#0000!important;border:none!important;border-radius:0!important;box-shadow:none!important;color:var(--brand-500);font-size:.85rem!important;padding:0!important;text-decoration:none}.signin-submit{align-items:center;background:var(--brand-gradient-btn);border:none;border-radius:10px;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;height:46px;justify-content:center;line-height:1;margin-top:.25rem;min-height:46px;padding:.75rem 1rem;transition:color .15s ease;width:100%}.signin-submit:hover:not(:disabled){background:var(--brand-gradient-btn)!important;border:none!important;border-radius:10px!important;box-shadow:none!important;color:var(--brand-100)!important;font-family:inherit!important;font-size:1rem!important;font-weight:600!important;height:46px!important;letter-spacing:normal!important;line-height:1!important;min-height:46px!important;padding:.75rem 1rem!important;transform:none!important;width:100%!important}.signin-submit:disabled{cursor:not-allowed;opacity:.65}.signin-error{background:#f8d7da;background:var(--red-bg,#f8d7da);color:#c82333;color:var(--red,#c82333)}.signin-error,.signin-success{border-radius:8px;font-size:.875rem;line-height:1.4;margin-top:1rem;padding:.65rem .85rem;text-align:left}.signin-success{background:#d4edda;color:#155724}.signin-verify-email{align-items:center;display:flex;flex:1 1;justify-content:center;padding:2rem 1.5rem}.signin-verify-email .signin-card{max-width:420px;text-align:center;width:100%}.signin-verify-email .signin-submit{margin-top:1rem;width:100%}.signin-auth-modal.modal-content{height:auto!important;min-height:0}.signin-auth-modal .extra-space{display:none}.signin-auth-modal .modal-children-container{padding:0 1.25rem 1.25rem}.signin-auth-modal-body{display:flex;flex-direction:column;gap:.85rem;padding-top:.35rem}.signin-auth-modal-logo{height:auto;object-fit:contain;width:52px}.signin-auth-modal-eyebrow{color:#8b5a2b;color:var(--brand-600,#8b5a2b);font-size:.72rem;font-weight:700;letter-spacing:.12em;margin:0;text-transform:uppercase}.signin-auth-modal-title{color:var(--text-color);font-size:1.35rem;line-height:1.25;margin:0}.signin-auth-modal-text{color:color-mix(in srgb,var(--text-color) 82%,#0000);font-size:.92rem;line-height:1.5;margin:0}.signin-auth-modal-form{display:flex;flex-direction:column;gap:.85rem}.signin-auth-modal-message{border-radius:8px;font-size:.875rem;line-height:1.45;margin:0;padding:.65rem .85rem}.signin-auth-modal-message--success{background:#d4edda;color:#155724}.signin-auth-modal-message--error{background:#f8d7da;background:var(--red-bg,#f8d7da);color:#c82333;color:var(--red,#c82333)}.signin-auth-modal-submit{margin-top:.25rem}[data-theme=dark] .signin-auth-modal-eyebrow{color:#c9863f;color:var(--brand-400,#c9863f)}[data-theme=dark] .signin-auth-modal-message--success{background:#15572459;color:#b7f0c6}[data-theme=dark] .signin-auth-modal-message--error{background:#c8233338;color:#ffb4b4}.signin-resend-verification{background:none;border:none;cursor:pointer;display:block;font:inherit;margin-top:.65rem;padding:0;text-align:left}.signin-join{color:var(--grey-proper);font-size:.9rem;margin:.5rem 0 0;text-align:center}.signin-view-posts{align-items:center;color:#8b5a2b;color:var(--brand-600,#8b5a2b);display:inline-flex;font-size:.9rem;font-weight:600;gap:.4rem;position:relative;text-decoration:none;transition:color .15s ease;white-space:nowrap;z-index:1}.signin-view-posts-icon{color:currentColor;flex-shrink:0;font-size:1.15rem}.signin-view-posts:hover{color:#7a4e28;color:var(--brand-700,#7a4e28);text-decoration:none}[data-theme=dark] .signin-view-posts{color:#d4956a;color:var(--brand-300,#d4956a)}[data-theme=dark] .signin-view-posts:hover{color:#e8c9a8;color:var(--brand-200,#e8c9a8)}.signin-link{background:none;border:none;color:var(--brand-600);cursor:pointer;font-size:inherit;font-weight:600;padding:0}.signin-link:hover{background:#0000!important;border:none!important;border-radius:0!important;box-shadow:none!important;color:var(--brand-500);font-size:inherit!important;padding:0!important;text-decoration:none}.signin-terms{align-items:flex-start;color:var(--grey-proper);display:flex;font-size:.84rem;gap:.55rem;margin:.15rem 0 .05rem}.signin-terms input{margin-top:.2rem}.signin-footer{align-items:center;background:var(--bg-color);border-top:1px solid var(--border-color);color:var(--brand-600);display:flex;flex-shrink:0;flex-wrap:wrap;font-size:.7rem;gap:.75rem 1.1rem;justify-content:center;line-height:1.1;padding:.45rem 1.1rem}.signin-page .signin-footer a.signin-footer-link,.signin-page .signin-footer button,.signin-page .signin-footer span,.signin-page .signin-footer-link{-webkit-tap-highlight-color:transparent;background:none;border:none;color:var(--brand-600)!important;cursor:pointer;font-size:inherit;line-height:1.1;outline:none;padding:0}.signin-page .signin-footer a.signin-footer-link{text-decoration:none}.signin-page .signin-footer a.signin-footer-link:hover,.signin-page .signin-footer button.signin-footer-link:hover,.signin-page .signin-footer button:hover,.signin-page .signin-footer-link:hover{background:#0000!important;border:none!important;border-radius:0!important;box-shadow:none!important;color:var(--brand-500)!important;font-size:inherit!important;padding:0!important;text-decoration:none!important}.signin-spinner{animation:signin-spin .8s linear infinite;border:3px solid var(--border-color);border-radius:50%;border-top-color:var(--brand-500);height:48px;width:48px}@keyframes signin-spin{to{transform:rotate(1turn)}}@media (min-width:1101px){.signin-main{background:var(--bg-color);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.signin-panel{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--bg-color);overflow-y:auto;padding:1.25rem 1.5rem}.signin-card{background:#0000;border:none;border-radius:0;box-shadow:none;max-width:var(--signin-form-max);padding:0}}@media (max-height:820px) and (min-width:1101px){.signin-page{--signin-topbar-h:2.75rem;--signin-footer-h:1.85rem}.signin-hero-scroll{padding-bottom:calc(var(--signin-hero-inset) + .65rem);padding-top:calc(var(--signin-hero-inset) + .65rem)}.signin-hero-highlights{display:none}.signin-form--signup{gap:.55rem}.signin-card-header-panel p{margin-bottom:.65rem}.signin-divider{margin:.65rem 0}}@media (max-width:1100px){body.signin-page-active,body:has(.signin-page),html:has(.signin-page){max-width:100%;overflow:hidden;overflow-x:hidden;width:100%}body.signin-page-active,body:has(.signin-page),html:has(.signin-page){height:100%}#root:has(.signin-page),body.signin-page-active #root{height:100%;min-height:100dvh;min-height:100svh}.signin-page{--signin-topbar-h:2.85rem;--signin-footer-h:2rem;box-sizing:border-box;display:flex;flex-direction:column;height:100svh;inset:0;max-height:100svh;max-width:100%;overflow:hidden;overflow-x:hidden;position:fixed;width:100%}.signin-topbar{padding-left:max(.85rem,env(safe-area-inset-left,0px));padding-right:max(.85rem,env(safe-area-inset-right,0px));padding-top:max(.65rem,env(safe-area-inset-top,0px))}.signin-main{background:var(--bg-color);box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;height:auto!important;max-height:none!important;max-width:100%;min-height:0;min-width:0;overflow:hidden;overflow-x:hidden;width:100%}.signin-hero{display:none}.signin-panel{align-items:stretch;-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--bg-color);box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:stretch;max-height:none;max-width:100%;min-height:0;min-width:0;overflow:hidden;overflow-x:hidden;padding:0;width:100%}.signin-panel:before{display:none}.signin-card{align-items:center;background:#0000;border:none;border-radius:0;box-shadow:none;box-sizing:border-box;flex:1 1;flex-shrink:1;height:100%;margin:0;max-width:100%;min-height:0;min-width:0;overflow:hidden;overflow-x:hidden;padding:max(1rem,env(safe-area-inset-top,0px)) max(1rem,env(safe-area-inset-right,0px)) max(1rem,env(safe-area-inset-bottom,0px)) max(1rem,env(safe-area-inset-left,0px));width:100%}.signin-auth-tab{font-size:.8rem;min-width:0;padding:.55rem .45rem}.signin-card-body{overflow-x:hidden}.signin-google-wrap{display:block}.signin-footer{padding-bottom:max(.4rem,env(safe-area-inset-bottom,0px))}.signin-auth-toggle,.signin-card-header{flex-shrink:0}.signin-card-body{-webkit-overflow-scrolling:touch;display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow-y:auto}.signin-card-panel{display:none;flex:1 1 auto;grid-area:unset;min-height:0;visibility:visible}.signin-card-panel--active{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.signin-error{flex-shrink:0}.signin-card-header-panel p{margin-bottom:.9rem}.signin-divider{margin:.9rem 0}.signin-form-grid--names,.signin-form-grid--profile{grid-template-columns:1fr}.signin-footer{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;font-size:.66rem;gap:.5rem;overflow-x:auto;padding:.4rem .6rem}.signin-page .signin-footer button,.signin-page .signin-footer span,.signin-page .signin-footer-link{flex:0 0 auto;white-space:nowrap}}[data-theme=dark] .signin-hero{background:var(--bg-color)}[data-theme=dark] .signin-hero:before{background:linear-gradient(160deg,#ffffff14,#ffffff05),radial-gradient(120% 80% at 0 100%,#c26e1a38 0,#c26e1a00 68%),radial-gradient(95% 90% at 100% 0,#ffffff1a 0,#fff0 62%),linear-gradient(160deg,#120d0ab3 0,#27180c4d 100%),var(--brand-gradient-hero-dark)}[data-theme=dark] .signin-hero-scroll:before{opacity:.38}[data-theme=dark] .signin-main{background:var(--brand-gradient-hero-dark)}[data-theme=dark] .signin-topbar{background:radial-gradient(120% 180% at 0 0,#c26e1a33 0,#c26e1a00 58%),linear-gradient(95deg,#ffffff0a,#ffffff05),var(--bg-color);border-bottom:1px solid #ffffff1a;box-shadow:0 10px 24px #0000004d}[data-theme=dark] .signin-topbar:after{background:linear-gradient(90deg,#fff0,#fff3 50%,#fff0)}[data-theme=dark] .signin-panel:before{background:linear-gradient(180deg,#fff0 0,#ffffff2e 20%,#ffffff2e 80%,#fff0)}[data-theme=dark] .signin-panel{background:#131414a3}@media (min-width:1101px){[data-theme=dark] .signin-main,[data-theme=dark] .signin-panel{background:var(--bg-color)}[data-theme=dark] .signin-card{box-shadow:none}}@media (max-width:1100px){[data-theme=dark] .signin-panel{background:var(--bg-color)}[data-theme=dark] .signin-card{box-shadow:none}}[data-theme=dark] .signin-card{box-shadow:0 4px 24px #00000059}:root{--rb-text:#334155;--rb-text-strong:#1e293b;--rb-surface:#fff;--rb-surface-muted:#f8fafc;--rb-border:#e2e8f0;--rb-border-strong:#cbd5e1;--rb-brand-bg:var(--brand-50,#faf6f1);--rb-brand-bg-hover:var(--brand-100,#f5ebe0);--rb-brand-border:color-mix(in srgb,var(--brand-500,#b87333) 32%,#0000);--rb-brand-text:var(--brand-700,#7a4e28);--rb-focus-ring:var(--brand-focus-ring,#b8733373);--rb-success-bg:#ecfdf5;--rb-success-bg-hover:#d1fae5;--rb-success-text:#14532d;--rb-danger-bg:#fef2f2;--rb-danger-bg-hover:#fee2e2;--rb-danger-text:#991b1b;--rb-warning-bg:#fff7ed;--rb-warning-bg-hover:#ffedd5;--rb-warning-text:#9a3412;--rb-dark-bg:#f1f5f9;--rb-dark-bg-hover:#e2e8f0;--rb-dark-text:#0f172a}[data-theme=dark]{--rb-text:#cbd5e1;--rb-text-strong:#f1f5f9;--rb-surface:#1e293b;--rb-surface-muted:#0f172a;--rb-border:#334155;--rb-border-strong:#475569;--rb-brand-bg:color-mix(in srgb,var(--brand-500,#b87333) 16%,#0000);--rb-brand-bg-hover:color-mix(in srgb,var(--brand-500,#b87333) 26%,#0000);--rb-brand-border:color-mix(in srgb,var(--brand-300,#d4956a) 40%,#0000);--rb-brand-text:#e2e8f0;--rb-focus-ring:color-mix(in srgb,var(--brand-300,#d4956a) 55%,#0000);--rb-success-bg:#22c55e24;--rb-success-bg-hover:#22c55e38;--rb-success-text:#bbf7d0;--rb-danger-bg:#ef444424;--rb-danger-bg-hover:#ef44443d;--rb-danger-text:#fecaca;--rb-warning-bg:#fb923c24;--rb-warning-bg-hover:#fb923c3d;--rb-warning-text:#fed7aa;--rb-dark-bg:#334155;--rb-dark-bg-hover:#475569;--rb-dark-text:#f8fafc}.rb-btn{align-items:center;border-style:solid;border-width:1px;box-sizing:border-box;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.875rem;font-size:var(--rb-font-size,.875rem);font-weight:600;gap:8px;gap:var(--rb-gap,8px);justify-content:center;line-height:1.25;margin:0;padding:10px 20px;padding:var(--rb-pad-y,10px) var(--rb-pad-x,20px);text-align:center;text-decoration:none;transition:background-color .18s ease,border-color .18s ease,color .15s ease,box-shadow .18s ease,filter .15s ease,opacity .15s ease;white-space:nowrap}.rb-btn:focus-visible{outline:2px solid #b8733373;outline:2px solid var(--rb-focus-ring);outline-offset:2px}[data-theme=dark] .rb-btn:focus-visible{outline-color:color-mix(in srgb,#d4956a 65%,#0000);outline-color:color-mix(in srgb,var(--brand-300,#d4956a) 65%,#0000)}.rb-btn:disabled,.rb-btn[aria-disabled=true]{cursor:not-allowed;opacity:.55;pointer-events:none}.rb-btn--full{width:100%}.rb-btn__icon{align-items:center;display:inline-flex;flex-shrink:0;justify-content:center}.rb-btn__icon svg{display:block}.rb-btn.rb-btn--xs .rb-btn__icon svg{height:.875rem;width:.875rem}.rb-btn.rb-btn--md .rb-btn__icon svg,.rb-btn.rb-btn--sm .rb-btn__icon svg{height:1rem;width:1rem}.rb-btn.rb-btn--lg .rb-btn__icon svg{height:1.125rem;width:1.125rem}.rb-btn.rb-btn--xl .rb-btn__icon svg{height:1.25rem;width:1.25rem}.rb-btn.rb-btn--xs{--rb-gap:4px;--rb-pad-y:4px;--rb-pad-x:8px;--rb-font-size:0.75rem;border-radius:6px;font-size:.75rem;padding:4px 8px}.rb-btn.rb-btn--sm{--rb-gap:6px;--rb-pad-y:6px;--rb-pad-x:12px;--rb-font-size:0.875rem;border-radius:8px;font-size:.875rem;padding:6px 12px}.rb-btn.rb-btn--md{--rb-gap:8px;--rb-pad-y:10px;--rb-pad-x:20px;--rb-font-size:0.875rem;border-radius:10px;font-size:.875rem;padding:10px 20px}.rb-btn.rb-btn--lg{--rb-gap:8px;--rb-pad-y:12px;--rb-pad-x:20px;--rb-font-size:1rem;border-radius:10px;font-size:1rem;padding:12px 20px}.rb-btn.rb-btn--xl{--rb-gap:10px;--rb-pad-y:14px;--rb-pad-x:24px;--rb-font-size:1rem;border-radius:12px;font-size:1rem;padding:14px 24px}button.rb-btn:hover:not(:disabled):not([aria-disabled=true]){font-size:.875rem;font-size:var(--rb-font-size,.875rem);padding:10px 20px;padding:var(--rb-pad-y,10px) var(--rb-pad-x,20px)}.rb-btn.rb-btn--pill.rb-btn--lg,.rb-btn.rb-btn--pill.rb-btn--md,.rb-btn.rb-btn--pill.rb-btn--sm,.rb-btn.rb-btn--pill.rb-btn--xl,.rb-btn.rb-btn--pill.rb-btn--xs{border-radius:9999px}.rb-btn--solid.rb--brand{background:#faf6f1;background:var(--rb-brand-bg);border-color:color-mix(in srgb,#b87333 32%,#0000);border-color:var(--rb-brand-border);color:#7a4e28;color:var(--rb-brand-text)}.rb-btn--solid.rb--brand:hover:not(:disabled){background:#f5ebe0;background:var(--rb-brand-bg-hover);color:#7a4e28;color:var(--rb-brand-text)}.rb-btn--solid.rb--secondary{background:#f8fafc;background:var(--rb-surface-muted);border-color:#e2e8f0;border-color:var(--rb-border);color:#334155;color:var(--rb-text)}.rb-btn--solid.rb--secondary:hover:not(:disabled){background:#e2e8f0;background:var(--rb-border)}.rb-btn--solid.rb--tertiary{background:#fff;background:var(--rb-surface);border-color:#e2e8f0;border-color:var(--rb-border);color:#334155;color:var(--rb-text)}.rb-btn--solid.rb--tertiary:hover:not(:disabled){background:#f8fafc;background:var(--rb-surface-muted)}.rb-btn--solid.rb--success{background:#ecfdf5;background:var(--rb-success-bg);border-color:#0000;color:#14532d;color:var(--rb-success-text)}.rb-btn--solid.rb--success:hover:not(:disabled){background:#d1fae5;background:var(--rb-success-bg-hover);color:#14532d;color:var(--rb-success-text)}.rb-btn--solid.rb--danger{background:#fef2f2;background:var(--rb-danger-bg);border-color:#0000;color:#991b1b;color:var(--rb-danger-text)}.rb-btn--solid.rb--danger:hover:not(:disabled){background:#fee2e2;background:var(--rb-danger-bg-hover);color:#991b1b;color:var(--rb-danger-text)}.rb-btn--solid.rb--warning{background:#fff7ed;background:var(--rb-warning-bg);border-color:#0000;color:#9a3412;color:var(--rb-warning-text)}.rb-btn--solid.rb--warning:hover:not(:disabled){background:#ffedd5;background:var(--rb-warning-bg-hover);color:#9a3412;color:var(--rb-warning-text)}.rb-btn--solid.rb--dark{background:#f1f5f9;background:var(--rb-dark-bg);border-color:#cbd5e1;border-color:var(--rb-border-strong);color:#0f172a;color:var(--rb-dark-text)}.rb-btn--solid.rb--dark:hover:not(:disabled){background:#e2e8f0;background:var(--rb-dark-bg-hover);color:#0f172a;color:var(--rb-dark-text)}.rb-btn--solid.rb--ghost{background:#0000;border-color:#0000;color:#1e293b;color:var(--rb-text-strong)}.rb-btn--solid.rb--ghost:hover:not(:disabled){background:#f8fafc;background:var(--rb-surface-muted);color:#1e293b;color:var(--rb-text-strong)}.rb-btn--outline{background:#fff;background:var(--rb-surface);color:#334155;color:var(--rb-text)}.rb-btn--outline.rb--brand,.rb-btn--outline.rb--brand:hover:not(:disabled){border-color:color-mix(in srgb,#b87333 32%,#0000);border-color:var(--rb-brand-border);color:#7a4e28;color:var(--rb-brand-text)}.rb-btn--outline.rb--brand:hover:not(:disabled){background:#f5ebe0;background:var(--rb-brand-bg-hover)}.rb-btn--outline.rb--gray{border-color:#cbd5e1;border-color:var(--rb-border-strong);color:#334155;color:var(--rb-text)}.rb-btn--outline.rb--gray:hover:not(:disabled){background:#f8fafc;background:var(--rb-surface-muted);border-color:#cbd5e1;border-color:var(--rb-border-strong);color:#1e293b;color:var(--rb-text-strong)}.rb-btn--outline.rb--success{border-color:#16a34a73;color:#14532d;color:var(--rb-success-text)}[data-theme=dark] .rb-btn--outline.rb--success{border-color:#4ade8073}.rb-btn--outline.rb--success:hover:not(:disabled){background:#d1fae5;background:var(--rb-success-bg-hover);color:#14532d;color:var(--rb-success-text)}.rb-btn--outline.rb--danger{border-color:#dc262673;color:#991b1b;color:var(--rb-danger-text)}[data-theme=dark] .rb-btn--outline.rb--danger{border-color:#f8717173}.rb-btn--outline.rb--danger:hover:not(:disabled){background:#fee2e2;background:var(--rb-danger-bg-hover);color:#991b1b;color:var(--rb-danger-text)}.rb-btn--outline.rb--warning{border-color:#ea580c73;color:#9a3412;color:var(--rb-warning-text)}[data-theme=dark] .rb-btn--outline.rb--warning{border-color:#fb923c73}.rb-btn--outline.rb--warning:hover:not(:disabled){background:#ffedd5;background:var(--rb-warning-bg-hover);color:#9a3412;color:var(--rb-warning-text)}.notifications-heading-unread-dot{background:#5c88b7;background:var(--blue-heading,#5c88b7);border-radius:50%;display:inline-block;height:8px;margin-left:6px;vertical-align:middle;width:8px}.notifications-container{position:relative}.notifications-dropdown{background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 8px #0000001a;gap:10px;margin-top:5px;padding:10px;position:absolute;text-align:left;top:100%;transform:translateX(-80%);width:400px;z-index:10}.all-notifications{border-top:1px solid #ccc;cursor:pointer;font-size:14px;font-weight:400;margin-top:10px;padding:10px;text-align:center;transition:background-color .3s ease}.all-notifications:hover{color:var(--blue-heading);font-size:14px;font-weight:700}.notifications-heading{color:#5c88b7;font-size:14px;font-weight:700;margin-bottom:10px}.notifications-dropdown ul{list-style-type:none;margin:0;padding:0}.notifications-dropdown ul li{margin-bottom:5px}.notifications-dropdown ul li.notifications-item{align-items:flex-start;background-color:var(--header-color);border-radius:8px;display:flex;gap:8px;justify-content:flex-start;padding:8px 10px}.notifications-dropdown ul li span{color:#5c88b7;font-size:12px;margin-right:3px}.notifications-dropdown ul li:hover{background-color:var(--hover-color)}.notifications-dropdown ul li .msg-labels{color:var(--text-color);flex-grow:1;font-size:14px;font-weight:400;text-align:left;text-decoration:none}.notifications-dropdown ul li .timestamp{color:gray;font-size:14px;font-weight:400;text-align:right}.notifications-empty,.notifications-loading{color:var(--text-color);font-size:13px;padding:12px;text-align:center}.notifications-item{align-items:flex-start;background-color:var(--header-color);border-left:3px solid #0000;border-radius:8px;display:flex;gap:8px;margin-bottom:6px;padding:8px 10px;transition:background-color .2s ease}.notifications-item-unread{background-color:var(--header-color);border-left-color:#5c88b7;border-left-color:var(--blue-heading,#5c88b7)}.notifications-item-icon{flex-shrink:0;margin-top:2px}.notifications-icon-action{color:#c0392b}.notifications-icon-info{color:#5c88b7;color:var(--blue-heading,#5c88b7)}.notifications-item-body{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.notifications-item-title{color:var(--text-color);font-size:13px;font-weight:600}.notifications-item-message{color:var(--text-color);font-size:12px;opacity:.9}.notifications-item-time{color:#888;font-size:11px;margin-top:2px}.notifications-mark-read-btn{background:var(--bg-color);border:1px solid var(--border-color);border-radius:4px;color:var(--text-color);cursor:pointer;flex-shrink:0;font-size:11px;padding:2px 8px}.notifications-mark-read-btn:hover{background:var(--hover-color)}.notifications-heading-row{align-items:center;display:flex;gap:8px;justify-content:space-between}.notifications-clear-btn{background:#0000;border:none;color:var(--blue-heading);cursor:pointer;font-size:12px}.notifications-clear-btn:hover{text-decoration:underline}.notifications-skeleton-list{list-style:none;margin:0;padding:0}.notifications-item-skeleton{cursor:default}.skeleton-circle{border-radius:50%;height:20px;width:20px}.skeleton-circle,.skeleton-line{background:var(--grey-color);opacity:.6}.skeleton-line{border-radius:4px;display:block;height:8px;margin-bottom:4px}.skeleton-line-short{width:40%}.skeleton-line-long{width:70%}.profile-container{cursor:default;position:relative;z-index:2100}.profile-dropdown{background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 8px #0000001a;font-size:24px;gap:10px;height:auto;margin-top:5px;min-width:300px;padding:10px;position:absolute;top:100%;transform:translateX(-85%);white-space:nowrap;width:auto;z-index:2200}.profile-dropdown.profile-dropdown-skeleton{pointer-events:none;white-space:normal}.profile-dropdown-skeleton .profile-skeleton-block{vertical-align:middle}.profile-dropdown-skeleton .usr-profile-pic .profile-skeleton-avatar-fill{border:4px solid #fff;border:4px solid var(--profile-aura,#fff);border-radius:50%;box-shadow:0 0 0 1.5px #b87333;box-shadow:0 0 0 1.5px var(--brand-500,#b87333);box-sizing:border-box;display:block;height:88px;width:88px}.profile-dropdown-skeleton .usr-metadata-name{display:block;min-height:24px}.profile-dropdown-skeleton .usr-metadata-name .profile-skeleton-name-fill{border-radius:6px;display:inline-block;height:22px;max-width:100%;width:min(168px,100%)}.profile-dropdown-skeleton .manage-profile .profile-skeleton-manage-fill{border-radius:10px;display:block;height:22px;margin-left:auto;width:118px}.profile-dropdown-skeleton .profile-heading{align-items:center;display:flex;justify-content:flex-start;min-height:calc(1em + 10px)}.profile-dropdown-skeleton .profile-heading .profile-skeleton-heading-fill{border-radius:4px;display:inline-block;height:15px;width:88px}.profile-dropdown-skeleton .profile-heading .profile-skeleton-heading-fill.narrow{width:72px}.profile-dropdown-skeleton .usr-labels .profile-skeleton-label-fill{border-radius:4px;display:inline-block;height:14px;width:76px}.profile-dropdown-skeleton .usr-metadata .profile-skeleton-value-fill{border-radius:4px;display:inline-block;height:14px;max-width:100%;width:min(148px,55vw)}.profile-dropdown-skeleton .signout.profile-signout-skeleton{align-items:center;cursor:default;display:flex;justify-content:center;min-height:40px}.profile-dropdown-skeleton .signout .profile-skeleton-signout-fill{border-radius:4px;display:inline-block;height:14px;width:72px}.profile-skeleton-block{animation:profile-skeleton-shimmer 1.4s ease-in-out infinite;background:linear-gradient(105deg,#e2e8f08c,#f1f5f9eb 42%,#e2e8f08c 84%);background-size:220% 100%}@keyframes profile-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}[data-theme=dark] .profile-skeleton-block{background:linear-gradient(105deg,#2d3340bf,#373e4ef2 42%,#2d3340bf 84%);background-size:220% 100%}[data-theme=dark] .profile-dropdown-skeleton .usr-profile-pic .profile-skeleton-avatar-fill{box-shadow:0 0 0 1.5px #c9863f;box-shadow:0 0 0 1.5px var(--brand-400,#c9863f)}@media (prefers-reduced-motion:reduce){.profile-skeleton-block{animation:none;background:#e2e8f0bf}[data-theme=dark] .profile-skeleton-block{background:#373e4ed9}}.profile-loading-text{color:#64748b;color:var(--text-secondary,#64748b);font-size:14px;margin:8px 0 0}.signout{border-top:1px solid var(--border-color);cursor:pointer;font-size:14px;font-weight:400;margin-top:10px;padding:10px;text-align:center;transition:background-color .3s ease}.signout:hover{font-size:14px}.profile-heading,.signout:hover{color:var(--blue-heading);font-weight:700}.profile-heading{border-top:1px solid var(--border-color);font-size:15px;margin-bottom:10px;padding-top:10px;text-align:left}.profile-dropdown ul{list-style-type:none;margin:0;padding:0}.profile-container .profile-dropdown .user-header-list .user-header{background-color:var(--bg-color);background-image:url(/static/media/bg_design.ca965ee8551c48d662ec.svg);background-position:50%;background-size:cover;transition:background-color .3s ease}.profile-container .profile-dropdown .user-header-list .user-header,.profile-dropdown ul li{align-items:center;border-radius:5px;display:flex;justify-content:space-between;margin-bottom:5px;padding:5px}.profile-dropdown ul li span{color:var(--text-color);font-size:14px;margin-right:3px}.profile-dropdown ul li .usr-labels{color:var(--text-color);flex-grow:1;font-size:14px;font-weight:700;text-align:left;text-decoration:none}.profile-dropdown ul li .usr-metadata{color:var(--text-color);font-size:14px;font-weight:400;text-align:right}.profile-dropdown ul li .usr-metadata-name{background-color:var(--bg-color);border-radius:5px;font-size:20px;font-weight:700;text-align:right}.profile-container .profile-dropdown .user-header-list .user-header .usr-profile-pic{align-items:center;background:#0000;border:1.5px solid #b87333;border:1.5px solid var(--brand-500,#b87333);border-radius:50%;box-sizing:border-box;cursor:default;display:inline-flex;flex-shrink:0;justify-content:center;line-height:0;overflow:visible;padding:0;position:relative}.usr-profile-pic .profile-pic-img{border:4px solid #fff;border:4px solid var(--profile-aura,#fff);border-radius:50%;box-sizing:border-box;display:block;height:88px;object-fit:cover;opacity:.85;transition:opacity .2s;width:88px}[data-theme=dark] .profile-container .profile-dropdown .user-header-list .user-header .usr-profile-pic{border-color:#c9863f;border-color:var(--brand-400,#c9863f)}.manage-profile{align-items:center;background-color:initial;border:none;border-radius:0;display:flex;gap:8px;justify-content:flex-end;margin:8px 0 10px;padding:0}.manage-profile-btn{align-items:center;background:var(--header-color);border:1px solid var(--border-color);border-radius:8px;color:var(--text-color);cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;line-height:1.2;padding:5px 8px;transition:background-color .3s ease;white-space:nowrap}.manage-profile-btn:hover{background:var(--hover-color);border-color:var(--hover-color);color:var(--blue-heading)}.manage-profile-btn svg{color:inherit;font-size:15px}.user-info{align-items:flex-end;display:flex;flex-direction:column}.profile-mode-switcher{display:flex;gap:8px;margin:0 0 10px}.profile-mode-switcher-btn{align-items:center;background:var(--bg-color);border:1px solid var(--border-color);border-radius:8px;cursor:pointer;display:inline-flex;flex:1 1;font-size:13px;gap:6px;justify-content:center;padding:6px 8px}.profile-mode-switcher-btn.is-active{background:#2563eb14;border-color:#2563eb;border-color:var(--primary-color,#2563eb);font-weight:600}.profile-mode-switcher-btn:disabled{cursor:wait;opacity:.6}.usr-metadata-handle{color:#6b7280;color:var(--text-muted,#6b7280);display:block;font-size:12px}.support-open-disc--home{--od-accent:var(--brand-500,#b87333);box-sizing:border-box;margin:0 auto;max-width:none;padding-bottom:10px;width:100%}.support-open-disc--home.is-composer-open{padding-bottom:0}.support-open-disc-shell-header{--od-shell-header-icon:22px;grid-gap:12px;align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border:0;border-bottom:1px solid #e2e8f0f2;border-radius:0;display:grid;gap:12px;grid-template-columns:auto minmax(240px,1fr) auto;margin:0 -8px 14px;padding:10px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:20}.support-open-disc-shell-header--no-search{grid-template-columns:1fr auto}.support-open-disc-shell-header-left,.support-open-disc-shell-header-right{align-items:center;display:flex;gap:8px}.support-open-disc-shell-header-btn{align-items:center;background:#fff;border:none;border-radius:10px;color:#334155;display:inline-flex;height:36px;justify-content:center;width:36px}.support-open-disc-shell-header .support-open-disc-search-icon,.support-open-disc-shell-header-btn svg,.support-open-disc-shell-header-icon svg,.support-open-disc-shell-header-theme svg,.support-open-disc-shell-menu-icon,.support-open-disc-shell-theme-icon{display:block;font-size:22px!important;font-size:var(--od-shell-header-icon,22px)!important;height:22px;height:var(--od-shell-header-icon,22px);line-height:1;width:22px;width:var(--od-shell-header-icon,22px)}.support-open-disc-shell-logo-image{border-radius:6px;height:30px;object-fit:cover;width:30px}.support-open-disc-shell-logo-text{color:#b87333;color:var(--brand-500,#b87333);font-size:1.05rem;font-weight:700;white-space:nowrap}.support-open-disc-shell-header-search{justify-self:center;max-width:720px;min-width:0;width:100%}.support-open-disc-shell-header-search>*{width:100%}.support-open-disc-shell-header,.support-open-disc-shell-header-right{overflow:visible}.support-open-disc-shell-header-icon,.support-open-disc-shell-header-profile{background:#fff;border:none;border-radius:10px;color:#334155;cursor:pointer;height:36px;width:36px}.support-open-disc-shell-header-icon,.support-open-disc-shell-header-profile,.support-open-disc-shell-notifications-wrap{align-items:center;display:inline-flex;justify-content:center;position:relative}.support-open-disc-shell-notifications-dot{background:#e53935;border:1.5px solid #fff;border-radius:50%;box-sizing:border-box;height:9px;pointer-events:none;position:absolute;right:0;top:0;width:9px}[data-theme=dark] .support-open-disc-shell-notifications-dot{border-color:#1e293bf2}.support-open-disc-shell-header-icon.is-active,.support-open-disc-shell-header-profile.is-active{border-color:#4f46e58c;box-shadow:0 0 0 2px #4f46e51f}.support-open-disc-shell-header-avatar{border:2px solid #fff;border:2px solid var(--profile-aura,#fff);border-radius:50%;box-sizing:border-box;height:28px;object-fit:cover;outline:1.5px solid #b87333;outline:1.5px solid var(--brand-500,#b87333);outline-offset:0;width:28px}[data-theme=dark] .support-open-disc-shell-header-avatar{outline-color:#c9863f;outline-color:var(--brand-400,#c9863f)}.support-open-disc-shell-header .support-open-disc-shell-header-btn.noOutline-text,.support-open-disc-shell-header .support-open-disc-shell-header-icon.noOutline-text,.support-open-disc-shell-header .support-open-disc-shell-header-profile.noOutline-text{color:#334155;text-decoration:none}.support-open-disc-shell-header .support-open-disc-shell-header-btn.noOutline-text:hover,.support-open-disc-shell-header .support-open-disc-shell-header-icon.noOutline-text:hover,.support-open-disc-shell-header .support-open-disc-shell-header-profile.noOutline-text:hover{background:#faf6f1;background:var(--brand-50,#faf6f1);color:#b87333;color:var(--brand-500,#b87333);text-decoration:none}[data-theme=dark] .support-open-disc-shell-header .support-open-disc-shell-header-btn.noOutline-text,[data-theme=dark] .support-open-disc-shell-header .support-open-disc-shell-header-icon.noOutline-text,[data-theme=dark] .support-open-disc-shell-header .support-open-disc-shell-header-profile.noOutline-text{color:#cbd5e1}[data-theme=dark] .support-open-disc-shell-header .support-open-disc-shell-header-btn.noOutline-text:hover,[data-theme=dark] .support-open-disc-shell-header .support-open-disc-shell-header-icon.noOutline-text:hover,[data-theme=dark] .support-open-disc-shell-header .support-open-disc-shell-header-profile.noOutline-text:hover{background:#b8733329;color:#d8b08a;color:var(--brand-300,#d8b08a)}.support-open-disc-shell-header .messaging-dropdown,.support-open-disc-shell-header .notifications-dropdown,.support-open-disc-shell-header .profile-dropdown{left:auto;margin-top:8px;right:0;transform:none;z-index:2400}.support-open-disc-shell-layout{grid-gap:18px;align-items:start;display:grid;gap:18px;grid-template-columns:minmax(180px,220px) minmax(0,1fr)}.support-open-disc-shell-layout.is-nav-collapsed{grid-template-columns:72px minmax(0,1fr)}.support-open-disc-shell-layout--prefs-loading{align-self:stretch;flex:1 1 auto;min-height:0}.support-open-disc-shell-sidebar-col{display:flex;flex-direction:column;gap:0;height:calc(100dvh - 90px);max-height:calc(100dvh - 90px);min-width:0;position:-webkit-sticky;position:sticky;top:74px;z-index:400}.support-open-disc-shell-sidebar-col-inner{-webkit-overflow-scrolling:touch;display:flex;flex:1 1 auto;flex-direction:column;gap:12px;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.support-open-disc-shell-sidebar-col-footer{border-top:1px solid #b8733324;color:#5c3d1e;color:var(--brand-800,#5c3d1e);flex-shrink:0;font-size:.75rem;font-weight:400;line-height:1.45;margin-top:auto;opacity:.88;padding:14px 8px 8px;text-align:center}.support-open-disc-shell-sidebar-col-copyright{margin:0}.support-open-disc-shell-sidebar-col-doc-link{color:#8b5a2b;color:var(--brand-600,#8b5a2b);display:inline-block;font-size:.75rem;font-weight:500;margin-top:.35rem;text-decoration:none}.support-open-disc-shell-sidebar-col-doc-link:hover{color:#b87333;color:var(--brand-500,#b87333);text-decoration:underline;text-underline-offset:2px}.support-open-disc-shell-layout.is-nav-collapsed .support-open-disc-shell-sidebar-col-footer{display:none}.support-open-disc-shell-sidebar{background:#fff;border-radius:14px;box-shadow:0 1px 2px #3d28100a,0 10px 36px -14px #3d28101a;display:flex;flex-direction:column;gap:6px;min-width:0;padding:10px}.support-open-disc-shell-sidebar--view-later{flex-shrink:0}.support-open-disc-shell-sidebar--view-later.is-section-active{background:#faf6f1;background:var(--brand-50,#faf6f1);border-color:#b8733338;box-shadow:0 1px 2px #3d28100a,0 10px 36px -14px #3d28101a}.support-open-disc-shell-sidebar--view-later .support-open-disc-shell-side-item.is-active{background:#b873331f;color:#7a4e28;color:var(--brand-700,#7a4e28)}.support-open-disc-shell-sidebar--view-later .support-open-disc-shell-side-item.is-active svg{color:#b87333;color:var(--brand-500,#b87333)}.support-open-disc-shell-sidebar--view-later .support-open-disc-shell-side-item.is-active .support-open-disc-shell-side-badge{background:#b8733329;color:#7a4e28;color:var(--brand-700,#7a4e28)}.support-open-disc-view-later-side-nav{flex-shrink:0}.support-open-disc-shell-sidebar--view-later .support-open-disc-view-later-side-nav+.support-open-disc-view-later-side-nav{margin-top:2px}.support-open-disc-view-later-side-list{display:flex;flex:1 1 auto;flex-direction:column;gap:4px;list-style:none;margin:6px 0 0;min-height:0;overflow-y:auto;padding:0}.support-open-disc-view-later-side-item{align-items:stretch;background:#faf6f1;background:var(--brand-50,#faf6f1);border:1px solid #b8733329;border-radius:10px;display:flex;gap:2px}.support-open-disc-view-later-side-item-open{background:#0000;border:none;color:inherit;cursor:pointer;flex:1 1 auto;font:inherit;min-width:0;padding:7px 8px;text-align:left}.support-open-disc-view-later-side-item-open:hover{color:#7a4e28;color:var(--brand-700,#7a4e28)}.support-open-disc-view-later-side-item-title{color:#3d2810;color:var(--brand-900,#3d2810);display:block;font-size:.78rem;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-open-disc-view-later-side-item-meta{color:#5c3d1e;color:var(--brand-800,#5c3d1e);display:block;font-size:.7rem;margin-top:2px;opacity:.88;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-open-disc-view-later-side-item-remove{background:#0000;border:none;border-left:1px solid #b8733329;border-radius:0 10px 10px 0;color:#8b5a2b;color:var(--brand-600,#8b5a2b);cursor:pointer;flex-shrink:0;opacity:.75;width:28px}.support-open-disc-view-later-side-item-remove:hover{background:#fee2e273;color:#dc2626}.support-open-disc-view-later-side-empty{line-height:1.4;margin:8px 2px 0}.support-open-disc-view-later-side-see-all{background:#b873331a;border:none;border-radius:10px;color:#7a4e28;color:var(--brand-700,#7a4e28);cursor:pointer;font:inherit;font-size:.78rem;font-weight:600;margin-top:8px;padding:8px 10px;width:100%}.support-open-disc-view-later-side-see-all:hover{background:#b8733329;color:#5c3d1e;color:var(--brand-800,#5c3d1e)}.support-open-disc-shell-side-item{align-items:center;background:#0000;border:none;border-radius:10px;color:#3d2810;color:var(--brand-900,#3d2810);cursor:pointer;display:flex;font:inherit;font-size:.86rem;font-weight:400;gap:10px;padding:10px 12px;position:relative;text-align:left;width:100%}.support-open-disc-shell-side-item svg{color:#b87333;color:var(--brand-500,#b87333);flex-shrink:0;font-size:1.4rem}.support-open-disc-shell-side-item-avatar-wrap{background:#fff;border:1.5px solid #b87333;border:1.5px solid var(--brand-500,#b87333);border-radius:50%;box-sizing:border-box;display:inline-flex;flex:0 0 28px;flex-shrink:0;height:28px;max-height:28px;max-width:28px;min-height:28px;min-width:28px;overflow:hidden;width:28px}.support-open-disc-shell-side-item-avatar{border:0;border-radius:0;display:block;height:100%;object-fit:cover;width:100%}.support-open-disc-shell-side-item--profile-home-skel{cursor:default;pointer-events:none}.support-open-disc-shell-side-item-skel-avatar,.support-open-disc-shell-side-item-skel-label{animation:support-open-disc-shimmer 1.2s ease-in-out infinite;background:linear-gradient(90deg,#f1f5f9,#e2e8f0 50%,#f1f5f9);background-size:200% 100%;display:block}.support-open-disc-shell-side-item-skel-avatar{border-radius:0;height:100%;width:100%}.support-open-disc-shell-side-item-skel-label{border-radius:6px;flex:1 1;height:14px;max-width:72%;min-width:0}.support-open-disc-shell-side-item--profile-home .support-open-disc-shell-side-item-label{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .support-open-disc-shell-side-item-avatar-wrap{background:#0f172a;border-color:#c9863f;border-color:var(--brand-400,#c9863f)}[data-theme=dark] .support-open-disc-shell-side-item-skel-avatar,[data-theme=dark] .support-open-disc-shell-side-item-skel-label{background:linear-gradient(90deg,#1e293b,#334155 50%,#1e293b);background-size:200% 100%}.support-open-disc-shell-side-item.is-active,.support-open-disc-shell-side-item:hover{background:#b873331f;color:#7a4e28;color:var(--brand-700,#7a4e28);font-size:.86rem;font-weight:400}.support-open-disc-shell-side-item.is-active svg,.support-open-disc-shell-side-item:hover svg{color:#8b5a2b;color:var(--brand-600,#8b5a2b)}.support-open-disc-shell-side-item:focus-visible{outline:2px solid #b8733338;outline:2px solid var(--brand-focus-ring,#b8733338);outline-offset:1px}.support-open-disc-shell-side-item:active,.support-open-disc-shell-side-item:focus-visible{font-size:.86rem;font-weight:400}.support-open-disc-shell-layout.is-nav-collapsed .support-open-disc-shell-side-item-label{display:none}.support-open-disc-shell-layout.is-nav-collapsed .support-open-disc-shell-side-item{justify-content:center;padding-inline:0}.support-open-disc-shell-layout.is-nav-collapsed .support-open-disc-shell-side-nav .tooltip-container{display:block;width:100%}.support-open-disc-shell-side-nav{display:flex;flex-direction:column;gap:6px}.support-open-disc-shell-side-badge{align-items:center;background:#b8733329;border-radius:999px;color:#7a4e28;color:var(--brand-700,#7a4e28);display:inline-flex;flex-shrink:0;font-size:.72rem;font-weight:700;height:1.4rem;justify-content:center;margin-left:auto;min-width:1.4rem;padding:0 6px}.support-open-disc-shell-layout.is-nav-collapsed .support-open-disc-shell-side-badge{font-size:0;height:.5rem;min-width:.5rem;overflow:hidden;padding:0;position:absolute;right:6px;top:6px;width:.5rem}.support-open-disc-shell-layout.is-nav-collapsed .support-open-disc-shell-sidebar-col{gap:8px}.support-open-disc-personal-feed-head{--personal-feed-head-icon:1.45rem;--personal-feed-head-gap:12px;border-bottom:1px solid #e2e8f0eb;margin:0 0 14px;padding:0 0 14px}.support-open-disc-personal-feed-head-title-row{align-items:center;display:flex;gap:var(--personal-feed-head-gap);min-width:0}.support-open-disc-personal-feed-head-icon{align-items:center;background:#0000;border:none;color:#b87333;color:var(--od-accent,var(--brand-500,#b87333));display:flex;flex-shrink:0;font-size:var(--personal-feed-head-icon);justify-content:center;line-height:1;padding:0}.support-open-disc-personal-feed-head-icon,.support-open-disc-personal-feed-head-icon svg{height:var(--personal-feed-head-icon);width:var(--personal-feed-head-icon)}.support-open-disc-personal-feed-head-title-row h1{color:#0f172a;font-size:1.18rem;font-weight:700;letter-spacing:-.02em;line-height:1.25;margin:0;min-width:0}.support-open-disc-personal-feed-head-desc{color:#64748b;font-size:.8125rem;line-height:1.45;margin:5px 0 0;max-width:40rem;padding-left:0}.support-open-disc-my-posts-tabs{background:#f1f5f9e6;border:1px solid #e2e8f0f2;border-radius:10px;display:inline-flex;gap:6px;margin-top:12px;padding:4px}.support-open-disc-my-posts-tabs--feed{margin:0 0 12px}.support-open-disc-my-posts-tabs button{align-items:center;background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:inline-flex;font-size:.82rem;font-weight:600;gap:6px;padding:6px 12px}.support-open-disc-my-posts-tabs button.is-active{background:#fff;box-shadow:0 1px 3px #0f172a14;color:#0f172a}.support-open-disc-my-posts-tab-count{color:#94a3b8;font-size:.72rem;font-weight:700}.support-open-disc-my-posts-tabs button.is-active .support-open-disc-my-posts-tab-count{color:#64748b}@media (max-width:640px){.support-open-disc-personal-feed-head{--personal-feed-head-icon:1.3rem;--personal-feed-head-gap:10px;margin-bottom:12px;padding-bottom:12px}.support-open-disc-personal-feed-head-title-row h1{font-size:1.08rem}.support-open-disc-personal-feed-head-desc{font-size:.78rem}}.support-open-disc-view-later-feed{margin-top:4px}.support-open-disc-view-later-feed-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.support-open-disc-view-later-feed-item{align-items:center;background:#ffffffeb;border:1px solid #e2e8f0f2;border-radius:14px;box-shadow:0 1px 2px #0f172a0a;display:flex;flex-wrap:wrap;gap:12px 16px;padding:14px 16px}.support-open-disc-view-later-feed-open{background:#0000;border:none;color:inherit;cursor:pointer;flex:1 1 220px;font:inherit;min-width:0;padding:0;text-align:left}.support-open-disc-view-later-feed-open:hover .support-open-disc-view-later-feed-title{color:#4338ca}.support-open-disc-view-later-feed-title{color:#0f172a;display:block;font-size:1rem;font-weight:600;line-height:1.35}.support-open-disc-view-later-feed-meta{align-items:center;color:#64748b;display:flex;flex-wrap:wrap;font-size:.82rem;gap:4px;margin-top:4px}.support-open-disc-view-later-feed-sep{color:#cbd5e1}.support-open-disc-view-later-feed-stats{color:#64748b;display:flex;flex-wrap:wrap;font-size:.8rem;font-weight:600;gap:10px;margin-top:8px}.support-open-disc-view-later-feed-actions{display:flex;flex-wrap:wrap;gap:8px;margin-left:auto}.support-open-disc-view-later-feed-empty{background:#f8fafca6;border:1px dashed #cbd5e1f2;border-radius:16px;padding:48px 24px;text-align:center}.support-open-disc-view-later-feed-empty-icon{color:#6366f1;font-size:2.2rem;margin-bottom:12px}.support-open-disc-view-later-feed-empty h3{color:#0f172a;font-size:1.15rem;margin:0 0 8px}.support-open-disc-view-later-feed-empty p{margin:0 auto 16px;max-width:36rem}.support-open-disc-hero{background:radial-gradient(120% 80% at 100% 0,#818cf824 0,#0000 55%),radial-gradient(90% 60% at 0 100%,#38bdf81f 0,#0000 50%),linear-gradient(165deg,#fff,#f8fafc 45%,#fff);border:1px solid #e2e8f0f2;border-radius:20px;box-shadow:inset 0 0 0 1px #fffc,0 18px 48px -24px #0f172a1f;margin:0 0 28px;overflow:hidden}.support-open-disc-hero-inner{padding:26px 24px 22px}.support-open-disc-hero-top{align-items:flex-start;display:flex;flex-wrap:wrap;gap:18px;justify-content:space-between;margin-bottom:22px}.support-open-disc-hero-copy{max-width:640px;min-width:0}.support-open-disc-hero-eyebrow{color:#6366f1;font-size:.72rem;font-weight:700;letter-spacing:.14em;margin:0 0 6px;text-transform:uppercase}.support-open-disc-hero-copy h1{color:#0f172a;font-size:clamp(1.65rem,3.5vw,2.05rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin:0 0 10px}.support-open-disc-hero-lead{color:#475569;font-size:.95rem;line-height:1.55;margin:0;max-width:52ch}.support-open-disc-hero-cta{flex-shrink:0}.support-open-disc-stat-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:20px}.support-open-disc-stat-grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}@media (max-width:1100px){.support-open-disc-stat-grid--5{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.support-open-disc-stat-grid,.support-open-disc-stat-grid--5{grid-template-columns:repeat(2,minmax(0,1fr))}}.support-open-disc-highlights{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:20px}.support-open-disc-highlights--aside{display:flex;flex-direction:column;gap:14px;margin-bottom:0;width:100%}.support-open-disc-highlight-card--aside{background:#fff;border:none!important;border-radius:16px;box-shadow:0 1px 2px #0f172a0a,0 10px 36px -14px #0f172a1a;margin:0}.support-open-disc-highlight-card--top-clubs{border:none!important}.support-open-disc-highlight-card--top-clubs .support-open-disc-highlight-title{color:#3d2810;color:var(--brand-900,#3d2810)}.support-open-disc-highlight-card--top-clubs .support-open-disc-highlight-sub,.support-open-disc-highlight-card--top-clubs .support-open-disc-highlight-title svg{color:#5c3d1e;color:var(--brand-800,#5c3d1e);opacity:1}.support-open-disc-highlight-card--top-clubs .support-open-disc-highlight-link:hover{background:#faf6f1;background:var(--brand-50,#faf6f1)}.support-open-disc-highlight-card--top-clubs .support-open-disc-highlight-link:hover .support-open-disc-highlight-club-name{color:#7a4e28;color:var(--brand-700,#7a4e28)}.support-open-disc-highlight-card--top-clubs .support-open-disc-highlight-club-avatar{background:#faf6f1;background:var(--brand-50,#faf6f1);border-color:#b8733338}.support-open-disc-highlight-card--top-clubs .support-open-disc-highlight-club-avatar-icon{color:#b87333;color:var(--brand-500,#b87333);opacity:1}@media (max-width:900px){.support-open-disc-highlights{grid-template-columns:1fr}}.support-open-disc-highlight-card{background:#ffffffa6;border:1px solid #e2e8f0f2;border-radius:12px;padding:12px 14px}.support-open-disc-highlight-title{align-items:center;color:#64748b;display:flex;font-size:.72rem;font-weight:700;gap:8px;letter-spacing:.06em;margin:0 0 2px;text-transform:uppercase}.support-open-disc-highlight-title svg{font-size:.95rem;opacity:.88}.support-open-disc-highlight-sub{margin:0 0 8px}.support-open-disc-highlight-list{display:flex;flex-direction:column;gap:4px;list-style:none;margin:0;padding:0}.support-open-disc-highlight-list li{display:block;font-size:.82rem}.support-open-disc-highlight-link{align-items:center;background:#0000;border:none;border-radius:8px;color:#0f172a;cursor:pointer;display:flex;font-size:inherit;font-weight:400;gap:8px;justify-content:space-between;margin:0;padding:6px 8px;text-align:left;transition:background .15s ease;width:100%}.support-open-disc-highlight-link:hover{background:#eff6ffd9;font-weight:400}.support-open-disc-highlight-link:active,.support-open-disc-highlight-link:focus-visible{font-weight:400}.support-open-disc-highlight-metric{font-feature-settings:"tnum";color:#64748b;font-size:.78rem;font-variant-numeric:tabular-nums;font-weight:700}.support-open-disc-contrib-name{color:#334155;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-open-disc-club-block{margin-bottom:12px;max-width:560px;position:relative}.support-open-disc-club-block--compose-mock{max-width:100%}.support-open-disc-club-row{align-items:flex-end;display:flex;flex-wrap:wrap;gap:10px 16px;margin-bottom:0;max-width:100%}.support-open-disc-field--club-main{flex:1 1;margin-bottom:0;min-width:min(100%,220px)}.support-open-disc-new-club-prompt,button.notb-btn.support-open-disc-new-club-prompt[data-notb]{align-items:center;align-self:flex-end;background:#0000;border:none;border-radius:8px;box-sizing:border-box;color:#8b5a2b;color:var(--brand-600,#8b5a2b);cursor:pointer;display:inline-flex;flex-shrink:0;font:inherit;font-size:.88rem;font-weight:700;justify-content:center;margin:0;padding:10px 16px!important;white-space:nowrap}.support-open-disc-new-club-prompt:hover{background:#faf6f1;background:var(--brand-50,#faf6f1);color:#7a4e28;color:var(--brand-700,#7a4e28)}.support-open-disc-new-club-prompt-chev{font-size:.65rem;opacity:.7}.support-open-disc-new-club{background:#faf6f1;background:var(--brand-50,#faf6f1);border:1px dashed #c9863f66;border-radius:12px;display:flex;flex-direction:column;gap:10px;margin-bottom:16px;max-width:560px;padding:14px 16px}.support-open-disc-new-club--popover{box-shadow:0 12px 32px #0f172a24;left:0;margin-bottom:0;max-height:min(70vh,520px);max-width:100%;overflow-y:auto;overscroll-behavior:contain;position:absolute;right:0;top:calc(100% + 8px);z-index:40}[data-theme=dark] .support-open-disc-new-club--popover{background:#2a2218;background:var(--od-new-club-panel-bg-dark,#2a2218);border-color:#c9863f73;box-shadow:0 0 0 1px #c9863f2e,0 14px 36px #0000008c}.support-open-disc-new-club-collapse{align-items:center;background:#0000;background-color:initial;border:none;border-bottom:1px dashed #c9863f59;border-radius:8px 8px 0 0;color:#7a4e28;color:var(--brand-700,#7a4e28);cursor:pointer;display:flex;font:inherit;font-size:.82rem;font-weight:700;gap:10px;justify-content:space-between;margin:0;padding:8px 10px 10px;text-align:left;transition:background-color .15s ease,color .15s ease;width:100%}.support-open-disc-new-club-collapse:active,.support-open-disc-new-club-collapse:focus-visible,.support-open-disc-new-club-collapse:hover{background:#faf6f1!important;background:var(--brand-50,#faf6f1)!important;background-color:#faf6f1!important;background-color:var(--brand-50,#faf6f1)!important;border-radius:8px 8px 0 0!important;box-shadow:none!important;color:#7a4e28!important;color:var(--brand-700,#7a4e28)!important;font-size:.82rem!important;outline:none}.support-open-disc-new-club-collapse-icon{font-size:.65rem;opacity:.65}.support-open-disc-new-club-inline{align-items:stretch;display:flex;flex-wrap:wrap;gap:10px}.support-open-disc-new-club-input{border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;flex:1 1;font-family:inherit;font-size:.95rem;min-width:160px;padding:8px 10px}.support-open-disc-new-club-input:focus{border-color:#b87333;border-color:var(--brand-500,#b87333);box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338);outline:none}.support-open-disc-add-club-btn{align-self:stretch;flex-shrink:0;padding:8px 16px;white-space:nowrap}.support-open-disc-duplicate-panel{align-items:flex-start;background:#fffbebd9;border:1px solid #fbbf248c;border-radius:12px;display:flex;flex-direction:column;gap:10px;padding:12px 14px}.support-open-disc-duplicate-panel-title{color:#92400e;font-size:.88rem;font-weight:700;margin:0}.support-open-disc-duplicate-join{align-self:stretch}.support-open-disc-stat-tile{background:#ffffffb8;border:1px solid #e2e8f0e6;border-radius:12px;display:flex;flex-direction:column;gap:2px;padding:12px 14px}.support-open-disc-stat-icon{color:#818cf8;font-size:1rem;margin-bottom:4px}.support-open-disc-stat-value{font-feature-settings:"tnum";color:#0f172a;font-size:1.35rem;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.02em}.support-open-disc-stat-label{color:#64748b;font-size:.72rem;font-weight:600;line-height:1.3}.support-open-disc-search{position:relative;width:100%}.support-open-disc-search--hero{margin-bottom:16px}.support-open-disc-search--header{margin-bottom:0}.support-open-disc-search--header input{border-color:#d1d5db}.support-open-disc-search--hero input{background:#fffffff2;border:1px solid #cbd5e1f2;border-radius:14px;box-shadow:0 1px 3px #0f172a0a;font-family:inherit;font-size:.95rem;padding:12px 52px 12px 44px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.support-open-disc-search--hero input::placeholder{color:#6b7280}.support-open-disc-search--hero input:focus{border-color:#b87333;border-color:var(--brand-500,#b87333);box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338);outline:none}.support-open-disc-search-icon{color:#b87333;color:var(--brand-500,#b87333);font-size:1.15rem;left:14px}.support-open-disc-search-icon,.support-open-disc-search-logo-image{pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.support-open-disc-search-logo-image{border-radius:6px;height:22px;object-fit:cover;right:14px;width:22px}.support-open-disc-chip-strip{align-items:center;background:#f1f5f9e0;border:1px solid #e2e8f0fa;border-radius:14px;box-shadow:inset 0 1px 0 #ffffffa6;display:flex;gap:8px;margin:4px 0 16px;min-width:0;padding:10px 12px}.support-open-disc-chip-strip-scroll{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;align-items:center;display:flex;flex:1 1;min-width:0;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none}.support-open-disc-chip-strip-scroll::-webkit-scrollbar{display:none}.support-open-disc-chip-strip-scroll .support-open-disc-chip-row{align-items:center;display:flex;flex-shrink:0;flex-wrap:nowrap;gap:8px;margin-bottom:0;max-width:none;width:-webkit-max-content;width:max-content}.support-open-disc-chip-strip-btn{align-items:center;align-self:center;background:#ffffffeb;border:1px solid #e2e8f0fa;border-radius:999px;color:#64748b;cursor:pointer;display:inline-flex;flex-shrink:0;height:36px;justify-content:center;padding:0;transition:color .15s ease,border-color .15s ease,opacity .15s ease;width:36px}.support-open-disc-chip-strip-btn:hover:not(:disabled){border-color:#bfdbfef2;color:#2563eb;color:var(--accent,#2563eb)}.support-open-disc-chip-strip-btn:disabled{cursor:default;opacity:.32}.support-open-disc-chip-strip-btn:focus-visible{outline:2px solid #6366f173;outline-offset:2px}.support-open-disc-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.support-open-disc-chip{align-items:center;background:#ffffffd9;border:1px solid #e2e8f0fa;border-radius:999px;box-sizing:border-box;color:#475569;cursor:pointer;display:inline-flex;font-size:.8rem;font-weight:600;gap:8px;padding:7px 12px 7px 14px;transition:background .15s ease,border-color .15s ease,color .15s ease}.support-open-disc-chip:hover{background:#eff6fff2;border-color:#bfdbfee6;color:#334155;font-size:.8rem}.support-open-disc-chip:focus-visible{font-size:.8rem}.support-open-disc-chip:active{font-size:.8rem}.support-open-disc-chip.is-active{background:linear-gradient(135deg,#6366f11f,#818cf82e);border-color:#818cf873;color:#3730a3}.support-open-disc-chip-count{font-feature-settings:"tnum";background:#f1f5f9f2;border-radius:999px;color:#64748b;font-size:.68rem;font-variant-numeric:tabular-nums;font-weight:700;min-width:1.5rem;padding:2px 7px}.support-open-disc-chip.is-active .support-open-disc-chip-count{background:#ffffffe6;color:#4338ca}.support-open-disc-feed-toolbar{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:10px;padding-top:6px}.support-open-disc-view-dropdown-wrap{align-items:center;display:inline-flex;gap:10px}.support-open-disc-view-dropdown{max-width:138px;min-width:108px;width:100%}.support-open-disc-view-dropdown .reusable-dropdown-text{border-color:#e2e8f0f2;border-radius:10px;min-height:36px;padding:7px 10px}.support-open-disc-view-dropdown-skel{animation:support-open-disc-shimmer 1.2s ease-in-out infinite;background:linear-gradient(90deg,#f1f5f9,#e2e8f0 50%,#f1f5f9);background-size:200% 100%;border:1px solid #e2e8f0f2;border-radius:10px;display:block;min-height:36px;width:100%}.support-open-disc-sort-dropdown-wrap{align-items:center;display:inline-flex;gap:10px}.support-open-disc-sort-dropdown{max-width:158px;min-width:118px;width:100%}.support-open-disc-sort-dropdown .reusable-dropdown-text{border-color:#e2e8f0f2;border-radius:10px;min-height:36px;padding:7px 10px}.support-open-disc-sort-label{color:#94a3b8;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.support-open-disc-feed-toolbar--card{position:relative;z-index:40}.support-open-disc-feed-toolbar--card .reusable-dropdown.open{z-index:50}.support-open-disc-feed-compose{align-items:center;box-sizing:border-box;display:flex;gap:10px;margin-bottom:12px;padding-top:6px;position:relative;z-index:40}.support-open-disc-feed-compose--options-only{justify-content:flex-end;margin-bottom:8px;padding-top:0}.support-open-disc-feed-compose--options-only .support-open-disc-feed-compose-actions{margin-left:auto}.support-open-disc-feed-compose-actions{align-items:center;display:inline-flex;flex-shrink:0;flex-wrap:wrap;gap:6px;justify-content:flex-end}.support-open-disc-feed-compose--skeleton{flex-wrap:wrap}.support-open-disc-feed-compose--options-only .support-open-disc-feed-options-menu{margin-left:auto}@media (max-width:960px){.support-open-disc-feed-compose{box-sizing:border-box;padding-inline:14px}}.support-open-disc-feed-compose-avatar-wrap{background:#fff;border:1px solid #e2e8f0f2;border-radius:50%;box-sizing:border-box;flex-shrink:0;height:44px;min-height:44px;min-width:44px;overflow:hidden;width:44px}.support-open-disc-feed-compose-avatar{border:0;border-radius:0;display:block;height:100%;object-fit:cover;width:100%}.support-open-disc-feed-compose-input-wrap{align-items:center;background:#fff;border:1px solid #e2e8f0f2;border-radius:999px;box-sizing:border-box;display:flex;flex:1 1;min-width:0;padding:0}.support-open-disc-feed-compose-input{background:#0000;border:0;color:#0f172a;cursor:pointer;flex:1 1;font:inherit;font-size:.92rem;line-height:1.35;min-width:0;overflow:hidden;padding:10px 16px;resize:none;width:100%}.support-open-disc-feed-compose-input::placeholder{color:#94a3b8}.support-open-disc-feed-compose-input:focus{outline:none}.support-open-disc-feed-compose--skeleton{pointer-events:none}.support-open-disc-feed-compose-skel-avatar,.support-open-disc-feed-compose-skel-filter,.support-open-disc-feed-compose-skel-input{animation:support-open-disc-shimmer 1.2s ease-in-out infinite;background:linear-gradient(90deg,#f1f5f9,#e2e8f0 50%,#f1f5f9);background-size:200% 100%;display:block}.support-open-disc-feed-compose-skel-avatar{border-radius:0;display:block;height:100%;width:100%}.support-open-disc-feed-compose-skel-input-wrap{align-items:center;background:#fff;border:1px solid #e2e8f0f2;border-radius:999px;box-sizing:border-box;display:flex;flex:1 1;min-width:0;padding:10px 16px}.support-open-disc-feed-compose-skel-input{border-radius:999px;flex:1 1;height:18px;min-width:0}.support-open-disc-feed-compose-skel-filter{border-radius:999px;flex-shrink:0;height:34px;width:64px}.support-open-disc-feed-select-trigger:disabled{cursor:not-allowed;opacity:.55}[data-theme=dark] .support-open-disc-feed-compose-skel-avatar,[data-theme=dark] .support-open-disc-feed-compose-skel-filter,[data-theme=dark] .support-open-disc-feed-compose-skel-input{background:linear-gradient(90deg,#1e293b,#334155 50%,#1e293b);background-size:200% 100%}[data-theme=dark] .support-open-disc-feed-compose-skel-input-wrap{background:#0f172a;border-color:#475569d9}.support-open-disc-feed-options-menu{flex-shrink:0;position:relative}.support-open-disc-feed-filter-trigger{align-items:center;background:#fff;border:1px solid #e2e8f0f2;border-radius:999px;box-sizing:border-box;color:#475569;cursor:pointer;display:inline-flex;font:inherit;font-size:.84rem;font-weight:600;gap:6px;justify-content:center;min-height:34px;padding:6px 12px}.support-open-disc-feed-filter-trigger-icon{color:#64748b;flex-shrink:0;font-size:1rem;height:1rem;width:1rem}.support-open-disc-feed-filter-trigger-label{line-height:1}.support-open-disc-feed-filter-trigger-count{align-items:center;background:#b87333;background:var(--brand-500,#b87333);border-radius:999px;color:#fff;display:inline-flex;font-size:.68rem;font-weight:700;height:1.1rem;justify-content:center;line-height:1;min-width:1.1rem;padding:0 4px}.support-open-disc-feed-filter-trigger.is-active,.support-open-disc-feed-filter-trigger:hover,.support-open-disc-feed-filter-trigger[aria-expanded=true]{background:#faf6f1;background:var(--brand-50,#faf6f1);border-color:#b8733359;color:#8b5a2b;color:var(--brand-600,#8b5a2b)}.support-open-disc-feed-filter-trigger.is-active .support-open-disc-feed-filter-trigger-icon,.support-open-disc-feed-filter-trigger:hover .support-open-disc-feed-filter-trigger-icon,.support-open-disc-feed-filter-trigger[aria-expanded=true] .support-open-disc-feed-filter-trigger-icon{color:#b87333;color:var(--brand-500,#b87333)}@media (max-width:720px){.support-open-disc-feed-compose-actions .support-open-disc-feed-filter-trigger-label{display:none}.support-open-disc-feed-compose-actions .support-open-disc-feed-filter-trigger,.support-open-disc-feed-compose-actions .support-open-disc-feed-select-trigger{border-radius:50%;gap:0;height:34px;min-height:34px;min-width:34px;padding:0;position:relative;width:34px}.support-open-disc-feed-compose-actions .support-open-disc-feed-filter-trigger-icon{font-size:1.05rem;height:1.05rem;width:1.05rem}.support-open-disc-feed-compose-actions .support-open-disc-feed-filter-trigger-count{border:1.5px solid #fff;box-sizing:border-box;font-size:.6rem;height:.95rem;min-width:.95rem;padding:0 3px;position:absolute;right:-3px;top:-3px}.support-open-disc-feed-compose--skeleton .support-open-disc-feed-compose-skel-filter{border-radius:50%;height:34px;width:34px}}.support-open-disc-feed-filter-panel{min-width:220px}.support-open-disc-feed-filter-panel-head{border-bottom:1px solid #e2e8f0d9;padding:4px 10px 8px}.support-open-disc-feed-filter-panel-title{color:#0f172a;font-size:.84rem;font-weight:700;line-height:1.3;margin:0}.support-open-disc-feed-filter-panel-hint{color:#94a3b8;font-size:.74rem;font-weight:500;line-height:1.3;margin:2px 0 0}.support-open-disc-feed-filter-panel-foot{align-items:center;border-top:1px solid #e2e8f0d9;display:flex;gap:8px;justify-content:space-between;margin-top:4px;padding:8px 8px 4px}.support-open-disc-feed-filter-foot-btn{background:#0000;border:0;border-radius:8px;color:#64748b;cursor:pointer;font:inherit;font-size:.78rem;font-weight:600;padding:6px 8px}.support-open-disc-feed-filter-foot-btn:hover:not(:disabled){background:#faf6f1;background:var(--brand-50,#faf6f1);color:#8b5a2b;color:var(--brand-600,#8b5a2b)}.support-open-disc-feed-filter-foot-btn:disabled{cursor:not-allowed;opacity:.45}.support-open-disc-feed-filter-foot-btn--apply{background:#b87333;background:var(--brand-500,#b87333);color:#fff;margin-left:auto;padding:6px 12px}.support-open-disc-feed-filter-foot-btn--apply:hover:not(:disabled){background:#8b5a2b;background:var(--brand-600,#8b5a2b);color:#fff}.support-open-disc-feed-filter-list{list-style:none;margin:0;padding:0}.support-open-disc-feed-filter-trigger-icon--spin{animation:support-open-disc-feed-filter-spin .65s linear infinite}.support-open-disc-feed-filter-trigger.is-applying{opacity:.92;pointer-events:none}.support-open-disc-feed-list-wrap{position:relative}.support-open-disc-feed-list-wrap.is-refreshing .support-open-disc-topic-list{opacity:.55;pointer-events:none;transition:opacity .15s ease}.support-open-disc-feed-list-refreshing{align-items:center;background:#fffffff5;border:1px solid #f0e4d6;border:1px solid var(--brand-100,#f0e4d6);border-radius:999px;box-shadow:0 4px 14px #0f172a14;color:#7a4a24;color:var(--brand-700,#7a4a24);display:inline-flex;font-size:.8125rem;font-weight:500;gap:.45rem;left:50%;padding:.35rem .75rem;position:absolute;top:.75rem;transform:translateX(-50%);z-index:2}.support-open-disc-feed-list-refreshing-icon{animation:support-open-disc-feed-filter-spin .65s linear infinite;flex-shrink:0;height:1rem;width:1rem}@keyframes support-open-disc-feed-filter-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}[data-theme=dark] .support-open-disc-feed-list-refreshing{background:#1e1e1ef0;border-color:#d4a57440;box-shadow:0 4px 14px #00000059;color:#e8c9a8}.support-open-disc-feed-options-trigger{align-items:center;background:#0000;border:0;border-radius:50%;color:#64748b;cursor:pointer;display:inline-flex;font:inherit;height:34px;justify-content:center;width:34px}.support-open-disc-feed-options-trigger:hover,.support-open-disc-feed-options-trigger[aria-expanded=true]{background:#faf6f1;background:var(--brand-50,#faf6f1);color:#b87333;color:var(--brand-500,#b87333)}.support-open-disc-feed-options-trigger:focus-visible{outline:2px solid #4f46e573;outline-offset:2px}.support-open-disc-feed-options-panel{background:#fff;border:1px solid #e2e8f0f2;border-radius:12px;box-shadow:0 10px 24px #0f172a24;box-sizing:border-box;min-width:168px;padding:6px;position:absolute;right:0;top:calc(100% + 6px);z-index:60}.support-open-disc-feed-options-group{position:relative}.support-open-disc-feed-options-group+.support-open-disc-feed-options-group{margin-top:2px}.support-open-disc-feed-options-group-trigger{align-items:center;background:#0000;border:0;border-radius:8px;color:#0f172a;cursor:pointer;display:flex;font:inherit;font-size:.88rem;font-weight:600;gap:8px;justify-content:space-between;padding:8px 10px;text-align:left;width:100%}.support-open-disc-feed-options-group-trigger-main{align-items:center;display:inline-flex;gap:8px;min-width:0}.support-open-disc-feed-options-group-icon{align-items:center;color:#64748b;display:inline-flex;flex-shrink:0;font-size:1rem;height:1rem;justify-content:center;width:1rem}.support-open-disc-feed-options-group-trigger:hover,.support-open-disc-feed-options-group-trigger:hover .support-open-disc-feed-options-group-icon,.support-open-disc-feed-options-group.is-open .support-open-disc-feed-options-group-icon,.support-open-disc-feed-options-group.is-open .support-open-disc-feed-options-group-trigger{color:#b87333;color:var(--brand-500,#b87333)}.support-open-disc-feed-options-chevron{flex-shrink:0;opacity:.72}.support-open-disc-feed-options-submenu{list-style:none;margin:0;padding:4px 0 2px}.support-open-disc-feed-options-submenu-item+.support-open-disc-feed-options-submenu-item{margin-top:1px}.support-open-disc-feed-options-submenu-btn{align-items:center;background:#0000;border:0;border-radius:8px;color:#334155;cursor:pointer;display:flex;font:inherit;font-size:.86rem;gap:8px;padding:7px 10px 7px 12px;text-align:left;width:100%}.support-open-disc-feed-options-submenu-btn.is-selected,.support-open-disc-feed-options-submenu-btn:hover{color:#b87333;color:var(--brand-500,#b87333)}.support-open-disc-feed-options-submenu-icon{align-items:center;display:inline-flex;justify-content:center}.support-open-disc-feed-options-submenu-label{flex:1 1;min-width:0}.support-open-disc-feed-options-submenu-check{flex-shrink:0;height:14px;width:14px}@media (min-width:900px){.support-open-disc-feed-options-group.is-open .support-open-disc-feed-options-submenu{background:#fff;border:1px solid #e2e8f0f2;border-radius:12px;box-shadow:0 10px 24px #0f172a24;margin:0;min-width:156px;padding:6px;position:absolute;right:calc(100% + 6px);top:0}}[data-theme=dark] .support-open-disc-feed-compose-avatar-wrap,[data-theme=dark] .support-open-disc-feed-compose-input-wrap{background:#0f172a;border-color:#475569d9}[data-theme=dark] .support-open-disc-feed-compose-input{color:#e2e8f0}[data-theme=dark] .support-open-disc-feed-compose-input::placeholder{color:#64748b}[data-theme=dark] .support-open-disc-feed-filter-trigger{background:#0f172a;border-color:#475569d9;color:#cbd5e1}[data-theme=dark] .support-open-disc-feed-filter-trigger-icon{color:#94a3b8}[data-theme=dark] .support-open-disc-feed-filter-trigger.is-active,[data-theme=dark] .support-open-disc-feed-filter-trigger:hover,[data-theme=dark] .support-open-disc-feed-filter-trigger[aria-expanded=true]{background:#b873331f;border-color:#b8733373;color:#c9863f;color:var(--brand-400,#c9863f)}@media (max-width:720px){[data-theme=dark] .support-open-disc-feed-compose-actions .support-open-disc-feed-filter-trigger-count{border-color:#0f172a}}[data-theme=dark] .support-open-disc-feed-filter-panel-foot,[data-theme=dark] .support-open-disc-feed-filter-panel-head{border-color:#475569d9}[data-theme=dark] .support-open-disc-feed-filter-panel-title{color:#e2e8f0}[data-theme=dark] .support-open-disc-feed-filter-foot-btn,[data-theme=dark] .support-open-disc-feed-filter-panel-hint{color:#94a3b8}[data-theme=dark] .support-open-disc-feed-filter-foot-btn:hover:not(:disabled){background:#b873331f;color:#c9863f;color:var(--brand-400,#c9863f)}[data-theme=dark] .support-open-disc-feed-filter-foot-btn--apply{background:#b87333;background:var(--brand-500,#b87333);color:#fff}[data-theme=dark] .support-open-disc-feed-options-trigger{color:#94a3b8}[data-theme=dark] .support-open-disc-feed-options-trigger:hover,[data-theme=dark] .support-open-disc-feed-options-trigger[aria-expanded=true]{background:#1e293bd9;color:#93c5fd}[data-theme=dark] .support-open-disc-feed-options-group.is-open .support-open-disc-feed-options-submenu,[data-theme=dark] .support-open-disc-feed-options-panel{background:#0f172a;border-color:#475569d9;box-shadow:0 14px 36px #0000008c}[data-theme=dark] .support-open-disc-feed-options-group-trigger{color:#e2e8f0}[data-theme=dark] .support-open-disc-feed-options-group-icon{color:#94a3b8}[data-theme=dark] .support-open-disc-feed-options-group-trigger:hover .support-open-disc-feed-options-group-icon,[data-theme=dark] .support-open-disc-feed-options-group.is-open .support-open-disc-feed-options-group-icon{color:#c9863f;color:var(--brand-400,#c9863f)}[data-theme=dark] .support-open-disc-feed-options-group-trigger:hover,[data-theme=dark] .support-open-disc-feed-options-group.is-open .support-open-disc-feed-options-group-trigger{color:#93c5fd}[data-theme=dark] .support-open-disc-feed-options-submenu-btn{color:#cbd5e1}[data-theme=dark] .support-open-disc-feed-options-submenu-btn.is-selected,[data-theme=dark] .support-open-disc-feed-options-submenu-btn:hover{color:#93c5fd}.support-open-disc-sort-pills{display:flex;flex-wrap:wrap;gap:6px}.support-open-disc-sort-pill{background:#0000;border-radius:999px;color:#64748b;cursor:pointer;font-size:.78rem;font-weight:600;padding:6px 12px;transition:background .15s ease,color .15s ease}.support-open-disc-sort-pill:hover{background:#f1f5f9e6;color:#334155;font-size:.78rem}.support-open-disc-sort-pill:active,.support-open-disc-sort-pill:focus-visible{font-size:.78rem}.support-open-disc-sort-pill.is-active{background:#0f172a;color:#fff}.support-open-disc-feed-head{margin-bottom:10px}.support-open-disc-home-layout{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) minmax(288px,360px);margin-top:2px;width:100%}.support-open-disc-home-layout--no-aside{grid-template-columns:minmax(0,1fr)}.support-open-disc-home-layout:has(.support-open-disc-topic-list--card){gap:16px;grid-template-columns:minmax(0,760px) minmax(280px,320px);justify-content:center;padding-right:8px}@media (max-width:1080px){.support-open-disc-home-layout:has(.support-open-disc-topic-list--card){grid-template-columns:1fr;justify-content:stretch;max-width:100%}.support-open-disc-feed-aside{position:static}}.support-open-disc-home-main{display:flex;flex-direction:column;min-width:0}.support-open-disc-pull-refresh{align-items:flex-end;display:flex;flex-shrink:0;justify-content:center;overflow:hidden;pointer-events:none;transition:height .18s ease}.support-open-disc-pull-refresh-inner{align-items:center;color:#7a4e28;color:var(--brand-700,#7a4e28);display:flex;font-size:.8125rem;font-weight:500;gap:8px;justify-content:center;min-height:44px;padding:4px 12px 8px}.support-open-disc-pull-refresh-icon{color:#b87333;color:var(--brand-500,#b87333);flex-shrink:0;height:18px;width:18px}.support-open-disc-pull-refresh-icon.is-pulling{transition:none}.support-open-disc-pull-refresh-icon.is-ready{color:#9a5f2e;color:var(--brand-600,#9a5f2e)}.support-open-disc-pull-refresh-icon.is-refreshing{animation:support-open-disc-pull-spin .45s linear infinite;transition:none}@keyframes support-open-disc-pull-spin{0%{transform:rotate(0deg);transform:rotate(var(--pull-rotation,0deg))}to{transform:rotate(1turn);transform:rotate(calc(var(--pull-rotation, 0deg) + 1turn))}}[data-theme=dark] .support-open-disc-pull-refresh-inner{color:#e8c9a8}[data-theme=dark] .support-open-disc-pull-refresh-icon{color:#d4a574}.support-open-disc-feed-column{min-width:0}.support-open-disc-feed-aside{align-self:start;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;overflow:visible;padding-bottom:0;padding-right:0;position:-webkit-sticky;position:sticky;top:4px}.support-open-disc-feed-aside .support-open-disc-joinclubs-name,.support-open-disc-feed-aside button.support-open-disc-joinclubs-name--nav,.support-open-disc-feed-aside button.support-open-disc-joinclubs-name--nav:hover{font-weight:400}.support-open-disc-feed-aside .support-open-disc-highlight-card--aside{background:#fff;border:none!important;box-shadow:0 1px 2px #3d28100a,0 10px 36px -14px #3d28101a}.support-open-disc-feed-aside .support-open-disc-highlight-title{color:#3d2810;color:var(--brand-900,#3d2810)}.support-open-disc-feed-aside .support-open-disc-highlight-title svg{color:#b87333;color:var(--brand-500,#b87333);opacity:1}.support-open-disc-feed-aside .support-muted.small,.support-open-disc-feed-aside .support-open-disc-highlight-sub{color:#5c3d1e;color:var(--brand-800,#5c3d1e);opacity:.92}.support-open-disc-feed-aside .support-open-disc-highlight-link{color:#3d2810;color:var(--brand-900,#3d2810)}.support-open-disc-feed-aside .support-open-disc-highlight-link:focus-visible,.support-open-disc-feed-aside .support-open-disc-highlight-link:hover{background:#b873331a}.support-open-disc-feed-aside .support-open-disc-highlight-link:focus-visible .support-open-disc-highlight-club-name,.support-open-disc-feed-aside .support-open-disc-highlight-link:hover .support-open-disc-highlight-club-name{color:#7a4e28;color:var(--brand-700,#7a4e28)}.support-open-disc-feed-aside .support-open-disc-highlight-club-avatar{background:#faf6f1;background:var(--brand-50,#faf6f1);border-color:#b8733338}.support-open-disc-feed-aside .support-open-disc-highlight-club-avatar-icon{color:#b87333;color:var(--brand-500,#b87333);opacity:1}.support-open-disc-feed-aside .support-open-disc-joinclubs--aside-card{border-color:#b8733338;box-shadow:0 1px 2px #3d28100a,0 12px 40px -16px #3d28101f}.support-open-disc-feed-aside .support-open-disc-joinclubs-bar{background:linear-gradient(180deg,#faf6f1,#fff);background:linear-gradient(180deg,var(--brand-50,#faf6f1) 0,#fff 100%);border-bottom-color:#b8733329}.support-open-disc-feed-aside .support-open-disc-joinclubs-toggle{color:#5c3d1e;color:var(--brand-800,#5c3d1e)}.support-open-disc-feed-aside .support-open-disc-joinclubs-toggle:focus-visible,.support-open-disc-feed-aside .support-open-disc-joinclubs-toggle:hover{background:#b873331a;color:#7a4e28;color:var(--brand-700,#7a4e28)}.support-open-disc-feed-aside .support-open-disc-joinclubs-toggle-icon{color:#b87333;color:var(--brand-500,#b87333)}.support-open-disc-feed-aside .support-open-disc-joinclubs-chevron{color:#8b5a2b;color:var(--brand-600,#8b5a2b);opacity:.75}.support-open-disc-feed-aside .support-open-disc-joinclubs-body{background:#fff;border-top-color:#b873331f}.support-open-disc-feed-aside .support-open-disc-joinclubs-row{border-color:#b8733329}.support-open-disc-feed-aside .support-open-disc-joinclubs-name,.support-open-disc-feed-aside button.support-open-disc-joinclubs-name--nav{color:#3d2810;color:var(--brand-900,#3d2810)}.support-open-disc-feed-aside button.support-open-disc-joinclubs-name--nav:hover{color:#8b5a2b;color:var(--brand-600,#8b5a2b)}.support-open-disc-feed-aside .support-open-disc-joinclubs-desc{color:#5c3d1e;color:var(--brand-800,#5c3d1e);opacity:.88}.support-open-disc-feed-aside .support-open-disc-joinclubs-viewmore-wrap{border-top-color:#b8733324}@media (min-width:961px){.support-open-disc--home{display:flex;flex:1 1 auto;flex-direction:column;max-height:100%;min-height:0;overflow:hidden;padding-bottom:0}.support-open-disc--home>.support-open-disc-shell-header{flex-shrink:0;position:static}.support-open-disc--home>.support-open-disc-shell-layout{align-items:stretch;flex:1 1 auto;min-height:0;overflow:hidden}.support-open-disc--home .support-open-disc-shell-sidebar-col{align-self:stretch;height:auto;max-height:none;min-height:0;position:relative;top:auto}.support-open-disc--home .support-open-disc-home-layout{align-items:stretch;align-self:stretch;height:100%;min-height:0;overflow:hidden}.support-open-disc--home .support-open-disc-feed-aside,.support-open-disc--home .support-open-disc-home-main{-webkit-overflow-scrolling:touch;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.support-open-disc--home .support-open-disc-feed-aside{align-self:stretch;position:relative;top:auto}.support-open-disc--home .support-open-disc-feed-aside,.support-open-disc--home .support-open-disc-home-main,.support-open-disc--home .support-open-disc-shell-sidebar-col-inner{-ms-overflow-style:none;scrollbar-gutter:auto;scrollbar-width:none}.support-open-disc--home .support-open-disc-feed-aside::-webkit-scrollbar,.support-open-disc--home .support-open-disc-home-main::-webkit-scrollbar,.support-open-disc--home .support-open-disc-shell-sidebar-col-inner::-webkit-scrollbar{display:none;height:0;width:0}}@media (min-width:961px) and (max-width:1080px){.support-open-disc--home:has(.support-open-disc-topic-list--card){display:block;height:auto;max-height:none;overflow:visible;padding-bottom:10px}.support-open-disc--home:has(.support-open-disc-topic-list--card)>.support-open-disc-shell-header{position:-webkit-sticky;position:sticky;top:0}.support-open-disc--home:has(.support-open-disc-topic-list--card)>.support-open-disc-shell-layout{align-items:start;overflow:visible}.support-open-disc--home:has(.support-open-disc-topic-list--card) .support-open-disc-shell-sidebar-col{height:calc(100dvh - 90px);max-height:calc(100dvh - 90px);position:-webkit-sticky;position:sticky;top:74px}.support-open-disc--home:has(.support-open-disc-topic-list--card) .support-open-disc-home-layout{align-items:start;height:auto;overflow:visible}.support-open-disc--home:has(.support-open-disc-topic-list--card) .support-open-disc-feed-aside,.support-open-disc--home:has(.support-open-disc-topic-list--card) .support-open-disc-home-main{min-height:0;overflow:visible}}.support-open-disc-joinclubs{background:#f8fafcbf;border:1px solid #e2e8f0f2;border-radius:14px;margin-bottom:14px}.support-open-disc-joinclubs--aside-card{background:#fff;border:none;border-radius:16px;box-shadow:0 1px 2px #0f172a0a,0 12px 40px -16px #0f172a1f;flex-shrink:0;margin-bottom:0;overflow:hidden}.support-open-disc-joinclubs-aside-inner{display:flex;flex-direction:column;gap:0}.support-open-disc-joinclubs-list.support-open-disc-joinclubs-list--aside{max-height:none;overflow:visible}@media (max-width:960px){.support-open-disc-shell-header{gap:10px;grid-template-columns:1fr;z-index:1000000}.support-open-disc-shell-header-left,.support-open-disc-shell-header-right{justify-content:space-between}.support-open-disc-shell-header-search{order:3}.support-open-disc-mobile-drawer-backdrop{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;appearance:none;background:#0000;background-color:initial;border:none;box-shadow:none;color:#0000;cursor:pointer;inset:0;margin:0;outline:none;padding:0;position:fixed;z-index:999998}.support-open-disc-mobile-drawer-backdrop:active,.support-open-disc-mobile-drawer-backdrop:focus,.support-open-disc-mobile-drawer-backdrop:focus-visible,.support-open-disc-mobile-drawer-backdrop:hover{background:#0000!important;background-color:initial!important;border:none!important;box-shadow:none!important;color:#0000!important;outline:none!important}.support-open-disc-shell-layout,.support-open-disc-shell-layout.is-nav-collapsed{display:block;grid-template-columns:1fr}.support-open-disc-shell-sidebar-col{border-radius:0 14px 14px 0;bottom:auto;display:flex;flex-direction:column;gap:0;height:auto;left:0;margin:0;max-height:calc(100dvh - 80px - env(safe-area-inset-bottom, 0px));max-height:calc(100dvh - var(--od-mobile-drawer-pad-top, 68px) - env(safe-area-inset-bottom, 0px) - 12px);overflow-x:hidden;overflow-y:hidden;padding:10px;pointer-events:none;position:fixed;top:68px;top:var(--od-mobile-drawer-pad-top,68px);transform:translateX(-104%);transition:transform .3s cubic-bezier(.22,1,.36,1),visibility 0s linear .35s;visibility:hidden;width:min(288px,88vw);z-index:999999}.support-open-disc-shell-sidebar-col .support-open-disc-shell-sidebar{border:none;border-radius:0;box-shadow:none;flex-shrink:0;padding:4px 0;position:static}.support-open-disc-shell-sidebar-col .support-open-disc-shell-sidebar--view-later{margin-top:4px;padding-top:8px}.support-open-disc-shell-sidebar-col .support-open-disc-shell-sidebar--view-later.is-section-active{box-shadow:none}.support-open-disc-shell-sidebar-col-inner{-webkit-overflow-scrolling:touch;flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain}.support-open-disc-shell-sidebar-col-footer{margin-top:auto;padding-top:10px}[data-theme=light] .support-open-disc-shell-sidebar-col{background:#fff;border:1px solid #b8733329;box-shadow:12px 0 48px #3d281014}[data-theme=light] .support-open-disc-shell-sidebar-col .support-open-disc-shell-sidebar{background:#fff}[data-theme=light] .support-open-disc-shell-sidebar-col .support-open-disc-shell-sidebar--view-later{border-top:1px solid #b8733324}[data-theme=light] .support-open-disc-shell-sidebar-col .support-open-disc-shell-sidebar--view-later.is-section-active{background:#faf6f1;background:var(--brand-50,#faf6f1);border-top-color:#b8733324}[data-theme=light] .support-open-disc-shell-sidebar-col .support-open-disc-shell-side-item{color:#3d2810;color:var(--brand-900,#3d2810)}[data-theme=light] .support-open-disc-shell-sidebar-col .support-open-disc-shell-side-item svg{color:#b87333;color:var(--brand-500,#b87333)}[data-theme=light] .support-open-disc-shell-sidebar-col .support-open-disc-shell-side-item.is-active,[data-theme=light] .support-open-disc-shell-sidebar-col .support-open-disc-shell-side-item:hover{background:#b873331f;color:#7a4e28;color:var(--brand-700,#7a4e28)}[data-theme=light] .support-open-disc-shell-sidebar-col .support-open-disc-shell-side-item.is-active svg,[data-theme=light] .support-open-disc-shell-sidebar-col .support-open-disc-shell-side-item:hover svg{color:#b87333;color:var(--brand-500,#b87333)}[data-theme=dark] .support-open-disc-shell-sidebar-col{background:#0a0a0afa;border:1px solid #b8733347;box-shadow:12px 0 48px #00000073}[data-theme=dark] .support-open-disc-shell-sidebar-col .support-open-disc-shell-sidebar{background:#0000}[data-theme=dark] .support-open-disc-shell-sidebar-col .support-open-disc-shell-sidebar--view-later{border-top:1px solid #b8733338}[data-theme=dark] .support-open-disc-shell-sidebar-col .support-open-disc-shell-sidebar--view-later.is-section-active{background:#3d281059;border-top-color:#b8733338}[data-theme=dark] .support-open-disc-shell-sidebar-col .support-open-disc-shell-side-item{color:#f5ebe0;color:var(--brand-100,#f5ebe0)}[data-theme=dark] .support-open-disc-shell-sidebar-col .support-open-disc-shell-side-item svg{color:#d4956a;color:var(--brand-300,#d4956a)}[data-theme=dark] .support-open-disc-shell-sidebar-col .support-open-disc-shell-side-item.is-active,[data-theme=dark] .support-open-disc-shell-sidebar-col .support-open-disc-shell-side-item:hover{background:#b8733338;color:#e8c9a8;color:var(--brand-200,#e8c9a8)}[data-theme=dark] .support-open-disc-shell-sidebar-col .support-open-disc-shell-side-item.is-active svg,[data-theme=dark] .support-open-disc-shell-sidebar-col .support-open-disc-shell-side-item:hover svg{color:#d4a574;color:var(--brand-300,#d4a574)}[data-theme=dark] .support-open-disc-shell-sidebar-col .support-open-disc-shell-sidebar--view-later .support-open-disc-shell-side-item.is-active{background:#b8733338;color:#e8c9a8;color:var(--brand-200,#e8c9a8)}[data-theme=dark] .support-open-disc-shell-sidebar-col .support-open-disc-shell-sidebar--view-later .support-open-disc-shell-side-item.is-active svg{color:#d4a574;color:var(--brand-300,#d4a574)}[data-theme=dark] .support-open-disc-shell-sidebar-col .support-open-disc-shell-sidebar--view-later .support-open-disc-shell-side-item.is-active .support-open-disc-shell-side-badge{background:#b8733333;color:#e8c9a8;color:var(--brand-200,#e8c9a8)}.support-open-disc-shell-sidebar-col--drawer-open{pointer-events:auto;transform:translateX(0);transition:transform .3s cubic-bezier(.22,1,.36,1),visibility 0s linear 0s;visibility:visible}.support-open-disc-shell-sidebar-col--drawer-open:focus-within{outline:none}.support-open-disc-shell-layout.is-nav-collapsed .support-open-disc-shell-side-item-label{display:inline}.support-open-disc-shell-layout.is-nav-collapsed .support-open-disc-shell-side-item{justify-content:flex-start;padding-inline:12px}.support-open-disc-home-layout{gap:20px;grid-template-columns:1fr}.support-open-disc-home-layout:has(.support-open-disc-topic-list--card){grid-template-columns:1fr;justify-content:stretch;max-width:100%}.support-open-disc-feed-aside{overflow:visible;position:static}.support-open-disc-shell-header.support-open-disc-shell-header--mobile-single{align-items:center;gap:8px;grid-template-columns:minmax(0,1fr) auto}.support-open-disc-shell-header--mobile-single .support-open-disc-shell-header-left{gap:8px;justify-content:flex-start;min-width:0;width:auto}.support-open-disc-shell-header--mobile-single .support-open-disc-shell-logo-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-open-disc-shell-header--mobile-single .support-open-disc-shell-header-right--mobile-tools{flex-shrink:0;flex-wrap:nowrap;gap:6px;justify-content:flex-end;margin-left:0}}.support-open-disc-joinclubs-bar{align-items:stretch;background:#fff;border-bottom:1px solid #e2e8f0bf;display:flex;gap:0}.support-open-disc-joinclubs-toggle{align-items:center;background:#0000;border:none;color:#475569;cursor:pointer;display:flex;flex:1 1;font:inherit;font-size:.88rem;font-weight:400;gap:10px;min-width:0;padding:12px 14px;text-align:left}.support-open-disc-joinclubs-toggle:hover{background:#f8fafcf2;color:#334155;filter:none;font-size:.88rem!important;font-weight:400;transform:none}.support-open-disc-joinclubs-toggle:hover .support-open-disc-joinclubs-toggle-icon{color:inherit;font-size:1.05rem}.support-open-disc-joinclubs-toggle:hover .support-open-disc-joinclubs-chevron{font-size:.65rem;opacity:.75}.support-open-disc-joinclubs-toggle:active,.support-open-disc-joinclubs-toggle:focus-visible{font-size:.88rem;font-weight:400}button.notb-btn.support-open-disc-joinclubs-viewall-btn{align-self:center;color:#8b5a2b;color:var(--brand-600,#8b5a2b);flex-shrink:0;font-weight:400;margin:4px 8px 4px 0;white-space:nowrap}button.notb-btn.support-open-disc-joinclubs-viewall-btn:hover:not(:disabled){color:#7a4e28;color:var(--brand-700,#7a4e28)}.support-open-disc-joinclubs-viewall-chevron{display:inline-block;flex-shrink:0;font-size:1em;margin-left:.15em;vertical-align:-.12em}button.notb-btn.support-open-disc-joinclubs-viewmore-btn{color:#8b5a2b;color:var(--brand-600,#8b5a2b);font-size:.82rem;font-weight:400}button.notb-btn.support-open-disc-joinclubs-viewmore-btn:hover:not(:disabled){color:#7a4e28;color:var(--brand-700,#7a4e28);text-decoration:underline}.support-open-disc-joinclubs-toggle-icon{color:#64748b;flex-shrink:0;font-size:1.05rem}.support-open-disc-joinclubs-chevron{font-size:.65rem;margin-left:auto;opacity:.6}.support-open-disc-joinclubs-body{border-top:1px solid #e2e8f0bf;padding:0 14px 14px}.support-open-disc-joinclubs-intro{margin:10px 0 12px}.support-open-disc-joinclubs-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;max-height:240px;overflow-y:auto;padding:0}.support-open-disc-joinclubs-row{align-items:center;border:1px solid #e2e8f0e6;border-radius:10px;display:flex;gap:12px;justify-content:space-between;padding:10px 12px}.support-open-disc-joinclubs-row:hover{background:#f8fafcf2}.support-open-disc-joinclubs-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.support-open-disc-joinclubs-name{color:#0f172a;font-size:.88rem;font-weight:600}button.support-open-disc-joinclubs-name--nav{background:none;border:none;border-radius:6px;color:inherit;cursor:pointer;display:block;font:inherit;font-size:.88rem;font-weight:600;margin:0;max-width:100%;outline-offset:2px;padding:0;text-align:left;text-decoration:none;width:100%}button.support-open-disc-joinclubs-name--nav:hover{color:#8b5a2b;color:var(--brand-600,#8b5a2b);text-decoration:none}.support-open-disc-joinclubs-joinbtn{flex-shrink:0}button.rb-btn.support-open-disc-club-join-pill.support-open-disc-duplicate-join,button.rb-btn.support-open-disc-club-join-pill:not(.support-open-disc-club-owner-pill):not(.support-open-disc-club-delegated-mod-pill){background:#b87333;background:var(--brand-500,#b87333);border-color:#b87333;border-color:var(--brand-500,#b87333);color:#f5ebe0;color:var(--brand-100,#f5ebe0)}button.rb-btn.support-open-disc-club-join-pill.support-open-disc-duplicate-join:hover:not(:disabled),button.rb-btn.support-open-disc-club-join-pill:not(.support-open-disc-club-owner-pill):not(.support-open-disc-club-delegated-mod-pill):hover:not(:disabled){background:#8b5a2b;background:var(--brand-600,#8b5a2b);border-color:#8b5a2b;border-color:var(--brand-600,#8b5a2b);color:#f5ebe0;color:var(--brand-100,#f5ebe0)}[data-theme=dark] button.rb-btn.support-open-disc-club-join-pill.support-open-disc-duplicate-join,[data-theme=dark] button.rb-btn.support-open-disc-club-join-pill:not(.support-open-disc-club-owner-pill):not(.support-open-disc-club-delegated-mod-pill){background:#8b5a2b;background:var(--brand-600,#8b5a2b);border-color:#b87333;border-color:var(--brand-500,#b87333);color:#f5ebe0;color:var(--brand-100,#f5ebe0)}[data-theme=dark] button.rb-btn.support-open-disc-club-join-pill.support-open-disc-duplicate-join:hover:not(:disabled),[data-theme=dark] button.rb-btn.support-open-disc-club-join-pill:not(.support-open-disc-club-owner-pill):not(.support-open-disc-club-delegated-mod-pill):hover:not(:disabled){background:#b87333;background:var(--brand-500,#b87333);border-color:#c9863f;border-color:var(--brand-400,#c9863f);color:#faf6f1;color:var(--brand-50,#faf6f1)}button.rb-btn.support-open-disc-club-owner-pill:disabled{cursor:default;opacity:.92}button.rb-btn.support-open-disc-club-delegated-mod-pill.rb-btn--solid.rb--dark{background:#fef3c7f2;border:none;color:#78350f}[data-theme=dark] button.rb-btn.support-open-disc-club-delegated-mod-pill.rb-btn--solid.rb--dark{background:#78350f6b;border:none;color:#fde68a}button.rb-btn.support-open-disc-club-delegated-mod-pill:disabled{cursor:default;opacity:.95}.support-open-disc-joinclubs-joinbtn--tile.rb-btn.rb-btn--full{justify-content:center;max-width:132px;min-width:88px;width:auto}.support-open-disc-joinclubs-badge{background:#d1fae5b3;border-radius:8px;color:#059669;flex-shrink:0;font-size:.72rem;font-weight:700;letter-spacing:.04em;padding:4px 8px;text-transform:uppercase;transition:opacity .12s ease}button.support-open-disc-joinclubs-badge--nav{border:none;cursor:pointer;font-family:inherit;margin:0}.support-open-disc-joined-cell{align-items:center;display:flex;flex-shrink:0;justify-content:flex-end;min-height:2rem;min-width:7.25rem;position:relative}.support-open-disc-joined-cell .support-open-disc-leave-btn{background:#fff;border:1px solid #fb718580;border-radius:8px;color:#be123c;cursor:pointer;font-family:inherit;font-size:.72rem;font-weight:700;opacity:0;padding:6px 10px;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:opacity .12s ease,background .12s ease;white-space:nowrap}.support-open-disc-joined-cell .support-open-disc-leave-btn:hover:not(:disabled){background:#fff1f2f2}.support-open-disc-joined-cell .support-open-disc-leave-btn:disabled{cursor:not-allowed;opacity:.5}.support-open-disc-joined-cell.support-open-disc-joined-cell--tile{align-items:center;justify-content:flex-end;min-height:0;min-width:7.25rem;width:auto}.support-open-disc-joined-cell--tile .support-open-disc-joinclubs-badge{align-items:center;background:#d1fae5d9;border:1px solid #10b9816b;border-radius:9999px;box-sizing:border-box;color:#047857;cursor:default;display:flex;font-size:.75rem;font-weight:600;justify-content:center;letter-spacing:normal;line-height:1.25;margin:0;max-width:132px;min-width:88px;padding:4px 8px;text-transform:none;white-space:nowrap;width:auto}.support-open-disc-joined-cell--tile .support-open-disc-club-delegated-mod-pill{box-sizing:border-box;max-width:132px;min-width:88px;width:auto}.support-open-disc-joined-cell--tile .support-open-disc-leave-btn{align-items:center;border-radius:9999px;box-sizing:border-box;display:flex;font-size:.75rem;font-weight:600;justify-content:center;left:0;line-height:1.25;max-width:100%;padding:4px 8px;right:0;top:50%;transform:translateY(-50%);white-space:nowrap;width:100%}@media (hover:hover) and (pointer:fine){.support-open-disc-joined-cell .support-open-disc-leave-btn:disabled{opacity:0;pointer-events:none}.support-open-disc-joined-cell .support-open-disc-leave-btn--row-busy:disabled{opacity:.72}.support-open-disc-joined-cell:hover:has(.support-open-disc-leave-btn:not(:disabled)) .support-open-disc-club-delegated-mod-pill,.support-open-disc-joined-cell:hover:has(.support-open-disc-leave-btn:not(:disabled)) .support-open-disc-joinclubs-badge{opacity:0}.support-open-disc-joined-cell:hover .support-open-disc-leave-btn:not(:disabled){opacity:1;pointer-events:auto}}@media (hover:none),(pointer:coarse){.support-open-disc-joined-cell{align-items:flex-end;flex-direction:column;gap:6px;min-width:auto}.support-open-disc-joined-cell .support-open-disc-leave-btn{opacity:1;pointer-events:auto;position:static;transform:none}.support-open-disc-joined-cell.support-open-disc-joined-cell--tile{align-items:stretch}.support-open-disc-joined-cell--tile .support-open-disc-leave-btn{box-sizing:border-box;width:100%}}.support-open-disc--club-page{box-sizing:border-box;margin:0 auto;max-width:min(1200px,calc(100vw - 56px));padding:0 6px 40px;width:100%}.support-open-disc-club-page-layout{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:1fr}@media (min-width:1080px){.support-open-disc-club-page-layout{gap:28px;grid-template-columns:minmax(0,1fr) 340px}}.support-open-disc-club-page-main{min-width:0}.support-open-disc-club-page-aside{display:flex;flex-direction:column;gap:16px;position:-webkit-sticky;position:sticky;top:12px}.support-open-disc-club-aside-card{background:#fff;border:1px solid #e2e8f0f2;border-radius:14px;box-shadow:0 8px 24px -16px #0f172a1a;padding:14px 14px 16px}.support-open-disc-club-aside-title{color:#0f172a;font-size:.95rem;font-weight:650;margin:0 0 8px}.support-open-disc-club-aside-hint{line-height:1.4;margin:0 0 10px}.support-open-disc-club-vis-toggle{align-items:center;display:flex;gap:10px;margin-top:4px}.support-open-disc-club-vis-ico{flex-shrink:0;font-size:1.25rem}.support-open-disc-club-vis-ico--pub{color:#0ea5e9}.support-open-disc-club-vis-ico--priv{color:#a855f7}.support-open-disc-club-vis-readonly{align-items:center;display:flex;font-size:.88rem;gap:8px;margin:0}.support-open-disc-club-delegate-row{display:flex;flex-direction:column;gap:8px;margin-top:8px}@media (min-width:480px){.support-open-disc-club-delegate-row{align-items:flex-start;flex-direction:row}.support-open-disc-club-delegate-row .support-open-disc-club-delegate-save{flex-shrink:0;margin-top:2px}}.support-open-disc-club-delegate-picker{flex:1 1;min-width:0}.support-open-disc-club-delegate-current{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 0}.support-open-disc-club-member-restrict-panel{margin-bottom:14px}.support-open-disc-club-member-restrict-hint{margin:0 0 8px}.support-open-disc-club-member-restrict-picker{margin-bottom:4px}.support-open-disc-club-restrict-stack{background:#ffffffa6;border:1px solid #e2e8f0f2;border-radius:8px;margin-top:10px;padding:12px 12px 10px}.support-open-disc-club-restrict-member{align-items:center;display:flex;gap:10px;margin-bottom:6px;min-width:0}.support-open-disc-club-restrict-allow-hint{line-height:1.35;margin:0 0 10px}.support-open-disc-club-restrict-flag-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.support-open-disc-club-restrict-flag-row{background:#f8fafcd9;border:1px solid #e2e8f0bf;border-radius:8px;margin:0;padding:8px 10px}.support-open-disc-club-restrict-flag-row .rc-checkbox{align-items:center;font-size:.86rem;width:100%}.support-open-disc-club-restrict-user-avatar{border-radius:50%;flex-shrink:0;height:32px;object-fit:cover;width:32px}.support-open-disc-club-restrict-user-name{color:#0f172a;font-size:.88rem;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-open-disc-club-member-chips{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.support-open-disc-club-member-chip{border-bottom:1px solid #f1f5f9f2;display:flex;flex-direction:column;gap:6px;padding-bottom:12px}.support-open-disc-club-member-chip:last-child{border-bottom:none;padding-bottom:0}.support-open-disc-club-member-chip-avatar{border-radius:50%;flex-shrink:0;height:32px;object-fit:cover;width:32px}.support-open-disc-club-member-chip-top{align-items:center;display:flex;gap:10px}.support-open-disc-club-member-chip-select{align-items:center;background:#0000;border:none;border-radius:8px;color:inherit;cursor:pointer;display:flex;flex:1 1;font:inherit;gap:10px;margin:0;min-width:0;padding:2px 4px;text-align:left;transition:background .12s ease}.support-open-disc-club-member-chip-select:hover{background:#f8fafcf2}.support-open-disc-club-member-chip--selected .support-open-disc-club-member-chip-select{background:#eff6fff2;box-shadow:0 0 0 1px #3b82f659}.support-open-disc-club-member-view-more{margin-top:6px;padding-top:2px}.support-open-disc-club-member-view-more-btn{font-weight:600}.support-open-disc-club-restrict-stack-wrap{margin:0 0 14px}.support-open-disc-club-member-chip-name{color:#0f172a;flex:1 1;font-size:.88rem;font-weight:600;min-width:0}.support-open-disc-club-member-msg{flex-shrink:0;font-size:.8rem}.support-open-disc-club-stat-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.support-open-disc-club-stat-list li{align-items:center;display:flex;flex-wrap:wrap;font-size:.86rem;gap:8px 10px}.support-open-disc-club-stat-rank{color:#94a3b8;font-size:.8rem;font-weight:700;text-align:right;width:20px}.support-open-disc-club-stat-avatar{border-radius:50%;height:28px;object-fit:cover;width:28px}.support-open-disc-club-stat-name{color:#0f172a;flex:1 1;font-weight:600;min-width:0}.support-open-disc-club-stat-meta{color:#64748b;color:var(--muted-text,#64748b);font-size:.75rem;width:100%}.support-open-disc-club-stat-list .notb-btn,.support-open-disc-club-top-comment-actions .notb-btn{font-size:.8rem}.support-open-disc-club-top-comments{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.support-open-disc-club-top-comment-head{align-items:baseline;display:flex;gap:8px;justify-content:space-between}.support-open-disc-club-top-comment-author{font-size:.86rem;font-weight:600}.support-open-disc-club-top-comment-snippet{color:#334155;font-size:.82rem;line-height:1.4;margin:4px 0 6px;overflow-wrap:anywhere;word-break:break-word}.support-open-disc-club-top-comment-actions{display:flex;flex-wrap:wrap;gap:10px}.support-open-disc-club-page-title-row{align-items:center;display:flex;flex-wrap:nowrap;gap:10px}.support-open-disc-club-vis-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:.78rem;font-weight:650;gap:6px;letter-spacing:.02em;padding:4px 10px}.support-open-disc-club-vis-badge--public{background:#0ea5e91f;border:1px solid #0ea5e959;color:#0369a1}.support-open-disc-club-vis-badge--private{background:#a855f71a;border:1px solid #a855f759;color:#6b21a8}.support-open-disc-club-status-badge--enabled{background:#16a34a1f;border:1px solid #16a34a59;color:#166534}.support-open-disc-club-status-badge--disabled{background:#dc26261f;border:1px solid #dc262659;color:#991b1b}.support-open-disc-club-status-dropdown.gb{background:none;border:none;display:inline-flex;padding:0;position:relative;vertical-align:middle}.support-open-disc-club-status-dropdown button.gb__trigger{background:#0000;border:1px solid #0000;border-radius:999px;box-shadow:none;color:inherit;font-size:.78rem;font-weight:650;gap:5px;height:auto;letter-spacing:.02em;min-width:0;outline:none;padding:4px 10px}.support-open-disc-club-status-dropdown .gb__trigger-text{align-items:center;display:inline-flex;font-size:inherit;gap:3px;letter-spacing:inherit;line-height:1.2}.support-open-disc-club-status-dropdown.support-open-disc-club-status-badge--enabled button.gb__trigger{background:#16a34a1f;border-color:#16a34a59;color:#166534}.support-open-disc-club-status-dropdown.support-open-disc-club-status-badge--disabled button.gb__trigger{background:#dc26261f;border-color:#dc262659;color:#991b1b}.support-open-disc-club-status-dropdown.support-open-disc-club-status-badge--enabled button.gb__trigger:hover:not(:disabled),.support-open-disc-club-status-dropdown.support-open-disc-club-status-badge--enabled button.gb__trigger[aria-expanded=true]:not(:disabled){background:#16a34a29;border-color:#16a34a6b;color:#166534}.support-open-disc-club-status-dropdown.support-open-disc-club-status-badge--disabled button.gb__trigger:hover:not(:disabled),.support-open-disc-club-status-dropdown.support-open-disc-club-status-badge--disabled button.gb__trigger[aria-expanded=true]:not(:disabled){background:#dc262629;border-color:#dc26266b;color:#991b1b}.support-open-disc-club-status-caret{font-size:.82rem;margin-left:1px;opacity:.72}.support-open-disc-club-status-dropdown .gb__menu{margin-top:6px;min-width:148px}.support-open-disc-club-status-menu-item--active .gb__menu-item{font-weight:650}.support-open-disc-topic-list--club-skeleton{pointer-events:none}.support-open-disc-topic-list--club-skeleton>li.support-open-disc-club-topic-item--skeleton{display:block;margin:0;padding:0;position:relative}.support-open-disc-topic-list--club-skeleton>li+li{border-top:1px solid #e2e8f0f2}.support-open-disc-club-topic-item--skeleton .support-open-disc-topic--skeleton.support-open-disc-topic--club-row{display:block;min-width:0;width:100%}.support-open-disc-club-topic-gb-skel{animation:support-open-disc-shimmer 1.2s ease-in-out infinite;background:linear-gradient(90deg,#f1f5f9,#e2e8f0 50%,#f1f5f9);background-size:200% 100%;border-radius:10px;height:34px;position:absolute;right:10px;top:8px;width:38px;z-index:2}.support-open-disc-club-topic-item--skeleton.support-open-disc-club-topic-item--with-actions .support-open-disc-topic--skeleton.support-open-disc-topic--club-row{padding-right:44px}.support-open-disc-club-page-topics-head{align-items:baseline;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:14px}.support-open-disc-club-page-listing-note{flex:1 1 100%;line-height:1.45;margin:0;width:100%}.support-open-disc-club-topic-tabs{background:#f1f5f9e6;border:1px solid #e2e8f0f2;border-radius:10px;display:inline-flex;gap:6px;padding:4px}.support-open-disc-club-topic-tabs button{align-items:center;background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:inline-flex;font-size:.82rem;font-weight:600;gap:6px;padding:6px 12px}.support-open-disc-club-topic-tabs button.is-active{background:#fff;box-shadow:0 1px 3px #0f172a14;color:#0f172a}.support-open-disc-club-topic-tab-count{color:#94a3b8;font-size:.72rem;font-weight:700}.support-open-disc-club-topic-tabs button.is-active .support-open-disc-club-topic-tab-count{color:#64748b}.support-open-disc-club-private-gate{background:#faf5ffa6;border:1px dashed #a855f773;border-radius:16px;margin-top:24px;max-width:480px;padding:28px 22px;text-align:center}.support-open-disc-club-private-gate-icon{color:#9333ea;font-size:2rem;margin-bottom:8px}.support-open-disc-club-private-gate-title{font-size:1.25rem;margin:0 0 8px}.support-open-disc-club-private-gate-btn{margin-top:16px}.support-open-disc-club-contact-overlay{align-items:center;background:#0f172a73;box-sizing:border-box;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1200}.support-open-disc-club-contact-panel{background:#fff;border-radius:14px;box-shadow:0 24px 64px -20px #0f172a59;max-height:min(80vh,520px);max-width:420px;overflow:auto;padding:18px 20px 22px;width:100%}.support-open-disc-club-contact-head{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.support-open-disc-club-contact-head h3{font-size:1.05rem;margin:0}.support-open-disc-club-page-skel{pointer-events:none;width:100%}.support-open-disc-club-page-skel-bone{animation:support-clubs-skeleton-shimmer 1.35s ease-in-out infinite;background:linear-gradient(90deg,#e2e8f08c,#f1f5f9f2 45%,#e2e8f08c 90%);background-size:200% 100%;border-radius:8px;display:block}.support-open-disc-club-page-skel-back{border-radius:6px;height:14px;margin-bottom:12px;max-width:200px;width:min(148px,42%)}.support-open-disc-club-page-skel-hero{align-items:flex-start;background:linear-gradient(165deg,#fff,#f8fafc 50%,#fff);border:1px solid #e2e8f0f2;border-radius:20px;box-shadow:0 18px 48px -24px #0f172a1f;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:24px;margin-bottom:28px;padding:22px}.support-open-disc-club-page-skel-hero-icon{border:1px solid #e2e8f0a6;border-radius:20px;box-sizing:border-box;flex-shrink:0;height:112px;width:112px}.support-open-disc-club-page-skel-hero-body{display:flex;flex:1 1;flex-direction:column;gap:10px;min-width:0}.support-open-disc-club-page-skel-line--eyebrow{border-radius:6px;height:10px;width:52px}.support-open-disc-club-page-skel-line--title{border-radius:10px;height:clamp(26px,3.2vw,34px);width:min(92%,420px)}.support-open-disc-club-page-skel-stats{display:flex;flex-wrap:wrap;gap:18px 28px;margin:2px 0 4px}.support-open-disc-club-page-skel-stat{border-radius:10px;height:38px;width:56px}.support-open-disc-club-page-skel-line--desc{height:12px;max-width:52ch;width:100%}.support-open-disc-club-page-skel-line--narrow{max-width:100%;width:min(38%,280px)}.support-open-disc-club-page-skel-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px 12px;margin-top:6px}.support-open-disc-club-page-skel-pill{border-radius:999px;height:28px;width:76px}.support-open-disc-club-page-skel-pill--wide{width:118px}.support-open-disc-club-page-skel-topics-head{min-height:1.35rem}.support-open-disc-club-page-skel-section-title{border-radius:8px;display:block;height:1.35rem;width:min(240px,58%)}.support-open-disc-club-page-skel-aside{display:flex;flex-direction:column;gap:16px}.support-open-disc-club-page-skel-aside-card{align-items:flex-start;display:flex;flex-direction:column;gap:0}.support-open-disc-club-page-skel-aside-h{border-radius:6px;height:16px;margin-bottom:10px;width:min(52%,160px)}.support-open-disc-club-page-skel-aside-line{border-radius:6px;height:11px;width:100%}.support-open-disc-club-page-skel-aside-line+.support-open-disc-club-page-skel-aside-line{margin-top:10px}.support-open-disc-club-page-skel-aside-line--short{width:72%}.support-open-disc-club-page-hero{grid-column-gap:24px;grid-row-gap:12px;align-items:start;background:linear-gradient(165deg,#fff,#f8fafc 50%,#fff);border:1px solid #e2e8f0f2;border-radius:20px;box-shadow:0 18px 48px -24px #0f172a1f;column-gap:24px;display:grid;grid-template-areas:"icon badges" "icon identity" "icon desc" "icon owner" "icon stats" "icon actions";grid-template-columns:112px minmax(0,1fr);margin-bottom:28px;padding:22px;position:relative;row-gap:12px}.support-open-disc-club-page-hero-badges{align-items:center;display:flex;flex-wrap:wrap;gap:6px 8px;grid-area:badges}.support-open-disc-club-page-hero--with-report .support-open-disc-club-page-hero-badges{box-sizing:border-box;padding-right:2.25rem}.support-open-disc-club-page-hero-main{display:contents}.support-open-disc-club-page-hero-identity{grid-area:identity;min-width:0}.support-open-disc-club-page-hero-cta{flex-shrink:0}.support-open-disc-club-join-pill--hero{min-width:0;white-space:nowrap}.support-open-disc-club-page-joined-badge{flex-shrink:0;font-size:.72rem;padding:4px 10px}.support-open-disc-club-page-actions--secondary{align-items:center;display:flex;flex-wrap:wrap;gap:8px;grid-area:actions}.support-open-disc-club-page-hero-report{position:absolute;right:14px;top:14px;z-index:3}.support-open-disc-club-page-report-group.gb{flex-shrink:0}.support-open-disc-club-page-icon-wrap{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:0;grid-area:icon}.support-open-disc-club-page-icon-frame{flex-shrink:0;width:112px}.support-open-disc-club-page-icon-media{background:#f1f5f9e6;border:1px solid #e2e8f0f2;border-radius:20px;flex-shrink:0;overflow:hidden;position:relative}.support-open-disc-club-page-icon,.support-open-disc-club-page-icon-img{border:none;border-radius:0;display:block;height:112px;object-fit:cover;width:112px}.support-open-disc-club-page-icon--placeholder{align-items:center;background:#f1f5f9e6;color:#6366f1;display:flex;font-size:2.5rem;justify-content:center}.support-open-disc-club-page-icon-file{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.support-open-disc-club-page-icon-hover-overlay{-webkit-tap-highlight-color:transparent;align-items:center;background:#0f172a94;border:none;border-radius:inherit;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;gap:3px;inset:0;justify-content:center;margin:0;opacity:0;padding:6px;pointer-events:auto;position:absolute;text-align:center;touch-action:manipulation;transition:opacity .18s ease;z-index:2}.support-open-disc-club-page-icon-hover-ico{flex-shrink:0;font-size:1.45rem;pointer-events:none}.support-open-disc-club-page-icon-hover-label{font-size:.62rem;font-weight:600;line-height:1.2;pointer-events:none}.support-open-disc-club-page-icon-hover-hint{color:#f8fafce6;display:none;font-size:.52rem;line-height:1.25;pointer-events:none}@media (hover:hover) and (pointer:fine){.support-open-disc-club-page-icon-hover-overlay:focus-visible,.support-open-disc-club-page-icon-media:hover .support-open-disc-club-page-icon-hover-overlay{opacity:1}.support-open-disc-club-page-icon-hover-overlay:focus-visible .support-open-disc-club-page-icon-hover-hint,.support-open-disc-club-page-icon-media:hover .support-open-disc-club-page-icon-hover-hint{display:block}}@media (hover:none),(pointer:coarse){.support-open-disc-club-page-icon-hover-overlay{opacity:.001}.support-open-disc-club-page-icon-hover-overlay:active{opacity:1}}.support-open-disc-club-page-icon-hover-overlay:disabled{cursor:not-allowed;opacity:.72;pointer-events:none}.support-open-disc-club-page-hero-identity h1,.support-open-disc-club-page-title-row h1{color:#0f172a;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;letter-spacing:-.03em;margin:0}.support-open-disc-club-page-title-row h1{flex:1 1 auto;min-width:0}.support-open-disc-club-page-desc{grid-area:desc;margin:0;max-width:52ch}.support-open-disc-club-page-stats{display:flex;flex-wrap:wrap;gap:18px 28px;grid-area:stats;margin:0}.support-open-disc-club-page-stats dt{color:#94a3b8;font-size:.7rem;font-weight:700;letter-spacing:.08em;margin:0;text-transform:uppercase}.support-open-disc-club-page-stats dd{color:#0f172a;font-size:1.15rem;font-weight:700;margin:2px 0 0}.support-open-disc-club-page-owner{grid-area:owner;margin-bottom:0}.support-open-disc-club-page-owner-row{align-items:center;display:flex;gap:10px;margin-top:6px}.support-open-disc-club-page-owner-avatar{border:1px solid #e2e8f0f2;border-radius:50%;height:36px;object-fit:cover;width:36px}.support-open-disc-club-page-actions{display:flex;flex-wrap:wrap;gap:10px}@media (max-width:960px){.support-open-disc--club-page,.support-open-disc--clubs-page{box-sizing:border-box;max-width:100%;overflow-x:hidden;padding-left:10px;padding-right:10px;width:100%}.posts-page-layout__center:has(.support-open-disc--club-page) .support-open-disc--club-page,.posts-page-layout__center:has(.support-open-disc--clubs-page) .support-open-disc--clubs-page{padding-left:0;padding-right:0}.support-open-disc-club-page-layout{gap:16px}.support-open-disc-club-page-aside{position:static;top:auto}.support-open-disc-clubs-grid{gap:10px;grid-template-columns:1fr}.support-open-disc-clubs-page-head h1{font-size:1.28rem}.support-open-disc-clubs-page-head p{font-size:.84rem;line-height:1.45}.support-open-disc-joinclubs-row--tile{padding:12px}.support-open-disc-clubs-grid.support-open-disc-joinclubs-list--page{align-items:start}.support-open-disc-joinclubs-row--tile .support-open-disc-club-page-actions-row--tile{margin-top:6px}.support-open-disc-club-page-hero{border-radius:16px;column-gap:12px;grid-template-areas:"badges badges" "icon identity" "owner owner" "stats stats" "desc desc" "actions actions";grid-template-columns:72px minmax(0,1fr);margin-bottom:20px;padding:14px 14px 16px;row-gap:10px}.support-open-disc-club-page-hero-report{right:10px;top:10px}.support-open-disc-club-page-icon-wrap{align-items:center;align-self:start;flex-direction:column;width:auto}.support-open-disc-club-page-icon-frame{width:72px}.support-open-disc-club-page-icon-media{border-radius:14px}.support-open-disc-club-page-icon,.support-open-disc-club-page-icon-img{height:72px;width:72px}.support-open-disc-club-page-icon--placeholder{font-size:1.75rem}.support-open-disc-club-page-icon-hover-ico{font-size:1.2rem}.support-open-disc-club-page-icon-hover-label{font-size:.54rem}.support-open-disc-club-page-hero-identity h1,.support-open-disc-club-page-title-row h1{font-size:1.35rem;line-height:1.2;word-break:break-word}.support-open-disc-club-page-title-row{gap:8px}.support-open-disc-club-page-hero-identity .support-open-disc-hero-eyebrow{margin-bottom:4px}.support-open-disc-club-page-desc{font-size:.9rem;line-height:1.45;max-width:none}.support-open-disc-club-page-stats{grid-gap:8px 10px;display:grid;gap:8px 10px;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.support-open-disc-club-page-stats dd{font-size:1rem}.support-open-disc-club-page-actions--secondary>*{max-width:none;width:auto}.support-open-disc-club-page-topics-head{align-items:stretch;flex-direction:column;gap:10px}.support-open-disc-club-topic-tabs{box-sizing:border-box;width:100%}.support-open-disc-club-topic-tabs button{flex:1 1;justify-content:center;min-width:0;padding:8px 10px}.support-open-disc-club-page-skel-hero{border-radius:16px;flex-direction:column;gap:16px;margin-bottom:20px;padding:14px 14px 16px}.support-open-disc-club-page-skel-hero-icon{border-radius:14px;height:72px;width:72px}}.support-open-disc-club-page-topics-title{color:#0f172a;font-size:1.1rem;font-weight:700;margin:0 0 12px}.support-open-disc-topic-club--link{cursor:pointer;text-decoration:none}.support-open-disc-joinclubs-title-row{align-items:flex-start;display:flex;gap:12px}.support-open-disc-joinclubs-thumb{border:1px solid #e2e8f0f2;border-radius:10px;flex-shrink:0;height:44px;object-fit:cover;width:44px}.support-open-disc-joinclubs-thumb--placeholder{align-items:center;background:#faf6f1;background:var(--brand-50,#faf6f1);color:#b87333;color:var(--brand-500,#b87333);display:flex;font-size:1.25rem;justify-content:center}.support-open-disc-joinclubs-title-text{display:flex;flex-direction:column;gap:2px;min-width:0}.support-open-disc-joinclubs-title-row--compact{align-items:center;gap:8px}.support-open-disc-joinclubs-thumb--compact{border-radius:8px;font-size:.95rem;height:32px;width:32px}.support-open-disc-joinclubs-viewmore-wrap{border-top:1px solid #e2e8f0d9;flex-shrink:0;margin-top:4px;padding:12px 4px 4px;text-align:center}.support-open-disc-joinclubs-viewmore{font-size:.82rem;font-weight:400}.support-open-disc-joinclubs-viewmore.noOutline-text,.support-open-disc-joinclubs-viewmore.noOutline-text:focus-visible,.support-open-disc-joinclubs-viewmore.noOutline-text:hover:not(:disabled){background:none!important;border:none;box-shadow:none;filter:none}.support-open-disc-club-page-link{align-self:flex-start;color:#334155;color:var(--rb-text,#334155);font-size:.82rem;font-weight:400;margin-top:8px}button.notb-btn.support-open-disc-club-page-link--tile[data-notb],button.notb-btn.support-open-disc-club-page-link--tile[data-notb] .notb-btn__label,button.notb-btn.support-open-disc-club-page-link[data-notb],button.notb-btn.support-open-disc-club-page-link[data-notb] .notb-btn__label{color:#334155!important;color:var(--rb-text,#334155)!important;font-weight:400!important;text-decoration:none!important;-webkit-text-decoration-line:none!important;text-decoration-line:none!important}button.notb-btn.support-open-disc-club-page-link--tile[data-notb]:active:not(:disabled):not([aria-disabled=true]),button.notb-btn.support-open-disc-club-page-link--tile[data-notb]:focus-visible:not(:disabled):not([aria-disabled=true]),button.notb-btn.support-open-disc-club-page-link--tile[data-notb]:hover:not(:disabled):not([aria-disabled=true]),button.notb-btn.support-open-disc-club-page-link[data-notb]:active:not(:disabled):not([aria-disabled=true]),button.notb-btn.support-open-disc-club-page-link[data-notb]:focus-visible:not(:disabled):not([aria-disabled=true]),button.notb-btn.support-open-disc-club-page-link[data-notb]:hover:not(:disabled):not([aria-disabled=true]){color:#8b5a2b!important;color:var(--brand-600,#8b5a2b)!important;text-decoration:none!important;-webkit-text-decoration-line:none!important;text-decoration-line:none!important}button.notb-btn.support-open-disc-club-page-link--tile[data-notb]:active:not(:disabled):not([aria-disabled=true]) .notb-btn__label,button.notb-btn.support-open-disc-club-page-link--tile[data-notb]:focus-visible:not(:disabled):not([aria-disabled=true]) .notb-btn__label,button.notb-btn.support-open-disc-club-page-link--tile[data-notb]:hover:not(:disabled):not([aria-disabled=true]) .notb-btn__label,button.notb-btn.support-open-disc-club-page-link[data-notb]:active:not(:disabled):not([aria-disabled=true]) .notb-btn__label,button.notb-btn.support-open-disc-club-page-link[data-notb]:focus-visible:not(:disabled):not([aria-disabled=true]) .notb-btn__label,button.notb-btn.support-open-disc-club-page-link[data-notb]:hover:not(:disabled):not([aria-disabled=true]) .notb-btn__label{color:inherit!important;text-decoration:none!important;-webkit-text-decoration-line:none!important;text-decoration-line:none!important}button.notb-btn.support-open-disc-club-page-link--tile[data-notb]:focus-visible,button.notb-btn.support-open-disc-club-page-link[data-notb]:focus-visible{outline-color:#b8733373!important;outline-color:var(--brand-focus-ring,#b8733373)!important}[data-theme=dark] button.notb-btn.support-open-disc-club-page-link--tile[data-notb],[data-theme=dark] button.notb-btn.support-open-disc-club-page-link--tile[data-notb] .notb-btn__label,[data-theme=dark] button.notb-btn.support-open-disc-club-page-link[data-notb],[data-theme=dark] button.notb-btn.support-open-disc-club-page-link[data-notb] .notb-btn__label{color:#cbd5e1!important;color:var(--rb-text,#cbd5e1)!important}[data-theme=dark] button.notb-btn.support-open-disc-club-page-link--tile[data-notb]:active:not(:disabled):not([aria-disabled=true]),[data-theme=dark] button.notb-btn.support-open-disc-club-page-link--tile[data-notb]:focus-visible:not(:disabled):not([aria-disabled=true]),[data-theme=dark] button.notb-btn.support-open-disc-club-page-link--tile[data-notb]:hover:not(:disabled):not([aria-disabled=true]),[data-theme=dark] button.notb-btn.support-open-disc-club-page-link[data-notb]:active:not(:disabled):not([aria-disabled=true]),[data-theme=dark] button.notb-btn.support-open-disc-club-page-link[data-notb]:focus-visible:not(:disabled):not([aria-disabled=true]),[data-theme=dark] button.notb-btn.support-open-disc-club-page-link[data-notb]:hover:not(:disabled):not([aria-disabled=true]){color:#c9863f!important;color:var(--brand-400,#c9863f)!important}.support-open-disc-new-club-icon{display:flex;flex-direction:column;gap:6px;margin-top:10px}.support-open-disc-new-club-icon-label{align-items:center;color:#475569;display:inline-flex;font-size:.82rem;font-weight:600;gap:8px}.support-open-disc-new-club-icon-input{font-size:.85rem}.support-open-disc--clubs-page{box-sizing:border-box;margin:0 auto;max-width:min(1200px,calc(100vw - 48px));padding:0 6px 40px;width:100%}.support-open-disc-clubs-page-skel{pointer-events:none}.support-open-disc-clubs-page-skel-bone{animation:support-clubs-skeleton-shimmer 1.35s ease-in-out infinite;background:linear-gradient(90deg,#e2e8f08c,#f1f5f9f2 45%,#e2e8f08c 90%);background-size:200% 100%;border-radius:8px;display:block}.support-open-disc-clubs-page-skel-head{margin-bottom:18px}.support-open-disc-clubs-page-skel-head-icon{border-radius:10px;flex-shrink:0;height:36px;margin-top:4px;width:36px}.support-open-disc-clubs-page-skel-head-copy{display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:0}.support-open-disc-clubs-page-skel-head-title{border-radius:8px;height:1.55rem;width:min(220px,48%)}.support-open-disc-clubs-page-skel-head-line{border-radius:6px;height:11px;max-width:42rem;width:100%}.support-open-disc-clubs-page-skel-head-line--short{max-width:min(30rem,90%);width:100%}.support-open-disc-clubs-page-skel-search{margin-bottom:18px}.support-open-disc-clubs-page-skel-search-field{border:1px solid #cbd5e1bf;border-radius:12px;box-sizing:border-box;height:46px;width:100%}.support-open-disc-joinclubs-tile-main>.support-clubs-skeleton-line--link{align-self:flex-start;margin-top:8px}.support-open-disc-joinclubs-title-text .support-clubs-skeleton-line--tile-name{height:14px;width:100%}.support-open-disc-joinclubs-title-text .support-clubs-skeleton-line--tile-meta{height:11px;margin-top:6px;width:78%}.support-open-disc-clubs-skeleton-tile-foot{width:100%}.support-open-disc-clubs-page-head{align-items:flex-start;display:flex;gap:14px;margin-bottom:18px}.support-open-disc-clubs-page-head h1{color:#0f172a;font-size:1.45rem;font-weight:800;letter-spacing:-.02em;margin:0 0 6px}.support-open-disc-clubs-page-icon{color:#b87333;color:var(--brand-500,#b87333);flex-shrink:0;font-size:1.75rem;margin-top:4px}.support-open-disc-search--clubs-page{margin-bottom:18px}.support-open-disc-search--clubs-page input{background:#fffffff2;border:1px solid #b8733347;border-radius:12px;box-sizing:border-box;font-family:inherit;font-size:.95rem;padding:12px 14px 12px 44px;width:100%}.support-open-disc-search--clubs-page input::placeholder{color:#6b7280}.support-open-disc-search--clubs-page input:focus{border-color:#b87333;border-color:var(--brand-500,#b87333);box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338);outline:none}.support-open-disc-joinclubs-list--page{max-height:none;overflow:visible}.support-open-disc-clubs-grid{grid-gap:12px;align-items:stretch;display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;margin:0;padding:0}@media (max-width:1100px){.support-open-disc-clubs-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:880px){.support-open-disc-clubs-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.support-open-disc-clubs-grid{align-items:start;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.support-open-disc-clubs-grid>.support-open-disc-joinclubs-row--tile{height:auto}.support-open-disc-joinclubs-row--tile{padding:10px}.support-open-disc-joinclubs-tile-main{gap:6px}.support-open-disc-joinclubs-tile-hero{gap:8px}.support-open-disc-joinclubs-row--tile .support-open-disc-joinclubs-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:.84rem;line-height:1.25;overflow:hidden;white-space:normal}.support-open-disc-joinclubs-tile-stat{font-size:.72rem}.support-open-disc-joinclubs-row--tile .support-open-disc-club-page-actions-row--tile{align-items:center;gap:6px;justify-content:space-between;margin-top:6px;padding-top:8px}.support-open-disc-joinclubs-row--tile .support-open-disc-club-page-actions-row-cta{flex:0 0 auto;margin-left:auto}.support-open-disc-joinclubs-row--tile .support-open-disc-joinclubs-joinbtn--tile{max-width:none;min-width:0;padding-left:10px;padding-right:10px;width:auto}.support-open-disc-joinclubs-row--tile .support-open-disc-joined-cell--tile{min-width:0;width:auto}.support-open-disc-joinclubs-row--tile .support-open-disc-joined-cell--tile .support-open-disc-club-delegated-mod-pill,.support-open-disc-joinclubs-row--tile .support-open-disc-joined-cell--tile .support-open-disc-joinclubs-badge{max-width:none;min-width:0;padding-left:10px;padding-right:10px;width:auto}.support-open-disc-joinclubs-row--tile .support-open-disc-club-page-link--tile{flex-shrink:1;font-size:.74rem;margin-left:0;margin-right:auto;margin-top:0;min-width:0;text-align:left;white-space:nowrap}}@media (max-width:380px){.support-open-disc-clubs-grid{grid-template-columns:1fr}}.support-open-disc-clubs-grid.support-open-disc-joinclubs-list--page{grid-column-gap:12px;grid-row-gap:12px;grid-gap:12px;align-items:stretch;column-gap:12px;display:grid;gap:12px;max-height:none;overflow:visible;row-gap:12px}.support-open-disc-clubs-grid>.support-open-disc-joinclubs-row{box-sizing:border-box;max-width:100%;min-width:0;width:100%}.support-open-disc-clubs-load-sentinel{align-items:center;display:flex;justify-content:center;margin-top:16px;min-height:24px}.support-open-disc-joinclubs-row--tile{align-items:stretch;flex-direction:column;gap:0;height:100%;justify-content:flex-start;min-height:0}.support-open-disc-joinclubs-tile-main{display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:0}.support-open-disc-joinclubs-tile-open{background:none;border:none;border-radius:8px;color:inherit;cursor:pointer;display:flex;flex-direction:column;font:inherit;gap:8px;margin:0;outline-offset:2px;padding:0;text-align:left;width:100%}.support-open-disc-joinclubs-tile-open:hover .support-open-disc-joinclubs-name{color:#8b5a2b;color:var(--brand-600,#8b5a2b)}.support-open-disc-joinclubs-tile-open:focus-visible{outline:2px solid #b87333;outline:2px solid var(--brand-500,#b87333)}.support-open-disc-joinclubs-tile-hero{align-items:flex-start;display:flex;gap:10px}.support-open-disc-joinclubs-tile-stats{display:flex;flex-direction:column;gap:2px;margin-top:2px}.support-open-disc-joinclubs-tile-stat{display:block;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-open-disc-joinclubs-tile-stat--disabled{color:#b45309;font-weight:600}.support-open-disc-joinclubs-thumb--tile{border-radius:10px;flex-shrink:0;height:44px;object-fit:cover;width:44px}.support-open-disc-joinclubs-thumb--tile.support-open-disc-joinclubs-thumb--placeholder{align-items:center;background:#faf6f1;background:var(--brand-50,#faf6f1);color:#b87333;color:var(--brand-500,#b87333);display:inline-flex;font-size:1.25rem;justify-content:center}.support-open-disc-joinclubs-desc--tile{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:.78rem;line-height:1.4;margin:0;overflow:hidden}.support-open-disc-club-page-link--tile{align-self:flex-start;color:#334155;color:var(--rb-text,#334155);font-weight:400;margin-top:2px}.support-open-disc-club-page-actions-row{align-items:center;border-top:1px solid #e2e8f0d9;display:flex;gap:10px;justify-content:space-between;margin-top:auto;padding-top:10px}.support-open-disc-club-page-actions-row--tile{flex-wrap:nowrap;gap:8px}.support-open-disc-club-page-actions-row-cta{align-items:center;display:flex;flex-shrink:0;margin-left:auto;min-width:0}.support-open-disc-club-page-link--tile:hover:not(:disabled){color:#8b5a2b;color:var(--brand-600,#8b5a2b);text-decoration:none}.support-open-disc-joinclubs-tile-foot{align-items:flex-end;border-top:1px solid #e2e8f0d9;display:flex;flex-direction:column;gap:6px;margin-top:auto;padding-top:10px}.support-open-disc-joinclubs-joinbtn--tile{justify-content:center;max-width:132px;min-width:88px;width:auto}.support-clubs-skeleton-tile{display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:0}.support-clubs-skeleton-tile-avatar{animation:support-clubs-skeleton-shimmer 1.35s ease-in-out infinite;background:linear-gradient(90deg,#e2e8f08c,#f1f5f9f2 45%,#e2e8f08c 90%);background-size:200% 100%;border-radius:10px;height:44px;width:44px}.support-clubs-skeleton-line--link{height:12px;margin-top:2px;width:52%}.support-clubs-skeleton-action--tile{border-radius:8px;height:28px;margin-top:auto;width:100%}.support-open-disc-joinclubs-row--page{align-items:flex-start}.support-open-disc-joinclubs-desc{color:#64748b;font-size:.8rem;line-height:1.45;margin:6px 0 0}.support-open-disc-clubs-page-signin{margin-top:16px}@keyframes support-clubs-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.support-open-disc-joinclubs-list--skeleton{pointer-events:none}.support-clubs-skeleton-row{background:#f8fafce6!important;border-color:#e2e8f0a6!important}.support-clubs-skeleton-meta{display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:0}.support-clubs-skeleton-action,.support-clubs-skeleton-line{animation:support-clubs-skeleton-shimmer 1.35s ease-in-out infinite;background:linear-gradient(90deg,#e2e8f08c,#f1f5f9f2 45%,#e2e8f08c 90%);background-size:200% 100%;border-radius:6px;display:block}.support-clubs-skeleton-line--title{height:14px;width:min(58%,200px)}.support-clubs-skeleton-line--meta{height:11px;width:min(72%,280px)}.support-clubs-skeleton-line--desc{height:10px;margin-top:4px;max-width:420px;width:100%}.support-clubs-skeleton-action{border-radius:8px;flex-shrink:0;height:2rem;width:4.5rem}.support-open-disc-new-topic--near-feed{margin-bottom:10px;margin-top:0}.support-open-disc-notify-opt.rc-checkbox{margin:14px 0 4px;max-width:560px;width:100%}.support-open-disc-notify-opt.rc-checkbox .rc-checkbox__text{color:#475569}.support-open-disc-feed-title{color:#0f172a;font-size:1.05rem;font-weight:700;margin:0 0 4px}.support-open-disc-feed-caption{color:#64748b;font-size:.8rem;margin:0 0 6px}.support-open-disc-feed-filter{color:#64748b;font-size:.82rem;margin:0}.support-open-disc-topic-list{list-style:none;margin:0;padding:0}.support-open-disc-topic-list>li{margin:0;padding:0}.support-open-disc-topic-list>li+li{border-top:1px solid #e2e8f0f2}.support-open-disc-topic-list--list>li+li{border-top:none}.support-open-disc-topic-list--list>li{padding:6px 0}.support-open-disc-topic-list--list>li:not(:last-child){border-bottom:1px solid #e2e8f0f2}.support-open-disc-topic-list--list .support-open-disc-topic--list,.support-open-disc-topic-list--list .support-open-disc-topic--list:active,.support-open-disc-topic-list--list .support-open-disc-topic--list:focus-visible,.support-open-disc-topic-list--list .support-open-disc-topic--list:hover{border-radius:10px}.support-open-disc-topic--list,.support-open-disc-topic--list:active,.support-open-disc-topic--list:focus-visible,.support-open-disc-topic--list:hover{border:none;filter:none;font-size:inherit;line-height:inherit;transform:none;transition:background-color .15s ease}.support-open-disc-topic--list:active,.support-open-disc-topic--list:hover{box-shadow:none}@media (hover:hover) and (pointer:fine){.support-open-disc-topic--list:active,.support-open-disc-topic--list:hover{background:#f1f5f9}}.support-open-disc-topic--list:focus-visible{background:#f1f5f9;box-shadow:inset 3px 0 0 0 var(--od-accent);outline:none}.support-open-disc-topic--list:active{background:#e2e8f0}.support-open-disc-topic-list--club>li.support-open-disc-club-topic-item{background:#fff;display:block;overflow:visible;position:relative}.support-open-disc-topic-list--club>li.support-open-disc-club-topic-item .support-open-disc-topic--club-row{display:block;min-width:0;width:100%}.support-open-disc-club-topic-item--with-actions .support-open-disc-topic--club-row{padding-right:44px}.support-open-disc-topic-list--club>li.support-open-disc-club-topic-item>.gb.support-open-disc-club-topic-gb{bottom:auto;display:inline-flex;left:auto;margin:0;padding:0;position:absolute;right:10px;top:8px;width:auto;z-index:3}.support-open-disc-topic-list--club>li.support-open-disc-club-topic-item>.gb.support-open-disc-club-topic-gb .gb__trigger{background:#ffffffeb;border:1px solid #e2e8f0f2;border-radius:10px;box-shadow:0 1px 2px #0f172a0f;padding:6px 8px}.support-open-disc-topic{--od-accent:var(--brand-500,#b87333);background:#fff;border:none;box-sizing:border-box;cursor:pointer;display:block;font-family:inherit;font-size:inherit;line-height:inherit;margin:0;padding:16px 18px 18px;text-align:left;transition:background-color .15s ease;width:100%}.support-open-disc-topic-main{align-items:flex-start;display:flex;gap:12px;width:100%}.support-open-disc-topic-content{flex:1 1;min-width:0}.support-open-disc-topic-end-actions{align-self:flex-start;flex:0 0 auto;margin-left:auto}.support-open-disc-topic-end-actions .gb__trigger{border:0;height:34px;min-width:34px;padding:6px 8px}.support-open-disc-topic-more button.gb__trigger{background:#0000;border:0;box-shadow:none;height:28px;min-width:28px;padding:0 4px;transition:background-color .15s ease,color .15s ease;width:28px}.support-open-disc-topic-more button.gb__trigger:hover:not(:disabled),.support-open-disc-topic-more button.gb__trigger[aria-expanded=true]:not(:disabled){background:#e2e8f0f2;border:0;box-shadow:none;color:#475569}.support-open-disc-topic-more .gb__trigger-icon svg{color:#b87333;color:var(--brand-500,#b87333);transition:color .15s ease}.support-open-disc-topic-more button.gb__trigger:hover:not(:disabled) .gb__trigger-icon svg,.support-open-disc-topic-more button.gb__trigger[aria-expanded=true]:not(:disabled) .gb__trigger-icon svg{color:#475569}[data-theme=dark] .support-open-disc-topic-more button.gb__trigger:hover:not(:disabled),[data-theme=dark] .support-open-disc-topic-more button.gb__trigger[aria-expanded=true]:not(:disabled){background:#94a3b847;color:#f8fafc}[data-theme=dark] .support-open-disc-topic-more button.gb__trigger:hover:not(:disabled) .gb__trigger-icon svg,[data-theme=dark] .support-open-disc-topic-more button.gb__trigger[aria-expanded=true]:not(:disabled) .gb__trigger-icon svg{color:#f8fafc}.support-open-disc-topic-end-actions.support-open-disc-topic-end-actions--list{align-items:center;display:inline-flex;flex-direction:row;gap:4px}.support-open-disc-topic-head-actions-cluster{align-items:center;display:inline-flex;flex-shrink:0;gap:4px;min-width:0}.support-open-disc-topic-head-actions-cluster .support-open-disc-topic-more{flex-shrink:0}.support-open-disc-topic-list-head{align-items:flex-start;display:flex;gap:8px;justify-content:space-between;min-width:0;width:100%}.support-open-disc-topic-list-head .support-open-disc-topic-meta{flex:1 1 auto;min-width:0}.support-open-disc-topic-list-head .support-open-disc-topic-end-actions.support-open-disc-topic-end-actions--list{align-self:center;flex-shrink:0;margin-left:0}.support-open-disc-topic--list .support-open-disc-topic-list-head{margin-bottom:0}.support-open-disc-topic--list .support-open-disc-topic-list-head .support-open-disc-topic-meta{line-height:1.25}.support-open-disc-topic--list .support-open-disc-topic-title-row{margin-top:0}.support-open-disc-topic--list .support-open-disc-topic-title{line-height:1.26;margin-top:0}.support-open-disc-topic--list .support-open-disc-topic-stat-hashtags,.support-open-disc-topic--list .support-open-disc-topic-stat-view-later{color:#64748b}.support-open-disc-topic--list .support-open-disc-topic-stat-hashtags-icon,.support-open-disc-topic--list .support-open-disc-topic-stat-view-later-icon{color:#94a3b8}.support-open-disc-topic--list .support-open-disc-topic-stat-hashtags--btn:hover,.support-open-disc-topic--list .support-open-disc-topic-stat-view-later--btn:hover,.support-open-disc-topic--list .support-open-disc-topic-stat-view-later.is-saved{background:#f1f5f9f2;color:#64748b}.support-open-disc-topic--list .support-open-disc-topic-stat-hashtags--btn:hover .support-open-disc-topic-stat-hashtags-icon,.support-open-disc-topic--list .support-open-disc-topic-stat-view-later--btn:hover .support-open-disc-topic-stat-view-later-icon,[data-theme=dark] .support-open-disc-topic--list .support-open-disc-topic-stat-hashtags,[data-theme=dark] .support-open-disc-topic--list .support-open-disc-topic-stat-view-later{color:#94a3b8}[data-theme=dark] .support-open-disc-topic--list .support-open-disc-topic-stat-hashtags-icon,[data-theme=dark] .support-open-disc-topic--list .support-open-disc-topic-stat-view-later-icon{color:#64748b}[data-theme=dark] .support-open-disc-topic--list .support-open-disc-topic-stat-hashtags--btn:hover,[data-theme=dark] .support-open-disc-topic--list .support-open-disc-topic-stat-view-later--btn:hover,[data-theme=dark] .support-open-disc-topic--list .support-open-disc-topic-stat-view-later.is-saved{background:#1e293bd9;color:#94a3b8}[data-theme=dark] .support-open-disc-topic--list .support-open-disc-topic-stat-hashtags--btn:hover .support-open-disc-topic-stat-hashtags-icon,[data-theme=dark] .support-open-disc-topic--list .support-open-disc-topic-stat-view-later--btn:hover .support-open-disc-topic-stat-view-later-icon{color:#64748b}.support-open-disc-topic[data-od-cat=general]{--od-accent:var(--brand-500,#b87333)}.support-open-disc-topic[data-od-cat=announcements]{--od-accent:maroon}.support-open-disc-topic:hover:not(.support-open-disc-topic--card):not(.support-open-disc-topic--list){background:#f1f5f9;border-radius:0;font-size:inherit;line-height:inherit;padding:16px 18px 18px}.support-open-disc-topic:focus-visible:not(.support-open-disc-topic--card):not(.support-open-disc-topic--list){background:#f1f5f9;border-radius:0;box-shadow:inset 3px 0 0 0 var(--od-accent);font-size:inherit;line-height:inherit;outline:none;padding:16px 18px 18px}.support-open-disc-topic:active:not(.support-open-disc-topic--card):not(.support-open-disc-topic--list){background:#e2e8f0;border-radius:0;font-size:inherit;line-height:inherit;padding:16px 18px 18px}.support-open-disc-topic-meta{align-items:center;color:#94a3b8;display:flex;flex-wrap:wrap;font-size:.8125rem;gap:6px;line-height:1.35}.support-open-disc-topic-club-avatar{align-items:center;background:color-mix(in srgb,var(--od-accent) 11%,#f8fafc);border:1px solid color-mix(in srgb,var(--od-accent) 20%,#e2e8f0f2);border-radius:50%;display:inline-flex;flex-shrink:0;height:28px;justify-content:center;width:28px}.support-open-disc-topic-club-avatar-icon{color:var(--od-accent);font-size:.85rem}.support-open-disc-topic-club-avatar-img{border-radius:50%;display:block;height:100%;object-fit:cover;width:100%}@supports not (color:color-mix(in srgb,red,blue)){.support-open-disc-topic-club-avatar{background:#f1f5f9;border-color:#e2e8f0f2}}.support-open-disc-topic-club{color:#3d2810;color:var(--brand-900,#3d2810);font-weight:700;max-width:min(100%,280px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-open-disc-topic-sep{color:#cbd5e1;font-weight:500;-webkit-user-select:none;user-select:none}.support-open-disc-topic-time{color:#94a3b8;font-weight:400}.support-open-disc-topic-list-head .support-open-disc-topic-meta .support-open-disc-topic-time,.support-open-disc-topic-meta--card-main .support-open-disc-topic-time,.support-open-disc-topic-status-primary .support-open-disc-topic-time{font-size:.7875rem;line-height:1.3}.support-open-disc-topic-title{color:#0f172a;display:block;font-size:1.125rem;font-weight:700;letter-spacing:-.02em;line-height:1.28;margin:2px 0 0;padding:0}.support-open-disc-topic-title-row{align-items:flex-start;display:flex;gap:8px}.support-open-disc-topic-title-info{align-items:center;color:#94a3b8;display:inline-flex;flex:0 0 auto;height:20px;justify-content:center;margin-top:8px;width:20px}.support-open-disc-topic-snippet{-webkit-line-clamp:5;-webkit-box-orient:vertical;color:#64748b;display:-webkit-box;font-size:.875rem;line-height:1.5;margin:4px 0 0;overflow:hidden;padding:0;white-space:pre-line}.support-open-disc-topic-snippet--list{line-clamp:2;-webkit-line-clamp:2;color:#475569;text-align:left;white-space:normal}.support-open-disc-topic-snippet--rich{-webkit-line-clamp:unset;line-clamp:none;-webkit-box-orient:unset;color:#475569;display:block;overflow:visible;white-space:normal}.support-open-disc-topic-snippet--rich.support-open-disc-topic-snippet--list{-webkit-overflow-scrolling:touch;max-height:96px;max-width:100%;overflow:auto}.support-open-disc-topic-card-thumb-details.support-open-disc-topic-snippet--rich{font-size:.72rem;overflow:auto}.support-open-disc-topic--card .support-open-disc-topic-snippet--rich.support-open-disc-topic-snippet--card{line-clamp:none;-webkit-line-clamp:unset;max-height:280px;overflow:auto}.support-open-disc-topic-snippet--rich.support-comment-text{font-size:inherit;line-height:1.45;margin:6px 0 0;padding:0}.support-open-disc-topic-snippet--rich.support-comment-text table{font-size:.8rem;max-width:100%;min-width:0;table-layout:auto;width:auto}.support-open-disc-topic-snippet--rich.support-open-disc-topic-snippet--list .support-comment-table-wrap{-webkit-overflow-scrolling:touch;margin:0;max-width:100%;overflow-x:auto;overflow-y:hidden;width:100%}.support-open-disc-topic-snippet--rich.support-open-disc-topic-snippet--list .support-comment-table-wrap>table{height:auto!important;max-width:100%!important;min-height:0!important;min-width:0!important;table-layout:auto;width:auto!important}.support-open-disc-topic-snippet--rich.support-open-disc-topic-snippet--list table td,.support-open-disc-topic-snippet--rich.support-open-disc-topic-snippet--list table th{word-wrap:break-word;line-height:1.2;max-width:none;min-width:0;overflow-wrap:break-word;padding:.15rem .3rem}@media (max-width:767px){.support-open-disc-topic-snippet--rich.support-comment-text table,.support-open-disc-topic-snippet--rich.support-open-disc-topic-snippet--list .support-comment-table-wrap>table{max-width:100%!important;table-layout:fixed;width:100%!important}.support-open-disc-topic-snippet--rich.support-open-disc-topic-snippet--list table td,.support-open-disc-topic-snippet--rich.support-open-disc-topic-snippet--list table th{max-width:100%}}.support-open-disc-topic-snippet--rich.support-open-disc-topic-snippet--list table td *,.support-open-disc-topic-snippet--rich.support-open-disc-topic-snippet--list table th *{font-size:inherit;line-height:inherit}.support-open-disc-topic-snippet--rich .support-comment-table-wrap{margin:0}.support-open-disc-topic--list .support-open-disc-topic-snippet{color:#475569}[data-theme=dark] .support-open-disc-topic--list .support-open-disc-topic-snippet,[data-theme=dark] .support-open-disc-topic--list .support-open-disc-topic-snippet--list{color:#cbd5e1}@media (min-width:721px){.support-open-disc-topic--list .support-open-disc-topic-main:not(.support-open-disc-topic-main--has-thumb) .support-open-disc-topic-stats--list-in-content{align-items:center;display:flex;flex-wrap:nowrap;font-size:.875rem;font-weight:600;gap:10px;justify-content:flex-start;margin:6px 0 0;max-width:100%;width:100%}.support-open-disc-topic--list .support-open-disc-topic-content:has(.support-open-disc-topic-end-actions--list) .support-open-disc-topic-stats--list-in-content{box-sizing:border-box;margin-right:-76px;max-width:calc(100% + 76px);width:calc(100% + 76px)}.support-open-disc-topic--list .support-open-disc-topic-main:not(.support-open-disc-topic-main--has-thumb) .support-open-disc-topic-stats--list-in-content .support-open-disc-topic-stat-comments,.support-open-disc-topic--list .support-open-disc-topic-main:not(.support-open-disc-topic-main--has-thumb) .support-open-disc-topic-stats--list-in-content .support-open-disc-topic-stat-hashtags,.support-open-disc-topic--list .support-open-disc-topic-main:not(.support-open-disc-topic-main--has-thumb) .support-open-disc-topic-stats--list-in-content .support-open-disc-topic-stat-view-later,.support-open-disc-topic--list .support-open-disc-topic-main:not(.support-open-disc-topic-main--has-thumb) .support-open-disc-topic-stats--list-in-content .support-open-disc-topic-stat-votes{flex:0 0 auto}.support-open-disc-topic--list .support-open-disc-topic-main:not(.support-open-disc-topic-main--has-thumb) .support-open-disc-topic-stats--list-mobile-foot{display:none}.support-open-disc-topic--list .support-open-disc-topic-main--has-thumb{grid-gap:0 28px;grid-row-gap:0;grid-column-gap:28px;align-items:start;column-gap:28px;display:grid;gap:0 28px;grid-template-columns:112px minmax(0,1fr);row-gap:0}.support-open-disc-topic--list .support-open-disc-topic-main--has-thumb .support-open-disc-topic-media-col{align-items:flex-start;display:flex;flex-direction:column;gap:0;grid-column:1;grid-row:1;margin-right:0;max-width:112px;min-width:112px;padding-right:0;width:112px}.support-open-disc-topic--list .support-open-disc-topic-thumb{height:76px;width:112px}.support-open-disc-topic--list .support-open-disc-topic-main--has-thumb .support-open-disc-topic-stats--thumb-mobile{display:none}.support-open-disc-topic--list .support-open-disc-topic-main--has-thumb .support-open-disc-topic-content{flex:none;grid-column:2;grid-row:1;min-width:0}.support-open-disc-topic--list .support-open-disc-topic-main--has-thumb .support-open-disc-topic-stats--list-in-content{display:none}.support-open-disc-topic--list .support-open-disc-topic-main--has-thumb .support-open-disc-topic-stats--list-mobile-foot{align-items:center;box-sizing:border-box;display:flex;flex:0 0 100%;flex-wrap:nowrap;font-size:.875rem;font-weight:600;gap:10px;grid-column:1/-1;grid-row:2;justify-content:flex-start;margin:6px 0 0;max-width:100%;padding:0;white-space:nowrap;width:100%}.support-open-disc-topic--list .support-open-disc-topic-main--has-thumb .support-open-disc-topic-stats--list-mobile-foot .support-open-disc-topic-stat-comments,.support-open-disc-topic--list .support-open-disc-topic-main--has-thumb .support-open-disc-topic-stats--list-mobile-foot .support-open-disc-topic-stat-hashtags,.support-open-disc-topic--list .support-open-disc-topic-main--has-thumb .support-open-disc-topic-stats--list-mobile-foot .support-open-disc-topic-stat-view-later,.support-open-disc-topic--list .support-open-disc-topic-main--has-thumb .support-open-disc-topic-stats--list-mobile-foot .support-open-disc-topic-stat-votes{flex:0 0 auto;flex-shrink:0}.support-open-disc-topic-list--list>li{padding:0}.support-open-disc-topic-list--list .support-open-disc-topic--list,.support-open-disc-topic-list--list .support-open-disc-topic--list:active,.support-open-disc-topic-list--list .support-open-disc-topic--list:focus-visible,.support-open-disc-topic-list--list .support-open-disc-topic--list:hover{border-radius:8px;padding:8px 14px}.support-open-disc-topic--list .support-open-disc-topic-main:not(.support-open-disc-topic-main--has-thumb){gap:8px}.support-open-disc-topic--list .support-open-disc-topic-content{grid-row-gap:0;align-content:start;display:grid;grid-template-columns:minmax(0,1fr);position:relative;row-gap:0}.support-open-disc-topic--list .support-open-disc-topic-content:has(.support-open-disc-topic-end-actions--list.support-open-disc-topic-end-actions--has-membership){padding-right:84px}.support-open-disc-topic--list .support-open-disc-topic-content:has(.support-open-disc-topic-end-actions--list:not(.support-open-disc-topic-end-actions--has-membership)){padding-right:44px}.support-open-disc-topic--list .support-open-disc-topic-list-head{display:contents}.support-open-disc-topic--list .support-open-disc-topic-list-head .support-open-disc-topic-meta{grid-column:1;grid-row:1;line-height:1.15;margin:-3px 0 2px;padding:0}.support-open-disc-topic--list .support-open-disc-topic-list-head .support-open-disc-topic-end-actions.support-open-disc-topic-end-actions--list{margin:0;position:absolute;right:0;top:-2px;z-index:1}.support-open-disc-topic--list .support-open-disc-topic-title-row{grid-column:1;grid-row:2;margin:0;padding:0}.support-open-disc-topic--list .support-open-disc-topic-meta{font-size:.78rem;gap:4px;line-height:1.2}.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-status-primary .support-open-disc-topic-time,.support-open-disc-topic--list .support-open-disc-topic-time{font-size:.6875rem;line-height:1.2}.support-open-disc-topic--list .support-open-disc-topic-club-avatar{height:28px;width:28px}.support-open-disc-topic--list .support-open-disc-topic-title{font-size:1.0625rem;line-height:1.2;margin:0;padding:0}.support-open-disc-topic--list .support-open-disc-topic-snippet,.support-open-disc-topic--list .support-open-disc-topic-snippet--list{line-clamp:1;-webkit-line-clamp:1;color:#334155;font-size:.9rem;grid-column:1;grid-row:3;line-height:1.28;margin:4px 0 0;padding:0}.support-open-disc-topic--list .support-open-disc-topic-stats--list-in-content{grid-column:1;grid-row:4}.support-open-disc-topic--list .support-open-disc-topic-stat-comments,.support-open-disc-topic--list .support-open-disc-topic-stat-hashtags,.support-open-disc-topic--list .support-open-disc-topic-stat-view-later,.support-open-disc-topic--list .support-open-disc-topic-stat-votes{font-size:.875rem;gap:4px;padding:4px 8px}.support-open-disc-topic--list .support-open-disc-topic-stat-comments--btn,.support-open-disc-topic--list .support-open-disc-topic-stat-hashtags--btn,.support-open-disc-topic--list .support-open-disc-topic-stat-view-later--btn{gap:5px;line-height:normal}.support-open-disc-topic--list .support-open-disc-topic-stat-comments--btn .support-open-disc-topic-stat-comment-icon,.support-open-disc-topic--list .support-open-disc-topic-stat-hashtags--btn .support-open-disc-topic-stat-hashtags-icon,.support-open-disc-topic--list .support-open-disc-topic-stat-view-later--btn .support-open-disc-topic-stat-view-later-icon{display:inline-block;font-size:1.05rem;height:1.05rem;width:1.05rem}.support-open-disc-topic--list .support-open-disc-topic-stat-hashtags-label,.support-open-disc-topic--list .support-open-disc-topic-stat-view-later-label{color:#64748b;display:inline;font-size:.875rem;font-weight:400;letter-spacing:normal;white-space:nowrap}.support-open-disc-topic--list .support-open-disc-topic-stat-hashtags-count{font-weight:600}.support-open-disc-topic--list:active .support-open-disc-topic-stat-hashtags .support-open-disc-topic-stat-hashtags-label,.support-open-disc-topic--list:active .support-open-disc-topic-stat-view-later .support-open-disc-topic-stat-view-later-label,.support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-hashtags .support-open-disc-topic-stat-hashtags-label,.support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-view-later .support-open-disc-topic-stat-view-later-label,.support-open-disc-topic--list:hover .support-open-disc-topic-stat-hashtags .support-open-disc-topic-stat-hashtags-label,.support-open-disc-topic--list:hover .support-open-disc-topic-stat-view-later .support-open-disc-topic-stat-view-later-label{color:#475569}[data-theme=dark] .support-open-disc-topic--list .support-open-disc-topic-stat-hashtags-label,[data-theme=dark] .support-open-disc-topic--list .support-open-disc-topic-stat-view-later-label{color:#94a3b8}[data-theme=dark] .support-open-disc-topic--list:active .support-open-disc-topic-stat-hashtags .support-open-disc-topic-stat-hashtags-label,[data-theme=dark] .support-open-disc-topic--list:active .support-open-disc-topic-stat-view-later .support-open-disc-topic-stat-view-later-label,[data-theme=dark] .support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-hashtags .support-open-disc-topic-stat-hashtags-label,[data-theme=dark] .support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-view-later .support-open-disc-topic-stat-view-later-label,[data-theme=dark] .support-open-disc-topic--list:hover .support-open-disc-topic-stat-hashtags .support-open-disc-topic-stat-hashtags-label,[data-theme=dark] .support-open-disc-topic--list:hover .support-open-disc-topic-stat-view-later .support-open-disc-topic-stat-view-later-label{color:#cbd5e1}.support-open-disc-topic--list .support-open-disc-topic-stat-comment-label{color:#64748b;display:inline;font-size:.875rem;font-weight:400;letter-spacing:normal}.support-open-disc-topic--list .support-open-disc-topic-stat-comment-count{font-weight:600}.support-open-disc-topic--list:active .support-open-disc-topic-stat-comments .support-open-disc-topic-stat-comment-label,.support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-comments .support-open-disc-topic-stat-comment-label,.support-open-disc-topic--list:hover .support-open-disc-topic-stat-comments .support-open-disc-topic-stat-comment-label{color:#475569}}.support-open-disc-topic-end-actions--inline{align-items:center;display:inline-flex;gap:8px}.support-open-disc-topic-card-thumb-wrap{margin:0 0 8px}.support-open-disc-topic-card-media-trigger{background:#0000;border:0;cursor:pointer;display:block;line-height:0;margin:0;padding:0;width:100%}.support-open-disc-topic-card-thumb-frame{aspect-ratio:16/9;background:#f1f5f9f2;border:1px solid #e2e8f0f2;border-radius:10px;min-height:140px;overflow:hidden;position:relative;width:100%}.support-open-disc-topic-card-thumb-bg{background-position:50%;background-size:cover;filter:blur(18px);inset:0;opacity:.75;position:absolute;transform:scale(1.08)}.support-open-disc-topic-card-thumb-bg-video{filter:blur(22px) saturate(1.2);height:100%;inset:0;object-fit:cover;opacity:.78;pointer-events:none;position:absolute;transform:scale(1.1);width:100%}.support-open-disc-topic-card-thumb-media{align-items:center;display:flex;inset:0;justify-content:center;padding:8px;position:absolute}.support-open-disc-topic-card-thumb{border-radius:8px;display:block;height:100%;object-fit:cover;position:relative;width:100%;z-index:1}.support-open-disc-topic-card-video-badge{align-items:center;background:#0f172a94;border:1px solid #ffffff59;border-radius:999px;bottom:12px;color:#f8fafc;display:inline-flex;height:26px;justify-content:center;position:absolute;right:12px;width:26px;z-index:2}.support-open-disc-topic-card-video-no-poster{background:linear-gradient(145deg,#f1f5f9e6,#e2e8f0e6);border-radius:8px;height:100%;width:100%}.support-open-disc-topic-card-thumb-frame--art{background:linear-gradient(145deg,#f8fafc,#f1f5f9 46%,#e2e8f0);border:1px solid #cbd5e1f2}.support-open-disc-topic-card-thumb-frame--details{align-items:flex-start;background:#0000;border-color:#0000;justify-content:flex-start;padding:10px 12px}.support-open-disc-topic-card-thumb-details{color:#475569;display:block;font-size:.8rem;height:100%;line-height:1.45;margin:0;overflow:hidden;white-space:normal;width:100%}.support-open-disc-topic-card-thumb-art{inset:0;position:absolute}.support-open-disc-topic-card-thumb-art-orb{border-radius:999px;filter:blur(1px);position:absolute}.support-open-disc-topic-card-thumb-art-orb--one{background:radial-gradient(circle at 35% 35%,#ffffff7a,#94a3b824 60%,#0000 78%);height:130px;right:-18px;top:-26px;width:130px}.support-open-disc-topic-card-thumb-art-orb--two{background:radial-gradient(circle at 60% 50%,#94a3b833,#0f172a00 72%);bottom:-60px;height:160px;left:-45px;width:160px}.support-open-disc-topic-card-thumb-art-wave{background:linear-gradient(90deg,#f8fafc29,#cbd5e152,#f8fafc29);border-radius:999px;bottom:24px;height:54px;left:-10%;position:absolute;right:-10%;transform:rotate(-8deg)}.support-open-disc-topic-card-thumb-art-icon{align-items:center;color:#64748b7a;display:inline-flex;font-size:1.2rem;inset:0;justify-content:center;position:absolute;z-index:1}.support-open-disc-topic-list--card{display:flex;flex-direction:column;gap:10px;margin:0 auto;max-width:760px;width:100%}@media (min-width:1081px){.support-open-disc--home .support-open-disc-home-main:has(.support-open-disc-topic-list--card){box-sizing:border-box;padding-left:10px}.support-open-disc-feed-toolbar--card,.support-open-disc-topic-list--card{transform:translateX(-10px)}}.support-open-disc-topic-list--card>li+li{border-top:none}.support-open-disc-topic--card{background:#fff;border:1px solid #e2e8f0f2;border-radius:14px;box-shadow:none;font-size:inherit;line-height:inherit;margin:0 auto;max-width:760px;min-height:auto;padding:8px 12px;transform:none;transition:background-color .15s ease}.support-open-disc-topic--card:active,.support-open-disc-topic--card:focus-visible,.support-open-disc-topic--card:hover{border:1px solid #e2e8f0f2;border-radius:14px;box-shadow:none;filter:none;font-size:inherit;line-height:inherit;padding:8px 12px;transform:none;transition:background-color .15s ease}@media (hover:hover) and (pointer:fine){.support-open-disc-topic--card:active,.support-open-disc-topic--card:hover{background:#f1f5f9}}.support-open-disc-topic--card:focus-visible{background:#f1f5f9;outline:2px solid color-mix(in srgb,var(--od-accent) 42%,#cbd5e1);outline-offset:2px}.support-open-disc-topic--card .support-open-disc-topic-main{align-items:center;display:flex;flex-direction:column;gap:8px}.support-open-disc-topic--card .support-open-disc-topic-content{margin:0 auto;max-width:700px;width:100%}.support-open-disc-topic-modern-thumb-frame{aspect-ratio:auto;height:clamp(260px,38vw,340px);max-height:340px;min-height:260px;width:100%}.support-open-disc-topic--card .support-open-disc-topic-card-thumb-frame.support-open-disc-topic-modern-thumb-frame--orientations-pending,.support-open-disc-topic--card .support-open-disc-topic-card-thumb-frame.support-open-disc-topic-modern-thumb-frame--portrait{height:auto;max-height:min(58vh,440px);min-height:0}.support-open-disc-topic-modern-thumb-frame--video{aspect-ratio:auto;height:clamp(260px,38vw,340px);margin-inline:0;max-height:340px;max-width:100%;min-height:260px}.support-open-disc-topic--card .support-open-disc-topic-card-thumb-media{background:#0000;padding:10px}.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame:has(.support-open-disc-topic-modern-multi-grid){background:#0000;border:0;border-radius:10px}.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame:has(.support-open-disc-topic-modern-multi-grid) .support-open-disc-topic-card-thumb-bg{display:none}.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame:has(.support-open-disc-topic-modern-multi-grid) .support-open-disc-topic-card-thumb-media{padding:0}.support-open-disc-topic-modern-multi-grid{grid-gap:3px;background:#fff;border-radius:10px;display:grid;gap:3px;height:100%;overflow:hidden;width:100%}.support-open-disc-topic-modern-multi-grid--two{grid-template-columns:1fr 1fr}.support-open-disc-topic-modern-multi-grid--three,.support-open-disc-topic-modern-multi-grid--three-plus{grid-template-columns:1.25fr 1fr;grid-template-rows:1fr 1fr}.support-open-disc-topic-modern-multi-grid--three .support-open-disc-topic-modern-multi-item:first-child,.support-open-disc-topic-modern-multi-grid--three-plus .support-open-disc-topic-modern-multi-item:first-child{grid-row:1/span 2}.support-open-disc-topic-modern-multi-item{background:#cbd5e1;border-radius:8px;overflow:hidden;position:relative}.support-open-disc-topic-modern-multi-img{display:block;height:100%;object-fit:cover;width:100%}.support-open-disc-topic-modern-multi-item--more:after{background:#0f172a70;content:"";inset:0;position:absolute}.support-open-disc-topic-modern-multi-more{align-items:center;color:#f8fafc;display:flex;font-size:clamp(1rem,1.6vw,1.2rem);font-weight:700;inset:0;justify-content:center;letter-spacing:.01em;position:absolute;z-index:1}.support-open-disc-topic--card .support-open-disc-topic-card-thumb{object-fit:contain}.support-open-disc-topic--card .support-open-disc-topic-modern-multi-grid .support-open-disc-topic-modern-multi-img{border-radius:8px}.support-open-disc-topic-modern-media-wrap--story-strip{margin-top:4px;overflow:visible}.support-open-disc-topic-modern-media-wrap--story-strip .support-open-disc-topic-card-media-trigger{background:#0000;border:0;cursor:pointer;display:block;overflow:visible;padding:0;width:100%}.support-open-disc-story-media-strip-wrap--list{margin-top:8px;overflow:visible}.support-open-disc-story-media-strip-trigger{background:#0000;border:0;cursor:pointer;display:block;overflow:visible;padding:0;width:100%}.support-open-disc-story-media-strip{align-items:stretch;display:flex;gap:8px;overflow:visible;width:100%}.support-open-disc-story-media-strip-item{aspect-ratio:2/3;background:#cbd5e1;border-radius:12px;box-shadow:0 1px 3px #0f172a14;flex:1 1;min-height:clamp(140px,28vw,220px);min-width:0;overflow:hidden;position:relative}.support-open-disc-story-media-strip-img,.support-open-disc-story-media-strip-video{display:block;height:100%;object-fit:cover;pointer-events:none;width:100%}.support-open-disc-story-media-strip-item--video .support-open-disc-story-media-strip-video-badge{align-items:center;background:#0f172a9e;border-radius:999px;color:#f8fafc;display:flex;font-size:1rem;height:36px;justify-content:center;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:36px;z-index:1}.support-open-disc-story-media-strip-item--more:after{background:#0f172a70;content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.support-open-disc-story-media-strip-more{align-items:center;color:#f8fafc;display:flex;font-size:clamp(1rem,1.8vw,1.35rem);font-weight:700;inset:0;justify-content:center;letter-spacing:.01em;pointer-events:none;position:absolute;z-index:2}.support-open-disc-topic--card .support-open-disc-topic-modern-media-wrap--story-strip .support-open-disc-topic-card-thumb-frame{display:none}.support-open-disc-topic--card .support-open-disc-story-media-strip-trigger:focus-visible{outline:2px solid #2563eb;outline:2px solid var(--od-focus-ring,#2563eb);outline-offset:2px}.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame--landscape .support-open-disc-topic-card-thumb-media{padding:0}.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame--landscape .support-open-disc-topic-card-thumb{border-radius:10px;object-fit:cover}.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame:not(.support-open-disc-topic-modern-thumb-frame--portrait):not(:has(.support-open-disc-topic-modern-multi-grid)) .support-open-disc-topic-card-thumb-bg,.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame:not(.support-open-disc-topic-modern-thumb-frame--portrait):not(:has(.support-open-disc-topic-modern-multi-grid)) .support-open-disc-topic-card-thumb-bg-video{display:none}.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame:not(.support-open-disc-topic-modern-thumb-frame--portrait):not(:has(.support-open-disc-topic-modern-multi-grid)) .support-open-disc-topic-card-thumb-media{display:block;height:100%;inset:0;padding:0;position:absolute;width:100%}.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame:not(.support-open-disc-topic-modern-thumb-frame--portrait):not(:has(.support-open-disc-topic-modern-multi-grid)) .support-open-disc-topic-card-thumb--video:not(.support-open-disc-topic-card-thumb--portrait-contain),.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame:not(.support-open-disc-topic-modern-thumb-frame--portrait):not(:has(.support-open-disc-topic-modern-multi-grid)) .support-open-disc-topic-card-thumb:not(.support-open-disc-topic-card-thumb--portrait-contain){border-radius:10px;height:100%;max-height:none;object-fit:cover;object-position:center center;width:100%}@media (min-width:961px){.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame--landscape{height:clamp(260px,38vw,340px);max-height:340px;min-height:260px}.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame--landscape .support-open-disc-topic-card-thumb-bg,.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame--landscape .support-open-disc-topic-card-thumb-bg-video{display:none}.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame--landscape .support-open-disc-topic-card-thumb-media{display:block;height:100%;inset:0;padding:0;position:absolute;width:100%}.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame--landscape .support-open-disc-topic-card-thumb--video:not(.support-open-disc-topic-card-thumb--portrait-contain),.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame--landscape .support-open-disc-topic-card-thumb:not(.support-open-disc-topic-card-thumb--portrait-contain){border-radius:10px;height:100%;max-height:none;object-fit:cover;width:100%}}.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame--orientations-pending,.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame--portrait{aspect-ratio:auto;background:#f1f5f98c;display:block;height:auto;max-height:min(58vh,440px);min-height:0;overflow:hidden;width:100%}.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame--orientations-pending{aspect-ratio:4/5;max-height:min(56vh,400px)}.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame--orientations-pending .support-open-disc-topic-card-thumb-bg,.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame--orientations-pending .support-open-disc-topic-card-thumb-bg-video,.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame--portrait .support-open-disc-topic-card-thumb-bg,.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame--portrait .support-open-disc-topic-card-thumb-bg-video{display:none}.od-portrait-prominent-bg,.support-open-disc-topic-card-thumb-prominent-bg{border-radius:inherit;inset:0;pointer-events:none;position:absolute;z-index:0}.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame--orientations-pending .support-open-disc-topic-card-thumb-media,.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame--portrait .support-open-disc-topic-card-thumb-media{display:block;height:100%;inset:auto;min-height:0;padding:0;position:relative;width:100%}.support-open-disc-topic--card .support-open-disc-topic-card-thumb--portrait-contain,.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame--orientations-pending .support-open-disc-topic-card-thumb,.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame--portrait .support-open-disc-topic-card-thumb{border-radius:10px;display:block;height:100%;max-height:min(58vh,440px);object-fit:contain;object-position:center center;position:relative;width:100%;z-index:1}.support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame--orientations-pending .support-open-disc-topic-card-thumb{max-height:min(56vh,400px)}.support-open-disc-topic--card .support-open-disc-topic-card-thumb-frame{background:#0000}.support-open-disc-topic--card .support-open-disc-topic-card-thumb-bg{filter:blur(24px) saturate(1.18);opacity:.92;transform:scale(1.12)}.support-open-disc-topic--card .support-open-disc-topic-card-thumb-bg-video{filter:blur(26px) saturate(1.24);opacity:.9;transform:scale(1.14)}.support-open-disc-topic-title--card{margin-top:0}.support-open-disc-story-topic-title{flex:1 1 auto;margin:2px 0 0;min-width:0;padding:0}.support-open-disc-topic-title-row>.support-open-disc-story-topic-title{width:100%}.support-open-disc-story-topic-title.support-open-disc-topic-title--card{flex:none;margin-top:0;width:100%}.support-open-disc-story-topic-title-text{color:#334155;display:block;font-size:.9375rem;font-weight:400;letter-spacing:normal;line-height:1.5;overflow-wrap:anywhere;white-space:pre-line}.support-open-disc-story-topic-title-text--clamped{-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box;overflow:hidden}.support-open-disc-story-topic-title-body--clamped{position:relative}.support-open-disc-topic--card,.support-open-disc-topic--list{--od-story-title-fade:#fff}@media (hover:hover) and (pointer:fine){.support-open-disc-topic--card:active,.support-open-disc-topic--card:focus-visible,.support-open-disc-topic--card:hover,.support-open-disc-topic--list:focus-visible,.support-open-disc-topic--list:hover{--od-story-title-fade:#f1f5f9}.support-open-disc-topic--list:active{--od-story-title-fade:#e2e8f0}}.support-open-disc-story-topic-title-toggle{border:none;cursor:pointer;font-family:inherit;font-weight:600;transition:color .15s ease}.support-open-disc-story-topic-title-toggle--trailing{background:linear-gradient(90deg,#0000,#fff 38%,#fff);background:linear-gradient(90deg,#0000 0,var(--od-story-title-fade,#fff) 38%,var(--od-story-title-fade,#fff) 100%);border-radius:0;bottom:0;color:#64748b;font-size:.8125rem;line-height:1.5;margin:0;padding:0 0 0 1.25rem;position:absolute;right:0}.support-open-disc-story-topic-title-toggle--trailing:hover{color:#475569}.support-open-disc-story-topic-title-toggle--inline{background:#0000;border-radius:0;color:#64748b;display:inline;font-size:.8125rem;line-height:inherit;margin:0;padding:0;vertical-align:initial}.support-open-disc-story-topic-title-toggle--inline:hover{color:#475569}.support-open-disc-topic-meta.support-open-disc-topic-meta--card{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;justify-content:space-between;margin-top:4px;width:100%}.support-open-disc-topic-meta--card-main{align-items:center;display:flex;flex:1 1 auto;flex-wrap:wrap;gap:6px;min-width:0}.support-open-disc-topic-meta--card-actions{align-items:center;display:inline-flex;flex:0 0 auto;gap:4px}.support-open-disc-topic-meta--card-actions.support-open-disc-topic-end-actions--list{align-self:center;margin-left:0}.support-open-disc-topic-meta--card-status{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-top:4px;min-width:0;width:100%}.support-open-disc-topic-meta--card-status--list{flex:1 1 auto;min-width:0}.support-open-disc-topic-status-identity{align-items:flex-start;display:flex;flex:1 1 auto;gap:8px;min-width:0}.support-open-disc-topic-status-identity-body{flex:1 1 auto;min-width:0}.support-open-disc-topic-status-primary{align-items:baseline;display:flex;flex-wrap:wrap;gap:4px 6px;line-height:1.25}.support-open-disc-topic-status-primary--story-feed{flex-wrap:wrap;min-width:0}.support-open-disc-topic-status-primary--story-feed .support-open-disc-topic-author{flex:0 1 auto;max-width:none;min-width:0;overflow:visible;text-overflow:clip;white-space:normal}.support-open-disc-topic-status-primary--story-feed .support-open-disc-topic-sep,.support-open-disc-topic-status-primary--story-feed .support-open-disc-topic-time{flex-shrink:0;white-space:nowrap}.support-open-disc-topic-story-posted-on-sub{color:#64748b;color:var(--support-open-disc-text-muted,#64748b);font-size:.75rem;font-weight:500;line-height:1.3;margin-top:1px}.support-open-disc-story-feed-posted-on-club-inline{align-items:center;display:inline-flex;gap:4px;vertical-align:middle}.support-open-disc-story-feed-posted-on-clubs .support-open-disc-story-feed-posted-on-club-inline .support-open-disc-topic-club-avatar{flex-shrink:0;height:18px;width:18px}.support-open-disc-story-feed-posted-on-clubs .support-open-disc-story-feed-posted-on-club-inline .support-open-disc-topic-club-avatar-icon,.support-open-disc-story-feed-posted-on-clubs .support-open-disc-story-feed-posted-on-club-inline .support-open-disc-topic-club-avatar-img{font-size:12px;height:18px;width:18px}.support-open-disc-story-feed-posted-on-clubs .hover-info-label{background:#0000;border:none;color:#334155;cursor:help;font-size:inherit;font-weight:600;line-height:inherit;padding:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-underline-offset:2px}.support-open-disc-topic-status-time{color:#64748b;font-size:.82rem;line-height:1.35;margin:2px 0 0}.support-open-disc-topic-author--status-name,.support-open-disc-topic-club--status-name{max-width:none;overflow:visible;text-overflow:clip;white-space:normal}.support-open-disc-topic-status-sub{color:#64748b;color:var(--support-open-disc-text-muted,#64748b);font-size:.8125rem;font-weight:500;line-height:1.35;margin:3px 0 0;padding:0}.support-open-disc-location-line{align-items:center;display:inline-flex;gap:.35em;min-width:0}.support-open-disc-location-line.support-open-disc-thread-author-context{display:flex}.support-open-disc-location-icon{color:#b87333;color:var(--od-accent,var(--brand-500,#b87333));flex-shrink:0;font-size:1em;height:1em;width:1em}.support-open-disc-location-line-prefix{color:inherit;flex-shrink:0}.support-open-disc-location-line-text{color:#c9863f;color:var(--brand-400,#c9863f);font-weight:400;min-width:0}@media (max-width:960px){.support-open-disc-location-line{max-width:100%;overflow:hidden}.support-open-disc-location-line-text{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-open-disc-thread-author-text .support-open-disc-location-line{justify-content:flex-end;width:100%}.support-open-disc-story-comment-modal-author-text .support-open-disc-location-line{width:100%}}.support-open-disc-topic-meta--card-actions--has-membership{align-self:flex-start;flex:0 0 auto;justify-content:flex-end;min-width:0;padding-top:1px}.support-open-disc-edit-story-extras{margin-top:.25rem}.support-open-disc-edit-story-extras-label{color:#64748b;color:var(--support-open-disc-text-muted,#64748b);font-size:.8125rem;font-weight:600;margin:0 0 .35rem}.support-open-disc-edit-story-extras-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:8px 12px}.support-open-disc-edit-story-share-clubs{max-width:100%}.support-open-disc-edit-story-tagged-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.support-open-disc-edit-club-labels{margin-top:.25rem}.support-open-disc-edit-club-labels-chips{margin-top:8px}.support-open-disc-topic-membership-status-icon{align-items:center;color:inherit;display:inline-flex;flex-shrink:0;font-size:.85rem;justify-content:center;line-height:1}.support-open-disc-topic-modern-joined-pill,button.support-open-disc-topic-modern-joined-pill.support-open-disc-topic-following-pill{align-items:center;color:#8b5a2b;color:var(--brand-600,#8b5a2b);display:inline-flex;font-size:.75rem;font-weight:700;gap:4px;letter-spacing:normal;text-transform:none;-webkit-user-select:none;user-select:none}.support-open-disc-topic-following-pill{align-items:center;appearance:none;-webkit-appearance:none;background:none;border:none;cursor:pointer;display:inline-flex;gap:4px;margin:0;padding:0}.support-open-disc-topic-following-pill:disabled{cursor:not-allowed;opacity:.65}.support-open-disc-topic-following-pill__label{color:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}.support-open-disc-topic-following-pill:hover:not(:disabled) .support-open-disc-topic-following-pill__label--default,.support-open-disc-topic-following-pill__label--hover{display:none}.support-open-disc-topic-following-pill:hover:not(:disabled) .support-open-disc-topic-following-pill__label--hover{display:inline}.support-open-disc-topic-following-pill:hover:not(:disabled){color:#5c3d1e;color:var(--brand-800,#5c3d1e)}.support-open-disc-topic-modern-join-btn{align-items:center!important;background:#0000!important;border:none!important;border-radius:0!important;box-shadow:none!important;color:#8b5a2b!important;color:var(--brand-600,#8b5a2b)!important;display:inline-flex!important;font-size:.75rem!important;font-weight:700!important;gap:4px!important;letter-spacing:normal!important;min-height:0!important;padding:0!important;text-transform:none!important}.support-open-disc-topic-modern-join-btn .rb-btn__icon{color:inherit;margin:0!important}.support-open-disc-topic-modern-join-btn .support-open-disc-topic-membership-status-icon{font-size:.85rem}button.rb-btn.support-open-disc-topic-modern-join-btn:hover:not(:disabled){background:#0000!important;border:none!important;box-shadow:none!important;color:#5c3d1e!important;color:var(--brand-800,#5c3d1e)!important}[data-theme=dark] .support-open-disc-topic-modern-joined-pill,[data-theme=dark] button.support-open-disc-topic-modern-joined-pill.support-open-disc-topic-following-pill{color:#c9863f;color:var(--brand-400,#c9863f)}[data-theme=dark] button.support-open-disc-topic-modern-joined-pill.support-open-disc-topic-following-pill:hover:not(:disabled){color:#e8c9a8;color:var(--brand-200,#e8c9a8)}[data-theme=dark] .support-open-disc-topic-modern-join-btn{background:#0000!important;border:none!important;box-shadow:none!important;color:#c9863f!important;color:var(--brand-400,#c9863f)!important}[data-theme=dark] button.rb-btn.support-open-disc-topic-modern-join-btn:hover:not(:disabled){background:#0000!important;border:none!important;box-shadow:none!important;color:#e8c9a8!important;color:var(--brand-200,#e8c9a8)!important}@media (max-width:960px){.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-status-identity-body{flex:1 1 auto;min-width:0;overflow:hidden}.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-status-primary,.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-status-primary--story-feed{grid-column-gap:6px;align-items:center;column-gap:6px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;min-width:0;overflow:hidden}.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-author,.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-author--link,.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-author--status-name,.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-club,.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-club--status-name{display:block;max-width:none;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-status-primary .support-open-disc-topic-sep,.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-status-primary .support-open-disc-topic-time{white-space:nowrap}.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-meta--card-actions--has-membership{flex-shrink:0}.support-open-disc-topic--list .support-open-disc-topic-list-head .support-open-disc-topic-meta{grid-column-gap:6px;align-items:center;column-gap:6px;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;min-width:0;overflow:hidden}.support-open-disc-topic--list .support-open-disc-topic-list-head .support-open-disc-topic-meta .support-open-disc-topic-author,.support-open-disc-topic--list .support-open-disc-topic-list-head .support-open-disc-topic-meta .support-open-disc-topic-author--link,.support-open-disc-topic--list .support-open-disc-topic-list-head .support-open-disc-topic-meta .support-open-disc-topic-club{display:block;max-width:none;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-open-disc-topic--list .support-open-disc-topic-list-head .support-open-disc-topic-meta .support-open-disc-topic-author-avatar,.support-open-disc-topic--list .support-open-disc-topic-list-head .support-open-disc-topic-meta .support-open-disc-topic-club-avatar{flex-shrink:0}.support-open-disc-topic--list .support-open-disc-topic-list-head .support-open-disc-topic-meta .support-open-disc-topic-sep,.support-open-disc-topic--list .support-open-disc-topic-list-head .support-open-disc-topic-meta .support-open-disc-topic-time{white-space:nowrap}.support-open-disc-topic--list .support-open-disc-topic-content:has(.support-open-disc-topic-end-actions--list.support-open-disc-topic-end-actions--has-membership){padding-right:84px}.support-open-disc-topic--list .support-open-disc-topic-content:has(.support-open-disc-topic-end-actions--list:not(.support-open-disc-topic-end-actions--has-membership)){padding-right:44px}.support-open-disc-topic--list .support-open-disc-topic-title-row{margin-top:6px}.support-open-disc-topic-list--list>li{padding-bottom:2px;padding-top:2px}.support-open-disc-topic-list--list .support-open-disc-topic--list,.support-open-disc-topic-list--list .support-open-disc-topic--list:active,.support-open-disc-topic-list--list .support-open-disc-topic--list:focus-visible,.support-open-disc-topic-list--list .support-open-disc-topic--list:hover{padding-bottom:6px;padding-top:6px}.support-open-disc-topic-modern-joined-pill,button.support-open-disc-topic-modern-joined-pill.support-open-disc-topic-following-pill{gap:0;justify-content:center;letter-spacing:0;text-transform:none}.support-open-disc-topic-following-pill__label,.support-open-disc-topic-modern-joined-pill__text{display:none!important}.support-open-disc-topic-membership-status-icon{font-size:1rem}}.support-open-disc-topic--card .support-open-disc-topic-snippet--card{line-clamp:5;-webkit-line-clamp:5;margin-top:6px}.support-open-disc-topic-modern-media-wrap{margin-bottom:0;margin-top:6px;width:100%}.support-open-disc-topic-modern-footer{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;justify-content:space-between;margin-top:10px;width:100%}.support-open-disc-topic-stats--card-footer{color:#64748b;flex:1 1 auto;font-size:.9rem;font-weight:600;margin-top:10px;min-width:0}.support-open-disc-topic--card .support-open-disc-topic-club-avatar{height:32px;width:32px}.support-open-disc-topic--card .support-open-disc-topic-club-avatar-icon{font-size:1rem}.support-open-disc-topic-end-actions.support-open-disc-topic-end-actions--modern{align-self:center;margin-left:0}.support-open-disc-topic-stats{align-items:center;color:#64748b;display:flex;flex-wrap:wrap;font-size:.9rem;font-weight:500;gap:12px;margin:10px 0 0}.support-open-disc-topic-stats-inner{align-items:center;display:flex;gap:12px;justify-content:space-between;min-width:0;width:100%}.support-open-disc-topic-stats-leading{align-items:center;display:flex;flex:1 1 auto;flex-wrap:wrap;gap:12px;min-width:0}.support-open-disc-topic-stat-votes{align-items:center;background:#f1f5f9f2;border:none;border-radius:999px;color:#64748b;display:inline-flex;gap:5px;padding:5px 10px}.support-open-disc-topic-stat-vote-icon{color:#94a3b8;flex-shrink:0;font-size:1.1rem;height:1.1rem;width:1.1rem}.support-open-disc-topic-stat-vote-score{color:#334155;font-size:.9rem;font-weight:600;min-width:1.25rem;text-align:center}.support-open-disc-topic-stat-comments{align-items:center;background:#f1f5f9f2;border:none;border-radius:999px;color:#64748b;display:inline-flex;font:inherit;font-size:.9rem;font-weight:600;gap:5px;line-height:1;padding:5px 10px}.support-open-disc-topic-stat-comment-icon{color:#94a3b8;flex-shrink:0;font-size:1.1rem;height:1.1rem;width:1.1rem}.support-open-disc-thread-toolbar-actions .support-open-disc-topic-stat-votes:has(.support-open-disc-topic-stat-vote-btn),.support-open-disc-thread-toolbar-actions .support-open-disc-topic-stat-votes:has(.support-open-disc-topic-stat-vote-btn)+.support-open-disc-topic-stat-comments{box-sizing:border-box;min-height:36px}.support-open-disc-topic-stat-comment-label{display:none}.support-open-disc-thread-toolbar-actions .support-open-disc-topic-stat-comment-label{color:#64748b;display:inline;font-size:.875rem;font-weight:400;letter-spacing:normal;white-space:nowrap}.support-open-disc-thread-toolbar-actions .support-open-disc-topic-stat-comment-count{font-weight:600}.support-open-disc-thread-toolbar-actions .support-open-disc-topic-stat-comments{font-size:.9rem;font-weight:600}.support-open-disc-thread-toolbar-actions .support-open-disc-topic-stat-comments .support-open-disc-topic-stat-comment-label{font-weight:400}.support-open-disc-topic-stat-hashtags-label,.support-open-disc-topic-stat-view-later-label{display:none}.support-open-disc-topic-stat-view-later{align-items:center;background:#f1f5f9f2;border:none;border-radius:999px;color:#64748b;display:inline-flex;font:inherit;font-size:.9rem;font-weight:600;gap:5px;line-height:1;padding:5px 10px}.support-open-disc-topic-stat-view-later-icon{color:#94a3b8;flex-shrink:0;font-size:1.1rem;height:1.1rem;width:1.1rem}.support-open-disc-topic-stat-view-later--btn{cursor:pointer;transition:background-color .15s ease,color .15s ease}.support-open-disc-topic-stat-view-later--btn:hover{background:#e2e8f0f2;color:#4338ca}.support-open-disc-topic-stat-view-later--btn:hover .support-open-disc-topic-stat-view-later-icon{color:#6366f1}.support-open-disc-topic-stat-hashtags{align-items:center;background:#f1f5f9f2;border:none;border-radius:999px;color:#64748b;display:inline-flex;font:inherit;font-size:.9rem;font-weight:600;gap:5px;line-height:1;padding:5px 10px}.support-open-disc-topic-stat-hashtags-icon{color:#94a3b8;flex-shrink:0;font-size:1.1rem;height:1.1rem;width:1.1rem}.support-open-disc-topic-stat-hashtags-count{font-weight:600}.support-open-disc-topic-stat-hashtags--btn{cursor:pointer;transition:background-color .15s ease,color .15s ease}.support-open-disc-topic-stat-hashtags--btn:hover{background:#e2e8f0f2;color:#4338ca}.support-open-disc-topic-stat-hashtags--btn:hover .support-open-disc-topic-stat-hashtags-icon{color:#6366f1}.support-open-disc-topic-stat-hashtags-popover-list{display:flex;flex-direction:column;gap:2px;list-style:none;margin:0;padding:0}.support-open-disc-topic-stat-hashtags-popover-list>li{line-height:1}.support-open-disc-topic-stat-hashtags-popover-item{align-items:center;background:#0000;border:none;cursor:pointer;display:inline-flex;font:inherit;line-height:0;margin:0;padding:0}.support-open-disc-topic-stat-hashtags-popover-item .support-open-disc-hashtag-box--chip .support-open-disc-hashtag-box__grid{grid-template-rows:.22em auto .22em;padding:.08em .1em}.support-open-disc-topic-stat-hashtags-popover-item .support-open-disc-hashtag-box--chip .support-open-disc-hashtag-box__label{font-size:.8rem}.hover-popover__body:has(.support-open-disc-topic-stat-hashtags-popover-list){padding:4px 8px 6px}.hover-popover--with-heading:has(.support-open-disc-topic-stat-hashtags-popover-list) .hover-popover__header{padding:6px 10px 4px}.support-open-disc-topic-stat-hashtags-popover-item:focus-visible .support-open-disc-hashtag-box,.support-open-disc-topic-stat-hashtags-popover-item:hover .support-open-disc-hashtag-box{filter:brightness(.97)}.support-open-disc-topic-stat-vote-btn{align-items:center;background:#0000;border:none;border-radius:8px;box-sizing:border-box;color:inherit;cursor:pointer;display:inline-flex;height:26px;justify-content:center;line-height:0;margin:0;min-width:26px;padding:0;transition:background .15s ease,color .15s ease,border-color .15s ease;width:26px}.support-open-disc-topic-stat-vote-btn:disabled{cursor:not-allowed;opacity:.45}.support-open-disc-topic-stat-vote-btn:hover:not(:disabled):not(.is-voted-up):not(.is-voted-down){background:#e0e7ff99}.support-open-disc-topic-stat-vote-btn:hover:not(:disabled):not(.is-voted-up):not(.is-voted-down) .support-open-disc-topic-stat-vote-icon{color:#4338ca}.support-open-disc-topic-stat-vote-btn.is-voted-up{background:#dcfce7c7;border:1.5px solid #22c55e9e}.support-open-disc-topic-stat-vote-btn.is-voted-down{background:#fee2e2c7;border:1.5px solid #ef44449e}.support-open-disc-topic-stat-vote-btn.is-down,.support-open-disc-topic-stat-vote-btn.is-up{background:#0000}.support-open-disc-topic-stat-vote-btn.is-up.is-voted-up{background:#dcfce7c7;border:1.5px solid #22c55e9e}.support-open-disc-topic-stat-vote-btn.is-down.is-voted-down{background:#fee2e2c7;border:1.5px solid #ef44449e}.support-open-disc-topic-stat-vote-btn.is-down-outline:not(.is-voted-down),.support-open-disc-topic-stat-vote-btn.is-up-outline:not(.is-voted-up){background:#0000}.support-open-disc-topic-stat-vote-btn.is-up .support-open-disc-topic-stat-vote-icon{color:#16a34a;font-size:1.15rem;height:1.15rem;width:1.15rem}.support-open-disc-topic-stat-vote-btn.is-down .support-open-disc-topic-stat-vote-icon{color:#dc2626;font-size:1.15rem;height:1.15rem;width:1.15rem}.support-open-disc-topic-stat-vote-btn.is-up-outline .support-open-disc-topic-stat-vote-icon,.support-open-disc-topic-stat-vote-icon.is-up-outline{color:#16a34a}.support-open-disc-topic-stat-vote-btn.is-down-outline .support-open-disc-topic-stat-vote-icon,.support-open-disc-topic-stat-vote-icon.is-down-outline{color:#dc2626}.support-open-disc-topic-stat-vote-icon.is-down,.support-open-disc-topic-stat-vote-icon.is-up{font-size:1.15rem;height:1.15rem;width:1.15rem}.support-open-disc-topic-stat-vote-icon.is-up{color:#16a34a}.support-open-disc-topic-stat-vote-icon.is-down{color:#dc2626}.support-open-disc-topic-stat-vote-btn.is-up.is-voted-up:hover:not(:disabled),.support-open-disc-topic-stat-vote-btn.is-voted-up:hover:not(:disabled){background:#dcfce7eb;border-color:#16a34ac7}.support-open-disc-topic-stat-vote-btn.is-down.is-voted-down:hover:not(:disabled),.support-open-disc-topic-stat-vote-btn.is-voted-down:hover:not(:disabled){background:#fee2e2eb;border-color:#dc2626c7}.support-open-disc-topic-stat-vote-btn.is-down:hover:not(:disabled):not(.is-voted-down),.support-open-disc-topic-stat-vote-btn.is-up:hover:not(:disabled):not(.is-voted-up){background:#e0e7ff99}.support-open-disc-topic-stat-vote-btn.is-up:hover:not(:disabled) .support-open-disc-topic-stat-vote-icon{color:#15803d}.support-open-disc-topic-stat-vote-btn.is-down:hover:not(:disabled) .support-open-disc-topic-stat-vote-icon{color:#b91c1c}.support-open-disc-topic-stat-comment-icon,.support-open-disc-topic-stat-comments,.support-open-disc-topic-stat-hashtags,.support-open-disc-topic-stat-hashtags-icon,.support-open-disc-topic-stat-view-later,.support-open-disc-topic-stat-view-later-icon,.support-open-disc-topic-stat-vote-icon,.support-open-disc-topic-stat-vote-score,.support-open-disc-topic-stat-votes{transition:background-color .15s ease,color .15s ease}.support-open-disc-topic--card:active .support-open-disc-topic-stat-comments,.support-open-disc-topic--card:active .support-open-disc-topic-stat-hashtags,.support-open-disc-topic--card:active .support-open-disc-topic-stat-view-later,.support-open-disc-topic--card:active .support-open-disc-topic-stat-votes,.support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-comments,.support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-hashtags,.support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-view-later,.support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-votes,.support-open-disc-topic--card:hover .support-open-disc-topic-stat-comments,.support-open-disc-topic--card:hover .support-open-disc-topic-stat-hashtags,.support-open-disc-topic--card:hover .support-open-disc-topic-stat-view-later,.support-open-disc-topic--card:hover .support-open-disc-topic-stat-votes,.support-open-disc-topic--list:active .support-open-disc-topic-stat-comments,.support-open-disc-topic--list:active .support-open-disc-topic-stat-hashtags,.support-open-disc-topic--list:active .support-open-disc-topic-stat-view-later,.support-open-disc-topic--list:active .support-open-disc-topic-stat-votes,.support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-comments,.support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-hashtags,.support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-view-later,.support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-votes,.support-open-disc-topic--list:hover .support-open-disc-topic-stat-comments,.support-open-disc-topic--list:hover .support-open-disc-topic-stat-hashtags,.support-open-disc-topic--list:hover .support-open-disc-topic-stat-view-later,.support-open-disc-topic--list:hover .support-open-disc-topic-stat-votes{background:#fff;color:#475569}.support-open-disc-topic--card:active .support-open-disc-topic-stat-comment-icon,.support-open-disc-topic--card:active .support-open-disc-topic-stat-hashtags-icon,.support-open-disc-topic--card:active .support-open-disc-topic-stat-view-later-icon,.support-open-disc-topic--card:active .support-open-disc-topic-stat-vote-icon,.support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-comment-icon,.support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-hashtags-icon,.support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-view-later-icon,.support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-vote-icon,.support-open-disc-topic--card:hover .support-open-disc-topic-stat-comment-icon,.support-open-disc-topic--card:hover .support-open-disc-topic-stat-hashtags-icon,.support-open-disc-topic--card:hover .support-open-disc-topic-stat-view-later-icon,.support-open-disc-topic--card:hover .support-open-disc-topic-stat-vote-icon,.support-open-disc-topic--list:active .support-open-disc-topic-stat-comment-icon,.support-open-disc-topic--list:active .support-open-disc-topic-stat-hashtags-icon,.support-open-disc-topic--list:active .support-open-disc-topic-stat-view-later-icon,.support-open-disc-topic--list:active .support-open-disc-topic-stat-vote-icon,.support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-comment-icon,.support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-hashtags-icon,.support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-view-later-icon,.support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-vote-icon,.support-open-disc-topic--list:hover .support-open-disc-topic-stat-comment-icon,.support-open-disc-topic--list:hover .support-open-disc-topic-stat-hashtags-icon,.support-open-disc-topic--list:hover .support-open-disc-topic-stat-view-later-icon,.support-open-disc-topic--list:hover .support-open-disc-topic-stat-vote-icon{color:#475569}.support-open-disc-topic--card:active .support-open-disc-topic-stat-vote-btn.is-voted-up,.support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-vote-btn.is-voted-up,.support-open-disc-topic--card:hover .support-open-disc-topic-stat-vote-btn.is-voted-up,.support-open-disc-topic--list:active .support-open-disc-topic-stat-vote-btn.is-voted-up,.support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-vote-btn.is-voted-up,.support-open-disc-topic--list:hover .support-open-disc-topic-stat-vote-btn.is-voted-up{background:#dcfce7eb;border-color:#16a34abf}.support-open-disc-topic--card:active .support-open-disc-topic-stat-vote-btn.is-voted-down,.support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-vote-btn.is-voted-down,.support-open-disc-topic--card:hover .support-open-disc-topic-stat-vote-btn.is-voted-down,.support-open-disc-topic--list:active .support-open-disc-topic-stat-vote-btn.is-voted-down,.support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-vote-btn.is-voted-down,.support-open-disc-topic--list:hover .support-open-disc-topic-stat-vote-btn.is-voted-down{background:#fee2e2eb;border-color:#dc2626bf}.support-open-disc-topic--card:active .support-open-disc-topic-stat-vote-btn.is-voted-up .support-open-disc-topic-stat-vote-icon,.support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-vote-btn.is-voted-up .support-open-disc-topic-stat-vote-icon,.support-open-disc-topic--card:hover .support-open-disc-topic-stat-vote-btn.is-voted-up .support-open-disc-topic-stat-vote-icon,.support-open-disc-topic--list:active .support-open-disc-topic-stat-vote-btn.is-voted-up .support-open-disc-topic-stat-vote-icon,.support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-vote-btn.is-voted-up .support-open-disc-topic-stat-vote-icon,.support-open-disc-topic--list:hover .support-open-disc-topic-stat-vote-btn.is-voted-up .support-open-disc-topic-stat-vote-icon{color:#16a34a}.support-open-disc-topic--card:active .support-open-disc-topic-stat-vote-btn.is-voted-down .support-open-disc-topic-stat-vote-icon,.support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-vote-btn.is-voted-down .support-open-disc-topic-stat-vote-icon,.support-open-disc-topic--card:hover .support-open-disc-topic-stat-vote-btn.is-voted-down .support-open-disc-topic-stat-vote-icon,.support-open-disc-topic--list:active .support-open-disc-topic-stat-vote-btn.is-voted-down .support-open-disc-topic-stat-vote-icon,.support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-vote-btn.is-voted-down .support-open-disc-topic-stat-vote-icon,.support-open-disc-topic--list:hover .support-open-disc-topic-stat-vote-btn.is-voted-down .support-open-disc-topic-stat-vote-icon{color:#dc2626}.support-open-disc-topic--card:active .support-open-disc-topic-stat-vote-score,.support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-vote-score,.support-open-disc-topic--card:hover .support-open-disc-topic-stat-vote-score,.support-open-disc-topic--list:active .support-open-disc-topic-stat-vote-score,.support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-vote-score,.support-open-disc-topic--list:hover .support-open-disc-topic-stat-vote-score{color:#0f172a}.support-open-disc-topic-stats--card-footer,.support-open-disc-topic-stats--content,.support-open-disc-topic-stats--list-in-content,.support-open-disc-topic-stats--list-mobile-foot,.support-open-disc-topic-stats--thumb-mobile{gap:12px;width:100%}.support-open-disc-post-content-type-badge-tooltip{display:inline-flex;flex-shrink:0}.support-open-disc-post-content-type-badge{align-items:center;background:#f8fafcf2;border:none;border-radius:999px;cursor:default;display:inline-flex;flex-shrink:0;gap:5px;line-height:1;padding:2px 8px 2px 3px}.support-open-disc-post-content-type-badge--feed{align-self:center;flex-shrink:0}.support-open-disc-post-content-type-badge-icon{align-items:center;border-radius:6px;display:inline-flex;flex-shrink:0;height:20px;justify-content:center;width:20px}.support-open-disc-post-content-type-badge-icon svg{height:12px;width:12px}.support-open-disc-post-content-type-badge-label{color:currentColor;font-size:.6875rem;font-weight:600;letter-spacing:.01em;white-space:nowrap}[data-theme=dark] .support-open-disc-post-content-type-badge{background:#1e293bb8}.support-open-disc-topic-media-col{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:6px}.support-open-disc-topic-stats--thumb-mobile{display:none;flex-wrap:nowrap;justify-content:center;margin-top:0;white-space:nowrap}.support-open-disc-topic-stats--list-mobile-foot{display:none}.support-open-disc-topic-list--skeleton{pointer-events:none}.support-open-disc-topic--skeleton{cursor:default;padding:16px 18px 18px}.support-open-disc-topic-skel-meta,.support-open-disc-topic-skel-snippet,.support-open-disc-topic-skel-stats,.support-open-disc-topic-skel-title{animation:support-open-disc-shimmer 1.2s ease-in-out infinite;background:linear-gradient(90deg,#f1f5f9,#e2e8f0 50%,#f1f5f9);background-size:200% 100%;border-radius:6px;display:block}.support-open-disc-topic-skel-meta{height:14px;width:42%}.support-open-disc-topic-skel-title{height:18px;margin-top:10px;width:88%}.support-open-disc-topic-skel-snippet{height:13px;margin-top:8px;width:100%}.support-open-disc-topic-skel-stats{height:12px;margin-top:12px;width:36%}.support-open-disc-feed-load-sentinel{align-items:center;display:flex;justify-content:center;margin-top:8px;min-height:0}.support-open-disc-more-wrap{display:flex;justify-content:center;margin-top:22px}.support-open-disc-more-btn{border-radius:12px;font-weight:600;padding:10px 22px}.support-open-disc-empty{background:#faf6f1;background:var(--brand-50,#faf6f1);border:1px dashed #b8733373;border-radius:16px;padding:40px 20px 36px;text-align:center}.support-open-disc-empty-icon{color:#b87333;color:var(--brand-500,#b87333);font-size:2.25rem;margin-bottom:12px}.support-open-disc-empty h3{color:#7a4e28;color:var(--brand-700,#7a4e28);font-size:1.1rem;font-weight:700;margin:0 0 8px}.support-open-disc-empty .support-muted{color:#8b5a2b;color:var(--brand-600,#8b5a2b);margin:0 auto 18px;max-width:360px}.support-open-disc-empty .support-open-disc-empty-cta.rb-btn{border-color:#8b5a2b!important;border-color:var(--brand-600,#8b5a2b)!important}.support-open-disc-empty .support-open-disc-empty-cta.rb-btn,.support-open-disc-empty .support-open-disc-empty-cta.rb-btn:hover:not(:disabled){background:linear-gradient(135deg,#8b5a2b,#c9863f)!important;background:var(--brand-gradient-btn,linear-gradient(135deg,#8b5a2b,#c9863f))!important;color:#f5ebe0!important;color:var(--brand-100,#f5ebe0)!important}.support-open-disc-empty .support-open-disc-empty-cta.rb-btn:hover:not(:disabled){border-color:#7a4e28!important;border-color:var(--brand-700,#7a4e28)!important;filter:brightness(1.06)}.support-open-disc-empty .support-open-disc-empty-cta.rb-btn:focus-visible{box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338);outline:none}@keyframes support-open-disc-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.support-open-disc-select{background:#fff;border:1px solid #e2e8f0f2;border-radius:10px;font-family:inherit;font-size:.88rem;min-width:180px;padding:8px 10px}.support-open-disc-comment-order-wrap{align-items:center;background:linear-gradient(135deg,#faf6f1,#fffffffa 58%,#ffffffeb);background:linear-gradient(135deg,var(--brand-50,#faf6f1) 0,#fffffffa 58%,#ffffffeb 100%);border:none;border-radius:999px;box-shadow:inset 0 1px 0 #ffffffeb,0 1px 2px #0f172a0a;display:inline-flex;gap:0;padding:2px 4px 2px 10px}.support-open-disc-comment-order-label{color:#8b5a2b;color:var(--brand-600,#8b5a2b);flex-shrink:0;font-size:.68rem;font-weight:700;letter-spacing:.07em;padding-right:4px;text-transform:uppercase;white-space:nowrap}.support-open-disc-comment-order-dropdown{min-width:118px}.support-open-disc-comment-order-dropdown .reusable-dropdown{min-width:118px;width:auto}.support-open-disc-comment-order-dropdown .reusable-dropdown-text{background:#0000;border:none;border-radius:999px;color:#5c3d1e;color:var(--brand-800,#5c3d1e);font-size:.82rem;font-weight:600;min-height:28px;padding:4px 8px 4px 10px;transition:background .15s ease,color .15s ease}.support-open-disc-comment-order-dropdown .reusable-dropdown-menu{border-radius:10px;min-width:100%;overflow:hidden}.support-open-disc-comment-order-dropdown .reusable-dropdown-menu-item{padding:9px 14px 9px 18px}.support-open-disc-comment-order-dropdown .reusable-dropdown-selected{color:inherit}.support-open-disc-comment-order-dropdown .reusable-dropdown-text>svg{color:#b87333;color:var(--brand-500,#b87333);flex-shrink:0;font-size:1.05rem}.support-open-disc-comment-order-dropdown .reusable-dropdown-text:hover,.support-open-disc-comment-order-dropdown .reusable-dropdown.open .reusable-dropdown-text{background:color-mix(in srgb,#b87333 10%,#0000);background:color-mix(in srgb,var(--brand-500,#b87333) 10%,#0000);border:none;color:#3d2810;color:var(--brand-900,#3d2810)}.support-open-disc-comment-tools-separator{align-self:center;background:linear-gradient(180deg,#0000,color-mix(in srgb,#b87333 38%,#cbd5e1) 48%,#0000);background:linear-gradient(180deg,#0000 0,color-mix(in srgb,var(--brand-500,#b87333) 38%,#cbd5e1) 48%,#0000 100%);flex-shrink:0;height:24px;margin:0 2px;width:1px}.support-open-disc-pill-icon{flex-shrink:0;font-size:.88em;opacity:.88}.support-open-disc-new-topic{margin-bottom:22px}.support-open-disc-create-page-head-top{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);width:100%}.support-open-disc-create-page-head-top .support-open-disc-create-page-title{font-size:1.125rem;font-weight:600;grid-column:2;justify-self:center;margin:0;text-align:center}.support-open-disc-create-page-head-top .support-open-disc-create-page-back{justify-self:start}.support-open-disc-compose-footer{margin-top:12px;padding-top:0}.support-open-disc-compose-footer--create-page{align-items:center;border-top:none;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px 12px;justify-content:flex-end;margin-top:12px;padding-bottom:max(4px,env(safe-area-inset-bottom,0px));padding-top:0}.support-open-disc-compose-footer-start{align-items:center;display:inline-flex;flex-wrap:wrap;gap:8px 14px;margin-right:auto;min-width:0}.support-open-disc-compose-draft-status{align-items:center;color:#64748b;display:inline-flex;font-size:.8125rem;gap:5px;line-height:1.35;white-space:nowrap}.support-open-disc-compose-draft-status-icon{flex-shrink:0;height:.95rem;width:.95rem}.support-open-disc-compose-draft-status--saved{color:#64748b}.support-open-disc-compose-draft-status--saved .support-open-disc-compose-draft-status-icon{color:#16a34a}.support-open-disc-compose-draft-status--saving .support-open-disc-compose-draft-status-icon{color:#8b5a2b;color:var(--brand-600,#8b5a2b)}.support-open-disc-compose-draft-status-icon--spin{animation:support-open-disc-draft-status-spin .75s linear infinite}@keyframes support-open-disc-draft-status-spin{to{transform:rotate(1turn)}}[data-theme=dark] .support-open-disc-compose-draft-status{color:#94a3b8}[data-theme=dark] .support-open-disc-compose-draft-status--saved .support-open-disc-compose-draft-status-icon{color:#4ade80}.support-open-disc-compose-footer--create-page .support-open-disc-create-compose-cancel-text,.support-open-disc-compose-footer--create-page .support-open-disc-open-draft-btn{flex-shrink:0}.support-open-disc-compose-footer--create-page .support-open-disc-create-compose-cancel-text.notb-btn[data-notb]{color:#8b5a2b;color:var(--brand-600,#8b5a2b);font-size:.8125rem;font-weight:600;gap:0;padding-left:0;padding-right:0}.support-open-disc-compose-footer--create-page .support-open-disc-create-compose-cancel-text.notb-btn[data-notb]:hover:not(:disabled):not([aria-disabled=true]){background:#0000;color:#7a4e28;color:var(--brand-700,#7a4e28)}.support-open-disc-compose-footer--create-page .support-open-disc-open-draft-btn.notb-btn[data-notb]{font-size:.8125rem}.support-open-disc-compose-footer--create-page .support-open-disc-create-compose-draft,.support-open-disc-compose-footer--create-page .support-open-disc-create-compose-post{flex-shrink:0;min-width:5.5rem}.support-open-disc-compose-primary-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;width:100%}.support-open-disc-compose-footer .support-open-disc-compose-actions{border-top:0;justify-content:flex-end;margin-top:0;padding-top:0;width:100%}.support-open-disc-compose-footer .support-open-disc-open-draft-btn{align-self:center}.support-open-disc-compose-identity-row{align-items:center;display:flex;flex-wrap:wrap;gap:14px 18px;margin:0 0 18px;padding:14px 0 0}.support-open-disc-compose-identity-left{align-items:center;display:flex;flex:1 1 200px;gap:12px;min-width:0}.support-open-disc-compose-identity-avatar{border-radius:50%;flex-shrink:0;height:44px;object-fit:cover;width:44px}.support-open-disc-compose-identity-avatar--anonymous{align-items:center;background:#e2e8f0;border:1px solid #cbd5e1;color:#64748b;display:inline-flex;justify-content:center}.support-open-disc-compose-identity-avatar--anonymous svg{height:22px;opacity:.9;width:22px}.support-open-disc-compose-identity-name{color:#0f172a;font-size:.95rem;font-weight:700}.support-open-disc-compose-anon-row{align-items:center;display:flex;gap:8px;margin-top:4px}.support-open-disc-compose-anon-toggle{transform:scale(.85);transform-origin:left center}.support-open-disc-compose-audience-col{display:flex;flex-direction:column;gap:4px;margin-left:auto;min-width:min(220px,100%)}.support-open-disc-compose-audience-label{color:#64748b;font-size:.78rem;font-weight:600}.support-open-disc-edit-audience{display:flex;flex-direction:column;gap:10px}.support-open-disc-edit-audience-col{margin-left:0;min-width:min(280px,100%)}.support-open-disc-compose-type-tabs{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-subtle,#e2e8f0);display:flex;gap:0;margin:0 0 18px}[data-theme=dark] .support-open-disc-compose-type-tabs{border-bottom-color:#525252f2}.support-open-disc-compose-type-tabs__tab{background:#0000;border:none;border-bottom:2px solid #0000;color:#64748b;color:var(--text-muted,#64748b);cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:600;margin-bottom:-1px;padding:14px 18px}[data-theme=dark] .support-open-disc-compose-type-tabs__tab{color:#9ca3af}.support-open-disc-compose-type-tabs__tab:hover{background:#f8fafc;background:var(--surface-muted,#f8fafc);color:#0f172a;color:var(--text-primary,#0f172a)}[data-theme=dark] .support-open-disc-compose-type-tabs__tab:hover{background:#1f2937;color:#f3f4f6}.support-open-disc-compose-type-tabs__tab--active{background:#fff;background:var(--surface-raised,#fff);border-bottom-color:#9a5c28;border-bottom-color:var(--brand-600,#9a5c28);color:#7d4a20;color:var(--brand-700,#7d4a20)}[data-theme=dark] .support-open-disc-compose-type-tabs__tab--active{background:#111827;border-bottom-color:#b87333;border-bottom-color:var(--brand-500,#b87333);color:#d4a574;color:var(--brand-400,#d4a574)}.support-open-disc-compose-mode-tabs{background:#0000000a;background:var(--od-compose-tabs-bg,#0000000a);border-radius:999px;display:inline-flex;flex:0 1 auto;flex-wrap:wrap;gap:6px;padding:4px}.support-open-disc-compose-mode-tab-wrap{align-items:stretch;display:inline-flex;position:relative}.support-open-disc-compose-mode-tab-wrap.is-active .support-open-disc-compose-mode-tab{background:#fff;background:var(--od-compose-tab-active-bg,#fff);box-shadow:0 1px 4px #00000014;color:#111827;color:var(--od-compose-tab-active-color,#111827)}.support-open-disc-compose-mode-pin{align-items:center;background:#fff;border:1px solid #e2e8f0f2;border-radius:50%;color:#94a3b8;cursor:pointer;display:inline-flex;font-size:.72rem;height:22px;justify-content:center;padding:0;position:absolute;right:-4px;top:-6px;width:22px;z-index:1}.support-open-disc-compose-mode-pin.is-pinned{background:#8b5a2b14;border-color:#8b5a2b59;color:#8b5a2b;color:var(--brand-600,#8b5a2b)}.support-open-disc-compose-story-section{margin:0 0 18px}.support-open-disc-compose-story-main{align-items:flex-start;display:flex;gap:12px}.support-open-disc-compose-story-body{flex:1 1;min-width:0}.support-open-disc-compose-story-body .support-open-disc-post-details-compose{margin-top:0;max-width:100%;width:100%}.support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor{width:100%}.support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor,.support-open-disc-new-topic--create-page .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor{--wfm-editor-frame-border:#cbd5e1f2;--wfm-editor-frame-bg:#fff;--wfm-editor-input-bg:#fff;background:var(--wfm-editor-frame-bg);border:1px solid var(--wfm-editor-frame-border);border-radius:10px;border-radius:var(--od-create-control-radius,10px);overflow:hidden}.support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__rich-composer,.support-open-disc-new-topic--create-page .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__rich-composer{background:#fff;border:none;border-radius:0;box-shadow:none;min-height:0}.support-open-disc-compose-story-meta{align-items:flex-end;display:flex;flex-wrap:wrap;gap:14px 18px;justify-content:space-between;margin-top:12px;padding-left:56px}.support-open-disc-compose-audience-users--story{margin:10px 0 0;padding-left:56px}[data-theme=dark] .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor,[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor{--wfm-editor-frame-border:#525252f2;--wfm-editor-frame-bg:#1a1a1a;--wfm-editor-input-bg:#1a1a1a;background:#1a1a1a}[data-theme=dark] .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__rich-composer,[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__rich-composer{background:#1a1a1a}.support-open-disc-new-topic--create-page .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor__surface-bottom-bar,.support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor__surface-bottom-bar{display:none!important}.support-open-disc-new-topic--create-page .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor__rich-composer--toolbar-collapsed .wfm-text-editor__surface-wrap,.support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor__rich-composer--toolbar-collapsed .wfm-text-editor__surface-wrap{border-radius:0 0 10px 10px;border-radius:0 0 var(--od-create-control-radius,10px) var(--od-create-control-radius,10px)}.support-open-disc-compose-story-meta .support-open-disc-compose-audience-col{margin-left:auto}.support-open-disc-compose-toolbar-row{align-items:center;border-top:none;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin:12px 0 16px;padding-top:8px}.support-open-disc-compose-toolbar-actions{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:6px 10px;min-width:0}.support-open-disc-compose-toolbar-end{align-items:center;display:flex;flex-shrink:0;gap:10px;justify-content:flex-end;margin-left:auto}.support-open-disc-compose-toolbar-btn--labels.notb-btn[data-notb] .notb-btn__icon{color:#8b5a2b;color:var(--brand-600,#8b5a2b)}.support-open-disc-compose-link-modal-field{align-items:stretch;display:flex;flex-direction:column;font-weight:400;gap:6px;margin-bottom:0}.support-open-disc-compose-link-modal-field>span{color:#475569;display:block;font-size:.8125rem;font-weight:500}.support-open-disc-compose-link-modal-field input{border:1px solid #cbd5e1f2;border-radius:10px;box-sizing:border-box;font-size:.875rem;font-weight:400;height:38px;min-height:38px;padding:0 12px;width:100%}.support-open-disc-compose-link-modal-field input:focus{border-color:#b87333;border-color:var(--brand-500,#b87333);box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338);outline:none}.support-open-disc-compose-link-modal-foot{gap:12px;justify-content:flex-end}.support-open-disc-compose-link-modal-foot .support-linkish{margin-right:auto}.support-open-disc-compose-toolbar-labels-group{align-items:center;display:inline-flex;gap:2px}.support-open-disc-compose-toolbar-labels-info-btn{align-items:center;background:#0000;border:none;border-radius:8px;color:#8b5a2b;color:var(--brand-600,#8b5a2b);cursor:pointer;display:inline-flex;height:28px;justify-content:center;padding:0;transition:color .15s ease,background-color .15s ease;width:28px}.support-open-disc-compose-toolbar-labels-info-btn:focus-visible,.support-open-disc-compose-toolbar-labels-info-btn:hover{background:#faf6f1;background:var(--brand-50,#faf6f1);color:#7a4e28;color:var(--brand-700,#7a4e28);outline:none}.support-open-disc-compose-toolbar-labels-info-btn svg{height:1.1rem;width:1.1rem}.support-open-disc-compose-toolbar-btn.notb-btn[data-notb]{border-radius:8px;font-size:.86rem;padding:6px 8px;transition:color .15s ease,background-color .15s ease}.support-open-disc-compose-toolbar-btn--media.notb-btn[data-notb] .notb-btn__icon{color:#7c3aed}.support-open-disc-compose-toolbar-btn--media.notb-btn[data-notb]:hover:not(:disabled){background:#7c3aed1a;color:#6d28d9}.support-open-disc-compose-toolbar-btn--location.notb-btn[data-notb] .notb-btn__icon{color:#0d9488}.support-open-disc-compose-toolbar-btn--location.notb-btn[data-notb]:hover:not(:disabled){background:#0d94881a;color:#0f766e}.support-open-disc-compose-toolbar-btn--emoji.notb-btn[data-notb] .notb-btn__icon{color:#d97706}.support-open-disc-compose-toolbar-btn--emoji.notb-btn[data-notb]:hover:not(:disabled){background:#d977061f;color:#b45309}.support-open-disc-compose-toolbar-btn--tag.notb-btn[data-notb] .notb-btn__icon{color:#2563eb}.support-open-disc-compose-toolbar-btn--tag.notb-btn[data-notb]:hover:not(:disabled){background:#2563eb1a;color:#1d4ed8}[data-theme=dark] .support-open-disc-compose-toolbar-btn--media.notb-btn[data-notb] .notb-btn__icon{color:#a78bfa}[data-theme=dark] .support-open-disc-compose-toolbar-btn--media.notb-btn[data-notb]:hover:not(:disabled){background:#a78bfa24;color:#c4b5fd}[data-theme=dark] .support-open-disc-compose-toolbar-btn--location.notb-btn[data-notb] .notb-btn__icon{color:#2dd4bf}[data-theme=dark] .support-open-disc-compose-toolbar-btn--location.notb-btn[data-notb]:hover:not(:disabled){background:#2dd4bf1f;color:#5eead4}[data-theme=dark] .support-open-disc-compose-toolbar-btn--emoji.notb-btn[data-notb] .notb-btn__icon{color:#fbbf24}[data-theme=dark] .support-open-disc-compose-toolbar-btn--emoji.notb-btn[data-notb]:hover:not(:disabled){background:#fbbf241f;color:#fcd34d}[data-theme=dark] .support-open-disc-compose-toolbar-btn--tag.notb-btn[data-notb] .notb-btn__icon{color:#60a5fa}[data-theme=dark] .support-open-disc-compose-toolbar-btn--tag.notb-btn[data-notb]:hover:not(:disabled){background:#60a5fa1f;color:#93c5fd}.support-open-disc-compose-share-clubs-trigger{align-items:flex-start;background:#fff;border:1px solid #d1d5db;border-radius:10px;cursor:pointer;display:inline-flex;flex-direction:column;font:inherit;gap:2px;min-width:min(240px,100%);padding:10px 12px;text-align:left}.support-open-disc-compose-share-clubs-label{align-items:center;color:#64748b;display:inline-flex;font-size:.78rem;font-weight:600;gap:6px}.support-open-disc-compose-share-clubs-value{color:#0f172a;font-size:.88rem}[data-theme=dark] .support-open-disc-compose-share-clubs-trigger{background:#1a1a1a;border-color:#525252f2}[data-theme=dark] .support-open-disc-compose-share-clubs-label{color:#9ca3af}[data-theme=dark] .support-open-disc-compose-share-clubs-value{color:#f3f4f6}.support-open-disc-compose-tool-modal-body{padding:20px 22px 22px}.support-open-disc-compose-tool-modal.modal-content{background:#fff;border:1px solid #c9863f61;border-radius:14px;box-shadow:0 0 0 1px #b8733314,0 16px 40px #3d281024;display:flex;flex-direction:column;height:auto!important;max-height:min(88vh,760px);min-height:0;overflow:hidden;width:min(720px,calc(100vw - 48px))!important}.support-open-disc-compose-tool-modal--create-post-child.modal-content{box-sizing:border-box}.support-open-disc-compose-tool-modal--create-post-child .modal-children-container{display:flex;flex-direction:column}.support-open-disc-compose-tool-modal--create-post-child .support-open-disc-compose-club-picker-modal-body,.support-open-disc-compose-tool-modal--create-post-child .support-open-disc-compose-tool-modal-body{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.support-open-disc-compose-tool-modal--create-post-child .support-open-disc-compose-club-picker-modal-foot:not(.support-open-disc-compose-club-picker-modal-foot--sticky),.support-open-disc-compose-tool-modal--create-post-child .support-open-disc-compose-tool-modal-foot{margin-top:auto}.support-open-disc-compose-club-picker-modal--clubs.modal-content{width:min(920px,calc(100vw - 40px))!important}@media (min-width:961px){.support-open-disc-compose-club-picker-modal--clubs.modal-content{height:auto!important;max-height:min(88vh,720px);min-height:0!important}.support-open-disc-compose-tool-modal--create-post-child.support-open-disc-compose-club-picker-modal--clubs.modal-content{min-height:0!important}.support-open-disc-compose-club-picker-modal--clubs .modal-children-container{flex:0 1 auto;overflow:visible}.support-open-disc-compose-tool-modal--create-post-child.support-open-disc-compose-club-picker-modal--clubs .support-open-disc-compose-club-picker-modal-body{flex:0 1 auto;max-height:none}.support-open-disc-compose-club-picker-modal--clubs .support-open-disc-compose-club-picker-grid{flex:0 1 auto;max-height:min(44vh,360px)}}.support-open-disc-compose-audience-picker-modal.modal-content{width:min(720px,calc(100vw - 48px))!important}.support-open-disc-compose-content-type-modal.modal-content{max-width:min(720px,calc(100vw - 48px))!important;overflow:hidden;width:min(720px,calc(100vw - 48px))!important}.support-open-disc-compose-content-type-modal-body{padding:16px 18px 18px}.support-open-disc-compose-content-type-modal .modal-children-container{overflow:visible}.support-open-disc-compose-tool-modal .modal-children-container{flex:1 1 auto;min-height:0;overflow:auto;padding:0}.support-open-disc-compose-tool-modal .extra-space{display:none;height:0}.support-open-disc-compose-tool-modal .modal-close-icon{color:#8b5a2b;color:var(--brand-600,#8b5a2b);right:12px;top:10px;z-index:2}.support-open-disc-compose-tool-modal .modal-close-icon:hover{background:#faf6f1;background:var(--brand-50,#faf6f1);border-color:#c9863f73;color:#7a4e28;color:var(--brand-700,#7a4e28)}.support-open-disc-compose-tool-modal-head{border-bottom:1px solid #e2e8f0f2;margin:0 0 14px;padding:0 28px 14px 0}.support-open-disc-compose-tool-modal-eyebrow{color:#8b5a2b;color:var(--brand-600,#8b5a2b);font-size:.7rem;font-weight:700;letter-spacing:.08em;margin:0 0 4px;text-transform:uppercase}.support-open-disc-compose-tool-modal-head-row{align-items:center;display:flex;gap:10px;margin-bottom:6px}.support-open-disc-compose-tool-modal-head-icon{color:#8b5a2b;color:var(--brand-600,#8b5a2b);flex-shrink:0;font-size:1.25rem}.support-open-disc-compose-tool-modal-title{color:#0f172a;font-size:1.2rem;font-weight:700;line-height:1.25;margin:0}.support-open-disc-compose-tool-modal-lead{color:#64748b;font-size:.8125rem;line-height:1.45;margin:0}.support-open-disc-compose-tool-modal-field{align-items:stretch;display:flex;flex-direction:column;font-weight:400;gap:6px;margin-bottom:0}.support-open-disc-compose-tool-modal-field>span{color:#475569;display:block;font-size:.8125rem;font-weight:500}.support-open-disc-compose-tool-modal-field input{background:#fff;border:1px solid #cbd5e1f2;border-radius:10px;box-sizing:border-box;color:#0f172a;font-size:.875rem;font-weight:400;height:38px;min-height:38px;padding:0 12px;width:100%}.support-open-disc-compose-tool-modal-field input:focus{border-color:#b87333;border-color:var(--brand-500,#b87333);box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338);outline:none}.support-open-disc-compose-tool-modal-foot{display:flex;justify-content:flex-end;margin-top:16px}.support-open-disc-compose-tool-modal-foot--split{gap:12px;justify-content:flex-end}.support-open-disc-compose-tool-modal-foot--split .support-linkish{margin-right:auto}[data-theme=dark] .support-open-disc-compose-tool-modal.modal-content,html[data-theme=dark] .center-modal-window__content.support-open-disc-compose-tool-modal.modal-content{background:#1a1a1a;border-color:#b873336b;box-shadow:0 16px 40px #0000008c,0 0 0 1px #000c;color:#f5f5f5}[data-theme=dark] .support-open-disc-compose-tool-modal .modal-close-icon,html[data-theme=dark] .center-modal-window__content.support-open-disc-compose-tool-modal .modal-close-icon{color:#c9863f;color:var(--brand-400,#c9863f)}[data-theme=dark] .support-open-disc-compose-tool-modal .modal-close-icon:hover,html[data-theme=dark] .center-modal-window__content.support-open-disc-compose-tool-modal .modal-close-icon:hover{background:#b8733347;color:#f8fafc}[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-compose-club-picker-modal-body,[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-compose-tool-modal-body{color:#f5f5f5}[data-theme=dark] .support-open-disc-compose-tool-modal-head,html[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-compose-tool-modal-head{border-bottom-color:#525252f2}[data-theme=dark] .support-open-disc-compose-tool-modal-eyebrow{color:#c9863f;color:var(--brand-400,#c9863f)}[data-theme=dark] .support-open-disc-compose-tool-modal-title{color:#f8fafc}[data-theme=dark] .support-open-disc-compose-tool-modal .support-muted,[data-theme=dark] .support-open-disc-compose-tool-modal-field>span,[data-theme=dark] .support-open-disc-compose-tool-modal-lead,html[data-theme=dark] .support-open-disc-compose-tool-modal .support-muted{color:#94a3b8}[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-compose-link-modal-field input,[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-compose-link-modal-field>span,[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-new-club-input,[data-theme=dark] .support-open-disc-compose-tool-modal-field input,html[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-compose-club-picker-search-input{background:#111827;border-color:#525252f2;color:#f5f5f5}[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-compose-club-picker-search-container{background:#111827;border-color:#525252f2}[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-compose-club-picker-search-input::placeholder{color:#64748b}[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-compose-club-picker-search-icon{color:#94a3b8}[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-compose-club-picker-modal-foot{border-top-color:#525252f2}[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-compose-emoji-tab{background:#1e293b;border-color:#525252f2;color:#cbd5e1}[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-compose-emoji-tab:hover{background:#334155;border-color:#64748bf2}[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-compose-emoji-tab.is-active{background:#c9863f2e;border-color:#c9863fa6;color:#d4a574;color:var(--brand-300,#d4a574)}[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-compose-emoji-section+.support-open-disc-compose-emoji-section{border-top-color:#525252d9}[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-compose-emoji-section-label{color:#94a3b8}[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-compose-emoji-btn:hover{background:#ffffff14}[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-compose-user-chip{background:#3b82f633;color:#93c5fd}[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-compose-club-check-row{border-bottom-color:#525252b3;color:#f5f5f5}[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-dropzone,[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-dropzone--media{background:#8b5a2b1a;border-color:#525252f2}[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-dropzone-icon,[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-dropzone-text{color:#94a3b8}[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-media-preview-thumb-frame{background:#111827;border-color:#525252f2}[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-compose-club-picker-new-club-btn,[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-compose-club-picker-wall-btn{color:#d4a574;color:var(--brand-300,#d4a574)}[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-compose-club-picker-empty{color:#94a3b8}[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-new-club{background:#2a2218;background:var(--od-new-club-panel-bg-dark,#2a2218);border-color:#c9863f73}[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-new-club .support-open-disc-dropzone--club-icon{background:#111827;border-color:#525252f2}[data-theme=dark] .support-open-disc-compose-tool-modal-head h3,html[data-theme=dark] .support-open-disc-compose-tool-modal .support-open-disc-compose-tool-modal-head h3{color:#f8fafc}.support-open-disc-compose-tool-modal-head h3{font-size:1.1rem;margin:0 0 6px}.support-open-disc-compose-emoji-search{margin-bottom:10px}.support-open-disc-compose-emoji-search-container{width:100%}.support-open-disc-compose-emoji-search-meta{margin:0 0 8px}.support-open-disc-compose-emoji-tabs{-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;gap:6px;margin-bottom:10px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.support-open-disc-compose-emoji-tab{background:#fff;border:1px solid #cbd5e1f2;border-radius:999px;color:#475569;cursor:pointer;flex:0 0 auto;font-size:.8125rem;font-weight:500;line-height:1.2;padding:6px 12px;transition:background .15s ease,border-color .15s ease,color .15s ease;white-space:nowrap}.support-open-disc-compose-emoji-tab:hover{background:#00000008;border-color:#94a3b8f2}.support-open-disc-compose-emoji-tab.is-active{background:#fdf6ef;background:var(--brand-50,#fdf6ef);border-color:#c9863f;border-color:var(--brand-400,#c9863f);color:#8b5a2b;color:var(--brand-700,#8b5a2b)}.support-open-disc-compose-emoji-empty{margin:12px 0 0;text-align:center}.support-open-disc-compose-emoji-all{padding-right:2px}.support-open-disc-compose-emoji-section+.support-open-disc-compose-emoji-section{border-top:1px solid #e2e8f0d9;margin-top:12px;padding-top:10px}.support-open-disc-compose-emoji-section:first-child{padding-top:0}.support-open-disc-compose-emoji-section-label{color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.03em;margin:0 0 6px;text-transform:uppercase}.support-open-disc-compose-emoji-grid--section{max-height:none;overflow:visible}.support-open-disc-compose-emoji-grid{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(8,1fr);padding-right:2px}.support-open-disc-compose-emoji-modal.modal-content{height:auto!important;overflow-x:hidden;overflow-y:auto}.support-open-disc-compose-emoji-modal .modal-children-container{flex:0 1 auto;overflow:visible}.support-open-disc-compose-emoji-modal.support-open-disc-compose-tool-modal--create-post-child .support-open-disc-compose-emoji-modal-body{flex:0 1 auto;min-height:0;overflow:visible}@media (max-width:560px){.support-open-disc-compose-emoji-grid{grid-template-columns:repeat(6,1fr)}}.support-open-disc-compose-emoji-btn{background:#0000;border:0;border-radius:8px;cursor:pointer;font-size:1.5rem;padding:8px}.support-open-disc-compose-emoji-btn:hover{background:#0000000d}.support-open-disc-compose-club-checklist{list-style:none;margin:0;max-height:280px;overflow:auto;padding:0}.support-open-disc-compose-club-check-row{align-items:center;border-bottom:1px solid #e2e8f0b3;cursor:pointer;display:flex;gap:10px;padding:10px 4px}.support-open-disc-compose-club-picker-trigger{align-items:center;background:#fff;border:1px solid #cbd5e1f2;border-radius:10px;border-radius:var(--od-create-control-radius,10px);box-sizing:border-box;color:#0f172a;cursor:pointer;display:flex;font:inherit;font-size:.9375rem;font-weight:400;gap:10px;min-height:44px;min-height:var(--od-create-control-h,44px);padding:0 12px;text-align:left;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.support-open-disc-compose-club-label-row{align-items:center;flex-wrap:wrap;gap:8px 14px;margin-bottom:0}.support-open-disc-compose-club-field-label{align-items:center;color:#475569;display:inline-flex;flex-shrink:0;font-size:.875rem;font-weight:400;gap:6px}.support-open-disc-compose-club-picker-link{align-items:center;background:#0000;border:none;color:#0f172a;cursor:pointer;display:inline-flex;font:inherit;font-size:.9375rem;font-weight:400;gap:8px;margin:0;max-width:100%;min-width:0;padding:0;text-align:left}.support-open-disc-compose-club-picker-link:hover .support-open-disc-compose-club-picker-link-label{color:#8b5a2b;color:var(--brand-600,#8b5a2b)}.support-open-disc-compose-club-picker-link:focus-visible{border-radius:6px;box-shadow:0 0 0 2px #b8733338;box-shadow:0 0 0 2px var(--brand-focus-ring,#b8733338);outline:none}.support-open-disc-compose-club-picker-link-icon{align-items:center;display:inline-flex;flex-shrink:0;height:22px;justify-content:center;width:22px}.support-open-disc-compose-club-picker-link-icon .support-open-disc-dropdown-club-icon,.support-open-disc-compose-club-picker-link-icon .support-open-disc-dropdown-club-icon-img{border-radius:999px;height:20px;object-fit:cover;width:20px}.support-open-disc-compose-club-picker-link-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-open-disc-compose-club-picker-link-label.is-placeholder{color:#64748b}.support-open-disc-compose-club-picker-browse,button.notb-btn.support-open-disc-compose-club-picker-browse[data-notb]{background:#0000;border:none;color:#8b5a2b;color:var(--brand-600,#8b5a2b);flex-shrink:0;font-size:.875rem;font-weight:600;margin:0;padding:0!important}.support-open-disc-compose-club-label-row .support-open-disc-new-club-prompt,.support-open-disc-compose-club-label-row button.notb-btn.support-open-disc-new-club-prompt[data-notb]{align-self:center;padding:0!important}.support-open-disc-compose-club-picker-trigger:hover{border-color:#94a3b8f2}.support-open-disc-compose-club-picker-trigger:focus-visible{border-color:#b87333;border-color:var(--brand-500,#b87333);box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338);outline:none}.support-open-disc-compose-club-picker-trigger-icon{align-items:center;display:inline-flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.support-open-disc-compose-club-picker-trigger-label{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-open-disc-compose-club-picker-trigger-label.is-placeholder{color:#64748b}.support-open-disc-compose-club-picker-trigger-chev{color:#64748b;flex-shrink:0;font-size:1.1rem}.support-open-disc-compose-club-picker-trigger-action{color:#8b5a2b;color:var(--brand-600,#8b5a2b);flex-shrink:0;font-size:.8125rem;font-weight:600}.support-open-disc-compose-club-picker-modal-body{display:flex;flex-direction:column;max-height:min(82vh,640px);min-height:0}.support-open-disc-compose-club-picker-modal-head-row{align-items:center;display:flex;gap:10px;margin-bottom:6px}.support-open-disc-compose-club-picker-modal-head-icon{color:#8b5a2b;color:var(--brand-600,#8b5a2b);flex-shrink:0;font-size:1.25rem}.support-open-disc-compose-club-picker-modal-head-icon--tone{align-items:center;border-radius:8px;display:inline-flex;font-size:1rem;height:1.75rem;justify-content:center;width:1.75rem}.support-open-disc-compose-club-picker-modal-head-icon--tone.support-open-disc-dropdown-club-icon{font-size:1rem;height:1.75rem;width:1.75rem}.support-open-disc-compose-inline-tone-icon{align-items:center;border-radius:6px;display:inline-flex;font-size:.9rem;height:1.35rem;justify-content:center;vertical-align:middle;width:1.35rem}.support-open-disc-compose-inline-tone-icon svg{height:.9rem;width:.9rem}.support-open-disc-compose-club-picker-modal-title{color:#7a4e28;color:var(--brand-700,#7a4e28);font-size:1.15rem;font-weight:600;line-height:1.25;margin:0}.support-open-disc-compose-club-picker-search{margin-bottom:14px;width:100%}.support-open-disc-compose-club-picker-search-container{align-items:center;border-radius:15px;box-sizing:border-box;display:flex;padding:5px;position:relative;width:100%}.support-open-disc-compose-club-picker-search-input{background-color:var(--search-color);border:none;border-radius:5px;box-sizing:border-box;color:var(--text-color);flex:1 1;font-family:inherit;font-size:14px;height:35px;min-width:0;outline:none;padding:5px 36px 5px 10px;width:100%}.support-open-disc-compose-club-picker-search-input::placeholder{color:var(--text-color);opacity:.55}.support-open-disc-compose-club-picker-search-input:focus{box-shadow:0 0 0 2px #b8733338;box-shadow:0 0 0 2px var(--brand-focus-ring,#b8733338)}.support-open-disc-compose-club-picker-search-icon{color:var(--blue-icon);pointer-events:none;position:absolute;right:10px}.support-open-disc-compose-club-picker-modal-foot{align-items:center;border-top:1px solid #b873332e;display:flex;gap:10px;justify-content:space-between;padding-top:14px}.support-open-disc-compose-club-picker-modal-foot-start{align-items:center;display:flex;flex-wrap:wrap;gap:8px 14px;min-width:0}.support-open-disc-compose-club-picker-wall-btn,button.notb-btn.support-open-disc-compose-club-picker-wall-btn[data-notb]{color:#2563eb!important;font-weight:500!important;margin:0;padding:0!important}.support-open-disc-compose-club-picker-wall-btn:hover,button.notb-btn.support-open-disc-compose-club-picker-wall-btn[data-notb]:hover:not(:disabled):not([aria-disabled=true]){color:#1d4ed8!important}.support-open-disc-compose-club-picker-new-club-btn,button.notb-btn.support-open-disc-compose-club-picker-new-club-btn[data-notb]{color:#8b5a2b!important;color:var(--brand-600,#8b5a2b)!important;font-weight:400!important;margin:0;padding:0!important}.support-open-disc-compose-club-picker-new-club-btn:hover,button.notb-btn.support-open-disc-compose-club-picker-new-club-btn[data-notb]:hover:not(:disabled):not([aria-disabled=true]){background:#0000!important;color:#7a4e28!important;color:var(--brand-700,#7a4e28)!important}@media (min-width:961px){.support-open-disc-compose-club-picker-modal-inner,.support-open-disc-compose-club-picker-modal-scroll{display:contents}}.support-open-disc-compose-club-picker-modal-inner{display:flex;flex-direction:column;min-height:0}.support-open-disc-compose-club-picker-modal-scroll{min-height:0}.support-open-disc-compose-club-picker-grid{grid-gap:12px;align-items:stretch;display:grid;flex:1 1 auto;gap:12px;grid-template-columns:repeat(6,minmax(0,1fr));list-style:none;margin:0;max-height:min(58vh,520px);min-height:0;overflow:auto;padding:4px}@media (max-width:640px){.support-open-disc-compose-club-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.support-open-disc-compose-club-picker-grid-item{min-width:0}.support-open-disc-compose-club-picker-tile{align-items:center;background:#fff;border:1px solid #e2e8f0f2;border-radius:14px;box-sizing:border-box;color:inherit;cursor:pointer;display:flex;flex-direction:column;font:inherit;gap:10px;justify-content:flex-start;min-height:118px;padding:14px 10px 12px;position:relative;text-align:center;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;width:100%}.support-open-disc-compose-club-picker-tile:hover{background:#f8fafcfa;border-color:#b8733373;box-shadow:0 4px 14px #0f172a0f}.support-open-disc-compose-club-picker-tile:focus-visible{border-color:#b87333;border-color:var(--brand-500,#b87333);box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338);outline:none}.support-open-disc-compose-club-picker-tile.is-selected{background:#16a34a0d;border-color:#16a34a;box-shadow:0 0 0 2px #16a34a2e}.support-open-disc-compose-club-picker-tile-icon{align-items:center;background:#f8fafcf2;border-radius:14px;display:inline-flex;flex-shrink:0;height:52px;justify-content:center;width:52px}.support-open-disc-compose-club-picker-tile-icon .support-open-disc-dropdown-club-icon,.support-open-disc-compose-club-picker-tile-icon .support-open-disc-dropdown-club-icon-img{border-radius:12px;height:48px;object-fit:cover;width:48px}.support-open-disc-compose-club-picker-tile-icon .support-open-disc-dropdown-club-icon{color:#8b5a2b;color:var(--brand-600,#8b5a2b);font-size:1.65rem}.support-open-disc-compose-club-picker-tile-label{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#0f172a;display:-webkit-box;font-size:.8125rem;font-weight:400;line-height:1.3;overflow:hidden;width:100%}.support-open-disc-compose-club-picker-tile-check{align-items:center;background:#16a34a;border-radius:999px;color:#fff;display:inline-flex;font-size:.68rem;font-weight:700;height:18px;justify-content:center;line-height:1;position:absolute;right:8px;top:8px;width:18px}.support-open-disc-compose-club-picker-empty{margin:8px 0 0}[data-theme=dark] .support-open-disc-compose-club-picker-trigger{background:#1a1a1a;border-color:#525252f2;color:#f5f5f5}[data-theme=dark] .support-open-disc-compose-club-field-label{color:#94a3b8}[data-theme=dark] .support-open-disc-compose-club-picker-link{color:#f5f5f5}[data-theme=dark] .support-open-disc-compose-club-picker-link-label.is-placeholder,[data-theme=dark] .support-open-disc-compose-club-picker-trigger-label.is-placeholder{color:#94a3b8}[data-theme=dark] .support-open-disc-compose-club-picker-modal-title{color:#d8b08a;color:var(--brand-300,#d8b08a)}[data-theme=dark] .support-open-disc-compose-club-picker-modal-head-icon{color:#c9863f;color:var(--brand-400,#c9863f)}[data-theme=dark] .support-open-disc-compose-club-picker-modal-head-icon--tone.support-open-disc-audience-icon--wall{background:#0d948838;color:#5eead4}[data-theme=dark] .support-open-disc-compose-club-picker-modal-head-icon--tone.support-open-disc-audience-icon--club{background:#4f46e542;color:#a5b4fc}[data-theme=dark] .support-open-disc-compose-club-picker-modal-foot{border-top-color:#c9863f38}[data-theme=dark] .support-open-disc-compose-club-picker-tile{background:#1a1a1a;border-color:#525252f2}[data-theme=dark] .support-open-disc-compose-club-picker-tile:hover{background:#ffffff0a}[data-theme=dark] .support-open-disc-compose-club-picker-tile.is-selected{background:#22c55e1a;border-color:#22c55e;box-shadow:0 0 0 2px #22c55e38}[data-theme=dark] .support-open-disc-compose-club-picker-tile-icon{background:#ffffff0f}[data-theme=dark] .support-open-disc-compose-club-picker-tile-check{background:#22c55e}[data-theme=dark] .support-open-disc-compose-club-picker-tile-label{color:#f5f5f5}.support-open-disc-compose-media-modal-actions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.support-open-disc-compose-mode-wrap{align-items:center;display:flex;flex-wrap:wrap;gap:12px 16px;justify-content:space-between;margin:0 0 18px}[data-theme=dark] .support-open-disc-compose-mode-tabs{--od-compose-tabs-bg:#ffffff0f}.support-open-disc-compose-mode-tab{align-items:center;background:#0000;border:0;border-radius:999px;color:#4b5563;color:var(--od-compose-tab-color,#4b5563);cursor:pointer;display:inline-flex;font:inherit;font-size:.92rem;font-weight:600;gap:8px;padding:8px 14px;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.support-open-disc-compose-mode-tab.is-active{background:#fff;background:var(--od-compose-tab-active-bg,#fff);box-shadow:0 1px 4px #00000014;color:#111827;color:var(--od-compose-tab-active-color,#111827)}[data-theme=dark] .support-open-disc-compose-mode-tab{--od-compose-tab-color:#cbd5e1}[data-theme=dark] .support-open-disc-compose-mode-tab.is-active{--od-compose-tab-active-color:#f8fafc;--od-compose-tab-active-bg:#ffffff1f}.support-open-disc-compose-default-pref{align-items:center;display:inline-flex;gap:8px}.support-open-disc-compose-default-dropdown.reusable-dropdown{min-width:168px}.support-open-disc-compose-status-actions{display:flex;flex-wrap:wrap;gap:8px 12px;margin:8px 0 12px}.support-open-disc-compose-status-action.notb-btn[data-notb]{font-size:.88rem}.support-open-disc-compose-user-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.support-open-disc-compose-user-chip{align-items:center;background:#3b82f61a;background:var(--od-compose-chip-bg,#3b82f61a);border-radius:999px;color:#1d4ed8;color:var(--od-compose-chip-color,#1d4ed8);display:inline-flex;font-size:.85rem;gap:6px;padding:4px 8px 4px 10px}.support-open-disc-compose-user-chip-remove{align-items:center;background:#0000;border:0;color:inherit;cursor:pointer;display:inline-flex;justify-content:center;padding:0}.support-open-disc-compose-story-panel{border:1px dashed #0000001f;border:1px dashed var(--od-compose-story-border,#0000001f);border-radius:16px;margin-bottom:16px;padding:28px 20px;text-align:center}.support-open-disc-compose-story-icon{font-size:2rem;margin-bottom:8px;opacity:.7}.support-open-disc-compose-story-title{font-size:1.1rem;margin:0 0 8px}.support-open-disc-new-topic>h2{margin-bottom:6px}.support-open-disc-new-topic>.support-muted.small{margin:0 0 12px}.support-open-disc-new-topic .support-field{max-width:560px}.support-open-disc-new-topic .support-open-disc-field--details,.support-open-disc-new-topic .support-open-disc-field--title{max-width:100%}.support-open-disc-new-topic .support-open-disc-field--details{margin-bottom:18px}.support-open-disc-new-topic .support-open-disc-field--details+.support-open-disc-post-media-row{margin-top:10px}.support-open-disc-new-topic .support-open-disc-field--title>input{width:100%}.support-open-disc-new-topic .support-open-disc-post-details-compose{margin-top:6px;max-width:100%;width:100%}.support-open-disc-new-topic .support-open-disc-post-details-compose .wfm-text-editor{width:100%}.support-open-disc-new-topic .support-field select{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-weight:400;padding:8px 10px}.support-open-disc-new-topic .support-open-disc-compose-actions{align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:flex-end;margin-top:4px;max-width:560px}.support-open-disc--create-only .support-open-disc-shell-layout{align-items:start}.support-open-disc--create-only .support-open-disc-home-layout--create-only{align-items:start;grid-template-columns:minmax(0,1fr);justify-content:center;margin:0 auto;max-width:min(1040px,100%)}.support-open-disc--create-only .support-open-disc-feed-column{width:100%}.support-open-disc-new-topic--create-page{--od-create-control-h:38px;--od-create-control-radius:10px;--accent:var(--brand-600,#8b5a2b);--rb-focus-ring:var(--brand-focus-ring,#b8733373);background:#0000;border:none;border-radius:16px;box-shadow:none;box-sizing:border-box;margin:0 auto 32px;max-width:min(960px,100%);min-width:0;padding:24px 28px 28px;width:100%}.support-open-disc-new-topic--create-page.support-comments.support-comments--article{background:#0000;border:none;border-radius:0;box-shadow:none;margin-top:0}.support-open-disc-create-page-head{border-bottom:none;margin:0 0 16px;max-width:100%;min-width:0;padding:0}.support-open-disc-create-page-back{color:#8b5a2b;color:var(--brand-600,#8b5a2b);font-size:.875rem;font-weight:600;margin:0 0 14px;padding-left:0}.support-open-disc-create-page-back:focus-visible,.support-open-disc-create-page-back:hover{color:#7a4e28;color:var(--brand-700,#7a4e28)}.support-open-disc-create-page-eyebrow{color:#8b5a2b;color:var(--brand-600,#8b5a2b);font-size:.72rem;font-weight:700;letter-spacing:.08em;margin:0 0 6px;text-transform:uppercase}.support-open-disc-create-page-title{color:#0f172a;font-size:1.125rem;font-weight:600;line-height:1.25;margin:0}.support-open-disc-create-page-lead{word-wrap:break-word;line-height:1.45;margin:0;max-width:100%;overflow-wrap:break-word}@media (max-width:640px){.support-open-disc-create-page-lead{font-size:.8125rem}}.support-open-disc-new-topic--create-page .support-field,.support-open-disc-new-topic--create-page .support-open-disc-club-block,.support-open-disc-new-topic--create-page .support-open-disc-club-row,.support-open-disc-new-topic--create-page .support-open-disc-compose-actions,.support-open-disc-new-topic--create-page .support-open-disc-new-club,.support-open-disc-new-topic--create-page .support-open-disc-notify-opt,.support-open-disc-new-topic--create-page .support-open-disc-post-media-row{max-width:100%}.support-open-disc-new-topic--create-page .support-open-disc-club-row{align-items:center}.support-open-disc-new-topic--create-page .support-open-disc-compose-club-label-row{max-width:100%}.support-open-disc-new-topic--create-page .support-open-disc-field--club-main{min-width:0}.support-open-disc-new-topic .support-open-disc-field--club-main,.support-open-disc-new-topic .support-open-disc-field--details,.support-open-disc-new-topic .support-open-disc-field--title{font-weight:400}.support-open-disc-new-topic .support-open-disc-field--club-main .support-open-disc-field-label,.support-open-disc-new-topic .support-open-disc-field--details>span,.support-open-disc-new-topic .support-open-disc-field--title>span{color:#475569;font-size:.875rem;font-weight:400}[data-theme=dark] .support-open-disc-new-topic .support-open-disc-field--club-main .support-open-disc-field-label,[data-theme=dark] .support-open-disc-new-topic .support-open-disc-field--details>span,[data-theme=dark] .support-open-disc-new-topic .support-open-disc-field--title>span{color:#94a3b8}.support-open-disc-compose-title-row{align-items:center;display:flex;gap:10px;justify-content:space-between;width:100%}.support-open-disc-compose-publish-target{margin:0 0 14px}.support-open-disc-compose-headline-row--modal{margin:0 0 14px;min-width:0}.support-open-disc-create-post-modal-scroll .support-open-disc-compose-headline-row--modal{margin-bottom:6px}.support-open-disc-create-post-modal-scroll .support-open-disc-compose-setup-section{gap:4px}.support-open-disc-create-post-modal-scroll .support-open-disc-compose-setup-bar{padding:8px 12px}.support-open-disc-create-post-modal-scroll .support-open-disc-compose-setup-hint{margin-top:0;padding:8px 10px}.support-open-disc-create-post-modal-scroll .support-open-disc-compose-story-section{margin-bottom:12px}.support-open-disc-create-post-modal-scroll .support-open-disc-compose-author-head{margin-bottom:8px}@media (min-width:961px){.support-open-disc-compose-headline-row--modal,.support-open-disc-compose-headline-row--modal .support-open-disc-compose-headline{overflow:visible}}.support-open-disc-compose-headline-row--modal .support-open-disc-compose-headline{margin-bottom:0;min-width:0}.support-open-disc-compose-headline-row--modal .support-open-disc-compose-headline-line{flex-wrap:wrap;gap:6px;min-width:0}.support-open-disc-compose-headline-row--modal .support-open-disc-compose-headline-preposition,.support-open-disc-compose-headline-row--modal .support-open-disc-compose-headline-text,.support-open-disc-compose-headline-row--modal .support-open-disc-compose-headline-where-label{flex-shrink:0}.support-open-disc-compose-headline-row--modal .support-open-disc-compose-headline-line--primary .support-open-disc-compose-headline-picker{flex-shrink:1;max-width:100%;min-width:0}.support-open-disc-compose-headline-row--modal .support-open-disc-compose-headline-line--primary .support-open-disc-compose-headline-picker:not(.support-open-disc-compose-headline-picker--author) .support-open-disc-compose-headline-picker-value,.support-open-disc-compose-headline-row--modal .support-open-disc-compose-headline-line--where .support-open-disc-compose-headline-picker:not(.support-open-disc-compose-headline-picker--publish-target) .support-open-disc-compose-headline-picker-value{max-width:14rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-open-disc-compose-headline-row--modal .support-open-disc-compose-headline-picker--club-names .support-open-disc-compose-headline-picker-value{max-width:18rem}.support-open-disc-compose-headline-row--modal .support-open-disc-compose-headline-picker--club-count .support-open-disc-compose-headline-picker-value{max-width:6.5rem}.support-open-disc-compose-headline-row--modal .support-open-disc-compose-headline-picker--author{flex-shrink:0;max-width:none;min-width:0}.support-open-disc-compose-headline-row--modal .support-open-disc-compose-headline-picker--author .support-open-disc-compose-headline-picker-value{max-width:none;overflow:visible;text-overflow:clip;white-space:nowrap}.support-open-disc-compose-headline-row--modal .support-open-disc-compose-headline-picker-tooltip{display:inline-flex;flex-shrink:1;max-width:100%;min-width:0}.support-open-disc-compose-headline-preposition{background:#0000;border:none;color:#64748b;cursor:pointer;flex-shrink:0;font:inherit;font-size:.9375rem;font-weight:500;line-height:1.35;margin:0;padding:0}.support-open-disc-compose-headline-preposition:hover{color:#8b5a2b;color:var(--brand-600,#8b5a2b)}.support-open-disc-compose-headline-preposition:focus-visible{border-radius:4px;outline:2px solid #b87333;outline:2px solid var(--brand-500,#b87333);outline-offset:2px}@media (max-width:720px){.support-open-disc-compose-headline-row--modal{overflow:hidden}.support-open-disc-create-post-modal .support-open-disc-compose-author-head-name{overflow:hidden;text-overflow:ellipsis}}.support-open-disc-compose-headline-notify{align-items:center;display:flex;flex-direction:row;flex-shrink:0;flex-wrap:nowrap;gap:2px;justify-content:flex-end;opacity:.92}.support-open-disc-compose-headline-notify .support-open-disc-notify-opt.rc-checkbox,.support-open-disc-compose-headline-notify-checkbox.rc-checkbox{--rc-box-size:0.875rem;--rc-gap:0.3rem;--rc-text:#64748b;--rc-accent:#94a3b8;--rc-focus:#64748b59;align-items:center;flex:0 0 auto;font-size:.75rem;margin:0;max-width:none;width:auto}.support-open-disc-compose-headline-notify .support-open-disc-notify-opt.rc-checkbox .rc-checkbox__box,.support-open-disc-compose-headline-notify-checkbox.rc-checkbox .rc-checkbox__box{border-radius:3px;border-width:1.5px;margin-top:0}.support-open-disc-compose-headline-notify .support-open-disc-notify-opt.rc-checkbox .rc-checkbox__box:after,.support-open-disc-compose-headline-notify-checkbox.rc-checkbox .rc-checkbox__box:after{border-width:0 1.5px 1.5px 0;height:.42rem;width:.22rem}.support-open-disc-compose-headline-notify .support-open-disc-notify-opt.rc-checkbox .rc-checkbox__text,.support-open-disc-compose-headline-notify-checkbox.rc-checkbox .rc-checkbox__text{color:#64748b;flex:0 0 auto;font-size:.75rem;font-weight:500;line-height:1.2;padding-top:0;white-space:nowrap}.support-open-disc-compose-headline-notify .support-open-disc-notify-opt.rc-checkbox .rc-checkbox__input:hover:not(:disabled)+.rc-checkbox__box,.support-open-disc-compose-headline-notify-checkbox.rc-checkbox .rc-checkbox__input:hover:not(:disabled)+.rc-checkbox__box{background-color:var(--rc-surface);border-color:#94a3b8}.support-open-disc-compose-headline-notify .support-open-disc-notify-opt.rc-checkbox .rc-checkbox__input:checked+.rc-checkbox__box,.support-open-disc-compose-headline-notify-checkbox.rc-checkbox .rc-checkbox__input:checked+.rc-checkbox__box{background-color:var(--rc-surface);border-color:#cbd5e1}.support-open-disc-compose-headline-notify .support-open-disc-notify-opt.rc-checkbox .rc-checkbox__input:checked+.rc-checkbox__box:after,.support-open-disc-compose-headline-notify-checkbox.rc-checkbox .rc-checkbox__input:checked+.rc-checkbox__box:after{border-color:#b87333;border-color:var(--brand-500,#b87333);opacity:1}.support-open-disc-compose-headline-notify .support-open-disc-notify-opt.rc-checkbox .rc-checkbox__input:checked:hover:not(:disabled)+.rc-checkbox__box,.support-open-disc-compose-headline-notify-checkbox.rc-checkbox .rc-checkbox__input:checked:hover:not(:disabled)+.rc-checkbox__box{background-color:var(--rc-surface);border-color:#94a3b8}.support-open-disc-compose-headline-notify .support-open-disc-notify-opt.rc-checkbox .rc-checkbox__input:focus-visible+.rc-checkbox__box,.support-open-disc-compose-headline-notify-checkbox.rc-checkbox .rc-checkbox__input:focus-visible+.rc-checkbox__box{outline-color:#b8733359;outline-color:var(--brand-focus-ring,#b8733359)}.support-open-disc-compose-headline-notify .tooltip-container{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:center;line-height:0}.support-open-disc-compose-headline-notify-info{align-items:center;background:#0000;border:none;border-radius:999px;color:#94a3b8;cursor:pointer;display:inline-flex;flex-shrink:0;height:1rem;justify-content:center;line-height:0;padding:0;vertical-align:middle;width:1rem}.support-open-disc-compose-headline-notify-info:focus-visible,.support-open-disc-compose-headline-notify-info:hover{background:#64748b1a;color:#64748b;outline:none}.support-open-disc-compose-headline-notify-info svg{height:.9rem;width:.9rem}[data-theme=dark] .support-open-disc-compose-headline-notify .support-open-disc-notify-opt.rc-checkbox,[data-theme=dark] .support-open-disc-compose-headline-notify-checkbox.rc-checkbox{--rc-text:#94a3b8;--rc-accent:#64748b;--rc-focus:#94a3b859}[data-theme=dark] .support-open-disc-compose-headline-notify .support-open-disc-notify-opt.rc-checkbox .rc-checkbox__input:checked+.rc-checkbox__box,[data-theme=dark] .support-open-disc-compose-headline-notify-checkbox.rc-checkbox .rc-checkbox__input:checked+.rc-checkbox__box{background-color:var(--rc-surface);border-color:#475569}[data-theme=dark] .support-open-disc-compose-headline-notify .support-open-disc-notify-opt.rc-checkbox .rc-checkbox__input:checked+.rc-checkbox__box:after,[data-theme=dark] .support-open-disc-compose-headline-notify-checkbox.rc-checkbox .rc-checkbox__input:checked+.rc-checkbox__box:after{border-color:#c9863f;border-color:var(--brand-400,#c9863f)}[data-theme=dark] .support-open-disc-compose-headline-notify .support-open-disc-notify-opt.rc-checkbox .rc-checkbox__text,[data-theme=dark] .support-open-disc-compose-headline-notify-checkbox.rc-checkbox .rc-checkbox__text{color:#94a3b8}@media (max-width:720px){.support-open-disc-compose-author-head{flex-wrap:wrap;gap:8px 12px}.support-open-disc-compose-author-head .support-open-disc-compose-headline-notify{margin-left:auto}}.support-open-disc-compose-headline{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}.support-open-disc-compose-headline--stacked{align-items:flex-start;flex-direction:column;gap:10px}.support-open-disc-compose-headline--minimal{align-items:flex-start;flex-direction:column;gap:4px;min-width:0;width:100%}.support-open-disc-compose-setup-section{display:flex;flex-direction:column;gap:6px;min-width:0;width:100%}.support-open-disc-compose-setup-section-label{color:#64748b;font-size:.8125rem;font-weight:600;line-height:1.3;margin:0}.support-open-disc-compose-setup-section-label-row{align-items:center;display:flex;gap:6px;min-width:0}.support-open-disc-compose-setup-section-help-tooltip{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:center;line-height:0}.support-open-disc-compose-setup-section-help{align-items:center;background:#0000;border:none;border-radius:999px;color:#8b5a2b;color:var(--brand-600,#8b5a2b);cursor:pointer;display:inline-flex;flex-shrink:0;height:1.35rem;justify-content:center;line-height:0;padding:0;width:1.35rem}.support-open-disc-compose-setup-section-help:hover{background:#faf6f1;background:var(--brand-50,#faf6f1);color:#7a4e28;color:var(--brand-700,#7a4e28)}.support-open-disc-compose-setup-section-help:focus-visible{outline:2px solid #b87333;outline:2px solid var(--brand-500,#b87333);outline-offset:2px}.support-open-disc-compose-setup-section-help svg{height:1.1rem;width:1.1rem}.support-open-disc-compose-setup-hint{align-items:flex-start;background:linear-gradient(180deg,#faf6f1fa,#fffcf8eb);border:1px solid #b8733338;border-radius:10px;display:flex;gap:12px;justify-content:space-between;margin-top:2px;padding:10px 12px}.support-open-disc-compose-setup-hint-main{align-items:flex-start;display:flex;flex:1 1 auto;gap:10px;min-width:0}.support-open-disc-compose-setup-hint-icon{color:#8b5a2b;color:var(--brand-600,#8b5a2b);flex-shrink:0;font-size:1.05rem;margin-top:1px}.support-open-disc-compose-setup-hint-copy{min-width:0}.support-open-disc-compose-setup-hint-title{color:#334155;font-size:.875rem;font-weight:600;line-height:1.35;margin:0 0 4px}.support-open-disc-compose-setup-hint-text{color:#475569;font-size:.8125rem;font-weight:400;line-height:1.45;margin:0}.support-open-disc-compose-setup-hint-text strong{color:#334155;font-weight:600}.support-open-disc-compose-setup-hint-dismiss{-webkit-tap-highlight-color:transparent;background:#b87333;background:var(--brand-500,#b87333);border:none;border-radius:999px;color:#fff;cursor:pointer;flex-shrink:0;font:inherit;font-size:.8125rem;font-weight:600;line-height:1.2;margin:0;padding:6px 10px;touch-action:manipulation;transition:background-color .15s ease,transform .15s ease}.support-open-disc-compose-setup-hint-dismiss:hover{background:#8b5a2b;background:var(--brand-600,#8b5a2b)}.support-open-disc-compose-setup-hint-dismiss:focus-visible{outline:2px solid #b87333;outline:2px solid var(--brand-500,#b87333);outline-offset:2px}[data-theme=dark] .support-open-disc-compose-setup-section-label{color:#94a3b8}[data-theme=dark] .support-open-disc-compose-setup-section-help{color:#d4a574}[data-theme=dark] .support-open-disc-compose-setup-section-help:hover{background:#b8733329;color:#e8c9a8}[data-theme=dark] .support-open-disc-compose-setup-hint{background:linear-gradient(180deg,#334155b8,#1e293b8c);border-color:#b8733359}[data-theme=dark] .support-open-disc-compose-setup-hint-title{color:#e2e8f0}[data-theme=dark] .support-open-disc-compose-setup-hint-text{color:#cbd5e1}[data-theme=dark] .support-open-disc-compose-setup-hint-text strong{color:#f1f5f9}@media (max-width:560px){.support-open-disc-compose-setup-hint{align-items:stretch;flex-direction:column}.support-open-disc-compose-setup-hint-dismiss{align-self:flex-end}}.support-open-disc-compose-headline--setup{align-items:stretch;flex-direction:column;gap:0;margin-bottom:0;min-width:0;width:100%}.support-open-disc-compose-setup-bar-tooltip{display:block;min-width:0;width:100%}.support-open-disc-compose-setup-bar{-webkit-tap-highlight-color:transparent;align-items:center;background:#f8fafceb;border:none;border-radius:10px;cursor:pointer;display:flex;font:inherit;gap:12px;justify-content:space-between;margin:0;min-width:0;padding:10px 12px;text-align:left;touch-action:manipulation;transition:background-color .15s ease,box-shadow .15s ease;width:100%}.support-open-disc-compose-setup-bar:hover{background:#faf6f1;background:var(--brand-50,#faf6f1)}.support-open-disc-compose-setup-bar:focus-visible{box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338);outline:none}.support-open-disc-compose-setup-bar-segments{align-items:center;display:flex;flex:1 1 auto;flex-wrap:wrap;gap:4px 6px;min-width:0}.support-open-disc-compose-setup-bar-segment{align-items:center;color:#334155;display:inline-flex;font-size:.875rem;font-weight:500;gap:5px;line-height:1.35;min-width:0}.support-open-disc-compose-setup-bar-segment-icon{align-items:center;border-radius:6px;display:inline-flex;flex-shrink:0;font-size:.875rem;height:24px;justify-content:center;width:24px}.support-open-disc-compose-setup-bar-segment-icon .support-open-disc-dropdown-club-icon,.support-open-disc-compose-setup-bar-segment-icon .support-open-disc-dropdown-club-icon-img,.support-open-disc-compose-setup-bar-segment-icon svg{height:14px;width:14px}.support-open-disc-compose-setup-bar-segment-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-open-disc-compose-setup-bar-sep{color:#94a3b8;flex-shrink:0;font-weight:600;-webkit-user-select:none;user-select:none}.support-open-disc-compose-setup-bar-change{align-items:center;color:#8b5a2b;color:var(--brand-600,#8b5a2b);display:inline-flex;flex-shrink:0;font-size:.8125rem;font-weight:600;gap:2px}.support-open-disc-compose-setup-bar-change-chev{font-size:1rem}[data-theme=dark] .support-open-disc-compose-setup-bar{background:#1e293b8c}[data-theme=dark] .support-open-disc-compose-setup-bar:hover{background:#334155b8}[data-theme=dark] .support-open-disc-compose-setup-bar-segment{color:#e2e8f0}[data-theme=dark] .support-open-disc-compose-setup-bar-sep{color:#64748b}.support-open-disc-compose-headline--minimal .support-open-disc-compose-headline-destination,.support-open-disc-compose-headline--minimal button.support-open-disc-compose-headline-destination{width:100%}.support-open-disc-compose-headline-line{align-items:center;display:flex;flex-wrap:wrap;gap:6px 8px;min-width:0;width:100%}.support-open-disc-compose-headline-line--where{padding-top:2px}.support-open-disc-compose-headline-where-label{color:#64748b;flex-shrink:0;font-size:.875rem;font-weight:600;line-height:1.35;margin-right:2px}.support-open-disc-compose-headline-journey-trigger{-webkit-tap-highlight-color:transparent;background:#0000;border:none;border-radius:4px;cursor:pointer;font:inherit;margin:0;padding:0;touch-action:manipulation}.support-open-disc-compose-headline-journey-trigger:focus-visible .support-open-disc-compose-headline-text,.support-open-disc-compose-headline-journey-trigger:hover .support-open-disc-compose-headline-text{color:#8b5a2b;color:var(--brand-600,#8b5a2b)}.support-open-disc-compose-headline-journey-trigger:focus-visible{outline:2px solid #b87333;outline:2px solid var(--brand-500,#b87333);outline-offset:2px}.support-open-disc-compose-headline-destination,button.support-open-disc-compose-headline-destination{-webkit-tap-highlight-color:transparent;align-items:center;background:#0000;border:none;border-radius:4px;color:#64748b;cursor:pointer;display:inline-flex;font-size:.8125rem;font-weight:500;gap:8px;line-height:1.4;margin:0;max-width:100%;min-width:0;padding:0;text-align:left;touch-action:manipulation}.support-open-disc-compose-headline-destination-label{flex-shrink:0}.support-open-disc-compose-headline-destination-clubs{align-items:center;display:inline-flex;flex:1 1 auto;min-width:0;overflow:hidden}.support-open-disc-compose-headline-destination-club-icons{align-items:center;display:inline-flex;flex-shrink:1;min-width:0}.support-open-disc-compose-headline-destination-club-icon{align-items:center;background:#f1f5f9;border:1.5px solid #fff;border:1.5px solid var(--just-white,#fff);border-radius:999px;box-sizing:border-box;display:inline-flex;flex-shrink:0;height:18px;justify-content:center;overflow:hidden;width:18px}.support-open-disc-compose-headline-destination-club-icon+.support-open-disc-compose-headline-destination-club-icon{margin-left:-6px}.support-open-disc-compose-headline-destination-club-icon .support-open-disc-dropdown-club-icon,.support-open-disc-compose-headline-destination-club-icon .support-open-disc-dropdown-club-icon-img{border-radius:999px;height:100%;object-fit:cover;width:100%}.support-open-disc-compose-headline-destination-club-overflow{align-items:center;background:#b8733324;border:1.5px solid #fff;border:1.5px solid var(--just-white,#fff);border-radius:999px;box-sizing:border-box;color:#7a4e28;color:var(--brand-700,#7a4e28);display:inline-flex;flex-shrink:0;font-size:.625rem;font-weight:700;height:18px;justify-content:center;line-height:1;margin-left:4px;min-width:24px;padding:0 5px}.support-open-disc-compose-headline-destination:focus-visible,.support-open-disc-compose-headline-destination:hover{color:#8b5a2b;color:var(--brand-600,#8b5a2b)}.support-open-disc-compose-headline-destination:focus-visible{outline:2px solid #b87333;outline:2px solid var(--brand-500,#b87333);outline-offset:2px}.support-open-disc-compose-headline-destination-tooltip{display:inline-flex;max-width:100%;min-width:0;width:100%}[data-theme=dark] .support-open-disc-compose-headline-destination-club-icon{background:#2a2a2a;border-color:#1a1a1a}[data-theme=dark] .support-open-disc-compose-headline-destination-club-overflow{background:#e8a04c29;border-color:#1a1a1a;color:#e8a04c;color:var(--brand-accent,#e8a04c)}[data-theme=dark] .support-open-disc-compose-headline-destination,[data-theme=dark] button.support-open-disc-compose-headline-destination{color:#94a3b8}[data-theme=dark] .support-open-disc-compose-headline-destination:focus-visible,[data-theme=dark] .support-open-disc-compose-headline-destination:hover{color:#e8a04c;color:var(--brand-accent,#e8a04c)}[data-theme=dark] .support-open-disc-compose-headline-where-label{color:#94a3b8}.support-open-disc-compose-author-head{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin:0 0 12px;min-width:0}.support-open-disc-compose-author-head-main{align-items:flex-start;display:flex;flex:1 1 auto;gap:10px;min-width:0}.support-open-disc-compose-author-head-details{align-items:flex-start;display:flex;flex-direction:column;gap:2px;min-width:0}.support-open-disc-compose-author-head-anon{margin-top:2px}.support-open-disc-compose-author-head-identity{align-items:center;display:flex;flex:1 1 auto;gap:10px;min-width:0}.support-open-disc-compose-author-head .support-open-disc-compose-headline-notify{flex:0 0 auto;margin-left:auto}.support-open-disc-compose-author-head-avatar{flex-shrink:0;height:40px;width:40px}.support-open-disc-compose-author-head-name{color:#0f172a;font-size:.9375rem;font-weight:700;line-height:1.3;min-width:0}.support-open-disc-create-post-modal .support-open-disc-compose-author-head-identity,.support-open-disc-create-post-modal .support-open-disc-compose-author-head-main{flex:0 1 auto;overflow:visible}.support-open-disc-create-post-modal .support-open-disc-compose-author-head-name{overflow:visible;text-overflow:clip;white-space:nowrap}.support-open-disc-compose-story-main--no-identity .support-open-disc-compose-story-body{flex:1 1 auto;min-width:0;width:100%}[data-theme=dark] .support-open-disc-compose-author-head-name{color:#f1f5f9}.support-open-disc-compose-headline-text{color:#475569;font-size:1rem;font-weight:400;line-height:1.4}.support-open-disc-compose-headline-on{cursor:default}.support-open-disc-compose-headline-picker{-webkit-tap-highlight-color:transparent;align-items:center;background:#faf6f1;background:var(--brand-50,#faf6f1);border:none;border-radius:0;cursor:pointer;display:inline-flex;font:inherit;gap:6px;padding:4px 8px;text-align:left;touch-action:manipulation;transition:background-color .15s ease}.support-open-disc-compose-headline-picker:hover{background:#b8733329}.support-open-disc-compose-headline-picker:focus-visible{background:#b873332e;box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338);outline:none}.support-open-disc-compose-headline-picker-icon{align-items:center;color:#475569;display:inline-flex;flex-shrink:0;font-size:1rem;justify-content:center}.support-open-disc-compose-headline-picker-icon .support-open-disc-dropdown-club-icon,.support-open-disc-compose-headline-picker-icon .support-open-disc-dropdown-club-icon-img{height:1rem;width:1rem}.support-open-disc-compose-headline-picker-value{color:#475569;font-size:1rem;font-weight:400;line-height:1.4}.support-open-disc-compose-headline-picker-chev{color:#64748b;flex-shrink:0;font-size:.95rem;margin-left:1px}.support-open-disc-compose-headline-picker--author.is-anonymous .support-open-disc-compose-headline-picker-icon{color:#64748b}.support-open-disc-compose-headline-author-avatar{border-radius:999px;display:block;height:1rem;object-fit:cover;width:1rem}.support-open-disc-compose-headline-picker--author:disabled{cursor:default;opacity:1}.support-open-disc-compose-headline-picker--author:disabled:hover{background:#faf6f1;background:var(--brand-50,#faf6f1)}[data-theme=dark] .support-open-disc-compose-headline-preposition,[data-theme=dark] .support-open-disc-compose-headline-text{color:#94a3b8}[data-theme=dark] .support-open-disc-compose-headline-preposition:hover{color:#e8a04c;color:var(--brand-accent,#e8a04c)}[data-theme=dark] .support-open-disc-compose-headline-picker{background:#b8733324}[data-theme=dark] .support-open-disc-compose-headline-picker:hover{background:#b8733338}[data-theme=dark] .support-open-disc-compose-headline-picker:focus-visible{background:#b8733342}[data-theme=dark] .support-open-disc-compose-headline-picker-chev,[data-theme=dark] .support-open-disc-compose-headline-picker-icon,[data-theme=dark] .support-open-disc-compose-headline-picker-value{color:#94a3b8}[data-theme=dark] .support-open-disc-compose-headline-notify-info{color:#64748b}[data-theme=dark] .support-open-disc-compose-headline-notify-info:focus-visible,[data-theme=dark] .support-open-disc-compose-headline-notify-info:hover{background:#94a3b81f;color:#94a3b8}.support-open-disc-compose-publish-target-modal-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,132px);justify-content:start;list-style:none;margin:0;margin-inline:0;max-width:100%;padding:0;width:-webkit-fit-content;width:fit-content}.support-open-disc-compose-publish-target-modal-grid-item{min-width:0}.support-open-disc-compose-publish-target-modal-tile{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;gap:4px;height:auto;justify-content:flex-start;min-height:0;padding:8px 9px 9px;text-align:left}.support-open-disc-compose-publish-target-modal-tile.support-open-disc-compose-content-type-modal-tile{text-align:left}.support-open-disc-compose-publish-target-modal-tile-icon{align-self:flex-start}.support-open-disc-compose-publish-target-modal-tile .support-open-disc-compose-content-type-modal-tile-label{line-height:1.3;text-align:left;width:100%}.support-open-disc-compose-publish-target-modal-tile .support-open-disc-compose-content-type-modal-tile-desc{text-wrap:balance;flex:1 1;font-size:.625rem;line-height:1.4;text-align:left;width:100%}@media (max-width:480px){.support-open-disc-compose-publish-target-modal-grid{gap:8px;grid-template-columns:repeat(2,minmax(0,1fr));margin-inline:0;width:100%}.support-open-disc-compose-publish-target-modal-tile{padding:8px}.support-open-disc-compose-publish-target-modal-tile .support-open-disc-compose-content-type-modal-tile-desc{font-size:.6875rem;line-height:1.35}}.support-open-disc-compose-content-type-modal-grid{--content-type-grid-gap:8px;grid-gap:var(--content-type-grid-gap);display:grid;gap:var(--content-type-grid-gap);grid-template-columns:repeat(4,148px);list-style:none;margin:0;max-width:100%;padding:0;width:-webkit-fit-content;width:fit-content}.support-open-disc-compose-content-type-modal-grid-item{min-width:0}.support-open-disc-compose-content-type-modal-tile{background:#fff;border:1px solid #cbd5e1f2;border-radius:10px;cursor:pointer;display:block;height:-webkit-fit-content;height:fit-content;padding:8px;position:relative;text-align:center;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease;width:100%}.support-open-disc-compose-content-type-modal-tile-inner{align-items:center;display:flex;flex-direction:column;gap:4px;justify-content:flex-start;min-width:0;padding:0;width:100%}.support-open-disc-compose-content-type-modal-tile:hover{background:#f8fafce6;border-color:#94a3b8f2}.support-open-disc-compose-content-type-modal-tile.is-selected{background:#16a34a0d;border-color:#16a34a;box-shadow:0 0 0 2px #16a34a2e}.support-open-disc-compose-content-type-modal-tile-icon{align-items:center;border-radius:8px;display:inline-flex;flex-shrink:0;font-size:.9375rem;height:30px;justify-content:center;width:30px}.support-open-disc-compose-content-type-modal-tile-icon svg{height:16px;width:16px}.support-open-disc-content-type-icon--story{--od-content-type-fg:#8a5c00;--od-content-type-bg:#fff3d0;--od-content-type-rgb:138,92,0;color:var(--od-content-type-fg)}.support-open-disc-content-type-icon--question{--od-content-type-fg:#4a3baa;--od-content-type-bg:#ede8ff;--od-content-type-rgb:74,59,170;color:var(--od-content-type-fg)}.support-open-disc-content-type-icon--article{--od-content-type-fg:#28603a;--od-content-type-bg:#e4f4e8;--od-content-type-rgb:40,96,58;color:var(--od-content-type-fg)}.support-open-disc-content-type-icon--announcement{--od-content-type-fg:#a03820;--od-content-type-bg:#ffe9e4;--od-content-type-rgb:160,56,32;color:var(--od-content-type-fg)}.support-open-disc-content-type-icon--announcement,.support-open-disc-content-type-icon--article,.support-open-disc-content-type-icon--question,.support-open-disc-content-type-icon--story{--od-content-type-grad-strong:0.24;--od-content-type-grad-soft:0.1;--od-content-type-badge-grad-strong:0.15;--od-content-type-badge-grad-soft:0.07;--od-content-type-border-alpha:0.22}.support-open-disc-compose-content-type-modal-tile-icon[class*=support-open-disc-content-type-icon--],.support-open-disc-compose-setup-bar-segment-icon[class*=support-open-disc-content-type-icon--],.support-open-disc-feed-options-submenu-icon[class*=support-open-disc-content-type-icon--],.support-open-disc-post-content-type-badge-icon[class*=support-open-disc-content-type-icon--]{background:var(--od-content-type-bg);box-shadow:inset 0 1px 0 #ffffff4d}.support-open-disc-feed-options-submenu-icon[class*=support-open-disc-content-type-icon--]{border-radius:6px;flex-shrink:0;font-size:.8125rem;height:22px;width:22px}.support-open-disc-post-content-type-badge[class*=support-open-disc-content-type-icon--]{background:var(--od-content-type-bg)}.support-open-disc-compose-content-type-modal-tile-inner--typed .support-open-disc-compose-content-type-modal-tile-label,.support-open-disc-compose-setup-bar-segment--content-type .support-open-disc-compose-setup-bar-segment-label{color:currentColor}.support-open-disc-compose-content-type-modal-tile-label{color:#0f172a;display:block;font-size:.8125rem;font-weight:600;line-height:1.25;width:100%}.support-open-disc-compose-content-type-modal-tile-desc{color:#64748b;display:block;font-size:.625rem;line-height:1.35;width:100%}.support-open-disc-compose-content-type-modal-tile-check{align-items:center;background:#16a34a;border-radius:999px;color:#fff;display:inline-flex;font-size:.65rem;font-weight:700;height:16px;justify-content:center;line-height:1;position:absolute;right:5px;top:5px;width:16px}@media (max-width:640px){.support-open-disc-compose-content-type-modal.modal-content{max-width:min(100%,calc(100vw - 24px))!important;width:min(100%,calc(100vw - 24px))!important}.support-open-disc-compose-content-type-modal-grid{gap:8px;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.support-open-disc-compose-content-type-modal-tile-desc{font-size:.6875rem;line-height:1.4}}[data-theme=dark] .support-open-disc-compose-content-type-modal-tile{background:#111827;border-color:#525252f2}[data-theme=dark] .support-open-disc-compose-content-type-modal-tile:hover{background:#1e293ba6;border-color:#94a3b88c}[data-theme=dark] .support-open-disc-compose-content-type-modal-tile.is-selected{background:#22c55e1a;border-color:#22c55e;box-shadow:0 0 0 2px #22c55e38}[data-theme=dark] .support-open-disc-compose-content-type-modal-tile-label{color:#f3f4f6}[data-theme=dark] .support-open-disc-compose-content-type-modal-tile-desc{color:#9ca3af}[data-theme=dark] .support-open-disc-content-type-icon--story{--od-content-type-fg:#8a5c00;--od-content-type-bg:#fff3d0;--od-content-type-rgb:138,92,0;color:var(--od-content-type-fg)}[data-theme=dark] .support-open-disc-content-type-icon--question{--od-content-type-fg:#4a3baa;--od-content-type-bg:#ede8ff;--od-content-type-rgb:74,59,170;color:var(--od-content-type-fg)}[data-theme=dark] .support-open-disc-content-type-icon--article{--od-content-type-fg:#28603a;--od-content-type-bg:#e4f4e8;--od-content-type-rgb:40,96,58;color:var(--od-content-type-fg)}[data-theme=dark] .support-open-disc-content-type-icon--announcement{--od-content-type-fg:#a03820;--od-content-type-bg:#ffe9e4;--od-content-type-rgb:160,56,32;color:var(--od-content-type-fg)}[data-theme=dark] .support-open-disc-content-type-icon--announcement,[data-theme=dark] .support-open-disc-content-type-icon--article,[data-theme=dark] .support-open-disc-content-type-icon--question,[data-theme=dark] .support-open-disc-content-type-icon--story{--od-content-type-grad-strong:0.38;--od-content-type-grad-soft:0.18;--od-content-type-badge-grad-strong:0.28;--od-content-type-badge-grad-soft:0.14;--od-content-type-border-alpha:0.22}[data-theme=dark] .support-open-disc-compose-content-type-modal-tile-icon[class*=support-open-disc-content-type-icon--],[data-theme=dark] .support-open-disc-compose-setup-bar-segment-icon[class*=support-open-disc-content-type-icon--],[data-theme=dark] .support-open-disc-feed-options-submenu-icon[class*=support-open-disc-content-type-icon--],[data-theme=dark] .support-open-disc-post-content-type-badge-icon[class*=support-open-disc-content-type-icon--]{box-shadow:inset 0 1px 0 #ffffff14}[data-theme=dark] .support-open-disc-compose-content-type-modal-tile-check{background:#22c55e}.support-open-disc-compose-publish-target-label{color:#475569;display:inline-block;font-size:.875rem;margin:0 0 8px}.support-open-disc-compose-publish-target-tiles{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start}.support-open-disc-compose-publish-target-info{background:#faf6f1;background:var(--brand-50,#faf6f1);border:1px solid #b8733347;border-radius:10px;color:#6b4423;color:var(--brand-800,#6b4423);font-size:.875rem;line-height:1.5;margin:0;padding:12px 14px}.support-open-disc-compose-publish-target-info strong{color:#7a4e28;color:var(--brand-700,#7a4e28);font-weight:600}.support-open-disc-compose-publish-target-info-author{align-items:center;display:inline-flex;gap:6px;vertical-align:middle}.support-open-disc-compose-publish-target-info-author-avatar{border:1px solid #b8733338;border-radius:999px;flex-shrink:0;height:22px;object-fit:cover;width:22px}.support-open-disc-compose-publish-target-info-author-avatar--anonymous{align-items:center;background:#e2e8f0;color:#64748b;display:inline-flex;justify-content:center}.support-open-disc-compose-publish-target-info-author-avatar--anonymous svg{height:13px;width:13px}.support-open-disc-compose-publish-target-info-club{align-items:center;background:#b873331f;border-radius:999px;display:inline-flex;gap:6px;padding:2px 8px 2px 4px;vertical-align:middle;white-space:nowrap}.support-open-disc-compose-publish-target-info-club--btn{appearance:none;-webkit-appearance:none;border:0;color:inherit;cursor:pointer;font:inherit;margin:0;text-align:inherit}.support-open-disc-compose-publish-target-info-club--btn:focus-visible,.support-open-disc-compose-publish-target-info-club--btn:hover{background:#b873332e}.support-open-disc-compose-publish-target-info-club--btn:focus-visible{outline:2px solid color-mix(in srgb,#8b5a2b 45%,#0000);outline:2px solid color-mix(in srgb,var(--brand-600,#8b5a2b) 45%,#0000);outline-offset:2px}.support-open-disc-compose-publish-target-info-club-name{color:#7a4e28;color:var(--brand-700,#7a4e28);font-weight:600;line-height:1.2}.support-open-disc-compose-publish-target-info-club-icon{align-items:center;display:inline-flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.support-open-disc-compose-publish-target-info-club-icon .support-open-disc-dropdown-club-icon,.support-open-disc-compose-publish-target-info-club-icon .support-open-disc-dropdown-club-icon-img{border-radius:999px;color:#8b5a2b;color:var(--brand-600,#8b5a2b);height:22px;object-fit:cover;width:22px}.support-open-disc-compose-publish-target-info-people-popover{display:inline}.support-open-disc-compose-publish-target-info-people-btn{background:none;border:0;color:inherit;cursor:pointer;display:inline;font:inherit;margin:0;padding:0;text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb,#8b5a2b 45%,#0000);text-decoration-color:color-mix(in srgb,#8b5a2b 45%,#0000);-webkit-text-decoration-color:color-mix(in srgb,var(--brand-600,#8b5a2b) 45%,#0000);text-decoration-color:color-mix(in srgb,var(--brand-600,#8b5a2b) 45%,#0000);text-underline-offset:2px}.support-open-disc-compose-publish-target-info-people-btn:focus-visible strong,.support-open-disc-compose-publish-target-info-people-btn:hover strong{color:#6a3f1f;color:var(--brand-800,#6a3f1f)}.support-open-disc-compose-audience-people-list{grid-gap:6px;display:grid;gap:6px;list-style:none;margin:0;max-height:min(240px,40vh);overflow:auto;padding:0}.support-open-disc-compose-audience-people-list li{color:#1e293b;color:var(--text-icon-color,#1e293b);font-size:.875rem;line-height:1.35;margin:0;padding:0}.support-open-disc-compose-anon-row--publish-target{margin:12px 0 8px}.support-open-disc-compose-publish-target-tiles+.support-open-disc-compose-publish-target-info{margin-top:12px}.support-open-disc-compose-publish-tile{align-items:center;background:#fff;border:1px solid #cbd5e1f2;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;gap:8px;justify-content:center;min-height:108px;padding:12px 10px;position:relative;text-align:center;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease;width:124px}.support-open-disc-compose-publish-tile.is-active{background:#b873330f;border-color:#b87333;border-color:var(--brand-500,#b87333);box-shadow:0 0 0 2px #b8733333;box-shadow:0 0 0 2px var(--brand-focus-ring,#b8733333)}.support-open-disc-compose-publish-tile:focus-visible{border-color:#b87333;border-color:var(--brand-500,#b87333);box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338);outline:none}.support-open-disc-compose-publish-tile-title{color:#0f172a;display:block;font-size:1rem;font-weight:400}.support-open-disc-compose-publish-tile-icon{align-items:center;background:#b873331f;border-radius:12px;color:#8b5a2b;color:var(--brand-700,#8b5a2b);display:inline-flex;font-size:1.3rem;height:46px;justify-content:center;width:46px}.support-open-disc-compose-publish-tile-icon .support-open-disc-dropdown-club-icon,.support-open-disc-compose-publish-tile-icon .support-open-disc-dropdown-club-icon-img,.support-open-disc-compose-publish-tile-icon svg{height:28px;width:28px}.support-open-disc-compose-publish-tile-check{align-items:center;background:#8b5a2b;background:var(--brand-600,#8b5a2b);border-radius:999px;color:#fff;display:inline-flex;font-size:.72rem;font-weight:700;height:20px;justify-content:center;position:absolute;right:8px;top:8px;width:20px}.support-open-disc-compose-audience-col--article-story{margin:0 0 14px}.support-open-disc-compose-audience-picker-link{max-width:min(300px,100%);width:-webkit-fit-content;width:fit-content}.support-open-disc-compose-audience-picker-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;margin:0;max-height:min(56vh,460px);overflow:auto;padding:4px}.support-open-disc-compose-club-picker-tile--row{flex-direction:row;justify-content:flex-start;min-height:88px;padding:10px 12px;text-align:left}.support-open-disc-compose-club-picker-tile-icon svg{height:22px;width:22px}.support-open-disc-audience-icon--wall{background:#0d948824;color:#0d9488}.support-open-disc-audience-icon--public{background:#1d4ed81f;color:#1d4ed8}.support-open-disc-audience-icon--followers{background:#7c3aed1f;color:#7c3aed}.support-open-disc-audience-icon--selected{background:#0596691f;color:#059669}.support-open-disc-audience-icon--hide-selected{background:#ea580c24;color:#ea580c}.support-open-disc-audience-icon--only-me{background:#e11d481f;color:#e11d48}.support-open-disc-audience-icon--club{background:#4f46e524;color:#4f46e5}.support-open-disc-compose-club-picker-tile-icon.support-open-disc-audience-icon--wall,.support-open-disc-compose-publish-target-modal-tile-icon.support-open-disc-audience-icon--wall{background:#0d948824;color:#0d9488}.support-open-disc-compose-club-picker-tile-icon.support-open-disc-audience-icon--club,.support-open-disc-compose-publish-tile-icon.support-open-disc-audience-icon--club{background:#4f46e524;color:#4f46e5}.support-open-disc-compose-club-picker-tile-icon.support-open-disc-audience-icon--club .support-open-disc-dropdown-club-icon,.support-open-disc-compose-publish-tile-icon.support-open-disc-audience-icon--club .support-open-disc-dropdown-club-icon{color:#4f46e5}.support-open-disc-compose-publish-target-info-club-icon.support-open-disc-club-icon-tone{background:#4f46e524;border-radius:999px}.support-open-disc-compose-publish-target-info-club-icon.support-open-disc-club-icon-tone .support-open-disc-dropdown-club-icon{color:#4f46e5}[data-theme=dark] .support-open-disc-audience-icon--wall{background:#0d948838;color:#5eead4}[data-theme=dark] .support-open-disc-audience-icon--public{background:#1d4ed83d;color:#60a5fa}[data-theme=dark] .support-open-disc-audience-icon--followers{background:#7c3aed3d;color:#c4b5fd}[data-theme=dark] .support-open-disc-audience-icon--selected{background:#0596693d;color:#6ee7b7}[data-theme=dark] .support-open-disc-audience-icon--hide-selected{background:#ea580c3d;color:#fdba74}[data-theme=dark] .support-open-disc-audience-icon--only-me{background:#e11d483d;color:#fda4af}[data-theme=dark] .support-open-disc-audience-icon--club{background:#4f46e542;color:#a5b4fc}[data-theme=dark] .support-open-disc-compose-publish-target-info-club-icon.support-open-disc-club-icon-tone{background:#4f46e542}[data-theme=dark] .support-open-disc-compose-publish-target-info-club-icon.support-open-disc-club-icon-tone .support-open-disc-dropdown-club-icon{color:#a5b4fc}@media (max-width:860px){.support-open-disc-compose-audience-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.support-open-disc-compose-audience-picker-grid{grid-template-columns:minmax(0,1fr)}}.support-open-disc-compose-title-club-meta{align-items:center;display:inline-flex;flex-wrap:wrap;gap:8px;min-width:0}.support-open-disc-compose-title-club-copy{white-space:nowrap}.support-open-disc-compose-title-club-separator{color:#cbd5e1;-webkit-user-select:none;user-select:none}.support-open-disc-compose-title-row .support-open-disc-compose-club-picker-link{max-width:min(240px,35vw)}.support-open-disc-compose-title-row .support-open-disc-compose-club-picker-browse,.support-open-disc-compose-title-row .support-open-disc-new-club-prompt,.support-open-disc-compose-title-row button.notb-btn.support-open-disc-compose-club-picker-browse[data-notb],.support-open-disc-compose-title-row button.notb-btn.support-open-disc-new-club-prompt[data-notb]{color:#8b5a2b!important;color:var(--brand-600,#8b5a2b)!important;font-weight:400!important;margin:0;min-height:0;min-height:auto;padding:0!important}.support-open-disc-compose-title-row button.notb-btn.support-open-disc-compose-club-picker-browse[data-notb] .notb-btn__label,.support-open-disc-compose-title-row button.notb-btn.support-open-disc-new-club-prompt[data-notb] .notb-btn__label{color:#8b5a2b!important;color:var(--brand-600,#8b5a2b)!important;font-weight:400!important}[data-theme=dark] .support-open-disc-compose-title-club-separator{color:#475569}[data-theme=dark] .support-open-disc-compose-publish-target-label{color:#94a3b8}[data-theme=dark] .support-open-disc-compose-publish-target-info{background:#b8733324;border-color:#c9863f59;color:#e8d4c0;color:var(--brand-200,#e8d4c0)}[data-theme=dark] .support-open-disc-compose-publish-target-info strong{color:#d8b08a;color:var(--brand-300,#d8b08a)}[data-theme=dark] .support-open-disc-compose-publish-target-info-author-avatar{border-color:#c9863f5c}[data-theme=dark] .support-open-disc-compose-publish-target-info-author-avatar--anonymous{background:#334155;color:#cbd5e1}[data-theme=dark] .support-open-disc-compose-publish-target-info-club{background:#b8733338}[data-theme=dark] .support-open-disc-compose-publish-target-info-club-name{color:#d8b08a;color:var(--brand-300,#d8b08a)}[data-theme=dark] .support-open-disc-compose-publish-tile{background:#0f172a8c;border-color:#475569e6}[data-theme=dark] .support-open-disc-compose-publish-tile.is-active{background:#b8733333}[data-theme=dark] .support-open-disc-compose-publish-tile-title{color:#f8fafc}[data-theme=dark] .support-open-disc-compose-publish-tile-icon{background:#b8733347;color:#f8fafc}[data-theme=dark] .support-open-disc-compose-publish-tile-icon.support-open-disc-audience-icon--public{background:#1d4ed83d;color:#60a5fa}[data-theme=dark] .support-open-disc-compose-publish-tile-icon.support-open-disc-audience-icon--followers{background:#7c3aed3d;color:#c4b5fd}[data-theme=dark] .support-open-disc-compose-publish-tile-icon.support-open-disc-audience-icon--selected{background:#0596693d;color:#6ee7b7}[data-theme=dark] .support-open-disc-compose-publish-tile-icon.support-open-disc-audience-icon--hide-selected{background:#ea580c3d;color:#fdba74}[data-theme=dark] .support-open-disc-compose-publish-tile-icon.support-open-disc-audience-icon--only-me{background:#e11d483d;color:#fda4af}[data-theme=dark] .support-open-disc-compose-publish-tile-icon.support-open-disc-audience-icon--club{background:#4f46e542;color:#a5b4fc}[data-theme=dark] .support-open-disc-compose-club-picker-tile-icon.support-open-disc-audience-icon--public{background:#1d4ed83d;color:#60a5fa}[data-theme=dark] .support-open-disc-compose-club-picker-tile-icon.support-open-disc-audience-icon--followers{background:#7c3aed3d;color:#c4b5fd}[data-theme=dark] .support-open-disc-compose-club-picker-tile-icon.support-open-disc-audience-icon--selected{background:#0596693d;color:#6ee7b7}[data-theme=dark] .support-open-disc-compose-club-picker-tile-icon.support-open-disc-audience-icon--hide-selected{background:#ea580c3d;color:#fdba74}[data-theme=dark] .support-open-disc-compose-club-picker-tile-icon.support-open-disc-audience-icon--only-me{background:#e11d483d;color:#fda4af}[data-theme=dark] .support-open-disc-compose-club-picker-tile-icon.support-open-disc-audience-icon--club{background:#4f46e542;color:#a5b4fc}.support-open-disc-new-topic--create-page .support-field input,.support-open-disc-new-topic--create-page .support-open-disc-new-club-input,.support-open-disc-new-topic--create-page .support-open-disc-post-link-input{background:#fff;border:1px solid #cbd5e1f2;border-radius:var(--od-create-control-radius);box-sizing:border-box;font-size:.875rem;height:var(--od-create-control-h);min-height:var(--od-create-control-h);padding:0 12px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.support-open-disc-new-topic--create-page .support-field input:focus,.support-open-disc-new-topic--create-page .support-open-disc-new-club-input:focus,.support-open-disc-new-topic--create-page .support-open-disc-post-link-input:focus{border-color:#b87333;border-color:var(--brand-500,#b87333);box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338);outline:none}.support-open-disc-new-topic--create-page .reusable-dropdown{display:block;width:100%}.support-open-disc-new-topic--create-page .reusable-dropdown-text{border:1px solid #cbd5e1f2;border-radius:var(--od-create-control-radius);box-sizing:border-box;font-size:.9375rem;height:var(--od-create-control-h);min-height:var(--od-create-control-h);padding:0 12px;width:100%}.support-open-disc-new-topic--create-page .reusable-dropdown-text:hover,.support-open-disc-new-topic--create-page .reusable-dropdown.open .reusable-dropdown-text{border-color:#c9863f;border-color:var(--brand-400,#c9863f)}.support-open-disc-new-topic--create-page .reusable-dropdown.open .reusable-dropdown-text{border-color:#b87333;border-color:var(--brand-500,#b87333);box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338)}.support-open-disc-new-topic--create-page .support-open-disc-new-club-prompt,.support-open-disc-new-topic--create-page button.notb-btn.support-open-disc-new-club-prompt[data-notb]{align-self:flex-end;color:#8b5a2b;color:var(--brand-600,#8b5a2b);margin:0;min-height:var(--od-create-control-h);padding:0 16px!important}.support-open-disc-new-topic--create-page .support-open-disc-new-club-prompt:hover{background:#faf6f1;background:var(--brand-50,#faf6f1);color:#7a4e28;color:var(--brand-700,#7a4e28)}.support-open-disc-new-topic--create-page button.notb-btn.support-open-disc-add-club-btn[data-notb],.support-open-disc-new-topic--create-page button.notb-btn.support-open-disc-new-club-prompt[data-notb]{color:#8b5a2b!important;color:var(--brand-600,#8b5a2b)!important;font-weight:700!important}.support-open-disc-new-topic--create-page button.notb-btn.support-open-disc-add-club-btn[data-notb]:focus-visible:not(:disabled),.support-open-disc-new-topic--create-page button.notb-btn.support-open-disc-add-club-btn[data-notb]:hover:not(:disabled):not([aria-disabled=true]),.support-open-disc-new-topic--create-page button.notb-btn.support-open-disc-new-club-prompt[data-notb]:focus-visible:not(:disabled),.support-open-disc-new-topic--create-page button.notb-btn.support-open-disc-new-club-prompt[data-notb]:hover:not(:disabled):not([aria-disabled=true]){background:#faf6f1!important;background:var(--brand-50,#faf6f1)!important;color:#7a4e28!important;color:var(--brand-700,#7a4e28)!important;outline-color:#b8733373!important;outline-color:var(--brand-focus-ring,#b8733373)!important}.support-open-disc-new-topic--create-page .support-open-disc-new-club{background:#faf6f1;background:var(--brand-50,#faf6f1);border-color:#c9863f59}.support-open-disc-new-topic--create-page .support-open-disc-new-club-collapse{border-bottom-color:#c9863f47;color:#7a4e28;color:var(--brand-700,#7a4e28)}.support-open-disc-new-topic--create-page .support-open-disc-new-club-input:focus{border-color:#b87333;border-color:var(--brand-500,#b87333);box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338)}.support-open-disc-new-topic--create-page .support-open-disc-new-club-inline{align-items:center}.support-open-disc-new-topic--create-page .support-open-disc-add-club-btn{min-height:var(--od-create-control-h)}.support-open-disc-new-topic--create-page.support-comments{--cnr-compose-bubble-bg:#fff;--cnr-compose-bubble-border:#cbd5e1f2}.support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor{--wfm-editor-frame-border:#cbd5e1f2;--wfm-editor-frame-bg:#fff;--wfm-editor-input-bg:var(--wfm-editor-frame-bg);background:var(--wfm-editor-frame-bg);border:1px solid var(--wfm-editor-frame-border);border-radius:var(--od-create-control-radius);display:flex;flex-direction:column;gap:0;overflow:hidden}.support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor__rich-shell{display:flex;flex-direction:column;min-width:0;width:100%}.support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__markdown-composer,.support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__markdown-input,.support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__rich-composer,.support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__rich-composer .wfm-text-editor__toolbar,.support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__surface--rich,.support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__surface-bottom-bar,.support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__surface-wrap{background:#fff}.support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__markdown-input,.support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__rich-composer{border:none;border-radius:0;box-shadow:none}@media (min-width:768px){.support-open-disc-new-topic--create-page .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor,.support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor{min-height:0}.support-open-disc-new-topic--create-page .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor__rich-composer,.support-open-disc-new-topic--create-page .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor__rich-shell,.support-open-disc-new-topic--create-page .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor__surface-wrap,.support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor__rich-composer,.support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor__rich-shell,.support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor__surface-wrap{flex:0 1 auto;min-height:auto;overflow:visible}.support-open-disc-new-topic--create-page .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor__surface--rich,.support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor__surface--rich{flex:0 0 auto;height:auto;min-height:calc(1.25rem + 3.1em);overflow-y:visible;resize:none}}@media (hover:none) and (pointer:coarse){.support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor:not(.wfm-text-editor--mobile-expanded) .wfm-text-editor__surface--rich{font-size:16px;line-height:1.55;min-height:calc(1.25rem + 3.1em)}.support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor:not(.wfm-text-editor--mobile-expanded) .wfm-text-editor__surface--show-hidden-toolbar-placeholder:before{font-size:16px;line-height:1.55}}.support-open-disc-new-topic--create-page .support-open-disc-field--title{margin-bottom:22px}.support-open-disc-new-topic--create-page .support-open-disc-field--details{margin-bottom:6px}.support-open-disc-new-topic--create-page .support-open-disc-field--details-club .support-open-disc-post-details-compose{margin-top:0;max-width:100%;width:100%}.support-open-disc-new-topic--create-page .support-open-disc-field--details-club .support-open-disc-post-details-compose>.wfm-text-editor{background:#0000;border:none;box-shadow:none;gap:0;min-height:0;overflow:visible}.support-open-disc-new-topic--create-page .support-open-disc-field--details-club .support-open-disc-post-details-compose>.wfm-text-editor .wfm-text-editor__rich-composer{background:#fff;border:1px solid #cbd5e1f2;border-radius:10px;border-radius:var(--od-create-control-radius,10px);box-shadow:none;min-height:0;overflow:hidden}.support-open-disc-new-topic--create-page .support-open-disc-field--details-club .support-open-disc-post-details-compose>.wfm-text-editor .wfm-text-editor__rich-composer:focus-within{border-color:#b87333;border-color:var(--brand-500,#b87333);box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338)}.support-open-disc-new-topic--create-page .support-open-disc-field--details-club .support-open-disc-post-details-compose>.wfm-text-editor .wfm-text-editor__surface-wrap{background:#fff}.support-open-disc-new-topic--create-page .support-open-disc-field--details-club .support-open-disc-post-details-compose>.wfm-text-editor .wfm-text-editor__rich-composer--toolbar-collapsed .wfm-text-editor__surface-wrap{border-radius:10px;border-radius:var(--od-create-control-radius,10px)}.support-open-disc-new-topic--create-page .support-open-disc-field--details-club .support-open-disc-post-details-compose>.wfm-text-editor .wfm-text-editor__surface-bottom-bar{display:flex!important}[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-field--details-club .support-open-disc-post-details-compose>.wfm-text-editor .wfm-text-editor__rich-composer{background:#1a1a1a;border-color:#525252f2}[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-field--details-club .support-open-disc-post-details-compose>.wfm-text-editor .wfm-text-editor__surface-wrap{background:#1a1a1a}.support-open-disc-new-topic--create-page .support-open-disc-field--details+.support-open-disc-post-media-row{margin-top:12px}.support-open-disc-new-topic--create-page .support-open-disc-post-media-row{align-items:stretch;flex-direction:column;gap:10px;max-width:100%;width:100%}.support-open-disc-new-topic--create-page .support-open-disc-post-media-row .support-open-disc-dropzone--media{max-width:100%;min-width:0;width:100%}.support-open-disc-new-topic--create-page .support-open-disc-dropzone,.support-open-disc-new-topic--create-page .support-open-disc-dropzone--club-icon,.support-open-disc-new-topic--create-page .support-open-disc-dropzone--media{align-items:center;background:#faf6f1;background:var(--brand-50,#faf6f1);border-color:#c9863f66;border-radius:var(--od-create-control-radius);box-sizing:border-box;display:flex;gap:10px;height:auto;min-height:var(--od-create-control-h);min-width:0;padding:10px 14px;width:100%}.support-open-disc-new-topic--create-page .support-open-disc-dropzone-icon{color:#8b5a2b;color:var(--brand-600,#8b5a2b);flex-shrink:0;height:1.15rem;width:1.15rem}.support-open-disc-new-topic--create-page .support-open-disc-dropzone-text{color:#7a4e28;color:var(--brand-700,#7a4e28);flex:1 1;font-size:.875rem;line-height:1.4;min-width:0;overflow-wrap:break-word;white-space:normal}@media (max-width:520px){.support-open-disc-new-topic--create-page .support-open-disc-dropzone,.support-open-disc-new-topic--create-page .support-open-disc-dropzone--club-icon,.support-open-disc-new-topic--create-page .support-open-disc-dropzone--media{align-items:center;flex-direction:column;gap:8px;justify-content:center;text-align:center}.support-open-disc-new-topic--create-page .support-open-disc-dropzone-text{flex:none;width:100%}}.support-open-disc-add-labels-row--create-page{display:flex;justify-content:center;width:100%}.support-open-disc-compose-article-extras{display:flex;flex-direction:column;gap:14px;margin-bottom:12px;margin-top:8px;width:100%}.support-open-disc-compose-article-extras .support-open-disc-field{gap:6px;margin:0}.support-open-disc-compose-article-extra-label,.support-open-disc-compose-article-extras .support-open-disc-field>span{color:#475569;font-size:.875rem;font-weight:400}.support-open-disc-compose-article-extras .support-open-disc-post-link-input{box-sizing:border-box;min-width:0;width:100%}.support-open-disc-compose-article-labels-chips{margin:0;max-width:100%}.support-open-disc-new-topic--create-page .support-open-disc-compose-article-extras .support-open-disc-add-labels-inner button.notb-btn.support-open-disc-add-labels-btn[data-notb]{background:#0000!important;border:none!important;border-radius:0!important;box-shadow:none!important;color:#64748b!important;flex:1 1;font-size:.9375rem!important;font-weight:500!important;height:auto;justify-content:flex-start!important;line-height:1.35!important;min-height:var(--od-create-control-h);min-width:0;padding:0 12px!important;transition:color .15s ease,background-color .15s ease}.support-open-disc-new-topic--create-page .support-open-disc-compose-article-extras .support-open-disc-add-labels-inner button.notb-btn.support-open-disc-add-labels-btn[data-notb]:focus-visible:not(:disabled),.support-open-disc-new-topic--create-page .support-open-disc-compose-article-extras .support-open-disc-add-labels-inner button.notb-btn.support-open-disc-add-labels-btn[data-notb]:hover:not(:disabled):not([aria-disabled=true]),.support-open-disc-new-topic--create-page .support-open-disc-compose-article-extras .support-open-disc-add-labels-inner:hover button.notb-btn.support-open-disc-add-labels-btn[data-notb]:not(:disabled):not([aria-disabled=true]){background:#faf6f1!important;background:var(--brand-50,#faf6f1)!important;border:none!important;box-shadow:none!important;color:#7a4e28!important;color:var(--brand-700,#7a4e28)!important}.support-open-disc-new-topic--create-page .support-open-disc-compose-article-extras .support-open-disc-add-labels-inner .notb-btn__icon{color:#8b5a2b;color:var(--brand-600,#8b5a2b)}.support-open-disc-add-labels-inner{align-items:stretch;background:#fff;border:1px solid #cbd5e1f2;border-radius:var(--od-create-control-radius);box-sizing:border-box;display:flex;min-height:var(--od-create-control-h);overflow:hidden;transition:border-color .15s ease,background-color .15s ease;width:100%}.support-open-disc-add-labels-inner:hover{background:#faf6f1;background:var(--brand-50,#faf6f1);border-color:#c9863f66}.support-open-disc-add-labels-inner:focus-within{background:#faf6f1;background:var(--brand-50,#faf6f1);border-color:#c9863f73;box-shadow:none;outline:none}.support-open-disc-new-topic--create-page .support-open-disc-post-media-row .support-open-disc-add-labels-inner button.notb-btn.support-open-disc-add-labels-btn[data-notb]{background:#0000!important;border:none!important;border-radius:0!important;box-shadow:none!important;color:#64748b!important;flex:1 1;font-size:.9375rem!important;font-weight:500!important;height:auto;justify-content:center!important;line-height:1.35!important;min-height:var(--od-create-control-h);min-width:0;padding:0 12px!important;transition:color .15s ease,background-color .15s ease}.support-open-disc-new-topic--create-page .support-open-disc-post-media-row .support-open-disc-add-labels-inner button.notb-btn.support-open-disc-add-labels-btn[data-notb]:focus-visible:not(:disabled),.support-open-disc-new-topic--create-page .support-open-disc-post-media-row .support-open-disc-add-labels-inner button.notb-btn.support-open-disc-add-labels-btn[data-notb]:hover:not(:disabled):not([aria-disabled=true]),.support-open-disc-new-topic--create-page .support-open-disc-post-media-row .support-open-disc-add-labels-inner:hover button.notb-btn.support-open-disc-add-labels-btn[data-notb]:not(:disabled):not([aria-disabled=true]){background:#faf6f1!important;background:var(--brand-50,#faf6f1)!important;border:none!important;box-shadow:none!important;color:#7a4e28!important;color:var(--brand-700,#7a4e28)!important}.support-open-disc-new-topic--create-page .support-open-disc-post-media-row .support-open-disc-add-labels-inner .notb-btn__icon{color:#8b5a2b;color:var(--brand-600,#8b5a2b)}.support-open-disc-add-labels-inner>.tooltip-container{display:flex;flex-shrink:0}.support-open-disc-add-labels-info-btn{align-items:center;background:#0000;border:none;border-left:1px solid #cbd5e1f2;color:#8b5a2b;color:var(--brand-600,#8b5a2b);cursor:pointer;display:inline-flex;flex-shrink:0;justify-content:center;min-height:var(--od-create-control-h);padding:0;transition:color .15s ease,background-color .15s ease;width:44px}.support-open-disc-add-labels-info-btn:focus-visible,.support-open-disc-add-labels-info-btn:hover{background:#faf6f1;background:var(--brand-50,#faf6f1);color:#7a4e28;color:var(--brand-700,#7a4e28);outline:none}.support-open-disc-add-labels-info-btn svg{height:1.15rem;width:1.15rem}.support-open-disc-new-topic--create-page .support-open-disc-compose-actions{margin-top:12px;max-width:100%;padding-top:0}.support-open-disc-new-topic--create-page .support-open-disc-notify-opt--create-page.rc-checkbox{max-width:100%}.support-open-disc-compose-footer--create-page .support-open-disc-create-compose-post.rb-btn--solid.rb--brand,.support-open-disc-new-topic--create-page .support-open-disc-create-compose-post.rb-btn--solid.rb--brand{background:#b87333;background:var(--brand-500,#b87333);border-color:#b87333;border-color:var(--brand-500,#b87333);color:#f5ebe0;color:var(--brand-100,#f5ebe0)}.support-open-disc-compose-footer--create-page .support-open-disc-create-compose-post.rb-btn--solid.rb--brand:hover:not(:disabled),.support-open-disc-new-topic--create-page .support-open-disc-create-compose-post.rb-btn--solid.rb--brand:hover:not(:disabled){background:#8b5a2b;background:var(--brand-600,#8b5a2b);border-color:#8b5a2b;border-color:var(--brand-600,#8b5a2b);color:#f5ebe0;color:var(--brand-100,#f5ebe0)}[data-theme=dark] .support-open-disc-compose-footer--create-page .support-open-disc-create-compose-cancel-text.notb-btn[data-notb]{color:#d4a574;color:var(--brand-300,#d4a574)}[data-theme=dark] .support-open-disc-compose-footer--create-page .support-open-disc-create-compose-cancel-text.notb-btn[data-notb]:hover:not(:disabled):not([aria-disabled=true]){color:#faf6f1;color:var(--brand-50,#faf6f1)}[data-theme=dark] .support-open-disc-compose-footer--create-page .support-open-disc-create-compose-post.rb-btn--solid.rb--brand,[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-create-compose-post.rb-btn--solid.rb--brand{background:#8b5a2b;background:var(--brand-600,#8b5a2b);border-color:#b87333;border-color:var(--brand-500,#b87333);color:#f5ebe0;color:var(--brand-100,#f5ebe0)}[data-theme=dark] .support-open-disc-compose-footer--create-page .support-open-disc-create-compose-post.rb-btn--solid.rb--brand:hover:not(:disabled),[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-create-compose-post.rb-btn--solid.rb--brand:hover:not(:disabled){background:#b87333;background:var(--brand-500,#b87333);border-color:#c9863f;border-color:var(--brand-400,#c9863f);color:#faf6f1;color:var(--brand-50,#faf6f1)}.support-open-disc-compose-autosave-hint{font-size:.8125rem;margin:0 0 8px}.support-open-disc-compose-autosave-hint-slot{flex-shrink:0;min-height:calc(1.1375rem + 8px)}.support-open-disc-compose-actions,.support-open-disc-compose-actions--create-page{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.support-open-disc-topic-draft-badge{align-items:center;background:#fff4d6;border:1px solid #f0d48a;border-radius:999px;color:#8a5a00;display:inline-flex;font-size:.6875rem;font-weight:600;letter-spacing:.02em;margin-left:8px;padding:2px 8px;text-transform:uppercase;vertical-align:middle}[data-theme=dark] .support-open-disc-topic-draft-badge{background:#b873332e;border-color:#c9863f73;color:#ffd978}@media (max-width:720px){.support-open-disc-new-topic--create-page{border-radius:14px;padding:18px 16px 22px}}[data-theme=dark] .support-open-disc-new-topic--create-page,[data-theme=dark] .support-open-disc-new-topic--create-page.support-comments.support-comments--article{background:#0000;border:none;box-shadow:none}[data-theme=dark] .support-open-disc-create-page-head{border-bottom:none}[data-theme=dark] .support-open-disc-create-page-title{color:#f5f5f5}[data-theme=dark] .support-open-disc-new-topic--create-page .reusable-dropdown-text,[data-theme=dark] .support-open-disc-new-topic--create-page .support-field input,[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-new-club-input,[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-post-link-input{background:#1a1a1a;border-color:#525252f2;color:#f5f5f5}[data-theme=dark] .support-open-disc-compose-article-extra-label,[data-theme=dark] .support-open-disc-compose-article-extras .support-open-disc-field>span{color:#cbd5e1}[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-compose-article-extras .support-open-disc-add-labels-inner button.notb-btn.support-open-disc-add-labels-btn[data-notb]{color:#94a3b8!important}[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-compose-article-extras .support-open-disc-add-labels-inner button.notb-btn.support-open-disc-add-labels-btn[data-notb]:focus-visible:not(:disabled),[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-compose-article-extras .support-open-disc-add-labels-inner button.notb-btn.support-open-disc-add-labels-btn[data-notb]:hover:not(:disabled):not([aria-disabled=true]),[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-compose-article-extras .support-open-disc-add-labels-inner:hover button.notb-btn.support-open-disc-add-labels-btn[data-notb]:not(:disabled){background:#b8733333!important;color:#f8fafc!important}[data-theme=dark] .support-open-disc-add-labels-inner{background:#1a1a1a;border-color:#525252f2}[data-theme=dark] .support-open-disc-add-labels-inner:focus-within,[data-theme=dark] .support-open-disc-add-labels-inner:hover{background:#b8733324;border-color:#b8733373;box-shadow:none}[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-post-media-row .support-open-disc-add-labels-inner button.notb-btn.support-open-disc-add-labels-btn[data-notb]{background:#0000!important;color:#94a3b8!important}[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-post-media-row .support-open-disc-add-labels-inner button.notb-btn.support-open-disc-add-labels-btn[data-notb]:focus-visible:not(:disabled),[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-post-media-row .support-open-disc-add-labels-inner button.notb-btn.support-open-disc-add-labels-btn[data-notb]:hover:not(:disabled):not([aria-disabled=true]),[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-post-media-row .support-open-disc-add-labels-inner:hover button.notb-btn.support-open-disc-add-labels-btn[data-notb]:not(:disabled){background:#b8733324!important;color:#d4a574!important;color:var(--brand-300,#d4a574)!important}[data-theme=dark] .support-open-disc-add-labels-info-btn{border-left-color:#525252f2;color:#c9863f;color:var(--brand-400,#c9863f)}[data-theme=dark] .support-open-disc-add-labels-info-btn:focus-visible,[data-theme=dark] .support-open-disc-add-labels-info-btn:hover{background:#b8733324;color:#d4a574;color:var(--brand-300,#d4a574)}[data-theme=dark] .support-open-disc-new-topic--create-page.support-comments{--cnr-compose-bubble-bg:#1a1a1a;--cnr-compose-bubble-border:#525252f2}[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor{--wfm-editor-frame-border:#525252f2;--wfm-editor-frame-bg:#1a1a1a;--wfm-editor-input-bg:#1a1a1a}[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__markdown-composer,[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__markdown-input,[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__rich-composer,[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__rich-composer .wfm-text-editor__toolbar,[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__surface--rich,[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__surface-bottom-bar,[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__surface-wrap{background:#1a1a1a}[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-new-club{background:#2a2218;background:var(--od-new-club-panel-bg-dark,#2a2218);border-color:#c9863f73}[data-theme=dark] .support-open-disc-new-club .support-open-disc-dropzone--club-icon{background:#1a1a1a;border-color:#525252f2}[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-dropzone{background:#8b5a2b1a}[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-new-club .support-open-disc-dropzone--club-icon{background:#1a1a1a;border-color:#525252f2}[data-theme=dark] .support-open-disc-new-topic--create-page button.notb-btn.support-open-disc-add-club-btn[data-notb],[data-theme=dark] .support-open-disc-new-topic--create-page button.notb-btn.support-open-disc-new-club-prompt[data-notb]{color:#d4956a!important;color:var(--brand-300,#d4956a)!important}[data-theme=dark] .support-open-disc-new-topic--create-page button.notb-btn.support-open-disc-add-club-btn[data-notb]:hover:not(:disabled):not([aria-disabled=true]),[data-theme=dark] .support-open-disc-new-topic--create-page button.notb-btn.support-open-disc-new-club-prompt[data-notb]:hover:not(:disabled):not([aria-disabled=true]){background:#8b5a2b2e!important;color:#e8c9a8!important;color:var(--brand-200,#e8c9a8)!important}.support-open-disc-thread{box-sizing:border-box;margin:0 auto;max-width:min(1220px,calc(100vw - 56px));overflow:visible;padding:0 6px;width:100%}@media (max-width:720px){.support-open-disc--clubs-page,.support-open-disc--home,.support-open-disc--moderation,.support-open-disc-thread{max-width:100%;padding-left:0;padding-right:0}.support-open-disc-hero-inner{padding:20px 14px 18px}.support-open-disc-topic,.support-open-disc-topic--skeleton{padding-left:12px;padding-right:12px}}.support-open-disc-thread-layout{grid-gap:28px 36px;align-items:start;display:grid;gap:28px 36px;grid-template-columns:minmax(0,1fr) minmax(280px,320px)}.support-open-disc-thread-main{margin:0 auto;max-width:860px;min-width:0;width:100%}.support-open-disc-thread-post-card{background:#fff;border:1px solid #e2e8f0f2;border-radius:18px;overflow:hidden;padding:0}.support-open-disc-thread-post-section{background:#fff}.support-open-disc-thread-post-section--content{padding:16px}.support-open-disc-thread-post-section--comment-tools{padding:4px 16px}.support-open-disc-thread-post-section--comments{padding:0 16px 16px}.support-open-disc-thread-post-card .support-open-disc-comment-tools{background:#fff;margin:0}.support-open-disc-thread-post-card .support-comments.support-open-disc-thread-post-comments,.support-open-disc-thread-post-card .support-comments.support-open-disc-thread-post-comments.support-comments--article{background:#fff;border:none;border-radius:0;box-shadow:none;margin-top:0;padding:6px 0 4px}.support-open-disc-thread-aside{min-width:0;position:-webkit-sticky;position:sticky;top:12px}.support-open-disc-thread-body--wide{max-width:none}.support-open-disc-search--grow{flex:1 1;max-width:none;min-width:200px}.support-open-disc-comment-search{grid-gap:8px;align-items:center;display:grid;flex:0 0 auto;gap:8px;grid-template-columns:32px 0fr;min-width:32px;transition:grid-template-columns .32s cubic-bezier(.4,0,.2,1)}.support-open-disc-comment-search.is-open{flex:1 1 auto;grid-template-columns:32px 1fr;max-width:100%;min-width:0}.support-open-disc-comment-search-trigger{align-items:center;background:#0000;border:none;border-radius:8px;color:#b87333;color:var(--brand-500,#b87333);cursor:pointer;display:inline-flex;flex-shrink:0;font-size:1.15rem;height:32px;justify-content:center;padding:0;transition:color .15s ease;width:32px}.support-open-disc-comment-search-trigger:hover{background:#0000;color:#7a4e28;color:var(--brand-700,#7a4e28)}.support-open-disc-comment-search-trigger:focus-visible{box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338);outline:none}.support-open-disc-comment-search-field{align-items:center;display:flex;min-width:0;overflow:hidden;position:relative}.support-open-disc-comment-search.is-open .support-open-disc-comment-search-field{overflow:visible}.support-open-disc-comment-search-input{background:#fffffff2;border:1px solid #cbd5e1f2;border-radius:14px;box-shadow:0 1px 3px #0f172a0a;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:.95rem;min-width:0;opacity:0;outline:none;padding:12px 2rem 12px 14px;pointer-events:none;transition:opacity .22s ease .06s,border-color .15s ease,box-shadow .15s ease;width:100%}.support-open-disc-comment-search.is-open .support-open-disc-comment-search-input{opacity:1;pointer-events:auto}.support-open-disc-comment-search-input::placeholder{color:#6b7280}.support-open-disc-comment-search-input:focus{border-color:#b87333;border-color:var(--brand-500,#b87333);box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338)}.support-open-disc-comment-search-clear{align-items:center;background:#0000;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:inline-flex;font-size:.95rem;height:24px;justify-content:center;padding:0;position:absolute;right:6px;top:50%;transform:translateY(-50%);transition:background .15s ease,color .15s ease;width:24px}.support-open-disc-comment-search-clear:hover{background:#0f172a0f;color:#334155}.support-open-disc-comment-search-clear:focus-visible{box-shadow:0 0 0 2px #b8733338;box-shadow:0 0 0 2px var(--brand-focus-ring,#b8733338);outline:none}.support-open-disc-topic-searchbox{--wfm-searchbox-icon:#6b7280;--wfm-searchbox-border:#d1d5db;--wfm-searchbox-placeholder:#6b7280;--wfm-searchbox-focus-border:var(--brand-500,#b87333);--wfm-searchbox-focus-ring:var(--brand-focus-ring,#b8733338);width:100%}[data-theme=dark] .support-open-disc-topic-searchbox{--wfm-searchbox-icon:#94a3b8;--wfm-searchbox-border:#64748b8c;--wfm-searchbox-placeholder:#94a3b8;--wfm-searchbox-focus-border:var(--brand-400,#c9863f);--wfm-searchbox-focus-ring:#c9863f47}.support-open-disc-aside-card{background:linear-gradient(165deg,#fff,#fafbfd);border:1px solid #e2e8f0f2;border-radius:14px;box-shadow:inset 0 1px 0 #ffffffe6;margin-bottom:14px;padding:14px 16px 16px}.support-open-disc-aside-card--tip{background:#eff6ff73;border-color:#bfdbfea6}.support-open-disc-aside-card h3{align-items:center;color:#64748b;display:flex;font-size:.72rem;font-weight:700;gap:8px;letter-spacing:.06em;margin:0 0 8px;text-transform:uppercase}.support-open-disc-aside-hicon{flex-shrink:0;font-size:.95rem;opacity:.88}.support-open-disc-aside-cat{align-items:center;color:#0f172a;display:flex;font-size:.9rem;font-weight:600;gap:8px;margin:0 0 10px}.support-open-disc-aside-cat-thumb{border:1px solid #e2e8f0f2;border-radius:8px;flex-shrink:0;height:28px;object-fit:cover;width:28px}.support-open-disc-aside-cat-icon{color:#6366f1;flex-shrink:0;font-size:1rem}.support-open-disc-aside-cat span{min-width:0}.support-open-disc-aside-blurb{line-height:1.35;margin:0 0 10px}.support-open-disc-aside-stats{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.support-open-disc-aside-stats li{align-items:baseline;color:#64748b;display:flex;font-size:.82rem;gap:12px;justify-content:space-between}.support-open-disc-aside-stats strong{font-feature-settings:"tnum";color:#0f172a;font-size:.95rem;font-variant-numeric:tabular-nums;font-weight:700}.support-open-disc-aside-link,.support-open-disc-aside-list{display:flex;flex-direction:column;gap:6px}.support-open-disc-aside-link{align-items:stretch;background:#ffffffd9;border:1px solid #f1f5f9fa;border-radius:10px;cursor:pointer;padding:10px;text-align:left;transition:background .15s ease,border-color .15s ease;width:100%}.support-open-disc-aside-link:hover{background:#eff6ffa6;border-color:#bfdbfebf}.support-open-disc-aside-link-main{align-items:flex-start;display:flex;gap:8px;min-width:0}.support-open-disc-aside-link-thumb{border:1px solid #e2e8f0f2;border-radius:8px;flex-shrink:0;height:26px;object-fit:cover;width:26px}.support-open-disc-aside-link-thumb--placeholder{align-items:center;background:#f1f5f9f2;color:#6366f1;display:inline-flex;font-size:.85rem;justify-content:center}.support-open-disc-aside-link-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#0f172a;display:-webkit-box;flex:1 1;font-size:.82rem;font-weight:600;line-height:1.35;min-width:0;overflow:hidden}.support-open-disc-aside-link-meta{align-items:center;color:#64748b;display:flex;font-size:.72rem;font-weight:600;gap:12px}.support-open-disc-aside-link-meta span{align-items:center;display:inline-flex;gap:4px}.support-open-disc-aside-tips{color:#475569;font-size:.78rem;line-height:1.45;margin:0;padding-left:1.1rem}.support-open-disc-aside-tips li{margin-bottom:6px}.support-open-disc-aside-tips code{background:#f1f5f9f2;border-radius:4px;font-size:.85em;padding:1px 4px}@media (max-width:960px){.support-open-disc-thread-layout{grid-template-columns:1fr}.support-open-disc-thread-aside{position:static}}.support-open-disc-back{align-items:center;display:inline-flex;gap:6px;margin-bottom:12px}:is(button,a).notb-btn.support-open-disc-back[data-notb],:is(button,a).notb-btn.support-open-disc-create-page-back[data-notb]{--accent:var(--brand-600,#8b5a2b);color:#334155!important;color:var(--rb-text,#334155)!important;font-size:.8125rem!important;font-weight:400!important;line-height:1.35!important;text-decoration:none!important}:is(button,a).notb-btn.support-open-disc-back[data-notb]:focus-visible:not(:disabled):not([aria-disabled=true]),:is(button,a).notb-btn.support-open-disc-back[data-notb]:hover:not(:disabled):not([aria-disabled=true]),:is(button,a).notb-btn.support-open-disc-create-page-back[data-notb]:focus-visible:not(:disabled):not([aria-disabled=true]),:is(button,a).notb-btn.support-open-disc-create-page-back[data-notb]:hover:not(:disabled):not([aria-disabled=true]){background:#0000!important;color:#8b5a2b!important;color:var(--brand-600,#8b5a2b)!important;font-size:.8125rem!important;font-weight:400!important;line-height:1.35!important;text-decoration:none!important;transform:none!important}:is(button,a).notb-btn.support-open-disc-back[data-notb] .notb-btn__icon,:is(button,a).notb-btn.support-open-disc-back[data-notb] .notb-btn__label,:is(button,a).notb-btn.support-open-disc-create-page-back[data-notb] .notb-btn__icon,:is(button,a).notb-btn.support-open-disc-create-page-back[data-notb] .notb-btn__label{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}[data-theme=dark] :is(button,a).notb-btn.support-open-disc-back[data-notb],[data-theme=dark] :is(button,a).notb-btn.support-open-disc-create-page-back[data-notb]{--accent:var(--brand-300,#d4956a);color:#cbd5e1!important;color:var(--rb-text,#cbd5e1)!important}[data-theme=dark] :is(button,a).notb-btn.support-open-disc-back[data-notb]:hover:not(:disabled):not([aria-disabled=true]),[data-theme=dark] :is(button,a).notb-btn.support-open-disc-create-page-back[data-notb]:hover:not(:disabled):not([aria-disabled=true]){color:#d4956a!important;color:var(--brand-300,#d4956a)!important;font-size:.8125rem!important;font-weight:400!important;line-height:1.35!important}button.rb-btn.noOutline-text{background:none;border:none;color:#2563eb;color:var(--accent,#2563eb);font-size:.85rem;font-weight:600;line-height:1.35;padding:0;text-decoration:none;text-decoration-thickness:1px;text-underline-offset:2px;transition:color .18s ease}button.rb-btn.noOutline-text:hover:not(:disabled):not([aria-disabled=true]){background:none;border:none;color:#1d4ed8;filter:none;font-size:.85rem;font-weight:600;line-height:1.35;padding:0;text-decoration:underline}[data-theme=dark] button.rb-btn.noOutline-text:hover:not(:disabled):not([aria-disabled=true]){color:#93c5fd}.support-open-disc-thread-head{align-items:stretch;display:flex;flex-direction:column;gap:0;margin-bottom:8px}.support-open-disc-thread-post-card .support-open-disc-thread-head:has(+.support-open-disc-thread-media-wrap){margin-bottom:0}.support-open-disc-thread-post-card .support-open-disc-thread-head+.support-open-disc-thread-media-wrap{margin-top:2px}.support-open-disc-thread-head-top{align-items:center;display:flex;flex-wrap:nowrap;gap:8px 10px;margin-bottom:6px;min-width:0;overflow:visible;position:relative;width:100%;z-index:5}.support-open-disc-thread-head-top-end{align-items:center;display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:nowrap;gap:8px;margin-left:auto;overflow:visible}.support-open-disc-thread-club-join{flex-shrink:0}.support-open-disc-thread-more{display:flex;flex-shrink:0;overflow:visible}.support-open-disc-thread-more--mobile{display:none}.support-open-disc-thread-more--desktop{display:flex}.support-open-disc-thread-club-row{-webkit-overflow-scrolling:touch;flex:1 1 auto;margin-bottom:0;min-width:0;overflow-x:auto;overflow-y:visible;scrollbar-width:thin}.support-open-disc-thread-club-row .support-open-disc-cat{margin-bottom:0;max-width:100%}.support-open-disc-thread-club-row .support-open-disc-cat,.support-open-disc-thread-club-row button.support-open-disc-cat.support-open-disc-cat--link{align-items:center;background:#0000;border:none;border-radius:0;box-shadow:none;display:inline-flex;gap:8px;padding:2px 0}.support-open-disc-thread-club-row button.support-open-disc-cat.support-open-disc-cat--link:hover{background:#0000;border:none;color:#334155}.support-open-disc-thread-club-row .support-open-disc-cat-thumb{border:1px solid #e2e8f0d9;border-radius:50%;height:34px;width:34px}.support-open-disc-thread-club-row .support-open-disc-cat-icon{align-items:center;border-radius:50%;display:inline-flex;font-size:1.15rem;height:34px;justify-content:center;width:34px}.support-open-disc-thread-club-label{color:#334155;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-open-disc-thread-club-joined{flex-shrink:0;margin-left:2px}.support-open-disc-thread-toolbar-actions{align-items:center;display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:nowrap;gap:10px 12px;justify-content:flex-end;margin-left:auto;max-width:100%;overflow:visible;width:auto}.support-open-disc-thread-head h1{color:#0f172a;font-size:1.55rem;font-weight:700;line-height:1.28;margin:0}.support-open-disc-thread-author{align-items:center;display:flex;flex-direction:row;gap:4px;justify-content:flex-end;margin:6px 0 4px;min-width:0;padding:0;text-align:right}.support-open-disc-thread-author--no-avatar{gap:0}.support-open-disc-thread-author-avatar{background:#f8fafc;border:1px solid #e2e8f0f2;border-radius:50%;flex-shrink:0;height:36px;object-fit:cover;order:2;width:36px}.support-open-disc-thread-author-text{align-items:flex-end;display:inline-flex;flex-direction:column;gap:2px;line-height:1.35;min-width:0;order:1}.support-open-disc-thread-author-primary{align-items:baseline;display:inline-flex;flex-wrap:wrap;gap:4px;justify-content:flex-end}.support-open-disc-thread-author-context{color:#64748b;display:block;font-size:.8125rem;font-weight:400}.support-open-disc-thread-author-name{color:#334155;font-weight:600}.support-open-disc-thread-author-closed,.support-open-disc-thread-author-sep{font-weight:inherit}.support-open-disc-thread-head .support-open-disc-thread-author.support-muted.small{font-size:.84rem;margin-bottom:4px;margin-top:6px}.support-open-disc-thread-post-card .support-open-disc-thread-head:has(+.support-open-disc-thread-media-wrap) .support-open-disc-thread-author.support-muted.small{margin-bottom:2px}.support-open-disc-thread-post-card .support-open-disc-thread-head:not(:has(+.support-open-disc-thread-media-wrap)){margin-bottom:0}.support-open-disc-thread-post-card .support-open-disc-thread-head:not(:has(+.support-open-disc-thread-media-wrap)) .support-open-disc-thread-author,.support-open-disc-thread-post-card .support-open-disc-thread-head:not(:has(+.support-open-disc-thread-media-wrap)) .support-open-disc-thread-author.support-muted.small{margin-bottom:0}.support-open-disc-thread-post-card .support-open-disc-thread-head:not(:has(+.support-open-disc-thread-media-wrap))+.support-open-disc-thread-body-wrap .support-open-disc-thread-body{padding-top:4px}@media (max-width:768px){.support-open-disc-thread-head-top{align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:6px}.support-open-disc-thread-club-row{flex:1 1 auto;min-width:0;overflow:visible}.support-open-disc-thread-club-row .support-open-disc-cat,.support-open-disc-thread-club-row button.support-open-disc-cat.support-open-disc-cat--link{justify-content:flex-start;max-width:100%}.support-open-disc-thread-club-label{font-size:.9rem}.support-open-disc-thread-head-top-end{margin-left:auto}.support-open-disc-thread-more--mobile{display:flex}.support-open-disc-thread-more--desktop{display:none}.support-open-disc-thread-toolbar-actions{flex:0 0 100%;flex-wrap:wrap;gap:8px 10px;justify-content:flex-start;margin-left:0;width:100%}.support-open-disc-thread-toolbar-actions .support-open-disc-topic-stat-comment-label{display:none}.support-open-disc-thread-head h1{font-size:1.28rem}.support-open-disc-thread-head .support-open-disc-thread-author.support-muted.small{margin-bottom:4px;margin-top:6px}.support-open-disc-thread-post-card .support-open-disc-thread-head:has(+.support-open-disc-thread-media-wrap) .support-open-disc-thread-author.support-muted.small{margin-bottom:2px}.support-open-disc-thread-author-avatar{height:34px;width:34px}}@media (min-width:769px){.support-open-disc-thread-head-top-end{margin-left:0;order:0}.support-open-disc-thread-club-row{flex:0 1 auto;max-width:min(55%,420px)}.support-open-disc-thread-toolbar-actions{margin-left:auto}}.support-open-disc-votes-lg{align-items:center;background:#f8fafcf2;border:1px solid #e2e8f0f2;border-radius:12px;display:inline-flex;gap:6px;padding:5px 8px}.support-open-disc-vbtn{align-items:center;background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:inline-flex;height:34px;justify-content:center;min-width:34px;padding:0;transition:background .15s ease,color .15s ease;width:34px}.support-open-disc-vbtn:hover:not(:disabled){background:#e0e7ff99;color:#4338ca}.support-open-disc-vbtn.is-up{background:#0000;color:#16a34a}.support-open-disc-vbtn.is-down{background:#0000;color:#dc2626}.support-open-disc-vbtn:disabled{cursor:not-allowed;opacity:.45}.support-open-disc-vscore{color:#0f172a;font-size:.74rem;font-weight:600;min-width:18px;text-align:center}.support-open-disc-replies-chip{align-items:center;background:#f1f5f9f2;border:1px solid #e2e8f0f2;border-radius:999px;color:#334155;display:inline-flex;font-size:.8rem;font-weight:600;gap:5px;height:34px;padding:0 10px}.support-open-disc-replies-chip svg{height:.95rem;width:.95rem}.support-open-disc-share-chip{align-items:center;background:#f1f5f9f2;border:none;border-radius:999px;color:#111827;cursor:pointer;display:inline-flex;font-size:.88rem;font-weight:600;gap:6px;height:34px;padding:0 11px;transition:background .15s ease,color .15s ease}.support-open-disc-share-chip:hover:not(:disabled){background:#e2e8f0f2}.support-open-disc-share-chip svg{height:1.05rem;width:1.05rem}.support-open-disc-thread-toolbar-actions .support-open-disc-thread-toolbar-more .gb__trigger{height:34px;min-width:34px;padding:6px 8px}.support-open-disc-iconbtn{align-items:center;display:inline-flex;font-size:.85rem;gap:8px;padding:8px 12px}.support-open-disc-thread-body-wrap{margin-bottom:18px}.support-open-disc-thread-body{background:#0000;border:none;border-radius:12px;color:#334155;font-size:.92rem;line-height:1.55;margin-bottom:0;padding:14px 16px;white-space:pre-wrap}.support-open-disc-thread-body--collapsed{max-height:28rem;overflow:hidden;position:relative}.support-open-disc-thread-body--collapsed:after{background:linear-gradient(180deg,#fff0,#fffffff5 85%);bottom:0;content:"";height:3.5rem;left:0;pointer-events:none;position:absolute;right:0}.support-open-disc-thread-body-read-more{align-items:center;background:none;border:none;color:#2563eb;cursor:pointer;display:inline-flex;font-size:.88rem;font-weight:600;margin:0 16px;padding:0}.support-open-disc-thread-body-read-more:hover{text-decoration:underline}.support-open-disc-thread-body.support-comment-text{padding:14px 16px;white-space:pre-wrap}.support-open-disc-thread-body.support-open-disc-thread-body--post-view{line-height:1.5;white-space:normal}.support-open-disc-thread-body--post-view li,.support-open-disc-thread-body--post-view p{line-height:1.5}.support-open-disc-thread-body--has-media .wfm-text-editor__video-wrap,.support-open-disc-thread-body--has-media .wfm-text-editor__video-wrap video,.support-open-disc-thread-body--has-media figure,.support-open-disc-thread-body--has-media figure img{cursor:zoom-in}@media (max-width:960px){.support-open-disc-thread{max-width:100%;padding-left:0;padding-right:0}.support-open-disc-thread-post-card{border-left:none;border-radius:0;border-right:none;border-top:none;padding:0}.support-open-disc-thread-post-card .support-open-disc-post-tags,.support-open-disc-thread-post-card .support-open-disc-thread-head,.support-open-disc-thread-post-card .support-open-disc-thread-link{box-sizing:border-box;padding-left:14px;padding-right:14px}.support-open-disc-thread-post-card .support-open-disc-thread-body,.support-open-disc-thread-post-card .support-open-disc-thread-body.support-comment-text{border-radius:0;margin-bottom:12px;padding:12px 14px 18px}.support-open-disc-thread-post-card .support-open-disc-thread-media-wrap{margin-left:0;margin-right:0;max-width:none;width:100%}.support-open-disc-thread>.support-open-disc-back{margin-bottom:8px;margin-left:14px;margin-top:-4px}.support-open-disc-thread-post-section--content{padding:0}.support-open-disc-thread-post-section--comment-tools{padding:4px 14px}.support-open-disc-thread-post-section--comments{padding:0 10px 14px}}.support-open-disc-comment-tools{align-items:center;display:flex;flex-wrap:wrap;gap:10px 14px;margin-bottom:0;margin-top:0}.support-open-disc-comment-order-wrap{flex-shrink:0}.support-open-disc-thread-post-card .support-open-disc-comment-tools{margin-bottom:0;margin-top:0}.support-open-disc-stat-tile--skeleton{gap:8px;pointer-events:none}.support-open-disc-stat-skel-icon,.support-open-disc-stat-skel-label,.support-open-disc-stat-skel-value{animation:support-open-disc-shimmer 1.2s ease-in-out infinite;background:linear-gradient(90deg,#f1f5f9,#e8eef5 50%,#f1f5f9);background-size:200% 100%;border-radius:8px;display:block}.support-open-disc-stat-skel-icon{height:1.1rem;margin-bottom:4px;width:1.1rem}.support-open-disc-stat-skel-value{height:1.35rem;width:48%}.support-open-disc-stat-skel-label{height:.65rem;width:72%}.support-open-disc-highlights--skeleton{pointer-events:none}.support-open-disc-highlight-card--skeleton{display:flex;flex-direction:column;gap:10px}.support-open-disc-highlight-skel-title{height:.85rem;width:42%}.support-open-disc-highlight-skel-line,.support-open-disc-highlight-skel-title{animation:support-open-disc-shimmer 1.2s ease-in-out infinite;background:linear-gradient(90deg,#f1f5f9,#e8eef5 50%,#f1f5f9);background-size:200% 100%;border-radius:6px}.support-open-disc-highlight-skel-line{height:.65rem;width:100%}.support-open-disc-highlight-skel-line--short{width:65%}.support-open-disc-chip-label{align-items:center;display:inline-flex;gap:6px;min-width:0}.support-open-disc-chip-icon{flex-shrink:0;font-size:.82rem;opacity:.72}.support-open-disc-chip.is-active .support-open-disc-chip-icon{opacity:.95}.support-open-disc-chip-club-avatar{align-items:center;background:color-mix(in srgb,var(--od-accent) 11%,#f8fafc);border:1px solid color-mix(in srgb,var(--od-accent) 22%,#e2e8f0f2);border-radius:50%;box-sizing:border-box;display:inline-flex;flex-shrink:0;height:20px;justify-content:center;width:20px}.support-open-disc-chip-club-avatar-icon{color:var(--od-accent);font-size:.68rem}.support-open-disc-chip-club-avatar-img{border-radius:50%;display:block;height:100%;object-fit:cover;width:100%}.support-open-disc-chip.is-active .support-open-disc-chip-club-avatar{background:#ffffff8c;border-color:#818cf88c}@supports not (color:color-mix(in srgb,red,blue)){.support-open-disc-chip-club-avatar{background:#f1f5f9;border-color:#e2e8f0f2}.support-open-disc-chip.is-active .support-open-disc-chip-club-avatar{background:#ffffffbf;border-color:#818cf873}}.support-open-disc-chip-count--placeholder{box-sizing:border-box;min-height:1.35rem;min-width:1.75rem;padding:2px 7px;visibility:hidden}.support-open-disc-sort-pill{border:1px solid #0000;box-sizing:border-box;min-height:30px}.support-open-disc-sort-pill:hover:not(.is-active){background:#f1f5f9e6;border-color:#e2e8f0f2;font-size:.78rem}.support-open-disc-sort-pill.is-active{border-color:#0f172a;font-size:.78rem}.support-open-disc-highlight-link-text{align-items:center;display:inline-flex;flex:1 1;gap:8px;min-width:0}.support-open-disc-highlight-club-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-open-disc-highlight-link .support-open-disc-highlight-member-stack{flex-shrink:0;margin-left:auto}.support-open-disc-club-inline-icon{flex-shrink:0;font-size:.78rem;opacity:.75}.support-open-disc-highlight-club-avatar{align-items:center;background:color-mix(in srgb,var(--od-accent) 11%,#f8fafc);border:1px solid #e2e8f0f2;border-radius:50%;box-sizing:border-box;display:inline-flex;flex-shrink:0;height:28px;justify-content:center;width:28px}.support-open-disc-highlight-club-avatar-icon{color:var(--od-accent);font-size:.85rem;opacity:.88}.support-open-disc-highlight-club-avatar-img{border-radius:50%;display:block;height:100%;object-fit:cover;width:100%}@supports not (color:color-mix(in srgb,red,blue)){.support-open-disc-highlight-club-avatar{background:#f1f5f9}}.support-open-disc-contrib-row{align-items:center;display:inline-flex;flex:1 1;gap:8px;min-width:0}.support-open-disc-contrib-avatar{background:#f8fafc;border:1px solid #e2e8f0f2;border-radius:50%;flex-shrink:0;height:28px;object-fit:cover;width:28px}.support-open-disc-highlight-li--contrib{align-items:center;gap:10px}.support-open-disc-highlight-member-stack{align-items:center;display:inline-flex;flex-direction:row;flex-shrink:0;min-height:28px}.support-open-disc-highlight-member-stack--block{margin-top:4px;padding-left:2px}.support-open-disc-highlight-member-avatar-wrap,.support-open-disc-highlight-member-stack .tooltip-container{display:inline-flex;line-height:0}.support-open-disc-highlight-member-stack .support-open-disc-highlight-member-avatar{background:#f8fafc;border:2px solid #fff;border-radius:50%;box-sizing:border-box;cursor:default;flex-shrink:0;height:26px;object-fit:cover;width:26px}.support-open-disc-highlight-member-stack .tooltip-container+.tooltip-container .support-open-disc-highlight-member-avatar-wrap{margin-left:-8px}.support-open-disc-highlight-member-stack .tooltip-container:first-child .support-open-disc-highlight-member-avatar-wrap{margin-left:0}.support-open-disc-field-label{align-items:center;display:inline-flex;gap:6px}.support-open-disc-field-icon{font-size:.95rem;opacity:.8}.support-open-disc-cat{align-items:center;background:#e2e8f0f2;border:1px solid #cbd5e1f2;border-radius:14px;box-sizing:border-box;color:#475569;display:inline-flex;font-size:.72rem;font-weight:700;gap:6px;letter-spacing:.06em;margin-bottom:8px;max-width:100%;padding:6px 12px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}button.support-open-disc-cat.support-open-disc-cat--link{appearance:none;-webkit-appearance:none;cursor:pointer;font:inherit;letter-spacing:inherit;outline-offset:2px;text-align:left;text-transform:inherit}button.support-open-disc-cat.support-open-disc-cat--link:hover{background:#cbd5e1a6;border-color:#94a3b8fa}.support-open-disc-cat-row{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:8px;width:100%}.support-open-disc-cat-row .support-open-disc-cat{margin-bottom:0}.support-open-disc-cat-row-actions{align-items:center;display:inline-flex;gap:8px;margin-left:auto}.support-open-disc-thread-cat-actions{margin-left:0}.support-open-disc-thread-cat-actions .gb__trigger{height:32px;min-width:32px;padding:6px 8px}.support-open-disc-cat-icon{color:#6366f1;flex-shrink:0;font-size:.8rem;opacity:.88}.support-open-disc-cat-thumb{border:1px solid #e2e8f0f2;border-radius:6px;flex-shrink:0;height:22px;object-fit:cover;width:22px}.support-open-disc-vbtn svg{height:1.5rem;width:1.5rem}.support-open-disc-vbtn-icon{font-size:1.35rem!important;height:1.35rem!important;width:1.35rem!important}.support-open-disc-thread .support-comment-vote-icon{font-size:1.05rem;height:1.05rem;width:1.05rem}.support-open-disc-action-btn{align-items:center;background:#eef2ffa6;border:1px solid #c7d2fed9;border-radius:10px;color:#4f46e5;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;gap:7px;padding:8px 14px;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.support-open-disc-action-btn:hover:not(:disabled){background:#e0e7fff2;border-color:#818cf88c;box-shadow:0 2px 10px -4px #4f46e559;color:#4338ca}.support-open-disc-action-btn:disabled{cursor:not-allowed;opacity:.45}.support-open-disc-action-btn--quiet{background:#f8fafce6;border-color:#e2e8f0f2;color:#64748b}.support-open-disc-action-btn--quiet:hover:not(:disabled){background:#fff1f2d9;border-color:#fb718573;box-shadow:none;color:#be123c}.support-open-disc-thread-skel{padding:4px 0 24px}.support-open-disc-thread-skel-cat{border-radius:6px;height:14px;margin-bottom:12px;width:140px}.support-open-disc-thread-skel-cat,.support-open-disc-thread-skel-title{animation:support-open-disc-shimmer 1.2s ease-in-out infinite;background:linear-gradient(90deg,#f1f5f9,#e8eef5 50%,#f1f5f9);background-size:200% 100%}.support-open-disc-thread-skel-title{border-radius:8px;height:28px;margin-bottom:10px;max-width:min(560px,92%)}.support-open-disc-thread-skel-meta{animation:support-open-disc-shimmer 1.2s ease-in-out infinite;background:linear-gradient(90deg,#f1f5f9,#e8eef5 50%,#f1f5f9);background-size:200% 100%;border-radius:6px;height:12px;margin-bottom:18px;width:220px}.support-open-disc-thread-skel-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.support-open-disc-thread-skel-pill{animation:support-open-disc-shimmer 1.2s ease-in-out infinite;background:linear-gradient(90deg,#f1f5f9,#e8eef5 50%,#f1f5f9);background-size:200% 100%;border-radius:12px;height:38px;width:120px}.support-open-disc-thread-skel-pill--wide{width:96px}.support-open-disc-thread-skel-body{background:#f8fafca6;border:1px solid #e2e8f0e6;border-radius:12px;display:flex;flex-direction:column;gap:10px;padding:16px}.support-open-disc-thread-skel-line{animation:support-open-disc-shimmer 1.2s ease-in-out infinite;background:linear-gradient(90deg,#f1f5f9,#e8eef5 50%,#f1f5f9);background-size:200% 100%;border-radius:6px;height:12px;width:100%}.support-open-disc-thread-skel-line--short{width:55%}[data-theme=dark] .support-open-disc--club-page,[data-theme=dark] .support-open-disc--clubs-page,[data-theme=dark] .support-open-disc--home,[data-theme=dark] .support-open-disc-thread{color:#e2e8f0}[data-theme=dark] .support-open-disc-club-page-hero,[data-theme=dark] .support-open-disc-club-page-skel-hero{background:linear-gradient(165deg,#0f172a,#1e293b 50%,#0f172a);border-color:#334155e6;box-shadow:inset 0 0 0 1px #1e293be6,0 18px 48px -24px #00000073}[data-theme=dark] .support-open-disc-club-page-skel-hero-icon{border-color:#334155bf}[data-theme=dark] .support-open-disc-club-page-skel-bone{background:linear-gradient(90deg,#33415580,#475569c7 45%,#33415580 90%);background-size:200% 100%}[data-theme=dark] .support-open-disc-club-aside-card{background:#0f172aeb;border-color:#334155e6;box-shadow:0 8px 24px -16px #00000080}[data-theme=dark] .support-open-disc-club-aside-title,[data-theme=dark] .support-open-disc-club-member-chip-name,[data-theme=dark] .support-open-disc-club-restrict-user-name,[data-theme=dark] .support-open-disc-club-stat-name,[data-theme=dark] .support-open-disc-club-top-comment-author{color:#f1f5f9}[data-theme=dark] .support-open-disc-club-restrict-stack{background:#0f172ae0;border-color:#334155f2}[data-theme=dark] .support-open-disc-club-restrict-flag-row{background:#1e293ba6;border-color:#334155d9}[data-theme=dark] .support-open-disc-club-member-chip-select:hover{background:#1e293b8c}[data-theme=dark] .support-open-disc-club-member-chip--selected .support-open-disc-club-member-chip-select{background:#3b82f61f;box-shadow:0 0 0 1px #60a5fa66}[data-theme=dark] .support-open-disc-club-topic-tabs{background:#1e293ba6;border-color:#334155d9}[data-theme=dark] .support-open-disc-club-topic-tabs button.is-active{background:#0f172af2;color:#f8fafc}[data-theme=dark] .support-open-disc-club-contact-panel{background:#0f172a;border:1px solid #334155d9}[data-theme=dark] .support-open-disc-club-page-hero-identity h1,[data-theme=dark] .support-open-disc-club-page-hero-text h1,[data-theme=dark] .support-open-disc-club-page-stats dd,[data-theme=dark] .support-open-disc-club-page-topics-title{color:#f1f5f9}[data-theme=dark] .support-open-disc-club-page-icon-media{background:#1e293ba6;border-color:#334155f2}[data-theme=dark] .support-open-disc-club-page-icon--placeholder{background:#3d281073;color:#d4a574;color:var(--brand-300,#d4a574)}[data-theme=dark] .support-open-disc-club-page-icon-hover-overlay{background:#020617b8;color:#f8fafc}[data-theme=dark] .support-open-disc-club-status-dropdown.support-open-disc-club-status-badge--enabled button.gb__trigger{background:#16a34a2e;border-color:#16a34a66;color:#86efac}[data-theme=dark] .support-open-disc-club-status-dropdown.support-open-disc-club-status-badge--enabled button.gb__trigger:hover:not(:disabled),[data-theme=dark] .support-open-disc-club-status-dropdown.support-open-disc-club-status-badge--enabled button.gb__trigger[aria-expanded=true]:not(:disabled){background:#16a34a3d;border-color:#16a34a7a;color:#86efac}[data-theme=dark] .support-open-disc-club-status-dropdown.support-open-disc-club-status-badge--disabled button.gb__trigger{background:#dc26262e;border-color:#dc262666;color:#fca5a5}[data-theme=dark] .support-open-disc-club-status-dropdown.support-open-disc-club-status-badge--disabled button.gb__trigger:hover:not(:disabled),[data-theme=dark] .support-open-disc-club-status-dropdown.support-open-disc-club-status-badge--disabled button.gb__trigger[aria-expanded=true]:not(:disabled){background:#dc26263d;border-color:#dc26267a;color:#fca5a5}[data-theme=dark] .support-open-disc-joinclubs-thumb,[data-theme=dark] .support-open-disc-joinclubs-thumb--placeholder{background:#3d281073;border-color:#b8733359;color:#d4a574;color:var(--brand-300,#d4a574)}[data-theme=dark] .support-open-disc-aside-cat-thumb,[data-theme=dark] .support-open-disc-aside-link-thumb,[data-theme=dark] .support-open-disc-cat-thumb{border-color:#334155f2}[data-theme=dark] .support-open-disc-aside-link-thumb--placeholder{background:#1e293bbf;color:#a5b4fc}[data-theme=dark] .support-open-disc-hero{background:radial-gradient(120% 80% at 100% 0,#6366f12e 0,#0000 55%),radial-gradient(90% 60% at 0 100%,#38bdf81a 0,#0000 50%),linear-gradient(165deg,#0f172a,#1e293b 45%,#0f172a);border-color:#334155d9;box-shadow:inset 0 0 0 1px #1e293be6,0 18px 48px -24px #00000073}[data-theme=dark] .support-open-disc-aside-cat,[data-theme=dark] .support-open-disc-aside-link-title,[data-theme=dark] .support-open-disc-aside-stats strong,[data-theme=dark] .support-open-disc-empty h3,[data-theme=dark] .support-open-disc-feed-title,[data-theme=dark] .support-open-disc-hero-copy h1,[data-theme=dark] .support-open-disc-stat-value,[data-theme=dark] .support-open-disc-thread-head h1,[data-theme=dark] .support-open-disc-topic-title,[data-theme=dark] .support-open-disc-vscore{color:#f1f5f9}[data-theme=dark] .support-open-disc-feed-caption,[data-theme=dark] .support-open-disc-feed-filter,[data-theme=dark] .support-open-disc-hero-eyebrow,[data-theme=dark] .support-open-disc-hero-lead,[data-theme=dark] .support-open-disc-highlight-metric,[data-theme=dark] .support-open-disc-highlight-title,[data-theme=dark] .support-open-disc-sort-label,[data-theme=dark] .support-open-disc-stat-label,[data-theme=dark] .support-open-disc-topic-snippet,[data-theme=dark] .support-open-disc-topic-stats{color:#94a3b8}[data-theme=dark] .support-open-disc-aside-card,[data-theme=dark] .support-open-disc-aside-link,[data-theme=dark] .support-open-disc-chip,[data-theme=dark] .support-open-disc-empty,[data-theme=dark] .support-open-disc-highlight-card,[data-theme=dark] .support-open-disc-highlight-card--aside,[data-theme=dark] .support-open-disc-stat-tile,[data-theme=dark] .support-open-disc-thread-body,[data-theme=dark] .support-open-disc-thread-skel-body{background:#0f172a8c;border-color:#334155e6}[data-theme=dark] .support-open-disc-thread-body{color:#e2e8f0}[data-theme=dark] .support-open-disc-thread-body--collapsed:after{background:linear-gradient(180deg,#0f172a00,#0f172af5 85%)}[data-theme=dark] .support-open-disc-thread-body-read-more{color:#93c5fd}[data-theme=dark] .support-open-disc-thread-author-avatar{background:#1e293bd9;border-color:#334155e6}[data-theme=dark] .support-open-disc-thread-author-name{color:#e2e8f0}[data-theme=dark] .support-open-disc-thread-author-context{color:#94a3b8}[data-theme=dark] .support-open-disc-thread-club-label{color:#e2e8f0}@media (max-width:768px){[data-theme=dark] .support-open-disc-thread-club-label{color:#e2e8f0}}[data-theme=dark] .support-open-disc-thread-head .support-muted.small,[data-theme=dark] .support-open-disc-thread-head .support-open-disc-thread-author.support-muted.small{color:#cbd5e1}[data-theme=dark] .support-open-disc-highlight-card--aside{background:#1e293beb;border-color:#334155f2;box-shadow:0 1px 2px #0003,0 12px 40px -16px #00000073}[data-theme=dark] .support-open-disc-topic-list>li+li{border-top-color:#334155f2}[data-theme=dark] .support-open-disc-topic-list--list>li:not(:last-child){border-bottom-color:#334155f2}[data-theme=dark] .support-open-disc-topic-list--club-skeleton>li+li{border-top-color:#334155f2}[data-theme=dark] .support-open-disc-club-topic-gb-skel{background:linear-gradient(90deg,#1e293bf2,#334155bf 50%,#1e293bf2);background-size:200% 100%}[data-theme=dark] .support-open-disc-topic-list--club>li.support-open-disc-club-topic-item>.gb.support-open-disc-club-topic-gb .gb__trigger{background:#1e293bf0;border-color:#334155f2;box-shadow:0 1px 2px #00000040;color:#e2e8f0}[data-theme=dark] .support-open-disc-topic,[data-theme=dark] .support-open-disc-topic-list--club>li.support-open-disc-club-topic-item{background:#0000}[data-theme=dark] .support-open-disc-topic--list:focus-visible,[data-theme=dark] .support-open-disc-topic--list:hover{background:#3341556b}[data-theme=dark] .support-open-disc-topic--list:active{background:#3341558c}[data-theme=dark] .support-open-disc-topic:hover:not(.support-open-disc-topic--card):not(.support-open-disc-topic--list){background:#3341556b}[data-theme=dark] .support-open-disc-topic:focus-visible:not(.support-open-disc-topic--card):not(.support-open-disc-topic--list){background:#3341556b}[data-theme=dark] .support-open-disc-topic:active:not(.support-open-disc-topic--card):not(.support-open-disc-topic--list){background:#3341558c}[data-theme=dark] .support-open-disc-topic-meta,[data-theme=dark] .support-open-disc-topic-time{color:#94a3b8}[data-theme=dark] .support-open-disc-shell-header{background:#0a0a0aeb;border-color:#404040bf}[data-theme=dark] .support-open-disc-shell-sidebar{background:linear-gradient(180deg,#151515,#0b0b0b);border-color:#b8733352;box-shadow:none}[data-theme=dark] .support-open-disc-shell-sidebar-col-footer{border-top-color:#b8733333;color:#e8c9a8;color:var(--brand-200,#e8c9a8);opacity:.92}[data-theme=dark] .support-open-disc-shell-sidebar-col-doc-link{color:#d4956a;color:var(--brand-300,#d4956a)}[data-theme=dark] .support-open-disc-shell-sidebar-col-doc-link:hover{color:#e8a04c;color:var(--brand-accent,#e8a04c)}[data-theme=dark] .support-open-disc-shell-sidebar--view-later.is-section-active{background:#3d281059;border-color:#b8733352;box-shadow:none}[data-theme=dark] .support-open-disc-shell-sidebar--view-later .support-open-disc-shell-side-item.is-active{background:#b8733338;color:#e8c9a8;color:var(--brand-200,#e8c9a8)}[data-theme=dark] .support-open-disc-shell-sidebar--view-later .support-open-disc-shell-side-item.is-active svg{color:#d4a574;color:var(--brand-300,#d4a574)}[data-theme=dark] .support-open-disc-shell-sidebar--view-later .support-open-disc-shell-side-item.is-active .support-open-disc-shell-side-badge{background:#b8733333;color:#e8c9a8;color:var(--brand-200,#e8c9a8)}[data-theme=dark] .support-open-disc-personal-feed-head{border-bottom-color:#334155d9}[data-theme=dark] .support-open-disc-personal-feed-head-icon{background:#0000;border:none;color:#d4a574;color:var(--brand-300,#d4a574)}[data-theme=dark] .support-open-disc-personal-feed-head-title-row h1{color:#f1f5f9}[data-theme=dark] .support-open-disc-personal-feed-head-desc{color:#94a3b8}[data-theme=dark] .support-open-disc-my-posts-tabs{background:#1e293bbf;border-color:#334155e6}[data-theme=dark] .support-open-disc-my-posts-tabs button.is-active{background:#0f172af2;color:#f1f5f9}[data-theme=dark] .support-open-disc-view-later-side-item{background:#3d281059;border-color:#b873333d}[data-theme=dark] .support-open-disc-view-later-side-item-title{color:#f5ebe0;color:var(--brand-100,#f5ebe0)}[data-theme=dark] .support-open-disc-view-later-side-item-meta{color:#e8c9a8;color:var(--brand-200,#e8c9a8);opacity:.92}[data-theme=dark] .support-open-disc-view-later-side-item-remove{border-left-color:#b873333d;color:#d4956a;color:var(--brand-300,#d4956a);opacity:1}[data-theme=dark] .support-open-disc-view-later-side-see-all{background:#b8733333;color:#e8c9a8;color:var(--brand-200,#e8c9a8)}[data-theme=dark] .support-open-disc-view-later-side-see-all:hover{background:#b873334d}[data-theme=dark] .support-open-disc-shell-header{border:0;border-bottom:1px solid #475569a6}[data-theme=dark] .support-open-disc-shell-header-btn,[data-theme=dark] .support-open-disc-shell-header-icon,[data-theme=dark] .support-open-disc-shell-header-profile{background:#141414f5;border:none;color:#f5f5f5}[data-theme=dark] .support-open-disc-shell-logo-text,[data-theme=dark] .support-open-disc-shell-side-item{color:#f5ebe0;color:var(--brand-100,#f5ebe0)}[data-theme=dark] .support-open-disc-shell-side-item svg{color:#d4956a;color:var(--brand-300,#d4956a)}[data-theme=dark] .support-open-disc-shell-side-item.is-active,[data-theme=dark] .support-open-disc-shell-side-item:hover{background:#b8733338;color:#e8c9a8;color:var(--brand-200,#e8c9a8)}[data-theme=dark] .support-open-disc-shell-side-item.is-active svg,[data-theme=dark] .support-open-disc-shell-side-item:hover svg{color:#c9863f;color:var(--brand-400,#c9863f)}@media (max-width:960px){[data-theme=dark] .support-open-disc-view-later-side-item{background:#f8fafcf2;border-color:#e2e8f0e6}[data-theme=dark] .support-open-disc-view-later-side-item-title{color:#0f172a}[data-theme=dark] .support-open-disc-view-later-feed-item{background:#1e293ba6;border-color:#475569a6}[data-theme=dark] .support-open-disc-view-later-feed-title{color:#e2e8f0}[data-theme=dark] .support-open-disc-view-later-feed-empty{background:#1e293b73;border-color:#475569a6}}[data-theme=dark] .support-open-disc-topic-sep{color:#64748b}[data-theme=dark] .support-open-disc-topic-club-avatar{background:#1e293bd9;border-color:#475569d9}[data-theme=dark] .support-open-disc-chip-club-avatar{background:#1e293be6;border-color:#475569e6}[data-theme=dark] .support-open-disc-chip.is-active .support-open-disc-chip-club-avatar{background:#312e8159;border-color:#818cf880}[data-theme=dark] .support-open-disc-chip-club-avatar-icon{color:#a5b4fc}[data-theme=dark] .support-open-disc-chip-strip{background:#0f172a8c;border-color:#334155eb;box-shadow:inset 0 1px 0 #1e293ba6}[data-theme=dark] .support-open-disc-chip-strip-btn{background:#1e293bbf;border-color:#334155f2;color:#94a3b8}[data-theme=dark] .support-open-disc-chip-strip-btn:hover:not(:disabled){border-color:#818cf873;color:#93c5fd}[data-theme=dark] .support-open-disc-topic-skel-meta,[data-theme=dark] .support-open-disc-topic-skel-snippet,[data-theme=dark] .support-open-disc-topic-skel-stats,[data-theme=dark] .support-open-disc-topic-skel-title{background:linear-gradient(90deg,#1e293b,#334155 50%,#1e293b);background-size:200% 100%}[data-theme=dark] .support-open-disc-chip:hover{background:#1e293bbf;border-color:#475569f2;color:#e2e8f0;font-size:.8rem}[data-theme=dark] .support-open-disc-chip.is-active{background:#6366f133;border-color:#818cf873;color:#c7d2fe;font-size:.8rem}[data-theme=dark] .support-open-disc-chip-count{background:#1e293bf2;color:#94a3b8}[data-theme=dark] .support-open-disc-sort-pill{color:#94a3b8;font-size:.78rem}[data-theme=dark] .support-open-disc-sort-pill:hover{font-size:.78rem}[data-theme=dark] .support-open-disc-sort-pill:hover:not(.is-active){background:#1e293bbf;border-color:#334155d9;color:#e2e8f0;font-size:.78rem}[data-theme=dark] .support-open-disc-sort-pill.is-active{background:#e2e8f0;border-color:#e2e8f0;color:#0f172a;font-size:.78rem}[data-theme=dark] .support-open-disc-search--hero input{background:#0f172aa6;border-color:#334155f2;color:#f1f5f9}[data-theme=dark] .support-open-disc-search--header input{border-color:#64748b8c}[data-theme=dark] .support-open-disc-search-icon{color:#b87333;color:var(--brand-500,#b87333)}[data-theme=dark] .support-open-disc-votes-lg{background:#1e293ba6;border-color:#334155e6}[data-theme=dark] .support-open-disc-vbtn{color:#94a3b8}[data-theme=dark] .support-open-disc-vbtn:hover:not(:disabled){background:#4338ca40;color:#c7d2fe}[data-theme=dark] .support-open-disc-share-chip{background:#334155d9;color:#e2e8f0}[data-theme=dark] .support-open-disc-replies-chip{background:#1e293bcc;border-color:#334155e6;color:#cbd5e1}[data-theme=dark] .support-open-disc-share-chip:hover:not(:disabled){background:#475569e6}[data-theme=dark] .support-open-disc-action-btn{background:#312e8159;border-color:#6366f159;color:#c7d2fe}[data-theme=dark] .support-open-disc-action-btn:hover:not(:disabled){background:#4338ca73;border-color:#818cf880;color:#e0e7ff}[data-theme=dark] .support-open-disc-action-btn--quiet{background:#1e293b80;border-color:#334155f2;color:#94a3b8}[data-theme=dark] .support-open-disc-action-btn--quiet:hover:not(:disabled){background:#7f1d1d40;border-color:#fb718566;color:#fecaca}[data-theme=dark] .support-open-disc-highlight-link{color:#e2e8f0}[data-theme=dark] .support-open-disc-highlight-link:hover{background:#1e293bd9}[data-theme=dark] .support-open-disc-contrib-name{color:#e2e8f0}[data-theme=dark] .support-open-disc-contrib-avatar{background:#1e293bd9;border-color:#334155f2}[data-theme=dark] .support-open-disc-highlight-member-stack .support-open-disc-highlight-member-avatar{background:#1e293bd9;border-color:#1e293bfa}[data-theme=dark] .support-open-disc-highlight-club-avatar{background:#1e293bd9;border-color:#334155f2}[data-theme=dark] .support-open-disc-highlight-club-avatar-icon{color:#a5b4fc}[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-highlight-card--aside{background:linear-gradient(180deg,#151515,#0b0b0b);border-color:#b8733352;box-shadow:none}[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-highlight-title{color:#f5ebe0;color:var(--brand-100,#f5ebe0)}[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-highlight-title svg{color:#d4956a;color:var(--brand-300,#d4956a);opacity:1}[data-theme=dark] .support-open-disc-feed-aside .support-muted.small,[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-highlight-sub{color:#e8c9a8;color:var(--brand-200,#e8c9a8);opacity:.92}[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-highlight-link{color:#f5ebe0}[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-highlight-link:focus-visible,[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-highlight-link:hover{background:#3d281073;border-color:#0000;color:#f5ebe0;color:var(--brand-100,#f5ebe0)}[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-highlight-link:focus-visible .support-open-disc-highlight-club-name,[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-highlight-link:hover .support-open-disc-highlight-club-name{color:#e8c9a8;color:var(--brand-200,#e8c9a8)}[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-highlight-club-avatar{background:#3d281073;border-color:#b8733359}[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-highlight-club-avatar-icon{color:#c9863f;color:var(--brand-400,#c9863f)}[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-joinclubs--aside-card{background:linear-gradient(180deg,#151515,#0b0b0b);border-color:#b8733352;box-shadow:none}[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-joinclubs-bar{background:linear-gradient(180deg,#3d28108c,#0b0b0bfa);border-bottom-color:#b8733338}[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-joinclubs-toggle{color:#e8c9a8;color:var(--brand-200,#e8c9a8)}[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-joinclubs-toggle:focus-visible,[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-joinclubs-toggle:hover{background:#3d281073;color:#f5ebe0;color:var(--brand-100,#f5ebe0)}[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-joinclubs-chevron,[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-joinclubs-toggle-icon{color:#d4956a;color:var(--brand-300,#d4956a)}[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-joinclubs-body{background:#0000;border-top-color:#b8733333}[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-joinclubs-row{border-color:#b873333d}[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-joinclubs-row:hover{background:#3d281059;border-color:#b873333d}[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-joinclubs-name,[data-theme=dark] .support-open-disc-feed-aside button.support-open-disc-joinclubs-name--nav{color:#f5ebe0;color:var(--brand-100,#f5ebe0)}[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-joinclubs-desc,[data-theme=dark] .support-open-disc-feed-aside button.support-open-disc-joinclubs-name--nav:hover{color:#e8c9a8;color:var(--brand-200,#e8c9a8)}[data-theme=dark] .support-open-disc-feed-aside .support-open-disc-joinclubs-viewmore-wrap{border-top-color:#b8733333}[data-theme=dark] .support-open-disc-cat{background:#1e293bd6;border-color:#475569d9;color:#e2e8f0}[data-theme=dark] button.support-open-disc-cat.support-open-disc-cat--link:hover{background:#334155f2;border-color:#64748bf2}[data-theme=dark] .support-open-disc-thread-club-row .support-open-disc-cat,[data-theme=dark] .support-open-disc-thread-club-row button.support-open-disc-cat.support-open-disc-cat--link{background:#0000;border-color:#0000;color:#e2e8f0}[data-theme=dark] .support-open-disc-thread-club-row button.support-open-disc-cat.support-open-disc-cat--link:hover{background:#0000;border-color:#0000;color:#f1f5f9}[data-theme=dark] .support-open-disc-thread-club-row .support-open-disc-cat-thumb{border-color:#475569a6}[data-theme=dark] .support-open-disc-cat-icon{color:#a5b4fc}[data-theme=dark] .support-open-disc-new-club{--od-new-club-panel-bg-dark:#2a2218;background:var(--od-new-club-panel-bg-dark);border-color:#c9863f73}[data-theme=dark] .support-open-disc-new-club-prompt{color:#d4956a;color:var(--brand-300,#d4956a)}[data-theme=dark] .support-open-disc-new-club-prompt:hover{background:#8b5a2b2e;color:#e8c9a8;color:var(--brand-200,#e8c9a8)}[data-theme=dark] .support-open-disc-new-club-collapse{border-bottom-color:#c9863f52;color:#e8c9a8;color:var(--brand-200,#e8c9a8)}[data-theme=dark] .support-open-disc-new-club-input{background:#1a1a1a;border-color:#525252f2;color:#f5f5f5}[data-theme=dark] .support-open-disc-highlight-skel-line,[data-theme=dark] .support-open-disc-highlight-skel-title,[data-theme=dark] .support-open-disc-stat-skel-icon,[data-theme=dark] .support-open-disc-stat-skel-label,[data-theme=dark] .support-open-disc-stat-skel-value,[data-theme=dark] .support-open-disc-thread-skel-cat,[data-theme=dark] .support-open-disc-thread-skel-line,[data-theme=dark] .support-open-disc-thread-skel-meta,[data-theme=dark] .support-open-disc-thread-skel-pill,[data-theme=dark] .support-open-disc-thread-skel-title{background:linear-gradient(90deg,#1e293b,#334155 50%,#1e293b);background-size:200% 100%}[data-theme=dark] .support-open-disc-empty-icon{color:#b87333;color:var(--brand-500,#b87333)}[data-theme=dark] .support-open-disc-empty h3{color:#e8c9a8;color:var(--brand-200,#e8c9a8)}[data-theme=dark] .support-open-disc-empty .support-muted{color:#d4956a;color:var(--brand-300,#d4956a)}[data-theme=dark] .support-open-disc-joinclubs{background:#0f172a73;border-color:#334155e6}[data-theme=dark] .support-open-disc-joinclubs--aside-card{background:#1e293beb;border-color:#334155f2;box-shadow:0 1px 2px #0003,0 14px 44px -18px #00000080}[data-theme=dark] .support-open-disc-joinclubs-toggle{color:#cbd5e1}[data-theme=dark] .support-open-disc-joinclubs-toggle:hover{background:#33415559;color:#e2e8f0;filter:none;transform:none}[data-theme=dark] .support-open-disc-joinclubs-bar{background:#0000;border-bottom-color:#334155d9}[data-theme=dark] .support-open-disc-joinclubs-toggle-icon{color:#94a3b8}[data-theme=dark] button.notb-btn.support-open-disc-joinclubs-viewall-btn{color:#d4a574;color:var(--brand-300,#d4a574)}[data-theme=dark] button.notb-btn.support-open-disc-joinclubs-viewall-btn:hover:not(:disabled){color:#e8c9a8;color:var(--brand-200,#e8c9a8)}[data-theme=dark] button.notb-btn.support-open-disc-joinclubs-viewmore-btn{color:#d4a574;color:var(--brand-300,#d4a574)}[data-theme=dark] button.notb-btn.support-open-disc-joinclubs-viewmore-btn:hover:not(:disabled){color:#e8c9a8;color:var(--brand-200,#e8c9a8)}[data-theme=dark] .support-open-disc-joinclubs-body,[data-theme=dark] .support-open-disc-joinclubs-viewmore-wrap{border-top-color:#334155d9}[data-theme=dark] .support-open-disc-joinclubs-row{border-color:#334155e6}[data-theme=dark] .support-open-disc-joinclubs-name{color:#f1f5f9}[data-theme=dark] button.support-open-disc-joinclubs-name--nav:hover{color:#d4a574;color:var(--brand-300,#d4a574);text-decoration:none}[data-theme=dark] .support-open-disc-joined-cell--tile .support-open-disc-joinclubs-badge{background:#10b98129;border-color:#34d39966;color:#6ee7b7}[data-theme=dark] .support-open-disc-joined-cell .support-open-disc-leave-btn{background:#0f172af2;border-color:#fb718566;color:#fecaca}[data-theme=dark] .support-open-disc-joined-cell .support-open-disc-leave-btn:hover:not(:disabled){background:#7f1d1d59}[data-theme=dark] .support-open-disc-clubs-page-head h1{color:#f1f5f9}[data-theme=dark] .support-open-disc-clubs-page-icon{color:#c9956a;color:var(--brand-400,#c9956a)}[data-theme=dark] .support-open-disc-clubs-page-skel-bone{background:linear-gradient(90deg,#33415580,#475569c7 45%,#33415580 90%);background-size:200% 100%}[data-theme=dark] .support-open-disc-clubs-page-skel-search-field{border-color:#334155e6}[data-theme=dark] .support-open-disc-search--clubs-page input{background:#0f172aa6;color:#f1f5f9}[data-theme=dark] .support-clubs-skeleton-row{background:#0f172a73!important;border-color:#334155bf!important}[data-theme=dark] .support-open-disc-club-page-actions-row,[data-theme=dark] .support-open-disc-joinclubs-tile-foot{border-top-color:#334155d9}[data-theme=dark] .support-clubs-skeleton-tile-avatar{background:linear-gradient(90deg,#33415580,#4755698c 45%,#33415580 90%);background-size:200% 100%}[data-theme=dark] .support-clubs-skeleton-action,[data-theme=dark] .support-clubs-skeleton-line{background:linear-gradient(90deg,#33415580,#475569bf 45%,#33415580 90%);background-size:200% 100%}[data-theme=dark] .support-open-disc-joinclubs-desc{color:#94a3b8}[data-theme=dark] .support-open-disc-duplicate-panel{background:#78350f40;border-color:#fbbf2459}[data-theme=dark] .support-open-disc-duplicate-panel-title{color:#fcd34d}[data-theme=dark] .support-open-disc-notify-opt.rc-checkbox .rc-checkbox__text{color:#94a3b8}.support-open-disc--moderation{max-width:1240px}.support-open-disc-mod-head{align-items:flex-start;display:flex;gap:1rem;margin:.5rem 0 1.25rem}.support-open-disc-mod-head-icon{color:#6366f1;flex-shrink:0;height:2rem;margin-top:.25rem;width:2rem}.support-open-disc-mod-head h1{font-size:1.5rem;margin:0 0 .35rem}.support-open-disc-hero-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.support-open-disc-mod-entry{flex-shrink:0}.support-open-disc-mod-tabs{display:flex;flex-wrap:nowrap;gap:.5rem;margin-bottom:1.25rem;overflow-x:auto;padding-bottom:.15rem}.support-open-disc-mod-tab{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:999px;color:#475569;cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:.84rem;gap:.35rem;justify-content:center;line-height:1;min-width:0;padding:.45rem .85rem;text-align:center;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.support-open-disc-mod-tab-title{align-items:center;color:inherit;display:inline-flex;font-size:.84rem;font-weight:600;gap:.42rem}.support-open-disc-mod-tab-hint{display:none}.support-open-disc-mod-tab.is-active{background:#6366f114;border-color:#6366f1;box-shadow:none;color:#3730a3}.support-open-disc-mod-tab:hover:not(.is-active){background:#f8fafc;border-color:#cbd5e1}.support-open-disc-mod-layout{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:minmax(0,1fr) 290px}.support-open-disc-mod-main{min-width:0}.support-open-disc-mod-sidebar{position:-webkit-sticky;position:sticky;top:10px}.support-open-disc-mod-sidebar-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:.7rem;padding:.9rem .95rem}.support-open-disc-mod-sidebar-card h3{font-size:.95rem;margin:0 0 .4rem}.support-open-disc-mod-sidebar-current{color:#334155;font-weight:700;margin:0}.support-open-disc-mod-section-title{font-size:1.1rem;margin:0 0 .75rem}@media (max-width:980px){.support-open-disc-mod-layout{grid-template-columns:1fr}.support-open-disc-mod-sidebar{position:static}}@media (max-width:720px){.support-open-disc-mod-tabs{flex-wrap:nowrap}}.support-open-disc-mod-report-intro{line-height:1.45;margin:0 0 .85rem}.support-open-disc-mod-report-queue-tabs{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.85rem}.support-open-disc-mod-report-queue-tab{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:inline-flex;font-size:.8125rem;font-weight:600;padding:.4rem .7rem}.support-open-disc-mod-report-queue-tab.is-active{background:#6366f114;border-color:#6366f1;color:#3730a3}.support-open-disc-mod-report-queue-tab:hover:not(.is-active){border-color:#cbd5e1}.support-open-disc-mod-pill--muted{background:#f1f5f9;color:#64748b}.support-open-disc-mod-report-card--history{background:#f8fafc;border-style:dashed}.support-open-disc-mod-report-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.support-open-disc-mod-report-card{background:#fafafa;border:1px solid #e2e8f0;border-radius:10px;padding:.85rem 1rem}.support-open-disc-mod-report-meta{align-items:center;display:flex;gap:.5rem;margin-bottom:.35rem}.support-open-disc-mod-pill{background:#e0e7ff;border-radius:4px;color:#3730a3;font-size:.7rem;font-weight:700;letter-spacing:.04em;padding:.15rem .45rem;text-transform:uppercase}.support-open-disc-mod-report-brief{margin:0 0 .5rem;white-space:pre-wrap}.support-open-disc-mod-report-dl{grid-gap:.15rem .65rem;display:grid;font-size:.85rem;gap:.15rem .65rem;grid-template-columns:auto 1fr;margin:0 0 .65rem}.support-open-disc-mod-report-dl dt{color:#64748b;margin:0}.support-open-disc-mod-report-dl dd{margin:0}.support-open-disc-mod-mono{font-family:ui-monospace,monospace;font-size:.8rem}.support-open-disc-mod-report-actions{display:flex;flex-wrap:wrap;gap:.5rem}.support-open-disc-mod-moderator-list{list-style:none;margin:0 0 1rem;padding:0}.support-open-disc-mod-moderator-list li{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;gap:.75rem;justify-content:space-between;padding:.35rem 0}.support-open-disc-mod-form{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin:1.25rem 0;padding:1rem}.support-open-disc-mod-form h3{font-size:1rem;margin:0 0 .35rem}.support-open-disc-mod-form-row{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.support-open-disc-mod-form-row--stack{align-items:flex-start}.support-open-disc-mod-form-row--stack .support-primary-btn{flex:0 0 auto}.support-open-disc-mod-picker{flex:1 1 280px;max-width:480px;min-width:0}.support-open-disc-mod-field-label{color:#475569;display:block;font-size:.85rem;font-weight:600;margin:.65rem 0 .25rem}.support-open-disc-mod-panel .support-danger-outline,.support-open-disc-mod-panel .support-primary-btn,.support-open-disc-mod-panel .support-primary-outline,.support-open-disc-mod-panel .support-soft-primary-btn{border-width:1px;box-shadow:none;box-sizing:border-box;flex:0 0 auto;max-width:100%;transform:none;transition:color .15s ease,border-color .15s ease,opacity .15s ease,filter .15s ease;width:-webkit-max-content;width:max-content}.support-open-disc-mod-panel .support-primary-btn:hover:not(:disabled){filter:none;opacity:.9}.support-open-disc-mod-panel .support-primary-outline{background:#0000}.support-open-disc-mod-panel .support-primary-outline:hover{background:#0000;border-color:#94a3b8;box-shadow:none;color:#64748b;transform:none}.support-open-disc-mod-panel .support-danger-outline:hover{background:#0000;border-color:#d97706;box-shadow:none;color:#b45309;transform:none}.support-open-disc-mod-panel .support-soft-primary-btn:hover:not(:disabled){background:#fff;border-color:#cbd5e1fa;box-shadow:none;color:#64748b;transform:none}.support-open-disc-mod-panel .support-open-disc-mod-report-queue-tab:not(.is-active):hover,.support-open-disc-mod-panel .support-open-disc-mod-tab:not(.is-active):hover{background:#fff;border-color:#cbd5e1;color:#64748b}.support-open-disc-mod-input{border:1px solid #cbd5e1;border-radius:6px;display:block;font-size:.9rem;margin:.35rem 0;max-width:420px;padding:.45rem .6rem;width:100%}.support-open-disc-mod-input--narrow{max-width:120px}.support-open-disc-mod-textarea{border:1px solid #cbd5e1;border-radius:6px;display:block;font-size:.9rem;margin:.35rem 0;max-width:480px;padding:.45rem .6rem;resize:vertical;width:100%}.support-open-disc-mod-check{gap:.35rem}.support-open-disc-mod-check,.support-open-disc-mod-field{align-items:center;display:flex;font-size:.9rem;margin:.35rem 0}.support-open-disc-mod-field{gap:.5rem}.support-open-disc-mod-nominations{margin-top:1.5rem}.support-open-disc-mod-nom-card{align-items:center;background:#fffbeb;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;margin-bottom:.5rem;padding:.75rem}.support-open-disc-mod-nom-actions{display:flex;gap:.35rem}.support-open-disc-thread-mod-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.35rem}.support-open-disc-thread-report-btn{background:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#475569;cursor:pointer;font-size:.85rem;padding:.35rem .6rem}.support-open-disc-thread-report-btn:hover{border-color:#94a3b8}[data-theme=dark] .support-open-disc-mod-tab{background:#0f172a8c;border-color:#334155e6;color:#cbd5e1}[data-theme=dark] .support-open-disc-mod-tab-title{color:#e2e8f0}[data-theme=dark] .support-open-disc-mod-tab-hint{color:#94a3b8}[data-theme=dark] .support-open-disc-mod-tab.is-active{background:#4338ca40;border-color:#818cf8a6;color:#e0e7ff}[data-theme=dark] .support-open-disc-mod-tab.is-active .support-open-disc-mod-tab-title{color:#e0e7ff}[data-theme=dark] .support-open-disc-mod-report-card{background:#0f172a8c;border-color:#334155e6}[data-theme=dark] .support-open-disc-mod-report-queue-tab{background:#0f172a8c;border-color:#334155e6;color:#cbd5e1}[data-theme=dark] .support-open-disc-mod-report-queue-tab.is-active{background:#4338ca40;border-color:#818cf8a6;color:#e0e7ff}[data-theme=dark] .support-open-disc-mod-pill--muted{background:#33415599;color:#94a3b8}[data-theme=dark] .support-open-disc-mod-report-card--history{background:#0f172a59;border-color:#475569bf}[data-theme=dark] .support-open-disc-mod-form,[data-theme=dark] .support-open-disc-mod-sidebar-card{background:#0f172a73;border-color:#334155e6}[data-theme=dark] .support-open-disc-mod-sidebar-current{color:#f1f5f9}[data-theme=dark] .support-open-disc-mod-input,[data-theme=dark] .support-open-disc-mod-textarea{background:#0f172aa6;border-color:#334155f2;color:#f1f5f9}[data-theme=dark] .support-open-disc-mod-field-label{color:#94a3b8}[data-theme=dark] .support-open-disc-mod-panel .support-primary-outline:hover{background:#0000;border-color:#64748b;color:#cbd5e1}[data-theme=dark] .support-open-disc-mod-panel .support-danger-outline:hover{background:#0000;border-color:#d97706;color:#fbbf24}[data-theme=dark] .support-open-disc-mod-panel .support-open-disc-mod-report-queue-tab:not(.is-active):hover,[data-theme=dark] .support-open-disc-mod-panel .support-open-disc-mod-tab:not(.is-active):hover,[data-theme=dark] .support-open-disc-mod-panel .support-soft-primary-btn:hover:not(:disabled){background:#0f172a8c;border-color:#334155e6;color:#cbd5e1}[data-theme=dark] .support-open-disc--club-page,[data-theme=dark] .support-open-disc--clubs-page,[data-theme=dark] .support-open-disc--home,[data-theme=dark] .support-open-disc-thread{color:#f3f3f3}[data-theme=dark] .support-open-disc-aside-card,[data-theme=dark] .support-open-disc-aside-link,[data-theme=dark] .support-open-disc-club-aside-card,[data-theme=dark] .support-open-disc-club-page-hero,[data-theme=dark] .support-open-disc-club-page-skel-hero,[data-theme=dark] .support-open-disc-empty,[data-theme=dark] .support-open-disc-hero,[data-theme=dark] .support-open-disc-highlight-card,[data-theme=dark] .support-open-disc-highlight-card--aside,[data-theme=dark] .support-open-disc-joinclubs,[data-theme=dark] .support-open-disc-joinclubs--aside-card,[data-theme=dark] .support-open-disc-mod-form,[data-theme=dark] .support-open-disc-mod-report-card,[data-theme=dark] .support-open-disc-stat-tile,[data-theme=dark] .support-open-disc-thread-body,[data-theme=dark] .support-open-disc-thread-skel-body{background:linear-gradient(180deg,#151515,#0b0b0b);border-color:#2a2a2a;box-shadow:none}[data-theme=dark] .support-open-disc-empty{background:#3d281059;border-color:#b8733366}[data-theme=dark] .support-open-disc-highlight-card--top-clubs{background:linear-gradient(180deg,#151515,#0b0b0b);border-color:#b8733359}[data-theme=dark] .support-open-disc-highlight-card--top-clubs .support-open-disc-highlight-title{color:#f5ebe0;color:var(--brand-100,#f5ebe0)}[data-theme=dark] .support-open-disc-highlight-card--top-clubs .support-open-disc-highlight-title svg{color:#e8c9a8;color:var(--brand-200,#e8c9a8)}[data-theme=dark] .support-open-disc-highlight-card--top-clubs .support-open-disc-highlight-sub{color:#e8c9a8;color:var(--brand-200,#e8c9a8);opacity:1}[data-theme=dark] .support-open-disc-highlight-card--top-clubs .support-open-disc-highlight-link:hover .support-open-disc-highlight-club-name{color:#e8c9a8;color:var(--brand-200,#e8c9a8)}[data-theme=dark] .support-open-disc-highlight-card--top-clubs .support-open-disc-highlight-club-avatar{background:#3d281073;border-color:#b8733359}[data-theme=dark] .support-open-disc-highlight-card--top-clubs .support-open-disc-highlight-club-avatar-icon{color:#c9956a;color:var(--brand-400,#c9956a)}[data-theme=dark] .support-open-disc-club-page-hero-identity h1,[data-theme=dark] .support-open-disc-club-page-hero-text h1,[data-theme=dark] .support-open-disc-club-page-stats dd,[data-theme=dark] .support-open-disc-clubs-page-head h1,[data-theme=dark] .support-open-disc-feed-title,[data-theme=dark] .support-open-disc-thread-head h1,[data-theme=dark] .support-open-disc-topic-title,[data-theme=dark] .support-open-disc-vscore{color:#f3f3f3}[data-theme=dark] .support-open-disc-thread-body{background:#0000}[data-theme=dark] .support-open-disc-feed-caption,[data-theme=dark] .support-open-disc-feed-filter,[data-theme=dark] .support-open-disc-hero-eyebrow,[data-theme=dark] .support-open-disc-hero-lead,[data-theme=dark] .support-open-disc-joinclubs-desc,[data-theme=dark] .support-open-disc-notify-opt.rc-checkbox .rc-checkbox__text,[data-theme=dark] .support-open-disc-sort-label,[data-theme=dark] .support-open-disc-topic-meta,[data-theme=dark] .support-open-disc-topic-snippet,[data-theme=dark] .support-open-disc-topic-stats,[data-theme=dark] .support-open-disc-topic-time{color:#a3a3a3}[data-theme=dark] .support-open-disc-chip:hover,[data-theme=dark] .support-open-disc-highlight-link:hover,[data-theme=dark] .support-open-disc-sort-pill:hover:not(.is-active),[data-theme=dark] .support-open-disc-topic:focus-visible:not(.support-open-disc-topic--card):not(.support-open-disc-topic--list),[data-theme=dark] .support-open-disc-topic:hover:not(.support-open-disc-topic--card):not(.support-open-disc-topic--list){background:#40404080;border-color:#404040;color:#f3f3f3}[data-theme=dark] .support-open-disc-highlight-card--top-clubs .support-open-disc-highlight-link:hover{background:#3d281073;border-color:#0000}[data-theme=dark] .support-open-disc-chip.is-active,[data-theme=dark] .support-open-disc-mod-report-queue-tab.is-active,[data-theme=dark] .support-open-disc-mod-tab.is-active,[data-theme=dark] .support-open-disc-sort-pill.is-active{background:#404040b3;border-color:#525252;color:#f3f3f3}[data-theme=dark] .support-open-disc-mod-input,[data-theme=dark] .support-open-disc-mod-textarea,[data-theme=dark] .support-open-disc-new-club-input,[data-theme=dark] .support-open-disc-search--clubs-page input,[data-theme=dark] .support-open-disc-search--hero input{background:#151515;border-color:#2a2a2a;color:#f3f3f3}[data-theme=dark] .support-open-disc-search--clubs-page input{border-color:#b8733373}[data-theme=dark] .support-open-disc-search--clubs-page input::placeholder,[data-theme=dark] .support-open-disc-search--hero input::placeholder{color:#94a3b8}[data-theme=dark] .support-open-disc-action-btn,[data-theme=dark] .support-open-disc-action-btn:hover:not(:disabled),[data-theme=dark] .support-open-disc-new-club-prompt:hover,[data-theme=dark] .support-open-disc-vbtn:hover:not(:disabled){background:#404040b3;border-color:#525252;color:#f3f3f3}[data-theme=dark] .support-open-disc-cat-icon,[data-theme=dark] .support-open-disc-chip-club-avatar-icon,[data-theme=dark] .support-open-disc-highlight-club-avatar-icon,[data-theme=dark] .support-open-disc-new-club-prompt{color:#d4d4d4}.support-open-disc-new-club-icon-input{display:none}.support-open-disc-post-link-input,.support-open-disc-post-textarea{background:#fff;border:1px solid #cbd5e1f2;border-radius:10px;color:#111827}.support-open-disc-post-link-input{font-family:inherit;font-size:.88rem;min-width:220px;padding:8px 10px}.support-open-disc-post-media-row{align-items:stretch;display:flex;flex-wrap:wrap;gap:8px;max-width:560px;min-width:0;width:100%}.support-open-disc-dropzone{align-items:center;background:#f8fafccc;border:1px dashed #94a3b8e6;border-radius:10px;box-sizing:border-box;cursor:pointer;display:flex;gap:10px;min-width:260px;padding:10px 12px}.support-open-disc-dropzone--media{max-width:100%;min-width:0;width:100%}.support-open-disc-dropzone-icon{color:#8b5a2b;color:var(--brand-600,#8b5a2b);flex-shrink:0;height:1.15rem;width:1.15rem}.support-open-disc-dropzone-text{color:#475569;flex:1 1;font-size:12px;line-height:1.4;min-width:0;overflow-wrap:break-word;white-space:normal}@media (max-width:520px){.support-open-disc-dropzone--club-icon,.support-open-disc-dropzone--media{align-items:center;flex-direction:column;gap:8px;justify-content:center;text-align:center}.support-open-disc-dropzone--club-icon .support-open-disc-dropzone-text,.support-open-disc-dropzone--media .support-open-disc-dropzone-text{flex:none;width:100%}}.support-open-disc-media-preview-img,.support-open-disc-media-preview-video{border:1px solid #e2e8f0f2;border-radius:10px;max-height:160px;max-width:300px;object-fit:cover;width:100%}.support-open-disc-media-preview-wrap{display:flex;flex-direction:column;gap:8px}.support-open-disc-media-preview-stage{position:relative;width:-webkit-fit-content;width:fit-content}.support-open-disc-media-preview-controls{display:flex;flex-direction:column;gap:8px}.support-open-disc-media-preview-nav{align-items:center;display:inline-flex;gap:8px}.support-open-disc-media-preview-arrow{align-items:center;background:#0f172a99;border:1px solid #cbd5e1f2;border-radius:999px;color:#f8fafc;display:inline-flex;height:30px;justify-content:center;width:30px}.support-open-disc-media-preview-arrow--left,.support-open-disc-media-preview-arrow--right{position:absolute;top:50%;transform:translateY(-50%);z-index:2}.support-open-disc-media-preview-arrow--left{left:8px}.support-open-disc-media-preview-arrow--right{right:8px}.support-open-disc-media-preview-count{color:#475569;font-size:12px}.support-open-disc-media-preview-count--overlay{background:#0f172a99;border:1px solid #94a3b873;border-radius:999px;bottom:8px;color:#f8fafc;left:50%;padding:2px 8px;position:absolute;transform:translateX(-50%);z-index:2}.support-open-disc-media-preview-thumbs{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.support-open-disc-media-preview-thumb-btn{background:#fff;border:1px solid #cbd5e1f2;border-radius:8px;line-height:0;padding:2px}.support-open-disc-media-preview-thumb-btn.is-active{border-color:#2563eb}.support-open-disc-media-preview-thumb{border-radius:6px;height:48px;object-fit:cover;width:48px}.support-open-disc-post-tags{display:flex;flex-wrap:wrap;gap:6px;max-width:560px}.support-open-disc-post-tag-chip{align-items:center;background:#faf6f1;background:var(--brand-50,#faf6f1);border:1px solid #c9863f73;border-radius:999px;color:#7a4e28;color:var(--brand-700,#7a4e28);display:inline-flex;font-size:12px;font-weight:500;gap:5px;line-height:1.2;padding:4px 10px}.support-open-disc-post-tag-chip-icon{display:inline-flex;flex-shrink:0;font-size:13px;line-height:1;opacity:.92}button.support-open-disc-post-tag-chip{cursor:pointer}button.support-open-disc-post-tag-chip:hover{background:#f5ebe0;background:var(--brand-100,#f5ebe0);border-color:#b87333a6}.support-open-disc-dropdown-club-icon,.support-open-disc-dropdown-club-icon-img{border-radius:999px;height:18px;object-fit:cover;width:18px}.support-open-disc-topic-thumb-wrap{flex:0 0 auto}.support-open-disc-topic-thumb-btn{align-items:center;background:#0000;border:none;border-radius:10px;cursor:pointer;display:inline-flex;justify-content:center;line-height:0;overflow:hidden;padding:0;position:relative}.support-open-disc-topic-thumb-bg{background-position:50%;background-repeat:no-repeat;background-size:cover}.support-open-disc-topic-thumb-bg,.support-open-disc-topic-thumb-bg-video{filter:blur(14px) saturate(1.08);inset:0;opacity:.78;pointer-events:none;position:absolute;transform:scale(1.08);z-index:0}.support-open-disc-topic-thumb-bg-video{height:100%;object-fit:cover;width:100%}.support-open-disc-topic-thumb-btn--with-backdrop .support-open-disc-topic-thumb{object-fit:contain;position:relative;z-index:1}.support-open-disc-topic-thumb-btn--with-backdrop .support-open-disc-topic-thumb--video{background:#0000}.support-open-disc-topic-thumb{border:1px solid #e2e8f0f2;border-radius:10px;height:96px;object-fit:cover;width:132px}.support-open-disc-topic-thumb--video{background:#0f172a;display:block;pointer-events:none}.support-open-disc-topic-thumb-overlay--video{opacity:.72}.support-open-disc-topic-thumb-btn:hover .support-open-disc-topic-thumb-overlay--video{opacity:1}@media (hover:none) and (pointer:coarse){.support-open-disc-topic-thumb-btn .support-open-disc-topic-thumb-overlay--video{opacity:.88}}.support-open-disc-topic-thumb-overlay{align-items:center;background:#0f172a7a;color:#f8fafc;display:inline-flex;inset:0;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:opacity .18s ease}.support-open-disc-topic-thumb-overlay-icon{filter:drop-shadow(0 2px 6px rgba(0,0,0,.35));font-size:1.4rem}.support-open-disc-topic-thumb-btn:hover .support-open-disc-topic-thumb-overlay{opacity:1}@media (max-width:720px){.support-open-disc-topic-main{align-items:flex-start;flex-direction:row;gap:10px}.support-open-disc-topic-thumb-wrap{flex:0 0 auto}.support-open-disc-topic-thumb{height:72px;max-height:none;object-fit:cover;width:92px}.support-open-disc-topic--card .support-open-disc-topic-title,.support-open-disc-topic-title{font-size:.9375rem;line-height:1.3}.support-open-disc-topic-snippet{font-size:.82rem}.support-open-disc-topic--list .support-open-disc-topic-main{column-gap:10px;flex-wrap:wrap;row-gap:2px}.support-open-disc-topic--list .support-open-disc-topic-stats--list-in-content{display:none}.support-open-disc-topic--list .support-open-disc-topic-stats--list-mobile-foot{align-content:flex-start;align-items:center;box-sizing:border-box;display:flex;flex:0 0 100%;flex-direction:row;flex-wrap:wrap;gap:8px;justify-content:flex-start;margin:0;max-width:100%;row-gap:6px;width:100%}.support-open-disc-topic--list .support-open-disc-topic-main--has-thumb .support-open-disc-topic-stats--thumb-mobile{display:none}.support-open-disc-topic--list .support-open-disc-topic-stats--list-mobile-foot .support-open-disc-topic-stat-comments,.support-open-disc-topic--list .support-open-disc-topic-stats--list-mobile-foot .support-open-disc-topic-stat-hashtags--btn,.support-open-disc-topic--list .support-open-disc-topic-stats--list-mobile-foot .support-open-disc-topic-stat-view-later--btn,.support-open-disc-topic--list .support-open-disc-topic-stats--list-mobile-foot .support-open-disc-topic-stat-votes{flex:0 0 auto;padding:4px 8px}.support-open-disc-topic--list .support-open-disc-topic-stats--list-mobile-foot .support-open-disc-topic-stat-comment-icon,.support-open-disc-topic--list .support-open-disc-topic-stats--list-mobile-foot .support-open-disc-topic-stat-hashtags-icon,.support-open-disc-topic--list .support-open-disc-topic-stats--list-mobile-foot .support-open-disc-topic-stat-view-later-icon,.support-open-disc-topic--list .support-open-disc-topic-stats--list-mobile-foot .support-open-disc-topic-stat-vote-icon{font-size:.95rem;height:.95rem;width:.95rem}.support-open-disc-topic--list .support-open-disc-topic-stats--list-mobile-foot .support-open-disc-topic-stat-vote-score{font-size:.8rem}.support-open-disc-topic--list .support-open-disc-topic-content{flex:1 1;min-width:0}.support-open-disc-topic--list .support-open-disc-topic-title-row{min-width:0;width:100%}.support-open-disc-topic--list .support-open-disc-topic-title{font-size:1rem;line-height:1.32;overflow-wrap:anywhere;word-break:break-word}.support-open-disc-topic--list .support-open-disc-topic-snippet,.support-open-disc-topic--list .support-open-disc-topic-snippet--list{line-clamp:2;-webkit-line-clamp:2;overflow-wrap:anywhere;text-align:left;word-break:break-word}.support-open-disc-topic--list .support-open-disc-topic-main--has-thumb{grid-column-gap:10px;grid-row-gap:4px;align-items:start;column-gap:10px;display:grid;grid-template-columns:minmax(92px,auto) minmax(0,1fr);row-gap:4px}.support-open-disc-topic--list .support-open-disc-topic-main--has-thumb .support-open-disc-topic-media-col{align-self:start;grid-column:1;grid-row:1/span 2}.support-open-disc-topic--list .support-open-disc-topic-main--has-thumb .support-open-disc-topic-content{display:contents}.support-open-disc-topic--list .support-open-disc-topic-main--has-thumb .support-open-disc-topic-list-head{grid-column:2;grid-row:1;min-width:0}.support-open-disc-topic--list .support-open-disc-topic-list-head .support-open-disc-topic-end-actions.support-open-disc-topic-end-actions--list{gap:2px;margin-left:auto;margin-right:-4px}.support-open-disc-topic-head-actions-cluster{gap:2px}.support-open-disc-topic--card .support-open-disc-topic-end-actions--list .gb__trigger,.support-open-disc-topic--card .support-open-disc-topic-meta--card-actions .support-open-disc-topic-more button.gb__trigger,.support-open-disc-topic--list .support-open-disc-topic-end-actions--list .gb__trigger,.support-open-disc-topic--list .support-open-disc-topic-meta--card-actions .support-open-disc-topic-more button.gb__trigger{background:#0000;border:0;box-shadow:none;height:26px;min-width:22px;padding:0 2px;width:22px}.support-open-disc-topic--card .support-open-disc-topic-end-actions--list .gb__trigger:hover:not(:disabled),.support-open-disc-topic--card .support-open-disc-topic-end-actions--list .gb__trigger[aria-expanded=true]:not(:disabled),.support-open-disc-topic--card .support-open-disc-topic-meta--card-actions .support-open-disc-topic-more button.gb__trigger:hover:not(:disabled),.support-open-disc-topic--card .support-open-disc-topic-meta--card-actions .support-open-disc-topic-more button.gb__trigger[aria-expanded=true]:not(:disabled),.support-open-disc-topic--list .support-open-disc-topic-end-actions--list .gb__trigger:hover:not(:disabled),.support-open-disc-topic--list .support-open-disc-topic-end-actions--list .gb__trigger[aria-expanded=true]:not(:disabled),.support-open-disc-topic--list .support-open-disc-topic-meta--card-actions .support-open-disc-topic-more button.gb__trigger:hover:not(:disabled),.support-open-disc-topic--list .support-open-disc-topic-meta--card-actions .support-open-disc-topic-more button.gb__trigger[aria-expanded=true]:not(:disabled){background:#e2e8f0f2;border:0;box-shadow:none;color:#475569}[data-theme=dark] .support-open-disc-topic--card .support-open-disc-topic-end-actions--list .gb__trigger:hover:not(:disabled),[data-theme=dark] .support-open-disc-topic--card .support-open-disc-topic-end-actions--list .gb__trigger[aria-expanded=true]:not(:disabled),[data-theme=dark] .support-open-disc-topic--card .support-open-disc-topic-meta--card-actions .support-open-disc-topic-more button.gb__trigger:hover:not(:disabled),[data-theme=dark] .support-open-disc-topic--card .support-open-disc-topic-meta--card-actions .support-open-disc-topic-more button.gb__trigger[aria-expanded=true]:not(:disabled),[data-theme=dark] .support-open-disc-topic--list .support-open-disc-topic-end-actions--list .gb__trigger:hover:not(:disabled),[data-theme=dark] .support-open-disc-topic--list .support-open-disc-topic-end-actions--list .gb__trigger[aria-expanded=true]:not(:disabled),[data-theme=dark] .support-open-disc-topic--list .support-open-disc-topic-meta--card-actions .support-open-disc-topic-more button.gb__trigger:hover:not(:disabled),[data-theme=dark] .support-open-disc-topic--list .support-open-disc-topic-meta--card-actions .support-open-disc-topic-more button.gb__trigger[aria-expanded=true]:not(:disabled){background:#94a3b847;color:#f8fafc}.support-open-disc-topic--list .support-open-disc-topic-time--list-action{color:#64748b;color:var(--support-open-disc-text-muted,#64748b);flex-shrink:0;font-size:.78rem;line-height:1.2;white-space:nowrap}.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list{grid-column-gap:8px;grid-row-gap:0;align-items:center;column-gap:8px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-rows:auto auto;min-width:0;row-gap:0;width:100%}.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-status-identity{display:contents}.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-author-avatar,.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-club-avatar{align-self:start;grid-column:1;grid-row:1}.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-status-identity-body{display:contents}.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-status-primary{grid-column-gap:6px;align-items:center;column-gap:6px;display:grid;grid-column:2;grid-row:1;grid-template-columns:minmax(0,1fr) auto auto;min-width:0;overflow:hidden}.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-story-posted-on-sub{grid-column:1/-1;grid-row:2;margin-top:1px;width:100%}.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-author,.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-author--link,.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-author--status-name,.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-club,.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-club--status-name{display:block;max-width:none;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-status-primary .support-open-disc-topic-sep,.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-status-primary .support-open-disc-topic-time{flex-shrink:0;white-space:nowrap}.support-open-disc-topic--list .support-open-disc-topic-list-head .support-open-disc-topic-meta{flex-wrap:nowrap;overflow:hidden}.support-open-disc-topic--list .support-open-disc-topic-list-head .support-open-disc-topic-author,.support-open-disc-topic--list .support-open-disc-topic-list-head .support-open-disc-topic-author--link,.support-open-disc-topic--list .support-open-disc-topic-list-head .support-open-disc-topic-club{display:block;max-width:none;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-open-disc-topic--list .support-open-disc-topic-list-head .support-open-disc-topic-meta .support-open-disc-topic-author-avatar,.support-open-disc-topic--list .support-open-disc-topic-list-head .support-open-disc-topic-meta .support-open-disc-topic-club-avatar{flex-shrink:0}.support-open-disc-topic--list .support-open-disc-topic-list-head .support-open-disc-topic-meta .support-open-disc-topic-sep,.support-open-disc-topic--list .support-open-disc-topic-list-head .support-open-disc-topic-meta .support-open-disc-topic-time{flex-shrink:0;white-space:nowrap}.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-topic-meta--card-actions{align-self:center;flex-shrink:0;gap:4px;grid-column:3;grid-row:1;padding-top:0}.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-location-line.support-open-disc-topic-status-sub{display:flex;grid-column:1/-1;grid-row:2;margin-top:2px;max-width:100%;min-width:0;overflow:hidden;width:100%}.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list .support-open-disc-location-line-text{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-open-disc-topic--list .support-open-disc-topic-meta--card-status--list p.support-open-disc-topic-status-sub:not(.support-open-disc-location-line){grid-column:1/-1;grid-row:3;margin-top:2px;width:100%}.support-open-disc-topic--list .support-open-disc-topic-main--has-thumb .support-open-disc-topic-title-row{grid-column:2;grid-row:2;min-width:0}.support-open-disc-topic--list .support-open-disc-topic-main--has-thumb .support-open-disc-topic-snippet--list{grid-column:1/-1;grid-row:3;margin-top:2px;max-width:100%;text-align:left;width:100%}.support-open-disc-topic--list .support-open-disc-topic-main--has-thumb .support-open-disc-topic-stats--list-mobile-foot{grid-column:1/-1;grid-row:4}.support-open-disc-topic-list--list>li{padding-bottom:1px;padding-top:1px}.support-open-disc-topic-list--list .support-open-disc-topic--list,.support-open-disc-topic-list--list .support-open-disc-topic--list:active,.support-open-disc-topic-list--list .support-open-disc-topic--list:focus-visible,.support-open-disc-topic-list--list .support-open-disc-topic--list:hover{padding-bottom:8px;padding-top:10px}}.support-open-disc-tag-modal.modal-content{background:#fff;border:1px solid #c9863f61;border-radius:14px;box-shadow:0 0 0 1px #b8733314,0 16px 40px #3d281024;height:auto!important;max-height:none;overflow:hidden;width:min(460px,calc(100vw - 32px))!important}.support-open-disc-tag-modal .modal-children-container{flex:0 0 auto;overflow:visible;padding:0}.support-open-disc-tag-modal .extra-space{display:none;height:0}.support-open-disc-tag-modal .modal-close-icon{color:#8b5a2b;color:var(--brand-600,#8b5a2b);right:12px;top:10px;z-index:2}.support-open-disc-tag-modal .modal-close-icon:hover{background:#faf6f1;background:var(--brand-50,#faf6f1);border-color:#c9863f73;color:#7a4e28;color:var(--brand-700,#7a4e28)}.support-open-disc-edit-post-modal.modal-content{display:flex;flex-direction:column;max-height:min(92vh,920px);overflow:hidden}.support-open-disc-edit-post-modal .modal-children-container{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow:hidden;overscroll-behavior:contain;padding:0}.support-open-disc-edit-post-modal .extra-space{display:none}.support-open-disc-edit-post-modal-body{box-sizing:border-box;display:flex;flex:1 1 auto;flex-direction:column;gap:0;min-height:0;overflow:hidden;padding:16px 20px 0;width:100%}.support-open-disc-edit-post-modal-head{flex-shrink:0;margin-bottom:0;padding:0 32px 12px 0}.support-open-disc-edit-post-modal-scroll{-webkit-overflow-scrolling:touch;display:flex;flex:1 1 auto;flex-direction:column;gap:10px;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:4px 4px 16px 0;touch-action:pan-y}.support-open-disc-edit-post-modal-actions,.support-open-disc-edit-post-modal-body>.support-open-disc-edit-post-modal-actions,.support-open-disc-edit-post-modal-scroll>.support-open-disc-tag-modal-actions{flex-shrink:0;margin-top:4px}.support-open-disc-edit-post-modal-body>.support-open-disc-edit-post-modal-actions{flex-wrap:wrap;margin-top:0;padding:14px 4px max(16px,env(safe-area-inset-bottom,0px)) 0}.support-open-disc-edit-post-modal-actions .support-open-disc-tag-modal-add,.support-open-disc-edit-post-modal-actions .support-open-disc-tag-modal-draft{min-width:7.25rem}.support-open-disc-edit-post-modal .support-open-disc-post-media-row{align-items:stretch;flex-direction:column;flex-wrap:nowrap;gap:12px;max-width:none;width:100%}.support-open-disc-edit-post-modal .support-open-disc-dropzone--media{box-sizing:border-box;min-width:0;width:100%}.support-open-disc-edit-post-modal .support-open-disc-media-preview-controls{width:100%}.support-open-disc-edit-post-modal .support-open-disc-media-preview-img,.support-open-disc-edit-post-modal .support-open-disc-media-preview-video{-webkit-user-drag:none;display:block;height:auto;max-height:min(320px,42vh);max-width:100%;object-fit:contain;object-position:center;touch-action:pan-y;-webkit-user-select:none;user-select:none;width:100%}.support-open-disc-edit-post-modal .support-open-disc-media-preview-thumbs{width:100%}.support-open-disc-tag-modal:not(.support-open-disc-create-post-modal) .support-open-disc-tag-modal-body{display:flex;flex-direction:column;gap:0;padding:20px 22px 18px}.support-open-disc-edit-post-modal .support-open-disc-edit-post-modal-body.support-open-disc-tag-modal-body{padding:16px 20px 0}.support-open-disc-tag-modal-body{display:flex;flex-direction:column;gap:10px}.support-open-disc-tag-modal-head{border-bottom:1px solid #e2e8f0f2;margin:0 0 14px;padding:0 28px 14px 0}.support-open-disc-tag-modal-eyebrow{color:#8b5a2b;color:var(--brand-600,#8b5a2b);font-size:.7rem;font-weight:700;letter-spacing:.08em;margin:0 0 4px;text-transform:uppercase}.support-open-disc-tag-modal-title{color:#0f172a;font-size:1.2rem;font-weight:700;line-height:1.25;margin:0 0 6px}.support-open-disc-tag-modal-lead{color:#64748b;font-size:.8125rem;line-height:1.45;margin:0}.support-open-disc-tag-modal-current{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 12px}.support-open-disc-tag-modal-chip{cursor:pointer}.support-open-disc-tag-modal-fields{display:flex;flex-direction:column;gap:14px}.support-open-disc-tag-modal-field{align-items:stretch;display:flex;flex-direction:column;font-weight:400;gap:6px;margin-bottom:0;width:100%}.support-open-disc-tag-modal-field>span{color:#475569;display:block;font-size:.8125rem;font-weight:500;line-height:1.3;width:100%}.support-open-disc-tag-modal-field .reusable-dropdown-text,.support-open-disc-tag-modal-field input{border:1px solid #cbd5e1f2;border-radius:10px;box-sizing:border-box;font-size:.875rem;font-weight:400;height:38px;min-height:38px;padding:0 12px;width:100%}.support-open-disc-tag-modal-field .reusable-dropdown-text:hover,.support-open-disc-tag-modal-field .reusable-dropdown.open .reusable-dropdown-text,.support-open-disc-tag-modal-field input:focus{border-color:#b87333;border-color:var(--brand-500,#b87333);box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338);outline:none}.support-open-disc-tag-modal-field .reusable-dropdown{display:block;width:100%}.support-open-disc-tag-modal-field .reusable-dropdown-text{box-sizing:border-box;width:100%}.support-open-disc-tag-modal-field .reusable-dropdown.open{position:relative;z-index:1}.reusable-dropdown-menu--portal{border-color:#c9863f59;border-radius:10px;box-shadow:0 12px 32px #3d281029,0 0 0 1px #b8733314}[data-theme=dark] .reusable-dropdown-menu--portal{background:#1a1a1a;border-color:#b873336b;box-shadow:0 16px 40px #0000008c,0 0 0 1px #000c}.support-open-disc-edit-post-modal-body .support-open-disc-field--details,.support-open-disc-tag-modal-body .support-open-disc-field--details{max-width:100%}.support-open-disc-edit-post-modal-body .support-open-disc-post-details-compose,.support-open-disc-tag-modal-body .support-open-disc-post-details-compose{margin-top:6px;max-width:100%;width:100%}.support-open-disc-edit-post-modal-body .support-open-disc-post-details-compose .wfm-text-editor,.support-open-disc-tag-modal-body .support-open-disc-post-details-compose .wfm-text-editor{width:100%}.support-open-disc-edit-post-modal-body .support-open-disc-post-details-compose .wfm-text-editor{--wfm-editor-frame-border:#cbd5e1f2;--wfm-editor-frame-bg:#fff;--wfm-editor-input-bg:var(--wfm-editor-frame-bg);background:var(--wfm-editor-frame-bg);border:1px solid var(--wfm-editor-frame-border);border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:0;overflow:hidden}.support-open-disc-edit-post-modal-body .support-open-disc-post-details-compose .wfm-text-editor__rich-shell{display:flex;flex-direction:column;min-width:0;width:100%}.support-open-disc-edit-post-modal-body .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__markdown-input,.support-open-disc-edit-post-modal-body .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__rich-composer{border:none;border-radius:0;box-shadow:none}@media (min-width:768px){.support-open-disc-edit-post-modal-body .support-open-disc-post-details-compose .wfm-text-editor{min-height:160px}.support-open-disc-edit-post-modal-body .support-open-disc-post-details-compose .wfm-text-editor__rich-shell{flex:1 1 auto;min-height:0}.support-open-disc-edit-post-modal-body .support-open-disc-post-details-compose .wfm-text-editor__rich-composer,.support-open-disc-edit-post-modal-body .support-open-disc-post-details-compose .wfm-text-editor__surface-wrap{flex:1 1 auto;min-height:0;overflow:hidden}.support-open-disc-edit-post-modal-body .support-open-disc-post-details-compose .wfm-text-editor__surface--rich{flex:1 1 auto;height:auto;min-height:0;overflow-y:auto;resize:none}}@media (hover:none) and (pointer:coarse){.support-open-disc-edit-post-modal-body .support-open-disc-post-details-compose .wfm-text-editor:not(.wfm-text-editor--mobile-expanded) .wfm-text-editor__surface--rich{font-size:16px;line-height:1.55;min-height:calc(1.5rem + 3.875em)}.support-open-disc-edit-post-modal-body .support-open-disc-post-details-compose .wfm-text-editor:not(.wfm-text-editor--mobile-expanded) .wfm-text-editor__surface--show-hidden-toolbar-placeholder:before{font-size:16px;line-height:1.55}}[data-theme=dark] .support-open-disc-edit-post-modal-body .support-open-disc-post-details-compose .wfm-text-editor{--wfm-editor-frame-border:#525252f2;--wfm-editor-frame-bg:#1a1a1a}.support-open-disc-edit-post-modal-title{align-items:center;display:inline-flex;gap:8px;margin:0 0 6px}.support-open-disc-edit-post-modal-title-icon{color:#8b5a2b;color:var(--brand-600,#8b5a2b);flex-shrink:0;font-size:1.15rem}.support-open-disc-create-post-modal.modal-content{display:flex;flex-direction:column;height:auto;max-height:min(88vh,760px);overflow:hidden}@media (min-width:961px){.support-open-disc-create-post-modal.modal-content{max-height:min(88vh,760px);width:min(720px,calc(100vw - 48px))!important}.support-open-disc-create-post-modal .support-open-disc-tag-modal-body.support-open-disc-create-post-modal-body{padding:20px 28px 0}.support-open-disc-create-post-modal-scroll .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor{min-height:0}.support-open-disc-create-post-modal-scroll .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor__rich-composer,.support-open-disc-create-post-modal-scroll .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor__rich-shell,.support-open-disc-create-post-modal-scroll .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor__surface-wrap{flex:0 1 auto;min-height:auto;overflow:visible}.support-open-disc-create-post-modal-scroll .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor__surface--rich{flex:0 0 auto;height:auto;max-height:min(40vh,320px);min-height:calc(1.25rem + 3.1em);overflow-y:auto;resize:none}.support-open-disc-create-post-modal-scroll{scrollbar-gutter:stable}.support-open-disc-create-post-modal--edit.modal-content{height:auto;max-height:min(92vh,920px);overflow-x:hidden;overflow-y:auto;scrollbar-width:thin}.support-open-disc-create-post-modal--edit.modal-content::-webkit-scrollbar{width:6px}.support-open-disc-create-post-modal--edit.modal-content::-webkit-scrollbar-thumb{background:#94a3b88c;border-radius:999px}.support-open-disc-create-post-modal--edit .modal-children-container,.support-open-disc-create-post-modal--edit .support-open-disc-create-post-modal-body{flex:0 1 auto;min-height:auto;overflow:visible}.support-open-disc-create-post-modal--edit .support-open-disc-create-post-modal-scroll{flex:0 1 auto;max-height:none;min-height:auto;overflow:visible;scrollbar-gutter:auto}.support-open-disc-create-post-modal--edit .support-open-disc-compose-create-modal-inner{display:flex;flex:0 1 auto;flex-direction:column;min-height:auto}.support-open-disc-create-post-modal--edit .support-open-disc-compose-create-modal-scroll-body{display:block;flex:0 1 auto;min-height:auto;overflow:visible}.support-open-disc-compose-edit-modal-overlay--anchored.modal-overlay{align-items:flex-start;justify-content:flex-start}.support-open-disc-create-post-modal--edit-anchored.modal-content{left:var(--od-compose-edit-modal-l)!important;margin:0!important;max-width:var(--od-compose-edit-modal-w)!important;position:fixed!important;top:50%!important;transform:translateY(-50%)!important;width:var(--od-compose-edit-modal-w)!important}}.support-open-disc-create-post-modal .modal-children-container{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow:hidden;overscroll-behavior:contain;padding:0}.support-open-disc-create-post-modal .extra-space{display:none}.support-open-disc-create-post-modal-body{box-sizing:border-box;display:flex;flex:1 1 auto;flex-direction:column;gap:0;min-height:0;overflow:hidden;padding:16px 20px 0;width:100%}.support-open-disc-create-post-modal-head{border-bottom:none;flex-shrink:0;margin-bottom:0;padding:0}.support-open-disc-create-post-modal-head-bar{align-items:center;display:flex;gap:10px;justify-content:space-between;min-width:0}.support-open-disc-create-post-modal .modal-header .modal-close-icon{display:none}.support-open-disc-create-post-modal-close{align-items:center;background:#0000;border:1px solid #0000;border-radius:50%;color:#8b5a2b;color:var(--brand-600,#8b5a2b);cursor:pointer;display:inline-flex;flex-shrink:0;font-size:22px;height:30px;justify-content:center;line-height:1;margin:0;padding:0;transition:background-color .2s ease,border-color .2s ease,color .2s ease;width:30px}.support-open-disc-create-post-modal-close:hover:not(:disabled){background:#faf6f1;background:var(--brand-50,#faf6f1);border-color:color-mix(in srgb,#c9863f 45%,#0000);border-color:color-mix(in srgb,var(--brand-400,#c9863f) 45%,#0000);color:#7a4e28;color:var(--brand-700,#7a4e28)}.support-open-disc-create-post-modal-close:focus-visible{outline:2px solid #b87333;outline:2px solid var(--brand-500,#b87333);outline-offset:2px}.support-open-disc-create-post-modal-close:disabled{cursor:not-allowed;opacity:.45}[data-theme=dark] .support-open-disc-create-post-modal-close{color:#c9863f;color:var(--brand-400,#c9863f)}[data-theme=dark] .support-open-disc-create-post-modal-close:hover:not(:disabled){background:#b8733347;border-color:color-mix(in srgb,#c9863f 45%,#0000);border-color:color-mix(in srgb,var(--brand-400,#c9863f) 45%,#0000);color:#f8fafc}.support-open-disc-create-post-modal-eyebrow-row{align-items:center;display:flex;flex-wrap:nowrap;gap:6px}.support-open-disc-create-post-modal-eyebrow-row .support-open-disc-tag-modal-eyebrow{margin:0}.support-open-disc-create-post-modal-eyebrow-row .tooltip-container{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:center;line-height:0}.support-open-disc-create-post-modal-eyebrow-info{align-items:center;background:#0000;border:none;border-radius:999px;color:#8b5a2b;color:var(--brand-600,#8b5a2b);cursor:pointer;display:inline-flex;flex-shrink:0;height:1.35rem;justify-content:center;line-height:0;padding:0;width:1.35rem}.support-open-disc-create-post-modal-eyebrow-info:hover{background:#faf6f1;background:var(--brand-50,#faf6f1);color:#7a4e28;color:var(--brand-700,#7a4e28)}.support-open-disc-create-post-modal-eyebrow-info:focus-visible{outline:2px solid #b87333;outline:2px solid var(--brand-500,#b87333);outline-offset:2px}.support-open-disc-create-post-modal-eyebrow-info svg{height:1.1rem;width:1.1rem}.support-open-disc-create-post-modal-scroll{-webkit-overflow-scrolling:touch;flex:1 1 auto;max-height:min(calc(88vh - 120px),640px);min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:4px 4px max(16px,env(safe-area-inset-bottom,0px)) 0;touch-action:pan-y}.support-open-disc-create-post-modal-scroll.support-open-disc-create-post-modal{--od-create-control-h:38px;--od-create-control-radius:10px;--accent:var(--brand-600,#8b5a2b);--rb-focus-ring:var(--brand-focus-ring,#b8733373)}.support-open-disc-create-post-modal-scroll .support-open-disc-compose-footer--create-page{margin-top:12px}@media (min-width:961px){.support-open-disc-compose-create-modal-inner,.support-open-disc-compose-create-modal-scroll-body{display:contents}}.support-open-disc-create-post-modal-scroll .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor{--wfm-editor-frame-border:#cbd5e1f2;--wfm-editor-frame-bg:#fff;--wfm-editor-input-bg:#fff;background:var(--wfm-editor-frame-bg);border:1px solid var(--wfm-editor-frame-border);border-radius:10px;border-radius:var(--od-create-control-radius,10px);box-shadow:none;overflow:hidden}.support-open-disc-create-post-modal-scroll .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__rich-composer{background:#fff;border:none;border-radius:0;box-shadow:none;min-height:0}.support-open-disc-create-post-modal-scroll .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__rich-composer:focus-within{border:none;box-shadow:none}[data-theme=dark] .support-open-disc-create-post-modal-scroll .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor{--wfm-editor-frame-border:#525252f2;--wfm-editor-frame-bg:#1a1a1a;--wfm-editor-input-bg:#1a1a1a;background:#1a1a1a}[data-theme=dark] .support-open-disc-create-post-modal-scroll .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__rich-composer{background:#1a1a1a}.support-open-disc-create-post-modal-scroll .support-open-disc-field--announcement-title,.support-open-disc-create-post-modal-scroll .support-open-disc-field--title{margin-bottom:14px}.support-open-disc-create-post-modal-scroll .support-open-disc-field--announcement-details>span,.support-open-disc-create-post-modal-scroll .support-open-disc-field--announcement-title>span,.support-open-disc-create-post-modal-scroll .support-open-disc-field--details>span,.support-open-disc-create-post-modal-scroll .support-open-disc-field--title>span{color:#475569;font-size:.875rem;font-weight:400;line-height:1.35}.support-open-disc-create-post-modal-scroll .support-open-disc-field--announcement-title>input,.support-open-disc-create-post-modal-scroll .support-open-disc-field--title>input{border:1px solid #cbd5e1f2;border-radius:10px;border-radius:var(--od-create-control-radius,10px);box-sizing:border-box;height:38px;height:var(--od-create-control-h,38px);min-height:38px;min-height:var(--od-create-control-h,38px);padding:0 12px;width:100%}.support-open-disc-create-post-modal-scroll .support-open-disc-field--announcement-title>input:focus,.support-open-disc-create-post-modal-scroll .support-open-disc-field--title>input:focus{border-color:#b87333;border-color:var(--brand-500,#b87333);box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338);outline:none}.support-open-disc-create-post-modal-scroll .support-open-disc-field--details-club .support-open-disc-post-details-compose>.wfm-text-editor{background:#0000;border:none;box-shadow:none;gap:0;min-height:0;overflow:visible}.support-open-disc-create-post-modal-scroll .support-open-disc-field--details-club .support-open-disc-post-details-compose>.wfm-text-editor .wfm-text-editor__rich-composer{background:#fff;border:1px solid #cbd5e1f2;border-radius:10px;border-radius:var(--od-create-control-radius,10px);box-shadow:none;min-height:0;overflow:hidden}.support-open-disc-create-post-modal-scroll .support-open-disc-field--details-club .support-open-disc-post-details-compose>.wfm-text-editor .wfm-text-editor__rich-composer:focus-within{border-color:#b87333;border-color:var(--brand-500,#b87333);box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338)}.support-open-disc-create-post-modal-scroll .support-open-disc-field--details-club .support-open-disc-post-details-compose>.wfm-text-editor .wfm-text-editor__surface-wrap{background:#fff}[data-theme=dark] .support-open-disc-create-post-modal-scroll .support-open-disc-field--details-club .support-open-disc-post-details-compose>.wfm-text-editor .wfm-text-editor__rich-composer{background:#1a1a1a;border-color:#525252f2}[data-theme=dark] .support-open-disc-create-post-modal-scroll .support-open-disc-field--details-club .support-open-disc-post-details-compose>.wfm-text-editor .wfm-text-editor__surface-wrap{background:#1a1a1a}[data-theme=dark] .support-open-disc-create-post-modal.modal-content{background:#1a1a1a;color:#f5f5f5}[data-theme=dark] .support-open-disc-create-post-modal-eyebrow-info{color:#c9863f;color:var(--brand-400,#c9863f)}[data-theme=dark] .support-open-disc-create-post-modal-eyebrow-info:focus-visible,[data-theme=dark] .support-open-disc-create-post-modal-eyebrow-info:hover{background:#b8733324;color:#d4a574;color:var(--brand-300,#d4a574)}[data-theme=dark] .support-open-disc-create-post-modal .reusable-dropdown-text,[data-theme=dark] .support-open-disc-create-post-modal .support-field input,[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-new-club-input,[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-post-link-input{background:#1a1a1a;border-color:#525252f2;color:#f5f5f5}[data-theme=dark] .support-open-disc-create-post-modal .support-muted,[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-compose-article-extra-label,[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-compose-article-extras .support-open-disc-field>span,[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-field--announcement-title>span,[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-field--title>span,[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-field>span{color:#94a3b8}[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-post-details-compose .wfm-text-editor{--wfm-editor-frame-border:#525252f2;--wfm-editor-frame-bg:#1a1a1a;--wfm-editor-input-bg:#1a1a1a}[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__markdown-composer,[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__markdown-input,[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__rich-composer,[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__rich-composer .wfm-text-editor__toolbar,[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__surface--rich,[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__surface-bottom-bar,[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__surface-wrap{background:#1a1a1a}[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-dropzone,[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-dropzone--media{background:#8b5a2b1a;border-color:#525252f2}[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-dropzone-icon,[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-dropzone-text{color:#94a3b8}[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-add-labels-inner,[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-media-preview-thumb-frame{background:#1a1a1a;border-color:#525252f2}[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-add-labels-inner:focus-within,[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-add-labels-inner:hover{background:#b8733324;border-color:#b8733373}[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-compose-article-extras .support-open-disc-add-labels-inner button.notb-btn.support-open-disc-add-labels-btn[data-notb],[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-post-media-row .support-open-disc-add-labels-inner button.notb-btn.support-open-disc-add-labels-btn[data-notb]{color:#94a3b8!important}[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-compose-footer--create-page{border-top-color:#525252f2}[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-open-draft-btn.notb-btn[data-notb]{color:#94a3b8}[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-new-club{background:#2a2218;background:var(--od-new-club-panel-bg-dark,#2a2218);border-color:#c9863f73}[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-compose-toolbar-btn.notb-btn[data-notb]{color:#cbd5e1}[data-theme=dark] .support-open-disc-create-post-modal .support-open-disc-compose-identity-name{color:#f1f5f9}[data-theme=dark] .support-open-disc-create-post-modal-scroll .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__surface--rich,[data-theme=dark] .support-open-disc-create-post-modal-scroll .support-open-disc-compose-story-body .support-open-disc-post-details-compose .wfm-text-editor .wfm-text-editor__surface--rich .ProseMirror{color:#f5f5f5}html[data-theme=dark] .center-modal-window__content.support-open-disc-compose-draft-modal.modal-content{background:#1a1a1a;color:#f5f5f5}[data-theme=dark] .support-open-disc-compose-draft-modal .support-open-disc-compose-draft-delete-confirm,[data-theme=dark] .support-open-disc-compose-draft-modal .support-open-disc-compose-draft-replace{background:#ffffff0a;border:1px solid #525252f2;border-radius:10px}[data-theme=dark] .support-open-disc-compose-draft-modal .support-open-disc-compose-draft-delete-confirm-text,[data-theme=dark] .support-open-disc-compose-draft-modal .support-open-disc-compose-draft-empty,[data-theme=dark] .support-open-disc-compose-draft-modal .support-open-disc-compose-draft-replace-text,[data-theme=dark] .support-open-disc-compose-draft-modal .support-open-disc-compose-draft-row-excerpt,[data-theme=dark] .support-open-disc-compose-draft-modal .support-open-disc-compose-draft-row-meta{color:#94a3b8}@media (max-width:960px){.modal-overlay.center-modal-window__overlay:has(>.support-open-disc-create-post-modal){align-items:stretch;justify-content:stretch;overflow:hidden;overscroll-behavior:none;padding:0;z-index:1000005}.support-open-disc-create-post-modal.modal-content{align-self:stretch;border:none;border-radius:0;box-shadow:none;box-sizing:border-box;height:100dvh!important;margin:0;max-height:100dvh!important;max-width:100%!important;min-height:100dvh!important;overflow-x:hidden;width:100%!important}.support-open-disc-create-post-modal .modal-children-container,.support-open-disc-create-post-modal-body,.support-open-disc-create-post-modal-scroll{max-width:100%;min-width:0;overflow-x:hidden}.support-open-disc-create-post-modal-body{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.support-open-disc-create-post-modal-scroll{max-height:none;overflow:hidden;padding-bottom:0;padding-left:0;padding-right:0;touch-action:pan-y}.support-open-disc-compose-create-modal-inner,.support-open-disc-create-post-modal-scroll{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.support-open-disc-compose-create-modal-scroll-body{-webkit-overflow-scrolling:touch;flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding-bottom:8px;touch-action:pan-y}.support-open-disc-compose-footer--create-page-mobile-bar{background:#fff;background:var(--bg-color,#fff);border-top:1px solid #e2e8f0f2;box-shadow:0 -6px 16px #0f172a0f;box-sizing:border-box;flex-shrink:0;margin-left:-10px;margin-left:calc(var(--od-create-post-mobile-gutter, 10px)*-1);margin-right:-10px;margin-right:calc(var(--od-create-post-mobile-gutter, 10px)*-1);margin-top:0;padding:12px 10px max(12px,env(safe-area-inset-bottom,0px));padding:12px var(--od-create-post-mobile-gutter,10px) max(12px,env(safe-area-inset-bottom,0px));padding-left:max(10px,env(safe-area-inset-left,0px));padding-left:max(var(--od-create-post-mobile-gutter,10px),env(safe-area-inset-left,0px));padding-right:max(18px,env(safe-area-inset-right,0px));padding-right:max(calc(var(--od-create-post-mobile-gutter, 10px) + 8px),env(safe-area-inset-right,0px));width:calc(100% + 20px);width:calc(100% + var(--od-create-post-mobile-gutter, 10px)*2)}[data-theme=dark] .support-open-disc-compose-footer--create-page-mobile-bar{background:#1a1a1a;border-top-color:#525252f2;box-shadow:0 -6px 16px #00000047}.support-open-disc-create-post-modal .support-open-disc-dropzone,.support-open-disc-create-post-modal .support-open-disc-dropzone--media,.support-open-disc-create-post-modal .support-open-disc-post-details-compose,.support-open-disc-create-post-modal .support-open-disc-post-details-compose .wfm-text-editor{max-width:100%;min-width:0}.support-open-disc-create-post-modal .support-open-disc-tag-modal-body.support-open-disc-create-post-modal-body{--od-create-post-mobile-gutter:10px;padding-bottom:0;padding-left:max(var(--od-create-post-mobile-gutter),env(safe-area-inset-left,0px));padding-right:max(var(--od-create-post-mobile-gutter),env(safe-area-inset-right,0px));padding-top:max(12px,env(safe-area-inset-top,0px))}.support-open-disc-create-post-modal-head{background:#fff;background:var(--bg-color,#fff);border-bottom:none;margin-bottom:0;padding:0 0 10px}[data-theme=dark] .support-open-disc-create-post-modal-head{background:#1a1a1a}.support-open-disc-create-post-modal .modal-header,.support-open-disc-create-post-modal-head{position:relative;z-index:1000013}.support-open-disc-create-post-modal .support-open-disc-compose-toolbar-row{align-items:stretch;flex-direction:column;gap:0;margin:10px 0 12px;padding-top:0}.support-open-disc-create-post-modal .support-open-disc-compose-toolbar-actions{align-items:stretch;flex-direction:column;gap:0;width:100%}.support-open-disc-create-post-modal .support-open-disc-compose-toolbar-btn.notb-btn[data-notb]{border-radius:8px;justify-content:flex-start;min-height:40px;padding-bottom:8px;padding-top:8px;width:100%}.support-open-disc-create-post-modal .support-open-disc-compose-toolbar-end{align-items:stretch;flex-direction:column;margin-left:0;width:100%}.support-open-disc-create-post-modal .support-open-disc-compose-footer--create-page{align-items:center;flex-wrap:wrap;gap:8px 10px;justify-content:flex-end}.support-open-disc-create-post-modal .support-open-disc-compose-footer--create-page .support-open-disc-compose-footer-start{flex:1 1 100%;gap:8px 12px;justify-content:flex-start;margin-right:0;width:100%}.support-open-disc-create-post-modal .support-open-disc-media-preview-img,.support-open-disc-create-post-modal .support-open-disc-media-preview-video{max-height:min(280px,38dvh);touch-action:pan-y}.support-open-disc-create-post-modal .support-open-disc-dropzone--media,.support-open-disc-create-post-modal .support-open-disc-media-preview-controls,.support-open-disc-create-post-modal .support-open-disc-post-media-row{touch-action:pan-y}.support-open-disc-create-post-modal .support-open-disc-compose-footer--create-page .support-open-disc-create-compose-cancel-text,.support-open-disc-create-post-modal .support-open-disc-compose-footer--create-page .support-open-disc-create-compose-draft,.support-open-disc-create-post-modal .support-open-disc-compose-footer--create-page .support-open-disc-create-compose-post{flex:0 0 auto}.modal-overlay.center-modal-window__overlay:has(>.support-open-disc-compose-tool-modal){align-items:center;justify-content:center;padding:max(16px,env(safe-area-inset-top,0px)) 16px max(16px,env(safe-area-inset-bottom,0px));z-index:1000020}body:has(.support-open-disc-create-post-modal.modal-content) .modal-overlay.center-modal-window__overlay:has(>.support-open-disc-compose-tool-modal){align-items:stretch;justify-content:stretch;overflow:hidden;padding:0}body:has(.support-open-disc-create-post-modal.modal-content) .support-open-disc-compose-tool-modal.modal-content{align-self:stretch;background:#fff;background:var(--just-white,#fff);border:none;border-radius:0;box-shadow:none;color:#0f172a;height:100dvh!important;margin:0;max-height:100dvh!important;max-width:100%!important;min-height:100dvh!important;min-width:100%!important;width:100%!important}html[data-theme=dark] body:has(.support-open-disc-create-post-modal.modal-content) .support-open-disc-compose-tool-modal.modal-content{background:#1a1a1a;border:none;box-shadow:none;color:#f5f5f5}body:has(.support-open-disc-create-post-modal.modal-content) .modal-overlay.center-modal-window__overlay:has(>.support-open-disc-compose-draft-modal){align-items:stretch;justify-content:stretch;overflow:hidden;padding:0;z-index:1000020}body:has(.support-open-disc-create-post-modal.modal-content) .support-open-disc-compose-draft-modal.modal-content{align-self:stretch;background:#fff;background:var(--just-white,#fff);border:none;border-radius:0;box-shadow:none;color:#0f172a;height:100dvh!important;margin:0;max-height:100dvh!important;max-width:100%!important;min-height:100dvh!important;min-width:100%!important;width:100%!important}html[data-theme=dark] body:has(.support-open-disc-create-post-modal.modal-content) .support-open-disc-compose-draft-modal.modal-content{background:#1a1a1a;border:none;box-shadow:none;color:#f5f5f5}html[data-theme=light] body:has(.support-open-disc-create-post-modal.modal-content) .modal-overlay.center-modal-window__overlay:has(>.support-open-disc-compose-draft-modal){background:#fff;background:var(--just-white,#fff)}body:has(.support-open-disc-create-post-modal.modal-content) .modal-overlay.center-modal-window__overlay:has(>.support-open-disc-tag-modal:not(.support-open-disc-create-post-modal):not(.support-open-disc-edit-post-modal)){align-items:stretch;justify-content:stretch;overflow:hidden;padding:0;z-index:1000020}body:has(.support-open-disc-create-post-modal.modal-content) .support-open-disc-tag-modal:not(.support-open-disc-create-post-modal):not(.support-open-disc-edit-post-modal).modal-content{align-self:stretch;background:#fff;background:var(--just-white,#fff);border:none;border-radius:0;box-shadow:none;color:#0f172a;height:100dvh!important;margin:0;max-height:100dvh!important;max-width:100%!important;min-height:100dvh!important;min-width:100%!important;width:100%!important}html[data-theme=dark] body:has(.support-open-disc-create-post-modal.modal-content) .support-open-disc-tag-modal:not(.support-open-disc-create-post-modal):not(.support-open-disc-edit-post-modal).modal-content{background:#1a1a1a;border:none;box-shadow:none;color:#f5f5f5}html[data-theme=light] body:has(.support-open-disc-create-post-modal.modal-content) .modal-overlay.center-modal-window__overlay:has(>.support-open-disc-tag-modal:not(.support-open-disc-create-post-modal):not(.support-open-disc-edit-post-modal)){background:#fff;background:var(--just-white,#fff)}body:has(.support-open-disc-create-post-modal.modal-content) .support-open-disc-compose-draft-modal .support-open-disc-tag-modal-head,body:has(.support-open-disc-create-post-modal.modal-content) .support-open-disc-compose-tool-modal--create-post-child .support-open-disc-compose-tool-modal-head,body:has(.support-open-disc-create-post-modal.modal-content) .support-open-disc-tag-modal:not(.support-open-disc-create-post-modal):not(.support-open-disc-edit-post-modal) .support-open-disc-tag-modal-head{border-bottom:none;margin-bottom:10px;padding-bottom:0}html[data-theme=light] body:has(.support-open-disc-create-post-modal.modal-content) .modal-overlay.center-modal-window__overlay:has(>.support-open-disc-compose-tool-modal){background:#fff;background:var(--just-white,#fff)}.support-open-disc-compose-tool-modal.modal-content{max-height:min(88dvh,calc(100dvh - 32px))}.support-open-disc-compose-tool-modal .modal-children-container{-webkit-overflow-scrolling:touch;flex:1 1 auto;min-height:0;overflow:auto}.support-open-disc-compose-tool-modal .modal-close-icon,.support-open-disc-compose-tool-modal .modal-header{z-index:2}.support-open-disc-compose-club-picker-modal--clubs .modal-children-container{display:flex;flex-direction:column;overflow:hidden}.support-open-disc-compose-club-picker-modal--clubs .support-open-disc-compose-club-picker-modal-body{display:flex;flex:1 1 auto;flex-direction:column;max-height:none;min-height:0;padding-bottom:0}.support-open-disc-compose-club-picker-modal--clubs .support-open-disc-compose-club-picker-modal-inner{flex:1 1 auto;min-height:0}.support-open-disc-compose-club-picker-modal--clubs .support-open-disc-compose-club-picker-modal-scroll{-webkit-overflow-scrolling:touch;flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y}.support-open-disc-compose-club-picker-modal--clubs .support-open-disc-compose-club-picker-grid{max-height:none;overflow:visible}.support-open-disc-compose-club-picker-modal-foot--sticky{background:#fff;background:var(--bg-color,#fff);box-shadow:0 -6px 16px #0f172a0f;flex-shrink:0;margin-top:0;padding-bottom:max(12px,env(safe-area-inset-bottom,0px));padding-top:12px}[data-theme=dark] .support-open-disc-compose-club-picker-modal-foot--sticky{background:#1a1a1a;box-shadow:0 -6px 16px #00000047}body:has(.support-open-disc-create-post-modal.modal-content) .support-open-disc-compose-club-picker-modal--clubs.modal-content{display:flex;flex-direction:column}body:has(.support-open-disc-create-post-modal.modal-content) .support-open-disc-compose-club-picker-modal--clubs .support-open-disc-compose-club-picker-modal-body{flex:1 1 auto;min-height:0}}.support-open-disc-media-preview-thumb-wrap{display:inline-flex;flex:0 0 auto;position:relative}.support-open-disc-media-preview-thumb-wrap.is-removed .support-open-disc-media-preview-thumb-frame{filter:grayscale(.35);opacity:.42}.support-open-disc-media-preview-thumb-frame{background:#fff;border:1px solid #cbd5e1f2;border-radius:8px;line-height:0;padding:2px}.support-open-disc-media-preview-thumb-remove{align-items:center;background:#b87333;background:var(--brand-500,#b87333);border:1px solid #c9863f8c;border-radius:999px;box-shadow:0 2px 6px #3d281038;color:#fff;cursor:pointer;display:inline-flex;height:22px;justify-content:center;line-height:0;padding:0;position:absolute;right:-6px;top:-6px;width:22px;z-index:1}.support-open-disc-media-preview-thumb-remove:hover:not(:disabled){background:#8b5a2b;background:var(--brand-600,#8b5a2b)}.support-open-disc-media-preview-thumb-remove:disabled{cursor:not-allowed;opacity:.55}.support-open-disc-media-preview-thumb-remove svg{height:14px;width:14px}.support-open-disc-compose-type-switch-notice{background:color-mix(in srgb,#2563eb 8%,#0000);background:color-mix(in srgb,var(--brand-color,#2563eb) 8%,#0000);border:1px solid color-mix(in srgb,#2563eb 18%,#0000);border:1px solid color-mix(in srgb,var(--brand-color,#2563eb) 18%,#0000);border-radius:10px;margin:0 0 12px;padding:10px 12px}.support-open-disc-compose-type-switch-notice p{margin:0}.support-open-disc-edit-post-media-clear-row{display:flex;justify-content:flex-start;margin-top:4px}.support-open-disc-edit-post-modal .support-open-disc-field>span,.support-open-disc-edit-post-modal .support-open-disc-tag-modal-field>span{color:#475569;font-size:.8125rem;font-weight:500}.support-open-disc-edit-post-modal .support-open-disc-field input,.support-open-disc-edit-post-modal .support-open-disc-tag-modal-field input{border:1px solid #cbd5e1f2;border-radius:10px;box-sizing:border-box;font-size:.875rem;height:44px;min-height:44px;padding:0 12px;width:100%}.support-open-disc-edit-post-modal .support-open-disc-field input:focus,.support-open-disc-edit-post-modal .support-open-disc-tag-modal-field input:focus{border-color:#b87333;border-color:var(--brand-500,#b87333);box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338);outline:none}@media (min-width:961px){.support-open-disc-edit-post-modal.modal-content{min-height:0;width:min(980px,calc(100vw - 40px))!important}.support-open-disc-edit-post-modal .support-open-disc-edit-post-modal-scroll{scrollbar-gutter:stable}}@media (max-width:960px){.modal-overlay.center-modal-window__overlay:has(>.support-open-disc-edit-post-modal){align-items:stretch;justify-content:stretch;overflow:hidden;overscroll-behavior:none;padding:0;z-index:1000005}.support-open-disc-edit-post-modal.modal-content{align-self:stretch;border-radius:0;box-sizing:border-box;height:100dvh!important;margin:0;max-height:100dvh!important;max-width:100%!important;min-height:100dvh!important;overflow-x:hidden;width:100%!important}.support-open-disc-edit-post-modal .modal-children-container,.support-open-disc-edit-post-modal-body,.support-open-disc-edit-post-modal-scroll{max-width:100%;min-width:0;overflow-x:hidden}.support-open-disc-edit-post-modal .support-open-disc-dropzone,.support-open-disc-edit-post-modal .support-open-disc-dropzone--media,.support-open-disc-edit-post-modal .support-open-disc-post-details-compose,.support-open-disc-edit-post-modal .support-open-disc-post-details-compose .wfm-text-editor{max-width:100%;min-width:0}.support-open-disc-edit-post-modal-body{padding:max(12px,env(safe-area-inset-top,0px)) max(14px,env(safe-area-inset-right,0px)) 0 max(14px,env(safe-area-inset-left,0px))}.support-open-disc-edit-post-modal-head{background:#fff;background:var(--bg-color,#fff);padding-bottom:10px;padding-right:36px}.support-open-disc-edit-post-modal .modal-header,.support-open-disc-edit-post-modal-head{position:relative;z-index:1000013}.support-open-disc-edit-post-modal .modal-close-icon{top:max(8px,env(safe-area-inset-top,0px))}.support-open-disc-edit-post-modal-scroll{padding-bottom:max(16px,env(safe-area-inset-bottom,0px));touch-action:pan-y}.support-open-disc-edit-post-modal .support-open-disc-media-preview-img,.support-open-disc-edit-post-modal .support-open-disc-media-preview-video{max-height:min(280px,38dvh);touch-action:pan-y}.support-open-disc-edit-post-modal .support-open-disc-dropzone--media,.support-open-disc-edit-post-modal .support-open-disc-media-preview-controls,.support-open-disc-edit-post-modal .support-open-disc-post-media-row{touch-action:pan-y}}.support-open-disc-tag-modal-actions{align-items:center;border-top:1px solid #e2e8f0f2;display:flex;gap:10px;justify-content:flex-end;margin-top:14px;padding-top:14px}.support-open-disc-tag-modal .support-open-disc-tag-modal-cancel.rb-btn--outline.rb--brand{background:#0000;border-color:#b87333;border-color:var(--brand-500,#b87333);color:#8b5a2b;color:var(--brand-600,#8b5a2b)}.support-open-disc-tag-modal .support-open-disc-tag-modal-cancel.rb-btn--outline.rb--brand:hover:not(:disabled){background:#faf6f1;background:var(--brand-50,#faf6f1);border-color:#b87333;border-color:var(--brand-500,#b87333);color:#7a4e28;color:var(--brand-700,#7a4e28)}.support-open-disc-tag-modal .support-open-disc-tag-modal-add.rb-btn--solid.rb--brand{background:#b87333;background:var(--brand-500,#b87333);border-color:#b87333;border-color:var(--brand-500,#b87333);color:#f5ebe0;color:var(--brand-100,#f5ebe0)}.support-open-disc-tag-modal .support-open-disc-tag-modal-add.rb-btn--solid.rb--brand:hover:not(:disabled){background:#8b5a2b;background:var(--brand-600,#8b5a2b);border-color:#8b5a2b;border-color:var(--brand-600,#8b5a2b);color:#f5ebe0;color:var(--brand-100,#f5ebe0)}[data-theme=dark] .support-open-disc-tag-modal.modal-content,html[data-theme=dark] .center-modal-window__content.support-open-disc-tag-modal.modal-content{background:#1a1a1a;border-color:#b873336b;box-shadow:0 0 0 1px color-mix(in srgb,#b87333 8%,#0000),0 20px 48px #00000073;box-shadow:0 0 0 1px color-mix(in srgb,var(--brand-500,#b87333) 8%,#0000),0 20px 48px #00000073;color:#f5f5f5}[data-theme=dark] .support-open-disc-tag-modal .modal-close-icon{color:#c9863f;color:var(--brand-400,#c9863f)}[data-theme=dark] .support-open-disc-tag-modal .modal-close-icon:hover{background:#b8733347;border-color:#c9863f73;color:#f8fafc}[data-theme=dark] .support-open-disc-tag-modal-eyebrow{color:#c9863f;color:var(--brand-400,#c9863f)}[data-theme=dark] .support-open-disc-tag-modal-head{border-bottom-color:#404040f2}[data-theme=dark] .support-open-disc-tag-modal-actions{border-top-color:#404040f2}[data-theme=dark] .support-open-disc-tag-modal-title{color:#f5f5f5}[data-theme=dark] .support-open-disc-tag-modal-field .reusable-dropdown-text,[data-theme=dark] .support-open-disc-tag-modal-field input{border-color:#94a3b859;color:#f1f5f9}[data-theme=dark] .support-open-disc-tag-modal-field>span,[data-theme=dark] .support-open-disc-tag-modal-lead{color:#94a3b8}[data-theme=dark] .support-open-disc-tag-modal-field .reusable-dropdown-text,[data-theme=dark] .support-open-disc-tag-modal-field input{background:#1a1a1a;border-color:#525252f2;color:#f5f5f5}[data-theme=dark] .support-open-disc-tag-modal .support-open-disc-tag-modal-cancel.rb-btn--outline.rb--brand{background:#0000;border-color:#b87333;border-color:var(--brand-500,#b87333);color:#d4a574;color:var(--brand-300,#d4a574)}[data-theme=dark] .support-open-disc-tag-modal .support-open-disc-tag-modal-cancel.rb-btn--outline.rb--brand:hover:not(:disabled){background:#b8733324;border-color:#c9863f;border-color:var(--brand-400,#c9863f);color:#faf6f1;color:var(--brand-50,#faf6f1)}[data-theme=dark] .support-open-disc-tag-modal .support-open-disc-tag-modal-add.rb-btn--solid.rb--brand{background:#8b5a2b;background:var(--brand-600,#8b5a2b);border-color:#b87333;border-color:var(--brand-500,#b87333);color:#f5ebe0;color:var(--brand-100,#f5ebe0)}[data-theme=dark] .support-open-disc-tag-modal .support-open-disc-tag-modal-add.rb-btn--solid.rb--brand:hover:not(:disabled){background:#b87333;background:var(--brand-500,#b87333);border-color:#c9863f;border-color:var(--brand-400,#c9863f);color:#faf6f1;color:var(--brand-50,#faf6f1)}.support-open-disc-delete-modal.modal-content{height:auto!important;max-height:none;width:min(460px,calc(100vw - 32px))!important}.support-open-disc-delete-modal .support-open-disc-delete-modal-body{gap:0}.support-open-disc-delete-modal .support-open-disc-tag-modal-head{margin-bottom:0}.support-open-disc-delete-modal-actions{margin-top:0}[data-theme=dark] .support-open-disc-delete-modal .support-open-disc-tag-modal-eyebrow{color:#c9863f;color:var(--brand-400,#c9863f)}.support-open-disc-report-modal.modal-content{height:auto!important;max-height:min(90vh,560px);width:min(520px,calc(100vw - 32px))!important}.support-open-disc-report-modal .support-open-disc-report-modal-body{gap:0}.support-open-disc-report-modal .support-open-disc-tag-modal-head{margin-bottom:0;padding-bottom:12px}.support-open-disc-report-form{display:flex;flex-direction:column;gap:0;width:100%}.support-open-disc-report-modal-field{margin-bottom:0}.support-open-disc-report-textarea{background:#fff;border:1px solid #cbd5e1f2;border-radius:10px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:.875rem;line-height:1.45;max-height:min(40vh,220px);min-height:120px;padding:10px 12px;resize:vertical;width:100%}.support-open-disc-report-textarea:focus{border-color:color-mix(in srgb,#c9863f 55%,#94a3b8);border-color:color-mix(in srgb,var(--brand-400,#c9863f) 55%,#94a3b8);box-shadow:0 0 0 3px color-mix(in srgb,#c9863f 18%,#0000);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-400,#c9863f) 18%,#0000);outline:none}.support-open-disc-report-textarea:disabled{cursor:not-allowed;opacity:.65}.support-open-disc-report-counter{align-self:flex-end;color:#94a3b8;font-size:.75rem;line-height:1.2;margin-top:4px}.support-open-disc-report-modal-actions{margin-top:0}[data-theme=dark] .support-open-disc-report-textarea{background:#0f172ad9;border-color:#334155f2;color:#f1f5f9}[data-theme=dark] .support-open-disc-report-counter{color:#64748b}.support-open-disc-join-post-modal .modal-children-container{padding:10px 16px 16px}.support-open-disc-join-post-modal-body{display:flex;flex-direction:column;gap:14px}.support-open-disc-join-post-modal-head{align-items:center;display:flex;gap:10px}.support-open-disc-join-post-modal-info-icon{color:#2563eb;color:var(--support-accent,#2563eb);flex-shrink:0;height:28px;width:28px}.support-open-disc-join-post-modal-title{font-size:1.1rem;font-weight:600;line-height:1.25;margin:0}.support-open-disc-join-post-modal-copy{line-height:1.45;margin:0}.support-open-disc-join-post-modal-actions{display:flex;flex-direction:column;gap:12px}.support-open-disc-join-post-modal-primary.rb-btn--full{justify-content:center}.support-open-disc-join-post-modal-switch{margin-bottom:0}.support-open-disc-join-post-modal-hint{line-height:1.45;margin:0}.support-open-disc-join-post-modal-cancel{align-self:flex-start}.support-open-disc-thread-media-wrap{background:#0000;margin:4px 0 10px;max-width:680px;width:min(100%,680px)}.support-open-disc-thread-media-wrap:has(.support-open-disc-thread-image-slider),.support-open-disc-thread-media-wrap:has(.support-open-disc-thread-media-stage--post-media){box-sizing:border-box;margin-bottom:0;margin-top:0;max-width:none;padding-inline:10px;width:100%}.support-open-disc-thread-post-card .support-open-disc-thread-media-wrap:has(.support-open-disc-thread-image-slider)+.support-open-disc-thread-body,.support-open-disc-thread-post-card .support-open-disc-thread-media-wrap:has(.support-open-disc-thread-media-stage--post-media)+.support-open-disc-thread-body{padding-top:12px}.support-open-disc-thread-media-stage{align-items:center;aspect-ratio:16/10;background:#0000;border-radius:12px;display:flex;justify-content:center;max-height:min(60vh,460px);overflow:hidden;position:relative;width:100%}.support-open-disc-thread-media-stage--post-media.support-open-disc-thread-media-stage--landscape,.support-open-disc-thread-media-stage--post-media.support-open-disc-thread-media-stage--orientations-pending{align-items:flex-start;aspect-ratio:auto;height:auto;max-height:min(60vh,460px);overflow:hidden;width:100%}.support-open-disc-thread-media-stage--landscape .support-open-disc-thread-media-img-wrap,.support-open-disc-thread-media-stage--orientations-pending .support-open-disc-thread-media-img-wrap{display:flex;flex:0 0 auto;height:auto;justify-content:center;width:100%}.support-open-disc-thread-media-stage--landscape .support-open-disc-thread-media-zoom-btn,.support-open-disc-thread-media-stage--orientations-pending .support-open-disc-thread-media-zoom-btn{max-width:100%;width:100%}.support-open-disc-thread-media-stage--landscape img.support-open-disc-thread-media,.support-open-disc-thread-media-stage--landscape video.support-open-disc-thread-media,.support-open-disc-thread-media-stage--orientations-pending img.support-open-disc-thread-media,.support-open-disc-thread-media-stage--orientations-pending video.support-open-disc-thread-media{border-radius:12px;display:block;height:auto;max-height:none;max-width:100%;object-fit:contain;vertical-align:middle;width:100%}.support-open-disc-thread-media-stage--post-media.support-open-disc-thread-media-stage--portrait{aspect-ratio:auto;height:auto;margin-inline:auto;max-height:min(60vh,460px);max-width:100%;overflow:visible;width:-webkit-fit-content;width:fit-content}.support-open-disc-thread-media-stage--portrait .support-open-disc-thread-media-img-wrap{flex:0 0 auto;height:auto;width:auto}.support-open-disc-thread-media-stage--portrait img.support-open-disc-thread-media,.support-open-disc-thread-media-stage--portrait video.support-open-disc-thread-media{border-radius:12px;display:block;height:auto;max-height:min(60vh,460px);max-width:100%;object-fit:contain;position:relative;vertical-align:middle;width:auto;z-index:1}.support-open-disc-thread-media-poster-probe{height:0;opacity:0;pointer-events:none;position:absolute;width:0}.support-open-disc-thread-media-zoom-btn{background:#0000;border:0;border-radius:12px;cursor:zoom-in;display:block;line-height:0;margin:0;max-width:100%;overflow:hidden;padding:0}.support-open-disc-thread-media-zoom-btn:focus-visible{outline:2px solid #2563eb;outline:2px solid var(--support-accent,#2563eb);outline-offset:2px}.support-open-disc-thread-image-slider.wfm-image-slider{--slider-viewport-height:min(60vh,460px);--slider-bg:#0000;background:#0000;padding-inline:0;padding-bottom:0}.support-open-disc-thread-image-slider.wfm-image-slider .wfm-image-slider__card,.support-open-disc-thread-image-slider.wfm-image-slider .wfm-image-slider__image,.support-open-disc-thread-image-slider.wfm-image-slider .wfm-image-slider__image-zoom,.support-open-disc-thread-image-slider.wfm-image-slider .wfm-image-slider__slide,.support-open-disc-thread-image-slider.wfm-image-slider .wfm-image-slider__stage,.support-open-disc-thread-image-slider.wfm-image-slider .wfm-image-slider__track,.support-open-disc-thread-image-slider.wfm-image-slider .wfm-image-slider__track--carousel,.support-open-disc-thread-image-slider.wfm-image-slider .wfm-image-slider__track--desktop{background:#0000;background-color:initial}.support-open-disc-thread-image-slider.wfm-image-slider .wfm-image-slider__card{box-shadow:none}.support-open-disc-thread-image-slider.wfm-image-slider .wfm-image-slider__image-zoom{overflow:hidden}.support-open-disc-thread-image-slider.wfm-image-slider .wfm-image-slider__image,.support-open-disc-thread-image-slider.wfm-image-slider .wfm-image-slider__image-zoom,.support-open-disc-thread-image-slider.wfm-image-slider .wfm-image-slider__image-zoom .wfm-image-slider__image{border-radius:12px}.support-open-disc-image-modal-slider.wfm-image-slider--media.wfm-image-slider--landscape-only .support-open-disc-image-modal-video,.support-open-disc-image-modal-slider.wfm-image-slider--media.wfm-image-slider--orientations-pending .support-open-disc-image-modal-video,.support-open-disc-thread-image-slider.wfm-image-slider--media.wfm-image-slider--landscape-only video.support-open-disc-thread-media,.support-open-disc-thread-image-slider.wfm-image-slider--media.wfm-image-slider--orientations-pending video.support-open-disc-thread-media{aspect-ratio:auto;height:auto;max-height:min(60vh,460px);max-height:var(--slider-landscape-max-height,min(60vh,460px));max-width:100%;object-fit:contain;object-position:center;width:100%}.support-open-disc-thread-image-slider.wfm-image-slider--media.wfm-image-slider--landscape-only img.support-open-disc-thread-media,.support-open-disc-thread-image-slider.wfm-image-slider--media.wfm-image-slider--orientations-pending img.support-open-disc-thread-media{height:auto;max-height:min(60vh,460px);max-height:var(--slider-landscape-max-height,min(60vh,460px));max-width:100%;object-fit:cover;object-position:center;width:100%}.support-open-disc-image-modal-slider.wfm-image-slider--media.wfm-image-slider--landscape-only .support-open-disc-image-modal-img,.support-open-disc-image-modal-slider.wfm-image-slider--media.wfm-image-slider--landscape-only .wfm-image-slider__image-zoom .support-open-disc-image-modal-img,.support-open-disc-image-modal-slider.wfm-image-slider--media.wfm-image-slider--orientations-pending .support-open-disc-image-modal-img,.support-open-disc-image-modal-slider.wfm-image-slider--media.wfm-image-slider--orientations-pending .wfm-image-slider__image-zoom .support-open-disc-image-modal-img{height:auto;max-height:none;max-width:100%;object-fit:contain;width:100%}.support-open-disc-image-modal-slider.wfm-image-slider--fit-content.wfm-image-slider--landscape-only .wfm-image-slider__card,.support-open-disc-image-modal-slider.wfm-image-slider--fit-content.wfm-image-slider--orientations-pending .wfm-image-slider__card{width:100%}.support-open-disc-image-modal--fullscreen .support-open-disc-image-modal-slider.wfm-image-slider--media.wfm-image-slider--landscape-only .support-open-disc-image-modal-img,.support-open-disc-image-modal--fullscreen .support-open-disc-image-modal-slider.wfm-image-slider--media.wfm-image-slider--landscape-only .wfm-image-slider__image-zoom .support-open-disc-image-modal-img,.support-open-disc-image-modal--fullscreen .support-open-disc-image-modal-slider.wfm-image-slider--media.wfm-image-slider--orientations-pending .support-open-disc-image-modal-img,.support-open-disc-image-modal--fullscreen .support-open-disc-image-modal-slider.wfm-image-slider--media.wfm-image-slider--orientations-pending .wfm-image-slider__image-zoom .support-open-disc-image-modal-img{max-height:min(calc(100vh - 120px),680px);max-width:100%;width:100%}@media (max-width:900px){.support-open-disc-thread-image-slider.wfm-image-slider{padding-inline:0}.support-open-disc-thread-image-slider.wfm-image-slider.wfm-image-slider--has-portrait,.support-open-disc-thread-image-slider.wfm-image-slider.wfm-image-slider--landscape-only,.support-open-disc-thread-image-slider.wfm-image-slider.wfm-image-slider--orientations-pending{padding-bottom:0;padding-top:0}}@media (min-width:901px){.support-open-disc-thread-post-card .support-open-disc-thread-media-wrap{margin-inline:auto;margin-bottom:16px;margin-top:16px}.support-open-disc-thread-post-card .support-open-disc-thread-media-wrap:has(.support-open-disc-thread-image-slider),.support-open-disc-thread-post-card .support-open-disc-thread-media-wrap:has(.support-open-disc-thread-media-stage--post-media){margin-bottom:0}.support-open-disc-thread-image-slider.wfm-image-slider{padding:0}}.support-open-disc-thread-media-bg.od-portrait-prominent-bg,.support-open-disc-thread-media-prominent-bg{border-radius:inherit;inset:0;pointer-events:none;position:absolute;z-index:0}.support-open-disc-thread-media-bg-video:not(.support-open-disc-topic-card-thumb--portrait-contain),.support-open-disc-thread-media-bg:not(.od-portrait-prominent-bg){display:none}.support-open-disc-thread-media-stage--portrait.support-open-disc-thread-media-stage--post-media{border-radius:12px;margin-inline:0;max-width:100%;overflow:hidden;width:100%}.support-open-disc-thread-media-img-wrap{align-items:center;display:flex;height:100%;justify-content:center;padding:0;position:relative;width:100%;z-index:1}.support-open-disc-thread-media-arrow{align-items:center;background:#ffffffdb;border:1px solid #94a3b873;border-radius:999px;color:#0f172a;cursor:pointer;display:inline-flex;height:42px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:42px;z-index:3}.support-open-disc-thread-media-arrow--left{left:8px}.support-open-disc-thread-media-arrow--right{right:8px}.support-open-disc-thread-media-count{background:#ffffffdb;border:1px solid #94a3b873;border-radius:999px;bottom:10px;color:#0f172a;font-size:.78rem;font-weight:700;left:50%;padding:4px 10px;position:absolute;transform:translateX(-50%);z-index:3}.support-open-disc-thread-media{border:none;border-radius:inherit;height:100%;max-height:100%;max-width:100%;object-fit:cover;position:relative;width:100%;z-index:2}img.support-open-disc-thread-media{object-position:center}video.support-open-disc-thread-media{aspect-ratio:auto;border:none;max-height:min(60vh,460px);max-width:100%;object-fit:contain;width:auto}.support-open-disc-image-modal-slider.wfm-image-slider--has-portrait .support-open-disc-image-modal-video,.support-open-disc-thread-image-slider.wfm-image-slider--has-portrait video.support-open-disc-thread-media{aspect-ratio:auto;height:auto;max-height:min(60vh,460px);max-width:100%;object-fit:contain;width:auto}video.support-open-disc-topic-card-thumb--video{border:none}.support-open-disc-thread-link{color:#2563eb;display:inline-block;margin-bottom:8px;text-decoration:none}.support-open-disc-image-modal.center-modal-window__content.modal-content{height:auto!important;max-height:calc(100vh - 40px);max-width:min(960px,calc(100vw - 48px));overflow:hidden;width:min(960px,calc(100vw - 48px))!important}.modal-overlay.support-open-disc-image-modal-overlay--fullscreen{align-items:stretch;justify-content:stretch}@media (max-width:960px){.modal-overlay.support-open-disc-image-modal-overlay--fullscreen{overflow-x:hidden;overscroll-behavior:contain;padding:0;z-index:1000005}.support-open-disc-image-modal--fullscreen.center-modal-window__content.modal-content{align-self:stretch;box-sizing:border-box;height:100dvh!important;margin:0;max-height:100dvh!important;max-width:100%!important;min-height:100dvh!important;width:100%!important}.support-open-disc-story-comment-modal-head{padding-top:max(12px,env(safe-area-inset-top,0px))}.support-open-disc-image-modal--fullscreen .modal-header,.support-open-disc-story-comment-modal-head{position:relative;z-index:1000013}}.support-open-disc-image-modal--fullscreen.center-modal-window__content.modal-content{border-radius:0!important;height:100vh!important;max-height:100vh!important;max-width:100vw!important;overflow:hidden;width:100vw!important}.support-open-disc-image-modal .modal-children-container{border:none;flex:0 1 auto;overflow:auto;padding:12px}.support-open-disc-image-modal--fullscreen .modal-children-container{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden;padding:0}.support-open-disc-image-modal .extra-space{display:none}.support-open-disc-image-modal--fullscreen .modal-header{flex-shrink:0;min-height:0;pointer-events:none;position:relative;z-index:40}.support-open-disc-image-modal--fullscreen .modal-close-icon{background:#ffffffeb;border-color:#94a3b873;box-shadow:0 2px 10px #0f172a1f;font-size:24px;height:40px;pointer-events:auto;right:max(12px,env(safe-area-inset-right,0px));top:max(10px,env(safe-area-inset-top,0px));width:40px;z-index:50}.support-open-disc-story-comment-modal-head{padding-left:max(12px,env(safe-area-inset-left,0px));padding-right:max(52px,calc(env(safe-area-inset-right, 0px) + 44px));position:relative;z-index:2}.support-open-disc-story-modal-back{-webkit-tap-highlight-color:transparent;align-items:center;background:#fffffff2;border:1px solid #94a3b873;border-radius:999px;box-shadow:0 2px 10px #0f172a1f;color:#0f172a;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:.88rem;font-weight:600;gap:.15rem;line-height:1;padding:.35rem .55rem .35rem .25rem}.support-open-disc-story-modal-back--overlay{left:max(12px,env(safe-area-inset-left,0px));margin:0;pointer-events:auto;position:absolute;top:max(12px,env(safe-area-inset-top,0px));z-index:25}.support-open-disc-story-comment-modal-topbar{align-items:center;display:flex;flex-shrink:0;padding:8px 12px 4px;z-index:3}@media (max-width:900px){.support-open-disc-story-comment-modal-topbar,.support-open-disc-story-modal-back--overlay{display:none}}.support-open-disc-story-modal-back:active{background:#f1f5f9}.support-open-disc-story-modal-back-icon{flex-shrink:0;height:1.15rem;width:1.15rem}.support-open-disc-story-modal-back-label{line-height:1.1}.support-open-disc-post-media-modal-topbar{align-items:center;display:flex;flex-shrink:0;padding:8px 12px 4px;z-index:3}.support-open-disc-image-modal-body>.support-open-disc-post-media-modal-topbar{align-self:flex-start;padding:0 0 6px}.support-open-disc-image-modal-media.support-open-disc-post-media-modal-media{align-items:stretch;flex-direction:column;position:relative}.support-open-disc-image-modal-media.support-open-disc-post-media-modal-media>.support-open-disc-image-modal-stage,.support-open-disc-image-modal-media.support-open-disc-post-media-modal-media>.support-open-disc-image-modal-stage--slider{align-self:center;flex:1 1;min-height:0}.support-open-disc-post-media-modal-back--overlay.support-open-disc-story-modal-back--overlay{display:none}@media (max-width:900px){.support-open-disc-post-media-modal-topbar--desktop{display:none}.support-open-disc-post-media-modal-back--overlay.support-open-disc-story-modal-back--overlay{display:inline-flex}}@media (min-width:901px){.support-open-disc-image-modal--fullscreen.support-open-disc-post-media-modal .support-open-disc-post-media-modal-topbar--desktop .support-open-disc-story-modal-back{background:#0000;border-color:#0000;box-shadow:none;color:#f8fafc}.support-open-disc-image-modal--fullscreen.support-open-disc-post-media-modal .support-open-disc-post-media-modal-topbar--desktop .support-open-disc-story-modal-back:hover{background:#ffffff1a;border-color:#ffffff24;color:#fff}.support-open-disc-image-modal--fullscreen.support-open-disc-post-media-modal .support-open-disc-post-media-modal-topbar--desktop .support-open-disc-story-modal-back:active{background:#ffffff29;border-color:#fff3}}[data-theme=dark] .support-open-disc-image-modal--fullscreen.support-open-disc-post-media-modal .support-open-disc-post-media-modal-topbar--desktop .support-open-disc-story-modal-back{color:#e2e8f0}@media (min-width:901px){[data-theme=dark] .support-open-disc-image-modal--fullscreen.support-open-disc-post-media-modal .support-open-disc-post-media-modal-topbar--desktop .support-open-disc-story-modal-back:hover{background:#ffffff14;border-color:#94a3b847;color:#f8fafc}[data-theme=dark] .support-open-disc-image-modal--fullscreen.support-open-disc-post-media-modal .support-open-disc-post-media-modal-topbar--desktop .support-open-disc-story-modal-back:active{background:#ffffff1f;border-color:#94a3b859}}.support-open-disc-image-modal-body{align-items:stretch;display:flex;flex-direction:column;gap:10px;height:auto;justify-content:flex-start;overflow:visible;width:100%}.support-open-disc-image-modal-body--split{flex:1 1;gap:0;height:100%;min-height:0;overflow:hidden}.support-open-disc-image-modal-main{align-items:stretch;display:flex;flex:1 1;min-height:0;overflow:hidden}.support-open-disc-image-modal-media{align-items:center;background:#0b1220;display:flex;flex:1 1;justify-content:center;min-width:0;overflow:hidden;padding:12px 16px 16px}.support-open-disc-image-modal-comments{background:#fff;background:var(--bg-color,#fff);border-left:1px solid #e2e8f0f2;display:flex;flex-direction:column;flex-shrink:0;min-height:0;width:min(400px,38vw)}.support-open-disc-image-modal-comments-head{align-items:baseline;border-bottom:1px solid #f1f5f9f2;display:flex;flex-shrink:0;gap:10px;justify-content:space-between;padding:14px 14px 10px}.support-open-disc-image-modal-comments-title{color:#0f172a;font-size:.95rem;font-weight:700;margin:0}.support-open-disc-image-modal-cnr.support-comments{flex:1 1;min-height:0}.support-open-disc-image-modal-cnr.support-comments--article h2{display:none}.support-open-disc-image-modal-head{align-items:center;align-self:stretch;background:#fff;background:var(--bg-color,#fff);border-bottom:1px solid color-mix(in srgb,#b87333 18%,#f1f5f9f2);border-bottom:1px solid color-mix(in srgb,var(--brand-500,#b87333) 18%,#f1f5f9f2);display:flex;flex-direction:row;flex-shrink:0;gap:12px;padding:12px 52px 10px 12px;width:100%}.support-open-disc-image-modal-watermark{flex:0 0 auto;height:42px;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:42px}.support-open-disc-image-modal-head-content{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0}.support-open-disc-image-modal-club{align-items:center;display:inline-flex;gap:8px}.support-open-disc-image-modal-club-name{color:#334155;font-size:.86rem;font-weight:600}.support-open-disc-image-modal-title{color:#0f172a;font-size:1rem;font-weight:700;line-height:1.35}.support-open-disc-image-modal-stage{align-items:center;align-self:center;background:#0000;border-radius:0;display:flex;height:auto;justify-content:center;max-width:min(920px,calc(100vw - 72px));min-height:0;overflow:visible;position:relative;touch-action:pan-y pinch-zoom;width:-webkit-fit-content;width:fit-content}.support-open-disc-image-modal--fullscreen .support-open-disc-image-modal-stage{height:100%;max-width:100%;width:100%}.support-open-disc-image-modal-bg{display:none}.support-open-disc-image-modal-img-wrap{align-items:center;display:flex;height:auto;justify-content:center;max-width:100%;overflow:visible;padding:0 58px;position:relative;width:auto;z-index:1}.support-open-disc-image-modal-arrow{background:#ffffffd9!important;border:1px solid #94a3b873!important;border-radius:999px!important;color:#0f172a!important;height:52px!important;min-height:52px!important;min-width:52px!important;padding:0!important;position:absolute;top:50%;transform:translateY(-50%);width:52px!important;z-index:3}.support-open-disc-image-modal-arrow--left{left:10px}.support-open-disc-image-modal-arrow--right{right:10px}.support-open-disc-image-modal-img{background:#0000;border:1px solid #cbd5e1f2;border-radius:12px;box-shadow:none;display:block;height:auto;max-height:min(calc(100vh - 160px),680px);max-width:min(840px,calc(100vw - 120px));object-fit:contain;position:relative;width:auto;z-index:2}.support-open-disc-image-modal--fullscreen .support-open-disc-image-modal-img-wrap{height:100%;max-width:100%;padding:0;width:100%}.support-open-disc-image-modal--fullscreen .support-open-disc-image-modal-img{border-color:#4755698c;height:auto;max-height:calc(100vh - 120px);max-width:100%;width:auto}.support-open-disc-image-modal--fullscreen .support-open-disc-image-modal-video{border-color:#4755698c;height:auto;max-height:calc(100vh - 120px);max-width:min(calc(100vw - min(400px, 38vw) - 32px),1280px);width:auto}@media (min-width:901px){.support-open-disc-story-comment-modal-pane .support-open-disc-story-modal-back{background:#0000;border-color:#0000;box-shadow:none;color:#f8fafc}.support-open-disc-story-comment-modal-pane .support-open-disc-story-modal-back:hover{background:#ffffff1a;border-color:#ffffff24;color:#fff}.support-open-disc-story-comment-modal-pane .support-open-disc-story-modal-back:active{background:#ffffff29;border-color:#fff3}.support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-image-modal-media.support-open-disc-story-comment-modal-media{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow:hidden;padding:0 8px 8px}.support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-image-modal-media.support-open-disc-story-comment-modal-media .support-open-disc-image-modal-stage{flex:1 1;height:auto;min-height:0;overflow:hidden;width:100%}.support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-image-modal-media.support-open-disc-story-comment-modal-media .support-open-disc-image-modal-img-wrap{flex:1 1;height:100%;min-height:0;overflow:hidden;width:100%}.support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-image-modal-video{height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}}.support-open-disc-image-modal-bg--video-fallback{display:none}.support-open-disc-image-modal-video{background:#0f172a;border:1px solid #cbd5e1f2;border-radius:12px;box-shadow:none;display:block;height:auto;max-height:min(calc(100vh - 160px),680px);max-width:min(840px,calc(100vw - 120px));object-fit:contain;position:relative;width:auto;z-index:2}[data-theme=dark] .support-open-disc-post-link-input,[data-theme=dark] .support-open-disc-post-textarea{background:#151515;border-color:#2a2a2a;color:#f3f3f3}[data-theme=dark] .support-open-disc-image-modal-club-name{color:#cbd5e1}[data-theme=dark] .support-open-disc-image-modal-title{color:#f3f3f3}[data-theme=dark] .support-open-disc-image-modal-comments,[data-theme=dark] .support-open-disc-image-modal-head{border-color:color-mix(in srgb,#c4894a 28%,#334155d9);border-color:color-mix(in srgb,var(--brand-400,#c4894a) 28%,#334155d9)}[data-theme=dark] .support-open-disc-image-modal-watermark{opacity:.4}[data-theme=dark] .support-open-disc-image-modal-comments-head{border-bottom-color:#334155d9}[data-theme=dark] .support-open-disc-image-modal-comments-title{color:#f1f5f9}[data-theme=dark] .support-open-disc-image-modal--fullscreen .modal-close-icon{background:#1e293beb;border-color:#475569a6;color:#e2e8f0}[data-theme=dark] .support-open-disc-story-modal-back{background:#1e293bf2;border-color:#475569a6;color:#e2e8f0}@media (min-width:901px){[data-theme=dark] .support-open-disc-story-comment-modal-pane .support-open-disc-story-modal-back{background:#0000;border-color:#0000;box-shadow:none;color:#e2e8f0}[data-theme=dark] .support-open-disc-story-comment-modal-pane .support-open-disc-story-modal-back:hover{background:#ffffff14;border-color:#94a3b847;color:#f8fafc}[data-theme=dark] .support-open-disc-story-comment-modal-pane .support-open-disc-story-modal-back:active{background:#ffffff1f;border-color:#94a3b859}}[data-theme=dark] .support-open-disc-image-modal-arrow{background:#0f172ad9!important;border-color:#94a3b861!important;color:#e2e8f0!important}[data-theme=dark] .support-open-disc-image-modal-img,[data-theme=dark] .support-open-disc-image-modal-video{border-color:#475569e6}[data-theme=dark] .support-open-disc-image-modal-stage{background:#0000}[data-theme=dark] .support-open-disc-image-modal-bg{display:none}.support-open-disc-image-modal-stage--slider{height:auto;min-height:0;width:100%}.wfm-image-slider__card--has-video-badge{position:relative}.support-open-disc-media-video-badge{align-items:center;background:#0f172ab8;border:1px solid #ffffff47;border-radius:999px;box-shadow:0 4px 14px #0f172a38;color:#f8fafc;display:inline-flex;font-size:.72rem;font-weight:600;gap:6px;left:12px;letter-spacing:.02em;line-height:1;padding:5px 10px 5px 8px;pointer-events:none;position:absolute;text-transform:uppercase;top:12px;z-index:4}.support-open-disc-media-video-badge svg{flex-shrink:0;height:14px;width:14px}.support-open-disc-media-video-badge--slider{left:16px;top:16px}.support-open-disc-image-modal--fullscreen .support-open-disc-media-video-badge--modal,.support-open-disc-image-modal--fullscreen .support-open-disc-media-video-badge--slider{left:18px;top:18px}.support-open-disc-image-modal-slider.wfm-image-slider--media .support-open-disc-media-video-badge--slider{left:max(16px,env(safe-area-inset-left,0px))}[data-theme=dark] .support-open-disc-media-video-badge{background:#020617d1;border-color:#fff3}.support-open-disc-image-modal-slider.wfm-image-slider{max-width:min(920px,calc(100vw - 72px));width:100%}.support-open-disc-image-modal--fullscreen .support-open-disc-image-modal-slider.wfm-image-slider{height:100%;max-width:100%;padding:0;width:100%}.support-open-disc-image-modal--fullscreen .support-open-disc-image-modal-slider.wfm-image-slider--fit-content .wfm-image-slider__stage{align-items:center;display:flex;height:100%;justify-content:center}.support-open-disc-image-modal--fullscreen .support-open-disc-image-modal-slider.wfm-image-slider--fit-content .wfm-image-slider__image,.support-open-disc-image-modal--fullscreen .support-open-disc-image-modal-slider.wfm-image-slider--fit-content .wfm-image-slider__image-zoom .wfm-image-slider__image{max-height:calc(100vh - 120px);max-width:min(calc(100vw - min(400px, 38vw) - 48px),1400px)}@media (max-width:900px){.support-open-disc-image-modal-arrow{display:none!important}.support-open-disc-image-modal-img-wrap{padding:0 12px}.support-open-disc-image-modal-img,.support-open-disc-image-modal-slider.wfm-image-slider--fit-content .wfm-image-slider__image,.support-open-disc-image-modal-video{max-height:min(calc(100vh - 140px),680px);max-width:min(calc(100vw - 48px),840px)}.support-open-disc-image-modal--fullscreen .support-open-disc-image-modal-main{flex-direction:column}.support-open-disc-image-modal--fullscreen .support-open-disc-image-modal-media{flex:0 0 min(52vh,420px);padding:8px 10px 10px}.support-open-disc-image-modal--fullscreen .support-open-disc-image-modal-comments{border-left:none;border-top:1px solid #e2e8f0f2;flex:1 1;max-width:none;min-height:0;width:100%}.support-open-disc-image-modal--fullscreen .support-open-disc-image-modal-img,.support-open-disc-image-modal--fullscreen .support-open-disc-image-modal-slider.wfm-image-slider--fit-content .wfm-image-slider__image,.support-open-disc-image-modal--fullscreen .support-open-disc-image-modal-slider.wfm-image-slider--fit-content .wfm-image-slider__image-zoom .wfm-image-slider__image{max-height:min(48vh,400px);max-width:calc(100vw - 24px)}.support-open-disc-image-modal--fullscreen .support-open-disc-image-modal-video{max-height:min(52vh,440px);max-width:calc(100vw - 24px)}.support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-story-comment-modal-body{min-height:0;overflow:hidden}.support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-story-comment-modal-main{-webkit-overflow-scrolling:touch;flex:1 1 auto;flex-direction:column;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-story-comment-modal-pane{background:#fff;background:var(--bg-color,#fff);flex:0 0 auto;max-height:none;min-height:0;overflow:visible}.support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-image-modal-media.support-open-disc-story-comment-modal-media{background:#fff;background:var(--bg-color,#fff);flex:0 0 auto;max-height:none;min-height:0;padding:0}.support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-story-comment-modal-thread-media{background:#fff;background:var(--bg-color,#fff);box-sizing:border-box;margin:0;max-width:none;padding-inline:10px;width:100%}.support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-story-comment-modal-thread-media video.support-open-disc-thread-media{aspect-ratio:auto;height:auto;max-height:min(56vh,520px);max-width:100%;width:100%}.support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-story-comment-modal-story-scroll{border-top:none;flex:0 0 auto;max-height:none;overflow:visible;padding:12px 14px 18px}.support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-story-comment-modal-comments{border-top:1px solid #e2e8f0f2;flex:0 0 auto;min-height:0;padding-bottom:max(12px,env(safe-area-inset-bottom,0px));width:100%}.support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-image-modal-cnr.support-comments{min-height:0;padding-bottom:0}.support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-image-modal-cnr.support-comments>.support-comments-compose{border-bottom:1px solid #f1f5f9f2;margin-top:0;padding:0 12px 12px}.support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-image-modal-cnr.support-comments .cnr-root-compose-trigger{font-size:.92rem;min-height:44px}.support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-image-modal-img,.support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-image-modal-slider.wfm-image-slider--fit-content .wfm-image-slider__image,.support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-image-modal-slider.wfm-image-slider--fit-content .wfm-image-slider__image-zoom .wfm-image-slider__image,.support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-image-modal-video{max-height:none;max-width:calc(100vw - 20px)}}[data-theme=dark] .support-open-disc-thread-media-stage{background:#0000}[data-theme=dark] .support-open-disc-sort-dropdown .reusable-dropdown-text,[data-theme=dark] .support-open-disc-view-dropdown .reusable-dropdown-text{background:#0f172aa6;border-color:#334155e6}[data-theme=dark] .support-open-disc-topic-card-thumb--placeholder{background:#0f172ab3;border-color:#475569f2}[data-theme=dark] .support-open-disc-topic-card-thumb-frame{background:#0f172ac2;border-color:#334155eb}[data-theme=dark] .support-open-disc-topic-card-thumb-frame--art{background:linear-gradient(145deg,#1e293b,#334155 46%,#475569);border-color:#475569e6}[data-theme=dark] .support-open-disc-topic-card-thumb-details{color:#e2e8f0eb}[data-theme=dark] .support-open-disc-topic-card-thumb-frame--details{background:#0000;border-color:#0000}[data-theme=dark] .support-open-disc-topic-card-thumb-art-orb--one{background:radial-gradient(circle at 35% 35%,#e2e8f033,#94a3b824 60%,#0000 78%)}[data-theme=dark] .support-open-disc-topic-card-thumb-art-orb--two{background:radial-gradient(circle at 60% 50%,#94a3b82e,#0f172a00 72%)}[data-theme=dark] .support-open-disc-topic-card-thumb-art-wave{background:linear-gradient(90deg,#94a3b814,#94a3b847,#94a3b814)}[data-theme=dark] .support-open-disc-topic-card-thumb-art-icon{color:#cbd5e161}[data-theme=dark] .support-open-disc-topic-card-video-badge{background:#0206179e;border-color:#94a3b859}[data-theme=dark] .support-open-disc-topic-card-video-no-poster{background:linear-gradient(145deg,#1e293beb,#334155e0)}[data-theme=dark] .support-open-disc-topic--card{background:#0f172aa6;border-color:#334155eb;box-shadow:none}[data-theme=dark] .support-open-disc-topic--card:active,[data-theme=dark] .support-open-disc-topic--card:focus-visible,[data-theme=dark] .support-open-disc-topic--card:hover{border-color:#334155eb;box-shadow:none;filter:none;font-size:inherit;line-height:inherit;transform:none;transition:background-color .15s ease}@media (hover:hover) and (pointer:fine){[data-theme=dark] .support-open-disc-topic--card:active,[data-theme=dark] .support-open-disc-topic--card:hover{background:#3341556b}}[data-theme=dark] .support-open-disc-topic--card:focus-visible{background:#3341556b}[data-theme=dark] .support-open-disc-topic--card:focus-visible{box-shadow:none;outline-color:#818cf88c}[data-theme=dark] .support-open-disc-topic--card .support-open-disc-topic-card-thumb-media{background:#0000}[data-theme=dark] .support-open-disc-topic--card .support-open-disc-topic-card-thumb-bg{filter:blur(26px) saturate(1.22) brightness(.8);opacity:.9}[data-theme=dark] .support-open-disc-topic--card .support-open-disc-topic-card-thumb-bg-video{filter:blur(28px) saturate(1.2) brightness(.72);opacity:.88}[data-theme=dark] .support-open-disc-topic--card .support-open-disc-topic-card-thumb-frame{background:#0000;border-color:#334155eb}[data-theme=dark] .support-open-disc-topic--card .support-open-disc-topic-modern-thumb-frame:has(.support-open-disc-topic-modern-multi-grid){background:#0000;border:0}[data-theme=dark] .support-open-disc-topic-modern-multi-grid{background:#0f172a}[data-theme=dark] .support-open-disc-story-media-strip-item,[data-theme=dark] .support-open-disc-topic-modern-multi-item{background:#334155}[data-theme=dark] .support-open-disc-topic-stats--card-footer{color:#94a3b8}[data-theme=dark] .support-open-disc-topic-stat-comments,[data-theme=dark] .support-open-disc-topic-stat-hashtags,[data-theme=dark] .support-open-disc-topic-stat-view-later,[data-theme=dark] .support-open-disc-topic-stat-votes{background:#1e293bd9;border:none;color:#94a3b8}[data-theme=dark] .support-open-disc-topic-stat-comment-icon,[data-theme=dark] .support-open-disc-topic-stat-hashtags-icon,[data-theme=dark] .support-open-disc-topic-stat-view-later-icon,[data-theme=dark] .support-open-disc-topic-stat-vote-icon{color:#64748b}[data-theme=dark] .support-open-disc-topic-stat-vote-score{color:#e2e8f0}[data-theme=dark] .support-open-disc-topic-stat-vote-btn.is-up.is-voted-up,[data-theme=dark] .support-open-disc-topic-stat-vote-btn.is-voted-up{background:#1665347a;border:1.5px solid #4ade808c}[data-theme=dark] .support-open-disc-topic-stat-vote-btn.is-down.is-voted-down,[data-theme=dark] .support-open-disc-topic-stat-vote-btn.is-voted-down{background:#7f1d1d7a;border:1.5px solid #f871718c}[data-theme=dark] .support-open-disc-topic-stat-vote-btn.is-down-outline:not(.is-voted-down),[data-theme=dark] .support-open-disc-topic-stat-vote-btn.is-down:not(.is-voted-down),[data-theme=dark] .support-open-disc-topic-stat-vote-btn.is-up-outline:not(.is-voted-up),[data-theme=dark] .support-open-disc-topic-stat-vote-btn.is-up:not(.is-voted-up){background:#0000}[data-theme=dark] .support-open-disc-topic-stat-vote-btn.is-up .support-open-disc-topic-stat-vote-icon{color:#4ade80}[data-theme=dark] .support-open-disc-topic-stat-vote-btn.is-down .support-open-disc-topic-stat-vote-icon{color:#f87171}[data-theme=dark] .support-open-disc-topic-stat-vote-btn.is-up-outline .support-open-disc-topic-stat-vote-icon,[data-theme=dark] .support-open-disc-topic-stat-vote-icon.is-up-outline{color:#4ade80}[data-theme=dark] .support-open-disc-topic-stat-vote-btn.is-down-outline .support-open-disc-topic-stat-vote-icon,[data-theme=dark] .support-open-disc-topic-stat-vote-icon.is-down-outline{color:#f87171}[data-theme=dark] .support-open-disc-topic-stat-vote-icon.is-up{color:#4ade80}[data-theme=dark] .support-open-disc-topic-stat-vote-icon.is-down{color:#f87171}[data-theme=dark] .support-open-disc-topic-stat-vote-btn:hover:not(:disabled):not(.is-voted-up):not(.is-voted-down){background:#4338ca40}[data-theme=dark] .support-open-disc-topic-stat-vote-btn:hover:not(:disabled):not(.is-voted-up):not(.is-voted-down) .support-open-disc-topic-stat-vote-icon{color:#c7d2fe}[data-theme=dark] .support-open-disc-topic--card:active .support-open-disc-topic-stat-comments,[data-theme=dark] .support-open-disc-topic--card:active .support-open-disc-topic-stat-hashtags,[data-theme=dark] .support-open-disc-topic--card:active .support-open-disc-topic-stat-view-later,[data-theme=dark] .support-open-disc-topic--card:active .support-open-disc-topic-stat-votes,[data-theme=dark] .support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-comments,[data-theme=dark] .support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-hashtags,[data-theme=dark] .support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-view-later,[data-theme=dark] .support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-votes,[data-theme=dark] .support-open-disc-topic--card:hover .support-open-disc-topic-stat-comments,[data-theme=dark] .support-open-disc-topic--card:hover .support-open-disc-topic-stat-hashtags,[data-theme=dark] .support-open-disc-topic--card:hover .support-open-disc-topic-stat-view-later,[data-theme=dark] .support-open-disc-topic--card:hover .support-open-disc-topic-stat-votes,[data-theme=dark] .support-open-disc-topic--list:active .support-open-disc-topic-stat-comments,[data-theme=dark] .support-open-disc-topic--list:active .support-open-disc-topic-stat-hashtags,[data-theme=dark] .support-open-disc-topic--list:active .support-open-disc-topic-stat-view-later,[data-theme=dark] .support-open-disc-topic--list:active .support-open-disc-topic-stat-votes,[data-theme=dark] .support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-comments,[data-theme=dark] .support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-hashtags,[data-theme=dark] .support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-view-later,[data-theme=dark] .support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-votes,[data-theme=dark] .support-open-disc-topic--list:hover .support-open-disc-topic-stat-comments,[data-theme=dark] .support-open-disc-topic--list:hover .support-open-disc-topic-stat-hashtags,[data-theme=dark] .support-open-disc-topic--list:hover .support-open-disc-topic-stat-view-later,[data-theme=dark] .support-open-disc-topic--list:hover .support-open-disc-topic-stat-votes{background:#0f172af2;color:#cbd5e1}[data-theme=dark] .support-open-disc-topic--card:active .support-open-disc-topic-stat-comment-icon,[data-theme=dark] .support-open-disc-topic--card:active .support-open-disc-topic-stat-hashtags-icon,[data-theme=dark] .support-open-disc-topic--card:active .support-open-disc-topic-stat-view-later-icon,[data-theme=dark] .support-open-disc-topic--card:active .support-open-disc-topic-stat-vote-icon,[data-theme=dark] .support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-comment-icon,[data-theme=dark] .support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-hashtags-icon,[data-theme=dark] .support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-view-later-icon,[data-theme=dark] .support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-vote-icon,[data-theme=dark] .support-open-disc-topic--card:hover .support-open-disc-topic-stat-comment-icon,[data-theme=dark] .support-open-disc-topic--card:hover .support-open-disc-topic-stat-hashtags-icon,[data-theme=dark] .support-open-disc-topic--card:hover .support-open-disc-topic-stat-view-later-icon,[data-theme=dark] .support-open-disc-topic--card:hover .support-open-disc-topic-stat-vote-icon,[data-theme=dark] .support-open-disc-topic--list:active .support-open-disc-topic-stat-comment-icon,[data-theme=dark] .support-open-disc-topic--list:active .support-open-disc-topic-stat-hashtags-icon,[data-theme=dark] .support-open-disc-topic--list:active .support-open-disc-topic-stat-view-later-icon,[data-theme=dark] .support-open-disc-topic--list:active .support-open-disc-topic-stat-vote-icon,[data-theme=dark] .support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-comment-icon,[data-theme=dark] .support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-hashtags-icon,[data-theme=dark] .support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-view-later-icon,[data-theme=dark] .support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-vote-icon,[data-theme=dark] .support-open-disc-topic--list:hover .support-open-disc-topic-stat-comment-icon,[data-theme=dark] .support-open-disc-topic--list:hover .support-open-disc-topic-stat-hashtags-icon,[data-theme=dark] .support-open-disc-topic--list:hover .support-open-disc-topic-stat-view-later-icon,[data-theme=dark] .support-open-disc-topic--list:hover .support-open-disc-topic-stat-vote-icon{color:#cbd5e1}[data-theme=dark] .support-open-disc-topic--card:active .support-open-disc-topic-stat-vote-btn.is-voted-up,[data-theme=dark] .support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-vote-btn.is-voted-up,[data-theme=dark] .support-open-disc-topic--card:hover .support-open-disc-topic-stat-vote-btn.is-voted-up,[data-theme=dark] .support-open-disc-topic--list:active .support-open-disc-topic-stat-vote-btn.is-voted-up,[data-theme=dark] .support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-vote-btn.is-voted-up,[data-theme=dark] .support-open-disc-topic--list:hover .support-open-disc-topic-stat-vote-btn.is-voted-up{background:#1665349e;border-color:#4ade80b8}[data-theme=dark] .support-open-disc-topic--card:active .support-open-disc-topic-stat-vote-btn.is-voted-down,[data-theme=dark] .support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-vote-btn.is-voted-down,[data-theme=dark] .support-open-disc-topic--card:hover .support-open-disc-topic-stat-vote-btn.is-voted-down,[data-theme=dark] .support-open-disc-topic--list:active .support-open-disc-topic-stat-vote-btn.is-voted-down,[data-theme=dark] .support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-vote-btn.is-voted-down,[data-theme=dark] .support-open-disc-topic--list:hover .support-open-disc-topic-stat-vote-btn.is-voted-down{background:#7f1d1d9e;border-color:#f87171b8}[data-theme=dark] .support-open-disc-topic--card:active .support-open-disc-topic-stat-vote-btn.is-voted-up .support-open-disc-topic-stat-vote-icon,[data-theme=dark] .support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-vote-btn.is-voted-up .support-open-disc-topic-stat-vote-icon,[data-theme=dark] .support-open-disc-topic--card:hover .support-open-disc-topic-stat-vote-btn.is-voted-up .support-open-disc-topic-stat-vote-icon,[data-theme=dark] .support-open-disc-topic--list:active .support-open-disc-topic-stat-vote-btn.is-voted-up .support-open-disc-topic-stat-vote-icon,[data-theme=dark] .support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-vote-btn.is-voted-up .support-open-disc-topic-stat-vote-icon,[data-theme=dark] .support-open-disc-topic--list:hover .support-open-disc-topic-stat-vote-btn.is-voted-up .support-open-disc-topic-stat-vote-icon{color:#4ade80}[data-theme=dark] .support-open-disc-topic--card:active .support-open-disc-topic-stat-vote-btn.is-voted-down .support-open-disc-topic-stat-vote-icon,[data-theme=dark] .support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-vote-btn.is-voted-down .support-open-disc-topic-stat-vote-icon,[data-theme=dark] .support-open-disc-topic--card:hover .support-open-disc-topic-stat-vote-btn.is-voted-down .support-open-disc-topic-stat-vote-icon,[data-theme=dark] .support-open-disc-topic--list:active .support-open-disc-topic-stat-vote-btn.is-voted-down .support-open-disc-topic-stat-vote-icon,[data-theme=dark] .support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-vote-btn.is-voted-down .support-open-disc-topic-stat-vote-icon,[data-theme=dark] .support-open-disc-topic--list:hover .support-open-disc-topic-stat-vote-btn.is-voted-down .support-open-disc-topic-stat-vote-icon{color:#f87171}[data-theme=dark] .support-open-disc-topic--card:active .support-open-disc-topic-stat-vote-score,[data-theme=dark] .support-open-disc-topic--card:focus-visible .support-open-disc-topic-stat-vote-score,[data-theme=dark] .support-open-disc-topic--card:hover .support-open-disc-topic-stat-vote-score,[data-theme=dark] .support-open-disc-topic--list:active .support-open-disc-topic-stat-vote-score,[data-theme=dark] .support-open-disc-topic--list:focus-visible .support-open-disc-topic-stat-vote-score,[data-theme=dark] .support-open-disc-topic--list:hover .support-open-disc-topic-stat-vote-score{color:#f8fafc}@media (max-width:900px){.support-open-disc-topic-list--card{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-inline:0;max-width:100%}.support-open-disc-topic--card{margin-inline:0;max-width:100%;min-height:auto}}@media (max-width:640px){.support-open-disc-topic-list--card{grid-template-columns:1fr}.support-open-disc-topic-modern-thumb-frame{aspect-ratio:16/10;height:auto;max-height:min(52vh,280px);min-height:0}.support-open-disc-topic-modern-thumb-frame--orientations-pending,.support-open-disc-topic-modern-thumb-frame--portrait{aspect-ratio:auto;height:auto;max-height:min(56vh,400px);min-height:0}.support-open-disc-topic-modern-thumb-frame--orientations-pending{aspect-ratio:4/5}.support-open-disc-topic--card .support-open-disc-topic-card-thumb-frame.support-open-disc-topic-modern-thumb-frame--orientations-pending,.support-open-disc-topic--card .support-open-disc-topic-card-thumb-frame.support-open-disc-topic-modern-thumb-frame--portrait{aspect-ratio:auto;min-height:0}.support-open-disc-topic-modern-thumb-frame--video{aspect-ratio:16/10;height:auto;max-height:min(52vh,280px);max-width:100%;min-height:0}.support-open-disc-topic--card{border-radius:12px;min-height:auto;padding:7px 10px}.support-open-disc-topic--card:active,.support-open-disc-topic--card:focus-visible,.support-open-disc-topic--card:hover{border-radius:12px;padding:7px 10px}.support-open-disc-topic--card .support-open-disc-topic-content{max-width:100%}.support-open-disc-topic--card .support-open-disc-topic-card-thumb-media{padding:6px}.support-open-disc-topic-modern-multi-grid{gap:2px}.support-open-disc-feed-toolbar{align-items:center;flex-direction:row;flex-wrap:nowrap;gap:8px;justify-content:space-between;width:100%}.support-open-disc-feed-toolbar .support-open-disc-view-dropdown-wrap{flex:1 1;justify-content:flex-start;min-width:0}.support-open-disc-feed-toolbar .support-open-disc-sort-dropdown-wrap{flex:1 1;justify-content:flex-end;min-width:0}.support-open-disc-feed-toolbar .support-open-disc-sort-label{flex-shrink:0}.support-open-disc-feed-toolbar .support-open-disc-view-dropdown{flex:0 1 auto;max-width:126px;min-width:0}.support-open-disc-feed-toolbar .support-open-disc-sort-dropdown{flex:0 1 auto;max-width:148px;min-width:0}.support-open-disc-sort-dropdown-wrap,.support-open-disc-view-dropdown-wrap{justify-content:space-between}.support-open-disc-sort-dropdown,.support-open-disc-view-dropdown{flex:1 1;min-width:0}}[data-theme=dark] .support-open-disc-thread-media-bg,[data-theme=dark] .support-open-disc-thread-media-bg-video{display:none}[data-theme=dark] .support-open-disc-thread-media-arrow,[data-theme=dark] .support-open-disc-thread-media-count{background:#0f172ad9;border-color:#94a3b861;color:#e2e8f0}[data-theme=dark] .support-open-disc-dropzone{background:#151515;border-color:#2a2a2a}[data-theme=dark] .support-open-disc-dropzone-text{color:#a3a3a3}[data-theme=dark] .support-open-disc-dropzone-icon,[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-dropzone-icon{color:#c9863f;color:var(--brand-400,#c9863f)}[data-theme=dark] .support-open-disc-media-preview-arrow{background:#030712b3;border-color:#2a2a2a;color:#e5e7eb}[data-theme=dark] .support-open-disc-media-preview-count{color:#a3a3a3}[data-theme=dark] .support-open-disc-media-preview-count--overlay{background:#030712b3;border-color:#334155;color:#e5e7eb}[data-theme=dark] .support-open-disc-media-preview-thumb-frame{background:#1a1a1a;border-color:#94a3b859}[data-theme=dark] .support-open-disc-media-preview-thumb-remove{border-color:#b8733380}[data-theme=dark] .support-open-disc-media-preview-thumb-btn{background:#151515;border-color:#2a2a2a}[data-theme=dark] .support-open-disc-media-preview-thumb-btn.is-active{border-color:#60a5fa}[data-theme=dark] .support-open-disc-post-tag-chip{background:#b8733324;border-color:#b8733373;color:#d4a574;color:var(--brand-300,#d4a574)}[data-theme=dark] button.support-open-disc-post-tag-chip:hover{background:#b8733338;border-color:#c9863f99}[data-theme=dark] .support-open-disc-thread-post-card{--od-comment-surface:#33415580;--od-comment-surface-border:#94a3b838;--od-post-surface:color-mix(in srgb,#64748b 32%,#050505);--od-post-surface-border:var(--od-comment-surface-border);background:var(--od-post-surface);border-color:var(--od-post-surface-border);box-shadow:none;color:#f3f3f3}[data-theme=dark] .support-open-disc-thread-post-card .support-open-disc-comment-tools,[data-theme=dark] .support-open-disc-thread-post-section{background:#0000;color:inherit}[data-theme=dark] .support-open-disc-comment-order-wrap{background:linear-gradient(135deg,#b8733324,#0f172ab8 58%,#0f172ae0);border:none;box-shadow:inset 0 1px 0 #ffffff0a,0 1px 2px #0000002e}[data-theme=dark] .support-open-disc-comment-order-label{color:#d8b08a;color:var(--brand-300,#d8b08a)}[data-theme=dark] .support-open-disc-comment-order-dropdown .reusable-dropdown-text{background:#0000;color:#e2e8f0}[data-theme=dark] .support-open-disc-comment-order-dropdown .reusable-dropdown-text>svg{color:#c9863f;color:var(--brand-400,#c9863f)}[data-theme=dark] .support-open-disc-comment-order-dropdown .reusable-dropdown-text:hover,[data-theme=dark] .support-open-disc-comment-order-dropdown .reusable-dropdown.open .reusable-dropdown-text{background:#c9863f24;border:none;color:#f8fafc}[data-theme=dark] .support-open-disc-comment-tools-separator{background:linear-gradient(180deg,#0000,color-mix(in srgb,#c9863f 42%,#64748b8c) 48%,#0000);background:linear-gradient(180deg,#0000 0,color-mix(in srgb,var(--brand-400,#c9863f) 42%,#64748b8c) 48%,#0000 100%)}[data-theme=dark] .support-open-disc-comment-search-trigger{background:#0000;border:none;color:#b87333;color:var(--brand-500,#b87333)}[data-theme=dark] .support-open-disc-comment-search-trigger:hover{background:#0000;color:#c9863f;color:var(--brand-400,#c9863f)}[data-theme=dark] .support-open-disc-comment-search-input{background:#0f172aa6;border-color:#334155f2;box-shadow:0 1px 3px #0003;color:#f1f5f9}[data-theme=dark] .support-open-disc-comment-search-input::placeholder{color:#94a3b8}[data-theme=dark] .support-open-disc-comment-search-input:focus{border-color:#b87333;border-color:var(--brand-500,#b87333);box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338)}[data-theme=dark] .support-open-disc-comment-search-clear{color:#94a3b8}[data-theme=dark] .support-open-disc-comment-search-clear:hover{background:#94a3b81f;color:#e2e8f0}[data-theme=dark] .support-open-disc-thread-post-card .support-open-disc-topic-searchbox .wfm-searchbox__input{background:var(--od-comment-surface);border-color:var(--od-comment-surface-border);color:#e2e8f0}[data-theme=dark] .support-open-disc-thread-post-card .support-open-disc-topic-searchbox .wfm-searchbox__input::placeholder{color:#94a3b8}[data-theme=dark] .support-open-disc-thread-post-card .support-open-disc-topic-searchbox .wfm-searchbox__input:focus{border-color:#c9863f;border-color:var(--brand-400,#c9863f);box-shadow:0 0 0 3px #c9863f47}[data-theme=dark] .support-open-disc-thread-post-card .support-comments.support-open-disc-thread-post-comments,[data-theme=dark] .support-open-disc-thread-post-card .support-comments.support-open-disc-thread-post-comments.support-comments--article{--cnr-compose-bubble-bg:var(--od-comment-surface);--cnr-compose-bubble-border:var(--od-comment-surface-border);background:#0000;border:none;box-shadow:none;color:#e2e8f0}[data-theme=dark] .support-open-disc-media-preview-img,[data-theme=dark] .support-open-disc-media-preview-video,[data-theme=dark] .support-open-disc-thread-media,[data-theme=dark] .support-open-disc-topic-thumb{border-color:#2a2a2a}[data-theme=dark] .support-open-disc-topic-thumb-bg{opacity:.85}[data-theme=dark] .support-open-disc-topic-thumb-bg-video{opacity:.88}[data-theme=dark] .support-open-disc-thread-link{color:#93c5fd}.support-open-disc-shell-mobile-chrome{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border-bottom:1px solid #e2e8f0f2;margin:0 -8px 14px;padding-top:env(safe-area-inset-top,0);position:-webkit-sticky;position:sticky;top:0;z-index:1000000}[data-theme=dark] .support-open-disc-shell-mobile-chrome{background:#0f172aeb;border-bottom-color:#334155f2}.support-open-disc-shell-mobile-chrome>.support-open-disc-shell-header{border-bottom:none;margin-bottom:0;position:relative;top:auto;z-index:0}.support-open-disc-shell-mobile-search-trigger.is-active{border-color:#4f46e58c;box-shadow:0 0 0 2px #4f46e51f}.support-open-disc-shell-mobile-search-trigger-icon{color:#b87333;color:var(--brand-500,#b87333);display:block;font-size:22px!important;font-size:var(--od-shell-header-icon,22px)!important;height:22px!important;height:var(--od-shell-header-icon,22px)!important;width:22px!important;width:var(--od-shell-header-icon,22px)!important}.support-open-disc-shell-mobile-search-row{align-items:center;display:flex;gap:10px;padding:0 16px 12px}.support-open-disc-shell-mobile-search-row--has-action{flex-wrap:wrap}.support-open-disc-shell-mobile-search-row--has-action .support-open-disc-shell-mobile-search-go{flex:1 1 100%;text-align:center;width:100%}.support-open-disc-shell-mobile-search-row-icon{color:#b87333;color:var(--brand-500,#b87333);flex-shrink:0;font-size:1.25rem}.support-open-disc-shell-mobile-search-input{background:#fff;border:1px solid #cbd5e1f2;border-radius:10px;color:#0f172a;flex:1 1;font-size:16px;min-width:0;padding:10px 12px}.support-open-disc-shell-mobile-search-input::placeholder{color:#6b7280}.support-open-disc-shell-mobile-search-input:focus{border-color:#b87333;border-color:var(--brand-500,#b87333);box-shadow:0 0 0 3px #b8733338;box-shadow:0 0 0 3px var(--brand-focus-ring,#b8733338);outline:none}[data-theme=dark] .support-open-disc-shell-mobile-search-row-icon{color:#b87333;color:var(--brand-500,#b87333)}[data-theme=dark] .support-open-disc-shell-mobile-search-input{background:#1e293b;border-color:#475569;color:#f8fafc}[data-theme=dark] .support-open-disc-shell-mobile-search-input::placeholder{color:#94a3b8}.posts-page-shell-more-gb button.gb__trigger{background:#0000;border:none;border-radius:10px;box-shadow:none;color:#b87333;color:var(--brand-500,#b87333);height:44px;min-width:44px;padding:0;width:44px}.posts-page-shell-more-gb button.gb__trigger:hover:not(:disabled),.posts-page-shell-more-gb button.gb__trigger[aria-expanded=true]:not(:disabled){background:#faf6f1;background:var(--brand-50,#faf6f1);border:none;box-shadow:none;color:#b87333;color:var(--brand-500,#b87333)}.posts-page-shell-more-gb .gb__trigger-icon svg{font-size:1.45rem!important;height:1.45rem;width:1.45rem}.posts-page-shell-more-gb--avatar .gb__trigger-icon{align-items:center;display:flex;justify-content:center}.posts-page-shell-more-gb__avatar{border:2px solid #fff;border:2px solid var(--profile-aura,#fff);border-radius:50%;box-sizing:border-box;height:32px;object-fit:cover;outline:1.5px solid #b87333;outline:1.5px solid var(--brand-500,#b87333);outline-offset:0;width:32px}[data-theme=dark] .posts-page-shell-more-gb__avatar{outline-color:#c9863f;outline-color:var(--brand-400,#c9863f)}[data-theme=dark] .posts-page-shell-more-gb button.gb__trigger{background:#0000;color:#d8b08a;color:var(--brand-300,#d8b08a)}[data-theme=dark] .posts-page-shell-more-gb button.gb__trigger:hover:not(:disabled),[data-theme=dark] .posts-page-shell-more-gb button.gb__trigger[aria-expanded=true]:not(:disabled){background:#b8733329;border:none;box-shadow:none;color:#d8b08a;color:var(--brand-300,#d8b08a)}.posts-page-shell-more-gb .gb__menu{min-width:min(280px,calc(100vw - 24px));z-index:1000002}.posts-mobile-fs{background:#fff;box-sizing:border-box;color:#0f172a;display:flex;flex-direction:column;inset:0;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);position:fixed;z-index:1000005}[data-theme=dark] .posts-mobile-fs{background:#0f172a;color:#f1f5f9}.posts-mobile-fs__panel{display:flex;flex:1 1;flex-direction:column;min-height:0}.posts-mobile-fs__top{align-items:center;border-bottom:1px solid #e2e8f0f2;display:flex;flex-shrink:0;gap:10px;padding:10px 12px}[data-theme=dark] .posts-mobile-fs__top{border-bottom-color:#334155f2}.posts-mobile-fs__close{align-items:center;background:#f1f5f9f2;border:none;border-radius:10px;color:#0f172a;cursor:pointer;display:inline-flex;height:44px;justify-content:center;width:44px}[data-theme=dark] .posts-mobile-fs__close{background:#1e293bf2;color:#e2e8f0}.posts-mobile-fs__title{flex:1 1;font-size:1.1rem;font-weight:700;margin:0;min-width:0}.posts-mobile-fs__scroll{-webkit-overflow-scrolling:touch;flex:1 1;min-height:0;overflow:auto;padding:12px 14px 20px}.posts-mobile-fs__hint{color:#64748b;font-size:.9rem;line-height:1.45;margin:0 0 14px}[data-theme=dark] .posts-mobile-fs__hint{color:#94a3b8}.posts-mobile-fs__search-form{display:flex;flex-direction:column;gap:12px}.posts-mobile-fs__label{color:#475569;font-size:.82rem;font-weight:600}.posts-mobile-fs__search-input{background:#fff;border:1px solid #cbd5e1f2;border-radius:10px;box-sizing:border-box;color:#0f172a;font-size:1rem;padding:12px 14px;width:100%}[data-theme=dark] .posts-mobile-fs__search-input{background:#1e293b;border-color:#475569;color:#f8fafc}.posts-mobile-fs__primary{align-self:flex-start;background:#2563eb;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:10px 18px}.posts-mobile-fs__primary:hover{filter:brightness(1.05)}.posts-mobile-fs .messaging-dropdown,.posts-mobile-fs .notifications-dropdown,.posts-mobile-fs .profile-dropdown{border:none;border-radius:0;box-shadow:none;box-sizing:border-box;margin-left:0!important;margin-top:0!important;max-width:100%!important;min-width:0!important;position:static!important;transform:none!important;width:100%!important}.posts-mobile-fs .messaging-container,.posts-mobile-fs .notifications-container,.posts-mobile-fs .profile-container{position:static;width:100%}.posts-mobile-fs .profile-dropdown{white-space:normal}.support-open-disc-new-topic--create-page .support-open-disc-club-row,.support-open-disc-new-topic--create-page .support-open-disc-new-club{--accent:var(--brand-600,#8b5a2b)}.support-open-disc-new-topic--create-page .support-open-disc-club-row button.notb-btn.support-open-disc-new-club-prompt[data-notb],.support-open-disc-new-topic--create-page .support-open-disc-club-row button.notb-btn.support-open-disc-new-club-prompt[data-notb] .notb-btn__label,.support-open-disc-new-topic--create-page .support-open-disc-new-club button.notb-btn.support-open-disc-add-club-btn[data-notb],.support-open-disc-new-topic--create-page .support-open-disc-new-club button.notb-btn.support-open-disc-add-club-btn[data-notb] .notb-btn__label{color:#8b5a2b!important;color:var(--brand-600,#8b5a2b)!important}.support-open-disc-new-topic--create-page .support-open-disc-club-row button.notb-btn.support-open-disc-new-club-prompt[data-notb]:focus-visible:not(:disabled),.support-open-disc-new-topic--create-page .support-open-disc-club-row button.notb-btn.support-open-disc-new-club-prompt[data-notb]:hover:not(:disabled) .notb-btn__label,.support-open-disc-new-topic--create-page .support-open-disc-club-row button.notb-btn.support-open-disc-new-club-prompt[data-notb]:hover:not(:disabled):not([aria-disabled=true]),.support-open-disc-new-topic--create-page .support-open-disc-new-club button.notb-btn.support-open-disc-add-club-btn[data-notb]:focus-visible:not(:disabled),.support-open-disc-new-topic--create-page .support-open-disc-new-club button.notb-btn.support-open-disc-add-club-btn[data-notb]:hover:not(:disabled) .notb-btn__label,.support-open-disc-new-topic--create-page .support-open-disc-new-club button.notb-btn.support-open-disc-add-club-btn[data-notb]:hover:not(:disabled):not([aria-disabled=true]){background:#faf6f1!important;background:var(--brand-50,#faf6f1)!important;color:#7a4e28!important;color:var(--brand-700,#7a4e28)!important;outline-color:#b8733373!important;outline-color:var(--brand-focus-ring,#b8733373)!important}.support-open-disc-new-topic--create-page .support-open-disc-new-club-collapse:active,.support-open-disc-new-topic--create-page .support-open-disc-new-club-collapse:focus-visible,.support-open-disc-new-topic--create-page .support-open-disc-new-club-collapse:hover{background:#faf6f1!important;background:var(--brand-50,#faf6f1)!important;background-color:#faf6f1!important;background-color:var(--brand-50,#faf6f1)!important;color:#7a4e28!important;color:var(--brand-700,#7a4e28)!important}[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-club-row,[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-new-club{--accent:var(--brand-300,#d4956a)}[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-club-row button.notb-btn.support-open-disc-new-club-prompt[data-notb],[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-club-row button.notb-btn.support-open-disc-new-club-prompt[data-notb] .notb-btn__label,[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-new-club button.notb-btn.support-open-disc-add-club-btn[data-notb],[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-new-club button.notb-btn.support-open-disc-add-club-btn[data-notb] .notb-btn__label{color:#d4956a!important;color:var(--brand-300,#d4956a)!important}[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-club-row .support-open-disc-new-club-prompt:hover,[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-club-row button.notb-btn.support-open-disc-new-club-prompt[data-notb]:hover:not(:disabled) .notb-btn__label,[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-club-row button.notb-btn.support-open-disc-new-club-prompt[data-notb]:hover:not(:disabled):not([aria-disabled=true]),[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-new-club .support-open-disc-new-club-prompt:hover,[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-new-club button.notb-btn.support-open-disc-add-club-btn[data-notb]:hover:not(:disabled) .notb-btn__label,[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-new-club button.notb-btn.support-open-disc-add-club-btn[data-notb]:hover:not(:disabled):not([aria-disabled=true]){background:#8b5a2b2e!important;border-color:#0000!important;color:#e8c9a8!important;color:var(--brand-200,#e8c9a8)!important}[data-theme=dark] .support-open-disc-new-club-collapse:active,[data-theme=dark] .support-open-disc-new-club-collapse:focus-visible,[data-theme=dark] .support-open-disc-new-club-collapse:hover{background:#8b5a2b2e!important;background-color:#8b5a2b2e!important;color:#e8c9a8!important;color:var(--brand-200,#e8c9a8)!important}[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-new-club-collapse:active,[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-new-club-collapse:focus-visible,[data-theme=dark] .support-open-disc-new-topic--create-page .support-open-disc-new-club-collapse:hover{background:#8b5a2b38!important;background-color:#8b5a2b38!important;color:#e8c9a8!important;color:var(--brand-200,#e8c9a8)!important}.support-open-disc-new-topic--create-page button.support-open-disc-new-club-collapse:active,.support-open-disc-new-topic--create-page button.support-open-disc-new-club-collapse:focus-visible,.support-open-disc-new-topic--create-page button.support-open-disc-new-club-collapse:hover{background:#faf6f1!important;background:var(--brand-50,#faf6f1)!important;background-color:#faf6f1!important;background-color:var(--brand-50,#faf6f1)!important;border-radius:8px 8px 0 0!important;color:#7a4e28!important;color:var(--brand-700,#7a4e28)!important;font-size:.82rem!important}@media (max-width:960px){.posts-page-layout--discussion-thread .support-open-disc-thread-post-card,.support-open-disc-thread-post-card{border-left:none!important;border-radius:0!important;border-right:none!important;border-top:none!important;padding:0!important}.posts-page-layout--discussion-thread .support-open-disc-thread-body--post-view,.support-open-disc-thread-post-card .support-open-disc-thread-body--post-view,.support-open-disc-thread-post-card .support-open-disc-thread-body.support-comment-text{box-sizing:border-box;margin-left:0!important;margin-right:0!important;max-width:none!important;padding:12px 10px 18px!important}.support-open-disc-thread-post-card .support-open-disc-thread-media-wrap:has(.support-open-disc-thread-image-slider)+.support-open-disc-thread-body.support-open-disc-thread-body--post-view,.support-open-disc-thread-post-card .support-open-disc-thread-media-wrap:has(.support-open-disc-thread-media-stage--post-media)+.support-open-disc-thread-body.support-open-disc-thread-body--post-view{padding-top:12px!important}.support-open-disc-thread-post-card .support-open-disc-thread-head:not(:has(+.support-open-disc-thread-media-wrap))+.support-open-disc-thread-body-wrap .support-open-disc-thread-body--post-view,.support-open-disc-thread-post-card .support-open-disc-thread-head:not(:has(+.support-open-disc-thread-media-wrap))+.support-open-disc-thread-body-wrap .support-open-disc-thread-body.support-comment-text{padding-top:4px!important}.support-open-disc-thread-post-card .support-open-disc-thread-body--post-view p,.support-open-disc-thread-post-card .support-open-disc-thread-body.support-comment-text p{margin-bottom:.45rem;margin-left:0;margin-top:.45rem;padding-left:0}.support-open-disc-thread-post-card .support-open-disc-thread-body--post-view p:first-child,.support-open-disc-thread-post-card .support-open-disc-thread-body.support-comment-text p:first-child{margin-top:0}}[data-theme=dark] .support-open-disc-thread-post-card .support-open-disc-thread-body--post-view,[data-theme=dark] .support-open-disc-thread-post-card .support-open-disc-thread-body.support-comment-text{color:#e2e8f0}[data-theme=dark] .support-open-disc-thread-post-card .support-open-disc-thread-body--post-view :where(p,li,div,span,font,h1,h2,h3,h4,h5,h6,td,th,strong,em,b,i,u,s,mark,del,ins,small):not(a):not([class*=wfm-mention]){color:inherit!important}[data-theme=dark] .support-open-disc-thread-post-card .support-open-disc-thread-body--post-view font[color]{color:inherit!important}[data-theme=dark] .support-open-disc-aside-card h3,[data-theme=dark] .support-open-disc-aside-link-meta,[data-theme=dark] .support-open-disc-aside-stats li,[data-theme=dark] .support-open-disc-aside-tips,[data-theme=dark] .support-open-disc-thread-toolbar-actions .support-open-disc-topic-stat-comment-label{color:#94a3b8}[data-theme=dark] .support-open-disc-aside-tips code{background:#334155a6;color:#e2e8f0}.support-open-disc-create-draft-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px 14px;margin-top:14px}.support-open-disc-open-draft-btn.notb-btn[data-notb]{color:#8b5a2b;color:var(--brand-600,#8b5a2b);font-size:.875rem;font-weight:400;gap:6px}.support-open-disc-open-draft-btn.notb-btn[data-notb] .notb-btn__icon{color:#8b5a2b;color:var(--brand-600,#8b5a2b)}.support-open-disc-open-draft-btn.notb-btn[data-notb]:hover:not(:disabled):not([aria-disabled=true]){color:#7a4e28;color:var(--brand-700,#7a4e28);font-weight:400}.support-open-disc-open-draft-btn.notb-btn[data-notb].is-editing,.support-open-disc-open-draft-btn.notb-btn[data-notb].is-editing .notb-btn__icon{color:#7a4e28;color:var(--brand-700,#7a4e28)}.support-open-disc-compose-draft-modal-body{display:flex;flex-direction:column;min-height:0}.support-open-disc-compose-draft-list-wrap{flex:1 1 auto;margin:0 0 4px;min-height:0;overflow:auto}.support-open-disc-compose-draft-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.support-open-disc-compose-draft-item{align-items:stretch;display:flex;gap:8px}.support-open-disc-compose-draft-row{display:flex;flex:1 1 auto;gap:12px;justify-content:space-between;min-width:0;padding:12px 14px;text-align:left;transition:border-color .15s ease,box-shadow .15s ease}.support-open-disc-compose-draft-delete-btn,.support-open-disc-compose-draft-row{align-items:center;background:#fff;border:1px solid #e2e8f0f2;border-radius:12px;cursor:pointer}.support-open-disc-compose-draft-delete-btn{color:#b42318;color:var(--rb-danger-text,#b42318);display:inline-flex;flex:0 0 auto;justify-content:center;min-height:100%;padding:0;transition:border-color .15s ease,background .15s ease,color .15s ease;width:42px}.support-open-disc-compose-draft-delete-btn:focus-visible:not(:disabled),.support-open-disc-compose-draft-delete-btn:hover:not(:disabled){background:#b423180f;border-color:#b4231859}.support-open-disc-compose-draft-delete-btn:disabled{cursor:wait;opacity:.65}.support-open-disc-compose-draft-delete-btn.is-deleting{opacity:.45;pointer-events:none}.support-open-disc-compose-draft-row.is-pending-delete{background:#b423180a;border-color:#b4231859}.support-open-disc-compose-draft-row:focus-visible:not(:disabled),.support-open-disc-compose-draft-row:hover:not(:disabled){border-color:#8b5a2b59;box-shadow:0 2px 10px #3d28100f}.support-open-disc-compose-draft-row.is-active{background:#8b5a2b0a;border-color:#8b5a2b8c}.support-open-disc-compose-draft-row:disabled{cursor:wait;opacity:.65}.support-open-disc-compose-draft-row-main{display:flex;flex-direction:column;gap:4px;min-width:0}.support-open-disc-compose-draft-row-title{color:#1e293b;font-size:.95rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-open-disc-compose-draft-row-excerpt{color:#64748b;font-size:.82rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-open-disc-compose-draft-row-meta{color:#94a3b8;font-size:.75rem}.support-open-disc-compose-draft-row-action{color:#8b5a2b;color:var(--brand-600,#8b5a2b);flex-shrink:0;font-size:.78rem;font-weight:700}.support-open-disc-compose-draft-empty{margin:8px 0 0}.support-open-disc-compose-draft-replace{background:#f59e0b14;border:1px solid #f59e0b40;border-radius:12px;margin:0 0 12px;padding:12px 14px}.support-open-disc-compose-draft-replace-text{color:#92400e;font-size:.875rem;margin:0 0 10px}.support-open-disc-compose-draft-replace-actions{display:flex;flex-wrap:wrap;gap:8px}.support-open-disc-compose-draft-delete-confirm{background:#b423180f;border:1px solid #b4231838;border-radius:12px;margin:0 0 12px;padding:12px 14px}.support-open-disc-compose-draft-delete-confirm-text{color:#7f1d1d;font-size:.875rem;margin:0 0 10px}.support-open-disc-compose-draft-delete-confirm-actions{display:flex;flex-wrap:wrap;gap:8px}.support-open-disc-compose-draft-modal-actions{margin-top:auto}.support-open-disc-compose-saved-media{margin-top:10px}.support-open-disc-compose-saved-media-label{margin:0 0 8px}.support-open-disc-compose-saved-media-thumbs{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.support-open-disc-compose-saved-media-thumb{border:1px solid #e2e8f0f2;border-radius:8px;height:56px;object-fit:cover;width:56px}.support-open-disc-compose-saved-media-more,.support-open-disc-compose-saved-media-video{align-items:center;background:#f8fafce6;border:1px solid #e2e8f0f2;border-radius:8px;color:#64748b;display:inline-flex;font-size:.78rem;font-weight:700;height:56px;justify-content:center;width:56px}[data-theme=dark] .support-open-disc-compose-draft-row{background:#1a1a1a;border-color:#475569a6}[data-theme=dark] .support-open-disc-compose-draft-row-title{color:#e2e8f0}[data-theme=dark] .support-open-disc-compose-draft-row.is-active{background:#8b5a2b1f}[data-theme=dark] .support-open-disc-compose-draft-delete-btn{background:#1a1a1a;border-color:#475569a6}[data-theme=dark] .support-open-disc-compose-draft-row.is-pending-delete{background:#b423181f}[data-theme=dark] .support-open-disc-compose-saved-media-more,[data-theme=dark] .support-open-disc-compose-saved-media-thumb,[data-theme=dark] .support-open-disc-compose-saved-media-video{background:#111;border-color:#475569a6}.support-open-disc-topic-author-avatar{align-items:center;background:#eef2f7;background:var(--support-open-disc-surface-muted,#eef2f7);border-radius:999px;display:inline-flex;flex-shrink:0;height:28px;justify-content:center;overflow:hidden;width:28px}.support-open-disc-topic--card .support-open-disc-topic-author-avatar{height:32px;width:32px}.support-open-disc-story-comment-modal-author .support-open-disc-topic-author-avatar{height:36px;width:36px}.support-open-disc-topic-author-avatar-img{height:100%;object-fit:cover;width:100%}.support-open-disc-topic-author-avatar--anonymous{background:#e2e8f0;border:1px solid #cbd5e1;color:#64748b}.support-open-disc-topic-author-avatar-anon-icon{height:16px;opacity:.9;width:16px}.support-open-disc-topic--card .support-open-disc-topic-author-avatar-anon-icon{height:18px;width:18px}.support-open-disc-story-comment-modal-author .support-open-disc-topic-author-avatar-anon-icon{height:20px;width:20px}[data-theme=dark] .support-open-disc-topic-author-avatar--anonymous{background:#1e293b;border-color:#334155;color:#94a3b8}.support-open-disc-topic-author{color:#3d2810;color:var(--brand-900,#3d2810);font-weight:700;max-width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-open-disc-topic-author--link{-webkit-tap-highlight-color:transparent;background:none;border:none;color:#3d2810;color:var(--brand-900,#3d2810);cursor:pointer;display:inline;font-family:inherit;font-size:inherit;font-weight:700;line-height:inherit;margin:0;padding:0;text-decoration:none}.support-open-disc-topic-author--link:active,.support-open-disc-topic-author--link:focus-visible,.support-open-disc-topic-author--link:hover{background:none;border:none;border-radius:0;box-shadow:none;filter:none;font-size:inherit;line-height:inherit;text-decoration:none}.support-open-disc-topic-author--link:active{color:#3d2810;color:var(--brand-900,#3d2810)}.support-open-disc-topic-club--link,[data-od-club-link].support-open-disc-topic-club{cursor:pointer;font-weight:700;text-decoration:none}@media (hover:hover) and (pointer:fine){.support-open-disc-topic-author--link:focus-visible,.support-open-disc-topic-author--link:hover,.support-open-disc-topic-club--link:focus-visible,.support-open-disc-topic-club--link:hover,[data-od-club-link].support-open-disc-topic-club:focus-visible,[data-od-club-link].support-open-disc-topic-club:hover{color:#8b5a2b;color:var(--brand-600,#8b5a2b);text-decoration:none}}.support-open-disc-topic-wrap{display:flex;flex-direction:column;width:100%}.support-open-disc-hashtag-tooltip.tooltip-container{display:inline-flex;vertical-align:initial}.support-open-disc-hashtag-row{align-items:center;display:flex;flex-wrap:wrap;gap:.2rem .35rem;margin:.06rem 0;width:100%}.support-open-disc-thread-head h1+.support-open-disc-hashtag-row,.support-open-disc-topic-title+.support-open-disc-hashtag-row,.support-open-disc-topic-title-row+.support-open-disc-hashtag-row{margin-top:0}.support-open-disc-hashtag-row+.support-open-disc-topic-card-thumb-wrap,.support-open-disc-hashtag-row+.support-open-disc-topic-modern-media-wrap,.support-open-disc-hashtag-row+.support-open-disc-topic-snippet,.support-open-disc-hashtag-row+.support-open-disc-topic-snippet--card,.support-open-disc-hashtag-row+.support-open-disc-topic-snippet--list,.support-open-disc-topic-title+.support-open-disc-topic-card-thumb-wrap,.support-open-disc-topic-title+.support-open-disc-topic-modern-media-wrap,.support-open-disc-topic-title+.support-open-disc-topic-snippet,.support-open-disc-topic-title+.support-open-disc-topic-snippet--card,.support-open-disc-topic-title-row+.support-open-disc-topic-snippet,.support-open-disc-topic-title-row+.support-open-disc-topic-snippet--card,.support-open-disc-topic-title-row+.support-open-disc-topic-snippet--list{margin-top:3px}.support-open-disc-hashtag-list{display:flex;flex-wrap:wrap;gap:.2rem .3rem;list-style:none;margin:0;overflow:visible;padding:0}.support-open-disc-hashtag-list>li{overflow:visible}.support-open-disc-hashtag-link{align-items:center;background:#0000;border:none;border-radius:4px;color:inherit;cursor:pointer;display:inline-flex;font-family:inherit;overflow:visible;padding:.06rem .1rem}.support-open-disc-hashtag-link:focus-visible .support-open-disc-hashtag-box,.support-open-disc-hashtag-link:hover .support-open-disc-hashtag-box{--hashtag-bar-color:var(--brand-500,#b87333)}.support-open-disc-hashtag-more-toggle{background:#0000;border:none;border-radius:4px;color:#666;cursor:pointer;flex-shrink:0;font-family:inherit;font-size:.72rem;font-weight:600;line-height:1.2;padding:.12rem .35rem;transition:background-color .15s ease}.support-open-disc-hashtag-more-toggle:hover{background:#e8e8e8}.support-open-disc-hashtag-box{--hashtag-bar-color:#c2c2c2;--hashtag-text-color:#6f6f6f;color:var(--hashtag-bar-color);display:inline-block;line-height:1;overflow:visible;pointer-events:none;transition:color .15s ease;vertical-align:initial}.support-open-disc-hashtag-box__grid{align-items:stretch;display:grid;grid-template-columns:.34em auto .34em;grid-template-rows:.28em auto .28em;justify-items:stretch;overflow:visible;padding:.14em;position:relative}.support-open-disc-hashtag-box__cell{align-items:center;display:flex;grid-column:2;grid-row:2;justify-content:center;padding:0 .12em;z-index:1}.support-open-disc-hashtag-box__label{color:var(--hashtag-text-color);font-size:.88em;font-style:italic;font-weight:500;letter-spacing:.01em;line-height:1.1;white-space:nowrap}.support-open-disc-hashtag-box__bar--bottom,.support-open-disc-hashtag-box__bar--top{background:currentColor;border-radius:1px;grid-column:1/-1;height:1px;margin-left:-.22em;width:calc(100% + .44em)}.support-open-disc-hashtag-box__bar--top{align-self:end;grid-row:1}.support-open-disc-hashtag-box__bar--bottom{align-self:start;grid-row:3}.support-open-disc-hashtag-box__bar--vl,.support-open-disc-hashtag-box__bar--vr{background:currentColor;border-radius:1px;bottom:0;overflow:visible;position:absolute;top:0;transform:skewX(-14deg);transform-origin:center;width:1px;z-index:0}.support-open-disc-hashtag-box__bar--vl{left:.26em}.support-open-disc-hashtag-box__bar--vr{right:.26em}.support-open-disc-hashtag-box--chip .support-open-disc-hashtag-box__grid{grid-template-columns:.3em auto .3em;grid-template-rows:.26em auto .26em;padding:.12em}.support-open-disc-hashtag-box--chip .support-open-disc-hashtag-box__bar--bottom,.support-open-disc-hashtag-box--chip .support-open-disc-hashtag-box__bar--top{margin-left:-.19em;width:calc(100% + .38em)}.support-open-disc-hashtag-box--chip .support-open-disc-hashtag-box__bar--vl{left:.22em}.support-open-disc-hashtag-box--chip .support-open-disc-hashtag-box__bar--vr{right:.22em}.support-open-disc-hashtag-box--chip .support-open-disc-hashtag-box__label{font-size:.84rem}.support-open-disc-hashtag-box--lg .support-open-disc-hashtag-box__grid{grid-template-columns:.5em auto .5em;grid-template-rows:.32em auto .32em;padding:.16em}.support-open-disc-hashtag-box--lg .support-open-disc-hashtag-box__bar--bottom,.support-open-disc-hashtag-box--lg .support-open-disc-hashtag-box__bar--top{margin-left:-.25em;width:calc(100% + .5em)}.support-open-disc-hashtag-box--lg .support-open-disc-hashtag-box__bar--vl{left:.34em}.support-open-disc-hashtag-box--lg .support-open-disc-hashtag-box__bar--vr{right:.34em}.support-open-disc-hashtag-box--lg .support-open-disc-hashtag-box__label{font-size:1.08rem;font-weight:500}.support-open-disc-hashtag-box--lg .support-open-disc-hashtag-box__bar--bottom,.support-open-disc-hashtag-box--lg .support-open-disc-hashtag-box__bar--top{height:1.25px}.support-open-disc-hashtag-box--lg .support-open-disc-hashtag-box__bar--vl,.support-open-disc-hashtag-box--lg .support-open-disc-hashtag-box__bar--vr{width:1.25px}.support-open-disc-hashtag-inline{border-radius:4px;cursor:pointer;margin:0 .06rem;overflow:visible;padding:.04rem .08rem;pointer-events:auto}.support-open-disc-hashtag-inline:focus-visible,.support-open-disc-hashtag-inline:hover{--hashtag-bar-color:var(--brand-500,#b87333)}.support-open-disc-hashtag-explore{background:linear-gradient(145deg,#6366f112,#ffffffeb);border:1px solid #6366f138;border-radius:14px;margin:0 0 1rem;padding:1rem 1.1rem}.support-open-disc-hashtag-explore-head{align-items:flex-start;display:flex;gap:.75rem}.support-open-disc-hashtag-explore-copy{flex:1 1;min-width:0}.support-open-disc-hashtag-explore-title{color:inherit;font-size:1.15rem;font-weight:700;line-height:1;margin:0}.support-open-disc-hashtag-explore-desc{color:#64748b;font-size:.85rem;margin:.2rem 0 0}.support-open-disc-hashtag-explore-contributors{border-top:1px solid #94a3b840;margin-top:.85rem;padding-top:.85rem}.support-open-disc-hashtag-explore-contributors-label{color:#64748b;font-size:.72rem;font-weight:700;letter-spacing:.04em;margin:0 0 .5rem;text-transform:uppercase}.support-open-disc-hashtag-explore-contributor-list{display:flex;flex-wrap:wrap;gap:.45rem .65rem;list-style:none;margin:0;padding:0}.support-open-disc-hashtag-explore-contributor{align-items:center;background:#ffffffd9;border:1px solid #94a3b847;border-radius:999px;display:inline-flex;font-size:.78rem;gap:.4rem;padding:.28rem .55rem .28rem .28rem}.support-open-disc-hashtag-explore-contributor-avatar{border-radius:999px;height:1.35rem;object-fit:cover;width:1.35rem}.support-open-disc-hashtag-explore-contributor-name{color:#0f172a;font-weight:600}.support-open-disc-hashtag-explore-contributor-count{color:#64748b}.support-open-disc-topic-stat-comments--btn{cursor:pointer;transition:background-color .15s ease,color .15s ease}.support-open-disc-topic-stat-comments--btn:hover{background:#e2e8f0f2;color:#4338ca}.support-open-disc-topic-stat-comments--btn:hover .support-open-disc-topic-stat-comment-icon{color:#6366f1}.support-open-disc-story-comment-modal-main{flex:1 1;min-height:0}.support-open-disc-story-comment-modal-pane{background:#0b1220;display:flex;flex:1 1;flex-direction:column;min-height:0;min-width:0;overflow:hidden;position:relative}@media (min-width:901px){.support-open-disc-story-comment-modal-comments{box-sizing:border-box;padding-right:max(16px,env(safe-area-inset-right,0px))}.support-open-disc-story-comment-modal-comments .support-open-disc-image-modal-cnr.support-comments--composer-bottom .support-comments-compose--pinned-bottom,.support-open-disc-story-comment-modal-comments .support-open-disc-image-modal-comments-head{padding-right:0}}.support-open-disc-story-comment-modal-media{flex:1 1 auto;min-height:0}.support-open-disc-story-comment-modal-story-scroll{background:#fff;background:var(--bg-color,#fff);border-top:1px solid #94a3b847;flex:0 1 auto;max-height:38%;overflow-y:auto;overscroll-behavior:contain;padding:.85rem 1rem 1rem}.support-open-disc-story-comment-modal-loading{color:#94a3b8;padding:1rem}.support-open-disc-story-comment-modal-author-text{display:flex;flex-direction:column;gap:2px;min-width:0}.support-open-disc-story-comment-modal-author-name{color:#0f172a;font-weight:600}.support-open-disc-story-comment-modal-author-sub{color:#64748b;font-size:.8125rem;font-weight:500;line-height:1.35}.support-open-disc-story-comment-modal-body-text{margin-top:0}.support-open-disc-story-comment-modal-pane:not(:has(.support-open-disc-story-comment-modal-media)) .support-open-disc-story-comment-modal-story-scroll{border-top:none;flex:1 1;max-height:none}[data-theme=dark] .support-open-disc-story-comment-modal-author-name{color:#e2e8f0}[data-theme=dark] .support-open-disc-story-comment-modal-story-scroll{background:#0f172a;border-top-color:#4755698c}[data-theme=dark] .support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal.center-modal-window__content.modal-content{background:#0b1220;border-color:#334155a6}[data-theme=dark] .support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .modal-children-container,[data-theme=dark] .support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-image-modal-body,[data-theme=dark] .support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-story-comment-modal-main{background:#0b1220}[data-theme=dark] .support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-image-modal-comments,[data-theme=dark] .support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-story-comment-modal-comments,[data-theme=dark] .support-open-disc-story-comment-modal-head{background:#0f172a}[data-theme=dark] .support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-story-comment-modal-comments{border-top-color:#334155d9}[data-theme=dark] .support-open-disc-story-comment-modal .support-open-disc-hashtag-box{--hashtag-bar-color:#64748b6b;--hashtag-text-color:#94a3b8}[data-theme=dark] .support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-image-modal-cnr.support-comments>.support-comments-compose{border-bottom-color:#334155d9}@media (max-width:960px){[data-theme=dark] .support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-image-modal-media.support-open-disc-story-comment-modal-media,[data-theme=dark] .support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-story-comment-modal-pane,[data-theme=dark] .support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-story-comment-modal-thread-media{background:#0f172a}[data-theme=dark] .support-open-disc-image-modal--fullscreen.support-open-disc-story-comment-modal .support-open-disc-image-modal-cnr.support-comments>.support-comments-compose{border-bottom:none}}[data-theme=dark] .support-open-disc-topic-stat-comments--btn:hover{background:#334155d9;color:#a5b4fc}[data-theme=dark] .support-open-disc-topic-stat-comments--btn:hover .support-open-disc-topic-stat-comment-icon{color:#818cf8}[data-theme=dark] .support-open-disc-topic-stat-hashtags--btn:hover,[data-theme=dark] .support-open-disc-topic-stat-view-later--btn:hover{background:#334155d9;color:#a5b4fc}[data-theme=dark] .support-open-disc-topic-stat-hashtags--btn:hover .support-open-disc-topic-stat-hashtags-icon,[data-theme=dark] .support-open-disc-topic-stat-view-later--btn:hover .support-open-disc-topic-stat-view-later-icon{color:#818cf8}[data-theme=dark] .support-open-disc-story-comment-modal-author-sub,[data-theme=dark] .support-open-disc-topic-status-sub{color:#94a3b8}[data-theme=dark] .support-open-disc-topic-author,[data-theme=dark] .support-open-disc-topic-author--link,[data-theme=dark] .support-open-disc-topic-author--link:active,[data-theme=dark] .support-open-disc-topic-club{color:#e2e8f0}@media (hover:hover) and (pointer:fine){[data-theme=dark] .support-open-disc-topic-author--link:focus-visible,[data-theme=dark] .support-open-disc-topic-author--link:hover,[data-theme=dark] .support-open-disc-topic-club--link:focus-visible,[data-theme=dark] .support-open-disc-topic-club--link:hover,[data-theme=dark] [data-od-club-link].support-open-disc-topic-club:focus-visible,[data-theme=dark] [data-od-club-link].support-open-disc-topic-club:hover{color:#e8a04c;color:var(--brand-accent,#e8a04c);text-decoration:none}}[data-theme=dark] .support-open-disc-hashtag-box{--hashtag-bar-color:#5a5a5a;--hashtag-text-color:#a3a3a3}[data-theme=dark] .support-open-disc-hashtag-inline:focus-visible,[data-theme=dark] .support-open-disc-hashtag-inline:hover,[data-theme=dark] .support-open-disc-hashtag-link:focus-visible .support-open-disc-hashtag-box,[data-theme=dark] .support-open-disc-hashtag-link:hover .support-open-disc-hashtag-box{--hashtag-bar-color:var(--brand-400,#c9863f)}[data-theme=dark] .support-open-disc-story-topic-title-text{color:#cbd5e1}[data-theme=dark] .support-open-disc-topic--card{--od-story-title-fade:#0f172aa6}[data-theme=dark] .support-open-disc-topic--list{--od-story-title-fade:#0f172a}@media (hover:hover) and (pointer:fine){[data-theme=dark] .support-open-disc-topic--card:active,[data-theme=dark] .support-open-disc-topic--card:focus-visible,[data-theme=dark] .support-open-disc-topic--card:hover,[data-theme=dark] .support-open-disc-topic--list:focus-visible,[data-theme=dark] .support-open-disc-topic--list:hover{--od-story-title-fade:#3341556b}[data-theme=dark] .support-open-disc-topic--list:active{--od-story-title-fade:#3341558c}}[data-theme=dark] .support-open-disc-story-topic-title-toggle--inline,[data-theme=dark] .support-open-disc-story-topic-title-toggle--trailing{color:#94a3b8}[data-theme=dark] .support-open-disc-story-topic-title-toggle--inline:hover,[data-theme=dark] .support-open-disc-story-topic-title-toggle--trailing:hover{color:#cbd5e1}[data-theme=dark] .support-open-disc-hashtag-more-toggle{color:#a3a3a3}[data-theme=dark] .support-open-disc-hashtag-more-toggle:hover{background:#3a3a3a}[data-theme=dark] .support-open-disc-hashtag-explore{background:linear-gradient(145deg,#4338ca1f,#0f172ad9);border-color:#818cf840}[data-theme=dark] .support-open-disc-hashtag-explore-contributor{background:#0f172abf;border-color:#4755698c}[data-theme=dark] .support-open-disc-hashtag-explore-contributor-name{color:#e2e8f0}.support-open-disc-thread-modal.modal-content{border-radius:18px;display:flex;flex-direction:column;overflow:hidden;padding:0;transition:none}.support-open-disc-thread-modal .extra-space,.support-open-disc-thread-modal .modal-header{display:none}.support-open-disc-thread-modal .modal-children-container{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow:hidden}.support-open-disc-thread-modal-overlay--anchored.modal-overlay{align-items:flex-start;justify-content:flex-start}.support-open-disc-thread-modal-overlay--anchored .support-open-disc-thread-modal.modal-content{margin:0}.support-open-disc-thread-modal-scroll{-webkit-overflow-scrolling:touch;box-sizing:border-box;flex:1 1 auto;min-height:0;overflow:auto;padding:0}.support-open-disc-thread--modal{margin:0;max-width:100%;padding:0;width:100%}.support-open-disc-thread--modal .support-open-disc-thread-layout{gap:0;grid-template-columns:minmax(0,1fr)}.support-open-disc-thread--modal .support-open-disc-thread-main{margin:0;max-width:100%}.support-open-disc-thread-modal-backbar{box-sizing:border-box;padding:16px 16px 8px}.support-open-disc-thread-modal-backbar .support-open-disc-back{margin:0}.support-open-disc-thread--modal .support-open-disc-thread-post-card{border:none;border-radius:0;box-shadow:none}.support-open-disc-thread--modal .support-open-disc-thread-more button.gb__trigger,.support-open-disc-thread--modal .support-open-disc-thread-toolbar-more button.gb__trigger{background:#0000;border:0;box-shadow:none;height:28px;min-width:28px;padding:0 4px;width:28px}.support-open-disc-thread--modal .support-open-disc-thread-more button.gb__trigger:hover:not(:disabled),.support-open-disc-thread--modal .support-open-disc-thread-more button.gb__trigger[aria-expanded=true]:not(:disabled),.support-open-disc-thread--modal .support-open-disc-thread-toolbar-more button.gb__trigger:hover:not(:disabled),.support-open-disc-thread--modal .support-open-disc-thread-toolbar-more button.gb__trigger[aria-expanded=true]:not(:disabled){background:#e2e8f0f2;border:0;box-shadow:none}@media (max-width:720px){.support-open-disc-thread-modal-backbar{padding:6px 12px}}@media (max-width:960px){.modal-overlay.center-modal-window__overlay.support-open-disc-thread-modal-overlay--mobile-fullscreen{align-items:stretch;justify-content:stretch;overflow:hidden;overscroll-behavior:none;padding:0;z-index:1000005}.support-open-disc-thread-modal--mobile-fullscreen.modal-content{align-self:stretch;border:none;border-radius:0!important;box-shadow:none;box-sizing:border-box;height:100dvh!important;margin:0;max-height:100dvh!important;max-width:100%!important;min-height:100dvh!important;overflow-x:hidden;width:100%!important}.support-open-disc-thread-modal--mobile-fullscreen .modal-children-container,.support-open-disc-thread-modal--mobile-fullscreen .support-open-disc-thread-modal-scroll{max-width:100%;min-width:0;overflow-x:hidden}.support-open-disc-thread-modal--mobile-fullscreen .support-open-disc-thread-modal-scroll{-webkit-overflow-scrolling:touch;flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y}.support-open-disc-thread--modal .support-open-disc-story-modal-chrome-wrap{background:#fff;background:var(--bg-color,#fff);border-bottom:1px solid #e2e8f0f2;box-shadow:0 1px 0 #0f172a0a;margin-bottom:0;position:-webkit-sticky;position:sticky;top:0;z-index:1000013}.support-open-disc-thread--modal .support-open-disc-story-modal-chrome{padding:max(10px,env(safe-area-inset-top,0px)) max(12px,env(safe-area-inset-right,0px)) 8px max(12px,env(safe-area-inset-left,0px))}.support-open-disc-thread--modal .support-open-disc-story-modal-head{padding-left:max(12px,env(safe-area-inset-left,0px));padding-right:max(12px,env(safe-area-inset-right,0px))}.support-open-disc-thread--modal .support-open-disc-thread-modal-backbar{background:#fff;background:var(--bg-color,#fff);border-bottom:none;box-shadow:none;padding:max(4px,env(safe-area-inset-top,0px)) max(12px,env(safe-area-inset-right,0px)) 6px max(12px,env(safe-area-inset-left,0px));position:-webkit-sticky;position:sticky;top:0;z-index:1000013}[data-theme=dark] .support-open-disc-thread--modal .support-open-disc-story-modal-chrome-wrap{background:#1a1a1a;border-bottom-color:#525252f2;box-shadow:0 1px 0 #0003}[data-theme=dark] .support-open-disc-thread--modal .support-open-disc-thread-modal-backbar{background:#1a1a1a;border-bottom:none;box-shadow:none}}[data-theme=dark] .support-open-disc-thread-modal-scroll{background:#0000}[data-theme=dark] .support-open-disc-thread--modal .support-open-disc-thread-more button.gb__trigger:hover:not(:disabled),[data-theme=dark] .support-open-disc-thread--modal .support-open-disc-thread-more button.gb__trigger[aria-expanded=true]:not(:disabled),[data-theme=dark] .support-open-disc-thread--modal .support-open-disc-thread-toolbar-more button.gb__trigger:hover:not(:disabled),[data-theme=dark] .support-open-disc-thread--modal .support-open-disc-thread-toolbar-more button.gb__trigger[aria-expanded=true]:not(:disabled){background:#334155d9}.support-open-disc-topic-story-posted-on{color:#64748b;font-weight:500}.support-open-disc-story-modal-posted-on-club-name{color:#334155;font-weight:600}.support-open-disc-story-modal-posted-on-club-inline{align-items:center;display:inline-flex;gap:4px;vertical-align:middle}.support-open-disc-story-modal-posted-on-club-inline .support-open-disc-topic-club-avatar{flex-shrink:0;height:18px;width:18px}.support-open-disc-story-modal-posted-on-club-inline .support-open-disc-topic-club-avatar-icon,.support-open-disc-story-modal-posted-on-club-inline .support-open-disc-topic-club-avatar-img{font-size:12px;height:18px;width:18px}.support-open-disc-story-modal-posted-on-clubs .hover-info-label{background:#0000;border:none;color:#334155;cursor:help;font-size:inherit;font-weight:600;line-height:inherit;padding:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-underline-offset:2px}.support-open-disc-story-modal-chrome{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:minmax(0,1fr) minmax(0,2fr) minmax(0,1fr);padding:10px 14px 4px}.support-open-disc-story-modal-chrome-back{justify-self:start;margin:0;padding-left:0}.support-open-disc-story-modal-chrome-title{color:#0f172a;font-size:.95rem;font-weight:600;justify-self:center;line-height:1.35;margin:0;min-width:0;text-align:center}.support-open-disc-story-modal-chrome-title--placeholder{display:block;min-height:1.35em}.support-open-disc-story-modal-chrome-spacer{justify-self:end;width:72px}.support-open-disc-story-modal-head{display:flex;flex-direction:column;gap:10px;padding:8px 14px 10px}.support-open-disc-story-modal-post-title{color:#0f172a;font-size:1.125rem;font-weight:700;line-height:1.35;margin:0;padding:0 14px 4px}[data-theme=dark] .support-open-disc-story-modal-post-title{color:#f1f5f9}.support-open-disc-story-modal-identity,.support-open-disc-story-modal-identity-row{align-items:flex-start;display:flex;gap:10px;min-width:0}.support-open-disc-story-modal-identity{flex:1 1 auto}.support-open-disc-story-modal-identity-text{display:flex;flex:1 1 auto;flex-direction:column;gap:2px;min-width:0}.support-open-disc-story-modal-identity-text .support-open-disc-topic-status-primary{min-width:0}.support-open-disc-story-modal-identity-time{color:#64748b;font-size:.82rem;line-height:1.35;margin:0}.support-open-disc-story-modal-toolbar{flex:0 0 auto;flex-shrink:0;justify-content:flex-end;margin-left:auto;overflow:visible}.support-open-disc-story-modal-toolbar,.support-open-disc-story-modal-toolbar .support-open-disc-thread-toolbar-actions,.support-open-disc-story-modal-toolbar.support-open-disc-thread-toolbar-actions{align-items:center;display:flex;gap:6px}.support-open-disc-story-modal-toolbar-primary,.support-open-disc-story-modal-toolbar-secondary{align-items:center;display:flex;min-width:0}.support-open-disc-story-modal-toolbar-primary{flex:1 1 auto;gap:8px}.support-open-disc-story-modal-toolbar-secondary{flex:0 0 auto;gap:4px;margin-left:auto}.support-open-disc-story-modal-meta-pills.support-open-disc-compose-setup-bar{cursor:default;padding:8px 12px;pointer-events:none}.support-open-disc-story-modal-meta-pills--readonly .hover-popover-trigger,.support-open-disc-story-modal-meta-pills--readonly .support-open-disc-story-modal-club-icon-popover{pointer-events:auto}.support-open-disc-story-modal-club-name-segment{gap:4px}.support-open-disc-story-modal-club-icons-trigger{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;font:inherit;margin:0;padding:0;vertical-align:middle}.support-open-disc-story-modal-clubs-name-list{display:flex;flex-direction:column;gap:2px;list-style:none;margin:0;min-width:140px;padding:0}.support-open-disc-story-modal-clubs-name-item{align-items:center;background:#0000;border:none;border-radius:8px;color:#0f172a;cursor:pointer;display:flex;font:inherit;gap:8px;margin:0;padding:6px 8px;text-align:left;width:100%}.support-open-disc-story-modal-clubs-name-item:focus-visible,.support-open-disc-story-modal-clubs-name-item:hover{background:#e2e8f0d9}.support-open-disc-story-modal-clubs-name-item-icon{align-items:center;border-radius:999px;display:inline-flex;flex-shrink:0;height:22px;justify-content:center;overflow:hidden;width:22px}.support-open-disc-story-modal-clubs-name-item-label{font-size:.86rem;font-weight:500;min-width:0}.hover-popover__body:has(.support-open-disc-story-modal-clubs-name-list){padding:4px 6px 6px}.hover-popover--with-heading:has(.support-open-disc-story-modal-clubs-name-list) .hover-popover__header{padding:6px 10px 4px}.support-open-disc-story-modal-club-icons{align-items:center;display:inline-flex;gap:0}.support-open-disc-story-modal-club-icon{align-items:center;background:#f1f5f9;border:1.5px solid #fff;border-radius:999px;display:inline-flex;flex-shrink:0;height:24px;justify-content:center;overflow:hidden;width:24px}.support-open-disc-story-modal-club-icons .support-open-disc-story-modal-club-icon+.support-open-disc-story-modal-club-icon{margin-left:-6px}.support-open-disc-story-modal-club-icon-img{display:block;height:100%;object-fit:cover;width:100%}.support-open-disc-story-modal-sep{color:#94a3b8}.support-open-disc-story-modal-relative-time{color:#64748b}.support-open-disc-thread--modal .support-open-disc-story-modal-head+.support-open-disc-thread-body--wide,.support-open-disc-thread--modal .support-open-disc-story-modal-head~.support-open-disc-thread-body--wide{margin-top:0;padding-left:14px;padding-right:14px}.support-open-disc-thread--modal .support-open-disc-thread-body-wrap{margin-bottom:0}.support-open-disc-thread--modal .support-open-disc-thread-post-card .support-open-disc-thread-body,.support-open-disc-thread--modal .support-open-disc-thread-post-card .support-open-disc-thread-body.support-comment-text{margin-bottom:0;padding-bottom:4px;padding-top:6px}.support-open-disc-thread--modal .support-open-disc-thread-post-section--comment-tools{padding-bottom:4px;padding-top:0}.support-open-disc-thread--modal .support-open-disc-story-modal-head{gap:8px;padding-bottom:6px}.support-open-disc-thread--modal .support-open-disc-story-modal-chrome+.support-open-disc-thread-layout .support-open-disc-back{display:none}@media (max-width:720px){.support-open-disc-story-modal-chrome{align-items:center;gap:6px 10px;grid-template-areas:"back title";grid-template-columns:auto minmax(0,1fr);padding:8px 12px 10px}.support-open-disc-story-modal-chrome-back{align-self:center;grid-area:back}.support-open-disc-story-modal-chrome-title{font-size:.9rem;font-weight:600;grid-area:title;justify-self:start;line-height:1.35;text-align:left}.support-open-disc-story-modal-chrome-spacer{display:none}.support-open-disc-story-modal-head{gap:8px;padding:10px 12px 8px}.support-open-disc-story-modal-post-title{font-size:1.05rem;padding:0 12px 4px}.support-open-disc-story-modal-identity-row{align-items:stretch;flex-direction:column;flex-wrap:nowrap;gap:10px}.support-open-disc-story-modal-toolbar{margin-left:0;order:-1;padding-bottom:2px;width:100%}.support-open-disc-story-modal-toolbar .support-open-disc-thread-toolbar-actions{flex-wrap:nowrap;gap:10px;justify-content:space-between;width:100%}.support-open-disc-story-modal-toolbar .support-open-disc-topic-stat-comment-label{display:none}.support-open-disc-story-modal-toolbar .support-open-disc-thread-more--mobile{display:flex}.support-open-disc-story-modal-toolbar .support-open-disc-thread-more--desktop{display:none}.support-open-disc-story-modal-identity{align-items:flex-start;gap:10px;order:0;width:100%}.support-open-disc-story-modal-meta-pills.support-open-disc-compose-setup-bar{border-radius:12px;margin-top:2px;padding:8px 10px}.support-open-disc-thread--modal .support-open-disc-story-modal-head+.support-open-disc-thread-body--wide,.support-open-disc-thread--modal .support-open-disc-story-modal-head~.support-open-disc-thread-body--wide{padding-left:12px;padding-right:12px}.support-open-disc-thread--modal .support-open-disc-thread-post-card .support-open-disc-thread-body,.support-open-disc-thread--modal .support-open-disc-thread-post-card .support-open-disc-thread-body.support-comment-text{padding:4px 12px 2px}.support-open-disc-thread--modal .support-open-disc-thread-post-section--comment-tools{padding-left:12px;padding-right:12px}.support-open-disc-thread--modal .support-open-disc-story-modal-head{padding-bottom:4px}.support-open-disc-thread--modal .support-open-disc-thread-head{padding-bottom:0}}[data-theme=dark] .support-open-disc-story-modal-chrome-title{color:#e2e8f0}[data-theme=dark] .support-open-disc-story-modal-identity-time,[data-theme=dark] .support-open-disc-story-modal-relative-time,[data-theme=dark] .support-open-disc-topic-story-posted-on,[data-theme=dark] .support-open-disc-topic-story-posted-on-sub{color:#94a3b8}[data-theme=dark] .support-open-disc-story-modal-clubs-name-item{color:#e2e8f0}[data-theme=dark] .support-open-disc-story-modal-clubs-name-item:focus-visible,[data-theme=dark] .support-open-disc-story-modal-clubs-name-item:hover{background:#334155d9}[data-theme=dark] .support-open-disc-story-modal-meta-pills.support-open-disc-compose-setup-bar{background:#1e293bb8}[data-theme=dark] .support-open-disc-story-modal-club-icon{background:#334155;border-color:#1e293b}.notfound{align-items:center;background-color:var(-bg-color);color:var(--text-color);display:flex;flex-direction:column;height:100vh;justify-content:center;text-align:center;width:100vw}.notfound .image{color:#de1616;height:100px;margin-bottom:20px;width:100px}.notfound .heading{color:var(--text-color);font-size:1.5rem;margin-bottom:10px}.notfound .text{color:var(--text-color);font-size:1rem;margin-bottom:30px}.notfound .button{background-color:#444;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;transition:background-color .3s}.notfound .button:hover{background-color:#333}.notfound .signin-header{font-size:18px;font-weight:700;left:0;padding:0 20px 30px;position:absolute;top:20px;width:100%;z-index:1}.notfound .signin-footer{align-items:center;background-color:var(--header-color);bottom:0;display:flex;gap:20px;height:50px;justify-content:center;padding-bottom:0;position:absolute;width:100%;z-index:1}.notfound .footer-subject{color:var(--brand-600);cursor:pointer;font-size:12px;font-weight:400;text-decoration:none}.notfound .footer-subject:hover{color:var(--brand-500)}.legal-page{background:var(--bg-base-color);color:var(--text-color);display:flex;flex-direction:column;min-height:100dvh}.legal-topbar{align-items:center;background:radial-gradient(120% 180% at 0 0,#ffecd673 0,#ffecd600 58%),linear-gradient(95deg,#6f45240f,#a76b3517),var(--bg-color);border-bottom:1px solid #6f452429;box-shadow:0 8px 22px #24140814;display:flex;flex-shrink:0;gap:1rem;justify-content:space-between;padding:.75rem 1.5rem}.legal-logo-btn{background:none;border:none;cursor:pointer;padding:0}.legal-logo{height:36px;max-width:150px;width:auto}.legal-topbar-meta{align-items:center;display:flex;gap:1.25rem}.legal-tagline{color:var(--brand-600);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.legal-lang{align-items:center;display:flex;gap:.45rem}.legal-lang-label{color:var(--grey-proper);font-size:.78rem}.legal-lang-select{background:var(--bg-color);border:1px solid var(--border-color);border-radius:6px;color:var(--text-color);font-size:.82rem;padding:.25rem .5rem}.legal-body{grid-gap:0;display:grid;flex:1 1;gap:0;grid-template-columns:240px minmax(0,1fr);margin:0 auto;max-width:1200px;padding:0 1rem 2rem;width:100%}.legal-sidebar{border-right:1px solid var(--border-color);padding:1.5rem 1rem 1.5rem 0}.legal-sidebar-heading{color:var(--brand-600);font-size:.68rem;font-weight:700;letter-spacing:.07em;margin:0 0 .45rem;text-transform:uppercase}.legal-sidebar-section+.legal-sidebar-section{margin-top:1.25rem}.legal-sidebar-list{list-style:none;margin:0;padding:0}.legal-sidebar-link{border-radius:6px;color:var(--text-color);display:block;font-size:.88rem;margin:.1rem 0;padding:.35rem .55rem;text-decoration:none;transition:background .15s ease,color .15s ease}.legal-sidebar-link:hover{background:var(--hover-color);color:var(--hover-text-color)}.legal-sidebar-link--active{background:var(--brand-100);color:var(--brand-800);font-weight:600}.legal-sidebar-note{color:var(--grey-proper);font-size:.78rem;line-height:1.45;margin:1.5rem 0 0}.legal-main{min-width:0;padding:1.5rem 0 1.5rem 2rem}.legal-main-header{margin-bottom:1.25rem}.legal-title{color:var(--brand-800);font-size:clamp(1.45rem,2.5vw,1.85rem);line-height:1.2;margin:0 0 .35rem}.legal-subtitle{color:var(--grey-proper);font-size:1rem;line-height:1.5;margin:0}.legal-content{font-size:.94rem;line-height:1.65}.legal-content p{margin:0 0 .85rem}.legal-content ol,.legal-content ul{margin:0 0 .85rem 1.25rem;padding:0}.legal-content li{margin-bottom:.35rem}.legal-section{margin-bottom:1.75rem}.legal-section-title{color:var(--brand-700);font-size:1.12rem;margin:0 0 .65rem}.legal-inline-link{color:var(--brand-600);text-decoration:underline;text-underline-offset:2px}.legal-inline-link:hover{color:var(--brand-500)}.legal-disclaimer{background:var(--brand-50);border:1px solid var(--brand-200);border-radius:8px;color:var(--brand-900);font-size:.84rem;line-height:1.5;margin:1.5rem 0 0;padding:.85rem 1rem}.legal-meta{color:var(--grey-proper);font-size:.8rem;margin:0 0 1.25rem}.legal-callout{background:var(--brand-50);border-left:4px solid var(--brand-500);border-radius:10px;margin:1rem 0 1.25rem;padding:1rem 1.1rem}.legal-callout-title{color:var(--brand-800);font-weight:700;margin:0 0 .35rem}.legal-card-grid{grid-gap:.85rem;display:grid;gap:.85rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:1rem 0 1.25rem}.legal-card{background:var(--bg-color);border:1px solid var(--border-color);border-radius:10px;padding:.95rem 1rem}.legal-card h3{color:var(--brand-700);font-size:.95rem;margin:0 0 .4rem}.legal-card p{font-size:.86rem;margin:0}.legal-footer{align-items:center;border-top:1px solid var(--border-color);color:var(--grey-proper);display:flex;flex-shrink:0;flex-wrap:wrap;font-size:.82rem;gap:.75rem;justify-content:space-between;padding:.75rem 1.5rem}.legal-footer-nav{display:flex;flex-wrap:wrap;gap:.85rem}.legal-footer-nav a{color:var(--brand-600);text-decoration:none}.legal-footer-nav a:hover{text-decoration:underline}.legal-contact-form{max-width:520px}.legal-field{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.85rem}.legal-field label{color:var(--brand-800);font-size:.84rem;font-weight:600}.legal-field .legal-optional{color:var(--grey-proper);font-weight:400}.legal-field input:not([type=file]),.legal-field select{box-sizing:border-box;height:2.5rem;line-height:1.25}.legal-field input:not([type=file]),.legal-field select,.legal-field textarea{background:var(--bg-color);border:1px solid var(--border-color);border-radius:8px;color:var(--text-color);font-size:.9rem;padding:.55rem .65rem}.legal-field textarea{min-height:120px;resize:vertical}.legal-field input[type=file]{background:var(--bg-color);border:1px solid var(--border-color);border-radius:8px;box-sizing:border-box;color:var(--text-color);cursor:pointer;font-size:.86rem;padding:.4rem .5rem;width:100%}.legal-field-hint{color:var(--grey-proper);font-size:.76rem}.legal-submit{background:var(--brand-gradient-btn);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;margin-top:.5rem;padding:.6rem 1.25rem}.legal-submit:disabled{cursor:not-allowed;opacity:.55}.legal-turnstile{margin:.75rem 0}.legal-form-status{border-radius:8px;font-size:.86rem;margin-top:.75rem;padding:.65rem .85rem}.legal-form-status--success{background:var(--light-green-bg);color:var(--light-green-fg)}.legal-form-status--error{background:var(--light-red-bg);color:var(--light-red-fg)}.legal-license-table{border-collapse:collapse;font-size:.84rem;margin:.5rem 0 1rem;width:100%}.legal-license-table td,.legal-license-table th{border:1px solid var(--border-color);padding:.45rem .6rem;text-align:left;vertical-align:top}.legal-license-table th{background:var(--brand-50);color:var(--brand-800);font-weight:600}.legal-license-table tr:nth-child(2n) td{background:#00000005}@media (max-width:860px){.legal-body{grid-template-columns:1fr}.legal-sidebar{border-bottom:1px solid var(--border-color);border-right:none;padding:1rem 0}.legal-main{padding:1.25rem 0}.legal-tagline{display:none}}@media (max-width:480px){.legal-topbar{padding:.65rem 1rem}.legal-footer{align-items:flex-start;flex-direction:column}}.all-notifications-header-top{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;width:100%}.all-notifications-title-badge{background:#5c88b7;background:var(--blue-heading,#5c88b7);border-radius:50%;display:inline-block;height:10px;margin-left:8px;vertical-align:middle;width:10px}.all-notifications-page--has-unread{border-left:3px solid #5c88b7;border-left:3px solid var(--blue-heading,#5c88b7)}.all-notifications-profile-tabs{background:#0000000a;background:var(--hover-color,#0000000a);border-radius:8px;display:flex;gap:4px;padding:3px}.all-notifications-profile-tab{background:#0000;border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:13px;padding:6px 14px}.all-notifications-profile-tab.active{background:var(--bg-color);box-shadow:0 1px 3px #00000014;font-weight:600}.all-notifications-timeline-item{cursor:pointer}.notification-post-type-icon--story{color:#6b8e23}.notification-post-type-icon--question{color:#c77d2a}.notification-post-type-icon--article{color:#5c88b7;color:var(--blue-heading,#5c88b7)}.notification-post-type-icon--announcement{color:#8e44ad}.notification-icon-action{color:#c0392b}.notification-icon-info{color:#5c88b7;color:var(--blue-heading,#5c88b7)}.notification-icon-club{color:#2c3e50}.notification-icon-social{color:#16a085}.all-notifications-page{background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 0 10px 0 #0000001a;margin:20px auto 0;max-width:1000px;padding:24px}.all-notifications-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.all-notifications-title{color:var(--text-color);font-size:1.5rem;font-weight:600;margin:0}.all-notifications-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.all-notifications-filters{display:flex;gap:4px}.all-notifications-filter-btn{background:var(--bg-color);border:1px solid #0000;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:13px;min-width:90px;padding:6px 12px;text-align:center}.all-notifications-filter-btn.active:hover,.all-notifications-filter-btn:hover{background:#5c88b7;background:var(--blue-heading,#5c88b7);border:1px solid var(--border-color);border-radius:6px;color:var(--grey-color);font-size:13px;padding:6px 12px}.all-notifications-filter-btn.active{background:#5c88b7;background:var(--blue-heading,#5c88b7);border-color:#5c88b7;border-color:var(--blue-heading,#5c88b7);border-radius:6px;color:#fff;font-size:13px;font-weight:600;padding:6px 12px}.all-notifications-filter-count{font-weight:600}.all-notifications-mark-all-btn{background:var(--bg-color);border:1px solid var(--border-color);border-radius:6px;color:var(--text-color);cursor:pointer;font-size:13px;padding:6px 14px}.all-notifications-mark-all-btn:hover{background:var(--hover-color);border-radius:6px;font-size:13px;padding:6px 14px}.all-notifications-empty,.all-notifications-loading{color:var(--text-color);font-size:14px;padding:32px;text-align:center}.all-notifications-timeline{position:relative}.all-notifications-timeline-group{margin-bottom:28px}.all-notifications-timeline-date{border-bottom:1px solid var(--border-color);color:#5c88b7;color:var(--blue-heading,#5c88b7);font-size:13px;font-weight:600;margin-bottom:12px;padding-bottom:4px}.all-notifications-timeline-list{list-style:none;margin:0;padding:0}.all-notifications-timeline-item{border-left:2px solid var(--border-color);display:flex;gap:12px;margin-left:9px;padding:12px 0 12px 8px;position:relative}.all-notifications-timeline-item:not(:last-child):before{background:var(--border-color);bottom:-12px;content:"";left:-2px;position:absolute;top:28px;width:2px}.all-notifications-timeline-item.unread{border-left-color:#5c88b7;border-left-color:var(--blue-heading,#5c88b7)}.all-notifications-timeline-item.selected{border-radius:4px;box-shadow:0 0 0 1px #5c88b7;box-shadow:0 0 0 1px var(--blue-heading,#5c88b7)}.all-notifications-timeline-dot{background:var(--bg-color);border:2px solid var(--border-color);border-radius:50%;height:10px;left:-6px;position:absolute;top:18px;width:10px}.all-notifications-timeline-item.unread .all-notifications-timeline-dot{background:#5c88b7;background:var(--blue-heading,#5c88b7);border-color:#5c88b7;border-color:var(--blue-heading,#5c88b7)}.all-notifications-timeline-icon{flex-shrink:0;margin-top:2px}.timeline-icon-action{color:#c0392b}.timeline-icon-info{color:#5c88b7;color:var(--blue-heading,#5c88b7)}.all-notifications-timeline-content{flex:1 1;min-width:0}.all-notifications-timeline-content-top{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.all-notifications-timeline-title{color:var(--text-color);font-size:16px}.all-notifications-timeline-message{color:var(--text-color);font-size:14px;line-height:1.4;margin:6px 0 4px}.all-notifications-timeline-meta{color:#888;font-size:12px}.all-notifications-timeline-seen{margin-left:12px}.all-notifications-timeline-mark-read{background:var(--bg-color);border:1px solid var(--border-color);border-radius:4px;color:var(--text-color);cursor:pointer;font-size:12px;padding:4px 10px}.all-notifications-timeline-mark-read:hover{background:var(--hover-color);border-radius:4px;font-size:12px;padding:4px 10px}@media (max-width:768px){.all-notifications-page{margin-top:12px;padding:16px 16px 24px}}.notification-container{pointer-events:none;position:fixed;z-index:1000}.notification{border-radius:8px;box-shadow:0 4px 12px #00000026;color:#fff;margin:10px;max-width:350px;opacity:0;padding:15px;pointer-events:auto;position:relative;transform:translateY(20px);transition:all .3s ease}.notification-inner{align-items:flex-start;display:flex;gap:10px}.notification.show{opacity:1;transform:translateY(0)}.notification.hide{opacity:0;transform:translateY(-20px)}.notification.blue{background-color:#2196f3}.notification.red{background-color:#f44336}.notification.green{background-color:#4caf50}.notification.yellow{background-color:#ff9800;color:#333}.notification-content{align-items:flex-start;display:flex;flex:1 1;min-width:0}.notification-icon{flex-shrink:0;font-size:20px;margin-right:12px}.notification-text{flex:1 1;min-width:0}.notification-heading{font-size:16px;line-height:1.3;margin:0 0 5px;padding-right:0;word-break:break-word}.notification-message{font-size:14px;line-height:1.4;margin:0;word-break:break-word}.close-btn{align-items:center;background:#0000;border:none;color:inherit;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:12px;height:28px;justify-content:center;margin:-4px -4px 0 0;opacity:.9;padding:0;width:28px}.close-btn:hover{opacity:1}.notification-container.top-left{left:200px;top:50px}.notification-container.top-right{right:0;top:50px}.notification-container.bottom-left{bottom:0;left:200px}.notification-container.bottom-right{bottom:0;right:0}.notification-container.center{left:50%;top:50%;transform:translate(-50%,-50%)}.posts-page-layout{background:#f8fafc;color:#0f172a;min-height:100dvh;padding:0 8px 8px}.posts-page-layout__center{min-width:0}.posts-page-layout--app-shell{box-sizing:border-box;max-width:100%;overflow-x:clip;width:100%}.posts-page-layout--app-shell .support-open-disc-shell-layout,.support-open-disc--app-shell{max-width:100%;min-width:0;width:100%}.posts-page-layout--app-shell .posts-page-layout__center{box-sizing:border-box;max-width:100%;min-width:0;overflow-x:clip;width:100%}@media (min-width:961px){.posts-page-layout--app-shell{display:block;height:auto;max-height:none;min-height:100dvh;overflow-x:clip;overflow-y:visible}.posts-page-layout--app-shell .support-open-disc--app-shell{display:block;max-height:none;overflow:visible}.posts-page-layout--app-shell .support-open-disc--app-shell>.support-open-disc-shell-layout{align-items:start;overflow:visible}.posts-page-layout--app-shell .posts-page-layout__center{display:block;flex:none;overflow-x:clip;overflow-y:visible}}@media (min-width:961px){.posts-page-layout:has(.support-open-disc--home){box-sizing:border-box;display:flex;flex-direction:column;height:100dvh;max-height:100dvh;min-height:100dvh;overflow:hidden}.posts-page-layout:has(.support-open-disc--home) .posts-page-layout__center{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow:hidden}.posts-page-layout:has(.support-open-disc--home:has(.support-open-disc-topic-list--card)){display:block;height:auto;max-height:none;min-height:100dvh;overflow:visible}.posts-page-layout:has(.support-open-disc--home:has(.support-open-disc-topic-list--card)) .posts-page-layout__center{display:block;overflow:visible}.posts-page-layout:has(.support-open-disc--home) .posts-page-layout__center:has(.support-open-disc-thread,.support-open-disc--club-page,.support-open-disc--clubs-page,.support-open-disc--moderation,.posts-page-manage-profile,.posts-page-user-profile){-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}}.posts-page-manage-profile,.posts-page-user-profile{min-width:0}.support-open-disc-embed{min-width:0;width:100%}.support-open-disc-shell-layout--embed{display:block;grid-template-columns:1fr}.support-open-disc-shell-layout--embed .support-open-disc-home-layout{min-width:0}@media (min-width:961px){.posts-page-layout__center:has(.support-open-disc-embed){display:flex;flex-direction:column;min-height:0}.support-open-disc-embed,.support-open-disc-shell-layout--embed{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow:hidden}.support-open-disc-shell-layout--embed .support-open-disc-home-layout{align-items:stretch;align-self:stretch;flex:1 1 auto;height:100%;min-height:0;overflow:hidden}.support-open-disc-shell-layout--embed .support-open-disc-feed-aside,.support-open-disc-shell-layout--embed .support-open-disc-home-main{-webkit-overflow-scrolling:touch;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}}@media (min-width:961px) and (max-width:1080px){.support-open-disc--home:has(.support-open-disc-topic-list--card) .support-open-disc-embed,.support-open-disc--home:has(.support-open-disc-topic-list--card) .support-open-disc-shell-layout--embed{display:block;height:auto;max-height:none;overflow:visible}.support-open-disc--home:has(.support-open-disc-topic-list--card) .support-open-disc-shell-layout--embed .support-open-disc-feed-aside,.support-open-disc--home:has(.support-open-disc-topic-list--card) .support-open-disc-shell-layout--embed .support-open-disc-home-layout,.support-open-disc--home:has(.support-open-disc-topic-list--card) .support-open-disc-shell-layout--embed .support-open-disc-home-main{height:auto;overflow:visible}}.posts-page-manage-profile .profile-sub-container{min-height:calc(100dvh - 140px)}@media (max-width:960px){.posts-page-layout--app-shell .support-open-disc-shell-mobile-chrome{margin-left:-8px;margin-right:-8px}.posts-page-layout.posts-page-layout--app-shell{height:auto;min-height:auto}.posts-page-layout__center:has(.posts-page-manage-profile),.posts-page-layout__center:has(.posts-page-user-profile){-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto}}[data-theme=dark] .posts-page-layout{background:#050505;color:#f5f5f5}@media (max-width:960px){.posts-page-layout--discussion-thread,.posts-page-layout:has(.support-open-disc-thread){padding-left:0;padding-right:0}.posts-page-layout__center:has(.support-open-disc--club-page),.posts-page-layout__center:has(.support-open-disc--clubs-page){box-sizing:border-box;padding-left:10px;padding-right:10px}.posts-page-layout--club-page .support-open-disc-shell-mobile-chrome,.posts-page-layout--clubs-page .support-open-disc-shell-mobile-chrome,.posts-page-layout--discussion-thread .support-open-disc-shell-mobile-chrome,.posts-page-layout:has(.support-open-disc--club-page) .support-open-disc-shell-mobile-chrome,.posts-page-layout:has(.support-open-disc--clubs-page) .support-open-disc-shell-mobile-chrome,.posts-page-layout:has(.support-open-disc-thread) .support-open-disc-shell-mobile-chrome{margin-left:0;margin-right:0}}.od-guest-shell-header-auth{align-items:center;display:flex;gap:10px}.od-guest-shell-header-auth__signin{color:#8b5a2b;color:var(--brand-600,#8b5a2b);font-size:.875rem;font-weight:600;line-height:1.35;text-decoration:none;transition:color .15s ease;white-space:nowrap}.od-guest-shell-header-auth__signin:focus-visible,.od-guest-shell-header-auth__signin:hover{color:#7a4e28;color:var(--brand-700,#7a4e28);font-size:.875rem;font-weight:600;line-height:1.35;text-decoration:none}.od-guest-shell-create-account-btn{align-items:center;background:linear-gradient(135deg,#8b5a2b,#c9863f);background:var(--brand-gradient-btn,linear-gradient(135deg,#8b5a2b,#c9863f));border:none;border-radius:8px;box-shadow:0 2px 8px #3d28102e;box-sizing:border-box;color:#fff;color:var(--just-white,#fff);cursor:pointer;display:inline-flex;font-size:.8125rem;font-weight:600;justify-content:center;line-height:1.35;padding:6px 14px;text-decoration:none;transition:color .15s ease;white-space:nowrap}.od-guest-shell-create-account-btn:focus-visible,.od-guest-shell-create-account-btn:hover,a.od-guest-shell-create-account-btn:focus-visible,a.od-guest-shell-create-account-btn:hover,button.od-guest-shell-create-account-btn:focus-visible,button.od-guest-shell-create-account-btn:hover{background:linear-gradient(135deg,#8b5a2b,#c9863f)!important;background:var(--brand-gradient-btn,linear-gradient(135deg,#8b5a2b,#c9863f))!important;border:none!important;border-radius:8px!important;box-shadow:0 2px 8px #3d28102e!important;color:#f5ebe0!important;color:var(--brand-100,#f5ebe0)!important;filter:none!important;font-size:.8125rem!important;font-weight:600!important;line-height:1.35!important;padding:6px 14px!important;text-decoration:none!important;transform:none!important}.od-guest-profile-dropdown{min-width:200px;padding:12px 14px}.od-guest-profile-dropdown__cta{box-sizing:border-box;display:inline-block;margin-bottom:10px;text-align:center;width:100%}.od-guest-profile-dropdown__signin{color:#8b5a2b;color:var(--brand-600,#8b5a2b);display:block;font-size:.875rem;font-weight:600;line-height:1.35;text-align:center;text-decoration:none;transition:color .15s ease}.od-guest-profile-dropdown__signin:focus-visible,.od-guest-profile-dropdown__signin:hover{color:#7a4e28;color:var(--brand-700,#7a4e28);font-size:.875rem;font-weight:600;line-height:1.35;text-decoration:none}[data-theme=dark] .od-guest-profile-dropdown__signin,[data-theme=dark] .od-guest-shell-header-auth__signin{color:#d4956a;color:var(--brand-300,#d4956a)}[data-theme=dark] .od-guest-profile-dropdown__signin:hover,[data-theme=dark] .od-guest-shell-header-auth__signin:hover{color:#e8c9a8;color:var(--brand-200,#e8c9a8)}.notifications-page-shell-main{min-width:0}.posts-page-layout--notifications .all-notifications-page{margin-top:0}@media (max-width:960px){.posts-page-layout--notifications .support-open-disc-shell-header{margin:0 0 14px}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/Roboto-Regular.27f62b53b93858475a7f.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/Roboto-Bold.d50a80138ec4f2fb5e9f.ttf) format("truetype")}body{font-family:Roboto,Helvetica,sans-serif,Arial,system-ui}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.ca5e28e4.css.map*/