:root{--bg:#f5f6f7;--paper:#fff;--text:#20242a;--muted:#667085;--line:#d8dde5;--blue:#315f9b;--blue-soft:#edf3fb;--warning:#fff6df}*{box-sizing:border-box}html{background:var(--bg)}body{color:var(--text);background:var(--bg);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.55}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}.shell{width:min(1040px,100% - 28px);margin:0 auto}.site-header{background:var(--paper);border-bottom:1px solid var(--line)}.brand{letter-spacing:.08em;color:var(--text);font-size:22px;font-weight:900}nav{flex-wrap:wrap;align-items:center;gap:15px;display:flex}nav form{display:inline}.link-button{color:var(--blue);background:0 0;border:0;padding:0}main.shell{padding-block:25px 50px}.hero,.panel,.card,.form-card,.topic,.comment,.profile{background:var(--paper);border:1px solid var(--line)}.hero{margin-bottom:18px;padding:28px}.hero h1{margin:0 0 8px;font-size:clamp(28px,5vw,46px);line-height:1.08}.hero p{color:var(--muted);max-width:720px;margin:0}.grid{grid-template-columns:minmax(0,1fr) 280px;gap:18px;display:grid}.panel{padding:18px}.card{margin-bottom:10px;padding:16px}.card h2,.card h3{margin:0 0 5px;line-height:1.25}.meta,small{color:var(--muted)}.badge{border:1px solid var(--line);border-radius:3px;padding:2px 7px;font-size:12px;display:inline-block}.disputed{background:var(--warning);border-color:#e5c976}.form-card{max-width:720px;margin-inline:auto;padding:24px}.form-card h1{margin-top:0}label{margin:14px 0 5px;font-weight:700;display:block}input,textarea,select{border:1px solid var(--line);background:#fff;border-radius:3px;width:100%;padding:11px 12px}textarea{resize:vertical}.btn,.votes button{border:1px solid var(--blue);color:var(--blue);background:#fff;border-radius:3px;padding:9px 12px;font-weight:700}.btn-primary{color:#fff;background:var(--blue)}.actions{flex-wrap:wrap;align-items:center;gap:9px;margin-top:18px;display:flex}.topic h1{margin-top:0;line-height:1.15}.topic-body,.comment-body{white-space:pre-wrap}.comments{margin-top:18px}.comment{margin-bottom:10px;padding:18px}.votes{flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px;display:flex}.votes form{display:inline}.votes button.active{background:var(--blue-soft)}.profile{grid-template-columns:90px 1fr auto;align-items:start;gap:18px;padding:22px;display:grid}.avatar{border:1px solid var(--line);object-fit:cover;background:#eef1f5;border-radius:50%;place-items:center;width:80px;height:80px;font-weight:900;display:grid}.chips{flex-wrap:wrap;gap:7px;margin-top:10px;display:flex}.chip{border:1px solid var(--line);padding:4px 8px;font-size:13px}.progress{border:1px solid var(--line);background:#eef1f5;height:10px;overflow:hidden}.progress>div{background:var(--blue);height:100%}.stats{grid-template-columns:repeat(4,1fr);gap:10px;margin:14px 0;display:grid}.stat{border:1px solid var(--line);background:var(--paper);padding:12px}.stat strong{font-size:20px;display:block}.footer{color:var(--muted);border-top:1px solid var(--line);padding-block:25px 40px}@media (max-width:760px){.header-inner{flex-direction:column;align-items:flex-start;padding-block:14px}.grid{grid-template-columns:1fr}.profile{grid-template-columns:70px 1fr}.profile>:last-child{grid-column:1/-1}.avatar{width:64px;height:64px}.stats{grid-template-columns:repeat(2,1fr)}}.category-hint{color:var(--muted);margin:6px 0 0;font-size:13px;line-height:1.4}.category-switch-btn{width:auto;margin-top:7px;padding:6px 9px;font-size:13px;line-height:1.2}.category-list{gap:0;display:grid}.category-entry{border-bottom:1px solid var(--line);padding:10px 0}.category-entry:last-child{border-bottom:0}.category-entry strong,.category-entry small{display:block}.category-entry small{margin-top:2px;line-height:1.35}.topic-sort{gap:6px;margin:0 0 12px;padding:0;display:flex}.topic-sort a{color:var(--muted);border:1px solid #0000;border-radius:3px;padding:7px 10px;font-weight:700}.topic-sort a:hover{background:var(--paper);border-color:var(--line);text-decoration:none}.topic-sort a.active{color:var(--blue);background:var(--paper);border-color:var(--line)}.category-link{color:var(--text);border-bottom:1px solid var(--line);justify-content:space-between;gap:12px;padding:9px 6px;display:flex}.category-link:last-child{border-bottom:0}.category-link:hover{background:var(--blue-soft);text-decoration:none}.category-link span{min-width:0}.category-link strong,.category-link small{display:block}.category-link small{margin-top:2px;line-height:1.35}.category-link b{color:var(--muted);font-size:12px}.category-hero{padding-block:22px}.quotes-hero{justify-content:space-between;align-items:center;gap:20px;display:flex}.quote-categories,.sort-tabs{flex-wrap:wrap;gap:7px;margin-bottom:14px;display:flex}.quote-categories a,.sort-tabs a{border:1px solid var(--line);background:var(--paper);color:var(--text);border-radius:3px;padding:7px 10px;font-size:14px}.quote-categories a.active,.sort-tabs a.active{border-color:var(--blue);background:var(--blue-soft);color:var(--blue);font-weight:700}.quote-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.quote-card,.quote-detail{background:var(--paper);border:1px solid var(--line);padding:22px}.quote-card blockquote,.quote-detail blockquote{margin:10px 0;font-family:Georgia,Times New Roman,serif;font-size:23px;line-height:1.45}.quote-card blockquote a{color:var(--text)}.quote-author{color:var(--muted);font-weight:700}.quote-stats{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;gap:11px;margin-top:14px;padding-top:10px;font-size:12px;display:flex}.quote-detail{max-width:820px;margin-inline:auto}.quote-detail blockquote{font-size:clamp(27px,5vw,42px)}.quote-note{background:var(--blue-soft);border-left:3px solid var(--blue);margin-block:18px;padding:13px 15px}@media (max-width:760px){.quotes-hero{display:block}.quote-grid{grid-template-columns:1fr}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.forum-search{gap:8px;width:min(720px,100%);margin-top:20px;display:flex}.forum-search input{flex:1;min-width:0;font-size:16px}.search-page{max-width:940px;margin-inline:auto}.search-page>h1{margin-top:0}.search-page-form{width:100%;margin-bottom:14px}.search-tabs{flex-wrap:wrap;gap:7px;margin-bottom:12px;display:flex}.search-tabs a{border:1px solid var(--line);background:var(--paper);color:var(--text);border-radius:3px;padding:7px 11px}.search-tabs a.active{border-color:var(--blue);background:var(--blue-soft);color:var(--blue);font-weight:700}.search-summary{color:var(--muted);margin:12px 0 20px}.search-section{margin-top:28px}.section-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:14px;margin-bottom:12px;display:flex}.section-heading h2{margin:0 0 8px}.author-search-list{gap:10px;display:grid}.author-search-card{background:var(--paper);border:1px solid var(--line);grid-template-columns:58px 1fr;gap:14px;padding:16px;display:grid}.author-search-card .avatar{width:52px;height:52px}.author-search-card h3,.author-search-card p{margin-top:0}.author-search-card p:last-child{margin-bottom:0}@media (max-width:600px){.forum-search{display:grid}.forum-search .btn{width:100%}.section-heading{display:block}}.editor-toolbar{border:1px solid var(--line);background:#f7f8fa;border-bottom:0;flex-wrap:wrap;align-items:center;gap:6px;padding:7px;display:flex}.editor-toolbar button{border:1px solid var(--line);background:var(--paper);border-radius:3px;padding:6px 8px}.editor-toolbar span{color:var(--muted);margin-left:auto;font-size:12px}.editor-toolbar+textarea{border-top-left-radius:0;border-top-right-radius:0}.rich-content{white-space:normal;line-height:1.75}.rich-content p{white-space:pre-wrap}.rich-content blockquote,.reply-quote{border-left:3px solid var(--blue);background:var(--blue-soft);color:#3d4b5e;margin:12px 0;padding:10px 13px}.image-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:18px;display:grid}.image-gallery img{object-fit:cover;border:1px solid var(--line);width:100%;max-height:420px;display:block}.video-frame{background:#111;margin-top:18px;padding-top:56.25%;position:relative}.video-frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.best-answer{border-color:#7cab8f;box-shadow:inset 4px 0 #4c8a68}.best-label{color:#356d4c;background:#edf7f1;border:1px solid #9cc3aa;margin-bottom:8px;padding:3px 7px;font-size:12px;font-weight:700;display:inline-block}.comment-tools{align-items:center;gap:14px;margin-top:12px;display:flex}.comment-tools summary{color:var(--blue);cursor:pointer}.comment-tools details{width:100%}.comment-tools details form{margin-top:10px}.reply-thread{border-left:2px solid var(--line);margin:16px 0 0 18px;padding-left:14px}.nested-comment{box-shadow:none;margin-bottom:8px}.reply-attachments{margin-top:10px}.reply-attachments summary{color:var(--blue);cursor:pointer}@media (max-width:640px){.image-gallery{grid-template-columns:1fr}.reply-thread{margin-left:7px;padding-left:9px}}.author-profile{background:var(--paper);border:1px solid var(--line);overflow:hidden}.profile-banner{aspect-ratio:25/4;background:linear-gradient(135deg,#eaf0f8,#f7f8fa 55%,#e8edf4);width:100%;height:auto;position:relative;overflow:hidden}.profile-banner>img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.profile-banner.has-image:after{content:"";pointer-events:none;background:linear-gradient(#0000 42%,#00000029);position:absolute;inset:0}.profile-main{grid-template-columns:118px 1fr auto;align-items:end;gap:18px;margin-top:-48px;padding:0 24px 22px;display:grid;position:relative}.profile-avatar-wrap{z-index:2;position:relative}.profile-avatar{object-fit:cover;border:5px solid var(--paper);background:#eef1f5;border-radius:50%;width:112px;height:112px}.profile-avatar-fallback{place-items:center;font-size:28px;font-weight:900;display:grid}.profile-identity{padding-top:55px}.profile-identity h1{margin:0;font-size:32px}.profile-level{color:var(--muted);margin:3px 0}.profile-actions{padding-top:55px}.profile-body{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) 270px;gap:26px;padding:24px;display:grid}.profile-about h2,.profile-about h3,.profile-side h3{margin-top:0}.profile-links{flex-wrap:wrap;gap:12px;display:flex}.profile-side{border-left:1px solid var(--line);padding-left:22px}.badge-list{flex-wrap:wrap;gap:7px;display:flex}.achievement-badge{color:#6f5a1c;background:#fff8df;border:1px solid #d2bf82;border-radius:3px;padding:5px 8px;font-size:12px;font-weight:700;display:inline-block}.profile-progress{margin-top:14px}.progress-heading{justify-content:space-between;gap:12px;margin-bottom:8px;display:flex}.profile-stats-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:14px 0;display:grid}.profile-content-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;display:grid}.profile-topic,.profile-comment{border-top:1px solid var(--line);padding:12px 0}.profile-topic:first-of-type,.profile-comment:first-of-type{border-top:0}.profile-topic h3,.profile-comment p{margin:4px 0}.authors-hero{margin-bottom:14px}.authors-table{background:var(--paper);border:1px solid var(--line)}.authors-table-head,.author-row{grid-template-columns:70px minmax(280px,1fr) 110px 130px 110px;align-items:center;gap:12px;padding:13px 16px;display:grid}.authors-table-head{border-bottom:1px solid var(--line);color:var(--muted);background:#f7f8fa;font-size:12px;font-weight:700}.author-row{border-bottom:1px solid var(--line)}.author-row:last-child{border-bottom:0}.author-row:hover{background:#fafcff}.author-place{text-align:center;font-weight:800}.author-cell{align-items:center;gap:12px;display:flex}.author-cell h2{margin:0 0 3px;font-size:17px}.author-list-avatar{object-fit:cover;background:#eef1f5;border-radius:50%;width:48px;height:48px}.author-list-fallback{place-items:center;font-weight:800;display:grid}@media (max-width:900px){.profile-stats-grid{grid-template-columns:repeat(3,1fr)}.authors-table-head{display:none}.author-row{grid-template-columns:52px 1fr}.author-row>strong{display:none}}@media (max-width:700px){.profile-banner{height:130px}.profile-main{grid-template-columns:84px 1fr;padding-inline:16px}.profile-avatar{width:82px;height:82px}.profile-identity{padding-top:45px}.profile-actions{grid-column:1/-1;padding-top:0}.profile-body,.profile-content-grid{grid-template-columns:1fr}.profile-side{border-left:0;border-top:1px solid var(--line);padding:18px 0 0}.profile-stats-grid{grid-template-columns:repeat(2,1fr)}}.topic-reactions{flex-wrap:wrap;gap:6px;margin-top:18px;display:flex}.topic-reactions form{display:inline}.topic-reactions button{border:1px solid var(--line);background:var(--paper);border-radius:999px;align-items:center;gap:5px;padding:6px 9px;display:inline-flex}.topic-reactions button.active{border-color:var(--blue);background:var(--blue-soft)}.topic-reactions button span{font-size:18px}.topic-reactions button small{color:var(--muted)}.topic-tags{flex-wrap:wrap;gap:7px;margin-top:18px;display:flex}.topic-tags a{border:1px solid var(--line);background:#f8fafc;border-radius:3px;padding:4px 8px;font-size:13px}.attachment-list{gap:8px;margin-top:18px;display:grid}.attachment-list>a{border:1px solid var(--line);color:var(--text);background:#f9fafb;align-items:center;gap:11px;padding:11px 13px;display:flex}.attachment-list>a:hover{border-color:var(--blue);text-decoration:none}.attachment-list small{display:block}.attachment-icon{font-size:24px}.audio-attachment{border:1px solid var(--line);background:#f9fafb;justify-content:space-between;align-items:center;gap:14px;padding:11px 13px;display:flex}.audio-attachment-main{flex:1;gap:9px;min-width:0;display:grid}.audio-attachment-title{align-items:center;gap:10px;min-width:0;display:flex}.audio-attachment-title strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.audio-attachment audio{width:100%;max-width:620px;height:40px}.audio-download-button{white-space:nowrap;flex:none}@media (max-width:640px){.audio-attachment{flex-direction:column;align-items:stretch}.audio-download-button{text-align:center;width:100%}}.topic-admin-tools{border-top:1px solid var(--line);flex-wrap:wrap;align-items:flex-start;gap:14px;margin-top:13px;padding-top:12px;display:flex}.topic-admin-tools details{min-width:240px}.topic-admin-tools summary{color:var(--blue);cursor:pointer}.topic-admin-tools textarea{margin:9px 0}.block-line{min-height:1em;display:block}.rich-content strong{font-weight:800}.rich-content em{font-style:italic}.rich-content code{border:1px solid var(--line);background:#f3f5f7;border-radius:3px;padding:1px 5px;font-family:Consolas,Courier New,monospace;font-size:.94em}.spoiler-text{color:#0000;cursor:pointer;background:#20242a;border-radius:3px;padding:1px 5px;transition:color .15s,background .15s}.spoiler-text:hover,.spoiler-text:focus{color:#fff}.emoji-picker{border:1px solid var(--line);background:#fff;border-top:0;flex-wrap:wrap;gap:5px;padding:8px;display:flex}.emoji-picker button{background:0 0;border:1px solid #0000;border-radius:4px;padding:4px 6px;font-size:20px}.emoji-picker button:hover{border-color:var(--line);background:var(--blue-soft)}.danger-link{color:#9d2c2c;cursor:pointer;background:0 0;border:0;padding:0}.danger-link:hover{text-decoration:underline}.delete-confirm{background:#fff4f4;border:1px solid #e2b8b8;flex-wrap:wrap;align-items:center;gap:9px;padding:10px 12px;display:flex}.delete-confirm span{color:#7c2f2f;font-size:13px}.danger-button{color:#fff;background:#9d2c2c;border:1px solid #9d2c2c;border-radius:3px;padding:7px 10px;font-weight:700}.emoji-picker{max-height:210px;overflow-y:auto}.upload-dropzone{text-align:center;background:#f8fafc;border:1px dashed #9baaba;justify-items:center;gap:8px;padding:24px 16px;transition:border-color .15s,background .15s;display:grid}.upload-dropzone.is-dragging{border-color:var(--blue);background:var(--blue-soft)}.upload-dropzone button{border:1px solid var(--blue);background:var(--blue);color:#fff;cursor:pointer;border-radius:3px;padding:8px 12px}.upload-dropzone button:disabled{opacity:.6;cursor:default}.upload-dropzone small{color:var(--muted)}.upload-progress{margin-top:10px}.upload-progress>div{background:#e7ebef;height:7px;overflow:hidden}.upload-progress>div span{background:var(--blue);height:100%;transition:width .15s linear;display:block}.upload-progress small{color:var(--muted)}.upload-error{color:#9d2c2c;background:#fff4f4;border:1px solid #e2b8b8;padding:9px 11px}.uploaded-files{gap:8px;margin-top:10px;display:grid}.uploaded-files>div{border:1px solid var(--line);background:#fff;align-items:center;gap:10px;padding:8px;display:flex}.uploaded-files img{object-fit:cover;border:1px solid var(--line);width:58px;height:58px}.uploaded-files p{flex:1;min-width:0;margin:0}.uploaded-files strong,.uploaded-files small{text-overflow:ellipsis;display:block;overflow:hidden}.uploaded-files small{color:var(--muted)}.uploaded-files button{color:#9d2c2c;cursor:pointer;background:0 0;border:0}.profile-image-field{margin-top:18px}.profile-image-preview{object-fit:cover;border:1px solid var(--line);background:#f3f5f8;margin:8px 0 10px;display:block}.profile-image-preview.avatar{border-radius:50%;width:112px;height:112px}.profile-image-preview.banner{width:min(100%,620px);height:180px}.profile-image-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;display:flex}.upload-label{cursor:pointer}.upload-label input{display:none}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.profile-media-section{gap:16px;margin:22px 0;display:grid}.profile-media-card{border:1px solid var(--line);background:#fbfcfe;padding:16px}.profile-media-heading{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:13px;display:flex}.profile-media-heading h2{margin:0 0 3px;font-size:17px}.profile-media-heading p{color:var(--muted);margin:0;font-size:13px}.profile-media-status{color:#35633b;background:#f0f8f1;border:1px solid #bfd3c2;flex:none;padding:3px 7px;font-size:12px}.profile-media-dropzone{background:#fff;border:1px dashed #aeb9c6;align-items:center;gap:18px;min-height:138px;padding:14px;transition:border-color .15s,background .15s;display:flex}.profile-media-card.is-banner .profile-media-dropzone{display:grid}.profile-media-dropzone.is-dragging{border-color:var(--blue);background:#f3f7fc}.profile-media-dropzone.is-uploading{opacity:.75}.profile-media-preview,.profile-media-placeholder{object-fit:cover;border:1px solid var(--line);background:#eef2f6;flex:none;display:block}.profile-media-preview.avatar,.profile-media-placeholder.avatar{border-radius:50%;width:112px;height:112px}.profile-media-preview.banner,.profile-media-placeholder.banner{aspect-ratio:25/4;width:100%;height:auto}.profile-media-placeholder{color:#7b8794;place-items:center;font-size:13px;font-weight:700;display:grid}.profile-media-controls{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.profile-media-card.is-banner .profile-media-controls{margin-top:2px}.profile-media-controls small{width:100%;color:var(--muted);margin-top:2px}.profile-media-remove{color:#8f2f2f;background:#fff;border-color:#d9b6b6}.profile-media-progress{margin-top:10px}.profile-media-progress>div{background:#e6ebf0;height:6px;overflow:hidden}.profile-media-progress span{background:var(--blue);height:100%;transition:width .12s linear;display:block}.profile-media-progress small{color:var(--muted)}@media (max-width:620px){.profile-media-card{padding:13px}.profile-media-dropzone{align-items:flex-start;gap:12px}.profile-media-preview.avatar,.profile-media-placeholder.avatar{width:88px;height:88px}.profile-media-preview.banner,.profile-media-placeholder.banner{height:135px}}.editor-status{justify-content:space-between;gap:12px;margin-top:6px;display:flex}.advanced-media-fields{border:1px solid var(--line);background:#fafbfc;margin-top:16px;padding:12px 14px}.advanced-media-fields summary{color:var(--blue);cursor:pointer;font-weight:700}.gallery-item{background:#eef1f5;border:0;min-height:170px;padding:0;position:relative;overflow:hidden}.gallery-item img{height:100%;min-height:170px}.gallery-item span{color:#fff;opacity:0;background:#141920c7;padding:4px 7px;font-size:12px;transition:opacity .15s;position:absolute;bottom:8px;right:8px}.gallery-item:hover span,.gallery-item:focus-visible span{opacity:1}.image-gallery.count-1{grid-template-columns:1fr}.image-gallery.count-1 .gallery-item img{object-fit:contain;background:#f4f5f7;max-height:620px}.image-gallery.count-3 .gallery-item:first-child{grid-row:span 2}.lightbox{z-index:1000;background:#0a0d12f0;place-items:center;padding:34px 70px;display:grid;position:fixed;inset:0}.lightbox>img{object-fit:contain;max-width:min(1280px,94vw);max-height:88vh;display:block}.lightbox button{color:#fff;background:#ffffff1f;border:0;border-radius:4px;width:48px;height:58px;font-size:42px;line-height:1;position:absolute}.lightbox-close{top:18px;right:18px;height:48px!important;font-size:34px!important}.lightbox-prev{top:calc(50% - 29px);left:18px}.lightbox-next{top:calc(50% - 29px);right:18px}.lightbox-counter{color:#fff;background:#00000073;padding:5px 9px;position:absolute;bottom:14px}.reply-upload{border:1px dashed var(--line);background:#fafbfc;align-items:center;gap:10px;margin-top:10px;padding:10px 12px;display:flex}.reply-upload.is-dragging{border-color:var(--blue);background:var(--blue-soft)}.reply-preview{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.reply-preview>div{width:88px;height:70px;position:relative}.reply-preview img{object-fit:cover;border:1px solid var(--line);width:100%;height:100%}.reply-preview button{color:#fff;background:#000000b8;border:0;border-radius:50%;width:24px;height:24px;position:absolute;top:3px;right:3px}.owner-tools{flex-wrap:wrap;align-items:center;gap:12px;margin-top:10px;display:flex}.owner-tools form{display:inline}.inline-edit-form{border:1px solid var(--line);background:#fafbfc;flex-basis:100%;padding:12px}.danger-link{color:#a33131}.danger-button{color:#fff;background:#a33131;border-color:#a33131}.admin-page{max-width:900px;margin-inline:auto}.moderation-card{background:var(--paper);border:1px solid var(--line);margin-bottom:12px;padding:20px}.moderation-card h2{margin:6px 0}.moderation-card blockquote{background:#fff4f2;border-left:3px solid #bc594f;margin:12px 0;padding:10px 13px}.empty-state{text-align:center;padding:42px 20px}.empty-state p{color:var(--muted)}@media (max-width:640px){.editor-status{display:block}.lightbox{padding:55px 10px 45px}.lightbox-prev{left:5px}.lightbox-next{right:5px}.reply-upload{flex-direction:column;align-items:flex-start}}.header-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:28px;min-height:68px;display:grid}.primary-nav{align-items:center;gap:22px;display:flex}.primary-nav a{color:#32445a;font-weight:600;text-decoration:none}.primary-nav a:hover{color:var(--blue)}.nav-create{color:var(--blue)!important}.header-account,.auth-links{align-items:center;gap:12px;display:flex}.notification-link{font-size:18px;text-decoration:none;position:relative}.notification-link b{color:#fff;background:#d94747;border-radius:999px;place-items:center;min-width:18px;height:18px;font-size:10px;display:grid;position:absolute;top:-8px;right:-9px}.profile-menu{position:relative}.profile-menu-trigger{border:1px solid var(--line);color:#23374d;background:#fff;border-radius:10px;align-items:center;gap:8px;padding:7px 10px;font-weight:700;display:flex}.profile-menu-avatar{background:var(--blue-soft);width:28px;height:28px;color:var(--blue);border-radius:50%;place-items:center;display:grid}.profile-menu-popover{z-index:50;border:1px solid var(--line);background:#fff;border-radius:12px;width:235px;padding:8px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 45px #1b2c4529}.profile-menu-popover a,.profile-menu-popover button{text-align:left;color:#26394e;width:100%;font:inherit;background:0 0;border:0;border-radius:8px;padding:10px 12px;text-decoration:none;display:block}.profile-menu-popover a:hover,.profile-menu-popover button:hover{color:var(--blue);background:#f3f7fb}.home-hero{background-position:50%;background-size:cover;border-radius:18px;flex-direction:column;justify-content:center;min-height:300px;margin-top:24px;padding:48px;display:flex}.home-hero h1{max-width:680px;font-size:clamp(34px,5vw,62px);line-height:1.04}.home-hero p{max-width:690px;font-size:18px}.admin-narrow{max-width:850px;margin-inline:auto}.success-banner{color:#245b39;background:#eef9f2;border:1px solid #8bc7a3;border-radius:10px;margin:16px 0;padding:14px 18px}.quote-author-strip{margin:26px 0}.author-chips{flex-wrap:wrap;gap:9px;display:flex}.author-chips a{border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;text-decoration:none;display:inline-flex}.author-chips small{background:#eef3f8;border-radius:999px;padding:1px 7px}.author-quote-hero{padding:32px 0}.author-quote-hero h1{margin-bottom:8px;font-size:42px}.quote-comment{border-left:2px solid #dbe5ef;margin:10px 0;padding:14px 0 4px 18px}.quote-comment.depth-1,.quote-comment.depth-2,.quote-comment.depth-3{margin-left:22px}.comment-author-line{justify-content:space-between;gap:12px;margin-bottom:8px;display:flex}.comment-author-line time{color:var(--muted);font-size:13px}.reply-box{margin-top:10px}.reply-box summary{cursor:pointer;color:var(--blue);font-weight:600}.reply-box form{margin-top:10px}.moderation-list{gap:14px;display:grid}.moderation-list blockquote{margin:8px 0 18px;font-size:22px;line-height:1.5}@media (max-width:860px){.header-inner{grid-template-columns:auto 1fr}.primary-nav{order:3;grid-column:1/-1;padding-bottom:10px;overflow-x:auto}.header-account{justify-self:end}.home-hero{min-height:260px;padding:28px}.quote-comment.depth-1,.quote-comment.depth-2,.quote-comment.depth-3{margin-left:10px}}@media (max-width:560px){.header-inner{gap:12px}.brand{font-size:22px}.profile-menu-trigger>span:nth-child(2){display:none}.primary-nav{gap:16px}.home-hero{border-radius:0;margin-inline:-12px;padding:24px 18px}.home-hero h1{font-size:36px}.quote-comment{padding-left:12px}.comment-author-line{display:block}.quote-grid{grid-template-columns:1fr!important}}.compact-hero{min-height:auto;margin-top:24px;padding:32px}.compact-hero h1{font-size:clamp(30px,5vw,48px)}.quote-authors-directory{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:12px;margin:22px 0 36px;display:grid}.quote-authors-directory a{border:1px solid var(--line);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;text-decoration:none;display:flex}.quote-authors-directory a:hover{border-color:#91add0;box-shadow:0 8px 22px #223f6314}.quote-authors-directory span{color:var(--muted);white-space:nowrap;font-size:13px}.footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.footer nav{flex-wrap:wrap;gap:18px;display:flex}.footer a{color:var(--muted);text-decoration:none}.footer a:hover{color:var(--blue)}.profile-menu-popover{transform-origin:100% 0;animation:.14s ease-out profileMenuIn}@keyframes profileMenuIn{0%{opacity:0;transform:translateY(-5px)scale(.985)}to{opacity:1;transform:none}}@media (max-width:620px){.quote-authors-directory{grid-template-columns:1fr}.footer{flex-direction:column;align-items:flex-start}.footer nav{gap:12px}}:root{--bg:#f4f7fb;--paper:#fff;--text:#101828;--muted:#667085;--line:#d9e2ee;--blue:#1557b0;--blue-strong:#0c4393;--blue-soft:#eef5ff;--shadow-sm:0 8px 24px #1e375812;--shadow-md:0 18px 55px #1e37581c}body{background:linear-gradient(180deg, #f8fafc 0, var(--bg) 360px);-webkit-font-smoothing:antialiased;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.shell{width:min(1180px,100% - 32px)}.site-header{z-index:60;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;position:sticky;top:0;box-shadow:0 1px #1018280f}.header-inner{justify-content:space-between;align-items:center;gap:24px;min-height:74px;display:flex}.header-brand-group{align-items:center;gap:26px;min-width:0;display:flex}.brand{color:#08162e;letter-spacing:.11em;font-size:27px;line-height:1}.brand:hover{color:var(--blue);text-decoration:none}.brand-divider{background:var(--line);flex:none;width:1px;height:34px}.main-nav{align-items:stretch;gap:6px;min-height:74px;display:flex}.main-nav a{color:#344054;white-space:nowrap;place-items:center;padding:0 14px;font-weight:650;text-decoration:none;display:grid;position:relative}.main-nav a:after{content:"";background:var(--blue);border-radius:3px 3px 0 0;height:3px;transition:transform .18s;position:absolute;bottom:0;left:14px;right:14px;transform:scaleX(0)}.main-nav a:hover:after,.main-nav a.active:after{transform:scaleX(1)}.header-account{gap:10px}.nav-create{border-radius:9px;padding:10px 12px;font-weight:700;text-decoration:none;color:#243b59!important}.nav-create:hover{background:var(--blue-soft);text-decoration:none;color:var(--blue)!important}.notification-link{color:#344054;border-radius:50%;place-items:center;width:42px;height:42px;font-size:18px;display:grid}.notification-link:hover{background:var(--blue-soft);text-decoration:none}.profile-menu-trigger{border-color:#cbd8e8;border-radius:11px;min-height:46px;padding:7px 12px 7px 8px;transition:box-shadow .18s,border-color .18s,transform .18s}.profile-menu-trigger:hover{border-color:#8bb2e6;transform:translateY(-1px);box-shadow:0 7px 18px #1557b01a}.profile-menu-avatar{width:31px;height:31px}.profile-menu-popover{width:260px;box-shadow:var(--shadow-md);border-radius:14px;padding:9px}.profile-menu-popover a,.profile-menu-popover button{padding:11px 13px}.profile-menu-popover form{border-top:1px solid var(--line);margin-top:6px;padding-top:6px}.profile-menu-popover form button{color:#c43232}.home-hero{isolation:isolate;min-height:430px;box-shadow:var(--shadow-sm);background-color:#f8fbff;background-position:50%;background-size:cover;border:1px solid #cfdeee;border-radius:20px;align-items:center;padding:48px 50px;display:flex;position:relative;overflow:hidden}.hero-content{z-index:3;width:min(720px,68%);position:relative}.hero-eyebrow{color:var(--blue);letter-spacing:.08em;margin-bottom:14px;font-size:13px;font-weight:850;display:inline-block}.home-hero h1{letter-spacing:-.035em;color:#101828;max-width:690px;margin:0 0 14px;font-size:clamp(42px,5.4vw,66px);line-height:1.02}.home-hero p{color:#52647d;max-width:660px;font-size:18px;line-height:1.6}.forum-search{gap:10px;margin-top:25px}.forum-search input{border-color:#c9d7e8;border-radius:9px;min-height:54px;padding-inline:16px;box-shadow:0 1px 2px #10182808}.forum-search input:focus{border-color:var(--blue);outline:3px solid #1557b01f}.btn{border-radius:8px;padding:11px 15px;transition:transform .16s,box-shadow .16s,background .16s}.btn:hover{text-decoration:none;transform:translateY(-1px);box-shadow:0 7px 16px #1557b01f}.btn-primary{background:linear-gradient(#2268c0,#1557b0);border-color:#1557b0}.forum-search .btn{min-width:92px}.hero-actions{margin-top:17px}.hero-stats{color:#66758a;flex-wrap:wrap;gap:0;margin-top:28px;font-size:13px;display:flex}.hero-stats span{border-left:1px solid #cad7e7;padding:0 16px}.hero-stats span:first-child{border-left:0;padding-left:0}.hero-stats strong{color:#183a67;margin-right:4px;font-size:15px}.hero-landscape{z-index:1;pointer-events:none;height:78%;position:absolute;inset:auto 0 0 43%}.hero-landscape:before,.hero-landscape:after,.hero-landscape span,.hero-landscape i,.hero-landscape b{content:"";clip-path:polygon(50% 0,100% 100%,0 100%);display:block;position:absolute;bottom:-1px}.hero-landscape:before{background:#dce9f8;width:440px;height:300px;right:4%}.hero-landscape:after{background:#91a9c6;width:330px;height:220px;right:-2%}.hero-landscape span{background:#c8daef;width:360px;height:250px;left:0}.hero-landscape i{background:#718ba9;width:290px;height:185px;left:16%}.hero-landscape b{background:#617b99;width:260px;height:170px;right:20%}.topic-sort{border-bottom:1px solid var(--line);gap:4px;margin:20px 0 0}.topic-sort a{border:0;border-radius:9px 9px 0 0;padding:12px 17px}.topic-sort a.active{border:1px solid var(--line);border-bottom-color:var(--paper);background:var(--paper);margin-bottom:-1px}.home-grid{grid-template-columns:minmax(0,1fr) 355px;align-items:start;gap:20px}.topic-feed{border:1px solid var(--line);background:var(--paper);box-shadow:var(--shadow-sm);border-radius:14px;overflow:hidden}.topic-card{background:#fff;border-bottom:1px solid #e6edf5;grid-template-columns:50px minmax(0,1fr) auto;gap:16px;padding:21px 22px;transition:background .16s,transform .16s;display:grid;position:relative}.topic-card:last-child{border-bottom:0}.topic-card-icon{background:var(--blue-soft);width:46px;height:46px;color:var(--blue);border:1px solid #dfebfa;border-radius:11px;place-items:center;font-size:21px;display:grid}.topic-card-kicker{color:#718096;flex-wrap:wrap;gap:7px;font-size:13px;display:flex}.topic-card h2{letter-spacing:-.015em;margin:4px 0 5px;font-size:23px;line-height:1.25}.topic-card h2 a:hover{color:#0d3f84;text-decoration:none}.topic-card-excerpt{color:#5f6f84;margin:0 0 8px;font-size:14px;line-height:1.45}.topic-card-meta{color:#758398;flex-wrap:wrap;gap:12px;font-size:13px;display:flex}.topic-card-meta .topic-author{color:#245da5;font-weight:650}.topic-card-time{color:#758398;white-space:nowrap;align-self:center;font-size:12px}.categories-panel{box-shadow:var(--shadow-sm);border-radius:14px;padding:19px 20px}.panel-heading{justify-content:space-between;align-items:baseline;gap:15px;margin-bottom:8px;display:flex}.panel-heading h3{margin:0;font-size:22px}.panel-heading a{font-size:13px}.category-link{grid-template-columns:38px minmax(0,1fr) auto;align-items:start;gap:11px;padding:14px 3px;display:grid}.category-link:hover{background:0 0;transform:translate(2px)}.category-icon{background:var(--blue-soft);width:34px;height:34px;color:var(--blue);border:1px solid #dfebfa;border-radius:9px;place-items:center;font-size:17px;display:grid}.category-copy{min-width:0}.category-link strong{color:#16263d;line-height:1.25}.category-link small{color:#6c7d92;font-size:12px}.category-link b{color:#53657b;background:#f1f5fa;border-radius:8px;place-items:center;min-width:26px;height:26px;display:grid}.site-footer{border-top:1px solid var(--line);background:#ffffffb8;margin-top:45px}.footer-inner{min-height:100px;color:var(--muted);justify-content:space-between;align-items:center;gap:24px;display:flex}.footer-inner>div{flex-direction:column;display:flex}.footer-inner strong{color:#10213a;letter-spacing:.08em}.footer-author-note{color:#8a97a8;margin-top:7px;font-size:12px;line-height:1.4}.footer-inner nav{gap:24px}.footer-inner nav a{color:#65758a}@media (max-width:980px){.header-inner{align-items:flex-start;min-height:auto;padding:12px 0}.header-brand-group{flex-wrap:wrap;flex:1;gap:12px 18px}.brand-divider{display:none}.main-nav{order:3;width:100%;min-height:42px;overflow-x:auto}.main-nav a{min-height:42px;padding:0 10px}.nav-create{display:none}.home-grid{grid-template-columns:1fr}.hero-content{width:78%}.categories-panel{order:2}}@media (max-width:700px){.shell{width:min(100% - 20px,1180px)}.site-header{position:static}.header-inner{gap:10px}.brand{font-size:23px}.header-account{margin-left:auto}.notification-link{display:none}.home-hero{border-radius:14px;min-height:auto;margin-top:8px;padding:30px 22px 32px}.hero-content{width:100%}.home-hero h1{font-size:40px}.home-hero p{font-size:16px}.hero-landscape{opacity:.18;inset:auto -30% 0 20%}.forum-search{flex-direction:column}.forum-search .btn{width:100%}.hero-stats{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.hero-stats span{border-top:1px solid #d7e2ee;border-left:0;padding:8px 0}.topic-card{grid-template-columns:42px minmax(0,1fr);gap:12px;padding:17px 15px}.topic-card-icon{width:40px;height:40px}.topic-card-time{grid-column:2;justify-self:start}.topic-card h2{font-size:20px}.topic-card-excerpt{display:none}.categories-panel{padding:16px}.footer-inner{flex-direction:column;align-items:flex-start;padding-block:25px}.footer-inner nav{flex-wrap:wrap;gap:12px 20px}}@media (min-width:981px){.shell{width:min(1180px,100% - 38px)}main.shell{padding-top:20px}.home-hero{border-radius:16px;min-height:292px;padding:34px 38px}.hero-content{width:min(680px,66%)}.hero-eyebrow{margin-bottom:9px;font-size:12px}.home-hero h1{max-width:620px;margin-bottom:10px;font-size:clamp(36px,4vw,46px);line-height:1.06}.home-hero p{max-width:620px;font-size:16px;line-height:1.5}.forum-search{margin-top:18px}.forum-search input{min-height:48px}.hero-actions{margin-top:14px}.hero-stats{margin-top:17px}.hero-landscape{height:72%;inset:auto 0 0 47%}.hero-landscape:before{width:370px;height:245px}.hero-landscape:after{width:285px;height:185px}.hero-landscape span{width:315px;height:205px}.hero-landscape i{width:250px;height:150px}.hero-landscape b{width:220px;height:140px}.topic-sort{margin-top:14px}.home-grid{grid-template-columns:minmax(0,1fr) 340px;gap:18px}.topic-card{padding:17px 19px}.topic-card h2{font-size:21px}.categories-panel{padding:17px 18px}.category-link{padding:12px 2px}}.categories-panel .panel-heading a{white-space:nowrap;font-weight:700}.categories-page{max-width:1040px;margin-inline:auto}.category-directory-hero{padding:30px 34px}.category-directory-hero h1{font-size:42px}.category-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.category-directory-card{border:1px solid var(--line);background:var(--paper);color:var(--text);box-shadow:var(--shadow-sm);border-radius:13px;grid-template-columns:40px minmax(0,1fr) auto;align-items:start;gap:13px;padding:18px;display:grid}.category-directory-card:hover{border-color:#abc5e4;text-decoration:none;transform:translateY(-1px)}.category-directory-card strong,.category-directory-card small,.category-directory-card em{display:block}.category-directory-card strong{color:#16263d;font-size:17px}.category-directory-card small{margin-top:3px;line-height:1.4}.category-directory-card em{color:#66758a;margin-top:10px;font-size:12px;font-style:normal}.category-directory-card b{color:#53657b;background:#f1f5fa;border-radius:8px;place-items:center;min-width:28px;height:28px;display:grid}@media (max-width:700px){.category-directory-grid{grid-template-columns:1fr}.category-directory-hero h1{font-size:34px}}.home-hero{background:#fff;grid-template-columns:minmax(0,57%) minmax(360px,43%);align-items:stretch;min-height:360px;padding:0;display:grid}.home-hero .hero-content{align-self:center;width:auto;padding:38px 22px 34px 38px}.home-hero .hero-visual{background-position:50%;background-size:cover;border-radius:0 16px 16px 0;min-height:100%;position:relative}.home-hero .hero-visual:before{content:"";pointer-events:none;background:linear-gradient(90deg,#fff 0%,#ffffffed 24%,#fff0 100%);width:34%;position:absolute;inset:0 auto 0 0}.home-hero h1{max-width:590px;font-size:clamp(38px,4vw,50px)}.home-hero p{max-width:590px}.home-hero .forum-search{width:min(610px,100%)}.home-hero .hero-stats{margin-top:18px}.topic-card-icon{background:linear-gradient(145deg,#e8f1fc,#f7fbff);border-radius:50%;overflow:hidden}.topic-card-icon img{object-fit:cover;width:100%;height:100%}.topic-card-icon span{font-size:17px;font-weight:800}.topic-card{min-height:118px}.topic-card:hover{background:#fbfdff}.topic-card-time{opacity:.8}.home-recipes{margin-top:28px;padding-top:4px}.home-recipes-heading{align-items:end;margin-bottom:14px}.home-recipes-heading h2{letter-spacing:-.02em;margin:2px 0 4px;font-size:27px}.home-recipes-heading p{margin:0}.home-recipe-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.home-recipe-card{min-height:116px;color:var(--text);background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:14px;grid-template-columns:128px minmax(0,1fr);transition:transform .17s,box-shadow .17s,border-color .17s;display:grid;overflow:hidden}.home-recipe-card:hover{border-color:#bfd3ea;text-decoration:none;transform:translateY(-2px);box-shadow:0 12px 28px #16375c1a}.home-recipe-card img{object-fit:cover;width:128px;height:100%;min-height:116px}.home-recipe-card>span{flex-direction:column;padding:14px;display:flex}.home-recipe-card small{color:var(--blue);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:750}.home-recipe-card strong{margin-top:4px;line-height:1.25}.home-recipe-card em{color:var(--muted);margin-top:auto;font-size:12px;font-style:normal}.recipes-page,.recipe-detail{max-width:1120px;margin-inline:auto}.recipes-hero{box-shadow:var(--shadow-sm);background:radial-gradient(circle at 88% 10%,#2f74c717,#0000 30%),linear-gradient(145deg,#fff,#f7fbff);border:1px solid #d7e3f0;border-radius:18px;padding:38px}.recipes-hero h1{letter-spacing:-.035em;margin:0 0 8px;font-size:clamp(36px,5vw,54px);line-height:1.06}.recipes-hero p{max-width:720px;color:var(--muted);font-size:17px}.recipe-category-chips{flex-wrap:wrap;gap:8px;padding:18px 0;display:flex}.recipe-category-chips span{border:1px solid var(--line);color:#53657b;background:#fff;border-radius:999px;padding:7px 11px;font-size:13px}.recipe-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.recipe-card{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;transition:transform .18s,box-shadow .18s;overflow:hidden}.recipe-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px #1435591c}.recipe-card-image{aspect-ratio:16/10;display:block;overflow:hidden}.recipe-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.recipe-card:hover .recipe-card-image img{transform:scale(1.025)}.recipe-card-body{padding:16px 17px 18px}.recipe-card-kicker{color:var(--blue);font-size:12px;font-weight:750}.recipe-card h2{margin:4px 0 7px;font-size:21px;line-height:1.25}.recipe-card h2 a{color:#16263d}.recipe-card h2 a:hover{color:var(--blue);text-decoration:none}.recipe-card p{color:var(--muted);margin:0 0 14px;font-size:14px}.recipe-meta{color:#65758a;flex-wrap:wrap;gap:14px;font-size:13px;display:flex}.recipe-breadcrumbs{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;font-size:13px;display:flex}.recipe-detail-header{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(360px,45%);display:grid;overflow:hidden}.recipe-detail-header>div{align-self:center;padding:38px}.recipe-detail-header h1{letter-spacing:-.035em;margin:0 0 10px;font-size:clamp(36px,5vw,54px);line-height:1.05}.recipe-detail-header p{color:var(--muted);margin:0;font-size:16px}.recipe-detail-header>img{object-fit:cover;width:100%;height:100%;min-height:360px}.recipe-meta-large{gap:24px;margin-top:24px}.recipe-meta-large span{flex-direction:column;display:flex}.recipe-meta-large strong{color:#183a67;font-size:20px}.recipe-meta-large small{font-size:11px}.recipe-detail-grid{grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);gap:18px;margin-top:18px;display:grid}.recipe-section,.recipe-tips{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:15px;padding:24px}.recipe-section h2,.recipe-tips h2{margin:0 0 16px}.ingredient-list{margin:0;padding:0;list-style:none}.ingredient-list li{border-bottom:1px solid #edf1f6;padding:9px 0 9px 23px;position:relative}.ingredient-list li:before{content:"✓";color:var(--blue);font-weight:800;position:absolute;left:0}.recipe-method ol{margin:0;padding:0;list-style:none}.recipe-method li{border-bottom:1px solid #edf1f6;grid-template-columns:38px minmax(0,1fr);gap:12px;padding:13px 0;display:grid}.recipe-method li>span{background:var(--blue-soft);width:34px;height:34px;color:var(--blue);border-radius:50%;place-items:center;font-weight:800;display:grid}.recipe-method li p{margin:4px 0 0}.recipe-tips{background:#f7fbff;margin-top:18px}.recipe-tips ul{margin-bottom:0}.recipe-back{margin-top:18px}.publish-upload-hint{color:#66758a;align-self:center}@media (max-width:980px){.home-hero{grid-template-columns:1fr;min-height:auto}.home-hero .hero-content{padding:32px 28px 22px}.home-hero .hero-visual{background-position:50% 52%;border-radius:0 0 16px 16px;min-height:250px}.home-hero .hero-visual:before{background:linear-gradient(#fff 0%,#fff0 100%);width:auto;height:38%;inset:0 0 auto}.home-recipe-grid{grid-template-columns:1fr}.home-recipe-card{grid-template-columns:145px minmax(0,1fr)}.home-recipe-card img{width:145px}.recipe-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.recipe-detail-header{grid-template-columns:1fr}.recipe-detail-header>img{min-height:280px;max-height:420px}}@media (max-width:640px){.home-hero .hero-content{padding:24px 18px 18px}.home-hero .hero-visual{min-height:205px}.home-hero h1{font-size:36px}.home-hero .hero-stats{grid-template-columns:repeat(2,1fr)}.home-recipe-card{grid-template-columns:112px minmax(0,1fr)}.home-recipe-card img{width:112px}.recipe-grid{grid-template-columns:1fr}.recipes-hero,.recipe-detail-header>div{padding:26px 20px}.recipe-detail-header>img{min-height:220px}.recipe-detail-grid{grid-template-columns:1fr}.recipe-section,.recipe-tips{padding:19px}}.recipes-community-hero{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.recipes-community-hero .actions{margin-top:20px}.recipe-category-chips a{border:1px solid var(--line);color:#53657b;background:#fff;border-radius:999px;padding:7px 12px;font-size:13px}.recipe-category-chips a:hover,.recipe-category-chips a.active{color:var(--blue);background:#f4f9ff;border-color:#9fc2eb;text-decoration:none}.recipe-card.community{flex-direction:column;display:flex}.recipe-image-placeholder,.recipe-detail-placeholder{background:linear-gradient(145deg,#eef5fc,#f9fbfe);place-items:center;width:100%;height:100%;min-height:220px;font-size:64px;display:grid}.recipe-author-mini{color:#274b78;align-items:center;gap:8px;margin:12px 0 10px;font-size:13px;display:flex}.recipe-author-mini:hover,.recipe-author-large:hover{text-decoration:none}.recipe-author-mini img,.recipe-author-mini span{object-fit:cover;width:28px;height:28px;color:var(--blue);background:#eaf3ff;border-radius:50%;place-items:center;font-weight:800;display:grid}.recipe-social-meta{color:#68798f;border-top:1px solid #edf1f6;flex-wrap:wrap;gap:12px;padding-top:11px;font-size:12px;display:flex}.recipe-author-large{color:#173b68;align-items:center;gap:11px;margin-top:22px;display:inline-flex}.recipe-author-large img,.recipe-author-large>span{object-fit:cover;width:44px;height:44px;color:var(--blue);background:#eaf3ff;border-radius:50%;place-items:center;font-size:18px;font-weight:850;display:grid}.recipe-author-large div{flex-direction:column;gap:2px;display:flex}.recipe-author-large small{color:var(--muted)}.recipe-community-actions{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;flex-wrap:wrap;align-items:center;gap:9px;margin:18px 0;padding:12px;display:flex}.recipe-community-actions form{margin:0}.recipe-community-actions button{color:#38516f;cursor:pointer;background:#fff;border:1px solid #cdd8e6;border-radius:9px;min-height:38px;padding:0 13px;font-weight:700}.recipe-community-actions button.active,.recipe-community-actions button:hover{color:var(--blue);background:#eef6ff;border-color:#9fc2eb}.recipe-stars{gap:1px;margin-left:auto;display:flex}.recipe-stars button{color:#c4ccd7;background:0 0;border:0;min-height:auto;padding:0 4px;font-size:22px}.recipe-stars button.active,.recipe-stars button:hover{color:#e9a51a;background:0 0}.recipe-step-image{object-fit:cover;border:1px solid var(--line);border-radius:12px;width:100%;max-height:520px;margin-top:13px}.cooked-gallery-section{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:15px;margin-top:18px;padding:24px}.section-heading-row h2{margin:0 0 3px}.section-heading-row p{color:var(--muted);margin:0}.cooked-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.cooked-gallery article{border:1px solid var(--line);background:#fff;border-radius:12px;overflow:hidden}.cooked-gallery img{aspect-ratio:1;object-fit:cover;width:100%}.cooked-gallery article>div{padding:10px}.cooked-gallery p{color:var(--muted);margin:5px 0 0;font-size:12px}.cooked-form{border-top:1px solid #edf1f6;margin-top:18px;padding-top:18px}.cooked-form h3{margin:0 0 3px}.cooked-form>p{color:var(--muted);margin:0 0 12px}.cooked-form textarea{width:100%;margin:10px 0}.upload-tile{min-height:170px;color:var(--blue);cursor:pointer;background:#f8fbff;border:1px dashed #aac5e3;border-radius:14px;place-items:center;font-weight:750;display:grid;overflow:hidden}.upload-tile:hover{background:#f0f7ff}.upload-tile img{object-fit:cover;width:100%;max-height:420px}.upload-tile.compact{max-width:340px;min-height:120px}.recipe-editor{max-width:900px;margin:0 auto}.recipe-editor-head h1{margin:3px 0 6px;font-size:42px;line-height:1.06}.recipe-editor-head p{color:var(--muted)}.recipe-editor>label{gap:7px;margin-top:16px;font-weight:750;display:grid}.recipe-editor input,.recipe-editor select,.recipe-editor textarea,.recipe-step-editor textarea{width:100%}.recipe-editor-grid{grid-template-columns:1.5fr repeat(3,.65fr);gap:12px;margin-top:16px;display:grid}.recipe-editor-grid label{gap:7px;font-weight:750;display:grid}.recipe-builder-section{border-top:1px solid var(--line);margin-top:24px;padding-top:22px}.builder-title{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px;display:flex}.builder-title h2{margin:0 0 3px}.builder-title p{color:var(--muted);margin:0;font-size:13px}.builder-row{grid-template-columns:1fr 38px;gap:8px;margin:8px 0;display:grid}.builder-row button{border:1px solid var(--line);cursor:pointer;color:#a43b3b;background:#fff;border-radius:8px}.recipe-step-editor{border-bottom:1px solid #edf1f6;grid-template-columns:40px 1fr;gap:12px;padding:15px 0;display:grid}.step-editor-number{background:var(--blue-soft);width:36px;height:36px;color:var(--blue);border-radius:50%;place-items:center;font-weight:850;display:grid}.step-editor-actions{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.step-editor-preview{object-fit:cover;border-radius:10px;width:min(100%,520px);max-height:330px;margin-top:10px}.recipe-publish-bar{z-index:3;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;justify-content:space-between;align-items:center;gap:16px;margin:24px -24px -24px;padding:15px 24px;display:flex;position:sticky;bottom:0}.recipe-publish-bar span{color:var(--muted);font-size:13px}.form-error{color:#a51f1f;background:#fff0f0;border-radius:9px;margin:10px 0;padding:10px 12px}@media (max-width:800px){.recipe-editor-grid{grid-template-columns:1fr 1fr}.cooked-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.recipe-stars{width:100%;margin-left:0}}@media (max-width:520px){.recipe-editor-grid{grid-template-columns:1fr}.recipe-editor-head h1{font-size:34px}.builder-title{flex-direction:column}.recipe-step-editor{grid-template-columns:32px 1fr}.step-editor-number{width:30px;height:30px}.recipe-publish-bar{flex-direction:column;align-items:stretch;margin-left:-18px;margin-right:-18px;padding:12px 18px}.cooked-gallery{grid-template-columns:1fr 1fr}}.profile-experience-card{background:linear-gradient(145deg,#f5f9ff,#fff);border:1px solid #cfe0f5;border-radius:14px;gap:2px;margin-bottom:20px;padding:16px;display:grid}.profile-experience-card span{color:var(--blue);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:850}.profile-experience-card strong{color:#102b50;font-size:34px;line-height:1}.profile-experience-card small{color:var(--muted)}.profile-stats-grid-v25{grid-template-columns:repeat(8,minmax(0,1fr))}.profile-stats-grid-v25 .stat{flex-direction:column;justify-content:center;min-height:82px;text-decoration:none;display:flex}.profile-stats-grid-v25 .stat:hover{background:#f8fbff;border-color:#9fc2eb;text-decoration:none}.profile-stats-grid-v25 .experience-stat{background:linear-gradient(145deg,#eef6ff,#fff);border-color:#bcd5f2}.profile-stats-grid-v25 .experience-stat strong{color:var(--blue);font-size:28px}.profile-section-nav{z-index:8;flex-wrap:wrap;gap:6px;margin-bottom:14px;padding:8px;display:flex;position:sticky;top:76px}.profile-section-nav a{color:#40536b;border-radius:9px;padding:9px 13px;font-weight:750;text-decoration:none}.profile-section-nav a:hover{color:var(--blue);background:#eef6ff}.profile-section-nav a.active,.profile-section-nav a[aria-current=page]{color:var(--blue);box-shadow:inset 0 -2px 0 var(--blue);background:#eaf3ff}.profile-section-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:12px;display:flex}.profile-section-heading h2{margin:0}.profile-activity-panel{margin-bottom:14px}.profile-activity-list{display:grid}.profile-activity-item{color:inherit;border-top:1px solid #edf1f6;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 0;text-decoration:none;display:grid}.profile-activity-item:first-child{border-top:0}.profile-activity-item:hover{text-decoration:none}.profile-activity-item:hover strong{color:var(--blue)}.profile-activity-icon{background:#f1f6fd;border-radius:11px;place-items:center;width:38px;height:38px;font-size:18px;display:grid}.profile-activity-item span:nth-child(2){gap:2px;min-width:0;display:grid}.profile-activity-item small{color:var(--muted)}.profile-activity-item strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-activity-item time{color:var(--muted);font-size:12px}.profile-content-grid-v25{align-items:start;margin-bottom:14px}.profile-publication-card{border-top:1px solid var(--line);grid-template-columns:82px minmax(0,1fr);gap:12px;padding:12px 0;display:grid}.profile-publication-card:first-of-type{border-top:0}.profile-publication-card img{object-fit:cover;border-radius:9px;width:82px;height:68px}.profile-publication-card h3{margin:3px 0 6px}.profile-publication-card small{color:var(--muted)}.profile-quote-card{border-top:1px solid var(--line);padding:14px 0}.profile-quote-card:first-of-type{border-top:0}.profile-quote-card blockquote{color:#172b47;margin:6px 0 9px;font-family:Georgia,serif;font-size:19px;line-height:1.45}.profile-quote-card small{color:var(--blue)}.profile-experience-breakdown{margin-bottom:14px}.experience-total{color:var(--blue);font-size:38px}.experience-breakdown-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.experience-breakdown-grid>div{background:#fbfdff;border:1px solid #dbe4ef;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-height:62px;padding:12px 14px;display:flex}.experience-breakdown-grid span{color:#445a74}.experience-breakdown-grid strong{color:#0e5bb9;font-size:18px}.profile-top-publications{margin-bottom:20px}@media (max-width:1100px){.profile-stats-grid-v25{grid-template-columns:repeat(4,minmax(0,1fr))}.experience-breakdown-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.profile-main{grid-template-columns:90px 1fr}.profile-avatar{width:86px;height:86px}.profile-identity{padding-top:52px}.profile-actions{grid-column:1/-1;padding-top:0}.profile-body{grid-template-columns:1fr}.profile-side{border-left:0;border-top:1px solid var(--line);padding:18px 0 0}.profile-stats-grid-v25{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-section-nav{flex-wrap:nowrap;position:static;overflow-x:auto}.profile-section-nav a{white-space:nowrap}.profile-content-grid-v25{grid-template-columns:1fr}.profile-activity-item{grid-template-columns:38px minmax(0,1fr)}.profile-activity-item time{grid-column:2}.experience-breakdown-grid{grid-template-columns:1fr}.profile-section-heading{display:grid}}.profile-quick-facts{flex-wrap:wrap;gap:7px;margin-top:8px;display:flex}.profile-quick-facts span{color:#53677f;background:#f3f7fc;border-radius:999px;align-items:center;gap:4px;padding:5px 8px;font-size:12px;display:inline-flex}.profile-quick-facts b{color:var(--blue)}.community-comment-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;display:flex}.community-comment-actions form{margin:0}.community-comment-actions button,.community-comment-actions summary{color:#40536b;font:inherit;cursor:pointer;background:#fff;border:1px solid #d5e0ed;border-radius:8px;padding:6px 9px;font-size:13px}.community-comment-actions button:hover,.community-comment-actions button.active{color:var(--blue);background:#eef6ff;border-color:#8db9eb}.community-comment-actions button:disabled{cursor:default;opacity:.62}.community-comment-actions .danger-link{color:#c73535;background:0 0;border-color:#0000}.community-comment-actions .danger-link:hover{color:#b52222;background:#fff2f2;border-color:#f2c7c7}.community-comment-actions .reply-box{margin:0}.community-comment-actions .reply-box[open]{width:100%;margin-top:6px}.community-comment-actions .reply-box form{gap:8px;margin-top:8px;display:grid}.community-comment-actions .reply-box textarea{width:100%}.profile-comment-v26{padding:12px 0}.profile-comment-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.profile-comment-head span{color:var(--blue);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:750}.profile-comment-head small{color:var(--muted)}@media (max-width:720px){.profile-quick-facts{margin-top:7px}.community-comment-actions{gap:6px}}.comment-like-row{align-items:center;margin-top:8px;display:flex}.comment-like-row form{margin:0}.comment-like-button,.comment-like-static{color:#6c7f96;font:inherit;box-shadow:none;background:0 0;border:0;border-radius:7px;align-items:center;gap:5px;padding:3px 5px;font-size:13px;line-height:1;display:inline-flex}.comment-like-button{cursor:pointer;transition:background .15s,color .15s,transform .15s}.comment-like-button:hover{color:var(--blue);background:#f1f6fd}.comment-like-button.active{color:var(--blue);background:#edf5ff}.comment-like-button:active{transform:scale(.96)}.comment-like-static{opacity:.62}.auth-card{max-width:560px;margin-top:42px}.auth-card>p{color:var(--muted);line-height:1.65}.auth-icon{color:#245da5;background:#eaf2fb;border-radius:14px;place-items:center;width:48px;height:48px;margin-bottom:16px;font-size:24px;font-weight:800;display:grid}.auth-card form{gap:10px;display:grid}.auth-success,.auth-error{border-radius:10px;margin:14px 0;padding:12px 14px;line-height:1.5}.auth-success{color:#245b39;background:#eef9f2;border:1px solid #a8d5b8}.auth-error{color:#8c2929;background:#fff4f4;border:1px solid #e3b7b7}.auth-links-row{justify-content:space-between;gap:16px;margin-top:22px;display:flex}.auth-password-row{text-align:right;margin-top:-2px}.auth-password-row a{font-size:14px}.email-verification-banner{color:#705816;background:#fff7df;border-top:1px solid #efd996;border-bottom:1px solid #efd996;font-size:14px}.email-verification-banner .shell{padding-top:9px;padding-bottom:9px}.email-verification-banner a{color:#245da5;font-weight:700}.community-comment-actions form{display:inline-flex}.community-comment-actions button:not(.danger-link){color:#64758a;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:4px 7px}.community-comment-actions button:not(.danger-link):hover,.community-comment-actions button.active{color:#245da5;background:#eef4fb}.community-comment-actions button:disabled{opacity:.48;cursor:default}.launch-error-page{text-align:center;max-width:680px;margin:70px auto;padding:46px}.launch-error-page>strong{color:#245da5;font-size:58px;line-height:1;display:block}.launch-error-page h1{margin:14px 0 8px}.launch-error-page p{color:var(--muted);margin-bottom:22px}.launch-error-page .actions{justify-content:center}.home-community-grid{grid-template-columns:minmax(0,1fr) 355px;align-items:stretch}.home-chat{border-radius:14px;flex-direction:column;min-height:500px;padding:0;display:flex;overflow:hidden;box-shadow:0 10px 28px #1e3a5c0d}.home-chat-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 16px 13px;display:flex}.home-chat-head h3{margin:0 0 3px}.home-chat-head span{color:var(--muted);font-size:12px}.home-chat-head i,.chat-online-pill i,.chat-online-list i{background:#38b66a;border-radius:50%;width:7px;height:7px;margin-right:5px;display:inline-block}.home-chat-head>a{white-space:nowrap;font-size:12px;font-weight:750}.home-chat-messages{flex:1;padding:5px 14px;overflow:hidden}.home-chat-message{border-bottom:1px solid #edf1f6;grid-template-columns:34px minmax(0,1fr);gap:9px;padding:9px 0;display:grid}.home-chat-message:last-child{border-bottom:0}.chat-mini-avatar,.chat-list-avatar,.chat-avatar,.chat-profile-avatar{color:var(--blue);background:#eaf2fb;border-radius:50%;flex:none;place-items:center;font-weight:850;display:grid;overflow:hidden}.chat-mini-avatar{width:34px;height:34px}.chat-mini-avatar img,.chat-mini-avatar span,.chat-list-avatar img,.chat-list-avatar span,.chat-avatar img,.chat-avatar span,.chat-profile-avatar img,.chat-profile-avatar span{object-fit:cover;place-items:center;width:100%;height:100%;display:grid}.home-chat-message-head{align-items:center;gap:8px;display:flex}.home-chat-message-head a{font-size:13px;font-weight:800}.home-chat-message-head time{color:#8a98aa;margin-left:auto;font-size:11px}.home-chat-message p{color:#34485f;overflow-wrap:anywhere;margin:2px 0 0;font-size:13px;line-height:1.38}.home-chat-message em{color:#8b98a8}.home-chat-compose{border-top:1px solid var(--line);background:#fbfdff;gap:7px;padding:10px 12px;display:flex}.home-chat-compose input{border-radius:9px;padding:9px 10px}.home-chat-compose .btn{width:42px;padding:0}.home-chat-login{border-top:1px solid var(--line);color:var(--muted);padding:12px;font-size:13px}.home-chat-online{background:#fbfdff;border-top:1px solid #edf1f6;align-items:center;gap:5px;padding:10px 12px;display:flex}.home-chat-online>a{background:#edf3fb;border:2px solid #fff;border-radius:50%;place-items:center;width:27px;height:27px;font-size:10px;font-weight:800;display:grid;overflow:hidden;box-shadow:0 0 0 1px #dbe4ef}.home-chat-online img{object-fit:cover;width:100%;height:100%}.home-chat-online .online-more{width:auto;color:var(--blue);border-radius:999px;padding:0 7px}.home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;display:grid}.home-category-grid .category-link{align-items:center;min-height:84px}.home-category-grid .category-icon{font-size:19px}.chat-page-intro{margin-bottom:16px}.chat-page-intro h1{margin:4px 0 5px;font-size:36px}.chat-page-intro p{color:var(--muted);margin:0}.community-chat-shell{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-columns:220px minmax(0,1fr) 220px;min-height:680px;display:grid;position:relative;overflow:hidden;box-shadow:0 12px 34px #1835580f}.chat-rooms-panel,.chat-online-panel{background:#fbfcfe;min-width:0}.chat-rooms-panel{border-right:1px solid var(--line)}.chat-online-panel{border-left:1px solid var(--line)}.chat-side-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:58px;padding:0 14px;display:flex}.chat-side-head>button{color:var(--blue);background:#eef5fd;border:0;border-radius:8px;width:31px;height:31px;font-size:20px}.chat-side-head>span{color:var(--muted);font-size:12px}.chat-create-room{border-bottom:1px solid var(--line);gap:7px;padding:12px;display:grid}.chat-create-room input,.chat-create-room textarea,.chat-create-room select{border-radius:8px;padding:8px;font-size:12px}.chat-create-room .btn{padding:7px 9px}.chat-create-room small{font-size:10px;line-height:1.3}.chat-room-list{padding:7px}.chat-room-list>button{text-align:left;color:#273b52;background:0 0;border:0;border-radius:9px;grid-template-columns:28px minmax(0,1fr);gap:7px;width:100%;padding:9px;display:grid}.chat-room-list>button:hover,.chat-room-list>button.active{background:#eaf3fe}.chat-room-list>button>span:first-child{color:var(--blue);place-items:center;display:grid}.chat-room-list b,.chat-room-list small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.chat-room-list b{font-size:13px}.chat-room-list small{color:#8290a1;margin-top:2px;font-size:10px}.chat-dm-title{color:#7b899a;text-transform:uppercase;letter-spacing:.07em;padding:12px 13px 5px;font-size:10px;font-weight:800}.chat-list-avatar{width:28px;height:28px}.chat-main-panel{background:#fff;flex-direction:column;min-width:0;display:flex}.chat-main-head{border-bottom:1px solid var(--line);flex:none;justify-content:space-between;align-items:center;gap:12px;height:58px;padding:0 15px;display:flex}.chat-main-head>div{grid-template-columns:auto 1fr;align-items:center;gap:0 9px;min-width:0;display:grid}.chat-main-head strong{font-size:15px}.chat-main-head small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;grid-column:2;font-size:11px;display:block;overflow:hidden}.chat-main-head>a{font-size:12px}.chat-back{color:var(--blue);background:0 0;border:0;grid-row:1/3;font-size:20px}.chat-online-pill{color:#5f7186;white-space:nowrap;font-size:11px}.chat-message-stream{scrollbar-width:thin;flex:1;min-height:0;padding:7px 14px 12px;overflow-y:auto}.load-older{color:var(--blue);background:#f0f6fd;border:0;border-radius:999px;margin:6px auto 10px;padding:6px 12px;font-size:11px;display:block}.chat-message{border-bottom:1px solid #f0f2f5;grid-template-columns:34px minmax(0,1fr);gap:9px;padding:9px 0;display:grid}.chat-avatar{border:0;width:34px;height:34px;padding:0}.chat-message-meta{align-items:center;gap:7px;min-width:0;display:flex}.chat-message-meta>button{color:#173e70;background:0 0;border:0;padding:0;font-size:13px;font-weight:800}.chat-message-meta>span{color:#8995a4;text-overflow:ellipsis;font-size:10px;overflow:hidden}.chat-message-meta time{color:#8995a4;white-space:nowrap;margin-left:auto;font-size:10px}.chat-message-body>p{color:#2b3c50;white-space:pre-wrap;overflow-wrap:anywhere;margin:2px 0 5px;font-size:13px;line-height:1.45}.chat-message-body em{color:#8995a4}.chat-message-actions{align-items:center;gap:4px;min-height:24px;display:flex}.chat-message-actions button{color:#6d7f93;background:0 0;border:0;border-radius:7px;padding:3px 6px;font-size:11px}.chat-message-actions button:hover,.chat-message-actions button.active{color:var(--blue);background:#edf5ff}.chat-message-actions .reaction-add{filter:grayscale(.3);padding:3px 4px}.chat-message-actions .chat-delete{color:#b55151;opacity:.7;margin-left:auto}.chat-compose{border-top:1px solid var(--line);background:#fbfdff;grid-template-columns:auto minmax(0,1fr) 44px;align-items:end;gap:7px;padding:10px 12px;display:grid}.chat-compose textarea{resize:none;border-radius:10px;min-height:45px;max-height:110px;padding:10px}.chat-compose .btn{height:45px;padding:0}.emoji-button{background:#f0f5fb;border:0;border-radius:9px;width:34px;height:34px;margin-bottom:5px;font-size:17px}.chat-login-note{border-top:1px solid var(--line);color:var(--muted);padding:14px;font-size:13px}.chat-error{color:#9a3131;background:#fff1f1;border-bottom:1px solid #f1caca;padding:8px 12px;font-size:12px}.chat-online-list{max-height:300px;padding:7px;overflow:auto}.chat-online-list>button{text-align:left;background:0 0;border:0;border-radius:9px;grid-template-columns:30px minmax(0,1fr) 8px;align-items:center;gap:7px;width:100%;padding:7px;display:grid}.chat-online-list>button:hover{background:#eef5fd}.chat-online-list b,.chat-online-list small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.chat-online-list b{font-size:12px}.chat-online-list small{color:#8491a2;font-size:10px}.chat-members-block{border-top:1px solid var(--line);padding:0 7px 8px}.chat-member-row{justify-content:space-between;align-items:center;gap:4px;padding:6px;display:flex}.chat-member-row>button{text-align:left;color:#28415e;background:0 0;border:0;min-width:0;font-size:11px;font-weight:700}.chat-member-row>button small{color:#8b97a5;font-weight:400;display:block}.chat-member-row>span{display:flex}.chat-member-row>span button{color:#718196;background:0 0;border:0;padding:2px 3px}.chat-invite{border-top:1px solid var(--line);gap:6px;padding:10px;display:grid}.chat-invite input{padding:7px;font-size:11px}.chat-invite .btn{padding:6px;font-size:11px}.chat-user-popover{z-index:10;border:1px solid var(--line);background:#fff;border-radius:13px;gap:8px;width:240px;padding:14px;display:grid;position:absolute;top:70px;right:230px;box-shadow:0 18px 45px #162f4e2e}.popover-close{color:#77869a;background:0 0;border:0;font-size:20px;position:absolute;top:6px;right:8px}.chat-user-profile{align-items:center;gap:10px;margin-bottom:4px;padding-right:20px;display:flex}.chat-profile-avatar{width:46px;height:46px}.chat-user-profile div{display:grid}.chat-user-profile small{color:var(--muted)}.chat-user-popover .btn{text-align:center}.dm-stream{flex-direction:column;gap:7px;padding:14px;display:flex}.dm-message{background:#f1f4f8;border-radius:12px 12px 12px 3px;align-self:flex-start;max-width:76%;padding:8px 10px}.dm-message.mine{background:#e7f1ff;border-radius:12px 12px 3px;align-self:flex-end}.dm-message b{color:#4e6785;font-size:10px;display:block}.dm-message p{white-space:pre-wrap;margin:2px 0;font-size:13px}.dm-message time{text-align:right;color:#8995a4;font-size:9px;display:block}@media (max-width:1050px){.home-community-grid{grid-template-columns:minmax(0,1fr) 315px}.community-chat-shell{grid-template-columns:190px minmax(0,1fr)}.chat-online-panel{display:none}.chat-user-popover{right:18px}.home-category-grid{grid-template-columns:1fr}}@media (max-width:760px){.home-community-grid{grid-template-columns:1fr}.home-chat{min-height:420px}.home-category-grid{grid-template-columns:1fr}.community-chat-shell{border-radius:12px;grid-template-columns:1fr;min-height:72vh}.chat-rooms-panel{border-right:0;border-bottom:1px solid var(--line);padding:5px;display:flex;overflow-x:auto}.chat-rooms-panel .chat-side-head,.chat-create-room,.chat-dm-title,.dm-list{display:none}.chat-room-list{gap:4px;padding:0;display:flex}.chat-room-list>button{width:auto;min-width:130px}.chat-room-list>button>span:first-child{display:none}.chat-main-head{height:54px}.chat-message-stream{padding-inline:10px}.chat-user-popover{width:auto;top:75px;left:10px;right:10px}.chat-compose{grid-template-columns:32px minmax(0,1fr) 42px;padding:8px}.chat-page-intro h1{font-size:30px}}.chat-head-actions{align-items:center;gap:10px;min-width:0;margin-left:auto;display:flex}.chat-head-actions>a:not(.chat-close){white-space:nowrap;font-size:12px}.chat-close{background:#fff;border:1px solid #d7e1ed;border-radius:9px;place-items:center;width:34px;height:34px;font-size:23px;line-height:1;transition:all .15s;display:grid;color:#66758a!important;text-decoration:none!important}.chat-close:hover{box-shadow:none;background:#f3f7fb;border-color:#a9c3e3;transform:none;color:#1b5eb7!important}.chat-compose-wrap{flex:none;position:relative}.chat-emoji-picker{z-index:30;background:#fff;border:1px solid #d7e1ed;border-radius:14px;width:min(410px,100vw - 48px);max-height:330px;position:absolute;bottom:74px;left:12px;overflow:hidden;box-shadow:0 18px 48px #1731522e}.chat-emoji-picker-head{color:#263c55;border-bottom:1px solid #e6ebf1;justify-content:space-between;align-items:center;height:44px;padding:0 12px;display:flex}.chat-emoji-picker-head strong{font-size:13px}.chat-emoji-picker-head button{color:#77869a;background:0 0;border:0;border-radius:8px;width:32px;height:32px;font-size:22px}.chat-emoji-picker-head button:hover{color:#244d7a;background:#f1f5fa}.chat-emoji-grid{overscroll-behavior:contain;scrollbar-width:thin;grid-template-columns:repeat(10,minmax(0,1fr));gap:2px;max-height:278px;padding:9px;display:grid;overflow:hidden auto}.chat-emoji-grid button{aspect-ratio:1;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:100%;min-width:0;max-width:100%;font-size:20px;line-height:1;display:grid;overflow:hidden}.chat-emoji-grid button:hover{background:#edf5ff;transform:scale(1.08)}.emoji-button.active{background:#dfeeff;box-shadow:inset 0 0 0 1px #a9c9ef}.home-chat-compose{border-bottom-right-radius:14px;border-bottom-left-radius:14px}@media (max-width:700px){.chat-emoji-picker{width:calc(100vw - 34px);max-height:300px;bottom:70px;left:8px}.chat-emoji-grid{grid-template-columns:repeat(8,minmax(0,1fr));max-height:248px}.chat-head-actions{gap:6px}.chat-online-pill{display:none}.chat-close{width:32px;height:32px}}.comment .image-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-width:620px;margin-top:12px}.comment .image-gallery.count-1{grid-template-columns:minmax(0,560px)}.comment .gallery-item{border-radius:4px;min-height:150px;max-height:240px}.comment .gallery-item img{object-fit:cover;height:220px;min-height:150px;max-height:240px}.comment .image-gallery.count-1 .gallery-item{min-height:0;max-height:390px}.comment .image-gallery.count-1 .gallery-item img{object-fit:contain;background:#f4f5f7;width:100%;height:auto;min-height:0;max-height:390px}@media (max-width:640px){.comment .image-gallery,.comment .image-gallery.count-1{grid-template-columns:1fr;max-width:100%}.comment .gallery-item,.comment .gallery-item img{object-fit:contain;height:auto;min-height:0;max-height:320px}}.auth-debug{color:#24415f;background:#f0f6ff;border:1px solid #b9d2f1;border-radius:10px;margin:14px 0;padding:12px 14px;line-height:1.5}.auth-debug a{font-weight:700}.community-chat-shell{height:clamp(560px,100vh - 230px,720px);min-height:0;max-height:720px}.chat-main-panel{height:100%;min-height:0;overflow:hidden}.chat-rooms-panel,.chat-online-panel{overscroll-behavior:contain;height:100%;min-height:0;overflow-y:auto}.chat-message-stream{overscroll-behavior:contain;scrollbar-gutter:stable;min-height:0;overflow-y:auto}.chat-compose-wrap,.chat-compose,.chat-login-note{flex:none}@media (max-width:760px){.community-chat-shell{height:calc(100dvh - 165px);min-height:520px;max-height:760px}}.home-chat{align-self:start;height:500px;min-height:0;max-height:500px}.home-chat-messages{overscroll-behavior:contain;scrollbar-gutter:stable;min-height:0;overflow-y:auto}.home-chat-message.optimistic,.chat-message.optimistic,.dm-message.optimistic{opacity:1}.home-chat-error{color:#a13e3e;background:#fff4f4;border-bottom:1px solid #f0d0d0;padding:7px 12px;font-size:11px}@media (max-width:760px){.home-chat{height:420px;min-height:0;max-height:420px}}.community-chat-shell,.home-chat{-webkit-font-smoothing:antialiased;font-family:Roboto,Segoe UI,Arial,sans-serif;font-size:14px;font-weight:500}.chat-message-body>p,.dm-message p{font-size:14px;font-weight:500;line-height:1.5}.chat-message-meta>button,.chat-room-list b,.dm-message b{font-weight:700}.chat-message-meta>button{font-size:13.5px}.chat-message-meta>span,.chat-message-meta time{font-size:10.5px}.chat-room-list{gap:3px;display:grid}.chat-list-row{border-radius:9px;grid-template-columns:minmax(0,1fr) 28px;align-items:center;transition:all .12s;display:grid}.chat-list-row:hover{background:#f0f6fd}.chat-list-row.active{background:#e6f1ff}.chat-list-open{text-align:left;width:100%;min-width:0;color:inherit;background:0 0;border:0;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:8px;padding:8px 4px 8px 9px;display:grid}.chat-list-open>span:nth-child(2){min-width:0}.chat-list-open b,.chat-list-open small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.chat-list-open b{color:#173e70;font-size:13px}.chat-list-open small{color:#7e8da0;margin-top:2px;font-size:10.5px;font-weight:500}.chat-list-dismiss{color:#94a1b1;opacity:0;background:0 0;border:0;border-radius:7px;place-items:center;width:25px;height:25px;font-size:17px;line-height:1;transition:all .12s;display:grid}.chat-list-row:hover .chat-list-dismiss,.chat-list-row.active .chat-list-dismiss{opacity:1}.chat-list-dismiss:hover{color:#b34b4b;background:#fff}.dm-message{font-size:14px}@media (max-width:760px){.chat-list-row{grid-template-columns:minmax(125px,1fr) 26px}.chat-list-dismiss{opacity:1}}.chat-compose.dm-compose{grid-template-columns:minmax(0,1fr) 46px;align-items:center;gap:8px}.chat-compose.dm-compose textarea{width:100%;height:46px;min-height:46px;max-height:110px;padding:12px 14px;line-height:20px}.chat-compose.dm-compose .btn{place-items:center;width:46px;min-width:46px;height:46px;padding:0;font-size:18px;display:grid}@media (max-width:760px){.chat-compose.dm-compose{grid-template-columns:minmax(0,1fr) 44px}.chat-compose.dm-compose .btn{width:44px;min-width:44px;height:44px}}.quote-author{color:#274b78;font-size:16px;font-weight:800}.quote-author a{font-weight:800}.topic-card-meta .topic-author{color:#1d579d;font-size:15px;font-weight:800}.topic-detail-byline{font-size:14px}.topic-detail-byline a{color:#1d579d;font-size:16px;font-weight:800}.forum-comment-byline a,.comment-author-line a,.recipe-author-mini{color:#1d579d;font-size:15px;font-weight:800}.recipe-author-mini b{font-weight:800}.recipe-author-large strong{font-size:16px;font-weight:850}.cooked-gallery a{font-weight:750}nn .topic-card-meta .topic-author{color:#1d579d;font-size:13px;font-weight:750}.topic-active-category{color:var(--blue);border-bottom:2px solid var(--blue);padding-bottom:2px;font-weight:750;text-decoration:none}.quote-added-by a{color:#1d579d;font-size:13px;font-weight:750}.quote-card-actions{flex-wrap:nowrap;align-items:center;gap:8px;margin-top:10px;display:flex}.quote-card-actions form{margin:0}.quote-helpful-btn,.quote-open-discussion,.quote-discuss-btn{color:#0b57b7;min-height:34px;font:inherit;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #8db5e8;border-radius:6px;justify-content:center;align-items:center;gap:4px;padding:6px 10px;font-size:13px;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.quote-helpful-btn:hover,.quote-open-discussion:hover,.quote-discuss-btn:hover{background:#f3f8ff;border-color:#4e8dd8}.quote-helpful-btn.active{background:#edf5ff;border-color:#4e8dd8}.quote-helpful-btn:disabled{opacity:.48;cursor:not-allowed}.quote-detail-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.quote-detail-actions form{margin:0}.quote-detail-actions>button,.quote-detail-actions form>button{color:#0b57b7;background:#fff;border:1px solid #8db5e8;border-radius:6px;min-height:38px;padding:7px 12px;font-size:14px;font-weight:700}@media (max-width:520px){.quote-card-actions{flex-wrap:wrap}}.chat-emoji-scroll{overscroll-behavior:contain;scrollbar-width:thin;max-height:278px;overflow:hidden auto}.chat-emoji-scroll .chat-emoji-grid{max-height:none;overflow:visible}.chat-emoji-frequent{border-bottom:1px solid #edf1f5;padding-top:8px}.chat-emoji-frequent>strong,.chat-emoji-all>strong{color:#718196;text-transform:uppercase;letter-spacing:.04em;padding:0 11px 3px;font-size:10px;font-weight:800;display:block}.chat-emoji-grid-frequent{padding-top:3px;padding-bottom:8px}.chat-emoji-all>strong{padding-top:9px}@media (max-width:700px){.chat-emoji-scroll{max-height:248px}}.discussion-section{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;margin-top:22px;overflow:hidden}.discussion-heading{border-bottom:1px solid #e8eef5;justify-content:space-between;align-items:end;gap:16px;padding:18px 20px 12px;display:flex}.discussion-heading h2{margin:3px 0 0;font-size:22px}.discussion-compose{background:#fbfdff;border-bottom:1px solid #dfe8f2;padding:16px 20px 18px}.discussion-compose textarea{resize:vertical;background:#fff;width:100%;min-height:104px;margin:0}.discussion-compose .actions{justify-content:flex-start;margin-top:10px}.discussion-list{display:grid}.discussion-post{background:#fff;border-bottom:1px solid #e8eef5;padding:17px 20px 15px}.discussion-post:last-child{border-bottom:0}.discussion-post-header{grid-template-columns:36px 1fr auto;align-items:center;gap:10px;display:grid}.discussion-post-avatar{width:36px;height:36px;color:var(--blue);background:#f1f6fc;border:1px solid #d8e4f0;border-radius:50%;place-items:center;font-weight:800;text-decoration:none;display:grid;overflow:hidden}.discussion-post-avatar img{object-fit:cover;width:100%;height:100%}.discussion-post-author{flex-wrap:wrap;align-items:baseline;gap:7px;min-width:0;display:flex}.discussion-post-author>a{color:#1558a6;font-weight:800;text-decoration:none}.discussion-post-author>span{color:var(--muted);font-size:12px}.discussion-post-header time{color:var(--muted);white-space:nowrap;font-size:12px}.discussion-post-body{white-space:pre-wrap;color:var(--text);padding:12px 0 10px 46px;line-height:1.62}.discussion-post-actions{flex-wrap:wrap;align-items:center;gap:8px;padding-left:46px;display:flex}.discussion-post-actions form{margin:0;display:inline-flex}.discussion-post-actions button{color:#65768a;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:4px 7px;font-size:13px}.discussion-post-actions button:hover,.discussion-post-actions button.active{color:#175da9;background:#eef5fd}.discussion-post-actions button:disabled{opacity:.5;cursor:default}.discussion-post-actions .danger-link{color:#b83b3b}.discussion-reply-button{font-weight:650!important}.discussion-empty{color:var(--muted);background:#fff;padding:18px 20px}.cooked-gallery-section.cooked-gallery-compact{box-shadow:none;padding:16px 18px}.cooked-gallery-compact .cooked-heading h2{margin:0;font-size:18px}.cooked-gallery-compact .cooked-heading p{color:var(--muted);margin:3px 0 0;font-size:13px}.cooked-gallery-compact .cooked-gallery{grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;margin-top:12px}.cooked-gallery-compact .cooked-gallery article{border-radius:10px}.cooked-gallery-compact .cooked-gallery article>div{padding:7px 8px}.cooked-submit{border-top:1px solid #e8eef5;margin-top:12px;padding-top:10px}.cooked-submit>summary{cursor:pointer;color:#1558a6;align-items:center;font-size:14px;font-weight:750;list-style:none;display:inline-flex}.cooked-submit>summary::-webkit-details-marker{display:none}.cooked-form.cooked-form-compact{border-top:0;margin-top:12px;padding-top:0}.cooked-form-grid{grid-template-columns:170px 1fr;align-items:stretch;gap:12px;margin-bottom:10px;display:grid}.cooked-form-grid .upload-tile.compact{max-width:none;min-height:92px;margin:0}.cooked-form-grid textarea{resize:vertical;min-height:92px;margin:0}.compact-login-note{color:var(--muted);margin:10px 0 0;font-size:13px}@media (max-width:900px){.cooked-gallery-compact .cooked-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.discussion-heading,.discussion-compose,.discussion-post{padding-left:14px;padding-right:14px}.discussion-post-header{grid-template-columns:32px 1fr}.discussion-post-avatar{width:32px;height:32px}.discussion-post-header time{grid-column:2}.discussion-post-body,.discussion-post-actions{padding-left:42px}.cooked-gallery-compact .cooked-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.cooked-form-grid{grid-template-columns:1fr}}.discussion-body-text{white-space:pre-wrap;overflow-wrap:anywhere}.discussion-reference,.forum-flat-comment .reply-quote{color:#4b5f79;white-space:pre-wrap;background:#f3f7fc;border-left:3px solid #8fb8ed;margin:0 0 12px;padding:9px 12px;font-size:.92em}.forum-flat-discussion{gap:0;display:grid}.forum-flat-discussion>h2{margin-bottom:12px}.forum-flat-comment{border-left:1px solid var(--border,#d8e0eb);border-right:1px solid var(--border,#d8e0eb);border-bottom:1px solid var(--border,#d8e0eb);box-shadow:none;border-radius:0;margin:0}.forum-flat-comment:first-of-type{border-top:1px solid var(--border,#d8e0eb);border-top-left-radius:12px;border-top-right-radius:12px}.forum-flat-comment:last-of-type{border-bottom-right-radius:12px;border-bottom-left-radius:12px}.forum-flat-tools{align-items:center;gap:14px;margin-top:10px;display:flex}.cooked-result-card{scroll-margin-top:110px;transition:box-shadow .16s,border-color .16s}.cooked-result-card:target{border-color:#8fb9ee;box-shadow:0 0 0 3px #2267be1a}.cooked-result-media,.cooked-result-media img{display:block}.cooked-result-author{font-weight:750;display:inline-block}.cooked-result-note,.cooked-result-open{color:var(--text);margin-top:5px;font-size:12px;line-height:1.4;text-decoration:none;display:block}.cooked-result-note:hover,.cooked-result-open:hover{color:#1558a6}.cooked-result-page{max-width:900px}.cooked-result-back{margin:18px 0 12px}.cooked-result-publication{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;padding:22px}.cooked-result-publication>header{border-bottom:1px solid #e8eef5;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:14px;display:flex}.cooked-result-publication h1{margin:4px 0 0;font-size:28px}.cooked-result-publication time{color:var(--muted);white-space:nowrap;font-size:12px}.cooked-result-user{align-items:center;gap:10px;margin:16px 0;text-decoration:none;display:inline-flex}.cooked-result-user img,.cooked-result-user>span{object-fit:cover;background:#eef4fb;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.cooked-result-user div{flex-direction:column;display:flex}.cooked-result-user small{color:var(--muted)}.cooked-result-main-image{object-fit:contain;background:#f6f8fb;border-radius:12px;width:100%;max-height:680px}.cooked-result-main-note{white-space:pre-wrap;margin:18px 0 0;font-size:17px;line-height:1.65}.cooked-result-publication footer{border-top:1px solid #e8eef5;margin-top:20px;padding-top:16px}@media (max-width:640px){.cooked-result-publication{padding:15px}.cooked-result-publication>header{display:block}.cooked-result-publication time{margin-top:8px;display:block}}.reply-editor{gap:8px;display:grid}.reply-editor-toolbar{margin:0}.reply-editor-reference{align-items:flex-start;gap:10px;display:flex}.reply-editor-reference .reply-quote{flex:1;margin:0}.reply-editor-reference .link-button{flex:none;font-size:12px}.reply-emoji-picker{max-width:520px;max-height:180px;overflow-y:auto}.reply-char-counter{text-align:right;color:#72839a;min-height:18px;font-size:12px}.reply-char-counter.limit{color:#b42318;font-weight:700}.discussion-more-button{color:#145fb8;cursor:pointer;background:0 0;border:0;padding:4px 0 0;font-size:13px;font-weight:700}.discussion-more-button:hover{text-decoration:underline}.expandable-reply .rich-content{margin-bottom:0}@media (min-width:761px){.community-chat-shell{height:clamp(700px,100vh - 140px,900px);max-height:900px}.chat-message{padding:7px 0}}.discussion-sort{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.discussion-sort a{color:#60738a;background:#fff;border:1px solid #d9e3ef;border-radius:8px;align-items:center;min-height:32px;padding:6px 10px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.discussion-sort a:hover{color:var(--blue);background:#f7fbff;border-color:#9fbee3}.discussion-sort a.active{color:var(--blue);background:#eef6ff;border-color:#7ba9de}@media (max-width:640px){.discussion-sort{margin-top:8px}.discussion-sort a{min-height:30px;padding:5px 8px}}.forum-flat-tools{align-items:center;gap:8px;margin-top:12px}.forum-flat-tools>*,.forum-flat-tools .owner-tools,.forum-flat-tools .comment-like-row{align-items:center;min-height:30px;margin:0;display:inline-flex}.forum-flat-tools .owner-tools{flex-wrap:wrap;gap:4px}.forum-flat-tools form{align-items:center;margin:0;display:inline-flex}.forum-flat-tools button,.forum-flat-tools .comment-like-static{justify-content:center;align-items:center;min-height:30px;line-height:1.2;display:inline-flex}.discussion-post .image-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-width:460px;margin-top:12px}.discussion-post .image-gallery.count-1{grid-template-columns:minmax(0,420px)}.discussion-post .gallery-item{border-radius:8px;min-height:0;max-height:260px;overflow:hidden}.discussion-post .gallery-item img{object-fit:cover;background:#f4f6f8;width:100%;height:220px;min-height:0;max-height:260px}.discussion-post .image-gallery.count-1 .gallery-item{max-height:300px}.discussion-post .image-gallery.count-1 .gallery-item img{object-fit:contain;height:auto;max-height:300px}.reply-emoji-picker{grid-template-columns:repeat(10,minmax(0,1fr));gap:2px;max-width:560px;max-height:260px;padding:8px;display:grid;overflow:hidden auto}.reply-emoji-picker button{aspect-ratio:1;place-items:center;width:100%;min-width:0;padding:3px;font-size:20px;display:grid}@media (max-width:640px){.discussion-post .image-gallery,.discussion-post .image-gallery.count-1{grid-template-columns:1fr;max-width:100%}.discussion-post .gallery-item,.discussion-post .gallery-item img,.discussion-post .image-gallery.count-1 .gallery-item,.discussion-post .image-gallery.count-1 .gallery-item img{object-fit:contain;height:auto;max-height:240px}.reply-emoji-picker{grid-template-columns:repeat(8,minmax(0,1fr));max-height:240px}}.topic{padding:20px 24px 24px}.topic>.meta:first-child{margin:0 0 5px}.topic>h1{margin:0 0 13px;line-height:1.15}.topic-detail-byline{margin:0 0 15px}.topic>.rich-content,.topic>.rich-content>:first-child{margin-top:0}.topic>.rich-content>p{margin-bottom:12px}.editor-min-warning{color:#b24b42;font-weight:700}@media (max-width:760px){.topic{padding:17px 16px 20px}}.cooked-gallery-compact .cooked-result-card{align-self:start}.cooked-gallery-compact .cooked-result-note{-webkit-line-clamp:5;-webkit-box-orient:vertical;max-height:7em;display:-webkit-box;overflow:hidden}.topic>.meta:first-child{margin-bottom:14px}.topic>h1{margin-bottom:16px;font-size:40px;line-height:1.08}@media (max-width:760px){.topic>.meta:first-child{margin-bottom:10px}.topic>h1{margin-bottom:14px;font-size:32px}}.chat-message-stream{overscroll-behavior-y:auto}@media (min-width:761px){.home-chat{height:650px;min-height:650px;max-height:650px}}.home-all-topics{border-top:1px solid var(--line);background:var(--paper);justify-content:center;padding:12px 10px 4px;display:flex}.home-all-topics a{color:var(--blue);border-radius:7px;padding:7px 12px;font-size:13px;font-weight:800}.home-all-topics a:hover{background:var(--blue-soft);text-decoration:none}.all-topics-hero{margin-bottom:0}.topic-category-filter{flex-wrap:wrap;gap:7px;margin:18px 0 0;display:flex}.topic-category-filter a{border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:13px;display:inline-flex}.topic-category-filter a:hover{border-color:#a9c4e8;text-decoration:none}.topic-category-filter a.active{color:var(--blue);background:var(--blue-soft);border-color:#9dbce4}.topic-category-filter b{color:var(--muted);font-size:11px;font-weight:700}.all-topics-page .topic-feed{margin-top:0}.document-attachment{border:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;display:flex}.document-attachment-title{align-items:center;gap:10px;min-width:0;display:flex}.document-attachment-title strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.document-open-button{flex:none;text-decoration:none}@media (max-width:640px){.document-attachment{flex-direction:column;align-items:flex-start}}body:has(.chat-fullscreen-page){flex-direction:column;height:100dvh;min-height:100dvh;display:flex;overflow:hidden}body:has(.chat-fullscreen-page) .site-header{flex:none}body:has(.chat-fullscreen-page)>main.shell{flex:auto;width:100%;max-width:none;min-height:0;margin:0;padding:0}body:has(.chat-fullscreen-page) .site-footer{display:none}.chat-fullscreen-page{width:100%;height:100%;min-height:0}.chat-fullscreen-page .community-chat-shell{width:100%;height:100%;min-height:0;max-height:none;box-shadow:none;border-bottom:0;border-left:0;border-right:0;border-radius:0}.chat-fullscreen-page .chat-message-stream,.chat-fullscreen-page .chat-rooms-panel,.chat-fullscreen-page .chat-online-panel{overscroll-behavior:contain}@media (max-width:760px){.chat-fullscreen-page .community-chat-shell{border-radius:0;height:100%;min-height:0;max-height:none}}.chat-fullscreen-page .chat-message-body{min-width:0;padding-right:28px}.chat-fullscreen-page .chat-message-body>p{overflow-wrap:anywhere;word-break:break-word;max-width:1100px}@media (max-width:760px){.chat-fullscreen-page .chat-message-body{padding-right:10px}.chat-fullscreen-page .chat-message-body>p{max-width:100%}}.topic-load-more{justify-content:center;padding:24px 0 8px;display:flex}.chat-message{grid-template-columns:minmax(0,1fr);gap:0}.chat-message-meta>button{font-weight:850}.chat-color-settings{border:1px solid var(--line);background:#fbfdff;border-radius:12px;margin:18px 0;padding:16px}.chat-color-settings h2{margin:0 0 4px;font-size:18px}.chat-color-settings p{color:var(--muted);margin:0;font-size:13px}.chat-color-palette{flex-wrap:wrap;align-items:center;gap:9px;margin-top:13px;display:flex}.chat-color-choice{cursor:pointer;position:relative}.chat-color-choice input{opacity:0;pointer-events:none;position:absolute}.chat-color-choice span{border:4px solid #eef1f5;border-radius:50%;width:31px;height:31px;transition:transform .12s,box-shadow .12s;display:block;box-shadow:0 0 0 1px #d9e0e9}.chat-color-choice:hover span{transform:scale(1.08)}.chat-color-choice input:checked+span{transform:scale(1.05);box-shadow:0 0 0 3px #fff,0 0 0 5px #1d64bd}.chat-color-auto{color:var(--muted);cursor:pointer;align-items:center;gap:6px;margin-left:3px;font-size:13px;display:flex}.chat-color-palette{gap:10px}.chat-color-choice span{width:32px;height:32px}.chat-message-meta>span{color:#8a96a6;font-size:10.5px;font-weight:500}.topic-card-meta .topic-author{color:#2d3642}.topic-card-meta .topic-author:hover{color:#1d64bd}.home-side-column{flex-direction:column;gap:16px;min-width:0;display:flex}.home-top-authors{border-radius:14px;padding:0;overflow:hidden}.home-top-authors .panel-heading{border-bottom:1px solid var(--line);margin:0;padding:14px 16px 11px}.home-top-authors .panel-heading h3{margin:0}.home-top-authors .panel-heading a{font-size:12px}.home-top-authors-list{padding:2px 14px 8px}.home-top-author{color:var(--ink);border-bottom:1px solid #edf1f6;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px 2px;display:grid}.home-top-author:last-child{border-bottom:0}.home-top-author:hover{background:#fbfdff;text-decoration:none}.home-top-rank{color:#7c8999;place-items:center;width:26px;font-size:15px;font-weight:850;display:grid}.home-top-author-name{flex-direction:column;min-width:0;line-height:1.2;display:flex}.home-top-author-name strong{text-overflow:ellipsis;white-space:nowrap;color:#28323d;font-size:13px;overflow:hidden}.home-top-author-name small{text-overflow:ellipsis;white-space:nowrap;color:#8a96a5;margin-top:3px;font-size:11px;overflow:hidden}.home-top-author>b{color:var(--blue);font-size:12px;font-weight:850}.home-top-author:hover .home-top-author-name strong{color:var(--blue)}@media (max-width:760px){.home-side-column{gap:14px}.home-top-authors{margin-top:0}}.profile-crop-backdrop{z-index:1000;background:#0f172a7a;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.profile-crop-dialog{border:1px solid var(--line);background:#fff;width:min(680px,100%);padding:16px;box-shadow:0 18px 55px #0f172a2e}.profile-crop-title{margin:0 0 12px;font-size:16px;font-weight:800}.profile-crop-frame{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:#e9edf2;max-width:100%;margin:auto;position:relative;overflow:hidden}.profile-crop-frame:active{cursor:grabbing}.profile-crop-frame.avatar{border-radius:50%;flex:none;width:min(280px,78vw);height:min(280px,78vw);aspect-ratio:1!important}.profile-crop-frame.banner{width:100%}.profile-crop-frame>img{pointer-events:none;transform-origin:50%;max-width:none;position:absolute;top:50%;left:50%}.profile-crop-guide{pointer-events:none;border:2px solid #ffffffe6;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #0f172a38}.profile-crop-frame.avatar .profile-crop-guide{border-radius:50%}.profile-crop-zoom{max-width:360px;color:var(--muted);align-items:center;gap:10px;margin:14px auto 0;font-weight:700;display:flex}.profile-crop-zoom input{width:100%;accent-color:var(--blue)}.profile-crop-actions{justify-content:flex-end;gap:8px;margin-top:14px;display:flex}@media (max-width:620px){.profile-crop-backdrop{padding:10px}.profile-crop-dialog{padding:12px}.profile-crop-actions{flex-wrap:wrap}.profile-crop-actions .btn{flex:auto}}.related-topics{border:1px solid var(--line,#dbe3ee);background:var(--panel,#fff);border-radius:12px;margin:12px 0 14px;padding:12px 16px}.related-topics-head{align-items:baseline;gap:10px;margin-bottom:4px;display:flex}.related-topics-head .eyebrow{white-space:nowrap;font-size:12px}.related-topics-head h2{margin:0;font-size:17px}.related-topics-list{gap:0;display:grid}.related-topic-item{border-top:1px solid var(--line,#e7edf4);justify-content:space-between;align-items:baseline;gap:14px;padding:7px 0;display:flex}.related-topic-item:first-child{border-top:0}.related-topic-item>a{min-width:0;font-weight:700;line-height:1.3;text-decoration:none}.related-topic-item span{color:var(--muted,#7b8794);white-space:nowrap;flex:none;font-size:11px}.related-topics-more{border-top:1px solid var(--line,#e7edf4);margin-top:3px}.related-topics-more>summary{width:max-content;color:var(--blue,#0b57d0);cursor:pointer;margin-top:7px;font-size:12px;font-weight:700;list-style:none}.related-topics-more>summary::-webkit-details-marker{display:none}.related-topics-more>summary:after{content:" ↓"}.related-topics-more[open]>summary:after{content:" ↑"}.related-topics-extra{margin-top:5px}@media (max-width:700px){.related-topics{padding:10px 12px}.related-topics-head{display:block}.related-topics-head h2{margin-top:1px;font-size:16px}.related-topic-item{padding:7px 0;display:block}.related-topic-item span{margin-top:2px;display:block}}.topic-author-byline{align-items:center;gap:9px;margin:2px 0 14px;display:flex}.topic-author-avatar{width:32px;height:32px;color:var(--blue);background:#f1f6fc;border:1px solid #d8e4f0;border-radius:50%;flex:0 0 32px;place-items:center;font-weight:800;text-decoration:none;display:grid;overflow:hidden}.topic-author-avatar img{object-fit:cover;width:100%;height:100%}.topic-author-byline-text .topic-detail-byline{margin:0}.discussion-post-author{display:block}.discussion-post-author-line{flex-wrap:wrap;align-items:baseline;gap:7px;display:flex}.discussion-post-author-line>a{color:#1558a6;font-weight:800;text-decoration:none}.discussion-post-author-line>span{color:var(--muted);font-size:12px}.discussion-post-author-stats{color:#718096;flex-wrap:wrap;gap:4px;margin-top:2px;font-size:11px;line-height:1.25;display:flex}@media (max-width:640px){.discussion-post-header{grid-template-columns:36px 1fr}.discussion-post-header time{grid-column:2;margin-top:-2px}.discussion-post-author-stats{font-size:10.5px}}.experience-rank{vertical-align:middle;color:#34435a;align-items:center;gap:6px;font-weight:700;display:inline-flex}.experience-rank img{object-fit:contain;filter:drop-shadow(0 1px 1px #0000002e);width:27px;height:27px}.experience-rank-compact{gap:4px;font-size:12px}.experience-rank-compact img{width:22px;height:22px}.experience-rank-icon-only{vertical-align:middle;gap:0;margin-left:2px;line-height:1;display:inline-flex}.experience-rank-icon-only img{object-fit:contain;width:24px;height:24px}.discussion-post-author-line .experience-rank-icon-only{transform:translateY(1px)}.topic-card:has(.topic-card-content-no-avatar){grid-template-columns:minmax(0,1fr) auto}@media (max-width:700px){.experience-rank-icon-only img{width:22px;height:22px}.topic-card:has(.topic-card-content-no-avatar){grid-template-columns:minmax(0,1fr)}.topic-card:has(.topic-card-content-no-avatar) .topic-card-time{grid-column:1}}.compact-filter-section{margin:18px 0 0}.compact-filter-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:8px;display:flex}.compact-filter-heading>a{color:var(--blue);white-space:nowrap;font-size:13px;font-weight:700}.compact-two-rows{max-height:82px;overflow:hidden}.quote-categories.compact-two-rows{margin:0}.quote-author-strip .author-chips.compact-two-rows{max-height:82px}.topic-filter-section{margin-top:18px}.topic-filter-section .topic-category-filter{margin-top:0}.quote-category-directory{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.quote-category-directory>a{border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;text-decoration:none;display:flex}.quote-category-directory>a:hover{border-color:#a9c4e8}.quote-category-directory span{text-align:center;min-width:30px;color:var(--muted);background:#eef3f8;border-radius:999px;padding:3px 7px;font-size:12px}@media (max-width:700px){.compact-filter-heading{align-items:flex-end}.compact-two-rows{max-height:86px}.quote-category-directory{grid-template-columns:1fr}}.quote-search-block{border:1px solid var(--line);background:var(--paper);margin:18px 0 20px;padding:14px 16px}.quote-search-form{width:min(760px,100%);margin-top:0}.quote-search-hint{margin:8px 0 0}.quote-search-state{color:var(--muted);align-items:center;gap:12px;margin-top:8px;font-size:14px;display:flex}.quote-search-state a{white-space:nowrap}@media (max-width:640px){.quote-search-block{padding:12px}.quote-search-form{gap:6px}}.chat-reply-preview{color:#7c8999;text-align:left;cursor:pointer;background:#f7f9fc;border:0;border-left:2px solid #c8d5e5;border-radius:0 5px 5px 0;align-items:center;gap:5px;max-width:240px;margin:3px 0 1px;padding:2px 6px;font-size:9.5px;line-height:1.25;display:inline-flex}.chat-reply-preview:hover{color:#5d6d80;background:#f1f5fa}.chat-reply-preview span{white-space:nowrap;font-weight:700}.chat-reply-preview em{white-space:nowrap;text-overflow:ellipsis;color:#8b97a5;max-width:92px;font-style:normal;overflow:hidden}.chat-message-actions .chat-reply-action{color:#61758d;font-weight:600}.chat-compose-reply{color:#718095;background:#f7f9fc;border-left:2px solid #c8d5e5;justify-content:space-between;align-items:center;gap:10px;margin:0 12px;padding:4px 8px;font-size:10px;line-height:1.25;display:flex}.chat-compose-reply span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-compose-reply button{color:#8794a4;cursor:pointer;background:0 0;border:0;font-size:15px;line-height:1}.chat-message.reply-highlight{animation:1.2s ease-out chatReplyHighlight}@keyframes chatReplyHighlight{0%{background:#eef5ff}to{background:0 0}}.profile-showcase-panel{margin-bottom:14px}.profile-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.profile-showcase-card{min-width:0;color:inherit;background:#fff;border:1px solid #dfe7f1;border-radius:14px;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:grid;overflow:hidden}.profile-showcase-card:hover{border-color:#b9cce5;text-decoration:none;transform:translateY(-1px);box-shadow:0 8px 24px #1b487d12}.profile-showcase-card img{object-fit:cover;border-bottom:1px solid #e6edf5;width:100%;height:150px;display:block}.profile-showcase-content{min-width:0;padding:15px 16px 14px}.profile-showcase-topline{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.profile-showcase-topline small{color:var(--blue);text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.profile-showcase-topline time{color:var(--muted);flex:none;font-size:11px}.profile-showcase-card h3{color:#10213b;margin:0 0 7px;font-size:18px;line-height:1.28}.profile-showcase-card p{color:#56657a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 12px;line-height:1.5;display:-webkit-box;overflow:hidden}.profile-showcase-meta{color:var(--muted);border-top:1px solid #edf1f6;padding-top:10px;font-size:12px;display:block}.profile-showcase-card.is-featured{grid-column:1/-1;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);min-height:210px}.profile-showcase-card.is-featured:not(:has(img)){grid-template-columns:1fr}.profile-showcase-card.is-featured img{border-bottom:0;border-right:1px solid #e6edf5;height:100%;min-height:210px}.profile-showcase-card.is-featured .profile-showcase-content{flex-direction:column;justify-content:center;padding:22px 24px;display:flex}.profile-showcase-card.is-featured h3{font-size:24px}.profile-showcase-quote{background:#fbfcfe}.profile-showcase-quote h3{font-family:Georgia,Times New Roman,serif;font-weight:500}@media (max-width:760px){.profile-showcase-grid{grid-template-columns:1fr}.profile-showcase-card.is-featured{grid-column:auto;grid-template-columns:1fr}.profile-showcase-card.is-featured img{border-bottom:1px solid #e6edf5;border-right:0;height:180px;min-height:0}.profile-showcase-card.is-featured .profile-showcase-content{padding:16px}.profile-showcase-card.is-featured h3{font-size:20px}}.profile-pinned-panel{background:linear-gradient(#fbfdff 0%,#fff 100%);border-color:#d9e5f2;margin-bottom:14px}.profile-pinned-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.profile-pinned-card{background:#fff;border:1px solid #e1e8f1;border-radius:12px;flex-direction:column;gap:9px;min-width:0;padding:14px;display:flex;position:relative}.profile-pinned-card img{object-fit:cover;border-radius:8px;width:100%;height:105px}.profile-pinned-card small{color:var(--blue);white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-weight:700;display:block;overflow:hidden}.profile-pinned-card h3{margin:0 0 8px;font-size:16px;line-height:1.3}.profile-pinned-card h3 a{color:#10213b;text-decoration:none}.profile-pinned-card h3 a:hover{text-decoration:underline}.profile-pinned-card span{color:var(--muted);font-size:11px}.profile-pin-form{margin-top:10px}.profile-pin-button{color:#78899d;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:11px}.profile-pin-button:hover{color:var(--blue);text-decoration:underline}.profile-showcase-card h3 a{color:inherit;text-decoration:none}.profile-showcase-card h3 a:hover{text-decoration:underline}@media (max-width:760px){.profile-pinned-grid{grid-template-columns:1fr}.profile-pinned-card{grid-template-columns:1fr;display:grid}.profile-pinned-card img{height:150px}}.rules-page{padding:24px 0 10px}.rules-intro{text-align:center;max-width:820px;margin:0 auto 24px;padding:30px 18px}.rules-intro h1{color:#10213b;margin:8px 0 12px;font-size:34px;line-height:1.12}.rules-intro p{color:#5d6b7d;max-width:700px;margin:auto;line-height:1.65}.rules-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.rules-grid article{background:#fff;border:1px solid #e1e8f1;border-radius:14px;padding:20px}.rules-grid article>strong{color:#8fa0b4;letter-spacing:.12em;font-size:11px}.rules-grid h2{margin:8px 0;font-size:18px}.rules-grid p{color:#5e6c7e;margin:0;line-height:1.55}.rules-bottom{background:#f7faff;border-left:3px solid #9bb8da;border-radius:0 12px 12px 0;margin:14px 0 0;padding:20px 22px}.rules-bottom p{color:#53647a;margin:5px 0 0}@media (max-width:700px){.rules-grid{grid-template-columns:1fr}.rules-intro h1{font-size:28px}}.discussion-load-more{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;padding:18px 0 4px;display:flex}.discussion-load-more .btn{text-decoration:none}.discussion-load-more span{color:var(--muted,#667085);font-size:13px}.admin-users-heading{align-items:flex-end}.admin-users-heading h1{margin-bottom:3px}.admin-users-heading p{margin:0 0 10px}.admin-user-search{grid-template-columns:minmax(0,1fr) auto auto;gap:10px;margin:16px 0 14px;display:grid}.admin-user-search input{width:100%;min-height:44px}.admin-status-help{border:1px solid var(--line);background:#f8fbff;border-radius:10px;gap:7px;margin-bottom:16px;padding:13px 15px;display:grid}.admin-status-help>div{grid-template-columns:110px 1fr;align-items:baseline;gap:10px;display:grid}.admin-status-help span{color:var(--muted)}.admin-user-actions{gap:9px;display:grid}.admin-user-actions form{grid-template-columns:minmax(150px,220px) minmax(220px,1fr) auto;align-items:center;gap:8px;display:grid}.admin-user-actions form:last-child{grid-template-columns:minmax(150px,220px) auto;justify-content:start}.admin-user-actions select,.admin-user-actions input{min-height:42px}.admin-users-more{justify-content:center;padding:10px 0 22px;display:flex}@media (max-width:720px){.admin-user-search{grid-template-columns:1fr}.admin-status-help>div{grid-template-columns:1fr;gap:2px}.admin-user-actions form,.admin-user-actions form:last-child{grid-template-columns:1fr}}.report-menu{display:inline-block;position:relative}.report-menu-trigger{cursor:pointer;color:var(--muted);font:inherit;background:0 0;border:0;padding:0;font-size:13px}.report-menu-trigger:hover,.report-menu.open>.report-menu-trigger{color:var(--blue)}.report-menu form{z-index:20;border:1px solid var(--line);background:#fff;border-radius:10px;gap:8px;width:min(320px,82vw);padding:12px;display:grid;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 12px 32px #18355824}.report-menu select,.report-menu textarea{width:100%;font:inherit}.report-menu textarea{resize:vertical}.discussion-post-actions .report-menu{margin-left:auto}.topic-admin-tools .report-menu form,.quote-detail-actions .report-menu form,.recipe-community-actions .report-menu form{left:0;right:auto}@media (min-width:761px){.home-side-column>.home-chat{flex:0 0 650px;align-self:stretch;width:100%;height:650px;min-height:650px;max-height:650px}.home-chat-messages{flex:auto;min-height:0;overflow-y:auto}}@media (max-width:760px){.home-side-column>.home-chat{flex:0 0 420px;width:100%;height:420px;min-height:420px;max-height:420px}}.quote-detail-actions .report-menu>.report-menu-trigger,.recipe-community-actions .report-menu>.report-menu-trigger,.topic-admin-tools .report-menu>.report-menu-trigger,.discussion-post-actions .report-menu>.report-menu-trigger{height:auto;min-height:0;box-shadow:none;color:#52657d;font:inherit;background:0 0;border:0;border-radius:0;padding:0;font-size:13px;font-weight:400;line-height:1.35}.quote-detail-actions .report-menu>.report-menu-trigger:hover,.recipe-community-actions .report-menu>.report-menu-trigger:hover,.topic-admin-tools .report-menu>.report-menu-trigger:hover,.discussion-post-actions .report-menu>.report-menu-trigger:hover,.report-menu.open>.report-menu-trigger{color:#111827;background:0 0;border-color:#0000;text-decoration:underline}.admin-log-list{gap:10px;margin-top:16px;display:grid}.admin-log-row h2{margin:6px 0 8px;font-size:18px}.admin-log-row p{margin:6px 0 0}.admin-log-details{white-space:pre-wrap}.profile-menu>summary{cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none}.profile-menu>summary::-webkit-details-marker{display:none}.profile-menu[open] .profile-menu-trigger{border-color:#8bb2e6;box-shadow:0 7px 18px #1557b01a}.profile-menu[open] .profile-menu-chevron{transform:rotate(180deg)}.profile-menu-chevron{transition:transform .14s}@media (max-width:700px){.site-header{z-index:500;-webkit-backdrop-filter:none;backdrop-filter:none;position:relative}.header-inner{grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px 10px;min-height:0;padding:10px 0 8px;display:grid}.header-brand-group{display:contents}.brand{grid-area:1/1;align-self:center;font-size:23px}.brand-divider{display:none}.header-account{grid-area:1/2;justify-self:end;min-width:0;margin:0}.main-nav{grid-area:2/1/auto/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px 4px;width:100%;min-height:0;padding:2px 0 0;display:grid;overflow:visible}.main-nav a{text-align:center;border-radius:8px;justify-items:center;min-height:38px;padding:0 5px;font-size:14px}.main-nav a:after{height:2px;left:18%;right:18%}.auth-links{white-space:nowrap;gap:6px}.auth-links>a:not(.btn){padding:8px 5px;font-size:14px}.auth-links .btn{padding:9px 11px;font-size:14px}.profile-menu{z-index:520;position:relative}.profile-menu-trigger{min-height:40px;padding:4px 8px}.profile-menu-avatar{width:30px;height:30px}.profile-menu-popover{z-index:1000;width:min(290px,100vw - 20px);max-height:min(70vh,520px);top:calc(100% + 7px);right:0;overflow-y:auto;box-shadow:0 20px 55px #0f233e3d}main.shell{padding-top:18px}}@media (max-width:760px){body:has(.chat-fullscreen-page) .site-header{display:none}body:has(.chat-fullscreen-page)>main.shell{padding:0}.chat-fullscreen-page .community-chat-shell{height:100dvh}.chat-fullscreen-page .chat-rooms-panel{flex:none}.chat-fullscreen-page .chat-main-panel,.chat-fullscreen-page .chat-message-stream{min-height:0}}.chat-room-strip-mobile{display:none}.chat-rooms-directory{max-width:900px;margin:0 auto;padding:8px 0 40px}.chat-rooms-directory-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.chat-rooms-directory-head span{text-transform:uppercase;letter-spacing:.08em;color:var(--blue);font-size:12px;font-weight:800}.chat-rooms-directory-head h1{margin:5px 0 6px;font-size:34px}.chat-rooms-directory-head p{color:var(--muted);margin:0}.chat-rooms-directory-head>a{white-space:nowrap;color:var(--blue);margin-top:8px;font-weight:700}.chat-rooms-table{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden}.chat-room-directory-row{border-bottom:1px solid var(--line);color:inherit;align-items:center;display:flex}.chat-room-directory-link{min-width:0;color:inherit;flex:1;grid-template-columns:34px minmax(0,1fr) 90px 90px auto;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;display:grid}.chat-room-delete-wrap{flex-direction:column;align-items:flex-end;gap:4px;padding:0 14px 0 4px;display:flex}.chat-room-delete{white-space:nowrap}.chat-room-directory-row:last-child{border-bottom:0}.chat-room-directory-row:hover{background:#f7faff}.chat-room-directory-link:hover{text-decoration:none}.chat-room-directory-icon{color:var(--blue);text-align:center;font-size:18px}.chat-room-directory-main{min-width:0}.chat-room-directory-main b,.chat-room-directory-main small{display:block}.chat-room-directory-main b{color:#163b69;font-size:15px}.chat-room-directory-main small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:3px;overflow:hidden}.chat-room-directory-stat{text-align:center}.chat-room-directory-stat b,.chat-room-directory-stat small{display:block}.chat-room-directory-stat b{color:#173d6d;font-size:15px}.chat-room-directory-stat small{color:var(--muted);font-size:10px}.chat-room-directory-go{color:var(--blue);white-space:nowrap;font-size:12px;font-weight:700}@media (max-width:760px){.chat-fullscreen-page .chat-rooms-panel{border-bottom:1px solid var(--line);padding:0;display:block;overflow:visible}.chat-fullscreen-page .chat-room-strip-mobile{scroll-snap-type:x proximity;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;align-items:stretch;gap:7px;padding:8px 9px;display:flex;overflow:auto hidden}.chat-fullscreen-page .chat-room-strip-mobile::-webkit-scrollbar{display:none}.chat-fullscreen-page .chat-room-list,.chat-fullscreen-page .chat-side-head,.chat-fullscreen-page .chat-create-room,.chat-fullscreen-page .chat-dm-title,.chat-fullscreen-page .dm-list{display:none}.chat-room-chip{scroll-snap-align:start;color:#263d59;text-align:left;background:#fff;border:0;border-radius:11px;flex:none;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:7px;min-width:142px;max-width:190px;padding:9px 10px;display:grid}.chat-room-chip.active{color:#123f78;background:#e5f1ff}.chat-room-chip>span:first-child{text-align:center;font-size:16px}.chat-room-chip b,.chat-room-chip small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.chat-room-chip b{font-size:12px}.chat-room-chip small{color:#7f8da0;margin-top:2px;font-size:9px}.chat-more-rooms{min-width:128px;color:var(--blue);white-space:nowrap;scroll-snap-align:start;border:1px dashed #b7c8dc;border-radius:11px;flex:none;justify-content:center;align-items:center;padding:0 12px;font-size:11px;font-weight:700;display:flex}.chat-fullscreen-page .chat-main-head{height:46px;padding:0 10px}.chat-fullscreen-page .chat-main-head small,.chat-fullscreen-page .chat-online-pill{display:none}.chat-fullscreen-page .chat-main-head>div{display:block}.chat-fullscreen-page .chat-main-head strong{font-size:14px}.chat-rooms-directory{padding:4px 0 24px}.chat-rooms-directory-head{margin-bottom:12px;display:block}.chat-rooms-directory-head h1{font-size:28px}.chat-rooms-directory-head p{font-size:13px}.chat-rooms-directory-head>a{margin-top:10px;display:inline-block}.chat-rooms-table{border-radius:12px}.chat-room-directory-row{align-items:stretch}.chat-room-directory-link{grid-template-columns:28px minmax(0,1fr) auto;gap:8px;padding:12px 11px}.chat-room-delete-wrap{justify-content:center;padding:8px 10px 8px 2px}.chat-room-directory-stat:nth-of-type(4){display:none}.chat-room-directory-stat{min-width:58px}.chat-room-directory-go{grid-column:2/4;margin-top:2px;font-size:11px}.chat-room-directory-main b{font-size:14px}.chat-room-directory-main small{font-size:11px}body:has(.chat-rooms-directory-page) .site-header{display:none}body:has(.chat-rooms-directory-page)>main.shell{padding-top:12px}}.chat-scale-hint{color:var(--muted);white-space:nowrap;margin:0 auto;font-size:10px;font-weight:400;line-height:1.35}.quote-mobile-load-more{display:flex}@media (max-width:760px){.chat-scale-hint{display:none}.quote-mobile-load-more{display:flex}.home-chat-messages{overscroll-behavior-y:auto}}.topic-image-order{border:1px solid #ddd;border-radius:10px;margin:14px 0;padding:12px}.topic-image-order-head{justify-content:flex-start;align-items:baseline;gap:10px;margin-bottom:10px;display:flex}.topic-image-order-head small{color:#707070}.topic-image-order-list{flex-wrap:wrap;gap:10px;display:flex}.topic-image-order-item{background:#fff;border:1px solid #e3e3e3;border-radius:8px;width:132px;padding:7px;position:relative}.topic-image-order-item img{object-fit:cover;border-radius:5px;width:100%;height:86px;display:block}.topic-image-order-item>span{background:#ffffffeb;border-radius:999px;place-items:center;min-width:22px;height:22px;padding:0 5px;font-size:12px;font-weight:700;display:grid;position:absolute;top:11px;left:11px}.topic-image-order-item>div{gap:4px;margin-top:6px;display:flex}.topic-image-order-item button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:5px;min-width:28px;padding:4px 6px}.topic-image-order-item button:last-child{margin-left:auto}.topic-image-order-item button:disabled{opacity:.35;cursor:default}@media (max-width:700px){.topic-image-order-head{display:block}.topic-image-order-head small{margin-top:3px;display:block}.topic-image-order-list{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.topic-image-order-item{width:auto}}.topic-image-order-item .topic-image-remove{color:#c62828;background:0 0;border-color:#0000;flex:0 0 30px;min-width:30px;margin-left:auto;padding:2px 5px;font-size:20px;font-weight:600;line-height:1}.topic-image-order-item .topic-image-remove:hover{background:#fff3f3;border-color:#f0caca}.username-field{border:1px solid var(--border);background:#fff;border-radius:10px;align-items:center;display:flex;overflow:hidden}.username-field:focus-within{border-color:var(--blue);box-shadow:0 0 0 2px #245da514}.username-field>span{color:var(--muted);padding-left:12px;font-weight:700}.username-field input{width:100%;box-shadow:none!important;border:0!important;border-radius:0!important;padding-left:4px!important}@media (max-width:700px){.topic-image-order-head small{font-size:12px;line-height:1.35}}.quote-discussion-modern{max-width:820px;margin-inline:auto}@media (max-width:760px){.quote-discussion-modern{width:100%;max-width:none}}.auth-warning{color:#6f581d;background:#fff8e6;border:1px solid #ecd58c;border-radius:10px;margin:14px 0;padding:12px 14px;line-height:1.5}.theme-toggle{border:1px solid var(--line);background:var(--paper);width:auto;color:var(--text);white-space:nowrap;border-radius:9px;align-items:center;gap:6px;padding:7px 9px;font-weight:700;line-height:1;display:inline-flex}.theme-toggle:hover{background:var(--blue-soft);text-decoration:none}.theme-toggle>span:first-child{font-size:17px;line-height:1}.theme-toggle-text{font-size:12px}.shifu-role-badge{color:#355642;vertical-align:1px;background:#edf4ee;border:1px solid #6f8a76;border-radius:999px;align-items:center;margin-left:8px;padding:3px 7px;font-size:11px;font-weight:800;display:inline-flex}.author-profile.is-shifu .profile-banner{background:#1e2926}.author-profile.is-shifu .profile-avatar{box-shadow:0 0 0 4px var(--paper),0 8px 30px #0f19142e}html[data-theme=dark]{--bg:#11161c;--paper:#1a2129;--text:#e7ebef;--muted:#9ca8b5;--line:#303a46;--blue:#aebccc;--blue-soft:#252f3a;--warning:#352f20}html[data-theme=dark],html[data-theme=dark] body{color:#e7ebef;background:#11161c}html[data-theme=dark] .site-header{background:#151b22;border-bottom-color:#303a46;box-shadow:0 1px #ffffff05}html[data-theme=dark] .brand{color:#f2f4f6}html[data-theme=dark] .primary-nav a{color:#b8c1cb}html[data-theme=dark] .primary-nav a:hover,html[data-theme=dark] .primary-nav a.active,html[data-theme=dark] .nav-create{color:#f1f4f7!important}html[data-theme=dark] .brand-divider{background:#39434e}html[data-theme=dark] .theme-toggle,html[data-theme=dark] .profile-menu-trigger{color:#edf0f3;background:#202832;border-color:#3a4552}html[data-theme=dark] .theme-toggle:hover,html[data-theme=dark] .profile-menu-trigger:hover{background:#293440}html[data-theme=dark] .profile-menu-popover{background:#1c242d;border-color:#37414d;box-shadow:0 18px 45px #00000061}html[data-theme=dark] .profile-menu-popover a,html[data-theme=dark] .profile-menu-popover button{color:#d8dee5}html[data-theme=dark] .profile-menu-popover a:hover,html[data-theme=dark] .profile-menu-popover button:hover{color:#fff;background:#27313c}html[data-theme=dark] input,html[data-theme=dark] textarea,html[data-theme=dark] select{color:#e8edf1;background:#151b22;border-color:#394451}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#7f8b98}html[data-theme=dark] .btn,html[data-theme=dark] .votes button{color:#e7ebef;background:#252d36;border-color:#46515e}html[data-theme=dark] .btn:hover,html[data-theme=dark] .votes button:hover{background:#303a45;text-decoration:none}html[data-theme=dark] .btn-primary{color:#151a20;background:#e2e6ea;border-color:#e2e6ea}html[data-theme=dark] .profile-actions .btn{color:#eef1f4;background:#272f38;border-color:#4b5663}html[data-theme=dark] .hero,html[data-theme=dark] .panel,html[data-theme=dark] .card,html[data-theme=dark] .form-card,html[data-theme=dark] .topic,html[data-theme=dark] .comment,html[data-theme=dark] .profile,html[data-theme=dark] .stat{background:#1a2129;border-color:#303a46}html[data-theme=dark] .home-chat-compose,html[data-theme=dark] .home-chat-online,html[data-theme=dark] .home-chat-login{background:#171e26;border-color:#303a46}html[data-theme=dark] .category-link:hover,html[data-theme=dark] .topic-sort a:hover,html[data-theme=dark] .topic-sort a.active{background:#222b35}html[data-theme=dark] .author-chips a,html[data-theme=dark] .chip,html[data-theme=dark] .badge{color:#dce2e8;background:#202832;border-color:#38434f}html[data-theme=dark] .author-chips small{background:#2a3540}html[data-theme=dark] .profile-banner{background:#202833;border-color:#303a46}html[data-theme=dark] .profile-main,html[data-theme=dark] .profile-body,html[data-theme=dark] .profile-section-nav{background:#1a2129;border-color:#303a46}html[data-theme=dark] .profile-avatar{background:#252e38;border-color:#3a4552}html[data-theme=dark] .profile-showcase-card,html[data-theme=dark] .profile-pinned-card{background:#1b232c;border-color:#303b47}html[data-theme=dark] .profile-showcase-card img,html[data-theme=dark] .profile-pinned-card img{border-color:#303b47}html[data-theme=dark] .profile-section-nav a{color:#aab5c1}html[data-theme=dark] .profile-section-nav a.active{color:#fff;background:#252f39}html[data-theme=dark] .progress{background:#242c35;border-color:#38434f}html[data-theme=dark] .progress>div{background:#8fa0b0}html[data-theme=dark] .shifu-role-badge{color:#c8ddcd;background:#243229;border-color:#536b59}html[data-theme=dark] .quote-card,html[data-theme=dark] .recipe-card,html[data-theme=dark] .topic-row,html[data-theme=dark] .discussion-post,html[data-theme=dark] .cooked-result-publication{color:#e7ebef;background:#1a2129!important;border-color:#303a46!important}html[data-theme=dark] .quote-comment{border-left-color:#36414d}html[data-theme=dark] .site-footer{background:#11161c;border-color:#303a46}html[data-theme=dark] .email-verification-banner{color:#e6d8ab;background:#312a18;border-color:#4a4024}html[data-theme=dark] ::selection{color:#fff;background:#536273}@media (max-width:560px){.theme-toggle-text{display:none}.theme-toggle{padding:7px 8px}}html[data-theme=dark]{--shadow-sm:0 8px 24px #00000029}html[data-theme=dark] a{color:#a9c8ef}html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] h4,html[data-theme=dark] strong{color:#eef2f6}html[data-theme=dark] .eyebrow,html[data-theme=dark] .kicker,html[data-theme=dark] .hero-kicker{color:#a9c8ef}html[data-theme=dark] .home-hero,html[data-theme=dark] .home-categories-wide,html[data-theme=dark] .topic-card,html[data-theme=dark] .category-directory-card,html[data-theme=dark] .quote-authors-directory a,html[data-theme=dark] .rules-grid article,html[data-theme=dark] .chat-rooms-table{background:#1a2129;border-color:#303a46}html[data-theme=dark] .topic-card h2 a,html[data-theme=dark] .category-link strong,html[data-theme=dark] .category-directory-card strong,html[data-theme=dark] .footer-inner strong,html[data-theme=dark] .rules-intro h1,html[data-theme=dark] .chat-room-directory-main b,html[data-theme=dark] .chat-room-directory-stat b{color:#edf2f7}html[data-theme=dark] .topic-card p,html[data-theme=dark] .category-link small,html[data-theme=dark] .rules-grid p,html[data-theme=dark] .rules-intro p{color:#9ca8b5}html[data-theme=dark] .home-hero .hero-visual:before{background:linear-gradient(90deg,#1a2129 0%,#1a2129eb 25%,#1a212900 100%)}html[data-theme=dark] .hero-stats strong{color:#d9e6f5}html[data-theme=dark] .topic-sort,html[data-theme=dark] .discussion-sort{border-color:#303a46}html[data-theme=dark] .recipes-hero{background:linear-gradient(145deg,#1a2129,#202a35);border-color:#303a46}html[data-theme=dark] .recipes-hero h1,html[data-theme=dark] .recipe-card h2 a,html[data-theme=dark] .recipe-detail-header h1,html[data-theme=dark] .recipe-section h2,html[data-theme=dark] .recipe-tips h2{color:#eef2f6}html[data-theme=dark] .recipe-category-chips span,html[data-theme=dark] .recipe-category-chips a{color:#c5d0db;background:#202832;border-color:#3a4552}html[data-theme=dark] .recipe-category-chips a:hover,html[data-theme=dark] .recipe-category-chips a.active{color:#d7e8fb;background:#293542;border-color:#60758c}html[data-theme=dark] .recipe-card,html[data-theme=dark] .recipe-detail-header,html[data-theme=dark] .recipe-section,html[data-theme=dark] .recipe-tips,html[data-theme=dark] .recipe-community-actions,html[data-theme=dark] .cooked-gallery-section,html[data-theme=dark] .cooked-gallery article{border-color:#303a46;background:#1a2129!important}html[data-theme=dark] .recipe-detail-header p,html[data-theme=dark] .recipe-card p,html[data-theme=dark] .recipe-meta,html[data-theme=dark] .recipe-social-meta,html[data-theme=dark] .publish-upload-hint{color:#9ca8b5}html[data-theme=dark] .recipe-meta-large strong,html[data-theme=dark] .recipe-author-large,html[data-theme=dark] .recipe-author-mini{color:#b9d4f3}html[data-theme=dark] .ingredient-list li,html[data-theme=dark] .recipe-method li,html[data-theme=dark] .recipe-social-meta,html[data-theme=dark] .cooked-form,html[data-theme=dark] .recipe-step-editor{border-color:#303a46}html[data-theme=dark] .recipe-method li>span,html[data-theme=dark] .step-editor-number{color:#bdd6f3;background:#253140}html[data-theme=dark] .recipe-community-actions button,html[data-theme=dark] .builder-row button{color:#dbe3eb;background:#202832;border-color:#3a4552}html[data-theme=dark] .recipe-community-actions button:hover,html[data-theme=dark] .recipe-community-actions button.active{color:#e8f2fc;background:#293542;border-color:#60758c}html[data-theme=dark] .recipe-stars button{color:#66717e;background:0 0}html[data-theme=dark] .recipe-stars button.active,html[data-theme=dark] .recipe-stars button:hover{color:#e9a51a}html[data-theme=dark] .upload-tile{color:#b8d2ef;background:#171e26;border-color:#4c6178}html[data-theme=dark] .recipe-image-placeholder,html[data-theme=dark] .recipe-detail-placeholder{background:linear-gradient(145deg,#202832,#171e26)}html[data-theme=dark] .recipe-publish-bar{background:#1a2129f5}html[data-theme=dark] .quote-discussion-modern,html[data-theme=dark] .discussion-shell,html[data-theme=dark] .discussion-composer,html[data-theme=dark] .comment-composer,html[data-theme=dark] .topic-reply-form{color:#e7ebef}html[data-theme=dark] .discussion-sort a{color:#c2ccd7;background:#202832;border-color:#3a4552}html[data-theme=dark] .discussion-sort a:hover,html[data-theme=dark] .discussion-sort a.active{color:#fff;background:#293542}html[data-theme=dark] .community-comment-actions button,html[data-theme=dark] .community-comment-actions summary{color:#aebdcb}html[data-theme=dark] .community-comment-actions button:not(.danger-link):hover,html[data-theme=dark] .community-comment-actions button.active{color:#dbeaff;background:#263341}html[data-theme=dark] .community-chat-shell,html[data-theme=dark] .chat-main-panel,html[data-theme=dark] .chat-rooms-panel,html[data-theme=dark] .chat-online-panel{background:#151b22;border-color:#303a46}html[data-theme=dark] .chat-rooms-panel,html[data-theme=dark] .chat-online-panel{background:#171e26}html[data-theme=dark] .chat-side-head,html[data-theme=dark] .chat-main-head,html[data-theme=dark] .chat-create-room,html[data-theme=dark] .chat-members-block,html[data-theme=dark] .chat-invite,html[data-theme=dark] .chat-compose,html[data-theme=dark] .chat-login-note{border-color:#303a46}html[data-theme=dark] .chat-compose{background:#171e26}html[data-theme=dark] .chat-room-list>button,html[data-theme=dark] .chat-list-open,html[data-theme=dark] .chat-online-list>button,html[data-theme=dark] .chat-member-row>button{color:#dce4ec}html[data-theme=dark] .chat-room-list>button:hover,html[data-theme=dark] .chat-room-list>button.active,html[data-theme=dark] .chat-list-row:hover,html[data-theme=dark] .chat-list-row.active,html[data-theme=dark] .chat-online-list>button:hover{background:#222c37}html[data-theme=dark] .chat-list-open b,html[data-theme=dark] .chat-message-meta>button,html[data-theme=dark] .chat-member-row>button,html[data-theme=dark] .home-chat-message-head a{color:#c8ddf5}html[data-theme=dark] .chat-message,html[data-theme=dark] .home-chat-message{border-color:#2c3641}html[data-theme=dark] .chat-message-body>p,html[data-theme=dark] .home-chat-message p{color:#d5dde5}html[data-theme=dark] .chat-message-body em,html[data-theme=dark] .home-chat-message em,html[data-theme=dark] .chat-message-meta>span,html[data-theme=dark] .chat-message-meta time,html[data-theme=dark] .chat-room-list small,html[data-theme=dark] .chat-list-open small{color:#82909e}html[data-theme=dark] .load-older,html[data-theme=dark] .emoji-button,html[data-theme=dark] .chat-side-head>button{color:#bed7f3;background:#222d39}html[data-theme=dark] .chat-message-actions button:hover,html[data-theme=dark] .chat-message-actions button.active{color:#d7e9fb;background:#253341}html[data-theme=dark] .chat-close{background:#202832;border-color:#3a4552;color:#b9c7d6!important}html[data-theme=dark] .chat-close:hover{background:#293542;color:#fff!important}html[data-theme=dark] .chat-emoji-picker,html[data-theme=dark] .chat-user-popover{background:#1b232c;border-color:#3a4552;box-shadow:0 18px 48px #0000006b}html[data-theme=dark] .chat-emoji-picker-head{color:#e6edf4;border-color:#303a46}html[data-theme=dark] .chat-emoji-picker-head button:hover,html[data-theme=dark] .chat-emoji-grid button:hover{color:#fff;background:#283441}html[data-theme=dark] .dm-message{background:#222b35}html[data-theme=dark] .dm-message.mine{background:#29384a}html[data-theme=dark] .dm-message b{color:#b7d0ec}html[data-theme=dark] .dm-message p{color:#e2e8ef}html[data-theme=dark] .chat-room-directory-row:hover{background:#222b35}html[data-theme=dark] .chat-room-chip{color:#d5dee7;background:#202832}html[data-theme=dark] .chat-room-chip.active{color:#e8f2fc;background:#29394a}html[data-theme=dark] .home-chat{background:#1a2129;border-color:#303a46}html[data-theme=dark] .home-chat-head,html[data-theme=dark] .home-chat-online{border-color:#303a46}html[data-theme=dark] .home-chat-online>a{box-shadow:none;background:#252f39;border-color:#303a46}html[data-theme=dark] .rules-bottom{background:#171e26;border-left-color:#60758c}html[data-theme=dark] .report-menu form,html[data-theme=dark] .profile-crop-dialog,html[data-theme=dark] .document-attachment,html[data-theme=dark] .topic-image-order-item,html[data-theme=dark] .topic-image-order-item button,html[data-theme=dark] .username-field{color:#e7ebef;background:#1a2129;border-color:#3a4552}html[data-theme=dark] .profile-showcase-card h3,html[data-theme=dark] .profile-pinned-card h3 a,html[data-theme=dark] .profile-experience-card strong,html[data-theme=dark] .profile-quote-card blockquote{color:#edf2f7}html[data-theme=dark] .auth-warning{color:#e4d5a0;background:#30291a;border-color:#5a4a24}html[data-theme=dark] .auth-icon{color:#bed8f4;background:#243140}html[data-theme=dark] .form-error,html[data-theme=dark] .auth-error,html[data-theme=dark] .chat-error,html[data-theme=dark] .home-chat-error,html[data-theme=dark] .upload-error{color:#efb7bd;background:#342126;border-color:#60333b}html[data-theme=dark] .auth-success,html[data-theme=dark] .success-banner{color:#b8ddc5;background:#1f3027;border-color:#355b44}html[data-theme=dark] .hero-content h1,html[data-theme=dark] .topic-detail h1,html[data-theme=dark] .quote-detail blockquote,html[data-theme=dark] .recipe-detail-header h1,html[data-theme=dark] .recipe-card-body h2,html[data-theme=dark] .category-link strong,html[data-theme=dark] .topic-card h2,html[data-theme=dark] .home-category-grid strong{color:#eef2f6!important}@media (max-width:980px){html[data-theme=dark] .home-hero .hero-visual:before{background:linear-gradient(#1a2129 0%,#1a212900 100%)}}html[data-theme=dark] .quote-card blockquote,html[data-theme=dark] .quote-card blockquote a{color:#e4e7eb!important}html[data-theme=dark] .quote-discussion-modern,html[data-theme=dark] .discussion-shell,html[data-theme=dark] .discussion-composer,html[data-theme=dark] .comment-composer,html[data-theme=dark] .topic-reply-form{color:#e7ebef!important;background:#1a2129!important;border-color:#303a46!important}html[data-theme=dark] .quote-discussion-modern>*,html[data-theme=dark] .discussion-shell>*{border-color:#303a46!important}html[data-theme=dark] .quote-discussion-modern .muted,html[data-theme=dark] .discussion-shell .muted{color:#9ca8b5!important}html[data-theme=dark] .publish-upload-hint,html[data-theme=dark] .comment-image-upload,html[data-theme=dark] .discussion-upload{color:#9ca8b5!important;background:#171e26!important;border-color:#46515e!important}.chat-all-rooms-desktop{color:var(--blue);border:1px dashed #c7d5e5;border-radius:9px;justify-content:center;align-items:center;margin:4px 9px 10px;padding:8px 10px;font-size:11px;font-weight:750;text-decoration:none;display:flex}.chat-all-rooms-desktop:hover{background:#f4f8fd;text-decoration:none}@media (max-width:760px){.chat-fullscreen-page .community-chat-shell{grid-template-rows:auto minmax(0,1fr);grid-template-columns:minmax(0,1fr);align-content:stretch;height:100dvh;min-height:0;max-height:100dvh;display:grid}.chat-fullscreen-page .chat-rooms-panel{grid-area:1/1;align-self:start;height:auto;min-height:0}.chat-fullscreen-page .chat-main-panel{grid-area:2/1;height:100%;min-height:0;overflow:hidden}.chat-fullscreen-page .chat-online-panel{display:none!important}.chat-all-rooms-desktop{display:none}}html[data-theme=dark] .chat-all-rooms-desktop{color:#b9d5f4;border-color:#3a4b5e}html[data-theme=dark] .chat-all-rooms-desktop:hover{background:#222c37}.hero-actions .hero-ask,.hero-actions .hero-tell{justify-content:center;min-width:138px;font-weight:800}.hero-actions .hero-tell{color:#245f39;background:#fff;border-color:#8fb39b}.hero-actions .hero-tell:hover{background:#f2faf4;border-color:#6f9e7d}@media (min-width:1200px){.shell{width:min(1480px,100% - 28px)}}.brand{color:#111214;letter-spacing:.015em;font-size:34px;font-weight:950}.brand:hover{color:#111214}.header-brand-group{gap:34px}.site-header{background:#fcfbf9f7}.header-inner,.main-nav{min-height:62px}.main-nav a{color:#17181a;font-size:14px}.main-nav a:hover,.main-nav a.active{color:#17181a}.main-nav a:after{background:#142a55;height:2px}.nav-create{background:#111214;border-radius:7px;padding:11px 16px;color:#fff!important}.nav-create:hover{background:#28292c;color:#fff!important}main.shell{padding-top:12px}.home-hero.bmh-hero{background-color:#151310;background-position:50%;background-size:cover;border:1px solid #2b2a28;border-radius:12px;align-items:flex-end;min-height:392px;padding:0;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 34px #23180f26}.bmh-hero-overlay{z-index:1;pointer-events:none;background:linear-gradient(90deg,#06070847 0%,#06070808 45% 100%),linear-gradient(#05060700 34%,#0506071f 58%,#050607b8 100%);position:absolute;inset:0}.home-hero.bmh-hero .bmh-hero-content{z-index:2;align-self:flex-end;width:100%;padding:0 38px 24px;position:relative}.bmh-actions{align-items:stretch;gap:16px;margin:0 0 28px;display:flex}.bmh-action{border-radius:10px;grid-template-columns:48px minmax(0,1fr) 28px;align-items:center;gap:14px;width:min(300px,31vw);min-height:88px;padding:15px 18px;text-decoration:none;transition:transform .16s,box-shadow .16s;display:grid;box-shadow:0 8px 28px #0000002e}.bmh-action:hover{text-decoration:none;transform:translateY(-2px);box-shadow:0 12px 32px #0000003d}.bmh-ask{color:#fff;background:#0e0f11f0;border:1px solid #ffffff2e}.bmh-tell{color:#17181a;background:#fdfcfaf5;border:1px solid #ffffff9e}.bmh-action-icon{border:2px solid;border-radius:50%;place-items:center;width:44px;height:44px;font-size:24px;line-height:1;display:grid}.bmh-tell .bmh-action-icon{color:#455a21;border:0;font-size:30px}.bmh-action>span:nth-child(2){gap:3px;display:grid}.bmh-action strong{font-size:19px;line-height:1.1}.bmh-action small{opacity:.68;font-size:13px}.bmh-action b{justify-self:end;font-size:25px;font-weight:400}.home-hero .bmh-stats{color:#fff;gap:0;margin:0;font-size:13px;display:flex}.home-hero .bmh-stats span{border-left:1px solid #ffffff38;gap:1px;min-width:150px;padding:0 22px;display:grid}.home-hero .bmh-stats span:first-child{border-left:0;padding-left:0}.home-hero .bmh-stats strong{color:#fff;margin:0;font-size:17px}.home-hero .bmh-stats small{color:#ffffffc7;font-size:12px}.topic-sort{background:#fff;border:1px solid #e4e0da;border-bottom:0;border-radius:10px 10px 0 0;margin-top:10px;padding-left:15px}.topic-sort a{color:#303236;border-radius:0;padding:13px 18px}.topic-sort a.active{color:#111214;border:0;border-bottom:2px solid #142a55;margin-bottom:0}.home-grid{gap:14px}.topic-feed{border-color:#e4e0da;border-radius:0 0 10px 10px;box-shadow:0 5px 18px #221c170b}.topic-card{border-bottom-color:#ece8e3;grid-template-columns:minmax(0,1fr) auto;gap:15px;min-height:0;padding:14px 18px}.topic-card-content-no-avatar{grid-column:1}.topic-card-kicker{align-items:center;font-size:11px}.topic-card-kicker>span:first-child{color:#243a63;text-transform:uppercase;background:#f0f2f6;border-radius:5px;padding:3px 8px;font-weight:800}.topic-card h2{margin:5px 0 4px;font-size:16px;line-height:1.25}.topic-card h2 a{color:#15171a}.topic-card h2 a:hover{color:#142a55}.topic-card-excerpt{display:none}.topic-card-meta{font-size:12px}.topic-card-time{font-size:11px}.home-all-topics{text-align:center;background:#fff;border:1px solid #e4e0da;border-top:0;border-radius:0 0 10px 10px;padding:11px}.home-side-column .panel,.chat-preview,.home-categories-wide.panel{border-color:#e4e0da;box-shadow:0 5px 18px #221c170b}.home-categories-wide{border-radius:10px;margin-top:12px}.home-category-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.category-link{border:1px solid #ece8e3;border-radius:9px;grid-template-columns:34px minmax(0,1fr);padding:11px}.category-link b{display:none}.category-icon{color:#27334b;background:#f4f2ee;border-color:#e9e4dc}.category-copy strong{font-size:13px}.category-copy small{font-size:10px}body{background:#f4f1ec}.panel,.topic-feed,.home-all-topics,.topic-sort{background:#fffdfa}.site-footer{background:#f8f5f0;border-color:#e3ded6}html[data-theme=dark] .home-hero.bmh-hero{border-color:#3b342d}html[data-theme=dark] .site-header{background:#101113f5}html[data-theme=dark] .brand,html[data-theme=dark] .brand:hover,html[data-theme=dark] .main-nav a,html[data-theme=dark] .main-nav a:hover,html[data-theme=dark] .main-nav a.active{color:#f4f1ec}html[data-theme=dark] .nav-create{background:#f1eee8;color:#151618!important}html[data-theme=dark] .nav-create:hover{background:#fff;color:#151618!important}@media (max-width:1180px){.home-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.bmh-action{width:min(310px,40vw)}}@media (max-width:700px){.brand{font-size:28px}.home-hero.bmh-hero{background-position:54%;border-radius:10px;min-height:430px;margin-top:4px}.home-hero.bmh-hero .bmh-hero-content{padding:0 15px 18px}.bmh-actions{grid-template-columns:1fr 1fr;gap:9px;margin-bottom:18px;display:grid}.bmh-action{grid-template-columns:36px minmax(0,1fr);gap:10px;width:100%;min-height:78px;padding:12px}.bmh-action b{display:none}.bmh-action-icon{width:34px;height:34px;font-size:19px}.bmh-action strong{font-size:16px}.bmh-action small{font-size:11px}.home-hero .bmh-stats{grid-template-columns:1fr 1fr;gap:9px 0;display:grid}.home-hero .bmh-stats span{border-left:1px solid #ffffff2e;min-width:0;padding:7px 10px}.home-hero .bmh-stats span:nth-child(odd){border-left:0;padding-left:0}.home-category-grid{grid-template-columns:1fr 1fr}}.forum-list-hero{min-height:0;margin-bottom:10px;padding:20px 22px}.forum-list-title-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;display:flex}.forum-list-title-row h1{margin:5px 0 0}.forum-back-link,.topic-forum-back a{color:var(--blue);align-items:center;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.forum-back-link:hover,.topic-forum-back a:hover{text-decoration:underline}.topic-forum-back{margin:4px 0 10px}.kind-filter{flex-wrap:wrap;gap:8px;display:flex}.kind-filter a{border:1px solid var(--line);background:var(--paper);min-height:38px;color:var(--ink);border-radius:8px;justify-content:center;align-items:center;padding:8px 14px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.kind-filter a:hover{background:#f7faff;border-color:#9eb9d9;text-decoration:none}.kind-filter a.active{color:#fff;background:#111214;border-color:#111214}.all-topics-page .topic-feed{border-radius:0 0 10px 10px;overflow:hidden}.all-topics-page .topic-card{grid-template-columns:42px minmax(0,1fr) auto}.all-topics-page .topic-card-content{min-width:0}html[data-theme=dark] .discussion-section,html[data-theme=dark] .forum-flat-discussion,html[data-theme=dark] .discussion-heading,html[data-theme=dark] .discussion-compose,html[data-theme=dark] .discussion-list,html[data-theme=dark] .discussion-empty,html[data-theme=dark] .reply-editor,html[data-theme=dark] .reply-editor-toolbar,html[data-theme=dark] .editor-toolbar,html[data-theme=dark] .reply-upload{color:#e7ebef!important;background:#1a2129!important;border-color:#303a46!important}html[data-theme=dark] .discussion-compose textarea,html[data-theme=dark] .reply-editor textarea{color:#e7ebef!important;background:#12181f!important;border-color:#46515e!important}html[data-theme=dark] .editor-toolbar button{color:#eef2f6!important;background:#222b35!important;border-color:#46515e!important}html[data-theme=dark] .discussion-heading,html[data-theme=dark] .discussion-compose{border-bottom-color:#303a46!important}html[data-theme=dark] .discussion-empty{color:#9ca8b5!important}html[data-theme=dark] .reply-upload{border-color:#46515e!important}html[data-theme=dark] .topic-sort{background:#171e26!important;border-color:#303a46!important}html[data-theme=dark] .topic-sort a{color:#b8c3ce!important;background:0 0!important}html[data-theme=dark] .topic-sort a.active{color:#fff!important;border-bottom-color:#8fb7e8!important}html[data-theme=dark] .topic-feed,html[data-theme=dark] .home-all-topics,html[data-theme=dark] .topic-card{background:#1a2129!important;border-color:#303a46!important}html[data-theme=dark] .topic-card:hover{background:#202832!important}html[data-theme=dark] .topic-card-kicker>span:first-child{color:#c9dcf3!important;background:#26313d!important}html[data-theme=dark] .kind-filter a{color:#dce3ea;background:#202832;border-color:#3a4552}html[data-theme=dark] .kind-filter a:hover{background:#293542}html[data-theme=dark] .kind-filter a.active{color:#15181c;background:#eef1f4;border-color:#eef1f4}html[data-theme=dark] .forum-list-hero{background:#1a2129!important;border-color:#303a46!important}html[data-theme=dark] .recipe-detail .discussion-section,html[data-theme=dark] .quote-detail .discussion-section,html[data-theme=dark] .recipe-detail .discussion-compose,html[data-theme=dark] .quote-detail .discussion-compose{color:#e7ebef!important;background:#1a2129!important}@media (max-width:700px){.forum-list-title-row{align-items:flex-start}.kind-filter{grid-template-columns:1fr 1fr;width:100%;display:grid}.kind-filter a{width:100%}.all-topics-page .topic-card{grid-template-columns:40px minmax(0,1fr)}.all-topics-page .topic-card-time{grid-column:2}}.bmh-hero:before,.bmh-hero:after,.bmh-hero-media:before,.bmh-hero-media:after,.bmh-hero-overlay{content:none!important;-webkit-backdrop-filter:none!important;filter:none!important;box-shadow:none!important;opacity:0!important;pointer-events:none!important;background:0 0!important;display:none!important}.bmh-hero,.bmh-hero-media{filter:none!important;-webkit-backdrop-filter:none!important}.home-hero.bmh-hero{filter:none!important;background-image:url(/hero-bmh-loft.jpg)!important;background-position:50%!important;background-size:cover!important}.home-hero.bmh-hero>.bmh-hero-overlay{display:none!important}.home-hero.bmh-hero:before,.home-hero.bmh-hero:after{content:none!important;filter:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;display:none!important}@media (min-width:701px){.home-hero.bmh-hero{aspect-ratio:1536/403!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:100% 100%!important;min-height:0!important}}.bmh-search{grid-template-columns:minmax(0,1fr) auto;gap:8px;width:min(620px,100%);margin:0 0 14px;display:grid}.bmh-search input{color:#fff;background:#0c0d0fcc;border:1px solid #ffffff57;border-radius:9px;outline:none;min-width:0;height:42px;padding:0 14px}.bmh-search input::placeholder{color:#ffffffa8}.bmh-search input:focus{border-color:#ffffffb8}.bmh-search button{color:#17181a;cursor:pointer;background:#fdfcfaf5;border:0;border-radius:9px;height:42px;padding:0 18px;font-weight:800}html[data-theme=dark] .bmh-tell,html[data-theme=dark] .bmh-tell strong,html[data-theme=dark] .bmh-tell small,html[data-theme=dark] .bmh-tell b{color:#17181a!important}html[data-theme=dark] .bmh-tell .bmh-action-icon{color:#455a21!important}@media (max-width:700px){.home-hero.bmh-hero{aspect-ratio:auto!important;background-size:cover!important;min-height:430px!important}.bmh-search{width:100%;margin-bottom:10px}.bmh-search input,.bmh-search button{height:40px}}@media (min-width:701px){.home-hero.bmh-hero{aspect-ratio:1520/405!important;background-image:url(/hero-bmh-loft.jpg)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:100% 100%!important;height:auto!important;min-height:0!important}.home-hero.bmh-hero.bmh-hero-split{aspect-ratio:auto!important;background:#151719!important;grid-template-columns:minmax(430px,42%) minmax(0,58%)!important;height:auto!important;min-height:390px!important;padding:0!important;display:grid!important;overflow:hidden!important}.bmh-hero-split .bmh-hero-content{background:linear-gradient(135deg,#17191b,#111315)!important;flex-direction:column!important;grid-area:1/1!important;justify-content:center!important;align-self:stretch!important;width:auto!important;max-width:none!important;padding:42px 34px 30px!important;display:flex!important;position:relative!important}.bmh-hero-split .bmh-search,.bmh-hero-split .bmh-actions,.bmh-hero-split .bmh-stats{width:100%!important;max-width:560px!important}.bmh-hero-split .bmh-stats{margin-top:22px!important}.bmh-hero-split .bmh-hero-visual{background:url(/hero-bmh-loft.jpg) 50%/cover no-repeat!important;grid-area:1/2!important;min-height:390px!important}.bmh-hero-split:before,.bmh-hero-split:after{content:none!important;display:none!important}}@media (max-width:700px){.home-hero.bmh-hero.bmh-hero-split{background:#151719!important;flex-direction:column-reverse!important;min-height:0!important;padding:0!important;display:flex!important}.bmh-hero-split .bmh-hero-visual{aspect-ratio:16/9!important;background:url(/hero-bmh-loft.jpg) 50%/cover no-repeat!important;width:100%!important}.bmh-hero-split .bmh-hero-content{background:#151719!important;width:100%!important;padding:20px 16px 22px!important;position:relative!important}}@media (min-width:701px){.home-hero.bmh-hero.bmh-hero-split{aspect-ratio:auto!important;background:#151719!important;grid-template-columns:minmax(470px,43%) minmax(0,57%)!important;height:auto!important;min-height:410px!important;padding:0!important;display:grid!important;overflow:hidden!important}.bmh-hero-split .bmh-hero-content{background:linear-gradient(135deg,#17191b 0%,#111315 100%)!important;flex-direction:column!important;grid-area:1/1!important;justify-content:center!important;width:100%!important;min-width:0!important;max-width:none!important;padding:36px 28px 30px!important;display:flex!important;position:relative!important;inset:auto!important}.bmh-hero-split .bmh-hero-visual{background:url(/bmh-loft-right.jpg) 50%/cover no-repeat!important;grid-area:1/2!important;min-width:0!important;min-height:410px!important}.bmh-hero-split .bmh-search{width:100%!important;max-width:none!important;margin:0 0 12px!important}.bmh-hero-split .bmh-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px!important;width:100%!important;max-width:none!important;margin:0!important;display:grid!important}.bmh-hero-split .bmh-action{width:100%!important;min-width:0!important}.bmh-hero-split .bmh-stats{grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:stretch!important;gap:0!important;width:100%!important;max-width:none!important;margin:24px 0 0!important;display:grid!important}.bmh-hero-split .bmh-stats>span{border-left:1px solid #ffffff2e!important;min-width:0!important;padding:0 12px!important}.bmh-hero-split .bmh-stats>span:first-child{border-left:0!important;padding-left:0!important}.bmh-hero-split .bmh-stats strong,.bmh-hero-split .bmh-stats small{white-space:nowrap!important;display:block!important}}@media (max-width:700px){.home-hero.bmh-hero.bmh-hero-split{background:#151719!important;flex-direction:column!important;min-height:0!important;padding:0!important;display:flex!important}.bmh-hero-split .bmh-hero-visual{aspect-ratio:3/2!important;background:url(/bmh-loft-right.jpg) 50%/cover no-repeat!important;order:1!important;width:100%!important}.bmh-hero-split .bmh-hero-content{order:2!important;width:100%!important;padding:18px 14px 20px!important}.bmh-hero-split .bmh-actions{grid-template-columns:1fr!important;gap:9px!important;display:grid!important}.bmh-hero-split .bmh-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 0!important;display:grid!important}}.home-feed-heading{border-bottom:1px solid var(--line);align-items:baseline;gap:10px;padding:14px 16px;display:flex}.home-feed-heading h2{margin:0;font-size:19px}.home-feed-heading span{color:var(--muted);font-size:12px}.home-feed-list{display:grid}.home-feed-card{border-bottom:1px solid var(--line);background:var(--paper);grid-template-columns:150px minmax(0,1fr);min-height:128px;display:grid}.home-feed-card:last-child{border-bottom:0}.home-feed-card:not(:has(.home-feed-image)){grid-template-columns:minmax(0,1fr);min-height:0}.home-feed-image{background:var(--paper-2);display:block;overflow:hidden}.home-feed-image img{object-fit:cover;width:100%;height:100%;min-height:128px;transition:transform .18s;display:block}.home-feed-card:hover .home-feed-image img{transform:scale(1.025)}.home-feed-copy{min-width:0;padding:13px 15px 12px}.home-feed-kicker{color:var(--muted);align-items:center;gap:6px;margin-bottom:6px;font-size:11px;display:flex}.home-feed-kicker>span:first-child{color:var(--blue);text-transform:uppercase;letter-spacing:.03em;font-weight:900}.home-feed-kicker b{color:var(--muted);font-weight:700}.home-feed-copy h3{margin:0 0 6px;font-size:16px;line-height:1.28}.home-feed-copy h3 a{color:var(--ink);text-decoration:none}.home-feed-copy h3 a:hover{color:var(--blue)}.home-feed-copy p{color:var(--muted);margin:0 0 9px;font-size:13px;line-height:1.45}.home-feed-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;font-size:11px;display:flex}.home-feed-meta a{font-weight:800}.home-feed-meta time{margin-left:auto}html[data-theme=dark] .home-unified-feed,html[data-theme=dark] .home-feed-card{background:var(--paper)}html[data-theme=dark] .home-feed-image{background:#10161c}@media (max-width:700px){.home-feed-card{grid-template-columns:112px minmax(0,1fr);min-height:112px}.home-feed-image img{min-height:112px}.home-feed-copy{padding:10px 11px}.home-feed-copy h3{font-size:14px}.home-feed-copy p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}@media (min-width:701px){.home-hero.bmh-hero.bmh-hero-split{border-radius:14px!important;grid-template-columns:minmax(440px,39%) minmax(0,61%)!important;min-height:360px!important}.bmh-hero-split .bmh-hero-content{z-index:2!important;background:linear-gradient(90deg,#111416 0% 78%,#111416f5 88%,#111416b3 96%,#11141600 100%)!important;justify-content:center!important;margin-right:-76px!important;padding:30px 106px 26px 30px!important}.bmh-hero-split .bmh-hero-visual{background-image:linear-gradient(90deg,#111416e0 0%,#11141661 8%,#11141600 20%),url(/bmh-loft-right.jpg)!important;background-position:50%!important;background-size:cover!important;min-height:360px!important}.bmh-hero-split .bmh-search{margin-bottom:14px!important}.bmh-hero-split .bmh-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.bmh-hero-split .bmh-stats{grid-template-columns:repeat(4,minmax(0,1fr))!important;margin-top:22px!important}.bmh-hero-split .bmh-stats>span{padding:0 14px!important}}.home-main-grid{grid-template-columns:minmax(0,1fr) 320px!important;align-items:start!important;gap:18px!important}.home-unified-feed{background:0 0!important;border:0!important;border-radius:12px!important;overflow:visible!important}.home-feed-list{gap:10px!important;display:grid!important}.home-feed-card{border:1px solid var(--line)!important;background:var(--paper)!important;border-radius:12px!important;grid-template-columns:150px minmax(0,1fr)!important;min-height:138px!important;transition:border-color .15s,transform .15s!important;display:grid!important;position:relative!important;overflow:hidden!important}.home-feed-card:hover{transform:translateY(-1px)!important}.home-feed-card:not(:has(.home-feed-image)):before{border:1px solid var(--line)!important;background:var(--paper-2)!important;border-radius:50%!important;place-self:center!important;place-items:center!important;width:54px!important;height:54px!important;font-size:28px!important;font-weight:900!important;display:grid!important}.home-feed-topic:not(:has(.home-feed-image)):before{content:"?"!important;color:#2f80ed!important;border-color:#2f80ed73!important}.home-feed-quote:not(:has(.home-feed-image)):before{content:"“"!important;color:#d49a35!important;border-color:#d49a3573!important;font-family:Georgia,serif!important}.home-feed-recipe:not(:has(.home-feed-image)):before{content:"✦"!important;color:#4cae68!important}.home-feed-image{min-height:138px!important}.home-feed-image img{object-fit:cover!important;height:100%!important;min-height:138px!important}.home-feed-copy{flex-direction:column!important;justify-content:center!important;padding:15px 18px 13px!important;display:flex!important}.home-feed-copy h3{margin-bottom:7px!important;font-size:17px!important;line-height:1.3!important}.home-feed-copy p{max-width:760px!important;font-size:13px!important;line-height:1.5!important}.home-feed-kicker{text-transform:none!important;margin-bottom:7px!important}.home-feed-topic .home-feed-kicker>span:first-child{color:#2f80ed!important}.home-feed-recipe .home-feed-kicker>span:first-child{color:#39a85a!important}.home-feed-quote .home-feed-kicker>span:first-child{color:#d49a35!important}.home-sort-tabs{background:0 0!important;border:0!important;gap:8px!important;padding:0 0 12px!important}.home-sort-tabs a{border:1px solid var(--line)!important;background:var(--paper)!important;border-radius:999px!important;padding:8px 15px!important}.home-sort-tabs a.active{font-weight:800!important}.home-sidebar{position:sticky!important;top:76px!important}.home-chat-card,.home-authors-card{border-radius:12px!important}html[data-theme=dark] .home-feed-card{background:#151c23!important;border-color:#2b3743!important}html[data-theme=dark] .home-feed-card:hover{border-color:#435364!important}html[data-theme=dark] .home-feed-card:not(:has(.home-feed-image)):before{background:#10161c!important}html[data-theme=dark] .home-sort-tabs a{background:#151c23!important;border-color:#2b3743!important}@media (max-width:980px){.home-main-grid{grid-template-columns:minmax(0,1fr)!important}.home-sidebar{position:static!important}}@media (max-width:700px){:is(.home-feed-card,.home-feed-card:not(:has(.home-feed-image))){grid-template-columns:100px minmax(0,1fr)!important;min-height:116px!important}.home-feed-card:not(:has(.home-feed-image)):before{width:48px!important;height:48px!important;font-size:24px!important}.home-feed-image,.home-feed-image img{min-height:116px!important}.home-feed-copy{padding:11px 12px!important}}.bmh-command{max-width:860px;margin:34px auto 22px;padding:42px 34px 28px;position:relative}.bmh-maker-mark span{margin-left:3px;font-size:15px}.bmh-command-search{grid-template-columns:minmax(0,1fr) auto;gap:9px;max-width:650px;margin:0 auto 14px;display:grid}.bmh-command-search input{border:1px solid var(--line);background:var(--paper);width:100%;min-height:46px;color:var(--ink);font:inherit;border-radius:12px;padding:0 16px;box-shadow:0 5px 20px #141e280a}.bmh-command-search button{color:#fff;cursor:pointer;background:#111820;border:0;border-radius:12px;min-width:88px;padding:0 18px;font-weight:800}.bmh-command-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-width:650px;margin:0 auto;display:grid}.bmh-command-action{border:1px solid var(--line);background:var(--paper);min-height:76px;color:var(--ink);border-radius:14px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;padding:12px 16px;text-decoration:none;display:grid;box-shadow:0 5px 20px #141e2809}.bmh-command-action:hover{transform:translateY(-1px)}.bmh-command-action b{margin-bottom:3px;font-size:15px;display:block}.bmh-command-action small{color:var(--muted);font-size:11px;line-height:1.35;display:block}.home-main-grid{grid-template-columns:minmax(0,1fr) 290px!important;gap:18px!important;max-width:1180px!important;margin:0 auto!important}.home-sort-tabs{justify-content:center!important;padding:0 0 14px!important}.home-sort-tabs a{text-align:center;min-width:112px}.home-feed-list{gap:12px!important}.home-feed-card{grid-template-columns:68px 160px minmax(0,1fr)!important;min-height:150px!important}.home-feed-card:not(:has(.home-feed-image)){grid-template-columns:68px minmax(0,1fr)!important}.home-feed-card .home-feed-image{grid-area:1/2}.home-feed-card .home-feed-copy{grid-area:1/3}.home-feed-card:not(:has(.home-feed-image)) .home-feed-copy{grid-column:2}.home-feed-card:not(:has(.home-feed-image)):before{display:none!important}.home-feed-image,.home-feed-image img{min-height:150px!important}.home-feed-copy{padding:17px 18px!important}.home-feed-copy h3{font-size:18px!important}.home-feed-kicker{letter-spacing:.02em;font-size:11px!important}.home-sidebar{top:76px!important}.home-chat-card{max-height:430px}.home-authors-card{margin-top:12px}@media (max-width:980px){.home-main-grid{grid-template-columns:minmax(0,1fr)!important}}@media (max-width:700px){.bmh-command{margin:18px auto 10px;padding:38px 14px 18px}.bmh-maker-mark{top:6px;right:16px}.bmh-command-actions{grid-template-columns:1fr}:is(.home-feed-card,.home-feed-card:not(:has(.home-feed-image))){grid-template-columns:48px minmax(0,1fr)!important}.home-feed-card .home-feed-image{grid-area:1/2;height:180px!important}.home-feed-card:has(.home-feed-image){grid-template-rows:180px auto!important}.home-feed-card:has(.home-feed-image) .home-feed-copy{grid-area:2/2}}.home-hero.bmh-hero,.bmh-hero-visual,.bmh-stats{display:none!important}.bmh-command{width:min(760px,100% - 32px);margin:34px auto 18px;padding:34px 0 10px;position:relative;box-shadow:none!important;background:0 0!important;border:0!important}.bmh-maker-mark{letter-spacing:.02em;color:var(--muted);font-size:12px;font-weight:700;position:absolute;top:0;right:0}.bmh-command-search{grid-template-columns:minmax(0,1fr) 92px;gap:10px;width:100%;display:grid}.bmh-command-search input{border:1px solid var(--line);background:var(--paper);min-width:0;height:48px;color:var(--ink);font:inherit;border-radius:12px;padding:0 16px}.bmh-command-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:10px;display:grid}.bmh-command-action{border:1px solid var(--line);background:var(--paper);min-height:74px;color:var(--ink);border-radius:14px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;padding:12px 16px;text-decoration:none;display:grid}.home-community-grid{grid-template-columns:minmax(0,1fr) 290px!important;align-items:start!important;gap:18px!important}.home-side-column{position:sticky!important;top:74px!important}.home-unified-feed{margin-top:0!important}html[data-theme=dark] .bmh-command-search input,html[data-theme=dark] .bmh-command-action{background:#151c23!important;border-color:#2b3743!important}html[data-theme=dark] .bmh-command-search button{color:#101317!important;background:#f2f1ed!important}@media (max-width:900px){.home-community-grid{grid-template-columns:1fr!important}.home-side-column{position:static!important}}@media (max-width:620px){.bmh-command{width:min(100% - 20px,760px);margin-top:20px}.bmh-command-actions{grid-template-columns:1fr}.bmh-maker-mark{right:2px}}.home-hero,.bmh-hero,.bmh-hero-visual,.bmh-stats{display:none!important}.bmh-command{width:min(760px,100% - 32px)!important;box-shadow:none!important;background:0 0!important;border:0!important;margin:30px auto 18px!important;padding:34px 0 6px!important;position:relative!important}.bmh-maker-mark{color:var(--muted)!important;font-size:12px!important;font-weight:800!important;position:absolute!important;top:2px!important;right:0!important}.bmh-command-search{grid-template-columns:minmax(0,1fr) 88px!important;gap:9px!important;width:100%!important;margin:0!important;display:grid!important}.bmh-command-search input{border:1px solid var(--line)!important;background:var(--paper)!important;height:46px!important;color:var(--ink)!important;font:inherit!important;border-radius:12px!important;padding:0 15px!important}.bmh-command-search button{color:#fff!important;cursor:pointer!important;background:#111820!important;border:0!important;border-radius:12px!important;font-weight:900!important}.bmh-command-actions{grid-template-columns:1fr 1fr!important;gap:9px!important;margin:9px 0 0!important;display:grid!important}.bmh-command-action{border:1px solid var(--line)!important;background:var(--paper)!important;min-height:72px!important;color:var(--ink)!important;box-shadow:none!important;border-radius:13px!important;grid-template-columns:40px minmax(0,1fr)!important;align-items:center!important;gap:11px!important;padding:11px 15px!important;text-decoration:none!important;display:grid!important}.bmh-command-icon{border:1px solid!important;border-radius:50%!important;place-items:center!important;width:38px!important;height:38px!important;font-size:20px!important;font-weight:900!important;display:grid!important}.bmh-command-action.ask .bmh-command-icon{color:#2f80ed!important}.bmh-command-action.tell .bmh-command-icon{color:#b17c24!important}.bmh-command-action b{font-size:15px!important;display:block!important}.bmh-command-action small{color:var(--muted)!important;margin-top:2px!important;font-size:11px!important;display:block!important}.bmh-browse-links{grid-template-columns:1fr 1fr!important;gap:9px!important;width:100%!important;margin:9px 0 0!important;display:grid!important}.bmh-browse-links a{text-align:center!important;color:var(--blue)!important;border-radius:10px!important;padding:8px 14px!important;font-size:12px!important;font-weight:850!important;text-decoration:none!important}.bmh-browse-links a:hover{background:var(--paper-2)!important}.topic-sort{background:0 0!important;border:0!important;justify-content:center!important;gap:8px!important;width:min(760px,100% - 32px)!important;margin:0 auto 14px!important;padding:0!important;display:flex!important}.topic-sort a{border:1px solid var(--line)!important;background:var(--paper)!important;color:var(--muted)!important;border-radius:999px!important;padding:8px 14px!important;font-size:12px!important;text-decoration:none!important}.topic-sort a.active{color:var(--ink)!important;border-color:var(--ink)!important;font-weight:900!important}.home-community-grid{grid-template-columns:minmax(0,1fr) 292px!important;align-items:start!important;gap:18px!important;width:min(1180px,100% - 32px)!important;margin:0 auto!important;display:grid!important}.home-side-column{min-width:0!important;position:sticky!important;top:74px!important}.home-all-topics{display:none!important}.home-unified-feed,.stream-feed{background:0 0!important;border:0!important;overflow:visible!important}.home-feed-heading{display:none!important}.stream-list,.home-feed-list{gap:12px!important;display:grid!important}.stream-card,.home-feed-card{border:1px solid var(--line)!important;background:var(--paper)!important;border-radius:13px!important;grid-template-columns:60px minmax(0,1fr)!important;min-height:0!important;transition:border-color .15s,transform .15s!important;display:grid!important;position:relative!important;overflow:hidden!important}.stream-card:hover{border-color:color-mix(in srgb,var(--line) 45%,var(--ink) 55%)!important;transform:translateY(-1px)!important}.stream-vote-rail{border-right:1px solid var(--line)!important;background:var(--paper-2)!important;flex-direction:column!important;grid-area:1/1!important;justify-content:flex-start!important;align-items:center!important;gap:2px!important;padding:17px 6px!important;display:flex!important}.stream-vote-rail form{margin:0!important}.stream-vote-rail button,.stream-vote-rail>span{width:34px!important;height:30px!important;color:var(--muted)!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:7px!important;font-size:17px!important;line-height:1!important}.stream-vote-rail button:hover{background:var(--paper)!important;color:var(--ink)!important}.stream-vote-rail button.active.up{color:#26a65b!important}.stream-vote-rail button.active.down{color:#df635f!important}.stream-vote-rail b{color:var(--ink)!important;font-size:13px!important;line-height:1.2!important}.stream-vote-rail.static span{cursor:default!important;place-items:center!important;display:grid!important}.stream-vote-rail .ghost{opacity:.18!important}.stream-body{grid-area:1/2!important;min-width:0!important;padding:17px 18px 14px!important}.stream-kicker,.home-feed-kicker{color:var(--muted)!important;align-items:center!important;gap:6px!important;margin:0 0 7px!important;font-size:11px!important;display:flex!important}.stream-kicker>span:first-child,.home-feed-kicker>span:first-child{text-transform:uppercase!important;letter-spacing:.035em!important;font-weight:950!important}.stream-topic .stream-kicker>span:first-child,.home-feed-topic .stream-kicker>span:first-child{color:#2f80ed!important}.stream-recipe .stream-kicker>span:first-child{color:#2fab5a!important}.stream-body h3,.home-feed-copy h3{margin:0 0 7px!important;font-size:18px!important;line-height:1.32!important}.stream-body>p,.home-feed-copy>p{max-width:780px!important;color:var(--muted)!important;margin:0 0 12px!important;font-size:13px!important;line-height:1.5!important}.stream-media{background:var(--paper-2)!important;border:1px solid var(--line)!important;border-radius:11px!important;width:min(100%,720px)!important;margin:12px auto 13px!important;display:block!important;overflow:hidden!important}.stream-media img{object-fit:contain!important;background:#0d1115!important;width:100%!important;max-height:520px!important;display:block!important}.stream-symbol{background:var(--paper-2)!important;border:1px solid var(--line)!important;border-radius:50%!important;place-items:center!important;width:58px!important;height:58px!important;margin:12px 0!important;font-size:30px!important;font-weight:900!important;display:grid!important}.stream-symbol.question{color:#2f80ed!important;border-color:#2f80ed66!important}.stream-symbol.quote{color:#d39831!important;border-color:#d3983166!important;font-family:Georgia,serif!important}.stream-meta,.home-feed-meta{color:var(--muted)!important;flex-wrap:wrap!important;align-items:center!important;gap:11px!important;font-size:11px!important;display:flex!important}.stream-meta a{font-weight:850!important}.stream-meta time{margin-left:auto!important}.home-side-column .panel,.home-side-column>section,.home-chat-card{border-radius:12px!important}.home-top-authors{margin-top:12px!important}.chat-preview{max-height:430px!important}.content-index-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px;display:flex}.content-index-head p{color:var(--muted);margin:0}.content-index-search{grid-template-columns:minmax(0,1fr) 92px;gap:9px;margin-bottom:12px;display:grid}.content-index-search input{border:1px solid var(--line);background:var(--paper);height:46px;color:var(--ink);font:inherit;border-radius:12px;padding:0 15px}.content-index-search button{color:#fff;background:#111820;border:0;border-radius:12px;font-weight:900}.content-index-sorts{flex-wrap:wrap;gap:7px;margin:0 0 10px;display:flex}.content-index-sorts a,.content-index-categories a{border:1px solid var(--line);color:var(--muted);background:var(--paper);border-radius:999px;padding:7px 13px;font-size:12px;text-decoration:none}.content-index-sorts a.active,.content-index-categories a.active{border-color:var(--ink);color:var(--ink);font-weight:900}.content-index-categories{gap:6px;padding:0 0 14px;display:flex;overflow-x:auto}.content-index-categories a{white-space:nowrap}.content-index-categories b{margin-left:3px;font-size:10px}.empty-stream{text-align:center;padding:34px}html[data-theme=dark] .bmh-command-search input,html[data-theme=dark] .bmh-command-action,html[data-theme=dark] .topic-sort a,html[data-theme=dark] .stream-card,html[data-theme=dark] .content-index-search input,html[data-theme=dark] .content-index-sorts a,html[data-theme=dark] .content-index-categories a{background:#151c23!important;border-color:#2b3743!important}.stream-vote-rail{background:#111820!important;border-color:#2b3743!important}html[data-theme=dark] .bmh-command-search button,html[data-theme=dark] .content-index-search button{color:#111820!important;background:#f3f1ed!important}@media (max-width:940px){.home-community-grid{grid-template-columns:1fr!important}.home-side-column{position:static!important}.home-topic-column{width:min(820px,100%)!important;margin:0 auto!important}}@media (max-width:650px){.bmh-command,.topic-sort,.home-community-grid{width:min(100% - 20px,760px)!important}.bmh-command-actions,.bmh-browse-links{grid-template-columns:1fr!important}.topic-sort{justify-content:flex-start!important;overflow-x:auto!important}.topic-sort a{white-space:nowrap!important}.stream-card{grid-template-columns:48px minmax(0,1fr)!important}.stream-vote-rail{padding:13px 3px!important}.stream-body{padding:14px 12px 12px!important}.stream-body h3{font-size:16px!important}.stream-media{width:100%!important}.content-index-page{width:min(100% - 20px,1040px)}.content-index-head{flex-direction:column;align-items:flex-start}.content-index-head h1{font-size:28px}.content-index-search{grid-template-columns:1fr 76px}}.bmh-command{width:min(720px,100% - 32px)!important;margin:28px auto 14px!important;padding:34px 0 8px!important}.bmh-maker-mark{top:2px!important;right:0!important}.bmh-command-search,.bmh-command-actions,.bmh-browse-links{width:100%!important;max-width:none!important}.bmh-command-search{grid-template-columns:minmax(0,1fr) 92px!important;gap:10px!important;margin-bottom:10px!important}.bmh-command-actions{grid-template-columns:1fr 1fr!important;gap:10px!important;margin:0!important}.bmh-command-action{grid-template-columns:40px minmax(0,1fr)!important;gap:12px!important;min-height:70px!important;padding:11px 15px!important}.bmh-command-action b{font-size:15px!important;line-height:1.2!important}.bmh-command-action small{margin-top:3px!important;font-size:11px!important;line-height:1.25!important}.bmh-browse-links{grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:4px!important}.bmh-browse-links a{text-align:center!important;border-radius:9px!important;padding:8px 12px!important;font-size:12px!important;display:block!important}.topic-sort{justify-content:center!important;align-items:center!important;gap:7px!important;width:min(720px,100% - 32px)!important;margin:4px auto 16px!important}.topic-sort a{text-align:center!important;min-width:112px!important}.stream-card,.home-feed-card{grid-template-columns:48px minmax(0,1fr)!important}.stream-vote-rail{border-right:1px solid var(--line)!important;background:0 0!important;justify-content:flex-start!important;gap:0!important;width:48px!important;min-width:48px!important;padding:12px 4px!important}.stream-vote-rail button,.stream-vote-rail>span{border-radius:6px!important;width:30px!important;height:25px!important;font-size:15px!important}.stream-vote-rail b{place-items:center!important;min-height:22px!important;font-size:12px!important;display:grid!important}.content-index-page{width:min(920px,100% - 32px)!important;margin:30px auto 60px!important}.content-index-head{text-align:center!important;margin:0 auto 18px!important;display:block!important}.content-index-title{max-width:720px!important;margin:0 auto!important}.content-index-head h1{margin:8px 0 5px!important;font-size:34px!important}.content-index-head p{margin:0!important}.content-index-head .forum-back-link{display:inline-block!important}.content-index-search{grid-template-columns:minmax(0,1fr) 92px!important;width:min(720px,100%)!important;margin:0 auto 12px!important}.content-index-sorts{justify-content:center!important;align-items:center!important;gap:7px!important;margin:0 auto 12px!important}.content-index-sorts a{text-align:center!important;min-width:112px!important}.content-index-category-filter{grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:9px!important;width:min(520px,100%)!important;margin:0 auto 18px!important;display:grid!important}.content-index-category-filter label{color:var(--muted)!important;font-size:12px!important;font-weight:800!important}.content-index-category-filter select{border:1px solid var(--line)!important;background:var(--paper)!important;min-width:0!important;height:40px!important;color:var(--ink)!important;font:inherit!important;border-radius:10px!important;padding:0 34px 0 12px!important;font-size:12px!important}.content-index-category-filter button{color:#fff!important;cursor:pointer!important;background:#111820!important;border:0!important;border-radius:10px!important;height:40px!important;padding:0 14px!important;font-weight:850!important}.topic-stream{width:min(820px,100%)!important;margin:0 auto!important}html[data-theme=dark] .content-index-category-filter select{background:#151c23!important;border-color:#2b3743!important}html[data-theme=dark] .content-index-category-filter button{color:#111820!important;background:#f3f1ed!important}.main-nav{gap:4px!important}.main-nav a{white-space:nowrap!important}@media (max-width:760px){.main-nav{scrollbar-width:none!important;overflow-x:auto!important}.main-nav::-webkit-scrollbar{display:none!important}.bmh-command,.topic-sort{width:min(100% - 20px,720px)!important}.bmh-command-actions,.bmh-browse-links{grid-template-columns:1fr!important}.content-index-page{width:min(100% - 20px,920px)!important}.content-index-head h1{font-size:28px!important}.content-index-search{grid-template-columns:minmax(0,1fr) 76px!important}.content-index-sorts{justify-content:flex-start!important;overflow-x:auto!important}.content-index-sorts a{white-space:nowrap!important;min-width:auto!important}.content-index-category-filter{grid-template-columns:1fr auto!important}.content-index-category-filter label{grid-column:1/-1!important}}.stream-vote-rail{border-right:1px solid var(--line)!important;background:0 0!important;flex-direction:column!important;grid-area:1/1!important;justify-content:flex-start!important;align-self:stretch!important;align-items:center!important;gap:0!important;width:46px!important;min-width:46px!important;height:auto!important;min-height:82px!important;padding:11px 3px!important;display:flex!important;overflow:hidden!important}.stream-vote-rail form{margin:0!important;line-height:1!important}.stream-vote-rail button,.stream-vote-rail>span{width:28px!important;height:24px!important;min-height:24px!important;color:var(--muted)!important;background:0 0!important;border:0!important;place-items:center!important;margin:0!important;padding:0!important;font-size:14px!important;line-height:1!important;display:grid!important}.stream-vote-rail b{width:28px!important;height:22px!important;min-height:22px!important;color:var(--ink)!important;place-items:center!important;margin:0!important;padding:0!important;font-size:12px!important;line-height:1!important;display:grid!important}@media (max-width:650px){.stream-card,.home-feed-card{grid-template-columns:42px minmax(0,1fr)!important}.stream-vote-rail{width:42px!important;min-width:42px!important;padding:9px 2px!important}}.authors-page,.authors-shell,.authors-list-page{margin-top:0!important;padding-top:18px!important}.authors-hero,.authors-page-hero{display:none!important}.stream-card,.home-feed-card{grid-template-columns:46px minmax(0,1fr)!important;align-items:start!important;position:relative!important}.stream-vote-rail{border-right:1px solid var(--line)!important;box-sizing:border-box!important;background:0 0!important;flex-direction:column!important;grid-area:1/1!important;justify-content:flex-start!important;place-self:start stretch!important;align-items:center!important;gap:0!important;width:46px!important;min-width:46px!important;height:86px!important;min-height:86px!important;max-height:86px!important;margin:0!important;padding:8px 0!important;display:flex!important;overflow:hidden!important}.stream-vote-rail button,.stream-vote-rail>span{background:0 0!important;border:0!important;place-items:center!important;width:100%!important;height:23px!important;min-height:23px!important;max-height:23px!important;margin:0!important;padding:0!important;font-size:14px!important;line-height:1!important;display:grid!important}.stream-vote-rail b{place-items:center!important;width:100%!important;height:23px!important;min-height:23px!important;max-height:23px!important;margin:0!important;padding:0!important;font-size:12px!important;line-height:1!important;display:grid!important}.stream-body{grid-area:1/2!important;min-width:0!important}:is(.home-feed-card:has(.stream-image) .stream-vote-rail,.stream-card:has(.stream-image) .stream-vote-rail){align-self:start!important;height:86px!important;min-height:86px!important;max-height:86px!important}html[data-theme=dark] .stream-vote-rail{background:0 0!important;border-color:#2b3743!important}@media (max-width:650px){.stream-card,.home-feed-card{grid-template-columns:42px minmax(0,1fr)!important}.stream-vote-rail{width:42px!important;min-width:42px!important;height:82px!important;min-height:82px!important;max-height:82px!important}}.stream-card,.home-feed-card{grid-template-columns:46px minmax(0,1fr)!important;align-items:start!important}.stream-vote-rail{border-right:1px solid var(--line)!important;box-sizing:border-box!important;background:0 0!important;grid-template-rows:24px 24px!important;align-content:start!important;align-self:start!important;justify-items:center!important;gap:0!important;width:46px!important;min-width:46px!important;max-width:46px!important;height:62px!important;min-height:62px!important;max-height:62px!important;margin:0!important;padding:7px 0!important;display:grid!important;overflow:hidden!important}.stream-vote-rail form,.stream-vote-rail button,.stream-vote-rail>span{place-items:center!important;width:100%!important;height:24px!important;min-height:24px!important;max-height:24px!important;margin:0!important;padding:0!important;display:grid!important}.stream-vote-rail button{background:0 0!important;border:0!important;font-size:15px!important;line-height:1!important}.stream-vote-rail b{white-space:nowrap!important;font-variant-numeric:tabular-nums!important;box-sizing:border-box!important;place-items:center!important;width:42px!important;max-width:42px!important;height:24px!important;margin:0!important;padding:0 2px!important;font-size:12px!important;line-height:1!important;display:grid!important;overflow:hidden!important}.stream-vote-rail .down,.stream-vote-rail .ghost{display:none!important}@media (max-width:650px){.stream-card,.home-feed-card{grid-template-columns:42px minmax(0,1fr)!important}.stream-vote-rail{width:42px!important;min-width:42px!important;max-width:42px!important}.stream-vote-rail b{width:38px!important;max-width:38px!important;font-size:11px!important}}.stream-card,.home-feed-card{padding:0!important;display:block!important;position:relative!important;overflow:hidden!important}.stream-vote-rail{z-index:2!important;background:0 0!important;border:0!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:4px!important;width:auto!important;min-width:0!important;max-width:none!important;height:24px!important;min-height:24px!important;max-height:24px!important;margin:0!important;padding:0!important;display:inline-flex!important;position:absolute!important;top:14px!important;left:18px!important;overflow:visible!important}.stream-vote-rail form{place-items:center!important;width:24px!important;height:24px!important;min-height:24px!important;margin:0!important;padding:0!important;display:grid!important}.stream-vote-rail button,.stream-vote-rail>span{place-items:center!important;width:24px!important;height:24px!important;min-height:24px!important;max-height:24px!important;margin:0!important;padding:0!important;font-size:15px!important;line-height:1!important;display:grid!important}.stream-vote-rail b{place-items:center!important;width:auto!important;min-width:18px!important;max-width:54px!important;height:24px!important;margin:0!important;padding:0 2px!important;font-size:13px!important;line-height:1!important;display:grid!important;overflow:visible!important}.stream-body{min-width:0!important;padding:15px 18px 14px 90px!important;display:block!important}.stream-kicker{align-items:center!important;gap:7px!important;min-height:24px!important;margin:0 0 4px!important;display:flex!important}.stream-body h3{margin-left:0!important}.stream-body>p{max-width:900px!important}.stream-media img{object-fit:contain!important;width:100%!important;max-height:520px!important}.stream-meta{width:100%!important;margin-top:10px!important}@media (max-width:650px){.stream-vote-rail{top:11px!important;left:10px!important}.stream-body{padding:12px 11px 12px 68px!important}.stream-media{width:100%!important;margin:12px auto!important}}.stream-media{background:0 0!important;border-radius:11px!important;width:100%!important;max-width:none!important;margin:14px 0!important;display:block!important;overflow:hidden!important}.stream-media img{object-fit:unset!important;background:0 0!important;width:100%!important;max-width:none!important;height:auto!important;max-height:none!important;display:block!important}.stream-body{box-sizing:border-box!important}.stream-kicker,.stream-body h3,.stream-body>p,.stream-media,.stream-meta{max-width:none!important}.stream-vote-rail{z-index:2!important;position:absolute!important;top:13px!important;left:14px!important}.stream-body{padding:15px 18px 14px 90px!important}.stream-body .stream-media{margin-left:0!important;margin-right:0!important}@media (max-width:650px){.stream-body{padding:12px 11px 12px 68px!important}.stream-media{width:100%!important;margin:12px 0!important}}.stream-card,.home-feed-card{grid-template-columns:none!important;display:block!important;position:relative!important}.stream-vote-rail{display:none!important}.stream-body{box-sizing:border-box!important;width:100%!important;margin:0!important;padding:16px 18px 14px!important;display:block!important}.stream-media{width:100%!important;margin:14px 0 12px!important}.stream-media img{width:100%!important;height:auto!important;display:block!important}.stream-meta{align-items:center!important;gap:10px!important;width:100%!important;margin-top:12px!important;display:flex!important}.stream-meta .stream-like{border:1px solid var(--line)!important;min-height:30px!important;color:var(--muted)!important;font:inherit!important;cursor:pointer!important;background:0 0!important;border-radius:9px!important;align-items:center!important;gap:5px!important;margin-left:auto!important;padding:4px 8px!important;font-size:12px!important;display:inline-flex!important}.stream-meta .stream-like.active{color:#d44!important;border-color:#d4444459!important}.stream-meta .stream-like b{font-variant-numeric:tabular-nums!important;font-weight:800!important}.home-feed-card:before,.home-feed-card:after,.stream-card:before,.stream-card:after{content:none!important;display:none!important}@media (max-width:650px){.stream-body{padding:13px 12px!important}}.stream-meta .stream-like-form{margin-left:auto!important;display:inline-flex!important}.stream-meta .stream-like-form .stream-like{margin-left:0!important}.stream-meta .stream-like{-webkit-user-select:none!important;user-select:none!important}.stream-meta button.stream-like:hover{color:#d44!important;border-color:#d4444466!important}.stream-meta .stream-like-static{cursor:default!important;opacity:.72!important;margin-left:auto!important}html[data-theme=dark] .stream-meta button.stream-like.active{background:#ff5c5c14!important}.home-feed-card[data-type=quote] .stream-kicker,.home-feed-card[data-type=quote] .type-icon,.stream-card[data-type=quote] .stream-kicker,.stream-card[data-type=quote] .type-icon,.feed-type-quote,.quote-accent,.stream-kicker.quote,.stream-type.quote,.quote-mark,.quote-icon{color:#a78bfa!important;border-color:#a78bfa!important}.share-action .action-icon,.share-action .action-icon-wrap,.share-button .action-icon,.home-share-action .action-icon,.ask-tell-card.tell .action-icon,.ask-tell-card.tell .action-symbol{color:#14b8a6!important;border-color:#14b8a6!important}.share-action svg,.share-button svg,.home-share-action svg,.ask-tell-card.tell svg{color:#14b8a6!important;stroke:#14b8a6!important}html[data-theme=dark] .quote-mark,html[data-theme=dark] .quote-icon,html[data-theme=dark] .feed-type-quote,html[data-theme=dark] .quote-accent{color:#a78bfa!important;border-color:#a78bfa!important}html[data-theme=dark] .share-action .action-icon,html[data-theme=dark] .share-button .action-icon,html[data-theme=dark] .home-share-action .action-icon,html[data-theme=dark] .ask-tell-card.tell .action-icon,html[data-theme=dark] .ask-tell-card.tell .action-symbol{color:#14b8a6!important;border-color:#14b8a6!important}@media (min-width:901px){.site-header nav,.header-nav,.main-nav{transform:translate(38px)!important}}.brand{align-items:center!important;gap:7px!important;display:inline-flex!important}.brand-bee{filter:saturate(.92)!important;font-size:.62em!important;line-height:1!important;display:inline-block!important;transform:translateY(1px)!important}.stream-quote .stream-kicker>span:first-child{color:#a78bfa!important}.stream-quote .stream-symbol.quote{color:#a78bfa!important;border-color:#a78bfa!important}.stream-quote .stream-symbol.quote:before,.stream-quote .stream-symbol.quote:after{color:#a78bfa!important}.bmh-command-action.tell .bmh-command-icon{color:#14b8a6!important;border-color:#14b8a6!important}.bmh-command-action.tell:hover .bmh-command-icon{color:#0f9f91!important;border-color:#0f9f91!important}html[data-theme=dark] .stream-quote .stream-kicker>span:first-child,html[data-theme=dark] .stream-quote .stream-symbol.quote{color:#a78bfa!important;border-color:#a78bfa!important}html[data-theme=dark] .bmh-command-action.tell .bmh-command-icon{color:#14b8a6!important;border-color:#14b8a6!important}@media (min-width:1100px){.site-header nav,.header-nav,.main-nav{transform:translate(72px)!important}.home-feed-card img,.stream-card img,.stream-media img,.home-feed-media img{object-fit:contain!important;width:auto!important;max-width:min(100%,680px)!important;max-height:520px!important;margin-left:auto!important;margin-right:auto!important;display:block!important}.stream-media,.home-feed-media{justify-content:center!important;align-items:center!important;width:100%!important;display:flex!important}}.recipe-detail img,.topic-detail img,.post-detail img{max-width:100%!important}@media (min-width:1100px){.site-header nav,.header-nav,.main-nav{transform:translate(142px)!important}.main-nav{gap:2px!important}.main-nav a{padding-inline:14px!important}}.bmh-command{width:min(720px,100% - 32px)!important;margin-top:34px!important;margin-bottom:10px!important}.home-community-grid{grid-template-columns:minmax(0,870px) 300px!important;justify-content:center!important;align-items:start!important;gap:20px!important}.home-topic-column{min-width:0!important}.home-side-column{width:300px!important}.home-unified-feed,.stream-feed{width:100%!important}.home-feed-list,.stream-list{gap:14px!important;display:grid!important}.home-feed-card,.stream-card{background:var(--paper)!important;border:1px solid #d8e0ea!important;border-radius:18px!important;transition:transform .16s,box-shadow .16s,border-color .16s!important;display:block!important;position:relative!important;overflow:hidden!important;box-shadow:0 8px 26px #1723340b!important}.home-feed-card:hover,.stream-card:hover{border-color:#c6d2e1!important;transform:translateY(-1px)!important;box-shadow:0 12px 32px #17233413!important}.stream-body{box-sizing:border-box!important;width:100%!important;padding:18px 20px 16px!important;display:block!important}.stream-kicker{color:var(--muted)!important;flex-wrap:wrap!important;align-items:center!important;gap:7px!important;margin:0 0 8px!important;font-size:11px!important;line-height:1.2!important;display:flex!important}.stream-kicker>span:first-child{color:#2563eb!important;letter-spacing:.045em!important;text-transform:uppercase!important;background:#eef5ff!important;border-radius:999px!important;align-items:center!important;min-height:22px!important;padding:0 8px!important;font-size:10px!important;font-weight:900!important;display:inline-flex!important}.stream-topic:not(.stream-quote) .stream-kicker>span:first-child{color:#2563eb!important;background:#eef5ff!important}.stream-recipe .stream-kicker>span:first-child{color:#168447!important;background:#edf9f1!important}.stream-quote .stream-kicker>span:first-child{color:#7c5ce0!important;background:#f3efff!important}.stream-kicker b{color:#607086!important;font-weight:700!important}.stream-body h3{letter-spacing:-.01em!important;margin:0 0 7px!important;font-size:19px!important;line-height:1.28!important}.stream-body h3 a{color:var(--ink)!important;text-decoration:none!important}.stream-body>p{color:#64758a!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;max-width:780px!important;margin:0!important;font-size:13px!important;line-height:1.55!important;display:-webkit-box!important;overflow:hidden!important}.stream-media{aspect-ratio:16/9!important;background:#10151b!important;border:0!important;border-radius:14px!important;width:100%!important;max-height:430px!important;margin:16px 0 2px!important;display:block!important;overflow:hidden!important}.stream-media img,.home-feed-card img,.stream-card img,.home-feed-media img{object-fit:cover!important;object-position:center!important;border:0!important;width:100%!important;max-width:none!important;height:100%!important;max-height:none!important;margin:0!important;display:block!important}.stream-media:hover img{transition:transform .22s!important;transform:scale(1.012)!important}.stream-symbol{margin:14px 0 2px!important}.stream-symbol.question,.stream-symbol.quote{background:0 0!important;border-radius:15px!important;place-items:center!important;width:50px!important;height:50px!important;display:grid!important}.stream-symbol.question{color:#2f80ed!important;border:1px solid #9dc6ff!important}.stream-symbol.quote{color:#a78bfa!important;border:1px solid #a78bfa8c!important;font-size:27px!important}.stream-meta{color:#7a899b!important;align-items:center!important;gap:11px!important;width:100%!important;min-height:32px!important;margin-top:13px!important;font-size:11px!important;display:flex!important}.stream-meta>a{color:#1e5aa8!important;font-weight:850!important;text-decoration:none!important}.stream-meta time{white-space:nowrap!important;margin-left:auto!important}.stream-like-form{margin:0!important}.stream-meta button.stream-like,.stream-meta .stream-like-static{color:#77879a!important;cursor:pointer!important;background:0 0!important;border:1px solid #d6dfeb!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;gap:4px!important;min-width:42px!important;min-height:30px!important;padding:4px 9px!important;font-size:12px!important;display:inline-flex!important}.stream-meta button.stream-like:hover{color:#d84a5b!important;background:#fff7f8!important;border-color:#efb3bc!important}.stream-meta button.stream-like.active{color:#d83e52!important;background:#fff3f5!important;border-color:#f0aab5!important}.home-chat,.home-top-authors{border-radius:18px!important;box-shadow:0 8px 24px #1723340b!important}html[data-theme=dark] .home-feed-card,html[data-theme=dark] .stream-card{background:#151c23!important;border-color:#2a3744!important;box-shadow:0 8px 26px #00000021!important}html[data-theme=dark] .home-feed-card:hover,html[data-theme=dark] .stream-card:hover{border-color:#3a4a5a!important}html[data-theme=dark] .stream-body>p{color:#aab6c4!important}html[data-theme=dark] .stream-kicker b{color:#91a0b0!important}html[data-theme=dark] .stream-kicker>span:first-child{background:#2563eb1f!important}html[data-theme=dark] .stream-recipe .stream-kicker>span:first-child{color:#4fd67f!important;background:#4fd67f1a!important}html[data-theme=dark] .stream-quote .stream-kicker>span:first-child{color:#a78bfa!important;background:#a78bfa1f!important}html[data-theme=dark] .stream-meta button.stream-like,html[data-theme=dark] .stream-meta .stream-like-static{border-color:#344351!important}html[data-theme=dark] .stream-meta button.stream-like:hover,html[data-theme=dark] .stream-meta button.stream-like.active{background:#d83e5217!important}@media (max-width:1050px){.home-community-grid{grid-template-columns:minmax(0,1fr) 290px!important}.home-side-column{width:290px!important}}@media (max-width:820px){.home-community-grid{grid-template-columns:1fr!important}.home-side-column{width:auto!important;position:static!important}.stream-media{max-height:none!important}}@media (max-width:600px){.stream-body{padding:14px 13px 13px!important}.stream-body h3{font-size:17px!important}.stream-media{border-radius:11px!important;margin-top:12px!important}.stream-meta{gap:8px!important}}@media (min-width:1200px){.header-inner{position:relative!important}.main-nav{z-index:2!important;align-items:stretch!important;min-height:62px!important;position:absolute!important;top:0!important;bottom:0!important;left:50%!important;transform:translate(-360px)!important}.main-nav a{padding-inline:13px!important}}.brand-bee,.maker-bee{transform-origin:50%!important;will-change:transform!important;animation:3.4s ease-in-out infinite bmhBeeIdle!important;display:inline-block!important}.brand:hover .brand-bee,.brand:focus-visible .brand-bee,.bmh-maker-mark:hover .maker-bee{animation:1.25s cubic-bezier(.25,.75,.25,1) both bmhBeeFlight!important}@keyframes bmhBeeIdle{0%,to{transform:translate(0)rotate(-4deg)}35%{transform:translate(1px,-2px)rotate(5deg)}65%{transform:translate(-1px,1px)rotate(-2deg)}}@keyframes bmhBeeFlight{0%{transform:translate(0)rotate(0)scale(1)}22%{transform:translate(8px,-9px)rotate(12deg)scale(1.06)}48%{transform:translate(20px,-3px)rotate(-8deg)scale(.98)}70%{transform:translate(10px,7px)rotate(8deg)scale(1.04)}to{transform:translate(0)rotate(0)scale(1)}}.maker-bee{margin-left:3px!important;animation:4.8s ease-in-out infinite bmhBeeSearch!important}@keyframes bmhBeeSearch{0%,to{transform:translate(0)rotate(-5deg)}20%{transform:translate(3px,-3px)rotate(7deg)}42%{transform:translate(6px)rotate(-3deg)}66%{transform:translate(2px,3px)rotate(5deg)}82%{transform:translate(-2px,1px)rotate(-4deg)}}@media (prefers-reduced-motion:reduce){.brand-bee,.maker-bee{animation:none!important}}@media (min-width:1200px){.header-inner{position:relative!important}.header-brand-group{align-items:center!important;gap:0!important;min-width:0!important;display:flex!important}.site-header nav,.header-nav,.main-nav{position:static!important;top:auto!important;bottom:auto!important;left:auto!important;transform:none!important}.main-nav{align-items:stretch!important;gap:2px!important;min-height:62px!important;margin-left:205px!important}.main-nav a{padding-inline:13px!important}}@media (min-width:1180px){.header-inner{grid-template-columns:minmax(0,1fr) 720px minmax(0,1fr)!important;align-items:center!important;gap:0!important;display:grid!important;position:relative!important}.header-brand-group{grid-column:1!important;justify-self:start!important;align-items:center!important;min-width:0!important;display:flex!important}.site-header .main-nav{grid-column:2!important;place-self:stretch start!important;gap:2px!important;width:auto!important;min-height:62px!important;margin:0!important;padding:0!important;position:static!important;inset:auto!important;transform:none!important}.site-header .main-nav a{padding-inline:13px!important}.header-account{grid-column:3!important;justify-self:end!important}.bmh-command{width:720px!important;max-width:calc(100% - 32px)!important}}@media (min-width:900px) and (max-width:1179px){.site-header .main-nav{margin-left:48px!important;position:static!important;transform:none!important}}.topic-feed .topic-card{grid-template-columns:46px minmax(0,1fr) auto!important;align-items:start!important;gap:4px 14px!important;min-height:0!important;padding:15px 17px!important;display:grid!important}.topic-feed .topic-card-icon{grid-area:1/1!important;place-self:start!important;width:40px!important;height:40px!important}.topic-feed .topic-card-content{grid-area:1/2!important;width:100%!important;min-width:0!important}.topic-feed .topic-card-time{white-space:nowrap!important;grid-area:1/3!important;place-self:center end!important;margin:0!important}.topic-feed .topic-card:has(.topic-card-content-no-avatar){grid-template-columns:minmax(0,1fr) auto!important}.topic-feed .topic-card:has(.topic-card-content-no-avatar) .topic-card-content{grid-column:1!important}.topic-feed .topic-card:has(.topic-card-content-no-avatar) .topic-card-time{grid-column:2!important}.topic-feed .topic-card h2{margin:4px 0!important;font-size:16px!important;line-height:1.28!important}.topic-feed .topic-card-kicker{margin:0!important}.topic-feed .topic-card-meta{margin-top:4px!important}.topic-feed .topic-card-excerpt{display:none!important}.category-hero+.topic-sort+.topic-feed .topic-card{min-height:76px!important}@media (max-width:700px){.topic-feed .topic-card{grid-template-columns:40px minmax(0,1fr)!important;gap:10px!important;padding:13px 12px!important}.topic-feed .topic-card-icon{width:36px!important;height:36px!important}.topic-feed .topic-card-time{grid-area:2/2!important;justify-self:start!important;margin-top:3px!important}.topic-feed .topic-card:has(.topic-card-content-no-avatar){grid-template-columns:1fr!important}.topic-feed .topic-card:has(.topic-card-content-no-avatar) .topic-card-time{grid-column:1!important}}.experience-rank-bee img{filter:drop-shadow(0 1px 1px #0000002e);transform:translateZ(0);object-fit:contain!important;object-position:center!important;width:24px!important;height:24px!important}.experience-rank-bee.experience-rank-compact img,.experience-rank-bee.experience-rank-icon-only img{width:20px!important;height:20px!important}.experience-rank-bee-6 img,.experience-rank-bee-7 img{transition:transform .22s,filter .22s}.experience-rank-bee-6:hover img{filter:drop-shadow(0 0 5px #ffb7266b);transform:translateY(-1px)rotate(-2deg)scale(1.08)}.experience-rank-bee-7:hover img{filter:drop-shadow(0 0 6px #54beff8c);transform:translateY(-1px)scale(1.09)}@media (prefers-reduced-motion:reduce){.experience-rank-bee-6 img,.experience-rank-bee-7 img{transition:none!important;transform:none!important}}.profile-quotes-load-more,.quote-mobile-load-more{justify-content:center;display:flex!important}
