:root{--accent:#2aabee;--bg:#fff;--bg-secondary:#f2f4f7;--text:#111827;--text-muted:#6b7280;--danger:#e53935;--radius:12px}*{box-sizing:border-box;margin:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,system-ui,sans-serif}.screen{min-height:100vh;padding-bottom:84px}.header{background:var(--bg);border-bottom:1px solid var(--bg-secondary);z-index:10;align-items:center;gap:12px;padding:12px 16px;display:flex;position:sticky;top:0}.header h1{text-align:center;flex:1;font-size:17px}.header .back,.header .action{color:var(--accent);cursor:pointer;background:0 0;border:none;min-width:60px;font-size:16px}.header .back{text-align:left}.header .action{text-align:right}.search-input{margin:12px 16px;display:flex}.search-input input{border:1px solid var(--bg-secondary);border-radius:var(--radius);background:var(--bg-secondary);outline:none;flex:1;padding:12px 16px;font-size:16px}.chips{flex-wrap:wrap;gap:8px;padding:0 16px 8px;display:flex}.chip{background:var(--bg-secondary);color:var(--text);cursor:pointer;border:none;border-radius:16px;padding:6px 12px;font-size:14px}.chip.accent{color:var(--accent);background:#e3f2fd}.counter{color:var(--text-muted);padding:4px 16px 8px;font-size:14px}.card{border-bottom:1px solid var(--bg-secondary);gap:12px;padding:12px 16px;display:flex;position:relative}.card img{border-radius:var(--radius);object-fit:cover;flex-shrink:0;width:84px;height:84px}.card .body{flex:1;min-width:0}.card .title{font-size:15px;font-weight:600}.card .desc{color:var(--text-muted);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;display:-webkit-box;overflow:hidden}.badge{color:var(--accent);background:#2aabee1f;border-radius:8px;margin-top:4px;padding:2px 8px;font-size:11px;display:inline-block}.badge.rented{color:var(--danger);background:#fdecea}.card .side{flex-direction:column;justify-content:space-between;align-items:flex-end;display:flex}.checkbox{width:22px;height:22px;accent-color:var(--accent)}.open-btn{color:var(--accent);border:1px solid var(--accent);cursor:pointer;background:0 0;border-radius:8px;padding:4px 10px;font-size:13px}.bottombar{background:var(--bg);border-top:1px solid var(--bg-secondary);justify-content:space-between;align-items:center;padding:12px 16px;display:flex;position:fixed;bottom:0;left:0;right:0}.btn{background:var(--accent);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:12px 24px;font-size:16px}.btn:disabled{opacity:.4}.empty{text-align:center;color:var(--text-muted);padding:48px 24px}.gallery{scroll-snap-type:x mandatory;display:flex;overflow-x:auto}.gallery img{object-fit:cover;scroll-snap-align:center;flex-shrink:0;width:100vw;height:260px}.section{padding:12px 16px}.price{font-size:24px;font-weight:700}.row{border-bottom:1px solid var(--bg-secondary);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.new-mark{color:#fff;background:var(--danger);border-radius:10px;padding:2px 8px;font-size:12px}input[type=number]{border:1px solid var(--bg-secondary);text-align:right;border-radius:8px;width:90px;padding:8px;font-size:16px}.header.compact .back,.header.compact .action{min-width:0;padding:0 4px;font-size:20px}.header.compact h1{white-space:nowrap}.header-actions{align-items:center;gap:2px;display:flex}.welcome{text-align:center;flex-direction:column;justify-content:space-between;min-height:100vh;padding:48px 24px 32px;display:flex}.welcome-hero{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.welcome-logo{background:var(--accent);color:#fff;letter-spacing:1px;border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;font-size:26px;font-weight:700;display:flex}.welcome-hero h1{font-size:26px;font-weight:700}.welcome-hero p{color:var(--text-muted);max-width:280px;font-size:16px}.welcome-actions{flex-direction:column;align-items:center;gap:16px;display:flex}.btn-wide{width:100%;max-width:320px}.welcome-links{flex-direction:column;gap:10px;display:flex}.link{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:14px}.tiles{grid-template-columns:1fr 1fr;gap:12px;padding:16px;display:grid}.tile{background:var(--bg-secondary);border-radius:var(--radius);text-align:left;cursor:pointer;min-height:104px;font:inherit;color:var(--text);border:none;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px;display:flex}.tile:active{background:#e6e9ef}.tile-icon{font-size:26px;line-height:1}.tile-label{font-size:15px;font-weight:600}.tile:last-child:nth-child(odd){flex-direction:row;grid-column:1/-1;justify-content:flex-start;align-items:center;gap:14px;min-height:64px}.thumb,.gallery-placeholder{background:var(--bg-secondary);border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;display:flex}.thumb{width:84px;height:84px;font-size:32px}.gallery-placeholder{border-radius:0;height:200px;font-size:64px}
