html,body{background:#f5f5f5;color:var(--ink);overscroll-behavior-y:none}body{touch-action:pan-y}#app-shell{position:relative;max-width:720px;min-height:100vh;margin:auto;background:#fff;box-shadow:0 0 40px rgba(0,0,0,.08)}.topbar{position:sticky;z-index:20;top:0;height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(236,238,242,.8)}.brand{display:flex;align-items:center;gap:9px;font-size:16px;font-weight:750}.brand-mark{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:var(--red);color:#fff;font-weight:850}.section-tabs{position:sticky;z-index:19;top:52px;height:45px;display:flex;gap:8px;padding:7px 14px;background:#fff;overflow:auto;border-bottom:1px solid var(--line);scrollbar-width:none}.section-tabs button{white-space:nowrap;padding:3px 13px;border-radius:18px;color:#656a73;font-size:14px}.section-tabs button.active{background:#16181c;color:#fff;font-weight:650}#page{min-height:calc(100vh - 150px);padding:12px 10px calc(82px + var(--safe-bottom));outline:0}.bottom-nav{position:fixed;z-index:30;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,720px);height:calc(62px + var(--safe-bottom));padding:7px 16px var(--safe-bottom);display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.97);border-top:1px solid var(--line);backdrop-filter:blur(16px)}.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:2px;color:#727781;font-size:11px}.bottom-nav a.active{color:#111;font-weight:700}.bottom-nav svg,.icon-button svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.8}.compose-button{display:grid;place-items:center;width:42px;height:28px;border-radius:8px;background:var(--red);color:#fff}.compose-nav svg{width:21px}.feed-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:start}.post-card{overflow:hidden;border-radius:13px;background:var(--card);box-shadow:0 2px 13px rgba(24,28,36,.07);cursor:pointer}.post-cover{position:relative;aspect-ratio:4/5;background:var(--soft);overflow:hidden}.post-cover img{width:100%;height:100%;object-fit:cover}.post-cover.no-image{aspect-ratio:16/9;display:grid;place-items:center;color:var(--muted);font-size:13px;background:linear-gradient(135deg,#f8f0f1,#f1f3f7)}.post-card-body{padding:10px}.post-card h2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;line-height:1.42}.post-meta{display:flex;align-items:center;gap:6px;margin-top:9px;color:var(--muted);font-size:11px}.post-meta .avatar,.avatar{width:22px;height:22px;border-radius:50%;object-fit:cover;background:#eee}.post-meta .author{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.count{display:flex;align-items:center;gap:3px}.count svg{width:15px;height:15px;stroke:currentColor;fill:none}.tag{display:inline-flex;padding:3px 8px;border-radius:9px;background:#f3f4f6;color:#686d76;font-size:11px}.review-card{grid-column:1/-1;padding:22px 18px;border:1px solid #f4d7a5;background:var(--warning);border-radius:var(--radius)}.loading-sentinel,.page-loading,.empty-state,.error-state{grid-column:1/-1;text-align:center;padding:34px 20px;color:var(--muted)}.spinner{display:inline-block;width:25px;height:25px;border:3px solid #eceef2;border-top-color:var(--red);border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.search-form{display:flex;gap:8px;position:sticky;top:52px;z-index:19;background:#fff;padding:4px 0 12px}.search-box{flex:1;display:flex;align-items:center;gap:8px;padding:0 13px;background:var(--soft);border-radius:20px}.search-box input{width:100%;height:40px;border:0;outline:0;background:none}.primary-button,.secondary-button,.danger-button{min-height:42px;padding:0 17px;border-radius:12px;font-weight:650}.primary-button{background:var(--red);color:#fff}.secondary-button{background:var(--soft);color:var(--ink)}.danger-button{background:#fff1f3;color:var(--red)}button:disabled{opacity:.5}.form-card,.detail-card,.profile-card,.admin-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:16px;margin-bottom:12px}.form-card h1,.detail-card h1,.page-title{font-size:21px;margin-bottom:14px}.field{display:grid;gap:7px;margin-bottom:15px}.field label{font-size:13px;font-weight:650}.field input,.field textarea,.field select{width:100%;border:1px solid #dfe2e7;border-radius:11px;padding:11px 12px;outline:0;background:#fff}.field textarea{min-height:120px;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:#333}.hint{color:var(--muted);font-size:12px;line-height:1.5}.error-text{color:var(--red);font-size:13px}.identifier-list{display:grid;gap:9px}.identifier-row{display:grid;grid-template-columns:110px 1fr 38px;gap:7px}.identifier-row button{font-size:22px;color:var(--muted)}.image-previews{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.image-preview{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;background:var(--soft)}.image-preview img{width:100%;height:100%;object-fit:cover}.image-preview button{position:absolute;right:4px;top:4px;width:24px;height:24px;border-radius:50%;background:rgba(0,0,0,.62);color:#fff}.captcha-row{display:grid;grid-template-columns:1fr 120px;gap:9px;align-items:end}.detail-card{padding:0 0 18px;overflow:hidden}.gallery{position:relative;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;background:#111;scrollbar-width:none}.gallery img{min-width:100%;max-height:72vh;object-fit:contain;scroll-snap-align:center}.detail-content{padding:16px}.detail-title{font-size:20px}.detail-body{white-space:pre-wrap;word-break:break-word;line-height:1.75;margin-top:12px}.identifier-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.identifier-chip{padding:6px 9px;background:var(--soft);border-radius:9px;font-size:12px}.detail-actions{display:flex;gap:9px;margin-top:16px}.detail-actions button{flex:1}.comments-title{display:flex;justify-content:space-between;margin:18px 2px 10px}.comment{padding:13px 0;border-bottom:1px solid var(--line)}.comment-head{display:flex;align-items:center;gap:8px}.comment-body{margin:7px 0 4px 30px;white-space:pre-wrap;line-height:1.6}.comment-foot{margin-left:30px;color:var(--muted);font-size:11px;display:flex;gap:10px}.replies{margin:7px 0 0 30px;padding-left:11px;border-left:2px solid var(--line)}.reply-toggle{margin:7px 0 0 30px;color:#596273;font-size:12px}.auth-switch{text-align:center;color:var(--muted);font-size:13px;margin:16px}.list-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;border-bottom:1px solid var(--line)}.list-row:last-child{border:0}.profile-head{display:flex;align-items:center;gap:14px}.profile-head .avatar{width:62px;height:62px}.profile-head h1{font-size:20px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stat{padding:13px 8px;text-align:center;background:var(--soft);border-radius:12px}.stat strong{display:block;font-size:19px}.stat span{font-size:11px;color:var(--muted)}.admin-chart{width:100%;height:180px}.status-actions{display:flex;gap:7px;flex-wrap:wrap}.modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,.5)}.modal{width:min(100%,420px);padding:19px;background:#fff;border-radius:18px;box-shadow:var(--shadow)}.modal h2{font-size:19px;margin-bottom:11px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}#toast{position:fixed;z-index:120;left:50%;bottom:90px;transform:translate(-50%,20px);max-width:80%;padding:10px 16px;border-radius:20px;background:rgba(25,27,31,.92);color:#fff;font-size:13px;opacity:0;pointer-events:none;transition:.2s}#toast.show{opacity:1;transform:translate(-50%,0)}.hidden{display:none!important}.full-width{width:100%}.link{color:#315eaa}.warning-note{padding:12px;background:var(--warning);border-radius:10px;color:#765420;font-size:13px;line-height:1.6}.match-note{margin:8px 0;padding:8px;border-radius:8px;background:#fff4e8;color:#8a5a19;font-size:12px}@media(min-width:600px){#page{padding-left:18px;padding-right:18px}.feed-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
