@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap");: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{z-index:20;display:flex;gap:18px;padding:12px 20px;background:hsla(0,0%,100%,.92)}.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;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}.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;padding:10px 15px;background:#f1f5f9;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}.seo-page{max-width:1120px;margin:0 auto;padding:40px 20px 80px}.seo-hero h1{font-size:clamp(28px,4vw,44px);line-height:1.25;margin:10px 0 16px}.seo-breadcrumb{color:#64748b;font-size:14px;margin-bottom:8px}.seo-breadcrumb a{color:#475569;text-decoration:none}.seo-lead{color:#475569;line-height:1.9;margin:18px 0;max-width:920px}.seo-badges{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.seo-badges span{display:inline-flex;border-radius:999px;background:#f1f5f9;color:#0f172a;font-weight:800;padding:8px 12px;font-size:13px}.seo-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.button-subtle{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:12px 16px;font-weight:800;text-decoration:none;border:1px solid #dbe4f0;color:#0f172a;background:#fff}.seo-section{margin-top:22px}.seo-section h2{margin-bottom:18px;font-size:24px}.seo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.seo-link-card{display:flex;flex-direction:column;gap:8px;min-height:132px;padding:18px;border-radius:18px;background:#fff;border:1px solid #e2e8f0;text-decoration:none;color:#0f172a;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.seo-link-card:hover{transform:translateY(-1px);border-color:#93c5fd;box-shadow:0 12px 30px rgba(15,23,42,.08)}.seo-link-card strong{font-size:18px}.seo-link-card small,.seo-link-card span{color:#64748b;line-height:1.5}@media (max-width:900px){.seo-grid{grid-template-columns:1fr}.seo-page{padding:24px 12px 64px}}html.capacitor-native,html.capacitor-native body{min-height:100%}html.capacitor-ios body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}html.capacitor-ios .app-header,html.capacitor-ios .site-header,html.capacitor-ios header{padding-top:max(12px,env(safe-area-inset-top));z-index:1000;background:#fff}@media (max-width:720px){html.capacitor-ios .app-header,html.capacitor-ios .site-header,html.capacitor-ios header{position:-webkit-sticky;position:sticky;top:0}html.capacitor-ios nav{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;display:grid!important;grid-template-columns:1fr;grid-gap:8px;gap:8px;align-items:center;padding:10px 14px;background:hsla(0,0%,100%,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-main{display:flex;align-items:center;gap:10px;min-width:0;width:100%}.brand{flex:0 0 auto;font-size:21px;line-height:1;white-space:nowrap}.authbox{margin-left:auto;display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0;flex-wrap:nowrap}.header-auth-placeholder{width:1px;height:1px;overflow:hidden}.google-login-button,.header-auth-button{padding:7px 10px;border-radius:999px;font-size:12px;line-height:1.1;white-space:nowrap}.header-points{white-space:nowrap;font-size:12px;font-weight:800;text-decoration:none}.desktop-nav{display:flex}.mobile-footer-nav{display:none}html.ios-app-no-external-payments .payment-nav-link,html.ios-app-no-external-payments [data-ios-payment-hidden=true],html.ios-app-no-external-payments a[href*="stripe.com"],html.ios-app-no-external-payments a[href*=checkout],html.ios-app-no-external-payments a[href="/billing"],html.ios-app-no-external-payments a[href^="/billing"],html.ios-app-no-external-payments button[data-stripe]{display:none!important;visibility:hidden!important;pointer-events:none!important}.native-payment-blocker{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:24px;background:#f8fafc}.native-payment-card{width:min(430px,100%);padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 20px 60px rgba(15,23,42,.12);text-align:center}.native-payment-card h1{margin:0 0 10px;font-size:18px}.native-payment-card p{margin:0 0 16px;color:var(--muted);font-size:14px;line-height:1.7}.native-payment-card button{border:0;border-radius:999px;padding:10px 16px;font-weight:700;background:#111827;color:#fff}@media (max-width:900px){body,html{font-size:13px}body{padding-bottom:calc(70px + env(safe-area-inset-bottom));background:var(--bg,#f8fafc)}.container,.content,.page,main{padding-left:10px!important;padding-right:10px!important}.site-header{gap:0;padding:7px 9px}.header-main{gap:6px}.brand{font-size:18px;letter-spacing:-.03em}.authbox{gap:5px}.google-login-button,.header-auth-button{padding:6px 8px;font-size:11px;max-width:104px}.header-points{font-size:11px;padding:5px 7px;border-radius:999px}.desktop-nav{display:none!important}.mobile-footer-nav{position:fixed;left:10px;right:10px;bottom:calc(8px + env(safe-area-inset-bottom));z-index:9998;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:7px;gap:7px;padding:8px;border:1px solid rgba(148,163,184,.45);border-radius:22px;background:hsla(0,0%,100%,.94);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 12px 34px rgba(15,23,42,.16);transition:transform .22s ease,opacity .18s ease;will-change:transform,opacity}.mobile-footer-nav.is-hidden{transform:translateY(calc(120% + env(safe-area-inset-bottom)));opacity:0;pointer-events:none}.mobile-footer-nav.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.mobile-footer-nav a{display:inline-flex;min-width:0;min-height:42px;align-items:center;justify-content:center;border-radius:16px;color:var(--muted);text-decoration:none;font-size:11.5px;font-weight:850;line-height:1.1;white-space:nowrap;-webkit-tap-highlight-color:transparent}.mobile-footer-nav a.active{background:#111827;color:#fff}.stack{gap:10px!important}.card,.notice,.panel,.warning{padding:10px!important;border-radius:13px!important}h1{font-size:19px!important;line-height:1.2!important;margin-bottom:6px!important}h2{font-size:16px!important}h2,h3{line-height:1.25!important;margin-bottom:5px!important}h3{font-size:14px!important}button,input,label,li,p,select,textarea{font-size:12.5px}p{line-height:1.55;margin-top:4px;margin-bottom:6px}.button,button,input,select,textarea{padding:8px 9px;border-radius:11px}.grid,.profile-point-grid,.two-col{display:grid!important;grid-template-columns:1fr!important;grid-gap:9px!important;gap:9px!important}.pill{font-size:10.5px!important;padding:4px 7px!important}.profile-point-main{font-size:22px!important;line-height:1.15!important}.post-card,.store-card{padding:10px!important}}html.capacitor-ios .desktop-nav,html.capacitor-native .desktop-nav{display:none!important}html.capacitor-ios .mobile-footer-nav,html.capacitor-native .mobile-footer-nav{position:fixed;left:10px;right:10px;bottom:calc(8px + env(safe-area-inset-bottom));z-index:9998;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:7px;gap:7px;padding:8px;border:1px solid rgba(148,163,184,.45);border-radius:22px;background:hsla(0,0%,100%,.94);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 12px 34px rgba(15,23,42,.16);transition:transform .22s ease,opacity .18s ease}html.capacitor-ios .mobile-footer-nav.is-hidden,html.capacitor-native .mobile-footer-nav.is-hidden{transform:translateY(calc(120% + env(safe-area-inset-bottom)));opacity:0;pointer-events:none}html.capacitor-ios .mobile-footer-nav.is-visible,html.capacitor-native .mobile-footer-nav.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}html.capacitor-ios body,html.capacitor-native body{padding-bottom:calc(70px + env(safe-area-inset-bottom));background:var(--bg,#f8fafc)}html.capacitor-ios .site-header,html.capacitor-native .site-header{padding-top:calc(6px + env(safe-area-inset-top))}a,body,button,div,h1,h2,h3,h4,h5,h6,html,input,label,li,p,select,span,textarea{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.brand,.card,.google-login-button,.header-auth-button,.mobile-footer-nav,.nav,.panel,.pill,.site-header,a,body,button,div,h1,h2,h3,h4,h5,h6,html,input,label,li,p,select,span,textarea{font-family:Noto Sans JP,Hiragino Sans,Hiragino Kaku Gothic ProN,Yu Gothic,YuGothic,Meiryo,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif!important}.guest-pill{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:4px 7px;color:var(--muted);background:#fff;font-size:11px;font-weight:800;white-space:nowrap}.account-protect-mini{background:#111827;color:#fff}.account-management-card{margin:10px auto}.account-delete-button{font-weight:800}@media (max-width:760px){.guest-pill{padding:4px 6px;font-size:10px}.account-management-card{margin:8px 10px;width:auto}.account-action-row button{flex:1 1 auto;min-height:38px}.account-protect-mini{max-width:64px!important}}:root{--keyboard-bottom:0px}html.keyboard-focus-fix-enabled{text-size-adjust:100%}html.keyboard-focus-fix-enabled [contenteditable=true],html.keyboard-focus-fix-enabled input,html.keyboard-focus-fix-enabled select,html.keyboard-focus-fix-enabled textarea{font-size:16px!important;scroll-margin-top:84px;scroll-margin-bottom:calc(100px + var(--keyboard-bottom))}html.keyboard-focus-fix-enabled [contenteditable=true]:focus,html.keyboard-focus-fix-enabled input:focus,html.keyboard-focus-fix-enabled select:focus,html.keyboard-focus-fix-enabled textarea:focus{outline-offset:2px}html.capacitor-ios body.keyboard-active,html.capacitor-native body.keyboard-active{padding-bottom:var(--keyboard-bottom)!important}html.capacitor-ios body.keyboard-active .mobile-footer-nav,html.capacitor-native body.keyboard-active .mobile-footer-nav{transform:translateY(calc(120% + env(safe-area-inset-bottom)))!important;opacity:0!important;pointer-events:none!important}html.capacitor-ios body.keyboard-active .site-header,html.capacitor-native body.keyboard-active .site-header{position:-webkit-sticky;position:sticky;top:0}@media (max-width:760px){.account-management-card{margin:8px 10px}.account-action-row{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px}.account-delete-button,.account-protect-button{width:100%;min-height:40px}}.guest-link-button{cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}.guest-link-button:hover{border-color:var(--primary);color:var(--primary);background:#fff7ed}.guest-link-button:active{transform:translateY(1px)}.account-management-card{margin:10px auto 14px;width:min(960px,calc(100% - 20px))}.account-action-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.account-protect-button{font-weight:900}.danger-outline{border:1px solid #fecaca!important;background:#fff!important;color:#dc2626!important}.account-note{margin-top:8px}@media (max-width:760px){.account-management-card{margin:8px 10px 12px;width:auto}.account-action-row{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px}.account-delete-button,.account-protect-button{width:100%;min-height:42px}}.guest-profile-google-link:hover{opacity:.92}.guest-profile-google-link:active{transform:translateY(1px)}.guest-profile-delete{padding:8px 10px;font-weight:800}@media (max-width:760px){.guest-profile-inline-actions{position:static;margin:14px 0 0;justify-content:flex-start}.guest-profile-google-link{padding:10px 16px;font-size:13px}}.guest-profile-card-with-actions{position:relative!important}.guest-profile-inline-actions{position:absolute;top:22px;right:22px;z-index:5;display:flex;gap:8px}.guest-profile-google-link{border-radius:999px;padding:9px 14px;font-size:13px;line-height:1;cursor:pointer;box-shadow:0 8px 18px rgba(17,24,39,.18)}.guest-profile-delete{padding:8px 12px;font-size:12px}.guest-profile-delete:hover,.guest-profile-google-link:hover{opacity:.9}.guest-profile-delete:active,.guest-profile-google-link:active{transform:translateY(1px)}.guest-profile-delete:disabled,.guest-profile-google-link:disabled{opacity:.55;cursor:wait}@media (max-width:760px){.guest-profile-inline-actions{position:static;margin:14px 0 0;justify-content:flex-start;flex-wrap:wrap}.guest-profile-delete,.guest-profile-google-link{min-height:36px}}html.capacitor-ios,html.capacitor-native{overscroll-behavior-y:none}.mobile-pull-refresh{position:fixed;left:50%;top:env(safe-area-inset-top,0);z-index:9999;opacity:0;pointer-events:none;transition:opacity .14s ease,transform .14s ease}.mobile-pull-refresh.is-visible{opacity:1}.mobile-pull-refresh span{display:inline-flex;align-items:center;justify-content:center;min-width:112px;height:34px;border-radius:999px;background:rgba(17,24,39,.92);color:#fff;font-size:12px;font-weight:900;box-shadow:0 8px 22px rgba(17,24,39,.24)}.mobile-pull-refresh span.spin:before{content:"";width:12px;height:12px;margin-right:7px;border:2px solid hsla(0,0%,100%,.45);border-top-color:#fff;border-radius:50%;animation:slotpachiPullSpin .7s linear infinite}@keyframes slotpachiPullSpin{to{transform:rotate(1turn)}}@media (max-width:900px){.card,.panel,.post-card,.store-card{content-visibility:auto;contain-intrinsic-size:220px}img{content-visibility:auto}}.store-search-hero{margin-bottom:12px}.store-search-controls{grid-template-columns:1.2fr .7fr 1fr}.store-search-controls input,.store-search-controls select{font-size:16px}.store-result-card{transition:transform .12s ease,box-shadow .12s ease}.store-result-card:active{transform:scale(.99)}.store-loading-pill{display:inline-flex;align-items:center;border-radius:999px;background:#111827;color:#fff;padding:9px 14px;font-size:12px;font-weight:900}@media (max-width:760px){.store-search-status-row{align-items:center}.store-search-clear{white-space:nowrap}}.store-search-page{padding-bottom:calc(96px + env(safe-area-inset-bottom, 0px))}.store-load-more-area{min-height:64px;padding:10px 0 20px}.store-search-page{padding-bottom:calc(110px + env(safe-area-inset-bottom, 0px))}.store-search-controls{display:grid;grid-template-columns:1.1fr .7fr 1fr;grid-gap:10px;gap:10px;margin-top:14px}.store-search-controls label{display:grid;grid-gap:6px;gap:6px;color:var(--muted);font-size:12px;font-weight:800}.store-search-controls input,.store-search-controls select{width:100%;min-height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--text);padding:0 12px;font-size:16px!important}.store-search-status-row{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:12px;color:var(--muted);font-size:12px;font-weight:800}.store-search-clear{min-height:32px;padding:6px 10px;border-radius:999px;white-space:nowrap}.store-search-results{display:grid;grid-gap:10px;gap:10px}.store-result-card{display:grid;grid-template-columns:1fr auto;grid-gap:12px;gap:12px;align-items:center;color:inherit;text-decoration:none}.store-result-card h2{margin:0 0 5px;font-size:17px;line-height:1.35}.store-address{margin-top:4px;font-size:12px}.store-result-meta{display:flex;gap:8px;align-items:center}.store-result-meta span{display:grid;justify-items:center;grid-gap:2px;gap:2px;min-width:48px;border:1px solid var(--line);border-radius:12px;padding:7px 8px;color:var(--muted);font-size:11px;font-weight:800;background:#fff}.store-result-meta strong{color:var(--primary);font-size:15px}.store-search-loading-card{text-align:center}.store-load-more-area{display:flex;justify-content:center;align-items:center;min-height:76px;padding:12px 0 24px}@media (max-width:760px){.store-result-card,.store-search-controls{grid-template-columns:1fr}.store-result-meta{justify-content:flex-start}}.guest-profile-apple-link,.guest-profile-delete,.guest-profile-google-link{position:static!important;min-height:40px;border-radius:999px;white-space:nowrap;line-height:1}.guest-profile-google-link{border:0;background:#111827;color:#fff;padding:10px 18px;font-size:14px;font-weight:900;box-shadow:0 8px 18px rgba(17,24,39,.14)}.guest-profile-apple-link{border:0;background:#000;color:#fff;padding:10px 18px;font-size:14px;font-weight:900;box-shadow:0 8px 18px rgba(17,24,39,.14)}@media (max-width:760px){.guest-profile-inline-actions{justify-content:flex-start;margin-top:14px;padding-top:12px}.guest-profile-apple-link,.guest-profile-delete,.guest-profile-google-link{min-height:38px;font-size:13px;padding:9px 13px}}.header-login-modal-head button{width:36px;height:36px;border:1px solid var(--line,#e5e7eb);border-radius:999px;background:#fff;color:#64748b;font-size:22px;line-height:1;cursor:pointer}.header-login-modal-actions button:disabled{opacity:.65;cursor:wait}@media (max-width:760px){.header-login-modal-backdrop{align-items:end;padding:12px}.header-login-modal{border-radius:22px;padding:18px}}.slotpachi-header-login-entry{cursor:pointer}.header-login-modal-backdrop{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:18px;background:rgba(15,23,42,.42);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.header-login-modal{width:min(420px,100%);border:1px solid var(--line,#e5e7eb);border-radius:24px;background:#fff;color:var(--text,#111827);box-shadow:0 24px 70px rgba(15,23,42,.28);padding:22px}.header-login-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.header-login-modal-head h2{margin:0;font-size:22px;font-weight:950}.header-login-close{width:auto!important;min-width:64px;height:36px;min-height:36px!important;border:1px solid var(--line,#e5e7eb)!important;border-radius:999px!important;background:#fff!important;color:#475569!important;padding:0 13px!important;font-size:13px!important;font-weight:900!important;line-height:1!important;cursor:pointer;box-shadow:none!important}.header-login-modal-lead{margin:12px 0 16px;color:var(--muted,#64748b);font-size:14px;line-height:1.7;font-weight:700}.header-login-modal-actions{display:grid;grid-gap:10px;gap:10px}.header-login-modal-actions button{width:100%;min-height:46px;border-radius:999px;font-size:15px;font-weight:950;cursor:pointer}.header-login-apple{border:0;background:#000;color:#fff}.header-login-google{border:1px solid var(--line,#e5e7eb);background:#fff;color:#111827}.header-login-cancel{border:0;background:#f1f5f9;color:#475569}.header-login-close:disabled,.header-login-modal-actions button:disabled{opacity:.65;cursor:wait}.header-login-note{margin:14px 2px 0;color:#64748b;font-size:12px;line-height:1.6;text-align:center}.header-login-error{margin:12px 0 0;border:1px solid #fecaca;border-radius:14px;background:#fff7f7;color:#dc2626;padding:10px 12px;font-size:13px;font-weight:800;line-height:1.6}.guest-profile-card-with-actions{position:relative}.guest-profile-inline-actions{position:static!important;inset:auto!important;z-index:auto!important;display:flex!important;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;width:100%;margin:18px 0 0;padding-top:14px;border-top:1px solid var(--line,#e5e7eb)}.guest-profile-login-link{border:0;border-radius:999px;background:#111827;color:#fff;padding:10px 22px;min-height:42px;font-size:15px;font-weight:950;line-height:1;cursor:pointer;box-shadow:0 8px 18px rgba(17,24,39,.14)}.guest-profile-login-note{flex-basis:100%;margin:2px 0 0;color:#64748b;font-size:12px;line-height:1.6;text-align:right}.guest-profile-login-done{border-radius:999px;background:#ecfdf5;color:#047857;padding:9px 13px;font-size:13px;font-weight:900}.guest-profile-delete{position:static!important;border:1px solid #fecaca;border-radius:999px;background:#fff;color:#dc2626;padding:9px 16px;min-height:42px;font-size:14px;font-weight:900;line-height:1;cursor:pointer}@media (max-width:760px){.header-login-modal-backdrop{align-items:end;padding:12px}.header-login-modal{border-radius:22px;padding:18px}.guest-profile-inline-actions{justify-content:flex-start;margin-top:14px;padding-top:12px}.guest-profile-login-note{text-align:left}}.slotpachi-header-login-entry{cursor:pointer!important}.slotpachi-login-modal-backdrop{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:18px;background:rgba(15,23,42,.42);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.slotpachi-login-modal{width:min(420px,100%);border:1px solid var(--line,#e5e7eb);border-radius:24px;background:#fff;color:var(--text,#111827);box-shadow:0 24px 70px rgba(15,23,42,.28);padding:22px}.slotpachi-login-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.slotpachi-login-modal-head h2{margin:0;font-size:22px;font-weight:950}.slotpachi-login-close{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;width:auto!important;min-width:64px!important;height:36px!important;min-height:36px!important;border:1px solid var(--line,#e5e7eb)!important;border-radius:999px!important;background:#fff!important;color:#475569!important;padding:0 13px!important;font-size:13px!important;font-weight:900!important;line-height:1!important;cursor:pointer!important;box-shadow:none!important;transform:none!important}.slotpachi-login-lead{margin:12px 0 16px;color:var(--muted,#64748b);font-size:14px;line-height:1.7;font-weight:700}.slotpachi-login-actions{display:grid;grid-gap:10px;gap:10px}.slotpachi-login-actions button{width:100%;min-height:46px;border-radius:999px;font-size:15px;font-weight:950;cursor:pointer}.slotpachi-login-apple{border:0;background:#000;color:#fff}.slotpachi-login-google{border:1px solid var(--line,#e5e7eb);background:#fff;color:#111827}.slotpachi-login-cancel{border:0;background:#f1f5f9;color:#475569}.slotpachi-login-actions button:disabled,.slotpachi-login-close:disabled{opacity:.65;cursor:wait!important}.slotpachi-login-note{margin:14px 2px 0;color:#64748b;font-size:12px;line-height:1.6;text-align:center}.slotpachi-login-error{margin:12px 0 0;border:1px solid #fecaca;border-radius:14px;background:#fff7f7;color:#dc2626;padding:10px 12px;font-size:13px;font-weight:800;line-height:1.6}.slotpachi-profile-login-card{position:relative}.slotpachi-profile-login-actions{position:static!important;inset:auto!important;z-index:auto!important;display:flex!important;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;width:100%;margin:18px 0 0;padding-top:14px;border-top:1px solid var(--line,#e5e7eb)}.slotpachi-profile-login-button{border:0;border-radius:999px;background:#111827;color:#fff;padding:10px 22px;min-height:42px;font-size:15px;font-weight:950;line-height:1;cursor:pointer;box-shadow:0 8px 18px rgba(17,24,39,.14)}.slotpachi-profile-login-note{flex-basis:100%;margin:2px 0 0;color:#64748b;font-size:12px;line-height:1.6;text-align:right}.slotpachi-profile-delete-button{border:1px solid #fecaca;border-radius:999px;background:#fff;color:#dc2626;padding:9px 16px;min-height:42px;font-size:14px;font-weight:900;line-height:1;cursor:pointer}@media (max-width:760px){.slotpachi-login-modal-backdrop{align-items:end;padding:12px}.slotpachi-login-modal{border-radius:22px;padding:18px}.slotpachi-profile-login-actions{justify-content:flex-start;margin-top:14px;padding-top:12px}.slotpachi-profile-login-note{text-align:left}}.slotpachi-profile-login-status{display:grid;grid-gap:5px;gap:5px;min-width:0;max-width:100%}.slotpachi-profile-login-status small{color:#64748b;font-size:11px;line-height:1.45;word-break:break-all}.slotpachi-profile-login-done{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;border-radius:999px;background:#ecfdf5;color:#047857;padding:9px 13px;font-size:13px;font-weight:900}.slotpachi-profile-logout-button{border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#334155;padding:9px 16px;min-height:42px;font-size:14px;font-weight:900;line-height:1;cursor:pointer}.slotpachi-profile-logout-button:hover{background:#f8fafc}.post-safe-page{padding-bottom:calc(100px + env(safe-area-inset-bottom, 0px))}.post-safe-card{max-width:920px;margin:32px auto}.post-safe-card h1{margin:0 0 22px}.post-safe-label{display:grid;grid-gap:7px;gap:7px;margin:16px 0;color:var(--text,#111827);font-size:14px;font-weight:800}.post-safe-label input,.post-safe-label select,.post-safe-label textarea{width:100%;border:1px solid var(--line,#e5e7eb);border-radius:14px;background:#fff;color:var(--text,#111827);padding:12px 14px;font-size:16px!important;line-height:1.5;outline:none}.post-safe-label textarea{min-height:180px;resize:vertical}.post-safe-destination{margin:14px 0 6px;color:#047857;font-weight:950}.post-safe-area,.post-safe-file-count{margin:0 0 12px}.post-safe-submit{width:100%;min-height:48px;margin-top:12px;border:0;border-radius:14px;background:#111827;color:#fff;font-size:16px;font-weight:950;cursor:pointer}.post-safe-submit:disabled{opacity:.65;cursor:wait}.post-safe-error,.post-safe-success{margin:18px 0 0;border-radius:14px;padding:12px 14px;font-size:14px;font-weight:800;line-height:1.6}.post-safe-error{border:1px solid #fecaca;background:#fff7f7;color:#dc2626}.post-safe-success{border:1px solid #bbf7d0;background:#f0fdf4;color:#047857}@media (max-width:760px){.post-safe-card{margin:16px auto}}.card,.container,.info-list,.info-list dd,.info-list dt,.stack{min-width:0;max-width:100%}.card,.info-list{overflow-x:hidden}.info-list{width:100%}.info-list a,.info-list dd,.info-list dd *{min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:break-word;white-space:normal}.info-list a{display:inline}@media (max-width:760px){.info-list{display:grid;grid-template-columns:minmax(82px,32%) minmax(0,1fr);grid-column-gap:12px;column-gap:12px;grid-row-gap:12px;row-gap:12px;align-items:start}.info-list dt{color:#64748b;font-weight:900;line-height:1.45}.info-list dd{margin:0;line-height:1.45;overflow-wrap:anywhere;word-break:break-word}.store-action-buttons{flex-wrap:wrap;justify-content:flex-end;gap:10px}}