
:root{
  --ink:#12263a;--muted:#6c7b8a;--soft:#f4f7fb;--line:#e5ebf1;--brand:#0b9a8b;
  --brand-dark:#087c70;--accent:#ffb63e;--white:#fff;--shadow:0 18px 50px rgba(18,38,58,.09);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff}
a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{background:#fff;position:sticky;top:0;z-index:20;box-shadow:0 2px 18px rgba(18,38,58,.06)}
.topbar-inner{min-height:78px;display:grid;grid-template-columns:240px 1fr auto;gap:24px;align-items:center}
.brand{display:flex;align-items:center;gap:11px}.brand strong{display:block;font-size:22px;letter-spacing:.6px}.brand small{display:block;color:var(--muted);font-size:11px;margin-top:1px}
.brand-mark{width:54px;height:54px;border-radius:16px;background:linear-gradient(145deg,var(--brand),#13bdab);color:#fff;display:grid;place-items:center;font-size:29px;font-weight:900;box-shadow:0 10px 24px rgba(11,154,139,.25)}
.brand-mark.small{width:38px;height:38px;border-radius:11px;font-size:20px}
.search-wrap{height:44px;display:flex;align-items:center;border:1px solid var(--line);background:#f8fafc;border-radius:10px;padding:0 14px;max-width:570px;width:100%}
.search-icon{font-size:23px;color:#8794a1;margin-right:9px;transform:rotate(-20deg)}.search-wrap input{border:0;outline:0;background:transparent;width:100%;font-size:14px;color:var(--ink)}
.user-area{display:flex;align-items:center;gap:15px}.user-copy{font-size:13px;color:var(--muted)}.user-copy strong{color:var(--ink)}
.outline-btn{border:1px solid var(--brand);color:var(--brand-dark);padding:9px 15px;border-radius:9px;font-size:13px;font-weight:700}
.navline{border-top:1px solid #f1f4f7}.navlinks{height:42px;display:flex;align-items:center;gap:28px;font-size:13px;font-weight:650;color:#42566a}.navlinks a:hover{color:var(--brand)}
.hero{overflow:hidden;background:linear-gradient(110deg,#effbf9 0%,#f8fbff 55%,#fff7ea 100%);border-bottom:1px solid #eef2f6}
.hero-grid{min-height:455px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;padding-top:35px;padding-bottom:35px}
.hero-chip,.eyebrow{display:inline-block;color:var(--brand-dark);font-weight:800;font-size:12px;letter-spacing:1.3px}
.hero h1{font-size:52px;line-height:1.04;margin:15px 0 18px;max-width:640px;letter-spacing:-1.7px}.hero h1 span{color:var(--brand)}
.hero-copy>p{font-size:17px;line-height:1.7;color:var(--muted);max-width:600px}
.hero-actions{display:flex;align-items:center;gap:22px;margin-top:28px}.primary-btn{border:0;background:var(--brand);color:#fff;border-radius:10px;padding:13px 18px;font-weight:800;cursor:pointer;font-size:14px}.primary-btn:hover{background:var(--brand-dark)}.primary-btn.inline{display:inline-block}.ghost-link{font-weight:750;color:#3c5267;font-size:14px}
.hero-stats{display:flex;gap:32px;margin-top:35px}.hero-stats div{display:flex;flex-direction:column}.hero-stats strong{font-size:19px}.hero-stats span{font-size:11px;color:var(--muted);margin-top:2px;text-transform:uppercase;letter-spacing:.7px}
.hero-art{height:360px;position:relative}.printer{position:absolute;left:50%;top:55%;transform:translate(-50%,-50%);width:290px;height:170px}.printer-top{position:absolute;left:38px;top:0;width:215px;height:82px;background:#dce5eb;border-radius:19px 19px 5px 5px}.printer-body{position:absolute;left:0;bottom:0;width:100%;height:108px;background:linear-gradient(145deg,#21384d,#152b3d);border-radius:23px;box-shadow:0 30px 40px rgba(18,38,58,.22)}.printer-body i{display:block;width:9px;height:9px;border-radius:50%;background:#29d6b8;position:absolute;top:24px}.printer-body i:nth-child(1){right:29px}.printer-body i:nth-child(2){right:47px;background:#ffb63e}.printer-body i:nth-child(3){right:65px;background:#ff7373}
.paper{position:absolute;z-index:3;background:#fff;width:175px;height:158px;left:57px;top:-39px;border-radius:5px;box-shadow:0 15px 22px rgba(18,38,58,.13);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(-2deg)}.paper span{font-weight:900;color:var(--brand);font-size:30px}.paper b{font-size:45px;line-height:.9}
.print-card{position:absolute;background:#fff;border-radius:15px;box-shadow:var(--shadow);padding:17px;width:170px;z-index:5}.print-card b,.print-card small{display:block}.print-card b{font-size:15px;margin:4px 0}.print-card small{font-size:11px;color:var(--muted)}.mini-title{font-size:9px;color:var(--brand);font-weight:900;letter-spacing:1px}.card-a{left:1%;top:22%;transform:rotate(-7deg)}.card-b{right:0;bottom:8%;transform:rotate(6deg)}
.shape-dot{position:absolute;border-radius:50%}.d1{width:80px;height:80px;background:#ffd999;right:13%;top:2%;opacity:.62}.d2{width:47px;height:47px;background:#8ce1d7;left:14%;bottom:4%;opacity:.8}
.section{padding:74px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section-head h2,.about-grid h2{font-size:34px;letter-spacing:-.7px;margin:8px 0 0}.text-btn{border:0;background:transparent;color:var(--brand-dark);font-weight:800;cursor:pointer}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.category-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;transition:.2s}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#d7e3e8}.category-image{height:180px;background:linear-gradient(145deg,#f6f9fc,#eef8f6);display:grid;place-items:center;position:relative}.category-image img{width:118px;height:118px;object-fit:contain}.badge{position:absolute;top:14px;left:14px;background:#fff;color:var(--brand-dark);font-size:10px;font-weight:900;padding:6px 9px;border-radius:20px;box-shadow:0 5px 15px #0000000c}.category-body{padding:20px}.category-body h3{margin:0 0 8px;font-size:18px}.category-body p{margin:0;color:var(--muted);font-size:13px;line-height:1.6;min-height:42px}.category-body a{display:inline-block;margin-top:17px;color:var(--brand-dark);font-weight:800;font-size:13px}.empty-search{text-align:center;color:var(--muted);padding:35px}
.benefit-section{background:#122c3e;color:#fff}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.benefit{display:flex;gap:17px;align-items:flex-start}.benefit-icon{min-width:47px;height:47px;border-radius:13px;background:#ffffff13;display:grid;place-items:center;font-size:21px}.benefit h3{margin:1px 0 7px}.benefit p{margin:0;color:#bdcbd6;font-size:13px;line-height:1.65}
.about-section{background:#f7fafc}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-grid p{color:var(--muted);line-height:1.9}
footer{background:#0c1f2d;color:#d8e0e6;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px}.footer-grid>div{display:flex;flex-direction:column;gap:10px;font-size:13px}.footer-grid b{color:#fff}.footer-grid a,.footer-grid span,.footer-grid p{color:#9fb0bd}.footer-brand strong{color:#fff}.copyright{border-top:1px solid #ffffff14;margin-top:35px;padding-top:20px;color:#7f94a4;font-size:12px}
.login-page{min-height:100vh;background:linear-gradient(135deg,#eaf9f7,#f8fbfd 55%,#fff2da);display:grid;place-items:center}.login-shell{width:min(950px,calc(100% - 36px));display:grid;grid-template-columns:1.15fr .85fr;gap:45px;align-items:center}.login-brand{display:flex;align-items:center;gap:17px}.brand-name{font-size:45px;font-weight:950;letter-spacing:1.5px}.brand-sub{color:var(--muted);font-weight:600}.login-card{background:#fff;padding:36px;border-radius:20px;box-shadow:0 28px 70px rgba(18,38,58,.12)}.login-card h1{font-size:30px;margin:8px 0}.muted{color:var(--muted);font-size:14px}.login-card label{display:block;margin:18px 0 0;font-size:12px;font-weight:800}.login-card input{width:100%;height:44px;border:1px solid var(--line);border-radius:9px;margin-top:7px;padding:0 12px;outline:0;font-size:14px}.login-card input:focus{border-color:var(--brand)}.login-card .primary-btn{width:100%;margin-top:23px;height:45px}.alert{background:#fff0f0;color:#a53535;padding:11px 13px;border-radius:8px;font-size:12px;margin-top:15px}
@media(max-width:900px){.topbar-inner{grid-template-columns:1fr auto}.search-wrap{grid-row:2;grid-column:1/3;margin-bottom:14px}.hero-grid{grid-template-columns:1fr}.hero-art{display:none}.hero h1{font-size:42px}.category-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid,.about-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}.login-shell{grid-template-columns:1fr}.login-brand{justify-content:center}}
@media(max-width:620px){.container{width:min(100% - 24px,1180px)}.user-copy{display:none}.navlinks{gap:18px;overflow:auto}.hero-grid{min-height:auto;padding:60px 0}.hero h1{font-size:36px}.category-grid{grid-template-columns:1fr}.section{padding:55px 0}.section-head{align-items:flex-start}.section-head h2,.about-grid h2{font-size:28px}.benefit-grid{gap:28px}.footer-grid{grid-template-columns:1fr 1fr}.brand-name{font-size:36px}.login-card{padding:28px 22px}}
