:root{--bg:#fff9ef;--panel:#fff;--ink:#1f1d1b;--muted:#766d63;--line:rgba(31,29,27,.12);--brand:#f0b429;--brand2:#2367d1;--accent:#e34d2f;--shadow:0 18px 60px rgba(31,29,27,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:radial-gradient(circle at top left,rgba(35,103,209,.13),transparent 34rem),radial-gradient(circle at top right,rgba(240,180,41,.25),transparent 32rem),var(--bg);color:var(--ink)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.page-shell{max-width:1180px;margin:0 auto;padding:20px}.topbar{position:sticky;top:12px;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;background:rgba(255,255,255,.78);backdrop-filter:blur(18px);border:1px solid var(--line);border-radius:999px;box-shadow:0 10px 40px rgba(31,29,27,.08)}.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand-mark{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#2367d1,#f0b429);font-size:22px}.brand strong{display:block;line-height:1.05}.brand small{display:block;color:var(--muted);font-size:12px;margin-top:3px}.nav{display:flex;align-items:center;gap:22px;color:var(--muted);font-weight:650}.nav a:hover{color:var(--ink)}.lang-switch{display:flex;background:#f3eee6;border-radius:999px;padding:4px}.lang-switch button{border:0;border-radius:999px;background:transparent;padding:8px 12px;font-weight:800;color:var(--muted)}.lang-switch button.active{background:var(--ink);color:#fff}.hero{display:grid;grid-template-columns:1.08fr .92fr;gap:36px;align-items:center;min-height:640px;padding:46px 0 34px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--brand2);font-weight:850;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.hero h1{font-size:clamp(42px,7vw,76px);line-height:.96;margin:18px 0 20px;letter-spacing:-.06em}.hero p{font-size:20px;line-height:1.55;color:var(--muted);max-width:690px;margin:0}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.btn{border:0;border-radius:999px;padding:13px 20px;font-weight:850;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.2s transform,.2s box-shadow}.btn:hover{transform:translateY(-1px)}.btn.primary{background:var(--ink);color:#fff;box-shadow:0 12px 26px rgba(31,29,27,.18)}.btn.secondary,.btn.small{background:#fff;color:var(--ink);border:1px solid var(--line)}.btn.small{padding:10px 14px}.status-card{display:flex;align-items:center;gap:13px;max-width:560px;margin-top:24px;background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:20px;padding:14px 16px}.status-card p{font-size:14px;margin:3px 0 0;color:var(--muted)}.dot{width:12px;height:12px;border-radius:50%;background:#aaa;box-shadow:0 0 0 6px rgba(120,120,120,.12)}.dot.live{background:#27ae60;box-shadow:0 0 0 6px rgba(39,174,96,.16)}.dot.error{background:#e34d2f;box-shadow:0 0 0 6px rgba(227,77,47,.16)}.hero-visual{min-height:520px;position:relative;border-radius:44px;background:linear-gradient(135deg,#2367d1 0%,#2e7bea 45%,#f0b429 100%);box-shadow:var(--shadow);overflow:hidden}.hero-visual:before{content:"";position:absolute;inset:8%;border-radius:40px;border:1px solid rgba(255,255,255,.28)}.big-plate{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:270px;height:270px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:54px;box-shadow:0 30px 80px rgba(0,0,0,.22)}.floating-card{position:absolute;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.7);backdrop-filter:blur(16px);border-radius:24px;padding:16px 18px;box-shadow:0 20px 50px rgba(0,0,0,.18);display:grid;gap:4px;min-width:150px}.floating-card span{font-size:30px}.floating-card small{color:var(--muted);font-weight:800}.card-one{left:28px;top:54px}.card-two{right:24px;bottom:56px}.catalog-section,.how-section{padding:36px 0 56px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.section-head h2{font-size:clamp(30px,4.2vw,48px);line-height:1;margin:8px 0 0;letter-spacing:-.04em}.toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:12px}.search-wrap{flex:1 1 280px;display:flex;align-items:center;gap:10px;padding:13px 16px;border-radius:18px;background:#fff;border:1px solid var(--line)}.search-wrap input{border:0;outline:0;width:100%;background:transparent}.chips{display:flex;gap:8px;flex-wrap:wrap}.chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 13px;cursor:pointer;font-weight:800;color:var(--muted)}.chip.active{background:var(--brand2);border-color:var(--brand2);color:#fff}.meta-line{color:var(--muted);font-weight:700;margin:10px 2px 16px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 12px 34px rgba(31,29,27,.07);display:flex;flex-direction:column;min-height:100%}.product-image{height:168px;background:#f1eee8;display:grid;place-items:center;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;display:block}.placeholder{font-size:48px;filter:drop-shadow(0 8px 18px rgba(0,0,0,.16))}.product-body{padding:15px;display:flex;flex-direction:column;gap:10px;flex:1}.product-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.product-card h3{font-size:18px;line-height:1.15;margin:0}.price{white-space:nowrap;font-weight:950;font-size:18px;color:var(--accent)}.description{color:var(--muted);font-size:14px;line-height:1.45;margin:0;flex:1}.badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}.badge{font-size:12px;font-weight:850;border-radius:999px;padding:7px 9px;background:#f5f1eb;color:var(--muted)}.badge.ok{background:rgba(39,174,96,.12);color:#1d7d45}.badge.no{background:rgba(227,77,47,.12);color:#b33721}.empty{background:#fff;border:1px solid var(--line);border-radius:24px;padding:40px;text-align:center}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.steps article{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 34px rgba(31,29,27,.06)}.steps span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--brand);font-weight:950;margin-bottom:16px}.steps h3{font-size:20px;margin:0 0 10px}.steps p{margin:0;color:var(--muted);line-height:1.5}.floating-settings{position:fixed;right:18px;bottom:18px;width:58px;height:58px;border-radius:50%;border:0;background:var(--ink);color:#fff;font-size:22px;box-shadow:0 18px 40px rgba(0,0,0,.23);z-index:10}dialog{border:0;border-radius:28px;padding:0;width:min(680px,calc(100vw - 28px));box-shadow:0 40px 100px rgba(0,0,0,.28)}dialog::backdrop{background:rgba(31,29,27,.42);backdrop-filter:blur(6px)}.modal{padding:26px;position:relative;background:#fff;border-radius:28px}.close{position:absolute;right:18px;top:14px;border:0;background:#f3eee6;border-radius:50%;width:38px;height:38px;font-size:25px}.modal h2{font-size:30px;letter-spacing:-.03em;margin:0 38px 10px 0}.modal p{color:var(--muted);line-height:1.5}.field{display:grid;gap:8px;margin:18px 0}.field label{font-weight:850}textarea{width:100%;border:1px solid var(--line);border-radius:16px;padding:12px;outline:0;resize:vertical}.modal-actions{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0 18px}details{background:#fff8e8;border:1px solid rgba(240,180,41,.38);border-radius:16px;padding:14px}summary{font-weight:900;cursor:pointer}.code-block{overflow:auto;background:#1f1d1b;color:#fff;border-radius:12px;padding:12px;margin:12px 0}.hint{font-size:14px}@media (max-width:900px){.nav{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding-top:34px}.hero-visual{min-height:360px}.product-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr}}@media (max-width:560px){.page-shell{padding:12px}.topbar{top:8px;border-radius:22px}.brand small{display:none}.hero h1{font-size:42px}.hero p{font-size:17px}.hero-visual{min-height:300px;border-radius:30px}.big-plate{width:190px;height:190px;font-size:38px}.floating-card{min-width:120px;padding:12px}.product-grid{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}}
