/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.hidden{display:none}.table{display:table}.table-row{display:table-row}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--cream:#fff9f5;--paper:#fffdfb;--ink:#26152d;--muted:#786a79;--coral:#ff4056;--coral-dark:#e92f46;--pink:#ff7595;--lavender:#c5b1ff;--peach:#ffc3a7;--line:#eadfdb;--shadow:0 18px 50px #401e3c17}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 70% 4%, #ffbfa926, transparent 23rem), var(--cream);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.site-shell{min-height:100vh;overflow:hidden}.topbar{grid-template-columns:1fr auto 1fr;align-items:center;gap:40px;width:min(1500px,100% - 64px);height:96px;margin:0 auto;display:grid}.brand{letter-spacing:-1px;align-items:center;gap:14px;width:fit-content;font-size:27px;font-weight:850;display:inline-flex}.brand-mark{border:4px solid var(--coral);width:55px;height:44px;color:var(--coral);border-radius:19px;place-items:center;display:grid;position:relative}.brand-mark:after{content:"";background:var(--cream);border-left:4px solid var(--coral);border-bottom:4px solid var(--coral);width:12px;height:12px;position:absolute;bottom:-8px;left:16px;transform:skewY(-28deg)}.brand-mark span{font-size:22px;line-height:1}.main-nav{align-items:center;gap:54px;font-size:16px;font-weight:720;display:flex}.main-nav a{padding:12px 0;position:relative}.main-nav a:after{content:"";background:var(--coral);height:2px;transition:all .2s;position:absolute;bottom:3px;left:50%;right:50%}.main-nav a:hover:after{left:0;right:0}.header-actions{justify-self:end;align-items:center;gap:16px;display:flex}.profile-link{border:1.5px solid var(--ink);border-radius:50%;place-items:center;width:48px;height:48px;font-size:25px;display:grid}.button{border:0;border-radius:20px;justify-content:center;align-items:center;gap:22px;min-height:58px;padding:0 28px;font-size:17px;font-weight:760;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-3px)}.button-primary{color:#fff;background:linear-gradient(135deg, var(--coral), #ff3b66);box-shadow:0 14px 28px #ff405638}.button-primary:hover{background:linear-gradient(135deg, var(--coral-dark), #f12854);box-shadow:0 18px 34px #ff405647}.button-primary span{width:30px;height:30px;color:var(--coral);background:#fff;border-radius:50%;place-items:center;display:grid}.button-small{border-radius:18px;min-height:52px;padding:0 25px}.button-outline{border:1.5px solid var(--ink);background:#ffffff80}.button-outline:hover{box-shadow:var(--shadow);background:#fff}.button-dark{color:#fff;background:var(--ink)}.hero{grid-template-columns:1.08fr .92fr;align-items:center;gap:42px;width:min(1500px,100% - 64px);min-height:635px;margin:0 auto;padding:36px 0 64px;display:grid}.hero-copy{z-index:2;padding-bottom:10px;position:relative}.eyebrow{color:var(--muted);letter-spacing:.11em;text-transform:uppercase;margin:0 0 22px;font-size:13px;font-weight:800}.eyebrow span{color:var(--coral);margin-right:8px}.hero h1{letter-spacing:-.07em;max-width:830px;margin:0;font-size:clamp(63px,5.7vw,94px);font-weight:900;line-height:.98}.hero h1 em{color:var(--coral);margin-top:8px;font-style:normal;display:inline-block}.hero-description{max-width:650px;color:var(--muted);margin:28px 0 30px;font-size:20px;line-height:1.55}.hero-actions{align-items:center;gap:17px;display:flex}.trust-line{color:var(--muted);align-items:center;gap:13px;margin-top:28px;font-size:13px;display:flex}.trust-line strong{color:var(--ink)}.mini-avatars{padding-left:9px;display:flex}.mini-avatars .avatar{border:2px solid var(--cream);margin-left:-9px}.avatar{color:#fff;background:linear-gradient(145deg, var(--coral), #f79a74);border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font-size:14px;font-weight:850;display:inline-grid}.avatar:nth-child(2n){background:linear-gradient(145deg,#9a7ce8,#5c3dac)}.community-collage{min-width:0;height:560px;position:relative}.mini-post,.quote-card{box-shadow:var(--shadow);border-radius:22px;position:absolute}.mini-post{border:1px solid #462a402b;width:255px;padding:21px}.mini-post header{align-items:center;gap:11px;display:flex}.mini-post header span{gap:2px;display:grid}.mini-post strong{font-size:15px}.mini-post small{color:var(--muted);font-size:12px}.mini-post p{min-height:58px;margin:16px 0;font-size:15px;line-height:1.45}.post-white{background:#ffffffeb;top:24px;left:0;transform:rotate(-1deg)}.post-lavender{background:linear-gradient(150deg,#d8caff,#c4aff7);top:42px;right:0;transform:rotate(1deg)}.post-last{top:295px;right:16px;transform:rotate(1.2deg)}.reaction-row{color:#695c6b;align-items:center;gap:18px;font-size:12px;display:flex}.reaction-row span{align-items:center;gap:5px;display:inline-flex}.reaction-row b{color:var(--coral);font-size:22px;line-height:1}.reaction-row .bookmark{color:var(--ink);margin-left:auto;font-size:24px}.quote-card{z-index:2;color:#fff;background:linear-gradient(145deg,#ff4860,#f52f51);width:315px;min-height:250px;padding:27px;top:222px;left:91px;transform:rotate(-.3deg)}.quote-mark{opacity:.65;font:900 82px/1 Georgia,serif}.quote-card>p{letter-spacing:-.035em;margin:-12px 0 26px;font-size:25px;font-weight:850;line-height:1.08}.quote-card footer,.quote-card footer span{justify-content:space-between;align-items:center;gap:9px;display:flex}.quote-card footer{font-size:13px}.float-reaction{z-index:3;box-shadow:var(--shadow);place-items:center;display:grid;position:absolute}.float-heart{color:#fff;background:var(--coral);border-radius:20px;width:62px;height:62px;font-size:28px;top:110px;left:270px;transform:rotate(4deg)}.float-comment{width:70px;height:48px;color:var(--coral);background:#fff;border-radius:16px;grid-auto-flow:column;gap:6px;top:150px;right:244px}.float-comment small{color:var(--ink)}.community-section{background:#ffffff94;border-top:1px solid #4b244014;padding:32px max(32px,50% - 750px) 110px}.topic-row{align-items:center;gap:14px;margin-top:-27px;padding:2px 0 34px;display:flex;overflow-x:auto}.topic-chip{border:1px solid var(--line);background:var(--paper);color:#645568;border-radius:18px;flex:none;align-items:center;gap:11px;min-width:174px;height:54px;padding:0 21px;font-weight:660;display:inline-flex}.topic-chip span{color:var(--pink);font-size:21px}.topic-chip.active{border:1.5px solid var(--coral);color:var(--ink)}.topic-chip.active span{color:var(--coral)}.section-heading{justify-content:space-between;align-items:end;gap:30px;padding:62px 0 34px;display:flex}.section-heading h2{letter-spacing:-.055em;margin:0;font-size:clamp(38px,4.4vw,66px);line-height:1}.text-link{border-bottom:1.5px solid var(--ink);padding-bottom:8px;font-weight:750}.text-link span{color:var(--coral);margin-left:8px}.story-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.story-card{border:1px solid var(--line);background:#fff;border-radius:22px;min-width:0;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 12px 34px #3622330d}.story-card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.story-art{height:210px;position:relative;overflow:hidden}.story-art.peach{background:linear-gradient(145deg,#ffd8c8,#f7b2b9)}.story-art.lavender{background:linear-gradient(145deg,#d8ccff,#a990f3)}.story-art.sunset{background:linear-gradient(145deg,#ffd0a5,#ffb892)}.cup{color:#fff;border-radius:6px 6px 28px 28px;place-items:center;width:82px;height:63px;font-size:23px;display:grid;position:absolute;bottom:42px;box-shadow:inset 0 8px #ffffff40}.cup:after{content:"";z-index:-1;border:9px solid;border-radius:50%;width:28px;height:28px;position:absolute;top:13px;right:-17px}.cup-one{background:#ff5574;left:28%}.cup-two{color:#29133a;background:#38214a;left:51%}.phone{width:112px;height:165px;color:var(--coral);background:#fff;border:10px solid #3a235c;border-radius:22px;place-items:center;font-size:42px;display:grid;position:absolute;inset:24px auto auto 38%;transform:rotate(-6deg);box-shadow:18px 18px #ffffff61}.phone i{color:#fff;background:var(--coral);border-radius:12px;padding:10px 14px;font-size:18px;position:absolute;top:62px;right:-42px}.heart-puzzle{color:#ff4a68;filter:drop-shadow(15px 16px #ffffff38);font-size:142px;position:absolute;top:31px;left:29%}.heart-puzzle.second{color:#8e75db;clip-path:inset(0 0 0 50%);left:48%}.story-body{padding:24px}.story-kicker{color:var(--coral);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:850}.story-card h3{letter-spacing:-.035em;min-height:62px;margin:10px 0 23px;font-size:25px;line-height:1.08}.story-author{align-items:center;gap:10px;margin-bottom:20px;display:flex}.story-author span{gap:3px;display:grid}.story-author b{font-size:13px}.story-author small{color:var(--muted);font-size:11px}.manifesto{color:#fff;background:var(--coral);justify-content:space-between;align-items:center;gap:30px;padding:62px max(32px,50% - 750px);display:flex}.manifesto p{letter-spacing:-.04em;max-width:730px;margin:0;font-size:clamp(26px,3.2vw,48px);font-weight:850;line-height:1.08}@media (width<=1150px){.topbar,.hero{width:min(100% - 42px,960px)}.main-nav{display:none}.topbar{grid-template-columns:1fr auto}.hero{grid-template-columns:1fr;padding-top:58px}.hero-copy{max-width:820px}.community-collage{width:min(690px,100%);margin:0 auto}.story-grid{grid-template-columns:1fr 1fr}.story-card:last-child{display:none}}@media (width<=720px){.topbar{width:calc(100% - 30px);height:78px}.brand{gap:10px;font-size:21px}.brand-mark{border-width:3px;width:46px;height:38px}.brand-mark:after{border-width:3px}.header-actions .button{display:none}.profile-link{width:43px;height:43px}.hero{width:calc(100% - 30px);min-height:auto;padding:46px 0 70px}.hero h1{font-size:clamp(49px,14.5vw,67px)}.hero-description{font-size:17px}.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}.community-collage{transform-origin:0 0;width:111%;height:575px;margin-top:12px;transform:scale(.9)}.post-lavender{display:none}.post-last{right:0}.quote-card{left:58px}.float-heart{left:230px}.community-section{padding:28px 15px 70px}.section-heading{flex-direction:column;align-items:flex-start;padding-top:40px}.story-grid{grid-template-columns:1fr}.story-card:last-child{display:block}.manifesto{flex-direction:column;align-items:stretch;padding:50px 20px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.inner-page{background:var(--cream);min-height:100vh}.compact-topbar{border-bottom:1px solid #43223d14}.form-layout,.writing-layout{grid-template-columns:.92fr 1.08fr;align-items:center;gap:80px;width:min(1260px,100% - 64px);margin:0 auto;padding:70px 0 100px;display:grid}.form-intro h1,.writing-layout aside h1,.feed-hero h1{letter-spacing:-.065em;margin:0;font-size:clamp(54px,5.4vw,82px);line-height:.97}.form-intro h1 em,.writing-layout aside h1 em,.feed-hero h1 em{color:var(--coral);font-style:normal}.form-intro>p:not(.eyebrow),.writing-layout aside>p:not(.eyebrow){max-width:560px;color:var(--muted);font-size:18px;line-height:1.6}.form-intro ul{gap:15px;margin:30px 0 0;padding:0;font-weight:720;list-style:none;display:grid}.form-intro li{align-items:center;gap:13px;display:flex}.form-intro li span{width:38px;height:38px;color:var(--coral);background:#fff;border-radius:13px;place-items:center;display:grid;box-shadow:0 8px 20px #411d3a0f}.form-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:30px;padding:clamp(28px,4vw,58px)}.form-card h2{letter-spacing:-.035em;margin:0 0 28px;font-size:34px}.form-step{color:var(--coral);letter-spacing:.12em;margin:0 0 10px;font-size:12px;font-weight:850}.signin-box{place-items:start;display:grid}.signin-box h2{margin:25px 0 12px}.signin-box p{color:var(--muted);margin:0 0 28px;line-height:1.6}.signin-icon{color:#fff;background:var(--coral);border-radius:23px;place-items:center;width:66px;height:66px;font-size:28px;display:grid;transform:rotate(-5deg);box-shadow:0 16px 28px #ff405640}.community-form{gap:22px;display:grid}.community-form label{gap:9px;font-size:14px;font-weight:800;display:grid}.community-form label>span{color:var(--muted);font-size:11px;font-weight:500}.community-form input:not([type=checkbox]),.community-form textarea,.community-form select,.comments-section textarea,.feed-controls>select{width:100%;color:var(--ink);font:inherit;background:#fffdfb;border:1px solid #dfd4d8;border-radius:15px;outline:0;font-weight:500;transition:border .2s,box-shadow .2s}.community-form input:not([type=checkbox]),.community-form select{height:56px;padding:0 17px}.community-form textarea,.comments-section textarea{resize:vertical;padding:16px 17px;line-height:1.55}.community-form input:focus,.community-form textarea:focus,.community-form select:focus,.comments-section textarea:focus{border-color:var(--coral);box-shadow:0 0 0 4px #ff40561a}.community-form small{color:var(--muted);font-weight:500}.join-terms{color:var(--muted);margin:-4px 0 0;font-size:12px;line-height:1.5}.consent-row{background:#fff5f2;border-radius:14px;grid-template-columns:auto 1fr;align-items:flex-start;padding:15px}.consent-row input{width:18px;height:18px;accent-color:var(--coral)}.consent-row span{line-height:1.45;font-size:12px!important}.form-error,.form-message{color:#9f1730;background:#fff0f3;border-radius:12px;margin:0;padding:13px 15px;font-size:13px}.community-form button:disabled{cursor:wait;opacity:.62}.writing-layout{grid-template-columns:.8fr 1.2fr;align-items:start;padding-top:66px}.writing-layout aside{position:sticky;top:40px}.writing-layout aside h1{font-size:clamp(48px,4.8vw,70px)}.wide-card{padding:42px}.post-form{gap:19px}.character-count{justify-self:end}.writing-note{color:var(--muted);background:#fff8f6;border:1px dashed #e5bfc4;border-radius:14px;padding:15px 17px;font-size:13px;line-height:1.5}.feed-page{background:linear-gradient(180deg, var(--cream) 0, #fff 520px)}.feed-hero{grid-template-columns:1.2fr .8fr;align-items:end;gap:60px;width:min(1500px,100% - 64px);margin:0 auto;padding:84px 0 66px;display:grid}.feed-hero h1{font-size:clamp(58px,6vw,92px)}.feed-hero>div:last-child{justify-self:end;max-width:470px}.feed-hero>div:last-child p{color:var(--muted);margin:0 0 26px;font-size:18px;line-height:1.55}.feed-content{padding:0 max(32px,50% - 750px) 110px}.feed-controls{justify-content:space-between;align-items:center;gap:25px;margin-bottom:30px;display:flex}.feed-controls .topic-row{margin:0;padding:0}.feed-controls button{cursor:pointer;font-family:inherit}.feed-controls>select{background:#fff;width:150px;height:52px;padding:0 14px}.feed-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.feed-card{border:1px solid var(--line);background:#fff;border-radius:20px;flex-direction:column;min-height:245px;padding:20px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 8px 24px #3c1e360d}.feed-card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.feed-card.tone-1{background:linear-gradient(145deg,#f4efff,#fff 70%)}.feed-card.tone-2{background:linear-gradient(145deg,#fff0e8,#fff 70%)}.feed-card-top{color:var(--coral);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:12px;font-size:11px;font-weight:850;display:flex}.feed-card-top time{color:var(--muted);letter-spacing:0;text-transform:none;font-size:10px;font-weight:650}.feed-card h2{letter-spacing:-.035em;margin:16px 0 8px;font-size:21px;line-height:1.12}.feed-card p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden}.feed-card footer{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:17px;font-size:11px;display:flex}.feed-copy{display:block}.feed-actions{gap:6px;display:flex}.feed-actions button{border:1px solid var(--line);min-width:48px;height:34px;color:var(--muted);cursor:pointer;background:#fff;border-radius:11px;padding:0 9px;font-weight:800}.feed-actions button.liked{border-color:var(--coral);color:#fff;background:var(--coral)}.feed-actions .feed-save{min-width:38px;padding:0 8px}.feed-actions .feed-save svg{width:19px;height:19px;margin:auto;display:block}.feed-actions .feed-save.saved{border-color:var(--coral);color:var(--coral);background:#fff1f4}.feed-actions button:disabled{opacity:.55;cursor:wait}.feed-message{color:#9e223a;background:#fff1f4;border-radius:12px;margin:0 0 16px;padding:12px 15px}.inline-comments{border-top:1px solid var(--line);margin:16px -4px -4px;padding-top:14px}.inline-comments form{grid-template-columns:1fr auto;gap:8px;display:grid}.inline-comments textarea{border:1px solid var(--line);resize:vertical;min-width:0;font:inherit;border-radius:12px;padding:10px 12px}.inline-comments form button{color:#fff;background:var(--coral);cursor:pointer;border:0;border-radius:12px;padding:0 13px;font-weight:800}.inline-comments>div{max-height:220px;margin-top:8px;overflow:auto}.inline-comments>div article{border-top:1px solid var(--line);padding:9px 4px}.inline-comments>div article p{-webkit-line-clamp:unset;margin-top:3px;font-size:12px;display:block}.feed-author{color:var(--ink);align-items:center;gap:9px;display:inline-flex}.feed-author i,.article-author i,.comments-list i{color:#fff;background:linear-gradient(145deg, var(--coral), var(--peach));border-radius:50%;place-items:center;width:34px;height:34px;font-style:normal;font-weight:850;display:grid}.loading-card{border:1px solid var(--line);color:var(--muted);text-align:center;background:#fff;border-radius:24px;padding:70px}.empty-state{text-align:center;grid-column:1/-1;align-content:center;place-items:center;gap:18px;min-height:350px;padding:60px 30px;display:grid}.empty-state>span{color:var(--coral);font-size:58px}.empty-state h1,.empty-state h2{margin:0}.article-layout{width:min(980px,100% - 40px);margin:0 auto;padding:75px 0 110px}.article-detail{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:30px;padding:clamp(30px,6vw,72px)}.article-meta{color:var(--coral);text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;font-size:12px;font-weight:850;display:flex}.article-meta button{color:var(--muted);cursor:pointer;background:0 0;border:0}.article-detail h1{letter-spacing:-.06em;max-width:800px;margin:28px 0;font-size:clamp(44px,6vw,72px);line-height:.98}.article-author{border-bottom:1px solid var(--line);align-items:center;gap:11px;padding-bottom:38px;display:flex}.article-author span{gap:3px;display:grid}.article-author small{color:var(--muted);font-size:11px}.article-copy{color:#47394a;max-width:740px;margin:42px auto;font-family:Georgia,Times New Roman,serif;font-size:21px;line-height:1.78}.article-actions{border-top:1px solid var(--line);gap:12px;padding-top:26px;display:flex}.article-actions button{border:1px solid var(--line);min-width:150px;height:50px;color:var(--ink);cursor:pointer;background:#fff;border-radius:16px;justify-content:center;align-items:center;gap:8px;font-weight:750;display:inline-flex}.article-actions button svg{width:20px;height:20px}.article-actions button:disabled,.article-meta button:disabled,.comments-section button:disabled{opacity:.55;cursor:wait}.article-actions button.active{border-color:var(--coral);color:#fff;background:var(--coral)}.success-message{color:#276749;background:#edfdf4}.comments-section{border:1px solid var(--line);background:#fff;border-radius:28px;margin-top:25px;padding:clamp(28px,5vw,55px)}.comments-section h2{margin:0 0 25px;font-size:30px}.comments-section h2 span{color:var(--coral)}.comments-section form{gap:13px;display:grid}.comments-section form .button{justify-self:end;width:fit-content;min-height:48px;font-size:14px}.comments-list{gap:18px;margin-top:32px;display:grid}.comments-list article{border-top:1px solid var(--line);grid-template-columns:auto 1fr;gap:13px;padding-top:18px;display:grid}.comments-list header{justify-content:space-between;align-items:center;display:flex}.comments-list small{color:var(--muted)}.comments-list p{color:#554859;margin:8px 0 0;line-height:1.55}.profile-hero{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:25px;width:min(1100px,100% - 40px);margin:0 auto;padding:70px 0 50px;display:grid}.profile-avatar{color:#fff;background:linear-gradient(145deg, var(--coral), var(--pink));border-radius:32px;place-items:center;width:100px;height:100px;font-size:42px;font-weight:850;display:grid;transform:rotate(-3deg)}.profile-hero h1{letter-spacing:-.05em;margin:0 0 6px;font-size:52px}.profile-hero p{color:var(--muted);margin:0}.profile-actions{gap:10px;font-size:13px;font-weight:750;display:grid}.profile-actions a,.profile-actions button{border:0;border-bottom:1px solid var(--ink);color:inherit;cursor:pointer;font:inherit;background:0 0;padding:0 0 4px}.profile-actions form{margin:0}.profile-content{width:min(1100px,100% - 40px);margin:0 auto;padding:25px 0 100px}.profile-content .section-heading{padding-top:35px}.profile-posts{gap:13px;display:grid}.profile-posts a{border:1px solid var(--line);background:#fff;border-radius:18px;padding:22px}.profile-posts a span{color:var(--coral);text-transform:uppercase;font-size:10px;font-weight:850}.profile-posts h3{margin:8px 0;font-size:22px}.profile-posts small{color:var(--muted)}.powered-by{border-top:1px solid var(--line);color:var(--muted);letter-spacing:.04em;text-align:center;background:#fff;padding:24px 20px 30px;font-size:12px}.powered-by strong{color:var(--ink);font-weight:850}:is(body:has(.admin-shell)>.powered-by,body:has(.admin-loading)>.powered-by){display:none}@media (width<=1000px){.form-layout,.writing-layout,.feed-hero{grid-template-columns:1fr;gap:45px}.form-intro,.writing-layout aside{position:static}.feed-hero>div:last-child{justify-self:start}.feed-grid{grid-template-columns:1fr 1fr}}@media (width<=700px){.form-layout,.writing-layout{width:calc(100% - 30px);padding-top:45px}.form-card,.wide-card{border-radius:23px;padding:24px 18px}.form-intro h1,.writing-layout aside h1,.feed-hero h1{font-size:50px}.feed-hero{width:calc(100% - 30px);padding:55px 0 45px}.feed-content{padding:0 15px 75px}.feed-controls{flex-direction:column;align-items:stretch}.feed-controls>select{width:100%}.feed-grid{grid-template-columns:1fr}.article-layout{padding-top:40px}.article-detail{border-radius:23px;padding:28px 20px}.article-detail h1{font-size:44px}.article-copy{font-size:18px}.article-actions{flex-direction:column}.comments-section{padding:25px 18px}.profile-hero{grid-template-columns:auto 1fr}.profile-avatar{border-radius:24px;width:72px;height:72px}.profile-actions{grid-column:1/-1;grid-auto-flow:column;justify-content:start;gap:20px}}.admin-loading{min-height:100vh;color:var(--muted);background:#f6f3f1;place-items:center;display:grid}.admin-shell{color:#28192e;background:#f6f3f1;grid-template-columns:255px 1fr;min-height:100vh;display:grid}.admin-sidebar{color:#fff;background:#211228;flex-direction:column;height:100vh;padding:28px 20px;display:flex;position:sticky;top:0}.admin-brand{grid-template-columns:42px 1fr;align-items:center;gap:11px;margin:0 8px 42px;display:grid}.admin-brand>span{background:var(--coral);border-radius:14px;grid-row:1/3;place-items:center;width:42px;height:42px;display:grid}.admin-brand b{align-self:end;font-size:16px}.admin-brand small{color:#bdaec3;letter-spacing:.18em;align-self:start;font-size:8px}.admin-sidebar nav{gap:5px;display:grid}.admin-sidebar nav button{color:#cbbfd0;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:13px;justify-content:space-between;align-items:center;height:48px;padding:0 14px;font:650 13px/1 Arial,sans-serif;display:flex;position:relative}.admin-sidebar nav button:hover,.admin-sidebar nav button.active{color:#fff;background:#ffffff17}.admin-sidebar nav button.active:before{content:"";background:var(--coral);border-radius:0 6px 6px 0;width:4px;height:24px;position:absolute;left:-20px}.admin-sidebar nav i{color:#fff;background:var(--coral);border-radius:8px;place-items:center;min-width:22px;height:22px;font-size:10px;font-style:normal;display:grid}.view-site{color:#d8cedd;text-align:center;border:1px solid #ffffff26;border-radius:13px;margin-top:auto;padding:14px;font-size:12px;font-weight:700}.admin-main{min-width:0;padding:42px clamp(28px,4vw,64px) 80px}.admin-main>header{justify-content:space-between;align-items:center;gap:25px;margin-bottom:35px;display:flex}.admin-main>header p{color:var(--coral);letter-spacing:.14em;margin:0 0 7px;font-size:10px;font-weight:850}.admin-main>header h1{letter-spacing:-.05em;margin:0;font-size:clamp(34px,4vw,52px)}.admin-badge{color:#756879;background:#fff;border:1px solid #ddd2d8;border-radius:999px;padding:10px 15px;font-size:11px;font-weight:750}.admin-notice{color:#9e223a;background:#fff1f4;border:1px solid #fac5cf;border-radius:13px;margin:-18px 0 25px;padding:13px 16px;font-size:13px}.admin-card{background:#fff;border:1px solid #e5dcdf;border-radius:20px;box-shadow:0 8px 24px #2c192b0a}.admin-card>h2,.settings-form h2{margin:0 0 23px;font-size:20px}.stat-grid{grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:20px;display:grid}.stat-grid article{background:#fff;border:1px solid #e5dcdf;border-radius:19px;align-content:space-between;min-height:150px;padding:22px;display:grid;box-shadow:0 8px 24px #2c192b0a}.stat-grid article.alert{background:#fff5f6;border-color:#ff9bac}.stat-grid span{color:#716476;font-size:12px;font-weight:700}.stat-grid b{letter-spacing:-.05em;font-size:42px}.stat-grid small{color:#998c9c}.admin-main section>.admin-card:not(.admin-editor):not(.moderation-row):not(.report-row):not(.table-card){padding:25px}.admin-list-row{border-top:1px solid #eee7ea;justify-content:space-between;align-items:center;gap:20px;padding:15px 0;display:flex}.admin-list-row span,.admin-editor summary span{gap:4px;display:grid}.admin-list-row small,.admin-editor small{color:#978a9a}.status{color:#6b5f6e;text-transform:uppercase;background:#eee8ec;border-radius:999px;width:fit-content;padding:6px 9px;font-size:9px;font-style:normal;font-weight:850}.status.published,.status.active{color:#1d7150;background:#e4f7ee}.status.hidden{color:#9b6920;background:#fff1d8}.status.removed,.status.blocked{color:#a02c41;background:#ffe4e9}.admin-stack{gap:13px;display:grid}.admin-editor{overflow:hidden}.admin-editor summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:20px 23px;list-style:none;display:flex}.admin-editor summary::-webkit-details-marker{display:none}.admin-editor[open] summary{background:#fffaf8;border-bottom:1px solid #eee7ea}.admin-editor form,.settings-form{gap:17px;padding:24px;display:grid}.admin-editor label,.settings-form>label{color:#736677;gap:7px;font-size:11px;font-weight:800;display:grid}.admin-editor input,.admin-editor textarea,.admin-editor select,.settings-form input,.settings-form textarea,.category-admin-row input{color:#28192e;background:#fff;border:1px solid #ddd4d8;border-radius:11px;outline:0;width:100%;font:500 13px/1.4 Arial,sans-serif}.admin-editor input,.admin-editor select,.settings-form input,.category-admin-row input{height:44px;padding:0 12px}.admin-editor textarea,.settings-form textarea{resize:vertical;padding:12px}.admin-editor input:focus,.admin-editor textarea:focus,.admin-editor select:focus,.settings-form input:focus,.settings-form textarea:focus{border-color:var(--coral);box-shadow:0 0 0 3px #ff405614}.form-split{grid-template-columns:1fr 1fr;gap:14px;display:grid}.admin-editor form>button,.settings-form>button,.category-admin-row>button,.report-row button{color:#fff;background:var(--coral);cursor:pointer;border:0;border-radius:11px;width:fit-content;min-height:42px;padding:0 16px;font-weight:750}.admin-editor-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-editor-actions button{color:#fff;cursor:pointer;background:#28192e;border:0;border-radius:12px;min-height:44px;padding:0 18px;font-weight:800}.admin-editor-actions button.danger{background:#c82946}.admin-editor-actions button:disabled{opacity:.55;cursor:wait}.moderation-row,.report-row{justify-content:space-between;align-items:center;gap:25px;padding:22px;display:flex}.moderation-row p{color:#534657;margin:8px 0;line-height:1.5}.moderation-row small,.report-row small{color:#998c9c}.moderation-row select{background:#fff;border:1px solid #ddd4d8;border-radius:11px;min-width:125px;height:42px;padding:0 10px}.context{color:var(--coral);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:850}.report-row h3{margin:8px 0}.report-row>div:last-child{gap:7px;display:flex}.report-row button.ghost{color:#5c4e60;background:#eee8ec}.admin-empty{color:#918494;text-align:center;border:1px dashed #d9cfd4;border-radius:20px;padding:80px 30px}.table-card{overflow-x:auto}.member-export-bar{justify-content:space-between;align-items:center;gap:20px;min-width:760px;padding:20px;display:flex}.member-export-bar h2{margin:0 0 5px;font-size:20px}.member-export-bar p{color:#887a8b;margin:0;font-size:12px}.member-export-actions{align-items:center;gap:10px;display:flex}.live-member-count{color:#28192e;font-variant-numeric:tabular-nums;background:#fff7f8;border:1px solid #e5dce1;border-radius:12px;justify-content:center;align-items:center;min-width:54px;min-height:42px;padding:0 14px;font-size:18px;font-weight:900;display:inline-flex}.export-members{color:#fff;white-space:nowrap;background:#28192e;border-radius:12px;justify-content:center;align-items:center;min-height:42px;padding:0 17px;font-size:11px;font-weight:850;display:inline-flex}.export-members:hover{background:var(--coral)}.member-table{min-width:760px}.table-head,.table-row{grid-template-columns:1.1fr 1.5fr .7fr .8fr;align-items:center;gap:18px;padding:15px 20px;display:grid}.table-head{color:#978a9a;text-transform:uppercase;background:#faf7f6;font-size:10px;font-weight:850}.table-row{border-top:1px solid #eee7ea;font-size:12px}.table-row>span:first-child{gap:4px;display:grid}.table-row small{color:#998c9c}.table-row button{cursor:pointer;border:0;border-radius:10px;min-height:36px;padding:0 12px;font-size:10px;font-weight:800}.table-row button.danger{color:#a02c41;background:#ffe4e9}.table-row button.success{color:#1d7150;background:#e4f7ee}.appearance-grid{grid-template-columns:1fr 1.15fr;align-items:start;gap:18px;display:grid}.settings-form{padding:25px!important}.category-admin-row{border-top:1px solid #eee7ea;grid-template-columns:1fr 70px auto auto;align-items:center;gap:9px;padding:11px 0;display:grid}.category-admin-row .order-input{text-align:center}.switch{color:#706274;align-items:center;gap:5px;font-size:11px;display:inline-flex}.switch input{width:16px;height:16px;accent-color:var(--coral)}.ad-intro{padding:25px}.ad-intro p,.ad-size-note{color:#756879;margin:0;line-height:1.6}.ad-form-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.ad-form-heading h2{margin:4px 0 6px}.ad-form-heading small{color:var(--coral);letter-spacing:.1em;font-size:9px;font-weight:850}.ad-size-note{font-size:11px}.ad-slot{background:#28192e;border-radius:22px;width:min(1180px,100% - 48px);margin:22px auto;overflow:hidden}.ad-slot a{color:#fff;grid-template-columns:minmax(180px,38%) 1fr;align-items:center;min-height:110px;display:grid}.ad-slot img{object-fit:cover;width:100%;height:140px}.ad-slot a>span{gap:8px;padding:20px 28px;display:grid}.ad-slot a small{color:#ffabb7;letter-spacing:.14em;text-transform:uppercase;font-size:9px;font-weight:850}.ad-slot a b{font-size:clamp(18px,2.4vw,30px);line-height:1.15}.article-layout>.ad-slot{width:100%;margin-top:0}@media (width<=1050px){.stat-grid{grid-template-columns:1fr 1fr}.appearance-grid{grid-template-columns:1fr}}@media (width<=760px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{height:auto;padding:18px 15px;position:static}.admin-brand{margin:0 0 15px}.admin-sidebar nav{grid-template-columns:repeat(3,1fr)}.admin-sidebar nav button{text-align:center;justify-content:center;padding:0 8px;font-size:10px}.admin-sidebar nav button.active:before,.view-site{display:none}.admin-main{padding:28px 15px 60px}.stat-grid{grid-template-columns:1fr 1fr}.moderation-row,.report-row{flex-direction:column;align-items:stretch}.form-split{grid-template-columns:1fr}.category-admin-row{grid-template-columns:1fr 62px}.admin-editor-actions{flex-direction:column;align-items:stretch}.category-admin-row .switch,.category-admin-row button{justify-self:start}.ad-slot{width:calc(100% - 30px)}.ad-slot a{grid-template-columns:1fr}.ad-slot img{height:170px}.ad-form-heading{flex-direction:column;align-items:flex-start}}
