@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import"https://fonts.cdnfonts.com/css/kongtext";:root{--bg: #fafafa;--surface: #ffffff;--surface-soft: #f6f6f6;--text: #0a0a0a;--text-muted: #555555;--line: #e6e6e6;--brand: #000000;--brand-strong: #000000;--accent: #1f8f5f;--warm: #ce7d2b;--radius-lg: 22px;--radius-md: 14px;--radius-sm: 10px;--shadow: 0 14px 30px rgba(0, 0, 0, .06)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Inter,sans-serif;color:var(--text);background:var(--bg);line-height:1.5}h1,h2,h3,h4,.nav-link,.solid-btn,.ghost-btn{font-family:Inter,sans-serif;margin:0}p{margin:0}a{color:inherit;text-decoration:none}main{display:block}.app-root{min-height:100vh}.home-page{position:relative;isolation:isolate;min-height:100vh;background:transparent}.home-bg-media,.home-bg-overlay{position:fixed;inset:0;z-index:-2;pointer-events:none}.home-bg-video{width:100vw;height:100vh;object-fit:cover;object-position:center center}.home-bg-overlay{z-index:-1;background:radial-gradient(circle at 20% 0%,rgba(255,255,255,.14),transparent 45%),linear-gradient(180deg,#04040494,#050505db 52%,#060606f2)}.home-page>section{position:relative;z-index:1}.shell{width:min(1220px,calc(100% - 3rem));margin:0 auto}.eyebrow{display:inline-flex;align-items:center;padding:.32rem .68rem;border:1px solid var(--line);border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-shell{min-height:74px;display:grid;align-items:center;grid-template-columns:1fr auto 1fr;gap:1.2rem}.header-left,.header-right{display:flex;align-items:center;gap:.8rem}.header-right{justify-content:flex-end}.brand-mark{display:inline-flex;align-items:center;line-height:1}.brand-text{font-family:Kongtext,Inter,sans-serif;font-size:1.05rem;letter-spacing:.08em;font-weight:700;color:#000;text-transform:uppercase}.header-nav{display:flex;align-items:center;gap:1.1rem}.nav-link,.nav-button{border:0;background:transparent;font-size:.9rem;font-weight:600;cursor:pointer;color:#1e1e1e;transition:color .2s ease}.nav-link:hover,.nav-link.active,.nav-button:hover{color:var(--brand-strong)}.solid-btn,.ghost-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.62rem 1.1rem;font-weight:600;font-size:.84rem;border:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;cursor:pointer}.solid-btn{background:var(--brand);color:#fff}.solid-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0000002e}.ghost-btn{background:#fff;color:var(--brand);border-color:var(--line)}.ghost-btn:hover{background:#fff;border-color:#c4cedf}.full-width{width:100%}.align-center{text-align:center}.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:8px;padding:.48rem .72rem;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600}.product-menu-wrap{position:relative}.product-dropdown{position:absolute;top:2rem;left:-.4rem;width:440px;padding:.75rem;border-radius:14px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow);display:grid;gap:.6rem}.mega-card{border:1px solid var(--line);border-radius:13px;padding:.82rem .95rem;display:grid;gap:.3rem;transition:border-color .2s ease,transform .2s ease}.mega-card:hover{transform:translateY(-1px);border-color:#bac6da}.mega-card.muted{background:#f8fafc}.mega-card-title{font-family:Inter,sans-serif;font-size:.9rem;font-weight:700}.mega-card-text{color:var(--text-muted);font-size:.84rem}.mobile-menu{border-top:1px solid var(--line);background:#fff}.mobile-menu-shell{display:grid;padding:.8rem 0;gap:.35rem}.mobile-link{padding:.7rem .2rem;border-bottom:1px solid #e4e9f3;font-family:Inter,sans-serif;font-weight:600}section{padding:5.2rem 0}.hero-section{padding-top:5.8rem;padding-bottom:5.2rem}.home-page .hero-copy h1,.home-page .hero-copy p,.home-page .hero-copy .eyebrow{color:#fff}.home-page .eyebrow{border-color:#ffffff57;color:#ffffffe6}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:2.5rem;align-items:center}.hero-copy{display:grid;gap:1rem}.hero-copy h1,.page-hero h1,.auth-card h1,.page-state h1{font-size:clamp(2rem,3.5vw,3.25rem);line-height:1.06;letter-spacing:-.02em}.hero-copy p{max-width:58ch;color:var(--text-muted);font-size:1.03rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.72rem}.hero-highlight-list{margin:0;padding:0;list-style:none;display:grid;gap:.44rem}.hero-highlight-list li{display:inline-flex;align-items:center;gap:.45rem;color:#1f2a41;font-size:.94rem}.home-page .hero-highlight-list li{color:#ffffffe6}.hero-highlight-list li:before{content:"";width:10px;height:10px;border-radius:99px;background:linear-gradient(135deg,#111a2b,#3f8f5f)}.hero-device-card{background:linear-gradient(180deg,#fff,#f7f7f7);border:1px solid var(--line);border-radius:var(--radius-lg);min-height:390px;padding:1.4rem;display:grid;align-content:center;justify-items:center;gap:1.1rem;box-shadow:var(--shadow)}.home-page .hero-device-card{background:linear-gradient(180deg,#fff3,#ffffff14);border-color:#ffffff4d;box-shadow:0 20px 36px #00000059}.device-shell{width:min(330px,100%);aspect-ratio:1.3;border-radius:28px;background:linear-gradient(160deg,#1d2738,#0f1625 68%);border:1px solid rgba(173,190,221,.24);padding:1.1rem;display:grid;gap:.8rem}.device-display{border-radius:16px;background:linear-gradient(165deg,#d7f6e8,#b3e8cf 60%,#6ed0a3);display:grid;place-items:center;color:#113327;font-family:Inter,sans-serif;font-size:1.05rem;letter-spacing:.16em;font-weight:700}.device-controls{display:flex;justify-content:center;gap:.65rem}.device-controls .dot{width:14px;height:14px;border-radius:50%;background:#ecf2ffdb}.hero-badge{border:1px solid var(--line);background:#fff;border-radius:999px;padding:.48rem .85rem;font-size:.82rem;color:#2f2f2f}.home-page .hero-badge{background:#ffffffeb}.section-narrow{max-width:920px}.what-is-section{background:#fff}.home-page .what-is-section,.home-page .quick-features-section,.home-page .inside-section,.home-page .specs-section,.home-page .gpio-section,.home-page .model-section{background:transparent}.what-is-section h2,.quick-features-section h2,.deep-content h2,.specs-section h2,.box-section h2,.product-specs-section h2,.faq-section h2{font-size:clamp(1.55rem,2.8vw,2.2rem);line-height:1.08;letter-spacing:-.02em}.section-intro{margin-top:.8rem;color:var(--text-muted)}.intro-cards{margin-top:1.8rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.intro-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:1.1rem;display:grid;gap:.45rem;min-height:170px}.home-page .intro-card,.home-page .quick-feature-card,.home-page .spec-item,.home-page .purchase-panel,.home-page .faq-item{background:#0c0c0c85;border-color:#ffffff38}.intro-card h3,.quick-feature-card h3,.spec-item h3,.dashboard-panel h3,.stat-card h3,.shop-card h3{font-size:1.04rem;line-height:1.15}.intro-card p,.quick-feature-card p,.deep-content p,.spec-item p,.shop-card p,.purchase-panel p,.dashboard-panel p{color:var(--text-muted)}.home-page h2,.home-page h3,.home-page .deep-content p,.home-page .section-intro,.home-page .intro-card p,.home-page .quick-feature-card p,.home-page .spec-item p,.home-page .inside-list,.home-page .model-panel p{color:#ffffffe6}.quick-features-section{padding-top:4.4rem}.quick-feature-grid{margin-top:1.4rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem}.quick-feature-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);padding:1rem;min-height:180px;display:grid;gap:.38rem}.quick-feature-card .eyebrow{width:fit-content}.deep-section{padding-top:3.2rem;padding-bottom:3.2rem}.deep-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:1.8rem;align-items:center}.deep-grid.is-reverse{grid-template-columns:.98fr 1.02fr}.deep-grid.is-reverse>:first-child{order:2}.deep-grid.is-reverse>:last-child{order:1}.deep-content{display:grid;gap:.68rem}.deep-badge{width:fit-content;margin-top:.35rem;border-radius:999px;border:1px solid var(--line);padding:.4rem .78rem;font-family:Inter,sans-serif;font-size:.78rem;font-weight:700}.home-page .deep-badge{border-color:#ffffff4d;color:#fffffff5}.deep-visual{min-height:250px;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);display:grid;place-items:center;font-family:Inter,sans-serif;font-size:1.05rem;color:#1f2e46;letter-spacing:.02em}.visual-subghz{background:linear-gradient(140deg,#eff4ff,#c6d8ff 58%,#90aff0)}.visual-rfid{background:linear-gradient(140deg,#f5f6f7,#d4dae1 58%,#acb7c5)}.visual-nfc{background:linear-gradient(140deg,#edf9f3,#bcebcf 58%,#82cca8)}.visual-bluetooth{background:linear-gradient(140deg,#eef8ff,#bbe0f9 58%,#7ec0ee)}.visual-infrared{background:linear-gradient(140deg,#fff4ec,#ffd7b6 58%,#f7a764)}.visual-sdcard{background:linear-gradient(140deg,#f5f8fd,#d8e2f5 58%,#9aafd8)}.visual-tool-for{background:linear-gradient(140deg,#f1fff9,#b8f0d7 58%,#6cc8a0)}.visual-ibutton{background:linear-gradient(140deg,#f8f9fb,#dde3eb 58%,#afb9c9)}.inside-section{padding-top:4.2rem;background:#fff}.inside-grid,.box-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;align-items:start}.inside-list{margin:0;padding-left:1.1rem;display:grid;gap:.58rem;color:#26314c}.specs-section,.product-specs-section{padding-top:4.2rem}.spec-grid{margin-top:1.2rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem}.spec-item{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);padding:.9rem;min-height:132px;display:grid;gap:.33rem}.gpio-section{padding-top:3rem}.pinout-grid{border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(155deg,#fff,#eef2f8 74%);padding:1rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem}.home-page .pinout-grid{background:#0c0c0c80;border-color:#ffffff40}.pin-cell{border:1px solid #c9d4e6;border-radius:10px;background:#fff;min-height:58px;display:grid;place-items:center;font-family:Inter,sans-serif;font-weight:700;font-size:.84rem}.home-page .pin-cell{background:#ffffffeb}.model-section{padding-top:4rem;padding-bottom:5rem}.model-panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:radial-gradient(circle at 18% 0%,rgba(152,186,255,.34),transparent 46%),radial-gradient(circle at 88% 85%,rgba(140,222,189,.35),transparent 40%),#fff;min-height:300px;display:grid;align-content:center;gap:.9rem;padding:2rem}.home-page .model-panel{background:radial-gradient(circle at 20% 0%,rgba(255,255,255,.15),transparent 42%),linear-gradient(180deg,#0c0c0c8f,#0c0c0cad);border-color:#ffffff3d}.page-hero{padding-top:5rem;padding-bottom:2.6rem}.page-hero p,.auth-meta,.error-message,.page-state p{color:var(--text-muted)}.auth-meta strong{color:var(--text);font-weight:700}.shop-grid-section{padding-top:1.4rem;padding-bottom:5rem}.shop-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.shop-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);overflow:hidden}.shop-media{min-height:165px;padding:.8rem;display:flex;justify-content:flex-end;align-items:flex-start}.shop-media span{background:#ffffffbd;border:1px solid rgba(33,49,73,.12);border-radius:999px;padding:.34rem .62rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600}.shop-card-body{padding:1.1rem;display:grid;gap:.62rem}.shop-card-bottom{display:flex;align-items:center;justify-content:space-between}.shop-card-bottom strong,.purchase-price{font-family:Inter,sans-serif;font-size:1.1rem}.page-state{min-height:420px;display:grid;align-content:center;gap:.9rem}.product-main{padding-top:4.6rem;padding-bottom:3.2rem}.product-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:1rem;align-items:start}.product-main-media{min-height:350px;border-radius:var(--radius-lg);border:1px solid var(--line);box-shadow:var(--shadow);display:grid;place-items:center;font-family:Inter,sans-serif;font-size:1.05rem}.product-thumbs{margin-top:.72rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem}.thumb-btn{border:1px solid #cfd8e8;border-radius:10px;min-height:72px;font-family:Inter,sans-serif;font-size:.75rem;padding:.4rem;cursor:pointer}.thumb-btn.is-active{border-color:#111a2b;box-shadow:inset 0 0 0 1px #111a2b}.purchase-panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;padding:1.2rem;display:grid;gap:.72rem;position:sticky;top:98px}.purchase-panel h1{font-size:1.95rem;line-height:1.06}.subtitle{font-weight:600;color:#25324a}.qty-control{border:1px solid var(--line);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:1rem;min-height:42px;width:fit-content;padding:0 .48rem}.qty-control button{border:0;width:28px;height:28px;border-radius:99px;background:#eef2f8;cursor:pointer;font-family:Inter,sans-serif;font-weight:700}.faq-section{padding-top:2.7rem;padding-bottom:2.7rem}.faq-list{margin-top:1rem;display:grid;gap:.55rem}.faq-item{border:1px solid var(--line);border-radius:13px;background:#fff;padding:.9rem}.faq-item summary{cursor:pointer;font-family:Inter,sans-serif;font-weight:700}.faq-item p{margin-top:.5rem;color:var(--text-muted)}.box-section{padding-top:1.5rem}.auth-page{padding:5rem 0}.auth-shell{display:grid;place-items:center}.auth-card{width:min(520px,100%);background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.25rem;display:grid;gap:1rem;box-shadow:var(--shadow)}.auth-form{display:grid;gap:.75rem}.auth-form label{display:grid;gap:.32rem;font-weight:600;color:#23324a;font-size:.92rem}.auth-form input{min-height:44px;border-radius:12px;border:1px solid var(--line);padding:0 .84rem;font-family:Inter,sans-serif;font-size:.94rem}.auth-form input:focus{border-color:#8faad6;outline:none}.dashboard-content{padding-top:1.4rem;padding-bottom:5rem}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.stat-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:.95rem;display:grid;gap:.44rem}.stat-card p{font-family:Inter,sans-serif;font-size:1.35rem;font-weight:700}.dashboard-panels{margin-top:.9rem;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.dashboard-panel{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1rem;display:grid;gap:.52rem}.dashboard-panel ul{margin:0;padding-left:1.1rem;color:var(--text-muted);display:grid;gap:.3rem}.site-footer{border-top:1px solid var(--line);background:#fff;padding:3rem 0 2.6rem}.footer-shell{display:grid;gap:1.3rem}.footer-top{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.95rem}.footer-col{display:grid;gap:.45rem}.footer-col h4{font-size:.95rem}.footer-link{color:#4a4a4a;font-size:.9rem}.footer-link:hover,.footer-socials a:hover{color:var(--brand-strong)}.footer-bottom{border-top:1px solid var(--line);padding-top:.95rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:#666;font-size:.86rem}.footer-socials{display:flex;gap:.85rem}@media(max-width:1100px){.header-nav{display:none}.menu-toggle{display:inline-flex}.header-shell{grid-template-columns:auto 1fr auto}.hero-grid,.deep-grid,.inside-grid,.box-grid,.product-grid,.dashboard-panels{grid-template-columns:1fr}.deep-grid.is-reverse>:first-child,.deep-grid.is-reverse>:last-child{order:initial}.purchase-panel{position:static}.intro-cards,.quick-feature-grid,.spec-grid,.shop-grid,.stats-grid,.footer-top{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.shell{width:min(1220px,calc(100% - 1.5rem))}.header-right .nav-link,.header-right .ghost-btn{display:none}.hero-section{padding-top:3rem}section{padding:3rem 0}.hero-copy h1,.page-hero h1,.auth-card h1{font-size:clamp(1.7rem,9vw,2.5rem)}.hero-device-card{min-height:300px}.intro-cards,.quick-feature-grid,.spec-grid,.shop-grid,.stats-grid,.footer-top,.product-thumbs{grid-template-columns:1fr}.pinout-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-bottom{flex-direction:column}}
