:root{--ink: #102033;--muted: #5f6f86;--line: #cfdeed;--panel: #ffffff;--bg: #f3f7fc;--blue: #1d64d8;--blue-dark: #174ea6;--blue-soft: #e8f1ff;--blue-panel: #133d73;--amber: #d99a2b;--red: #b42318}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}button{cursor:pointer}input,select{width:100%;min-height:44px;border:1px solid var(--line);border-radius:8px;font-size:16px;padding:10px 11px;color:var(--ink);background:#fff}label{display:grid;gap:6px;color:#344054;font-size:13px;font-weight:800}a{color:var(--ink);text-decoration:none}.auth{min-height:100vh;display:grid;grid-template-columns:minmax(260px,360px) minmax(320px,460px);justify-content:center;align-content:center;gap:20px;padding:24px}.authIntro{display:grid;align-content:center;gap:16px;border-radius:8px;padding:34px;color:#fff;background:var(--blue-panel)}.authIntro h1,.authIntro p{margin:0}.authIntro h1{font-size:40px}.authIntro p{color:#dce8f7}.authForm,.panel{border:1px solid var(--line);border-radius:8px;background:var(--panel)}.authForm{display:grid;align-content:start;gap:16px;padding:24px}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:6px;border-radius:8px;background:#eaf2fb;padding:5px}.segmented button,.filter,.iconButton{border:0;background:transparent}.segmented button{min-height:36px;border-radius:6px;color:var(--muted);font-weight:900}.segmented .active{color:var(--ink);background:#fff}.primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border:0;border-radius:8px;background:var(--blue);color:#fff;font-weight:900;padding:0 14px}.primary:hover{background:var(--blue-dark)}.secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font-weight:900;padding:0 14px}.secondary:hover{background:#eaf2fb}.alert{margin:0;border-radius:8px;background:#fee4e2;color:var(--red);padding:10px 12px;font-weight:800}.notice{margin:0;border-radius:8px;background:var(--blue-soft);color:var(--blue-dark);padding:10px 12px;font-weight:800}.topbar{position:sticky;top:0;z-index:3;display:flex;justify-content:space-between;align-items:center;min-height:64px;padding:12px 24px;border-bottom:1px solid var(--line);background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand,.account,.panelTitle,.filter,.filter button,.listing a,.fullscreen{display:flex;align-items:center}.brand,.account{gap:10px}.account span{color:var(--muted);font-size:13px}.mark{display:grid;place-items:center;width:52px;height:52px;border-radius:8px;background:var(--blue);color:#fff}.mark.small{width:34px;height:34px}.iconButton{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;color:var(--ink);background:var(--blue-soft)}.layout{display:grid;grid-template-columns:minmax(300px,410px) 1fr;gap:18px;width:min(1480px,100%);margin:0 auto;padding:24px}.sidebar{align-self:start;padding:18px}.stack{display:grid;gap:14px}.panelTitle{justify-content:space-between;gap:10px}.panelTitle span{display:flex;align-items:center;gap:8px;min-width:0}.panelTitle h2{margin:0;font-size:18px}.two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.savedFilters{display:grid;gap:8px;margin-top:18px;border-top:1px solid var(--line);padding-top:18px}.filter{min-height:42px;justify-content:space-between;gap:8px;border-radius:8px;color:var(--muted);background:#f5f9fd}.filter>button:first-child,.filter:not(div){flex:1;justify-content:flex-start;gap:8px;min-height:42px;border-radius:8px;color:inherit;font-weight:900;padding:0 10px}.filter.active{color:var(--blue-dark);background:var(--blue-soft)}.trash{display:grid;place-items:center;width:34px;height:34px;border:0;background:transparent;color:var(--red)}.content{display:grid;align-content:start;gap:16px}.mobileControls,.closeFilters{display:none}.hero{display:flex;justify-content:space-between;align-items:center;min-height:124px;border-radius:8px;padding:24px;color:#fff;background:var(--blue-panel)}.hero h1,.hero p{margin:0}.hero h1{font-size:30px;line-height:1.1}.hero p{margin-top:7px;color:#dce8f7}.listings{display:grid;align-content:start;gap:10px}.listing{display:grid;align-self:start;grid-template-columns:132px 1fr;gap:14px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:12px}.listing img,.imageFallback{width:132px;height:104px;border-radius:8px;object-fit:cover;background:#eaf2fb}.listingBody{display:grid;gap:10px;min-width:0}.listing a{gap:6px;min-width:0;font-size:17px;font-weight:900}.listing a span{display:-webkit-box;overflow:hidden;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.listing a svg{flex:0 0 auto;margin-top:3px}.listing p{margin:4px 0 0;color:var(--muted)}.tags{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:6px;width:fit-content;max-width:100%}.tags span{flex:0 0 auto;max-width:100%;border-radius:999px;background:#e9f1fb;color:#34506f;font-size:12px;font-weight:800;line-height:1.2;padding:5px 8px;overflow-wrap:anywhere}.fullscreen{min-height:100vh;justify-content:center;gap:10px;color:var(--muted);font-weight:900}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:940px){.auth,.layout{grid-template-columns:1fr}}@media(max-width:760px){.layout{gap:12px}.sidebar{display:none}.filtersOpen .sidebar{display:block}.mobileControls{position:sticky;top:62px;z-index:2;display:flex;justify-content:flex-end;margin:-2px 0;padding:4px 0;background:var(--bg)}.filtersOpen .mobileControls{display:none}.closeFilters{display:grid}.hero{min-height:96px;padding:18px}.hero h1{font-size:24px}.hero svg{width:30px;height:30px}}@media(max-width:560px){.auth,.layout,.topbar{padding:14px}.auth{grid-template-columns:1fr;align-content:start}.authIntro,.authForm,.sidebar{padding:18px}.authIntro h1{font-size:32px}.topbar{min-height:58px;gap:10px}.account{min-width:0;margin-left:auto}.account span{max-width:44vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mark.small{width:32px;height:32px}.iconButton{width:36px;height:36px}.two,.listing{grid-template-columns:1fr}.listing{gap:10px;padding:10px}.listing img,.imageFallback{width:100%;height:auto;aspect-ratio:4 / 3}.listing a{font-size:16px}.tags span{font-size:11px}}
