:root{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,sans-serif;color:#19191b;background:#f5f5f7;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-height:100vh}main{width:min(760px,100%);margin:auto;padding:42px 22px 28px}header{padding:12px 0 30px;border-bottom:1px solid #d9d9de}.brand{display:flex;align-items:center;gap:8px;color:#66666d;font-size:14px;font-weight:650;margin-bottom:34px}.brand svg{width:18px}h1{font-size:clamp(32px,7vw,52px);line-height:1.05;letter-spacing:0;margin:0;overflow-wrap:anywhere}header>p{font-size:18px;color:#68686f;line-height:1.5;max-width:580px;margin:14px 0 0}.items{display:grid;gap:12px;padding:20px 0}.item{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;padding:18px;background:#fff;border:1px solid #e4e4e8;border-radius:8px}.category{width:54px;height:54px;display:grid;place-items:center;background:#eef1f3;border-radius:8px;color:#3b454b}.category svg{width:23px}.body{min-width:0}.eyebrow{display:block;color:#76767d;font-size:12px;font-weight:650;margin-bottom:5px}.item h2{font-size:19px;line-height:1.25;letter-spacing:0;margin:0;overflow-wrap:anywhere}.brand-name,.note{color:#68686f;margin:5px 0 0;line-height:1.4}.note{font-size:14px}.meta{display:flex;align-items:center;gap:10px;margin-top:14px}.status{font-size:12px;font-weight:650;padding:4px 7px;border-radius:5px;background:#eef0f2;color:#5e6266}.status.reserved{background:#fff2d8;color:#875700}.status.purchased{background:#dff6e8;color:#176b3a}.actions{grid-column:2;display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:2px}button,.secondary{border:0;background:#19191b;color:#fff;border-radius:7px;min-height:40px;padding:0 13px;display:inline-flex;align-items:center;gap:7px;font:inherit;font-weight:650;text-decoration:none;cursor:pointer}.secondary{background:#eef0f2;color:#252528}.text-button{background:transparent;color:#64646a;padding-inline:5px}.actions svg{width:17px}button:disabled{opacity:.45}.loading,.error,.empty{min-height:68vh;display:grid;place-content:center;justify-items:center;text-align:center;color:#68686f}.spinner{width:28px;height:28px;border:3px solid #d4d4d8;border-top-color:#19191b;border-radius:50%;animation:spin .75s linear infinite}.error svg,.empty svg{width:42px;height:42px}.error h1,.empty h2{color:#19191b;font-size:25px;margin:14px 0 4px}.error button{margin-top:14px}footer{text-align:center;color:#8a8a91;font-size:13px;padding:24px}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:680px){.item{grid-template-columns:58px minmax(0,1fr) auto;align-items:start}.actions{grid-column:3;grid-row:1;justify-content:flex-end;max-width:170px}.category{width:58px;height:58px}}@media(prefers-color-scheme:dark){:root{color:#f5f5f7;background:#0b0b0c}header{border-color:#29292c}.brand,header>p,.brand-name,.note{color:#a9a9b0}.item{background:#171719;border-color:#2b2b2f}.category,.secondary{background:#28282c;color:#e7e7ea}.item h2,.error h1,.empty h2{color:#f5f5f7}button{background:#f5f5f7;color:#171719}.text-button{background:transparent;color:#b9b9bf}}
