:root{--bg:#f6f7fb;--panel:#fff;--text:#1d2433;--muted:#697386;--line:#e5e9f2;--accent:#e5532d;--accent2:#1b7f5f;--danger:#b3261e;--shadow:0 12px 30px rgba(25,31,44,.08)}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{border:0;background:var(--text);color:#fff;padding:10px 14px;border-radius:12px;cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:11px 12px;background:#fff;color:var(--text)}textarea{min-height:140px;resize:vertical}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:18px;padding:12px 20px;background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.brand{font-weight:900;letter-spacing:.04em;color:var(--accent);font-size:22px}.nav{display:flex;gap:14px;flex:1 1;flex-wrap:wrap}.nav a{color:var(--muted);font-size:14px}.authbox{display:flex;align-items:center;gap:8px}.points{font-weight:700}.container{max-width:1120px;margin:0 auto;padding:28px 16px 80px}.hero{display:grid;grid-template-columns:1.3fr .7fr;grid-gap:18px;gap:18px;align-items:stretch}.hero-panel{background:linear-gradient(135deg,#181c29,#2a2938);color:#fff;border-radius:24px;padding:28px;box-shadow:var(--shadow)}.hero-panel h1{font-size:clamp(28px,6vw,48px);margin:0 0 12px;line-height:1.08}.hero-panel p{color:hsla(0,0%,100%,.78)}.search-row{display:flex;gap:10px;margin-top:18px}.card{background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:var(--shadow)}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.two-col{display:grid;grid-template-columns:280px 1fr;grid-gap:18px;gap:18px}.card-title-row{display:flex;justify-content:space-between;gap:8px;align-items:center}.card h2,.card h3{margin:0 0 8px}.muted{color:var(--muted)}.pill{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:999px;background:#f0f3f7;color:#3b4558;font-size:12px;font-weight:700}.paid{background:#fff3e7;color:#a64b00}.warning{color:var(--danger)}.notice{color:var(--accent2);font-weight:700}.metrics{flex-wrap:wrap;margin-top:12px;color:var(--muted);font-size:13px}.metrics,.tabs{display:flex;gap:8px}.tabs{margin:18px 0;overflow-x:auto}.tab{background:#fff;color:var(--muted);border:1px solid var(--line)}.tab.active{background:var(--text);color:#fff}.form-grid,.stack{display:grid;grid-gap:14px;gap:14px}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.post-card{display:grid;grid-gap:10px;gap:10px}.post-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.post-meta{flex-wrap:wrap;margin-bottom:8px}.author,.post-meta{display:flex;gap:6px}.author{align-items:center;white-space:nowrap}.author img,.avatar-fallback,.profile-icon{width:34px;height:34px;border-radius:50%;object-fit:cover;background:#e7ebf2;display:inline-flex;align-items:center;justify-content:center;font-weight:800}.profile-icon{width:86px;height:86px;font-size:30px}.excerpt{color:var(--muted);margin:0}.body-text{white-space:pre-wrap;line-height:1.8}.locked-box{border:1px dashed #f2a96b;background:#fff8ef;padding:14px;border-radius:16px}.post-actions{display:flex;gap:8px;flex-wrap:wrap}.post-actions button{background:#f3f5f8;color:var(--text)}.pref-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.pref-grid a{background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px;text-align:center;color:var(--muted)}.stat-line{display:flex;gap:8px;flex-wrap:wrap}.footer-note{margin-top:24px;color:var(--muted);font-size:13px}@media (max-width:800px){.site-header{align-items:flex-start;flex-direction:column}.nav{order:3}.form-row,.grid,.hero,.two-col{grid-template-columns:1fr}.pref-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.post-head,.search-row{flex-direction:column}}.info-list{display:grid;grid-template-columns:120px 1fr;grid-gap:10px 16px;gap:10px 16px}.info-list dt{color:var(--muted);font-weight:700}.info-list dd{margin:0}.profile-head{display:flex;gap:16px;align-items:center}.link-list{display:grid;grid-gap:6px;gap:6px;margin-top:8px}.post-media-list{display:grid;grid-gap:12px;gap:12px;margin-top:14px}.post-media{width:100%;max-width:560px;max-height:420px;border-radius:16px;object-fit:contain;background:#f1f5f9;border:1px solid #e5e7eb}.admin-note{font-size:13px;color:var(--muted)}.correction-tab{border-color:#f59e0b!important}.store-card-hot{border-color:#f59e0b;background:linear-gradient(180deg,#fffaf0,#fff)}.store-card-pinned{border-color:#2563eb;background:linear-gradient(180deg,#eff6ff,#fff)}.hot-label{display:inline-flex;width:-moz-fit-content;width:fit-content;margin:10px 0 0;padding:4px 10px;border-radius:999px;background:#fef3c7;color:#92400e;font-size:12px;font-weight:800}.pinned-empty{border-style:dashed;color:var(--muted)}.store-search-cta{display:flex;align-items:center;justify-content:space-between;gap:16px}.search-status{display:flex;align-items:flex-end;padding:10px 0}.pref-button{background:#fff;color:var(--muted);border:1px solid var(--line);border-radius:14px;padding:12px}.compact-pref-card{padding:18px}.compact-pref-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.store-action-buttons{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}@media (max-width:800px){.store-search-cta{flex-direction:column;align-items:stretch}.compact-pref-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.area-setting-box{border:1px solid var(--line);border-radius:18px;padding:16px;background:#fbfcff}.area-title-row{align-items:center}.small-plus-button{width:34px;height:34px;padding:0;border-radius:999px;font-size:20px;line-height:1}.area-row{display:grid;grid-template-columns:1fr 1fr auto;grid-gap:12px;gap:12px;align-items:flex-end}.remove-area-button{background:#f1f5f9;color:var(--text)}.correction-bottom{margin-top:28px;padding-top:20px;border-top:1px solid var(--line)}.correction-form-inline{display:grid;grid-gap:14px;gap:14px;margin-top:16px;padding:16px;border:1px dashed #f59e0b;border-radius:18px;background:#fffaf0}.tag-filter-card{display:grid;grid-template-columns:minmax(220px,420px) auto;align-items:flex-end;grid-gap:16px;gap:16px}.rank-grid .rank-card ul{padding-left:18px}.rank-badge-big{width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--text);color:#fff;font-weight:900;font-size:24px}.points-cost{font-size:26px}.ad-slot{min-height:88px;margin:8px 0;overflow:hidden}.ad-slot-placeholder{color:var(--muted);font-size:13px;background:linear-gradient(135deg,#fff,#f8fafc)}.profile-post-wrap{grid-gap:8px;gap:8px}.pin-feature-button{background:#f1f5f9;color:var(--text)}@media (max-width:800px){.area-row,.tag-filter-card{grid-template-columns:1fr}}.profile-post-wrap{display:grid;grid-gap:10px;gap:10px}.pin-feature-button{justify-self:start;background:#fff7ed;color:#9a3412;border:1px solid #fdba74}.points-cost{font-size:24px;font-weight:900}.app-with-ads{display:grid;grid-template-columns:minmax(120px,1fr) minmax(0,1120px) minmax(120px,1fr);grid-gap:18px;gap:18px;align-items:start}.app-with-ads .container{width:100%}.ad-slot{border:1px solid var(--line);background:#fff;color:var(--muted);border-radius:18px;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:var(--shadow)}.ad-side-left,.ad-side-right{position:-webkit-sticky;position:sticky;top:86px;min-height:280px;margin-top:24px;font-size:13px}.ad-inline{min-height:90px;margin:18px 0}.ad-mobile-bottom{display:none}.post-footer-line{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.report-button{background:transparent;color:#94a3b8;border:1px solid #e5e7eb;padding:6px 10px;border-radius:999px;font-size:12px}.report-button:hover{color:#b91c1c;border-color:#fecaca}.warning-pill{background:#fee2e2;color:#991b1b}.follow-list{grid-gap:8px;gap:8px;margin-top:12px}.follow-row{padding:10px;border:1px solid var(--line);border-radius:14px}@media (max-width:1180px){.app-with-ads{display:block}.ad-side-left,.ad-side-right{display:none}.ad-mobile-bottom{display:flex;position:-webkit-sticky;position:sticky;bottom:0;z-index:30;min-height:48px;border-radius:0;margin:0}body{padding-bottom:48px}}.app-with-ads{display:block!important;width:100%!important;min-width:0!important}.app-with-ads>main,.app-with-ads>main.container,.container,main.container{width:min(1200px,calc(100vw - 32px))!important;max-width:1200px!important;min-width:0!important;margin-left:auto!important;margin-right:auto!important}.app-with-ads>.ad-side-left,.app-with-ads>.ad-side-right,.app-with-ads>.ad-slot.ad-side-left,.app-with-ads>.ad-slot.ad-side-right,.app-with-ads>.ad-slot[data-ad-slot=side-left],.app-with-ads>.ad-slot[data-ad-slot=side-right]{display:none!important}@media (min-width:1500px){.app-with-ads>.ad-side-left,.app-with-ads>.ad-slot.ad-side-left,.app-with-ads>.ad-slot[data-ad-slot=side-left]{display:flex!important;position:fixed!important;left:20px!important;top:110px!important;width:160px!important;min-height:360px!important;z-index:1!important}.app-with-ads>.ad-side-right,.app-with-ads>.ad-slot.ad-side-right,.app-with-ads>.ad-slot[data-ad-slot=side-right]{display:flex!important;position:fixed!important;right:20px!important;top:110px!important;width:160px!important;min-height:360px!important;z-index:1!important}}.hero,.hero-grid,.hero-section,.home-hero,.home-top,.top-hero{width:100%!important;min-width:0!important}.hero-grid,.home-hero-grid,.home-top-grid{display:grid!important;grid-template-columns:minmax(0,2fr) minmax(280px,1fr)!important;grid-gap:24px!important;gap:24px!important;align-items:stretch!important}@media (max-width:900px){.hero-grid,.home-hero-grid,.home-top-grid{grid-template-columns:1fr!important}}.card,.post-card,.store-card{min-width:0!important}@media (max-width:768px){.ad-slot{max-height:72px!important;min-height:48px!important;overflow:hidden!important;font-size:12px!important}.app-with-ads>.ad-slot[data-ad-slot=side-left],.app-with-ads>.ad-slot[data-ad-slot=side-right]{display:none!important}}.follow-manager-card{margin-bottom:18px}.follow-list{display:grid;grid-gap:10px;gap:10px}.follow-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid #e5e7eb}@media (max-width:640px){.follow-row{align-items:stretch;flex-direction:column}}.reaction-selected{background:#dcfce7!important;border-color:#86efac!important;color:#166534!important;box-shadow:inset 0 0 0 1px #bbf7d0}.reaction-bad-selected{background:#fef3c7!important;border-color:#fde68a!important;color:#92400e!important}.post-right-actions{display:flex;align-items:center;gap:8px}.delete-post-button{border:1px solid #fecaca;background:#fff1f2;color:#be123c;border-radius:999px;padding:8px 14px;font-size:13px;cursor:pointer}.delete-post-button:disabled,.post-actions button:disabled,.report-button:disabled{opacity:.45;cursor:not-allowed}.mini-note{margin-top:8px;font-size:12px}.button-like{display:inline-flex;align-items:center;justify-content:center;background:#111827;color:#fff;border-radius:14px;padding:10px 16px;font-weight:700;text-decoration:none}.button-like:hover{opacity:.9}.paid-post-help{margin:4px 0 10px;font-size:13px;color:#64748b}.store-card-main-link{color:inherit;text-decoration:none;display:block}.store-card-actions{margin-top:12px;display:flex;justify-content:flex-end}.pin-store-mini{border:1px solid #dbeafe;padding:7px 12px;font-size:12px;font-weight:700}.pin-store-mini:disabled{opacity:.55}.pref-button.is-selected,.prefecture-button.is-selected,button.is-selected{border-color:#2563eb!important;box-shadow:0 0 0 2px rgba(37,99,235,.18)!important;color:#1d4ed8!important;background:#eff6ff!important;font-weight:800!important}.home-pinned-section{margin-top:32px}.home-pinned-section .section-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.home-pinned-section .pinned-store-grid,.pinned-store-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-gap:16px!important;gap:16px!important;align-items:stretch!important}.home-pinned-section .store-card,.pinned-store-grid .store-card{width:100%!important;min-height:180px!important;display:flex!important;flex-direction:column!important}.home-pinned-section .store-card-actions,.pinned-store-grid .store-card-actions{margin-top:auto!important;justify-content:flex-end!important}@media (max-width:1000px){.home-pinned-section .pinned-store-grid,.pinned-store-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:640px){.home-pinned-section .pinned-store-grid,.pinned-store-grid{grid-template-columns:1fr!important}}.search-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(180px,.8fr) minmax(180px,.8fr);grid-gap:14px;gap:14px;align-items:end;margin-top:18px}.store-search-status{grid-column:1/-1;color:#64748b;font-weight:700}@media (max-width:900px){.search-grid{grid-template-columns:1fr}}.legal-page h2{margin-top:24px;margin-bottom:8px}.legal-dl{grid-template-columns:180px 1fr;grid-gap:12px 18px;gap:12px 18px}.legal-dl dt{font-weight:800;color:#334155}.legal-dl dd{margin:0;color:#475569}@media (max-width:640px){.legal-dl{grid-template-columns:1fr}}.follow-button-wrap{margin-top:12px}.button-subtle,.followed-label{font-weight:800}.button-subtle{padding:9px 14px}.button-subtle:disabled{opacity:.5;cursor:not-allowed}.success-text{font-weight:800;width:100%}.store-card{position:relative;display:flex;justify-content:space-between;gap:14px;min-height:170px;padding:22px;border:1px solid #e2e8f0;border-radius:22px;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.05)}.store-card.is-hot{border-color:#f59e0b;background:#fffaf0}.store-card-main{min-width:0;flex:1 1}.store-card-link{display:block;color:inherit;text-decoration:none}.store-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.store-card-head h3{margin:0 0 18px;font-size:22px;font-weight:900}.store-card-stats{color:#64748b;font-weight:700}.store-card-actions{align-self:flex-end}.hot-badge{display:inline-flex;margin-top:8px;border-radius:999px;background:#fef3c7;color:#92400e;padding:7px 12px;font-weight:900;font-size:13px}.profile-page{max-width:1160px;margin:0 auto}.profile-hero-top{display:flex;align-items:center;gap:18px}.profile-avatar-large{width:88px;height:88px;border-radius:999px;object-fit:cover}.profile-avatar-empty{display:grid;place-items:center;background:#e2e8f0;color:#0f172a;font-size:34px;font-weight:900}.post-tags,.profile-badges{display:flex;gap:8px;flex-wrap:wrap}.profile-bio{margin-top:22px;white-space:pre-wrap}.profile-links{display:grid;grid-gap:8px;gap:8px;margin-top:18px}.profile-section-title{margin:28px 0 14px}.follow-button-wrap{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:18px}.followed-label{display:inline-flex;align-items:center;border-radius:999px;background:#dcfce7;color:#166534;padding:9px 14px;font-weight:900}.button-subtle{border:0;border-radius:12px;padding:10px 15px;background:#f1f5f9;color:#0f172a;font-weight:900;cursor:pointer}.success-text{color:#059669;font-weight:900}.profile-post-card{padding:22px}.post-card-head{display:flex;justify-content:space-between;gap:16px}.post-author-mini{display:flex;align-items:center;gap:8px;font-weight:900}.avatar-placeholder,.post-author-mini img{width:38px;height:38px;border-radius:999px;object-fit:cover}.avatar-placeholder{display:grid;place-items:center;background:#e2e8f0}.post-body-text{margin:24px 0;white-space:pre-wrap;line-height:1.8}.post-card-actions{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}.outline-accent-button{border:1px solid #fb923c;border-radius:12px;background:#fff7ed;color:#c2410c;padding:10px 14px;font-weight:900;cursor:pointer}.danger-outline-button{border:1px solid #fecaca;border-radius:999px;background:#fff1f2;color:#e11d48;padding:10px 15px;font-weight:900;cursor:pointer}@media (max-width:760px){.store-card{flex-direction:column}.store-card-actions{align-self:flex-start}.profile-hero-top{align-items:flex-start}}.pin-store-mini{border:1px solid #bfdbfe;border-radius:999px;padding:9px 13px;background:#eff6ff;color:#1d4ed8;font-weight:900;cursor:pointer}.pin-store-mini.is-pinned{border-color:#fed7aa;background:#fff7ed;color:#c2410c}.pin-store-mini:disabled{opacity:.6;cursor:not-allowed}.profile-section-title{margin:20px 0 10px;font-size:22px;font-weight:900}.profile-page{max-width:1180px!important;margin:0 auto!important}.profile-page .post-card.profile-post-card,.profile-page .profile-post-card,.profile-page article.profile-post-card{display:block!important;width:100%!important;border:1px solid #e2e8f0!important;border-radius:24px!important;background:#fff!important;padding:28px!important;box-shadow:0 18px 44px rgba(15,23,42,.06)!important;margin-bottom:22px!important}.profile-page .post-card-head{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:18px!important}.profile-page .post-body-text{margin:26px 0!important;white-space:pre-wrap!important;line-height:1.8!important}.profile-section-title{margin:28px 0 14px!important;font-size:24px!important;font-weight:900!important}.follow-button-wrap{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;margin-top:18px!important}.followed-label{display:inline-flex!important;align-items:center!important;border-radius:999px!important;background:#dcfce7!important;color:#166534!important}.button-subtle,.followed-label{padding:10px 16px!important;font-weight:900!important}.button-subtle{border:0!important;border-radius:12px!important;background:#f1f5f9!important;color:#0f172a!important;cursor:pointer!important}.pin-store-mini{border:1px solid #bfdbfe!important;border-radius:999px!important;padding:9px 13px!important;background:#eff6ff!important;color:#1d4ed8!important;font-weight:900!important;cursor:pointer!important}.pin-store-mini.is-pinned{border-color:#fed7aa!important;background:#fff7ed!important;color:#c2410c!important}.button-subtle:disabled,.pin-store-mini:disabled{opacity:.6!important;cursor:not-allowed!important}.success-text{color:#059669!important;font-weight:900!important}.latest-posts-stable{margin-top:32px}.latest-posts-stable .stack{margin-top:16px}.error-text{color:#dc2626;font-weight:900}.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.timeline-page{max-width:1180px;margin:0 auto}.timeline-hero{margin-bottom:18px}.timeline-counts{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.follow-manager{margin-top:16px}.follow-manager summary{cursor:pointer;font-weight:900}.follow-manager-list{margin-top:12px;display:grid;grid-gap:10px;gap:10px}.follow-manager-row{display:flex;justify-content:space-between;align-items:center;gap:12px;border:1px solid #e2e8f0;border-radius:16px;padding:10px 12px;background:#fff}.follow-user-link{display:inline-flex;align-items:center;gap:10px;color:inherit;text-decoration:none;font-weight:900}.avatar-fallback,.follow-user-link img{width:34px;height:34px;border-radius:999px}.avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:#e2e8f0}@media (max-width:760px){.follow-manager-row{align-items:flex-start;flex-direction:column}}.profile-extras-card,.profile-submenu{margin-bottom:20px}.profile-submenu{display:flex;gap:10px;flex-wrap:wrap}.profile-submenu a{display:inline-flex;align-items:center;border-radius:999px;padding:10px 14px;background:#f1f5f9;color:#0f172a;font-weight:900;text-decoration:none}.profile-point-grid{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(280px,1.2fr);grid-gap:22px;gap:22px}.small-label{font-size:13px;font-weight:900}.profile-point-main{font-size:34px;font-weight:1000;letter-spacing:.02em}.rank-progress-head{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.rank-badge-large{display:inline-flex;align-items:center;border-radius:999px;background:#0f172a;color:#fff;padding:9px 14px;font-weight:1000}.rank-progress-bar{height:14px;border-radius:999px;background:#e2e8f0;overflow:hidden}.rank-progress-bar>div{height:100%;border-radius:999px;background:#22c55e}.point-history-box{margin-top:24px}.point-history-list{display:grid;grid-gap:10px;gap:10px}.point-history-row{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #e2e8f0;border-radius:16px;padding:12px 14px;background:#fff}.point-plus{color:#059669;font-weight:1000;white-space:nowrap}.purchases-page{max-width:1180px;margin:0 auto}@media (max-width:760px){.profile-point-grid{grid-template-columns:1fr}.point-history-row{align-items:flex-start;flex-direction:column}}.legal-page{max-width:980px;margin:0 auto}.legal-page h1{font-size:34px;margin-bottom:24px}.legal-page h2{font-size:22px;margin-top:30px;margin-bottom:12px}.legal-dl dd,.legal-page li,.legal-page p{line-height:1.9}.legal-dl{display:grid;grid-template-columns:220px 1fr;grid-gap:0;gap:0;border-top:1px solid #e2e8f0}.legal-dl dd,.legal-dl dt{border-bottom:1px solid #e2e8f0;padding:16px}.legal-dl dt{font-weight:900;background:#f8fafc}@media (max-width:760px){.legal-dl{grid-template-columns:1fr}.legal-dl dt{border-bottom:0}}.site-footer{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;padding:32px 16px 48px;color:#64748b;font-size:14px}.site-footer a{color:#64748b;text-decoration:none;font-weight:700}.site-footer a:hover{color:#0f172a}.paid-preview-help{display:block;margin-top:6px;font-size:13px}.paid-wall-marker{gap:6px}.profile-post-wrap:empty{display:none}.paid-editor-boundary-box{border:1px dashed #fb923c;background:#fff7ed;border-radius:16px;padding:12px 14px;margin:8px 0 12px}.paid-editor-preview-line,.paid-editor-wall-marker{font-weight:900;color:#9a3412;margin-bottom:8px}.paid-editor-wall-marker{display:inline-flex;align-items:center;background:#ffedd5;border:1px solid #fdba74;border-radius:999px;padding:7px 12px}.paid-editor-boundary-box p{margin:0;color:#64748b;font-size:13px;line-height:1.7}.paid-visible-preview{white-space:pre-wrap;background:#fff7ed;border:1px solid #fed7aa;border-radius:16px;padding:14px 16px;margin:10px 0}.paid-visible-preview p{margin:0;line-height:1.8}.paid-wall-marker{display:inline-flex;align-items:center;background:#fff1f2;color:#9f1239;border:1px solid #fecdd3;border-radius:999px;padding:8px 12px;font-weight:900;margin:4px 0 12px}