:root{--admin-accent: #cf6675;--admin-ink: #3f3734;--admin-muted: #847975;--admin-line: #e8dfda;--admin-bg: #f6f2ef}.admin-login-page,.admin-state-page{min-height:100vh;display:grid;place-items:center;padding:24px;color:var(--admin-ink);background:radial-gradient(circle at 20% 15%,#f8e7e5,transparent 35%),var(--admin-bg)}.admin-login-card,.admin-state-card{width:min(430px,100%);padding:38px;border:1px solid rgba(86,65,57,.1);border-radius:24px;background:#fffffff0;box-shadow:0 22px 70px #4a332b1f}.admin-login-brand{display:inline-flex;align-items:center;gap:8px;margin-bottom:32px;color:var(--admin-ink);text-decoration:none;font-weight:700}.admin-login-brand span{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;color:#fff;background:linear-gradient(145deg,#ed8492,#cf6072)}.admin-kicker{margin:0 0 7px;color:var(--admin-accent);font-size:11px;font-weight:800;letter-spacing:.15em}.admin-login-card h1,.admin-state-card h1{margin:0;font-size:29px}.admin-login-note{margin:10px 0 28px;color:var(--admin-muted);font-size:13px;line-height:1.7}.admin-login-card label{display:grid;gap:8px;margin:16px 0}.admin-login-card label>span{color:#685e5a;font-size:12px;font-weight:650}.admin-login-card input{width:100%;height:48px;padding:0 14px;border:1px solid var(--admin-line);border-radius:12px;outline:none;color:var(--admin-ink);background:#fff;font-size:15px}.admin-login-card input:focus{border-color:#da8a95;box-shadow:0 0 0 4px #cf66751a}.admin-login-card button,.admin-state-card button{width:100%;min-height:46px;margin-top:12px;border:0;border-radius:12px;color:#fff;background:linear-gradient(135deg,#df7887,#c75e70);font-weight:700;cursor:pointer}.admin-login-card button:disabled{opacity:.6;cursor:wait}.admin-form-error{margin:12px 0 0;color:#b34759;font-size:12px}.admin-state-card{text-align:center}.admin-state-card p{color:var(--admin-muted)}@media(max-width:520px){.admin-login-page,.admin-state-page{padding:15px}.admin-login-card,.admin-state-card{padding:29px 22px;border-radius:20px}}.admin-shell{min-height:100vh;color:var(--admin-ink);background:#f7f4f1}.admin-topbar{position:sticky;z-index:80;top:0;min-height:68px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:0 max(24px,calc((100vw - 1240px)/2));border-bottom:1px solid rgba(88,66,58,.09);background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.admin-topbar-brand{display:flex;align-items:center;gap:10px;color:var(--admin-ink);text-decoration:none}.admin-topbar-brand>span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;color:#fff;background:linear-gradient(145deg,#eb8391,#ca5d70)}.admin-topbar-brand div{display:grid}.admin-topbar-brand strong{font-size:14px}.admin-topbar-brand small{color:#9a8f8a;font-size:9px;letter-spacing:.11em;text-transform:uppercase}.admin-topbar nav,.admin-account{display:flex;align-items:center;gap:9px}.admin-topbar nav a,.admin-account button{padding:8px 11px;border:0;border-radius:9px;color:#716661;background:transparent;text-decoration:none;font-size:12px;cursor:pointer}.admin-topbar nav a:hover,.admin-account button:hover{background:#f5efec}.admin-account{justify-self:end}.admin-account>span{margin-right:4px;color:#9c908b;font-size:11px}.admin-main{width:min(1240px,calc(100% - 40px));margin:0 auto;padding:49px 0 90px}.admin-page-title{margin-bottom:30px}.admin-page-title p,.admin-section-heading p{margin:0 0 7px;color:var(--admin-accent);font-size:10px;font-weight:800;letter-spacing:.16em}.admin-page-title h1{margin:0;font-size:clamp(28px,4vw,39px);letter-spacing:-.025em}.admin-password-panel{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:-10px 0 28px;padding:16px;border:1px solid var(--admin-line);border-radius:15px;background:#fff;box-shadow:0 10px 30px #46322a0d}.admin-password-panel strong{margin-right:5px;font-size:13px}.admin-password-panel input{height:39px;padding:0 11px;border:1px solid var(--admin-line);border-radius:9px}.admin-password-panel button{height:39px;padding:0 14px;border:0;border-radius:9px;color:#fff;background:var(--admin-accent);cursor:pointer}.admin-password-panel button.is-quiet{color:#766b66;background:#f3eeeb}.admin-password-panel p{flex-basis:100%;margin:0;color:#b34759;font-size:11px}.admin-loading-card,.admin-empty-card{padding:70px 30px;border:1px solid var(--admin-line);border-radius:22px;color:#8e827d;text-align:center;background:#fff}.admin-alert{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:0 0 20px;padding:13px 16px;border:1px solid #cce3d4;border-radius:12px;color:#4f795e;background:#eff8f2;font-size:12px}.admin-alert.is-error{border-color:#efc8ce;color:#a43f51;background:#fff1f3}.admin-alert button{border:0;color:inherit;background:transparent;text-decoration:underline;cursor:pointer}.admin-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.admin-overview-grid article{min-height:145px;display:flex;flex-direction:column;justify-content:center;padding:25px;border:1px solid var(--admin-line);border-radius:19px;background:#fff;box-shadow:0 10px 30px #46322a0b}.admin-overview-grid span{color:#958984;font-size:11px}.admin-overview-grid strong{margin:9px 0 7px;font-size:21px}.admin-overview-grid code{color:#a19691;font-family:ui-monospace,monospace;font-size:10px}.admin-mode-actions{display:flex;justify-content:flex-end;gap:10px;margin:18px 0 52px}.admin-mode-actions button,.admin-primary-link{min-height:40px;display:inline-flex;align-items:center;padding:0 15px;border:1px solid var(--admin-line);border-radius:10px;color:#685d58;background:#fff;text-decoration:none;font-size:12px;cursor:pointer}.admin-mode-actions button:disabled{opacity:.45;cursor:default}.admin-primary-link{border-color:#d26a7a;color:#fff;background:#d26a7a}.admin-section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.admin-section-heading h2{margin:0;font-size:24px}.admin-section-heading>span{color:#a19691;font-size:11px}.admin-theme-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.admin-theme-card{display:flex;flex-direction:column;min-height:285px;padding:22px;border:1px solid var(--admin-line);border-radius:18px;background:#fff;box-shadow:0 10px 30px #46322a0b}.admin-theme-card header{display:flex;justify-content:space-between}.admin-theme-card header>div{display:flex;gap:6px}.admin-theme-card header>strong{color:#9b8f8a;font-family:ui-monospace,monospace;font-size:11px}.admin-status{padding:4px 7px;border-radius:7px;color:#8b6a3a;background:#fff5df;font-size:9px;font-weight:700}.admin-status.is-published{color:#47735a;background:#eaf6ee}.admin-status.is-archived,.admin-status.is-disabled{color:#817671;background:#f0ecea}.admin-theme-card h2{margin:21px 0 5px;font-size:19px}.admin-theme-card>code{color:#9b8f89;font-size:10px}.admin-theme-card dl{margin:23px 0;display:grid;gap:8px}.admin-theme-card dl>div{display:grid;grid-template-columns:55px 1fr;gap:8px}.admin-theme-card dt{color:#a19792;font-size:10px}.admin-theme-card dd{margin:0;color:#706561;font-size:10px;line-height:1.6}.admin-theme-card footer{margin-top:auto;display:flex;flex-wrap:wrap;gap:7px}.admin-theme-card footer a,.admin-theme-card footer button{min-height:32px;display:inline-flex;align-items:center;padding:0 10px;border:1px solid #e4dcd8;border-radius:8px;color:#746963;background:#fff;text-decoration:none;font-size:10px;cursor:pointer}.admin-theme-card footer button.is-primary{border-color:#d46b7b;color:#fff;background:#d46b7b}.admin-theme-card footer button:disabled{opacity:.45}.admin-empty-card span{color:#d5828f;font-size:35px}.admin-empty-card h2{margin:13px 0 6px;color:#594e49}.admin-empty-card p{margin:0 0 22px}.admin-empty-card a{color:#c55d6e}.admin-editor{display:grid;gap:20px}.admin-editor-section{padding:27px;border:1px solid var(--admin-line);border-radius:20px;background:#fff;box-shadow:0 10px 30px #46322a0a}.admin-editor-section>header{display:flex;align-items:start;justify-content:space-between;gap:24px;margin-bottom:24px}.admin-editor-section>header div{display:flex;align-items:center;gap:10px}.admin-editor-section>header div>span{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;color:#bd5969;background:#fff0f2;font-size:10px;font-weight:800}.admin-editor-section h2{margin:0;font-size:18px}.admin-editor-section>header p{max-width:510px;margin:3px 0 0;color:#9a8e89;text-align:right;font-size:10px;line-height:1.6}.admin-form-grid{display:grid;gap:17px}.admin-form-grid.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-form-grid.three-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-form-grid label{display:grid;gap:7px}.admin-form-grid label.is-wide{grid-column:1 / -1}.admin-form-grid label>span{color:#706560;font-size:11px;font-weight:650}.admin-form-grid input,.admin-form-grid textarea{width:100%;padding:0 12px;border:1px solid #ded5d0;border-radius:10px;outline:0;color:#443b37;background:#fff;font:inherit;font-size:13px}.admin-form-grid input{height:43px}.admin-form-grid textarea{padding-top:11px;resize:vertical;line-height:1.6}.admin-form-grid input:focus,.admin-form-grid textarea:focus{border-color:#d98591;box-shadow:0 0 0 4px #cf667514}.admin-form-grid input:disabled{color:#928681;background:#f5f1ee}.admin-token-group{margin:0;padding:0;border:0}.admin-token-group+.admin-token-group{margin-top:28px;padding-top:25px;border-top:1px solid #eee8e4}.admin-token-group legend{margin-bottom:14px;color:#5f5550;font-size:12px;font-weight:750}.admin-token-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 14px}.admin-token-grid>label{display:grid;gap:6px}.admin-token-grid label>span{color:#948984;font-family:ui-monospace,monospace;font-size:9px}.admin-token-grid label>div{display:grid;grid-template-columns:42px 1fr}.admin-token-grid input[type=color]{width:42px;height:38px;padding:4px;border:1px solid #ded5d0;border-radius:9px 0 0 9px;background:#fff}.admin-token-grid input:not([type=color]){min-width:0;height:38px;padding:0 9px;border:1px solid #ded5d0;border-left:0;border-radius:0 9px 9px 0;outline:0;color:#5d534e;font-family:ui-monospace,monospace;font-size:10px}.admin-ai-warning{margin-bottom:17px;padding:13px 15px;border-left:3px solid #dc7483;border-radius:0 10px 10px 0;color:#8f4e59;background:#fff3f4;font-size:11px;line-height:1.65}.admin-asset-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.admin-asset-grid article{min-width:0;padding:13px;border:1px solid #ebe3df;border-radius:14px;background:#fcfaf9}.admin-asset-preview{height:130px;display:grid;place-items:center;margin-bottom:13px;overflow:hidden;border-radius:9px;color:#aaa09b;background:#f0ece9;font-size:10px}.admin-asset-preview img{width:100%;height:100%;object-fit:contain}.admin-asset-grid strong,.admin-asset-grid code{display:block}.admin-asset-grid strong{font-size:12px}.admin-asset-grid code{margin-top:3px;color:#9d918c;font-size:8px}.admin-asset-grid p{min-height:30px;color:#988d88;font-size:9px;line-height:1.6}.admin-upload-button{min-height:34px;display:grid;place-items:center;border:1px solid #dfd5d0;border-radius:8px;color:#716560;background:#fff;font-size:10px;cursor:pointer}.admin-upload-button.is-disabled{opacity:.45;cursor:default}.admin-upload-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.admin-editor-actions{position:sticky;z-index:60;bottom:18px;display:flex;justify-content:flex-end;gap:9px;padding:12px;border:1px solid rgba(93,70,61,.12);border-radius:15px;background:#fffffff0;box-shadow:0 16px 45px #47322a21;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.admin-editor-actions a,.admin-editor-actions button{min-height:40px;display:inline-flex;align-items:center;padding:0 16px;border:1px solid #dfd5d0;border-radius:9px;color:#70645f;background:#fff;text-decoration:none;font-size:11px}.admin-editor-actions button{border-color:#d16677;color:#fff;background:#d16677;cursor:pointer}.admin-editor-actions button:disabled{opacity:.55}.admin-preview-page{min-height:100vh;padding-top:52px;background:var(--theme-page-bg)}.admin-preview-bar{position:fixed;z-index:200;inset:0 0 auto;height:52px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 22px;color:#f9f3f1;background:#302a28;box-shadow:0 6px 18px #1f181640}.admin-preview-bar strong{font-size:12px}.admin-preview-bar nav{display:flex;gap:6px}.admin-preview-bar a{padding:7px 10px;border-radius:7px;color:#d9cfcb;text-decoration:none;font-size:10px}.admin-preview-bar a:hover,.admin-preview-bar a.active{color:#fff;background:#ffffff24}.admin-preview-stage{min-height:calc(100vh - 52px);pointer-events:none}.admin-preview-stage .wall-section{padding-bottom:55px}@media(max-width:980px){.admin-topbar{grid-template-columns:1fr auto;padding:0 20px}.admin-topbar nav{display:none}.admin-overview-grid,.admin-theme-grid,.admin-token-grid,.admin-asset-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.admin-topbar{min-height:62px}.admin-topbar-brand small,.admin-account>span,.admin-account button:first-of-type{display:none}.admin-account button{padding:7px}.admin-main{width:min(100% - 24px,1240px);padding-top:31px}.admin-overview-grid,.admin-theme-grid,.admin-form-grid.two-columns,.admin-form-grid.three-columns,.admin-token-grid,.admin-asset-grid{grid-template-columns:1fr}.admin-mode-actions{justify-content:stretch;flex-wrap:wrap}.admin-mode-actions>*{flex:1 1 auto;justify-content:center}.admin-editor-section{padding:20px 16px}.admin-editor-section>header{display:grid;gap:8px}.admin-editor-section>header p{text-align:left}.admin-editor-actions{bottom:8px;flex-wrap:wrap}.admin-editor-actions>*{flex:1;justify-content:center}.admin-preview-bar{height:auto;min-height:58px;align-items:start;padding:9px 11px}.admin-preview-bar strong{max-width:155px;font-size:10px;line-height:1.5}.admin-preview-bar nav{flex-wrap:wrap;justify-content:flex-end}.admin-preview-page{padding-top:58px}}:root{color:var(--theme-text);background:var(--theme-page-bg);font-family:PingFang SC,Microsoft YaHei,Noto Sans CJK SC,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--theme-primary: #e97886;--theme-primary-hover: #cb5f70;--theme-primary-soft: #fff0f1;--theme-primary-contrast: #fff;--theme-primary-gradient-start: #ec8290;--theme-primary-gradient-end: #dc697a;--theme-brand-gradient-start: #ef8a97;--theme-brand-gradient-end: #dc6677;--theme-page-bg: #faf8f5;--theme-header-bg: rgba(250, 248, 245, .92);--theme-surface: #fffdfa;--theme-card-bg: #fff;--theme-text: #393330;--theme-text-secondary: #8f8580;--theme-border: rgba(86, 69, 61, .12);--theme-shadow-color: rgba(102, 74, 59, .11);--theme-focus-ring: rgba(233, 120, 134, .25);--theme-home-hero-bg: #f8edeb;--theme-home-title: #413735;--theme-home-title-accent: #d66878;--theme-home-subtitle: #7d706c;--theme-home-identity-bg: rgba(255, 255, 255, .94);--theme-home-note-text: #4a413d;--theme-message-wall-bg: transparent;--theme-message-wall-title: #393330;--theme-message-wall-kicker: #cb9399;--theme-message-card-border: rgba(96, 72, 60, .045);--theme-message-card-shadow: rgba(85, 64, 52, .11);--theme-message-card-accent: transparent;--theme-note-yellow: #fff3bd;--theme-note-pink: #f9dcdf;--theme-note-blue: #dcecf3;--theme-note-green: #dcecdf;--theme-note-cream: #f8edda;--theme-square-hero-start: #f8e9e7;--theme-square-hero-middle: #fbf4ee;--theme-square-hero-end: #f4e6e5;--theme-square-title: #463b38;--theme-square-subtitle: #776965;--theme-square-tag-bg: #f1ece8;--theme-square-tag-active-bg: #fff3f3;--theme-square-tag-active-text: #a45560;--theme-square-card-bg: rgba(255, 255, 255, .9);--theme-square-card-border: rgba(100, 75, 65, .08);--theme-square-card-shadow: rgba(83, 61, 51, .07);--theme-square-card-accent: transparent;--pink: var(--theme-primary);--pink-dark: var(--theme-primary-hover);--ink: var(--theme-text);--muted: var(--theme-text-secondary);--cream-bg: var(--theme-page-bg);--line: var(--theme-border);--shadow: 0 18px 50px var(--theme-shadow-color)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background-color:var(--cream-bg);background-image:var(--theme-page-pattern-image, none);background-repeat:repeat}button,input,textarea{font:inherit}button{color:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--theme-focus-ring);outline-offset:3px}.page-shell{width:min(1160px,calc(100% - 48px));margin-inline:auto}.navbar{position:relative;z-index:50;height:76px;background:var(--theme-header-bg);border-bottom:1px solid rgba(100,79,68,.07);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.navbar-inner{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.brand{display:inline-flex;align-items:center;gap:10px;width:fit-content;font-size:20px;font-weight:700;letter-spacing:.04em}.brand-heart,.footer-heart{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;color:var(--theme-primary-contrast);background:linear-gradient(145deg,var(--theme-brand-gradient-start),var(--theme-brand-gradient-end));transform:rotate(-6deg);box-shadow:0 7px 17px #d7607140}.brand-heart svg,.footer-heart svg{width:17px}.desktop-nav{display:flex;gap:34px;font-size:14px;color:#716863}.desktop-nav a{position:relative;padding:10px 3px}.desktop-nav a.active{color:var(--pink-dark);font-weight:600}.desktop-nav a.active:after{content:"";position:absolute;height:2px;left:3px;right:3px;bottom:2px;border-radius:2px;background:var(--pink)}.nav-actions{justify-self:end;display:flex;align-items:center;gap:9px}.guest-menu{position:relative}.guest-trigger{display:flex;align-items:center;gap:9px;border:0;background:transparent;padding:7px 2px 7px 8px;cursor:pointer}.guest-trigger>svg{width:17px;transition:transform .2s ease}.guest-trigger[aria-expanded=true]>svg{transform:rotate(180deg)}.avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;font-size:13px;font-weight:700;color:#a05e68;background:#f8dfe2}.guest-name{max-width:145px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600}.dropdown{position:absolute;top:calc(100% + 9px);right:0;width:158px;padding:7px;border:1px solid var(--line);border-radius:14px;background:var(--theme-card-bg);box-shadow:0 16px 38px #46322a24;animation:dropdown-in .18s ease both}.dropdown button{width:100%;display:flex;align-items:center;gap:10px;padding:10px 11px;border:0;border-radius:9px;background:transparent;text-align:left;font-size:14px;cursor:pointer}.dropdown button:hover{background:#fbf1f1;color:var(--pink-dark)}.dropdown button span{width:17px;color:#b3767d;text-align:center}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-5px)}}.hero{position:relative;min-height:430px;overflow:hidden;background:var(--theme-home-hero-bg)}.hero:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.32;background-image:radial-gradient(rgba(138,102,91,.14) .7px,transparent .7px);background-size:8px 8px;-webkit-mask-image:linear-gradient(to right,black,transparent 68%);mask-image:linear-gradient(to right,black,transparent 68%)}.hero-inner{position:relative;z-index:2;min-height:430px;display:grid;grid-template-columns:1fr 1fr;align-items:center}.hero-copy{padding:42px 0 54px 20px}.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 19px;color:#aa7278;font-size:12px;font-weight:600;letter-spacing:.12em}.eyebrow span{width:25px;height:1px;background:#d98d96}.hero h1{margin:0;color:var(--theme-home-title);font-family:STKaiti,KaiTi,"FangSong",cursive;font-size:clamp(48px,5vw,68px);font-weight:400;line-height:1.12;letter-spacing:.04em}.hero h1 em{position:relative;color:var(--theme-home-title-accent);font-style:normal}.hero h1 em:after{content:"";position:absolute;left:2px;right:0;bottom:-5px;height:8px;opacity:.35;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10'%3E%3Cpath d='M2 7 Q 50 2 99 6 T198 4' stroke='%23dd7f8c' stroke-width='4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat}.hero-subtitle{margin:22px 0 29px;color:var(--theme-home-subtitle);font-size:16px;letter-spacing:.08em}.primary-button,.secondary-button,.danger-button,.text-button{min-height:44px;border-radius:14px;padding:0 22px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.primary-button{border:0;color:var(--theme-primary-contrast);background:linear-gradient(135deg,var(--theme-primary-gradient-start),var(--theme-primary-gradient-end));box-shadow:0 10px 24px #d65f713d}.primary-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 13px 28px #d65f714d}.primary-button:disabled{opacity:.48;cursor:not-allowed;box-shadow:none}.hero-button{display:inline-flex;align-items:center;gap:13px;min-height:50px;padding-inline:25px;border-radius:16px}.hero-button svg{width:17px}.hero-art{position:relative;justify-self:end;width:500px;height:390px}.theme-home-hero-background{position:absolute;z-index:0;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}.theme-home-decoration{position:absolute;z-index:1;top:0;width:min(28vw,320px);height:100%;object-fit:contain;pointer-events:none}.theme-home-decoration.is-left{left:0;object-position:left center}.theme-home-decoration.is-right{right:0;object-position:right center}.theme-home-hero-image{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.hero-art.has-theme-image>:not(.theme-home-hero-image){display:none}.hero-blob{position:absolute;border-radius:47% 53% 42% 58%;filter:blur(.2px)}.hero-blob-one{width:580px;height:520px;right:-150px;top:-130px;background:#f9d7d7b8;transform:rotate(-19deg)}.hero-blob-two{width:320px;height:250px;left:38%;bottom:-165px;background:#fff6e2a6}.sun{position:absolute;top:35px;right:40px;width:66px;height:66px;border-radius:50%;background:#f8c27e73;box-shadow:0 0 0 14px #f8c27e1a}.paper-plane{position:absolute;top:62px;left:66px;color:#cb999d;font-family:cursive;font-size:56px;line-height:1;transform:rotate(21deg)}.paper-plane:after{content:"";position:absolute;width:90px;height:30px;right:37px;top:32px;border-top:2px dashed rgba(188,129,135,.45);border-radius:50%}.art-note{position:absolute;display:grid;place-items:center;text-align:center;font-family:STKaiti,KaiTi,"FangSong",cursive;letter-spacing:.08em;box-shadow:0 19px 35px #7352432e}.note-back{width:182px;height:174px;left:63px;top:116px;color:#607e70;background:#d9ecdf;font-size:24px;line-height:1.55;transform:rotate(-9deg)}.note-front{width:215px;height:204px;right:44px;top:96px;color:#765e53;background:#fff1b9;font-size:27px;line-height:1.45;transform:rotate(5deg)}.note-front:before,.note-back:before{content:"";position:absolute;top:12px;left:0;right:0;height:12px;opacity:.12;background:linear-gradient(90deg,transparent,#917569,transparent)}.note-front strong{color:#d26070;font-size:31px;font-weight:400}.note-front span{position:absolute;right:24px;bottom:19px;color:#db7180;font-family:sans-serif;font-size:16px}.art-shadow{position:absolute;left:65px;right:27px;bottom:49px;height:22px;border-radius:50%;background:#5b40361f;filter:blur(14px)}.plant{position:absolute;z-index:3;left:14px;bottom:49px;width:80px;height:125px}.plant>span{position:absolute;bottom:0;left:18px;width:57px;height:54px;background:#d59277;clip-path:polygon(8% 0,94% 0,80% 100%,22% 100%)}.leaf{position:absolute;width:27px;height:55px;border-radius:100% 0;background:#789985;transform-origin:bottom}.leaf-a{left:36px;top:19px;transform:rotate(-15deg)}.leaf-b{left:17px;top:35px;transform:rotate(-52deg);background:#89a991}.leaf-c{left:48px;top:42px;transform:rotate(29deg);background:#6f907d}.cat{position:absolute;z-index:4;right:4px;bottom:41px;width:105px;height:93px;border-radius:48% 48% 42% 42%;background:#fff7ef;box-shadow:inset -8px -6px #d2a88a21}.cat-ear{position:absolute;top:-22px;width:42px;height:44px;background:#fff7ef;clip-path:polygon(50% 0,100% 100%,0 87%)}.cat-ear.left{left:6px;transform:rotate(-8deg)}.cat-ear.right{right:6px;transform:rotate(8deg)}.cat-face{position:absolute;inset:25px 19px;display:grid;grid-template-columns:1fr 1fr;place-items:center;color:#705c54}.cat-face small{grid-column:1 / -1;font-size:19px;line-height:1}.identity-panel{position:relative;z-index:5;min-height:94px;margin-top:-17px;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:18px 31px;border:1px solid rgba(100,74,63,.08);border-radius:20px;background:var(--theme-home-identity-bg);box-shadow:0 14px 34px #5c433817;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.identity-main{display:flex;align-items:center;flex-wrap:wrap;gap:11px}.identity-label{color:var(--muted);font-size:12px}.identity-main strong{color:#584b47;font-size:16px}.identity-dot{width:4px;height:4px;border-radius:50%;background:#d5c8c2}.identity-safe{color:#a49a95;font-size:12px}.identity-stats{display:flex;align-items:center;gap:26px}.identity-stats>div{display:grid;grid-template-columns:auto auto;align-items:baseline;gap:8px;min-width:92px}.identity-stats strong{color:var(--pink-dark);font-family:Georgia,serif;font-size:29px}.identity-stats span{color:#827872;font-size:12px}.identity-stats i{width:1px;height:31px;background:var(--line)}.limit-hint{position:absolute;left:31px;bottom:5px;margin:0;color:#b56e75;font-size:11px}.identity-panel.is-full{padding-bottom:26px;background:#fff9f8}.identity-skeleton{height:94px;background:linear-gradient(90deg,#fff 25%,#f7f3f0,#fff 75%);background-size:200% 100%;animation:shimmer 1.3s infinite}.wall-section{position:relative;z-index:0;min-height:500px;padding-top:72px;padding-bottom:100px;isolation:isolate}.wall-section:before{content:"";position:absolute;z-index:-1;inset:0 auto 0 50%;width:100vw;background-color:var(--theme-message-wall-bg);background-image:var(--theme-message-wall-background-image, none);background-position:center top;background-size:100% auto;background-repeat:repeat-y;transform:translate(-50%);pointer-events:none}.wall-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:40px}.section-kicker{margin:0 0 7px;color:var(--theme-message-wall-kicker);font-family:Georgia,serif;font-size:10px;font-weight:700;letter-spacing:.22em}.wall-heading h2{margin:0;color:var(--theme-message-wall-title);font-size:28px;letter-spacing:.04em}.wall-controls{display:flex;align-items:center;gap:12px}.tabs{display:flex;gap:4px;padding:4px;border:1px solid rgba(101,79,68,.08);border-radius:13px;background:#f2eeea}.tabs button{min-width:64px;height:34px;border:0;border-radius:9px;background:transparent;color:#8c827d;font-size:13px;cursor:pointer}.tabs button.active{color:#7e565b;font-weight:600;background:var(--theme-card-bg);box-shadow:0 3px 9px #5c463a14}.mine-filter{height:38px;padding:0 13px;border:1px solid #efc7ca;border-radius:12px;color:#a85f69;background:#fff5f5;font-size:12px;cursor:pointer}.mine-filter span{margin-left:4px;font-size:16px}.message-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 29px;align-items:stretch}.message-card{position:relative;min-height:250px;display:flex;flex-direction:column;padding:42px 29px 22px;border:1px solid var(--theme-message-card-border);border-radius:5px 5px 13px;background-image:var(--theme-message-card-decoration-image, none),var(--theme-message-card-texture-image, none);background-position:right bottom,center;background-size:min(48%,190px) auto,280px auto;background-repeat:no-repeat,repeat;box-shadow:3px 9px 18px var(--theme-message-card-shadow),inset 0 1px 0 var(--theme-message-card-accent),inset 0 0 60px #ffffff2e;transition:transform .25s ease,box-shadow .25s ease;animation:note-in .45s ease both;isolation:isolate}.message-card:before{content:"";position:absolute;inset:0;z-index:-1;opacity:.2;pointer-events:none;background-image:repeating-linear-gradient(0deg,transparent 0,transparent 25px,rgba(115,92,78,.09) 26px),radial-gradient(rgba(103,80,68,.16) .6px,transparent .8px);background-size:auto,5px 5px;border-radius:inherit}.message-card:nth-child(3n+1){transform:rotate(-.7deg)}.message-card:nth-child(3n+2){transform:translateY(7px) rotate(.6deg)}.message-card:nth-child(3n){transform:rotate(-.25deg)}.message-card:hover{transform:translateY(-5px) rotate(0);box-shadow:4px 15px 28px #55403426}.paper-yellow{background-color:var(--theme-note-yellow)}.paper-pink{background-color:var(--theme-note-pink)}.paper-blue{background-color:var(--theme-note-blue)}.paper-green{background-color:var(--theme-note-green)}.paper-cream{background-color:var(--theme-note-cream)}.message-card.is-mine:after{content:"";position:absolute;left:0;top:22px;bottom:22px;width:3px;border-radius:0 3px 3px 0;background:#db6d7c8c}.pin{position:absolute;top:10px;left:50%;width:17px;height:17px;border-radius:50%;background:radial-gradient(circle at 36% 28%,#ffb4bd 0 16%,#d76575 39%,#ad4b5b 72%);box-shadow:1px 4px 5px #6b363c40;transform:translate(-50%)}.pin:after{content:"";position:absolute;left:7px;top:13px;width:2px;height:13px;background:#846766;transform:rotate(15deg);transform-origin:top}.pin i{position:absolute;width:7px;height:3px;top:3px;left:3px;border-radius:50%;background:#ffffff6b;transform:rotate(-26deg)}.message-fastener{position:absolute;z-index:2;display:block;pointer-events:none;filter:drop-shadow(1px 3px 3px rgba(70,54,43,.2))}.message-fastener img{display:block;width:100%;height:100%;object-fit:contain}.message-fastener.is-tack{top:-7px;left:50%;width:40px;height:40px;transform:translate(-50%)}.message-fastener.is-clip{top:-10px;left:14px;width:44px;height:56px}.message-fastener.is-stud{top:-5px;left:67%;width:36px;height:36px;transform:translate(-50%)}.message-content{margin:0 0 32px;color:var(--theme-home-note-text);white-space:pre-wrap;overflow-wrap:anywhere;font-family:STKaiti,KaiTi,"FangSong",sans-serif;font-size:23px;line-height:1.65;letter-spacing:.035em}.card-footer{margin-top:auto;display:flex;align-items:end;justify-content:space-between;gap:12px}.author-line{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:6px 9px}.author-line strong{max-width:150px;color:#6d5c55;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.author-line>span{padding:2px 5px;border-radius:5px;color:#b56470;background:#ffffff73;font-size:9px}.author-line time{flex-basis:100%;color:#5c4d4591;font-size:10px}.card-actions{display:flex;align-items:center;gap:5px}.like-button,.comment-button{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:38px;height:34px;padding:0 7px;border:0;border-radius:10px;color:#635049a6;background:#ffffff47;cursor:pointer}.like-button:hover{color:#d65e72;background:#ffffff7a}.like-button.liked{color:#d85f73}.like-button:disabled{opacity:.55;cursor:wait}.comment-button:hover{color:#788e86;background:#ffffff7a}.like-button svg,.comment-button svg{width:18px}.like-button span,.comment-button span{font-size:11px}.card-menu{position:absolute;z-index:3;top:9px;right:10px}.icon-button{display:grid;place-items:center;width:37px;height:37px;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer}.more-button{width:30px;height:30px;color:#51423c85}.more-button:hover{background:#ffffff61}.more-button svg{width:19px}.delete-popover{position:absolute;top:31px;right:0;width:91px;height:36px;border:1px solid rgba(116,82,72,.12);border-radius:10px;color:#b4515f;background:#fff;box-shadow:0 9px 22px #47322b26;font-size:12px;cursor:pointer}.card-skeleton{height:250px;border-radius:6px 6px 13px;background:linear-gradient(100deg,#f3eee8 20%,#fbf8f4,#f3eee8 70%);background-size:200% 100%;animation:shimmer 1.3s infinite}@keyframes shimmer{to{background-position-x:-200%}}@keyframes note-in{0%{opacity:0;transform:translateY(-15px) rotate(-1deg)}}.state-card{min-height:330px;display:grid;justify-items:center;align-content:center;padding:40px;border:1px dashed #ddd0c8;border-radius:24px;color:#827771;text-align:center;background:#ffffff80}.state-card>span{color:#d4b9b5;font-size:42px}.state-card h3{margin:12px 0 5px;color:#5a504c;font-size:18px}.state-card p{margin:0 0 22px;font-size:13px}.empty-note{position:relative;display:grid;place-items:center;width:155px;height:100px;margin-bottom:15px;color:#78645c;background:#fff0b7;box-shadow:3px 7px 14px #5743371f;font-family:STKaiti,KaiTi,"FangSong",cursive;font-size:19px;transform:rotate(-3deg)}.empty-note span{position:absolute;right:14px;bottom:8px;color:#db7180;font-family:sans-serif}.secondary-button{border:1px solid #dfd4ce;color:#756b66;background:var(--theme-card-bg);box-shadow:0 6px 14px #5a45390f}.secondary-button:hover:not(:disabled){transform:translateY(-1px);background:snow}.secondary-button:disabled{opacity:.6}.load-more-wrap{display:grid;place-items:center;margin-top:46px}.floating-compose{position:fixed;z-index:35;right:26px;bottom:26px;display:none;place-items:center;width:57px;height:57px;border:0;border-radius:50%;color:#fff;background:linear-gradient(145deg,#ed8290,#d96073);box-shadow:0 13px 28px #d0546959;cursor:pointer}.floating-compose svg{width:26px}.site-footer{padding:55px 0;color:#918681;background:#f2ede8;border-top:1px solid rgba(95,74,63,.06)}.footer-inner{display:grid;place-items:center;text-align:center}.footer-inner>div{display:flex;align-items:center;gap:9px;color:#5b514c}.footer-heart{width:27px;height:27px;border-radius:9px}.footer-heart svg{width:13px}.footer-inner p{margin:16px 0 10px;font-family:STKaiti,KaiTi,"FangSong",cursive;font-size:20px;letter-spacing:.04em}.footer-inner small{font-size:11px;letter-spacing:.08em}.modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:22px;background:#31272370;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fade-in .2s ease both}.modal{width:min(520px,100%);max-height:min(90vh,760px);overflow-y:auto;padding:29px;border:1px solid rgba(255,255,255,.75);border-radius:24px;background:var(--theme-surface);box-shadow:0 28px 70px #31221d40;animation:modal-in .25s cubic-bezier(.2,.75,.35,1) both}@keyframes fade-in{0%{opacity:0}}@keyframes modal-in{0%{opacity:0;transform:translateY(14px) scale(.98)}}.modal-header{display:flex;align-items:start;justify-content:space-between;gap:18px;margin-bottom:23px}.modal-header h2{margin:0;color:#4a403c;font-size:23px;letter-spacing:.03em}.modal-header h2:after{content:" ♥";color:#df7483;font-size:15px}.confirm-modal .modal-header h2:after{display:none}.modal-header p{margin:7px 0 0;color:#988e88;font-size:12px}.modal-close{flex:0 0 auto;color:#8e837e;background:#f5f0ec}.modal-close:hover{background:#f0e8e3}.modal-close svg{width:18px}.note-editor{position:relative;display:block;padding:19px 19px 31px;border:1px solid rgba(97,77,67,.07);border-radius:7px 7px 15px;box-shadow:inset 0 0 30px #ffffff2e}.note-editor textarea{width:100%;min-height:150px;resize:vertical;padding:0;border:0;outline:0;color:#51443f;background:transparent;font-family:STKaiti,KaiTi,"FangSong",sans-serif;font-size:22px;line-height:1.6}.note-editor textarea::placeholder{color:#5b49416e}.note-editor>span{position:absolute;right:15px;bottom:10px;color:#54443d73;font-size:11px}.note-editor>span.near-limit{color:#c75969}.color-picker{margin:23px 0 20px;padding:0;border:0}.color-picker legend{margin-bottom:12px;color:#736965;font-size:12px;font-weight:600}.color-picker>div{display:flex;gap:19px}.color-picker label{display:grid;justify-items:center;gap:5px;cursor:pointer}.color-picker input{position:absolute;opacity:0;pointer-events:none}.color-picker small{color:#988e88;font-size:9px}.swatch{display:grid;place-items:center;width:34px;height:34px;border:2px solid transparent;border-radius:50%;transition:transform .2s}.swatch i{width:24px;height:24px;border-radius:7px;box-shadow:0 3px 7px #523f351f;transform:rotate(-4deg)}.swatch-yellow i{background:#f8df84}.swatch-pink i{background:#f4cbd0}.swatch-blue i{background:#cbe3ed}.swatch-green i{background:#cbe3cf}.swatch-cream i{background:#efe0c5}.color-picker input:checked+.swatch{border-color:#e18591;transform:scale(1.1)}.color-picker input:focus-visible+.swatch{outline:3px solid rgba(233,120,134,.22)}.compose-meta{display:flex;justify-content:space-between;gap:15px;padding-top:16px;border-top:1px solid var(--line);color:#8d837e;font-size:11px}.compose-meta strong{color:#6c5d58}.modal-submit{width:100%;margin-top:21px}.modal-submit span{margin-left:7px}.form-error{margin:13px 0 -7px;color:#bd4f60;font-size:12px}.limit-state{display:grid;justify-items:center;padding:12px 0 8px;text-align:center}.limit-note{position:relative;display:grid;place-items:center;width:130px;height:95px;color:#97626b;background:#f9dcdf;box-shadow:3px 8px 18px #583f361f;transform:rotate(-3deg)}.limit-note span{font-family:Georgia,serif;font-size:27px}.limit-note i{position:absolute;right:13px;bottom:10px;color:#d76677;font-style:normal}.limit-state h3{margin:26px 0 8px;color:#574b47}.limit-state p{margin:0 0 24px;color:#8a7f7a;font-size:13px;line-height:1.8}.field-label{display:block;margin-bottom:8px;color:#6f6560;font-size:12px;font-weight:600}.nickname-field{position:relative}.nickname-field input{width:100%;height:50px;padding:0 54px 0 15px;border:1px solid #ddd1ca;border-radius:13px;color:#443a37;background:#fff;font-size:16px;transition:border .2s,box-shadow .2s}.nickname-field input:focus{border-color:#df8994;outline:0;box-shadow:0 0 0 4px #e27e8b1a}.nickname-field span{position:absolute;right:14px;top:17px;color:#aaa09a;font-size:11px}.field-help{margin:8px 0 0;color:#a29892;font-size:10px}.availability{display:flex;align-items:center;gap:7px;min-height:24px;margin:13px 0 0;font-size:12px}.availability i{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;font-style:normal}.availability-available{color:#548466}.availability-available i{color:#fff;background:#76a384}.availability-unavailable,.availability-invalid,.availability-error{color:#b65360}.availability-unavailable i,.availability-invalid i,.availability-error i{color:#fff;background:#d97884}.availability-checking{color:#978b85}.availability-checking i{color:#fff;background:#b8ada7;animation:pulse 1s infinite}@keyframes pulse{50%{opacity:.45}}.cooldown-notice{padding:10px 12px;border-radius:9px;color:#a36e4d;background:#fff3df;font-size:11px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:25px}.text-button{border:0;color:#8a7f7a;background:transparent}.text-button:hover{background:#f5efeb}.danger-button{border:0;color:#fff;background:#cc6673}.danger-button:disabled{opacity:.6}.confirm-modal{width:min(410px,100%);text-align:center}.confirm-modal .modal-header{text-align:left}.confirm-modal>p{color:#786d68;font-size:13px;line-height:1.8}.confirm-illustration{display:grid;place-items:center;width:83px;height:65px;margin:8px auto 19px;color:#d2707d;background:#fff0b9;box-shadow:2px 7px 14px #5440351f;font-size:18px;transform:rotate(3deg)}.confirm-modal .modal-actions{justify-content:center}.comments-modal{width:min(650px,100%);padding-bottom:23px}.comment-message-preview{position:relative;margin:-2px 0 22px;padding:18px 21px 15px;border-radius:7px 7px 13px;box-shadow:2px 6px 13px #4d3a3117}.comment-message-preview:after{content:"";position:absolute;inset:0;opacity:.15;pointer-events:none;background-image:radial-gradient(rgba(103,80,68,.2) .6px,transparent .8px);background-size:5px 5px}.comment-message-preview p{position:relative;z-index:1;margin:0 0 8px;color:#544741;white-space:pre-wrap;overflow-wrap:anywhere;font-family:STKaiti,KaiTi,"FangSong",sans-serif;font-size:18px;line-height:1.55}.comment-message-preview>span{position:relative;z-index:1;color:#52423c9e;font-size:10px}.comments-heading{display:flex;align-items:baseline;justify-content:space-between;padding:0 2px 11px;border-bottom:1px solid var(--line)}.comments-heading strong{color:#594d48;font-size:14px}.comments-heading span{color:#a09690;font-size:10px}.comments-list{min-height:145px;max-height:350px;overflow-y:auto;padding:2px 4px 3px 1px;scrollbar-width:thin;scrollbar-color:#dfd5cf transparent}.comment-item{display:grid;grid-template-columns:34px minmax(0,1fr);gap:11px;padding:16px 4px;border-bottom:1px solid rgba(98,77,67,.075)}.comment-item.is-reply{margin-left:38px;position:relative}.comment-item.is-reply:before{content:"";position:absolute;left:-19px;top:23px;width:13px;height:13px;border-left:1px solid #ddcec6;border-bottom:1px solid #ddcec6;border-radius:0 0 0 7px}.comment-avatar,.composer-avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#9b6670;background:#f6dfe2;font-size:12px;font-weight:700}.comment-main{min-width:0}.comment-main header{display:flex;align-items:center;flex-wrap:wrap;gap:6px;min-height:22px}.comment-main header strong{max-width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#5b4f4a;font-size:12px}.comment-main header em{padding:1px 5px;border-radius:5px;color:#b15f6b;background:#fff0f1;font-size:9px;font-style:normal}.comment-main header span{color:#a19791;font-size:10px}.comment-main header b{color:#b36c76;font-weight:500}.comment-main>p{margin:5px 0 7px;color:#514642;white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;line-height:1.65}.comment-main footer{display:flex;align-items:center;gap:13px}.comment-main time{color:#aaa09a;font-size:9px}.comment-main footer button{display:inline-flex;align-items:center;gap:3px;padding:3px 6px;border:0;border-radius:6px;color:#998d87;background:transparent;font-size:10px;cursor:pointer}.comment-main footer button:hover{color:#be6975;background:#fff1f2}.comment-main footer svg{width:13px}.comments-empty,.comments-loading{min-height:145px;display:grid;place-items:center;align-content:center;color:#a29791;text-align:center}.comments-empty>span{color:#d5c4bc;font-size:28px}.comments-empty p{margin:6px 0;font-size:11px}.comments-error>span{font-size:24px}.comments-loading{grid-template-columns:repeat(3,6px);gap:5px}.comments-loading i{width:6px;height:6px;border-radius:50%;background:#d69aa2;animation:comment-dot 1s infinite alternate}.comments-loading i:nth-child(2){animation-delay:.18s}.comments-loading i:nth-child(3){animation-delay:.36s}.comments-loading span{grid-column:1 / -1;margin-top:4px;font-size:10px}@keyframes comment-dot{to{opacity:.3;transform:translateY(-3px)}}.comments-more{display:block;margin:12px auto;padding:7px 13px;border:1px solid #e5d9d2;border-radius:9px;color:#91857f;background:#fff;font-size:10px;cursor:pointer}.comment-composer{margin-top:15px;padding-top:14px;border-top:1px solid var(--line)}.replying-to{display:flex;align-items:center;gap:5px;margin:-2px 0 9px 46px;color:#9b8f89;font-size:10px}.replying-to strong{color:#b66571}.replying-to button{margin-left:auto;width:24px;height:24px;border:0;border-radius:50%;color:#a69690;background:#f3ece8;cursor:pointer}.comment-input-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:end;gap:10px}.composer-avatar{background:#e2eee5;color:#668274}.comment-textarea-wrap{position:relative}.comment-textarea-wrap textarea{display:block;width:100%;min-height:64px;max-height:130px;resize:vertical;padding:11px 44px 11px 12px;border:1px solid #dfd4cd;border-radius:12px;outline:0;color:#4d423e;background:#fff;font-size:12px;line-height:1.55}.comment-textarea-wrap textarea:focus{border-color:#dd8a95;box-shadow:0 0 0 4px #de7b8817}.comment-textarea-wrap textarea::placeholder{color:#b1a6a0}.comment-textarea-wrap>span{position:absolute;right:9px;bottom:7px;color:#b3a9a3;font-size:9px}.comment-send{height:38px;padding:0 15px;border:0;border-radius:11px;color:#fff;background:linear-gradient(135deg,#ea8190,#d96879);font-size:11px;font-weight:600;box-shadow:0 6px 14px #cd5c6d33;cursor:pointer}.comment-send:disabled{opacity:.42;cursor:not-allowed;box-shadow:none}.comment-form-error{margin:8px 0 0 45px;color:#bd4f60;font-size:10px}.toast{position:fixed;z-index:150;left:50%;bottom:28px;display:flex;align-items:center;gap:10px;max-width:calc(100% - 30px);min-height:48px;padding:0 19px;border:1px solid rgba(255,255,255,.25);border-radius:14px;color:#fff;background:#443b37f0;box-shadow:0 14px 35px #30241f40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:13px;transform:translate(-50%);animation:toast-in .3s ease both}.toast span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;color:#fff;background:#df7482}.toast-error span{background:#c65765}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,10px)}}@media(max-width:1024px){.page-shell{width:min(920px,calc(100% - 40px))}.hero-art{width:430px;transform:scale(.9);transform-origin:right center}.hero-copy{padding-left:4px}.message-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.identity-panel{padding-inline:24px}}@media(max-width:760px){.page-shell{width:calc(100% - 30px)}.navbar{height:65px;position:sticky;top:0}.navbar-inner{grid-template-columns:1fr auto}.desktop-nav{display:none}.brand{font-size:18px}.brand-heart{width:30px;height:30px;border-radius:10px}.brand-heart svg{width:15px}.guest-trigger{gap:7px}.guest-trigger .avatar{display:none}.guest-name{max-width:118px;font-size:12px}.guest-trigger>svg{width:14px}.hero,.hero-inner{min-height:370px}.hero-inner{display:block}.hero-copy{position:relative;z-index:3;padding:49px 4px 55px}.eyebrow{margin-bottom:15px;font-size:10px}.hero h1{font-size:clamp(43px,13vw,56px)}.hero-subtitle{margin:19px 0 25px;font-size:13px}.hero-art{position:absolute;z-index:1;right:-95px;bottom:-100px;width:350px;opacity:.34;transform:scale(.7)}.hero-blob-one{right:-290px}.hero:after{-webkit-mask-image:none;mask-image:none;opacity:.18}.identity-panel{min-height:112px;margin-top:-12px;display:grid;grid-template-columns:1fr auto;gap:15px;padding:18px;border-radius:17px}.identity-main{display:grid;gap:4px}.identity-label{font-size:10px}.identity-main strong{font-size:15px}.identity-dot,.identity-safe{display:none}.identity-stats{gap:13px}.identity-stats>div{min-width:auto;display:grid;justify-items:center;gap:1px}.identity-stats strong{font-size:25px}.identity-stats span{font-size:9px}.identity-stats i{height:28px}.identity-panel.is-full{padding-bottom:33px}.limit-hint{left:18px;right:18px;bottom:8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:9px}.wall-section{padding-top:55px;padding-bottom:84px}.wall-heading{align-items:center;margin-bottom:29px}.wall-heading h2{font-size:23px}.section-kicker{font-size:8px}.wall-controls{gap:6px}.tabs button{min-width:51px;height:31px;font-size:11px}.mine-filter{position:absolute;margin-top:72px;right:15px}.message-grid{grid-template-columns:1fr;gap:24px}.message-card{min-height:225px;padding:39px 25px 20px;transform:none!important}.message-card:hover{transform:translateY(-3px)!important}.message-content{font-size:22px}.floating-compose{display:grid}.site-footer{padding:45px 0 95px}.modal-backdrop{align-items:end;padding:0}.modal{width:100%;max-height:92vh;padding:24px 19px calc(22px + env(safe-area-inset-bottom));border-radius:23px 23px 0 0;animation-name:sheet-in}@keyframes sheet-in{0%{transform:translateY(100%)}}.modal-header h2{font-size:21px}.modal-header p{max-width:280px;font-size:10px}.note-editor textarea{min-height:130px;font-size:21px}.color-picker>div{justify-content:space-between;gap:4px}.color-picker small{display:none}.compose-meta{font-size:10px}.modal-submit{min-height:49px}.confirm-modal{width:100%}.toast{bottom:94px;white-space:nowrap}.comments-modal{display:flex;flex-direction:column;max-height:94vh;padding-bottom:calc(15px + env(safe-area-inset-bottom))}.comments-modal .modal-header{flex:0 0 auto;margin-bottom:17px}.comment-message-preview{flex:0 0 auto;margin-bottom:16px;padding:14px 16px 12px}.comment-message-preview p{font-size:16px}.comments-heading{flex:0 0 auto}.comments-list{flex:1 1 auto;min-height:120px;max-height:none}.comment-item{padding-block:14px}.comment-item.is-reply{margin-left:24px}.comment-item.is-reply:before{left:-13px;width:9px}.comment-composer{flex:0 0 auto;margin-top:10px;padding-top:11px;background:#fffdfa}.comment-input-row{grid-template-columns:30px minmax(0,1fr) auto;gap:7px}.composer-avatar{width:30px;height:30px}.comment-textarea-wrap textarea{min-height:58px}.comment-send{padding-inline:12px}.replying-to{margin-left:37px}}@media(max-width:390px){.page-shell{width:calc(100% - 24px)}.brand{gap:7px}.guest-name{max-width:105px}.hero-copy{padding-left:1px}.hero h1{font-size:44px}.hero-subtitle{letter-spacing:.04em}.identity-panel{grid-template-columns:minmax(0,1fr) auto;padding-inline:14px}.identity-stats{gap:9px}.wall-heading h2{font-size:21px}.tabs{padding:3px}.tabs button{min-width:47px}.message-card{padding-inline:22px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.notification-wrap{position:relative}.notification-trigger{position:relative;display:grid;place-items:center;width:39px;height:39px;padding:0;border:0;border-radius:50%;color:#7f716c;background:transparent;cursor:pointer}.notification-trigger:hover,.notification-trigger[aria-expanded=true]{color:var(--pink-dark);background:#f8ecec}.notification-trigger svg{width:20px}.notification-trigger>span{position:absolute;top:0;right:-4px;min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;border:2px solid #faf8f5;border-radius:12px;color:#fff;background:#d85e70;font-size:9px;font-weight:700}.notification-panel{position:absolute;z-index:120;top:calc(100% + 13px);right:-8px;width:min(390px,calc(100vw - 30px));overflow:hidden;border:1px solid rgba(102,78,67,.1);border-radius:19px;background:var(--theme-surface);box-shadow:0 22px 60px #432e2733;animation:dropdown-in .2s ease both}.notification-panel>header{min-height:64px;display:flex;align-items:center;gap:10px;padding:0 18px;border-bottom:1px solid var(--line)}.notification-panel>header>div{display:flex;align-items:baseline;gap:8px}.notification-panel>header strong{font-size:17px}.notification-panel>header span{color:#b56a74;font-size:10px}.notification-panel>header>button:last-child{padding:6px 8px;border:0;border-radius:8px;color:#b45e69;background:transparent;font-size:11px;cursor:pointer}.notification-read-all{margin-left:auto;padding:6px 8px;border:0;border-radius:8px;color:#b45e69;background:transparent;font-size:11px;cursor:pointer}.notification-read-all:hover{background:var(--theme-primary-soft)}.notification-read-all:disabled{opacity:.45;cursor:wait}.notification-mobile-close{display:none}.notification-list{max-height:440px;overflow-y:auto}.notification-group-label{padding:9px 16px 6px;color:#a19690;background:#fbf7f3;font-size:9px;font-weight:700;letter-spacing:.08em}.notification-item{position:relative;width:100%;border-bottom:1px solid rgba(99,76,65,.075);color:inherit;background:transparent}.notification-item:hover{background:#fff6f5}.notification-item.is-unread{background:#fff9f8}.notification-item-main{width:100%;display:grid;grid-template-columns:4px 34px minmax(0,1fr);align-items:start;gap:10px;padding:14px 72px 14px 15px;border:0;color:inherit;background:transparent;text-align:left;cursor:pointer}.notification-item-main>i{width:5px;height:5px;margin-top:15px;border-radius:50%;background:transparent}.notification-item.is-unread .notification-item-main>i{background:#df6e7d}.notification-mark-read{position:absolute;right:12px;bottom:12px;padding:4px 6px;border:0;border-radius:7px;color:#ae6871;background:var(--theme-primary-soft);font-size:9px;cursor:pointer}.notification-mark-read:hover{color:#fff;background:#d96b7a}.notification-mark-read:disabled{opacity:.45;cursor:wait}.notification-avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#a65d68;background:#f8e0e3;font-size:11px;font-weight:700}.notification-copy{min-width:0;display:grid;gap:4px}.notification-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#594d48;font-size:12px}.notification-copy strong b{color:#8e827d;font-weight:400}.notification-copy em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7c706b;font-size:11px;font-style:normal}.notification-copy time{color:#aaa09a;font-size:9px}.notification-state{min-height:155px;display:grid;place-items:center;align-content:center;gap:9px;color:#9b908a;font-size:11px}.notification-state svg{width:27px;color:#d5b9bc}.notification-state p{margin:0}.comment-item,.forum-comment-item{scroll-margin-top:110px;border-radius:12px;transition:background-color .35s ease,box-shadow .35s ease}.notification-highlight{background:#fff0f1!important;box-shadow:0 0 0 4px #dc67781f;animation:notification-target-pulse .8s ease 2}@keyframes notification-target-pulse{50%{background:#ffe2e6;box-shadow:0 0 0 7px #dc677814}}.square-page,.square-post-page{min-height:calc(100vh - 76px);background-color:var(--theme-page-bg);background-image:var(--theme-page-pattern-image, none);background-repeat:repeat}.square-hero{position:relative;overflow:hidden;background:linear-gradient(125deg,var(--theme-square-hero-start),var(--theme-square-hero-middle) 58%,var(--theme-square-hero-end))}.theme-square-hero-decoration{position:absolute;z-index:0;top:0;right:0;width:min(58%,720px);height:100%;object-fit:contain;object-position:right center;pointer-events:none}.square-hero:after{content:"";position:absolute;inset:0;opacity:.25;background-image:radial-gradient(rgba(145,100,96,.2) .7px,transparent .7px);background-size:9px 9px;pointer-events:none}.square-hero-inner{position:relative;z-index:1;min-height:310px;display:flex;align-items:center;justify-content:space-between;gap:35px;padding-block:45px}.square-hero p{margin:0 0 7px;color:#bc7c84;font-family:Georgia,serif;font-size:10px;font-weight:700;letter-spacing:.24em}.square-hero h1{margin:0 0 15px;color:var(--theme-square-title);font-family:STKaiti,KaiTi,"FangSong",serif;font-size:54px;font-weight:400}.square-hero h2{margin:0;color:var(--theme-square-subtitle);font-family:STKaiti,KaiTi,"FangSong",serif;font-size:22px;font-weight:400;line-height:1.65}.square-compose{min-width:130px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.square-compose svg{width:17px}.square-content{max-width:980px;padding-top:42px;padding-bottom:100px}.square-categories{display:flex;align-items:center;gap:8px;margin-bottom:28px;overflow-x:auto;scrollbar-width:none}.square-categories::-webkit-scrollbar{display:none}.square-categories button{flex:0 0 auto;min-width:68px;height:37px;padding:0 14px;border:1px solid rgba(104,80,70,.09);border-radius:12px;color:#887c76;background:var(--theme-square-tag-bg);font-size:12px;cursor:pointer}.square-categories button.active{color:var(--theme-square-tag-active-text);border-color:#efc6cb;background:var(--theme-square-tag-active-bg);box-shadow:0 5px 13px #7b514c0f;font-weight:600}.forum-feed{display:grid;gap:20px}.forum-post-card{padding:25px 27px 20px;border:1px solid var(--theme-square-card-border);border-radius:19px;background-color:var(--theme-square-card-bg);background-image:var(--theme-square-card-decoration-image, none),var(--theme-square-card-texture-image, none);background-position:right bottom,center;background-size:min(42%,360px) auto,320px auto;background-repeat:no-repeat,repeat;box-shadow:0 10px 32px var(--theme-square-card-shadow),inset 0 1px 0 var(--theme-square-card-accent);transition:transform .2s,box-shadow .2s}.forum-post-card:hover{transform:translateY(-2px);box-shadow:0 15px 38px #533d331a,inset 0 1px 0 var(--theme-square-card-accent)}.forum-post-card>header,.forum-post-detail>header{display:flex;align-items:center;justify-content:space-between;gap:15px}.forum-post-card>header>em,.forum-post-detail>header>em{flex:0 0 auto;padding:5px 9px;border-radius:8px;color:#b35f6a;background:var(--theme-primary-soft);font-size:10px;font-style:normal}.forum-author{min-width:0;display:flex;align-items:center;gap:8px}.forum-author>span,.forum-avatar{flex:0 0 auto;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#9d6069;background:#f7e0e2;font-size:11px;font-weight:700}.forum-author strong{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#5d514c;font-size:12px}.forum-author time{color:#aaa09a;font-size:9px}.forum-post-copy{display:block;margin:19px 0 16px}.forum-post-copy h2{margin:0 0 9px;color:#453b38;font-size:20px;line-height:1.45;letter-spacing:.015em}.forum-post-copy p{margin:0;color:#726762;white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;line-height:1.85}.forum-post-card>footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:17px;padding-top:14px;border-top:1px solid rgba(92,70,61,.07);color:#9b8f89;font-size:10px}.forum-post-stats{display:flex;align-items:center;flex-wrap:wrap;gap:14px}.forum-post-stats>span,.forum-post-stats>a,.forum-post-stats>button{display:inline-flex;align-items:center;gap:5px;color:#887c76;white-space:nowrap}.forum-post-stats svg{width:15px}.forum-post-stats .is-liked{color:#cf6372}.forum-post-expand{flex:0 0 auto;color:#9b8f89}.forum-card-skeleton{height:250px;border-radius:19px;background:linear-gradient(100deg,#f0ebe7 20%,#fbf8f5,#f0ebe7 70%);background-size:200% 100%;animation:shimmer 1.3s infinite}.square-empty{min-height:370px;display:grid;justify-items:center;align-content:center;text-align:center;color:#8c817b}.square-empty>span{color:#d6a3a8;font-size:34px}.square-empty h3{margin:15px 0 6px;color:#5e524d}.square-empty p{margin:0 0 22px;font-size:12px}.square-floating-compose{display:none}.forum-media-grid{display:grid;gap:7px;overflow:hidden;border-radius:14px}.forum-media-grid button{position:relative;min-width:0;min-height:0;overflow:hidden;padding:0;border:0;border-radius:10px;background:#eee9e5;cursor:zoom-in}.forum-media-grid img{display:block;width:100%;height:100%;object-fit:cover}.forum-media-grid.is-card{max-height:420px}.forum-media-grid.is-card.media-count-1{grid-template-columns:1fr}.forum-media-grid.is-card.media-count-1 button{aspect-ratio:16/9;max-height:390px}.forum-media-grid.is-card.media-count-2{grid-template-columns:repeat(2,1fr)}.forum-media-grid.is-card.media-count-2 button{aspect-ratio:4/3}.forum-media-grid.is-card.media-count-3{grid-template-columns:1.5fr 1fr;grid-template-rows:repeat(2,1fr)}.forum-media-grid.is-card.media-count-3 button:first-child{grid-row:1/3}.forum-media-grid.is-card.media-count-3 button{min-height:120px}.forum-media-grid.is-card.media-count-4{grid-template-columns:repeat(2,1fr)}.forum-media-grid.is-card.media-count-4 button{aspect-ratio:16/10}.gif-badge{position:absolute;left:8px;bottom:8px;padding:3px 6px;border-radius:6px;color:#fff;background:#342c29bf;font-size:9px;font-weight:700}.media-more{position:absolute;inset:0;display:grid;place-items:center;color:#fff;background:#2f272485;font-size:25px;font-weight:600}.forum-media-grid.is-detail{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:24px;max-height:none}.forum-media-grid.is-detail button{aspect-ratio:4/3}.forum-media-grid.is-detail.media-count-1{grid-template-columns:1fr}.forum-media-grid.is-detail.media-count-1 button{aspect-ratio:auto;max-height:720px}.forum-media-grid.is-detail.media-count-1 img{height:auto;max-height:720px;object-fit:contain;background:#f1ece8}.forum-media-grid.is-comment{grid-template-columns:repeat(3,minmax(0,150px));max-width:460px;margin:9px 0}.forum-media-grid.is-comment button{aspect-ratio:1}.post-editor-modal{width:min(720px,100%)}.post-editor-form{display:grid;gap:18px}.forum-field{display:grid;gap:8px}.forum-field>span,.forum-category-picker legend{color:#6d625d;font-size:12px;font-weight:600}.forum-field>span{display:flex;justify-content:space-between}.forum-field small{color:#aca19b;font-size:9px;font-weight:400}.forum-field input,.forum-field textarea{width:100%;border:1px solid #ddd2cb;border-radius:13px;outline:0;color:#493f3b;background:#fff;font-size:13px}.forum-field input{height:48px;padding:0 14px}.forum-field textarea{resize:vertical;min-height:140px;padding:13px 14px;line-height:1.7}.forum-field input:focus,.forum-field textarea:focus{border-color:#df8994;box-shadow:0 0 0 4px #e27e8b17}.forum-category-picker{min-width:0;margin:0;padding:0;border:0}.forum-category-picker legend{margin-bottom:9px}.forum-category-picker>div{display:flex;flex-wrap:wrap;gap:8px}.forum-category-picker input{position:absolute;opacity:0}.forum-category-picker span{display:grid;place-items:center;min-width:78px;height:36px;padding:0 12px;border:1px solid #e4d9d3;border-radius:10px;color:#837771;background:#fff;font-size:11px;cursor:pointer}.forum-category-picker input:checked+span{color:#aa5763;border-color:#eec3c8;background:#fff1f2;font-weight:600}.forum-category-picker input:focus-visible+span{outline:3px solid rgba(233,120,134,.22)}.post-editor-meta{display:flex;justify-content:space-between;gap:10px;padding-top:13px;border-top:1px solid var(--line);color:#9a8f89;font-size:10px}.post-editor-meta strong{color:#655853}.post-publish-button{width:100%;min-height:49px}.media-upload-toolbar{display:flex;align-items:center;gap:12px}.media-upload-toolbar>span{color:#9c918b;font-size:10px}.media-add-button{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 12px;border:1px dashed #dbb6ba;border-radius:11px;color:#a75c66;background:#fff6f6;font-size:11px;cursor:pointer}.media-add-button svg{width:17px}.media-add-button:disabled{opacity:.45;cursor:not-allowed}.media-draft-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:10px}.media-draft{position:relative;overflow:hidden;aspect-ratio:1;border-radius:10px;background:#eee9e5}.media-draft>img{width:100%;height:100%;object-fit:cover}.media-draft>button:first-of-type{position:absolute;z-index:2;top:5px;right:5px;display:grid;place-items:center;width:22px;height:22px;padding:0;border:0;border-radius:50%;color:#fff;background:#352b28ad;cursor:pointer}.media-draft>button svg{width:12px}.media-draft>em{position:absolute;left:5px;top:5px;padding:2px 4px;border-radius:4px;color:#fff;background:#352b28b3;font-size:8px;font-style:normal}.media-progress{position:absolute;inset:auto 5px 5px;height:20px;overflow:hidden;border-radius:6px;color:#fff;background:#3128259e;font-size:8px}.media-progress i{position:absolute;inset:auto auto 0 0;height:3px;background:#ef8a97}.media-progress span{position:relative;z-index:1;display:grid;place-items:center;height:100%}.media-retry{position:absolute;inset:auto 4px 4px;width:calc(100% - 8px);min-height:28px;padding:3px;border:0;border-radius:7px;color:#fff;background:#b14352e6;font-size:8px;cursor:pointer}.media-upload-help{margin:7px 0 0;color:#b65462;font-size:9px}.media-uploader.is-compact{margin-left:44px}.media-uploader.is-compact .media-draft-grid{grid-template-columns:repeat(3,90px)}.image-lightbox{position:fixed;z-index:300;inset:0;display:grid;place-items:center;padding:58px 75px;background:#1e1917e8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.image-lightbox>img{display:block;max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 20px 70px #00000059}.lightbox-close,.lightbox-arrow{position:absolute;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#fff;background:#ffffff24;cursor:pointer}.lightbox-close{top:21px;right:25px;width:42px;height:42px}.lightbox-close svg{width:20px}.lightbox-arrow{top:50%;width:46px;height:46px;transform:translateY(-50%)}.lightbox-arrow svg{width:22px}.lightbox-arrow.is-left{left:20px}.lightbox-arrow.is-right{right:20px}.lightbox-count{position:absolute;left:50%;bottom:20px;padding:6px 10px;border-radius:9px;color:#fff;background:#00000052;font-size:11px;transform:translate(-50%)}.square-post-page{padding:45px 0 100px}.square-detail-shell{max-width:940px}.square-back{display:inline-block;margin-bottom:19px;color:#9b6c71;font-size:12px}.forum-post-detail{padding:33px 38px 27px;border:1px solid var(--theme-square-card-border);border-radius:23px;background-color:var(--theme-square-card-bg);background-image:var(--theme-square-card-decoration-image, none),var(--theme-square-card-texture-image, none);background-position:right bottom,center;background-size:min(42%,360px) auto,320px auto;background-repeat:no-repeat,repeat;box-shadow:0 15px 42px var(--theme-square-card-shadow),inset 0 1px 0 var(--theme-square-card-accent)}.forum-post-detail h1{max-width:760px;margin:28px 0 18px;color:#403633;font-size:30px;line-height:1.45}.forum-detail-content{max-width:780px;margin:0;color:#625752;white-space:pre-wrap;overflow-wrap:anywhere;font-size:15px;line-height:2}.forum-post-detail>footer{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;padding-top:17px;border-top:1px solid var(--line);color:#9a8f89;font-size:10px}.forum-post-detail .forum-post-stats.is-detail{gap:17px}.forum-post-detail .forum-post-stats>button{padding:4px 2px;border:0;border-radius:7px;background:transparent;font:inherit;cursor:pointer}.forum-post-detail .forum-post-stats>button:hover{color:#c25d6b;background:#fff0f1}.forum-post-detail .forum-post-stats>button:disabled{opacity:.55;cursor:wait}.forum-post-detail>footer .forum-post-delete{flex:0 0 auto;padding:4px;border:0;color:#b85664;background:transparent;font-size:10px;cursor:pointer}.forum-comments-section{margin-top:27px;padding:30px 38px 38px;border:1px solid rgba(100,75,65,.08);border-radius:23px;background:#fff;box-shadow:0 15px 42px #523b310f}.forum-comments-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}.forum-comments-title p{margin:0 0 5px;color:#c28b92;font-size:8px;font-weight:700;letter-spacing:.2em}.forum-comments-title h2{margin:0;color:#4e4340;font-size:21px}.forum-comments-title>span{color:#a09690;font-size:10px}.forum-comment-editor{margin-bottom:28px;padding:18px;border:1px solid #eadfda;border-radius:17px;background:#fffdfa}.forum-replying{display:flex;align-items:center;gap:5px;margin:0 0 10px 44px;color:#9d918b;font-size:10px}.forum-replying strong{color:#b55f6b}.forum-replying button{margin-left:auto;border:0;color:#a35e67;background:transparent;font-size:10px;cursor:pointer}.forum-comment-input{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px}.forum-comment-input label{position:relative}.forum-comment-input textarea{width:100%;min-height:100px;resize:vertical;padding:12px 48px 12px 13px;border:1px solid #ddd2cc;border-radius:13px;outline:0;color:#493f3b;background:#fff;font-size:12px;line-height:1.65}.forum-comment-input textarea:focus{border-color:#df8994;box-shadow:0 0 0 4px #e27e8b14}.forum-comment-input small{position:absolute;right:10px;bottom:8px;color:#aaa09a;font-size:8px}.forum-comment-submit{display:flex;align-items:center;justify-content:flex-end;gap:13px;margin-top:12px}.forum-comment-submit>span{margin-right:auto;color:#9d928c;font-size:9px}.forum-comment-submit button{min-height:38px;padding-inline:16px;border-radius:11px;font-size:10px}.forum-comment-thread{border-top:1px solid rgba(96,72,62,.08)}.forum-comment-item{display:grid;grid-template-columns:34px minmax(0,1fr);gap:11px;padding:19px 3px;scroll-margin-top:95px}.forum-comment-item.is-reply{position:relative;margin-left:44px;border-top:1px solid rgba(96,72,62,.06)}.forum-comment-item.is-reply:before{content:"";position:absolute;left:-22px;top:28px;width:14px;height:14px;border-left:1px solid #dfd2cb;border-bottom:1px solid #dfd2cb;border-radius:0 0 0 7px}.forum-comment-body{min-width:0}.forum-comment-body>header{min-height:21px;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.forum-comment-body>header strong{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#574b47;font-size:12px}.forum-comment-body>header em{padding:1px 5px;border-radius:5px;color:#ae5864;background:#fff0f1;font-size:8px;font-style:normal}.forum-comment-body>header span{color:#a09690;font-size:9px}.forum-comment-body>header b{color:#b7616b;font-weight:500}.forum-comment-body>p{margin:6px 0 7px;color:#554a46;white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;line-height:1.75}.forum-comment-body>.deleted-comment-copy{color:#aaa09a;font-style:italic}.forum-comment-body>footer{display:flex;align-items:center;gap:11px;margin-top:6px}.forum-comment-body>footer time{color:#aaa09a;font-size:8px}.forum-comment-body>footer button{display:inline-flex;align-items:center;gap:3px;padding:3px 5px;border:0;border-radius:6px;color:#988d87;background:transparent;font-size:9px;cursor:pointer}.forum-comment-body>footer button:hover{color:#b95f6b;background:#fff2f3}.forum-comment-body>footer button:disabled{opacity:.55;cursor:wait}.forum-comment-body>footer svg{width:12px}.forum-comment-body>footer .forum-comment-like.is-liked{color:#cf6372;background:#fff2f3}.forum-comment-body>footer .forum-comment-delete{color:#b57a7f}.forum-comments-empty{min-height:180px;display:grid;place-items:center;align-content:center;color:#a29791;text-align:center}.forum-comments-empty span{color:#d7c6bf;font-size:28px}.forum-comments-empty p{margin:7px 0;font-size:11px}.square-detail-loading{display:grid;gap:18px}.square-detail-loading div{height:160px;border-radius:22px;background:linear-gradient(100deg,#f0ebe7 20%,#fbf8f5,#f0ebe7 70%);background-size:200%;animation:shimmer 1.3s infinite}.square-detail-loading div:first-child{height:350px}.square-detail-error{margin-top:40px}@media(max-width:760px){.navbar-inner{grid-template-columns:auto 1fr auto;gap:7px}.brand>span:last-child{display:none}.desktop-nav{display:flex;justify-content:center;gap:13px;font-size:11px}.desktop-nav a{padding-inline:2px}.desktop-nav a:nth-child(3){display:none}.nav-actions{gap:1px}.notification-trigger{width:35px;height:35px}.notification-trigger svg{width:18px}.guest-name{max-width:88px}.notification-panel{position:fixed;inset:65px 0 0;width:100%;border:0;border-radius:0;box-shadow:none;animation-name:sheet-in}.notification-list{max-height:calc(100vh - 129px)}.notification-mobile-close{display:grid;place-items:center;order:3;width:30px;height:30px;padding:0;border:0;border-radius:50%;color:#8d827c;background:#f3ede9}.notification-mobile-close svg{width:15px}.notification-panel>header>button:last-child:not(.notification-mobile-close){margin-left:auto}.square-page,.square-post-page{min-height:calc(100vh - 65px)}.square-hero-inner{min-height:270px;align-items:end;padding-block:38px}.square-hero h1{font-size:46px}.square-hero h2{font-size:18px}.square-compose{display:none}.square-content{width:calc(100% - 24px);padding-top:27px;padding-bottom:85px}.square-categories{margin-bottom:20px}.square-categories button{min-width:62px;height:35px;padding-inline:11px}.forum-post-card{padding:20px 18px 17px;border-radius:17px}.forum-post-copy h2{font-size:18px}.forum-post-copy p{font-size:12px;line-height:1.75}.forum-post-card>footer{align-items:flex-start}.forum-post-stats{gap:10px}.forum-post-expand{padding-top:2px}.forum-author strong{max-width:110px}.forum-media-grid.is-card{max-height:310px}.forum-media-grid.is-card.media-count-3 button{min-height:87px}.square-floating-compose{position:fixed;z-index:40;right:20px;bottom:21px;display:grid;place-items:center;width:55px;height:55px;padding:0;border:0;border-radius:50%;color:#fff;background:linear-gradient(145deg,#ed8290,#d96073);box-shadow:0 12px 27px #d0546957}.square-floating-compose svg{width:24px}.theme-home-decoration{width:52vw;opacity:.45}.theme-square-hero-decoration{width:88%;opacity:.45}.post-editor-modal{display:flex;flex-direction:column;max-height:95vh}.post-editor-form{overflow-y:auto;padding-right:2px}.media-draft-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.post-editor-meta{display:grid}.forum-category-picker>div{display:grid;grid-template-columns:repeat(2,1fr)}.forum-category-picker span{min-width:0}.image-lightbox{padding:55px 8px}.lightbox-arrow{width:39px;height:39px;background:#0006}.lightbox-arrow.is-left{left:5px}.lightbox-arrow.is-right{right:5px}.lightbox-close{top:13px;right:13px}.square-post-page{padding:25px 0 75px}.square-detail-shell{width:calc(100% - 24px)}.forum-post-detail{padding:23px 18px 19px;border-radius:18px}.forum-post-detail h1{margin-top:23px;font-size:24px}.forum-detail-content{font-size:14px;line-height:1.9}.forum-post-detail>footer{align-items:flex-start}.forum-post-detail .forum-post-stats.is-detail{gap:11px}.forum-media-grid.is-detail{grid-template-columns:1fr}.forum-media-grid.is-detail button{aspect-ratio:auto;max-height:570px}.forum-media-grid.is-detail img{height:auto;max-height:570px;object-fit:contain}.forum-comments-section{margin-top:17px;padding:22px 14px 28px;border-radius:18px}.forum-comment-editor{padding:13px 10px}.forum-comment-item{padding-block:16px}.forum-comment-item.is-reply{margin-left:26px}.forum-comment-item.is-reply:before{left:-14px;width:9px}.media-uploader.is-compact{margin-left:0;padding-left:44px}.media-uploader.is-compact .media-draft-grid,.forum-media-grid.is-comment{grid-template-columns:repeat(3,minmax(0,1fr))}.forum-comment-submit{flex-wrap:wrap}}@media(max-width:390px){.desktop-nav{gap:8px}.guest-name{max-width:70px}.notification-trigger{width:32px}.forum-post-card>header>em{padding-inline:6px}.forum-author{gap:6px}.forum-author time{display:none}.media-draft-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
