:root{color-scheme:dark;--bg:#111413;--text:#f3f4ee;--muted:#a6ada3;--lime:#d6ff62;--line:#303630;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}svg{width:24px;height:24px;flex-shrink:0}a:focus-visible,button:focus-visible{outline:2px solid var(--lime);outline-offset:5px}.icon-defs{position:absolute;width:0;height:0;overflow:hidden}.wrap{width:min(1280px,calc(100% - 96px));margin-inline:auto}.header{display:flex;align-items:center;justify-content:space-between;gap:25px;min-height:99px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:13px;font-size:23px;font-weight:650;letter-spacing:2px;white-space:nowrap}.brand-mark{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;background:#e9efe3;overflow:hidden}.brand-mark img{width:100%;height:100%;object-fit:cover;flex-shrink:0}.header nav{display:flex;align-items:center;gap:32px;font-size:14px;color:#bbc3b5}.header nav a:hover{color:var(--lime)}.admin-entry{display:flex;align-items:center;gap:8px}.admin-entry svg{width:28px;height:28px;padding:5px;border:1px solid #394132;border-radius:50%;transform:rotate(-45deg)}.hero{display:grid;grid-template-columns:43% 57%;align-items:center;min-height:590px;padding:25px 0 35px}.hero-copy{position:relative;z-index:2;padding:30px 0 55px}.hero h1{font-size:clamp(52px,5.2vw,76px);font-weight:650;letter-spacing:-3px;line-height:1.28;margin:0 0 28px;white-space:nowrap}.hero h1 span{color:var(--lime)}.hero-copy>p{font-size:18px;line-height:1.9;color:var(--muted);margin:0 0 32px}.button{border:0;border-radius:7px;padding:0 22px;min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:24px;font-size:15px;font-weight:550;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.primary{background:var(--lime);color:#18200d}.primary:hover{background:#e2ff96}.button svg{width:19px;height:19px}.space-scene{position:relative;height:530px;min-width:0;isolation:isolate;overflow:hidden;border-radius:0;background:transparent;mask-image:linear-gradient(90deg,transparent,black 8%,black 94%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 8%,black 94%,transparent)}.flight-fallback,.flight-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.flight-fallback{z-index:1}.flight-video{z-index:2;opacity:0;transition:opacity .25s}.video-playing .flight-video{opacity:1}.video-playing .flight-fallback{visibility:hidden}.products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;padding-bottom:42px}.product-card{scroll-margin-top:25px;border-radius:13px;padding:30px;min-width:0}.app-card{background:#e2edcd;color:#1b2515}.product-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.product-card h2{font-size:23px;line-height:1.5;font-weight:550;margin:0;display:flex;align-items:center;gap:10px}.product-card h2 svg{width:24px;height:24px}.badge{font-size:12px;color:#576847;border:1px solid #b7c6a3;padding:4px 9px;border-radius:5px;white-space:nowrap}.product-card p{font-size:16px;line-height:1.85;margin:18px 0 24px}.app-card p{color:#58664d}.black{background:#192114;color:#f1f5ec;min-height:46px;padding:0 18px;font-size:14px;gap:36px}.black:hover{background:#324227}.black:focus-visible{outline-color:#192114}.mini-card{background:#1a211c;border:1px solid #35432e;display:flex;align-items:center;justify-content:space-between;gap:22px}.mini-copy{min-width:0}.mini-card p{color:#a3b099}.scan-hint{font-size:13px;color:#d0ddc4;display:flex;align-items:center;gap:13px}.scan-hint svg{width:18px;height:18px;color:var(--lime)}.qr-button{flex-shrink:0;width:152px;background:transparent;padding:0;border:0;color:#92a186}.qr-button img{width:152px;height:152px;display:block;background:#fff;border:6px solid white;border-radius:9px}.qr-button>span{display:block;margin-top:8px;font-size:12px}.qr-button:hover>span{color:var(--lime)}.footer{border-top:1px solid var(--line);min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px;color:#7d8975}dialog{width:min(420px,calc(100% - 36px));padding:38px 30px 30px;border:1px solid #4a563d;border-radius:16px;background:#1b2119;color:#eef4e6;text-align:center;box-shadow:0 30px 120px #0008}dialog::backdrop{background:#040a05b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dialog-close{position:absolute;right:12px;top:8px;border:0;background:none;color:#aeb8a4;font-size:28px;width:36px;height:36px}dialog h2{font-size:24px;font-weight:500;line-height:1.5;margin:8px 0 20px}dialog p{font-size:16px;color:#b0bca4;line-height:1.8;margin:20px 0 29px}dialog .button{width:100%}.code-dialog{width:min(430px,calc(100% - 30px));padding:38px 25px 25px}.code-dialog h2{font-size:20px}.code-dialog>img{display:block;width:100%;height:auto;border:8px solid white;border-radius:8px;margin-bottom:23px}@media(min-width:1550px){.hero{min-height:650px}.space-scene{height:590px}}@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.hero{grid-template-columns:44% 56%;min-height:550px}.hero h1{font-size:58px}.space-scene{height:490px}.product-card{padding:25px}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.mini-card{gap:15px}.qr-button,.qr-button img{width:128px}.qr-button img{height:128px}.product-card p{font-size:15px}.product-card h2{font-size:21px}}@media(max-width:820px){.wrap{width:calc(100% - 40px)}.header{min-height:83px}.header nav{gap:19px}.brand{font-size:21px;gap:10px}.brand-mark{width:44px;height:44px}.hero{grid-template-columns:1fr;padding-top:32px;padding-bottom:15px}.hero-copy{padding:10px 0 0}.hero h1{font-size:clamp(50px,8.3vw,68px);margin-bottom:20px}.hero-copy>p{font-size:17px;line-height:1.8;margin-bottom:25px}.space-scene{height:450px;margin-top:10px}.products{grid-template-columns:1fr;padding-bottom:28px}.product-card{padding:26px}.product-card p{font-size:16px}.product-card h2{font-size:23px}.qr-button,.qr-button img{width:155px}.qr-button img{height:155px}.footer{min-height:70px}}@media(max-width:480px){.header nav{gap:13px;font-size:12px}.admin-entry{gap:6px}.brand{font-size:18px;gap:8px;letter-spacing:1px}.brand-mark{width:40px;height:40px}.hero h1{font-size:54px}.space-scene{height:350px}.product-card{padding:23px}.mini-card{align-items:flex-start;flex-wrap:wrap;gap:18px}.mini-copy{width:100%}.mini-card p{margin-bottom:12px}.scan-hint{display:none}.qr-button{width:100%;display:flex;align-items:center;gap:18px;text-align:left}.qr-button img{width:146px;height:146px}.qr-button>span{margin:0;font-size:13px}.footer{align-items:flex-start;flex-direction:column;justify-content:center;gap:8px;padding:18px 0;font-size:11px}}@media(max-width:350px){.wrap{width:calc(100% - 28px)}.brand>span:last-child{font-size:16px}.brand-mark{width:34px;height:34px}.header nav{gap:10px}.hero h1{font-size:48px}.space-scene{height:310px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}.footer{flex-wrap:wrap;padding-block:18px}.footer .icp-link{white-space:nowrap}.footer .icp-link:hover{color:var(--lime);text-decoration:underline}.app-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:4px;margin-bottom:24px;border-radius:9px;background:#cddbb8}.app-tab{min-width:0;min-height:44px;padding:8px;border:0;border-radius:6px;background:transparent;color:#47573a;font-size:14px;font-weight:550}.app-tab:hover{background:#dce8ca}.app-tab[aria-selected=true]{background:#192114;color:#f1f5ec}.app-tab:focus-visible{outline-color:#192114}.app-panel{min-height:182px}.app-panel .product-heading{flex-wrap:wrap;gap:8px}.admin-entry{min-height:44px;white-space:nowrap}.dialog-close{width:44px;height:44px}@media(max-width:820px){.hero{min-height:0}.space-scene{height:auto;aspect-ratio:4 / 3;max-height:420px}}@media(max-width:480px){.header{gap:12px;min-height:76px}.hero{padding-top:26px;padding-bottom:22px}.hero h1{font-size:clamp(42px,12vw,54px);letter-spacing:-2px}.hero-copy>p{font-size:16px;margin-bottom:8px}.product-card{padding:20px}.product-card h2{font-size:20px}.product-card p{font-size:15px}.app-tabs{margin-bottom:20px}.app-panel{min-height:186px}.app-panel .button{width:100%;min-height:48px}.footer .icp-link{display:inline-flex;align-items:center;min-height:44px}}
