@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,700&display=swap');
:root{--ink:#17231d;--muted:#647168;--cream:#f6f3ea;--paper:#fffdf8;--green:#1f7a4c;--lime:#c7f06f;--line:#dfe3da;--red:#a43232;--shadow:0 18px 50px rgba(23,35,29,.09)}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;line-height:1.55}a{color:inherit}.site-header{height:78px;max-width:1240px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{text-decoration:none;font-weight:700;font-size:20px;display:flex;gap:10px;align-items:center}.brand span{background:var(--ink);color:var(--lime);border-radius:10px;width:34px;height:34px;display:grid;place-items:center}.site-header nav{display:flex;align-items:center;gap:26px}.site-header nav a{text-decoration:none;font-size:14px;font-weight:600}.site-header nav b{background:var(--cream);padding:5px 9px;border-radius:20px;margin-left:5px}.nav-cta{background:var(--ink);color:white;padding:10px 16px;border-radius:8px}main{max-width:1184px;margin:auto;padding:56px 28px 90px}.hero{min-height:350px;border-radius:26px;background:var(--ink);color:white;padding:58px 62px;display:grid;grid-template-columns:1fr 250px;gap:70px;align-items:center;overflow:hidden;position:relative}.hero:after{content:"";position:absolute;width:340px;height:340px;border:80px solid rgba(199,240,111,.08);border-radius:50%;right:-130px;top:-170px}.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:700;color:var(--green);margin:0 0 12px}.hero .eyebrow{color:var(--lime)}h1,h2,h3,p{margin-top:0}.hero h1{font-size:48px;line-height:1.06;max-width:700px;margin-bottom:20px;letter-spacing:-.035em}.hero h1 em{font-family:'Playfair Display',serif;color:var(--lime);font-weight:700}.hero>div>p:last-child{color:#c4cec7;max-width:600px}.balance-card{z-index:1;background:white;color:var(--ink);border-radius:20px;padding:30px;box-shadow:var(--shadow);display:flex;flex-direction:column}.balance-card small{font-size:10px;letter-spacing:.16em;font-weight:700;color:var(--muted)}.balance-card strong{font-size:58px;line-height:1.1}.balance-card span{color:var(--muted)}.balance-card a{color:var(--green);font-weight:700;margin-top:24px;text-decoration:none}.section-head{display:flex;justify-content:space-between;align-items:end;margin:62px 0 24px}.section-head h2,.history h2,.admin-items h2{font-size:30px;margin:0}.section-head>p{color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{border:1px solid var(--line);border-radius:18px;background:white;overflow:hidden;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-image{height:210px;background:linear-gradient(135deg,#e2eadc,#f5f0df);position:relative;display:grid;place-items:center}.product-image img{width:100%;height:100%;object-fit:cover}.product-image>span{font-family:'Playfair Display',serif;font-size:84px;color:var(--green)}.product-image b{position:absolute;top:14px;right:14px;background:white;border-radius:30px;padding:7px 12px;font-size:13px}.product-body{padding:24px}.product-body h3{font-size:20px;margin-bottom:8px}.product-body p{color:var(--muted);font-size:14px;min-height:65px}.button{border:0;background:var(--green);color:white;border-radius:9px;padding:12px 18px;min-height:44px;font:600 14px 'DM Sans',sans-serif;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.button:hover{background:#17613c}.button:disabled{background:#aeb8b1;cursor:not-allowed}.product-body .button{width:100%}.secondary{background:transparent;color:var(--ink);border:1px solid var(--line)}.secondary:hover{background:var(--cream)}.flash{margin:-30px 0 28px;padding:13px 18px;border-radius:9px;font-weight:600}.flash.success{background:#dff4e7;color:#175f3a}.flash.error{background:#f8e1df;color:#8f2929}.flash.info{background:#e4eff7;color:#255b7b}.auth-wrap{display:grid;grid-template-columns:1fr 440px;gap:100px;align-items:center;min-height:570px}.auth-copy h1{font-size:52px;letter-spacing:-.04em;line-height:1.05}.auth-copy>p:last-child{color:var(--muted);font-size:18px;max-width:530px}.panel{border:1px solid var(--line);background:white;border-radius:16px;padding:30px;box-shadow:var(--shadow)}.form{display:flex;flex-direction:column;gap:17px}.form h2{margin-bottom:3px}.form label{font-size:13px;font-weight:700;display:flex;flex-direction:column;gap:7px}.form label small{font-weight:400;color:var(--muted)}input,textarea{font:15px 'DM Sans',sans-serif;border:1px solid #cdd3cc;border-radius:8px;padding:12px 13px;width:100%;background:#fff}input:focus,textarea:focus{outline:3px solid rgba(31,122,76,.13);border-color:var(--green)}.form-switch{text-align:center;color:var(--muted);font-size:14px;margin:4px 0 0}.account-head,.admin-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:34px;border-bottom:1px solid var(--line)}.account-head h1,.admin-head h1{font-size:38px;margin:0}.points{text-align:right}.points strong{font-size:48px;display:block;line-height:1}.points span{color:var(--muted)}.account-actions{display:flex;gap:10px;margin:25px 0 55px}.account-actions form{display:flex}.history{max-width:850px}.history-row,.inventory-row{display:flex;justify-content:space-between;align-items:center;text-decoration:none;border-bottom:1px solid var(--line);padding:19px 3px}.history-row div,.inventory-row div{display:flex;flex-direction:column}.history-row span,.inventory-row span{font-size:13px;color:var(--muted)}.history-row b{font-size:14px}.history-row i{font-style:normal;color:var(--green);margin-left:12px}.claim-card{max-width:760px;margin:30px auto;text-align:center}.success-mark{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:var(--lime);font-size:35px;margin:0 auto 24px}.claim-card h1{font-size:44px}.claim-date{color:var(--muted)}.instructions{text-align:left;background:var(--cream);border-radius:15px;padding:28px;margin:36px 0}.instructions p{white-space:normal;margin:0}.new-link{background:#e5f7db;border:1px solid #b7db9e;padding:18px 22px;border-radius:12px;margin:25px 0}.new-link>div{display:flex;gap:10px;margin-top:10px}.new-link input{font-family:monospace}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:28px 0}.stats div{background:var(--cream);border-radius:12px;padding:20px}.stats strong{display:block;font-size:32px}.stats span{color:var(--muted);font-size:13px}.admin-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:start}.compact{margin-bottom:24px}.links h2{margin-bottom:18px}.links>div{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:12px 0}.links b{font-size:11px;text-transform:uppercase;border-radius:20px;padding:4px 8px}.links .live{background:#dff4e7;color:#17613c}.links .used{background:#eee;color:#777}.admin-items{margin-top:55px}.text-button{border:0;background:none;color:var(--red);font:600 13px 'DM Sans';cursor:pointer}.empty{grid-column:1/-1;background:var(--cream);padding:50px;text-align:center;border-radius:16px;color:var(--muted)}footer{border-top:1px solid var(--line);max-width:1184px;margin:auto;padding:28px;display:flex;justify-content:space-between;color:var(--muted);font-size:13px}footer a{text-decoration:none}@media(max-width:800px){.site-header{padding:0 18px}.site-header nav{gap:13px}.site-header nav>a:first-child{display:none}main{padding:32px 18px 70px}.hero{grid-template-columns:1fr;padding:38px 28px;gap:28px}.hero h1{font-size:38px}.balance-card{max-width:240px}.product-grid{grid-template-columns:1fr}.auth-wrap{grid-template-columns:1fr;gap:30px}.auth-copy h1{font-size:40px}.stats{grid-template-columns:1fr 1fr}.admin-grid{grid-template-columns:1fr}.account-head,.admin-head{align-items:flex-start;gap:20px}.account-head h1{font-size:24px;word-break:break-all}.product-body p{min-height:0}}@media(max-width:480px){.brand{font-size:0}.brand span{font-size:20px}.site-header nav{font-size:12px}.hero h1{font-size:33px}.stats{grid-template-columns:1fr 1fr}.account-head{flex-direction:column}.points{text-align:left}.new-link>div{flex-direction:column}}
