:root{--ink:#17202a;--muted:#667085;--line:#dce2e7;--paper:#fff;--bg:#f4f6f5;--green:#176b52;--green2:#0f513f;--gold:#d5a62e;--red:#a33b3b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Segoe UI,Arial,sans-serif;letter-spacing:0}a{color:inherit}button,input,select,textarea{font:inherit}.topbar{height:64px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(22px,calc((100% - 1180px)/2));position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;font-weight:800;text-decoration:none}.brand span{width:34px;height:34px;display:grid;place-items:center;background:var(--green);color:#fff;border-radius:6px}.topbar nav{display:flex;gap:20px}.topbar nav a{text-decoration:none;font-size:14px}.flash,.error{max-width:1180px;margin:12px auto;padding:12px 16px;background:#dff4e9;border:1px solid #abd8c2;border-radius:6px}.error{background:#fce8e8;border-color:#e8b7b7}.home-hero{min-height:430px;padding:80px max(22px,calc((100% - 1180px)/2));background:linear-gradient(90deg,rgba(8,29,24,.92),rgba(8,29,24,.25)),url('https://images.unsplash.com/photo-1528698827591-e19ccd7bc23d?w=1800') center/cover;color:#fff;display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.home-hero h1,.catalog-hero h1{font-size:clamp(42px,8vw,84px);margin:4px 0 12px}.home-hero p{max-width:620px;font-size:18px}.eyebrow{text-transform:uppercase;font-size:12px;font-weight:800;color:var(--green);margin:0 0 6px}.home-hero .eyebrow,.catalog-hero p{color:#cde8df}.button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border:1px solid var(--line);background:#fff;border-radius:6px;text-decoration:none;cursor:pointer}.button.primary{background:var(--green);color:#fff;border-color:var(--green)}.section,.admin-page,.form-page{max-width:1180px;margin:0 auto;padding:52px 22px}.section-head,.page-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:24px}.section-head h2,.page-head h1{font-size:30px;margin:0}.section-head>p{max-width:500px;color:var(--muted)}.interest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.interest-card{aspect-ratio:16/9;border:0;border-radius:6px;background-size:cover;background-position:center;position:relative;overflow:hidden;cursor:pointer}.interest-card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.75))}.interest-card span{position:absolute;left:16px;bottom:14px;color:#fff;font-weight:800;z-index:1}.interest-card.selected{outline:4px solid var(--gold);outline-offset:2px}.result{min-height:24px;margin-top:18px;color:var(--green);font-weight:700}.portal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.portal-card{display:flex;align-items:center;gap:14px;padding:16px;background:#fff;border:1px solid var(--line);border-radius:6px;text-decoration:none}.portal-card span,.portal-card small,.portal-card div>span{display:block;color:var(--muted);font-size:13px;margin-top:4px}.portal-logo{width:52px;height:52px;border-radius:6px;background:#e2eee9;display:grid;place-items:center;color:var(--green);font-size:22px;font-weight:800;overflow:hidden}.portal-logo img{width:100%;height:100%;object-fit:cover}.panel{background:#fff;border:1px solid var(--line);border-radius:6px;padding:24px}.auth-wrap{min-height:calc(100vh - 120px);display:grid;place-items:center;padding:30px}.auth{width:min(420px,100%)}.auth h1{margin-top:0}.auth label,.form-grid label{display:grid;gap:7px;font-weight:650;font-size:14px;margin-bottom:16px}input,select,textarea{width:100%;border:1px solid #cbd3d9;border-radius:5px;padding:11px 12px;background:#fff}textarea{min-height:100px;resize:vertical}label small{font-weight:400;color:var(--muted)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.wide,.form-divider,.form-actions{grid-column:1/-1}.form-divider{font-weight:800;border-top:1px solid var(--line);padding-top:20px;margin:8px 0 18px}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:10px}.locked{background:#f4f7f5;border:1px solid var(--line);border-radius:5px;padding:12px;margin-bottom:16px}.locked span,.locked small{display:block;overflow-wrap:anywhere}.locked small{color:var(--muted);margin-top:4px}.table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:6px}table{width:100%;border-collapse:collapse;min-width:860px}th,td{text-align:left;padding:14px;border-bottom:1px solid var(--line);font-size:14px;vertical-align:top}th{font-size:12px;text-transform:uppercase;color:var(--muted);background:#f8faf9}td small{display:block;color:var(--muted);margin-top:5px;max-width:260px;overflow-wrap:anywhere}.status{display:inline-block;padding:4px 8px;background:#eceff1;border-radius:999px;font-size:12px}.status.active,.status.paid{background:#dff4e9;color:#176b52}.status.pending{background:#fff1c9;color:#765900}.status.suspended,.status.expired{background:#fbe4e4;color:#8c2f2f}.actions{display:flex;flex-wrap:wrap;gap:6px}.actions form{display:inline}.icon-button{border:1px solid var(--line);background:#fff;border-radius:5px;padding:6px 9px;text-decoration:none;cursor:pointer;font-size:12px}.icon-button.danger{color:var(--red)}.catalog-hero{min-height:340px;padding:50px max(22px,calc((100% - 1180px)/2));background:#173f34;color:#fff;background-size:cover;background-position:center;display:flex;align-items:flex-end}.catalog-brand{display:flex;align-items:flex-end;gap:20px}.catalog-brand img{width:92px;height:92px;object-fit:cover;border-radius:6px;background:#fff}.catalog-hero h1{font-size:clamp(36px,7vw,68px)}.catalog-hero span{display:block;max-width:650px}.catalog-tools{max-width:1180px;margin:24px auto;padding:0 22px;display:grid;grid-template-columns:1fr 240px;gap:10px}.product-grid{max-width:1180px;margin:0 auto;padding:0 22px 70px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-card{background:#fff;border:1px solid var(--line);border-radius:6px;overflow:hidden}.product-image{aspect-ratio:4/3;background:#e8eeeb;display:grid;place-items:center;color:var(--muted)}.product-image img{width:100%;height:100%;object-fit:cover}.product-body{padding:14px}.product-body small{color:var(--green);font-weight:700}.product-body h2{font-size:18px;margin:6px 0}.product-body p{color:var(--muted);font-size:14px;min-height:40px}.product-foot{display:flex;align-items:center;justify-content:space-between;gap:8px}.add{border:0;background:var(--green);color:#fff;padding:8px 10px;border-radius:5px;cursor:pointer}.cart-button{position:fixed;right:20px;bottom:20px;border:0;background:var(--green);color:#fff;padding:14px 18px;border-radius:6px;box-shadow:0 8px 24px #0003;z-index:15}.cart-button span{background:#fff;color:var(--green);padding:2px 6px;border-radius:999px}.cart-drawer{position:fixed;right:-430px;top:0;width:min(420px,100%);height:100vh;background:#fff;z-index:30;padding:26px;box-shadow:-10px 0 30px #0002;transition:.2s}.cart-drawer.open{right:0}.close{float:right;border:0;background:none;font-size:30px}.cart-line{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line)}.cart-line button{border:0;background:none}footer{text-align:center;color:var(--muted);padding:28px;font-size:13px}
.url-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.url-access{display:block;background:#fff;border:1px solid var(--line);border-radius:6px;padding:16px;text-decoration:none}.url-access span{display:block;color:var(--muted);font-size:13px;margin-bottom:6px}.url-access strong{display:block;overflow-wrap:anywhere}.copy-url{border:0;background:none;color:var(--green);padding:0;cursor:pointer;font-size:12px;font-weight:700}.auth-link,.dev-reset{display:inline-block;margin-top:14px;color:var(--green);font-weight:700;text-decoration:none}.dev-reset{background:#eef7f3;border:1px solid #bfddd1;border-radius:6px;padding:10px 12px}@media(max-width:800px){.topbar nav a:first-child{display:none}.home-hero{min-height:500px;display:block;padding-top:210px}.interest-grid,.portal-grid{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr 1fr}.url-summary{grid-template-columns:1fr}.section-head,.page-head{align-items:flex-start;flex-direction:column}.form-grid{grid-template-columns:1fr}.catalog-tools{grid-template-columns:1fr}.catalog-brand{align-items:flex-start;flex-direction:column}}@media(max-width:480px){.interest-grid,.portal-grid,.product-grid{grid-template-columns:1fr}.home-hero h1{font-size:50px}.catalog-brand img{width:72px;height:72px}}
