:root{--bg:#f5f7fb;--card:#fff;--text:#111827;--sub:#6b7280;--muted:#9ca3af;--border:rgba(15,23,42,.07);--blue:#2563eb;--red:#dc2626;--green:#059669;--shadow:0 10px 30px rgba(15,23,42,.07)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{margin:0;background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);user-select:none;-webkit-user-select:none}.app-shell{max-width:520px;margin:0 auto;min-height:100dvh;padding:env(safe-area-inset-top) 14px calc(84px + env(safe-area-inset-bottom));position:relative}.topbar{height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px}.top-title{font-weight:900;font-size:18px;text-align:center}.top-sub{font-weight:700;font-size:12px;color:var(--muted);text-align:center;margin-top:2px}.top-btn{border:0;background:rgba(37,99,235,.09);color:var(--blue);font-weight:900;border-radius:14px;padding:10px 12px}.hidden{display:none!important}.view{padding:2px 0 16px}.screen-title{font-size:24px;line-height:30px;text-align:center;font-weight:900;margin:4px 0 14px}.card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:22px;padding:16px;margin:12px 0}.press{transition:.12s transform,.12s opacity}.press:active{transform:scale(.992);opacity:.95}.search-card{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:12px}.placeholder{color:var(--muted);font-size:16px;font-weight:700}.search-icon{width:44px;height:44px;border-radius:14px;background:rgba(37,99,235,.08);display:flex;align-items:center;justify-content:center;font-size:20px}.hero{min-height:128px;display:flex;align-items:center;justify-content:space-between;overflow:hidden}.badge{display:inline-flex;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900;background:rgba(239,68,68,.12);color:var(--red);border:1px solid rgba(239,68,68,.22);margin-bottom:8px}.hero h2,.grid-card h3,.small-card h3{margin:0;font-size:20px;line-height:24px}.hero p,.grid-card p,.small-card p,.status-text{margin:7px 0 0;color:var(--sub);font-size:13px;line-height:18px;font-weight:600}.hero-emoji{font-size:74px;filter:drop-shadow(0 8px 18px rgba(15,23,42,.1))}.grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.grid-card{min-height:150px}.grid-emoji{font-size:52px;text-align:center;margin:2px 0 10px}.small-card{display:flex;align-items:center;gap:14px;min-height:88px}.small-emoji{font-size:54px}.status-badge{display:inline-flex;background:rgba(37,99,235,.1);color:var(--blue);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900}.status-title{font-size:15px;font-weight:900;margin-top:10px}.select,.input{width:100%;border:1px solid #e5e7eb;border-radius:16px;padding:14px 14px;background:#fff;font-size:16px;font-weight:800;color:var(--text);outline:none}.select:disabled{opacity:.45}.button{width:100%;border:0;border-radius:18px;padding:15px 16px;font-size:16px;font-weight:900;background:#111827;color:#fff}.button.secondary{background:rgba(37,99,235,.1);color:var(--blue)}.button.green{background:var(--green)}.button:disabled{opacity:.5}.row{display:flex;gap:10px}.row>*{flex:1}.list{display:flex;flex-direction:column;gap:10px}.list-item{border:1px solid var(--border);border-radius:18px;padding:14px;background:#fff;font-weight:900;display:flex;align-items:center;justify-content:space-between}.muted{color:var(--sub);font-size:13px;font-weight:600;line-height:18px}.gallery{display:grid;grid-template-columns:1fr;gap:12px;margin-top:12px}.photo-card{background:#fff;border:1px solid var(--border);border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.photo-card img{display:block;width:100%;height:auto;min-height:180px;background:#e5e7eb;object-fit:cover;-webkit-touch-callout:none;user-select:none}.photo-name{padding:10px 12px;font-size:12px;font-weight:800;color:var(--sub);word-break:break-word}.tabbar{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(520px,100%);height:70px;padding:8px 12px calc(8px + env(safe-area-inset-bottom));background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-top:1px solid rgba(15,23,42,.06);display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.tab{border:0;background:transparent;border-radius:16px;font-size:18px;font-weight:900;color:#6b7280;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.tab span{font-size:10px}.tab.active{background:rgba(37,99,235,.1);color:var(--blue)}.viewer{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:50;display:flex;align-items:center;justify-content:center;padding:44px 8px}.viewer img{max-width:100%;max-height:100%;object-fit:contain;-webkit-touch-callout:none}.viewer-close{position:fixed;right:14px;top:calc(14px + env(safe-area-inset-top));z-index:55;width:44px;height:44px;border:0;border-radius:999px;background:rgba(255,255,255,.16);color:#fff;font-size:34px;line-height:1}.desktop-block{display:none;position:fixed;inset:0;background:#f5f7fb;z-index:100;align-items:center;justify-content:center;padding:24px}.desktop-card{max-width:430px;background:#fff;border-radius:26px;padding:26px;text-align:center;box-shadow:var(--shadow);border:1px solid var(--border)}.desktop-icon{font-size:56px}.desktop-card h1{font-size:22px}.desktop-card p{color:var(--sub);line-height:1.45;font-weight:600}@media (min-width:780px){.desktop-block{display:flex}.app-shell{display:none}}@media (max-width:360px){.hero-emoji{font-size:58px}.hero h2{font-size:18px}.grid{grid-template-columns:1fr}.screen-title{font-size:22px}}
