:root{font-family:system-ui,-apple-system,sans-serif;color:#17202a;background:#f5f7f6;line-height:1.4}*{box-sizing:border-box}body{margin:0}header{background:#0f766e;color:white;padding:1.25rem max(1rem,calc((100% - 960px)/2));display:flex;align-items:center;justify-content:space-between;gap:1rem}h1,h2,p{margin-top:0}header h1{margin-bottom:0}header p{margin-bottom:0;opacity:.85}main{max-width:960px;margin:1.5rem auto;padding:0 1rem}button,.file-button{font:inherit;border:0;border-radius:.5rem;padding:.65rem .9rem;background:#0f766e;color:white;cursor:pointer}.secondary{background:#e5eeeb;color:#17423d}.account{display:flex;align-items:center;gap:.6rem}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem}.file-button input{display:none}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.card,.offer,.login-card{background:white;border:1px solid #d9e2df;border-radius:.7rem;padding:1rem;box-shadow:0 1px 2px #0000000a}.card button{margin-top:.6rem}.muted,small{color:#5f6f6b}.error{color:#b42318}.back{background:#e5eeeb;color:#17423d;margin-bottom:1rem}.detail-head{display:flex;justify-content:space-between;gap:1rem;align-items:start}.detail-head .danger{background:#a12b27}.decision{background:#ddf5ee;border-left:4px solid #0f766e;padding:.8rem;margin:1rem 0;border-radius:.3rem}.toggle{display:flex;gap:.5rem;align-items:center}.sections{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.offer{margin-bottom:.75rem}.offer-top{display:flex;justify-content:space-between;gap:.5rem}.price{font-size:1.2rem;font-weight:700}.title{margin:.5rem 0}.loyalty{color:#087443;font-weight:600}.validity,.conditions{font-size:.9rem;margin:.25rem 0}.source{font-size:.9rem}.match{display:block;margin-top:.5rem}dialog{border:0;border-radius:.8rem;width:min(480px,90vw);box-shadow:0 3px 30px #0005}dialog::backdrop{background:#0006}form label{display:block;margin:.75rem 0}input,textarea{display:block;width:100%;margin-top:.25rem;padding:.55rem;border:1px solid #aab9b5;border-radius:.35rem;font:inherit}textarea{min-height:4rem}.actions{display:flex;justify-content:end;gap:.5rem}.cancel{background:#e5eeeb;color:#17423d}.login-shell{min-height:100vh;display:grid;place-items:center;margin:0;padding:1rem}.login-card{width:min(380px,100%)}@media(max-width:620px){header{align-items:flex-start;flex-direction:column}.account{flex-wrap:wrap}.sections{grid-template-columns:1fr}.toolbar{align-items:flex-start;flex-direction:column}.detail-head{flex-direction:column}}
