:root{font:14px Inter,ui-sans-serif,system-ui;color:#eeeef2;background:#050506;--accent:#d2d6e0;--card:#101014;--line:#22232b;--muted:#8c8d97}*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth}body{margin:0;background:#050506;color:#eeeef2}a{color:inherit;text-decoration:none}.stars{position:fixed;inset:0;pointer-events:none;opacity:.42;background-image:radial-gradient(#fff 1px,transparent 1px),radial-gradient(#92a3ff 1px,transparent 1px);background-position:0 0,60px 90px;background-size:143px 157px,211px 227px;mask-image:linear-gradient(#000,transparent 92%)}nav{height:74px;display:flex;align-items:center;gap:40px;padding:0 3vw;border-bottom:1px solid #15151a;position:relative;z-index:4;background:#050506cc;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:10px;font-size:17px;font-weight:650}.brand span{display:grid;place-items:center;width:31px;height:31px;border:1px solid #4a4a50;border-radius:8px;color:#e8ebf2;font-size:10px}.navlinks{display:flex;gap:30px;color:var(--muted)}.navlinks a:hover{color:#fff}.navbutton,.primary,.secondary{border:1px solid var(--line);border-radius:9px;padding:11px 18px}.navbutton{margin-left:auto}.hero{min-height:760px;padding:140px 5vw 100px;position:relative;overflow:hidden}.eyebrow,.sectionhead>span,.cta>span{font-size:11px;letter-spacing:.22em;color:#d2d6e0}.hero h1,.sectionhead h2,.cta h2{font-size:clamp(54px,7vw,104px);line-height:.96;letter-spacing:-.055em;margin:20px 0;font-weight:500}.hero h1 em,.sectionhead em{font-style:normal;color:#d2d6e0}.hero>p{max-width:620px;font-size:19px;line-height:1.65;color:#a4a5ad}.actions{display:flex;gap:12px;margin-top:36px}.primary{display:inline-block;background:#e8eafd;color:#101017;font-weight:700}.secondary{background:#0c0c0f}.orb{position:absolute;width:520px;height:520px;right:-70px;top:120px;border:1px solid #3a3a40;border-radius:50%;box-shadow:0 0 120px #d2d6e022,inset 0 0 80px #d2d6e01a}.orb:before,.orb:after,.orb span{content:"";position:absolute;border-radius:50%;border:1px solid #29292f}.orb:before{inset:68px}.orb:after{inset:140px}.orb span{inset:220px;background:#d2d6e0;box-shadow:0 0 70px #d2d6e0}.features{padding:120px 5vw;border-top:1px solid #17171d}.sectionhead h2{font-size:clamp(42px,5vw,72px)}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:70px}.cards article{background:#09090b;padding:34px;min-height:270px}.cards b{color:#8d8f98;font-size:11px}.cards h3{margin-top:60px;font-size:20px}.cards p{color:var(--muted);line-height:1.7}.cta{text-align:center;padding:150px 20px;border-top:1px solid #17171d}.cta h2{font-size:clamp(48px,6vw,88px)}footer{display:flex;justify-content:space-between;align-items:center;padding:30px 4vw;border-top:1px solid #17171d;color:var(--muted)}
#radarApp{display:grid;grid-template-columns:350px 1fr;height:calc(100vh - 74px);position:relative;z-index:2}.panel{overflow:auto;padding:18px;background:#09090b;border-right:1px solid var(--line)}.panelhead{display:flex;justify-content:space-between;align-items:center;padding:8px 6px 20px}.panelhead small{color:#9a9ca5;letter-spacing:.16em}#login,#controls{margin-top:15px}h2{font-size:13px;text-transform:uppercase;letter-spacing:.12em}p,small,.status span{color:var(--muted)}form{display:grid;gap:10px}input,button{border:1px solid #2c2d35;border-radius:8px;background:#111116;color:inherit;padding:10px}button{cursor:pointer}.tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin-bottom:20px}.tabs button{font-size:11px;padding:9px 3px}.tabs button.active{background:var(--accent);color:#0b0b10}.controlpage{display:none}.controlpage.active{display:block}.controlgroup{border:1px solid var(--line);border-radius:10px;margin:10px 0;padding:5px 12px;background:#0d0d11}.controlgroup h3{font-size:11px;color:#b6b8c0;text-transform:uppercase;letter-spacing:.1em}.controlrow{display:grid;grid-template-columns:20px 1fr auto;align-items:center;min-height:39px;border-top:1px solid #191a20}.controlrow:first-of-type{border:0}.controlrow input[type=color]{padding:2px;width:38px;height:26px}.controlrow input[type=range]{width:100px}.stage{position:relative;min-width:0}.status{position:absolute;z-index:2;left:16px;right:16px;top:16px;display:flex;justify-content:space-between;padding:12px 16px;border:1px solid var(--line);border-radius:10px;background:#09090bdd;backdrop-filter:blur(12px)}canvas{display:block;width:100%;height:100%;background:#07070a}#room{overflow-wrap:anywhere;margin-top:12px}body.radar footer{display:none}@media(max-width:900px){.navlinks{display:none}.orb{opacity:.4;right:-300px}.cards{grid-template-columns:1fr 1fr}#radarApp{grid-template-columns:1fr;height:auto}.panel{border:0}.stage{height:70vh}.status{flex-direction:column;gap:4px}}@media(max-width:560px){.hero{padding-top:100px}.cards{grid-template-columns:1fr}.actions{flex-direction:column}footer{gap:20px;align-items:flex-start;flex-direction:column}}
.featureicon{width:46px;height:46px;display:grid;place-items:center;border:1px solid #303037;border-radius:12px;background:linear-gradient(145deg,#222228,#111114);margin-bottom:22px;box-shadow:inset 0 1px #ffffff0d}.featureicon img{width:23px;height:23px}.cards article{transition:background .2s,border-color .2s}.cards article:hover{background:#111115}.cards article h3{margin-top:34px}.tabs button{display:flex;flex-direction:column;align-items:center;gap:5px}.tabs button img{width:17px;height:17px;opacity:.6}.tabs button.active img{filter:brightness(.15);opacity:1}.hero:after{content:"";position:absolute;left:5vw;right:5vw;bottom:34px;height:1px;background:linear-gradient(90deg,transparent,#d2d6e044,transparent)}

/* Coil external */
body{background:radial-gradient(circle at 72% 32%,#202126 0,transparent 28%),#080809}.brand img{width:34px;height:34px;border-radius:9px}.brand b{font-weight:450;color:var(--muted)}.hero{max-width:1100px;margin:auto;padding:10vh 6vw;display:flex;align-items:center}.hero:after{display:none}.hero h1{font-size:clamp(62px,7vw,112px);line-height:.88}.product{height:470px;border:1px solid #303137;border-radius:18px;background:#0c0c0fcc;box-shadow:0 40px 120px #000,0 0 0 8px #ffffff03;overflow:hidden;transform:perspective(1100px) rotateY(-5deg) rotateX(2deg)}.productTop{height:52px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:0 18px;font-size:10px;letter-spacing:.13em;color:#9698a0}.productTop i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#d2d6e0;margin-right:8px;box-shadow:0 0 12px #fff}.productTop b{font-size:9px;color:#777982}.productBody{height:calc(100% - 52px);display:grid;grid-template-columns:58px 155px 1fr}.productNav{border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:center;gap:25px;padding-top:23px}.productNav img{width:19px;height:19px;opacity:.55}.productLines{border-right:1px solid var(--line);padding:24px 18px}.productLines strong{font-size:9px;letter-spacing:.14em}.productLines span{display:block;height:32px;border-bottom:1px solid #222329}.productMap{position:relative;background:linear-gradient(#ffffff05 1px,transparent 1px),linear-gradient(90deg,#ffffff05 1px,transparent 1px);background-size:38px 38px}.productMap i{position:absolute;width:8px;height:8px;border:2px solid #09090b;border-radius:50%;background:#aeb0b8;box-shadow:0 0 0 1px #d9dce6}.productMap .me{left:48%;top:55%;width:11px;height:11px;background:#fff}.p1{left:30%;top:30%}.p2{left:70%;top:40%}.p3{left:62%;top:72%}#radarApp{grid-template-columns:336px 1fr}.tabs{grid-template-columns:repeat(3,1fr)}.tabs button{flex-direction:row}.controlrow{gap:7px;font-size:12px;transition:color .18s,opacity .18s}.controlrow:hover{color:#fff}.controlrow input[type=checkbox]{appearance:none;width:16px;height:16px;padding:0;border:0;border-radius:4px;background:#121214;box-shadow:inset 0 0 0 1px #25262b;transition:background .2s,box-shadow .2s,transform .14s}.controlrow input[type=checkbox]:active{transform:scale(.86)}.controlrow input[type=checkbox]:checked{background:#d2d6e0;box-shadow:inset 0 0 0 1px #d2d6e0,0 0 14px #d2d6e02b}.controlrow input[type=checkbox]:checked:after{content:"";display:block;width:7px;height:4px;margin:4px 0 0 4px;border-left:2px solid #121214;border-bottom:2px solid #121214;transform:rotate(-45deg);animation:checkin .18s ease-out}.controlrow input[type=color],.controlrow input[type=range]{grid-column:3;grid-row:1}.controlrow input[type=color]{appearance:none;width:32px;height:20px;padding:2px;border:1px solid #34353b;border-radius:6px;background:#151518;cursor:pointer;transition:transform .16s,border-color .16s}.controlrow input[type=color]:hover{transform:scale(1.08);border-color:#777982}.controlrow input[type=color]::-webkit-color-swatch-wrapper{padding:0}.controlrow input[type=color]::-webkit-color-swatch{border:0;border-radius:3px}.controlrow input[type=range]{appearance:none;width:90px;height:4px;padding:0;border:0;border-radius:2px;background:#232429;accent-color:#d2d6e0}.controlrow input[type=range]::-webkit-slider-thumb{appearance:none;width:10px;height:10px;border-radius:50%;background:#d2d6e0;box-shadow:0 0 0 3px #d2d6e022;transition:transform .15s}.controlrow input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.25)}.controlpage.active{animation:pagein .22s ease-out}.tabs button{transition:background .2s,color .2s,transform .15s}.tabs button:active{transform:scale(.96)}@keyframes checkin{from{opacity:0;transform:rotate(-45deg) scale(.4)}to{opacity:1;transform:rotate(-45deg) scale(1)}}@keyframes pagein{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@media(max-width:900px){.hero{grid-template-columns:1fr;padding-top:12vh}.product{display:none}}

.controlpage[data-page=room].active{display:grid;gap:10px}.controlpage[data-page=room] h2{margin-bottom:2px}.controlpage[data-page=room] input,.controlpage[data-page=room] button{width:100%;min-height:38px}.controlpage[data-page=room] small{display:block;line-height:1.5;margin:0 2px 4px}

.worldtabs{display:grid;grid-template-columns:repeat(2,1fr);gap:5px;margin:0 0 12px}.worldtabs button{padding:8px 5px;font-size:10px;text-transform:capitalize;transition:.18s}.worldtabs button.active{background:var(--accent);color:#111}.worldpage{display:none}.worldpage.active{display:block;animation:pagein .2s ease-out}.worldpage .controlgroup:last-child{max-height:430px;overflow:auto;scrollbar-width:thin}.worldpage .controlrow input[type=color]{grid-column:3;grid-row:1}

.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,460px);gap:7vw}.heroCat{display:block;width:100%;max-height:650px;object-fit:contain;border-radius:24px;mask-image:radial-gradient(ellipse at center,#000 55%,transparent 84%);filter:saturate(.25) contrast(1.05)}@media(max-width:900px){.hero{grid-template-columns:1fr}.heroCat{max-height:430px}}

.brand{width:42px;height:42px;justify-content:center;overflow:hidden;border-radius:10px}.brand img{width:42px;height:42px;transform:scale(1.65)}.navbutton{margin-left:auto}.heroCat{position:relative;padding:0;border:0;background:transparent;cursor:pointer}.heroCat img{display:block;width:100%;max-height:650px;object-fit:contain;border-radius:24px;mask-image:radial-gradient(ellipse at center,#000 55%,transparent 84%);filter:saturate(.25) contrast(1.05);transition:transform .18s ease,filter .18s ease}.heroCat span{position:absolute;top:12%;left:50%;transform:translate(-50%,-8px);padding:7px 10px;border:1px solid #3a3b40;border-radius:12px;background:#111116e8;color:#e8ebf2;font:600 11px Inter,system-ui;opacity:0;transition:.18s;white-space:nowrap}.heroCat:hover img{transform:scale(1.025);filter:saturate(.4) brightness(1.08)}.heroCat:hover span,.heroCat.petted span{opacity:1;transform:translate(-50%,0)}.heroCat.petted img{animation:catpet .42s ease-in-out}@keyframes catpet{50%{transform:scale(1.055) rotate(1deg)}}@media(max-width:900px){.heroCat img{max-height:430px}}

.navlogin{margin-left:auto;color:#b9bbc3;font-size:13px;padding:8px 0}.navlogin:hover{color:#fff}

.heroCat span{display:none!important}

.textbutton{padding:0;border:0;background:transparent;color:#aeb0b8;text-align:left;font-size:12px}.textbutton:hover{color:#fff}
