:root{--allegro-orange: #ff5a00;--bg: #f7f7f7;--line: #e6e6e6;--text: #222}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}.topbar{background:var(--allegro-orange);color:#fff;padding:12px 20px;font-weight:700;font-size:20px}.container{max-width:1100px;margin:20px auto;padding:0 16px}.offer-row{background:#fff;border:1px solid var(--line);border-radius:8px;margin-bottom:10px;overflow:hidden}.offer-head{display:flex;align-items:center;gap:14px;padding:12px 16px;cursor:pointer}.offer-head img{width:56px;height:56px;object-fit:cover;border-radius:6px;background:#eee}.offer-name{flex:1;font-weight:600;min-width:0}.layout{display:flex;gap:16px;align-items:flex-start}.sidebar{width:260px;flex:0 0 260px;background:#fff;border:1px solid var(--line);border-radius:8px;padding:8px;position:sticky;top:12px;max-height:calc(100vh - 24px);overflow:auto}.sidebar h3{font-size:14px;margin:6px 8px 10px}.cat-item{display:flex;justify-content:space-between;gap:8px;padding:5px 8px;border-radius:6px;cursor:pointer;font-size:13px}.cat-item:hover{background:#f3f3f3}.cat-item.active{background:#fff0e8;color:var(--allegro-orange);font-weight:600}.cat-count{color:#999;font-size:12px}.offers-col{flex:1;min-width:0}.breadcrumb{font-size:12px;color:#8a8a8a;margin-top:2px}.offer-id{font-size:12px;color:#aaa;margin-top:1px}.offer-price{font-weight:700;color:var(--allegro-orange);white-space:nowrap}.badge{font-size:12px;padding:2px 8px;border-radius:10px}.badge.ok{background:#e6f4ea;color:#1e7e34}.badge.warn{background:#fde8e8;color:#b02a2a}.offer-body{border-top:1px solid var(--line);padding:12px 16px;font-size:14px;background:#fafafa}.link-row{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.link-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:1px solid var(--line);border-radius:6px;background:#fff;color:#444;font-size:13px;font-weight:600;text-decoration:none;cursor:pointer;transition:background .12s,color .12s,border-color .12s}.link-btn:hover{background:#fff0e8;color:var(--allegro-orange);border-color:var(--allegro-orange)}.link-btn.allegro{background:var(--allegro-orange);color:#fff;border-color:var(--allegro-orange)}.link-btn.allegro:hover{background:#e85100}.login-card{max-width:360px;margin:80px auto;background:#fff;border:1px solid var(--line);border-radius:10px;padding:24px}.login-card input{width:100%;padding:10px;margin:6px 0 14px;border:1px solid var(--line);border-radius:6px}.btn{background:var(--allegro-orange);color:#fff;border:0;padding:10px 16px;border-radius:6px;cursor:pointer;font-weight:600}
