: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,.main-nav a.active{color:var(--blue)}.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}main.shell{padding-top:30px}.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{color:#1557b0}.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-categories-wide{border-radius:14px;margin-top:18px}.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-topic-column{min-width:0}.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-content-no-avatar{grid-column:1/span 1}.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;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-directory-row:last-child{border-bottom:0}.chat-room-directory-row:hover{background:#f7faff}.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{grid-template-columns:28px minmax(0,1fr) auto;gap:8px;padding:12px 11px}.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:none}@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}
