:root{--bg:#f7f5f1;--card:#fff;--ink:#111;--muted:#777;--line:#e9e5df;--soft:#eee9e2}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.app{max-width:520px;margin:auto;min-height:100vh;padding:18px 16px 92px}.brand{font-family:Georgia,serif;font-size:34px;font-weight:700;letter-spacing:-1px}.top{display:flex;justify-content:space-between;align-items:center;margin:4px 0 22px}.balance{font-weight:700}.card{background:var(--card);border-radius:22px;padding:16px;margin:12px 0;box-shadow:0 1px 0 rgba(0,0,0,.04)}h1{font-size:25px;margin:4px 0 16px}h2{font-size:18px;margin:4px 0 12px}.muted{color:var(--muted);font-size:14px}.btn{border:0;border-radius:16px;padding:15px 18px;font-size:16px;font-weight:700;width:100%;background:#111;color:#fff}.btn.soft{background:var(--soft);color:#111}.hero{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:18px;background:#eee}.row{display:flex;gap:10px}.row>*{flex:1}.thumbs{display:flex;gap:10px;overflow:auto}.thumb{min-width:104px;width:104px}.thumb img{width:104px;height:138px;object-fit:cover;border-radius:14px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.grid img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:16px}.nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(520px,100%);height:76px;background:rgba(255,255,255,.96);display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom)}.nav button{border:0;background:none;font-size:11px}.nav b{display:block;font-size:20px;margin-bottom:2px}.nav .try b{background:#111;color:#fff;width:42px;height:42px;border-radius:50%;line-height:39px;margin:-12px auto 2px;font-size:27px}.upload{border:1.5px dashed #cfc8bf;border-radius:20px;padding:38px 16px;text-align:center;background:#fff}.price{padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff}.profile-row{display:flex;justify-content:space-between;padding:16px 2px;border-bottom:1px solid var(--line)}textarea{width:100%;min-height:140px;border:1px solid var(--line);border-radius:16px;padding:14px;font:inherit}.empty{text-align:center;padding:50px 20px}.pill{display:inline-block;padding:8px 12px;border-radius:999px;background:#eee;margin-right:6px}.toast{position:fixed;left:50%;bottom:92px;transform:translateX(-50%);background:#111;color:#fff;padding:11px 16px;border-radius:999px;z-index:5}.loader{width:58px;height:58px;border:5px solid #ddd;border-top-color:#111;border-radius:50%;animation:s 1s linear infinite;margin:50px auto}@keyframes s{to{transform:rotate(360deg)}}
.best{position:relative;border:1.5px solid #111}.badge{display:inline-block;font-size:11px;font-weight:700;padding:5px 8px;border-radius:999px;background:#111;color:#fff}.price{cursor:pointer}.profile-row{cursor:pointer}@media (prefers-color-scheme:dark){:root{--bg:#151515;--card:#202020;--ink:#f5f5f5;--muted:#aaa;--line:#333;--soft:#2d2d2d}.btn{background:#f5f5f5;color:#111}.btn.soft{background:var(--soft);color:var(--ink)}.nav{background:rgba(25,25,25,.96)}.nav .try b{background:#f5f5f5;color:#111}.upload,.price{background:var(--card)}.best{border-color:#f5f5f5}.badge{background:#f5f5f5;color:#111}textarea{background:var(--card);color:var(--ink)}}

body{background:var(--tg-theme-bg-color,var(--bg));color:var(--tg-theme-text-color,var(--ink))}.muted{color:var(--tg-theme-hint-color,var(--muted))}
