:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#fff;--foreground:#171717;--muted:#f3f3f2;--muted-foreground:#6f6f6b;--border:#e6e6e3;--overlay:#10101057;--control:#f5f5f3;--control-hover:#ecece9;--selected:#171717;--selected-foreground:#fff;--danger:#9d312d;--max-content:1180px}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#171717;--foreground:#f4f4f1;--muted:#262625;--muted-foreground:#a9a9a3;--border:#343432;--overlay:#0000009e;--control:#292928;--control-hover:#343432;--selected:#f4f4f1;--selected-foreground:#171717;--danger:#e58b84}@media (prefers-color-scheme:dark){:root[data-theme=system]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#171717;--foreground:#f4f4f1;--muted:#262625;--muted-foreground:#a9a9a3;--border:#343432;--overlay:#0000009e;--control:#292928;--control-hover:#343432;--selected:#f4f4f1;--selected-foreground:#171717;--danger:#e58b84}}*{box-sizing:border-box}html{background:var(--background)}body{background:var(--background);color:var(--foreground);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans JP,sans-serif;font-size:15px;line-height:1.55}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent;color:inherit}img{max-width:100%}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--foreground);outline-offset:3px}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-shell,.create-shell,.profile-shell,.detail-shell,.login-shell{background:var(--background);min-height:100dvh}.with-bottom-nav{padding-bottom:76px}.top-header{z-index:20;background:color-mix(in srgb, var(--background) 93%, transparent);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0}.top-header-inner,.search-bar{min-height:52px;max-width:var(--max-content);align-items:center;margin:0 auto;padding:0 14px;display:flex}.top-header-inner{justify-content:space-between}.wordmark{letter-spacing:.015em;font-weight:600;text-decoration:none}.header-actions{gap:2px;display:flex}.icon-button{min-width:38px;min-height:38px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:7px;text-decoration:none;display:inline-flex}.icon-button:hover{background:var(--muted)}.search-bar{gap:9px}.search-bar input{border:1px solid var(--border);background:var(--control);min-width:0;color:var(--foreground);border-radius:10px;flex:1;padding:9px 11px}.text-button{color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:7px 4px;display:inline-flex}.active-filter{background:var(--selected);color:var(--selected-foreground);cursor:pointer;border:0;border-radius:999px;align-items:center;gap:5px;margin:0 14px 8px;padding:5px 9px;display:inline-flex}.home-main{max-width:var(--max-content);margin:0 auto;padding:12px 10px 86px}.masonry-feed{column-count:2;column-gap:10px}.photo-card{break-inside:avoid;width:100%;margin:0 0 17px;display:inline-block}.photo-link{background:var(--muted);border-radius:12px;display:block;overflow:hidden}.photo-link img{width:100%;height:auto;transition:transform .18s;display:block}.photo-link:hover img{transform:scale(1.015)}.card-author{align-items:center;gap:7px;min-width:0;padding:7px 2px 0;text-decoration:none;display:flex}.card-author>span:last-child{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.avatar{background:var(--muted);width:36px;height:36px;color:var(--muted-foreground);border-radius:50%;flex:0 0 36px;place-items:center;font-size:13px;font-weight:600;display:inline-grid}.avatar-small{flex-basis:24px;width:24px;height:24px;font-size:11px}.avatar-large{flex-basis:52px;width:52px;height:52px;font-size:16px}.empty-message{text-align:center;color:var(--muted-foreground);padding:80px 20px}.bottom-nav{z-index:30;min-height:62px;padding:5px max(8px, env(safe-area-inset-right)) calc(5px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));background:color-mix(in srgb, var(--background) 95%, transparent);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);grid-template-columns:repeat(3,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-nav-link{color:var(--muted-foreground);flex-direction:column;justify-content:center;align-items:center;gap:2px;font-size:11px;text-decoration:none;display:flex}.bottom-nav-link.is-current{color:var(--foreground);font-weight:600}.sheet-overlay{z-index:50;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet-scrim{background:var(--overlay);cursor:pointer;border:0;width:100%;position:absolute;inset:0}.bottom-sheet{width:min(100%,520px);padding:16px 16px calc(24px + env(safe-area-inset-bottom));background:var(--background);border-radius:18px 18px 0 0;margin:0 auto;position:relative}.sheet-header{justify-content:space-between;align-items:center;display:flex}.sheet-header h2{margin:0;font-size:18px}.category-grid{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:14px;display:grid}.category-button,.chip-button{border:1px solid var(--border);background:var(--control);cursor:pointer;border-radius:10px;padding:10px 12px}.category-button.is-selected,.chip-button.is-selected{background:var(--selected);color:var(--selected-foreground);border-color:var(--selected)}.detail-shell{border-inline:1px solid var(--border);max-width:680px;margin:0 auto}.detail-header,.create-header{border-bottom:1px solid var(--border);grid-template-columns:42px 1fr 42px;align-items:center;min-height:52px;padding:0 7px;display:grid}.detail-header .wordmark,.create-header strong{justify-self:center}.detail-photo{background:var(--muted);width:100%;height:auto;display:block}.detail-content{padding:16px 16px 36px}.author-row{align-items:center;gap:10px;display:flex}.author-copy{flex:1;min-width:0;display:grid}.author-copy strong{font-size:14px}.author-copy small,.detail-meta,.item-copy small,.muted-copy{color:var(--muted-foreground)}.quiet-link{color:var(--muted-foreground);text-underline-offset:3px;align-items:center;gap:3px;font-size:13px;display:inline-flex}.detail-caption{margin:18px 0 12px}.detail-meta{justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex}.category-label{background:var(--muted);color:var(--foreground);border-radius:999px;padding:4px 8px}.item-section{margin-top:30px}.item-section h1{margin:0 0 8px;font-size:20px}.item-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:68px;display:flex}.item-copy{flex:1;gap:2px;display:grid}.item-copy strong{font-size:14px}.affiliate-link{color:var(--muted-foreground);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;justify-self:start;padding:3px 0 0;font-size:13px;text-decoration:underline}.affiliate-link span{margin-left:3px;font-size:11px;text-decoration:none}.secondary-button,.primary-button{border:1px solid var(--border);background:var(--control);min-height:42px;color:var(--foreground);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:9px 14px;text-decoration:none;display:inline-flex}.primary-button{border-color:var(--selected);background:var(--selected);color:var(--selected-foreground)}.primary-button:disabled{cursor:not-allowed;opacity:.42}.item-section+.secondary-button{margin-top:24px}.create-shell{border-inline:1px solid var(--border);max-width:560px;margin:0 auto}.create-form{padding:14px 16px 32px}.create-photo{background:var(--muted);border-radius:12px;width:100%;height:auto;display:block}.compact-button{min-height:36px;margin-top:8px;padding:6px 10px}.form-section{border:0;margin:26px 0 0;padding:0}.category-section legend,.field-label{margin-bottom:8px;font-weight:600;display:block}.category-section legend span,.field-label span,.form-section h2 span{color:var(--muted-foreground);font-size:12px;font-weight:400}.category-chips{flex-wrap:wrap;gap:7px;display:flex}.chip-button{border-radius:999px;padding:7px 10px}.create-form>.field-label{margin-top:24px}textarea,.item-form input{border:1px solid var(--border);background:var(--control);width:100%;color:var(--foreground);resize:vertical;border-radius:10px;padding:10px 11px}.form-section-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.form-section-header h2{margin:0;font-size:20px}.draft-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:64px;display:flex}.draft-item>span{display:grid}.draft-item small{color:var(--muted-foreground)}.draft-item strong{font-size:14px}.item-form{border-top:1px solid var(--border);margin-top:14px;padding-top:14px}.item-form .field-label:not(:first-child){margin-top:13px}.item-form-actions{justify-content:flex-end;gap:8px;margin-top:14px;display:flex}.x-share-row{border-block:1px solid var(--border);cursor:pointer;justify-content:space-between;align-items:center;gap:18px;margin-top:28px;padding:16px 0;display:flex}.x-share-row>span{display:grid}.x-share-row small{color:var(--muted-foreground)}.x-share-row input{width:44px;height:24px;accent-color:var(--foreground)}.full-button{width:100%;margin-top:20px}.form-error{color:var(--danger);margin:18px 0 -6px}.success-view{text-align:center;max-width:430px;margin:0 auto;padding:28px 18px}.success-view img{border-radius:12px;width:100%;height:auto;margin-top:18px;display:block}.success-view h1{margin:22px 0 7px;font-size:23px}.success-view p{color:var(--muted-foreground)}.success-kicker{font-weight:600;color:var(--foreground)!important}.success-actions{gap:9px;margin-top:22px;display:grid}.simple-header{border-bottom:1px solid var(--border);justify-content:center;align-items:center;min-height:52px;display:flex}.profile-content{max-width:680px;margin:0 auto;padding:22px 16px}.profile-summary{align-items:center;gap:12px;display:flex}.profile-summary>div{flex:1;min-width:0}.profile-summary h1{margin:0;font-size:19px}.profile-summary p{color:var(--muted-foreground);margin:1px 0 0}.profile-avatar{object-fit:cover;display:block}.logout-form{justify-content:flex-end;margin-top:8px;display:flex}.signed-out-card{background:var(--muted);text-align:center;border-radius:14px;padding:24px}.signed-out-card h1{margin:0;font-size:20px}.signed-out-card p{color:var(--muted-foreground);margin:7px 0 18px}.settings-section{border-top:1px solid var(--border);margin-top:38px;padding-top:24px}.settings-section h2{margin:0;font-size:18px}.settings-section>p{color:var(--muted-foreground);margin:4px 0 14px}.theme-options{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.theme-option{border:1px solid var(--border);background:var(--control);cursor:pointer;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:84px;padding:10px;display:flex}.theme-option.is-selected{border-color:var(--foreground);background:var(--selected);color:var(--selected-foreground)}.login-shell{border-inline:1px solid var(--border);max-width:560px;margin:0 auto}.login-content{text-align:center;max-width:430px;margin:0 auto;padding:62px 22px 32px}.login-wordmark{letter-spacing:.04em;margin:0 0 28px;font-size:14px;font-weight:600}.login-content h1{letter-spacing:-.02em;margin:0;font-size:clamp(25px,7vw,34px);line-height:1.3}.login-intro{color:var(--muted-foreground);margin:13px auto 30px}.x-login-button{border:1px solid var(--foreground);background:var(--foreground);width:100%;min-height:50px;color:var(--background);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:11px 16px;font-weight:600;text-decoration:none;display:flex}.x-login-button:disabled{cursor:not-allowed;opacity:.38}.x-login-button span{font-size:20px;line-height:1}.permission-note{color:var(--muted-foreground);text-align:left;margin:13px 4px 0;font-size:12px}.login-error{background:color-mix(in srgb, var(--danger) 8%, var(--background));text-align:left;border-radius:9px;margin:0 0 18px;padding:10px 12px}.dev-login-form{border-top:1px solid var(--border);margin-top:30px;padding-top:22px}.dev-login-form .full-button{margin-top:0}.dev-login-form small{color:var(--muted-foreground);margin-top:7px;display:block}.login-back{margin-top:28px}@media (min-width:640px){.masonry-feed{column-count:3;column-gap:13px}.home-main{padding-inline:14px}}@media (min-width:940px){.masonry-feed{column-count:4}.bottom-nav{border-inline:1px solid var(--border);border-radius:14px 14px 0 0;width:460px;left:50%;transform:translate(-50%)}}@media (max-width:390px){.quiet-link{font-size:0}.quiet-link svg{width:17px;height:17px}.theme-options{grid-template-columns:1fr}.theme-option{flex-direction:row;min-height:48px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
