:root{--bg:#06080d;--panel:rgba(14,18,28,.78);--line:rgba(255,255,255,.09);--text:#f6f7fb;--muted:#949baa;--accent:#94f7d6;--accent2:#8ea8ff;--shadow:0 40px 120px rgba(0,0,0,.45)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:radial-gradient(circle at 12% 5%,rgba(89,124,255,.18),transparent 31rem),radial-gradient(circle at 82% 20%,rgba(69,241,188,.1),transparent 28rem),var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.shell{min-height:100vh;position:relative;overflow:hidden}.noise{position:fixed;inset:0;opacity:.05;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E")}.featuredWork,.hero,.nav,footer{width:min(1460px,calc(100% - 48px));margin:0 auto}.nav{height:86px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:2}.agentIdentity,.brand,.navActions{display:flex;align-items:center;gap:12px}.brandMark{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,var(--accent),var(--accent2));color:#05070a;font-weight:900}.agentIdentity div:nth-child(2),.brand div{display:flex;flex-direction:column;gap:2px}.agentIdentity span,.brand span{color:var(--muted);font-size:12px}.status{color:#b6bdc9;font-size:13px;display:flex;align-items:center;gap:8px}.status i{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 18px var(--accent)}.ghostButton{padding:10px 16px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.025)}.hero{display:grid;grid-template-columns:.95fr 1.05fr;grid-gap:50px;gap:50px;align-items:center;min-height:calc(100vh - 150px);padding:60px 0}.eyebrow{font-size:12px;letter-spacing:.18em;color:var(--accent);font-weight:800}h1{font-size:clamp(48px,5.4vw,86px);line-height:.98;margin:18px 0 24px;letter-spacing:-.055em;max-width:800px}h1 span{display:block;color:transparent;background:linear-gradient(110deg,#fff,#9cb4ff 48%,#91f4d3);background-clip:text;-webkit-background-clip:text}.heroCopy>p{max-width:690px;color:#adb4c1;font-size:18px;line-height:1.7}.metrics{display:flex;flex-wrap:wrap;gap:28px;margin:32px 0 38px}.metrics div{display:flex;flex-direction:column;gap:5px}.metrics strong{font-size:20px}.metrics span{color:var(--muted);font-size:12px}.projectGrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.projectCard{min-height:178px;padding:18px;border-radius:18px;border:1px solid var(--line);background:rgba(255,255,255,.025);transition:.25s ease}.projectCard:hover{transform:translateY(-5px);background:rgba(255,255,255,.045);border-color:rgba(148,247,214,.25)}.projectLabel{color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.projectCard h3{margin:10px 0 8px;font-size:16px}.projectCard p{color:var(--muted);font-size:12px;line-height:1.55;margin:0 0 16px}.featuredTags,.tags{display:flex;flex-wrap:wrap;gap:6px}.tags span{font-size:9px;padding:5px 7px;border-radius:999px;background:rgba(255,255,255,.05);color:#bcc3cf}.chatPanel{min-height:690px;max-height:790px;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:linear-gradient(180deg,rgba(18,23,34,.92),rgba(9,12,19,.88));box-shadow:var(--shadow);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);overflow:hidden;position:relative}.chatPanel:before{content:"";position:absolute;left:12%;right:12%;top:-1px;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent)}.chatHeader{padding:19px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:16px}.orb{width:42px;height:42px;display:grid;place-items:center;background:radial-gradient(circle at 35% 30%,#dffff4,var(--accent) 20%,#4859b5 70%,#111622);box-shadow:0 0 32px rgba(148,247,214,.28)}.orb,.orb span{border-radius:50%}.orb span{width:13px;height:13px;border:2px solid rgba(0,0,0,.5)}.modeSwitch{display:flex;padding:3px;border:1px solid var(--line);border-radius:10px;background:rgba(0,0,0,.2)}.modeSwitch button{border:0;padding:7px 10px;color:var(--muted);background:transparent;border-radius:7px;cursor:pointer;font-size:11px}.modeSwitch button.active{background:rgba(255,255,255,.09);color:white}.messages{flex:1 1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:14px;scrollbar-width:thin}.message{max-width:82%;padding:13px 15px;border-radius:16px;font-size:14px;line-height:1.55;white-space:pre-wrap}.message.assistant{align-self:flex-start;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.06);color:#dfe3eb;border-bottom-left-radius:5px}.message.user{align-self:flex-end;background:linear-gradient(135deg,#b0ffe5,#9fb2ff);color:#080b11;font-weight:600;border-bottom-right-radius:5px}.typing{display:flex;gap:5px}.typing span{width:5px;height:5px;border-radius:50%;background:#aeb5c1;animation:blink 1.1s infinite}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes blink{50%{opacity:.25;transform:translateY(-2px)}}.suggestions{padding:0 18px 14px;display:flex;gap:8px;overflow-x:auto}.suggestions button{flex:0 0 auto;border:1px solid var(--line);color:#bfc5d0;background:rgba(255,255,255,.025);border-radius:999px;padding:8px 10px;cursor:pointer;font-size:10px}.suggestions button:hover{border-color:rgba(148,247,214,.32);color:white}.composer{display:flex;gap:10px;padding:14px 16px 8px;border-top:1px solid var(--line)}.composer input{flex:1 1;background:rgba(255,255,255,.045);border:1px solid var(--line);color:white;border-radius:14px;padding:14px 15px;outline:none;font-size:13px}.composer input:focus{border-color:rgba(148,247,214,.45);box-shadow:0 0 0 3px rgba(148,247,214,.05)}.composer button{width:46px;border:0;border-radius:14px;background:linear-gradient(145deg,var(--accent),var(--accent2));color:#05070a;font-size:21px;cursor:pointer;font-weight:900}.composer button:disabled{opacity:.35;cursor:not-allowed}.disclaimer{margin:0 18px 12px;text-align:center;color:#666f7d;font-size:9px}.featuredWork{position:relative;padding:120px 0 80px}.featuredGlow{position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none;opacity:.18}.featuredGlowOne{width:380px;height:380px;background:var(--accent2);top:110px;left:-260px}.featuredGlowTwo{width:360px;height:360px;background:var(--accent);top:420px;right:-260px}.featuredHeader{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:80px;gap:80px;align-items:end;margin-bottom:44px}.featuredEyebrow{display:flex;align-items:center;gap:9px;font-size:11px;letter-spacing:.2em;color:var(--accent);font-weight:800}.featuredEyebrow i{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 16px var(--accent)}.featuredHeader h2{font-size:clamp(42px,5vw,70px);letter-spacing:-.05em;line-height:1.02;margin:16px 0 0}.featuredHeader h2 span{color:#8ea8ff}.featuredHeader>p{color:#929aa9;line-height:1.75;font-size:15px;max-width:520px;margin:0}.featuredProjects{display:flex;flex-direction:column;gap:26px}.featuredCard{position:relative;display:block;border:1px solid rgba(255,255,255,.1);border-radius:26px;overflow:hidden;background:linear-gradient(145deg,rgba(17,22,33,.94),rgba(8,11,18,.96));box-shadow:0 32px 100px rgba(0,0,0,.26);transition:.28s ease}.featuredCard:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(142,168,255,.055),transparent 35%,rgba(148,247,214,.035));pointer-events:none}.featuredCard:hover{transform:translateY(-4px);border-color:rgba(148,247,214,.22);box-shadow:0 40px 120px rgba(0,0,0,.38)}.featuredCardTop{height:56px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:1}.featuredIndex{font-size:10px;letter-spacing:.18em;color:#7f8795;font-weight:800}.featuredLive{display:flex;align-items:center;gap:8px;font-size:10px;letter-spacing:.13em;color:var(--accent);font-weight:900}.featuredLive span{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 14px var(--accent)}.featuredBuilt{color:#aeb7ff}.featuredBuilt span{background:#8ea8ff;box-shadow:0 0 14px #8ea8ff}.featuredCardContent{display:grid;grid-template-columns:.88fr 1.12fr;grid-gap:50px;gap:50px;padding:42px 46px 46px;position:relative;z-index:1}.featuredInformation{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.featuredProjectType{font-size:10px;letter-spacing:.16em;font-weight:900;color:var(--accent);margin-bottom:15px}.featuredInformation h3{font-size:clamp(30px,3.2vw,48px);line-height:1.03;letter-spacing:-.045em;margin:0 0 18px}.featuredInformation>p{color:#9da5b3;font-size:14px;line-height:1.75;max-width:650px;margin:0 0 24px}.featuredTags span{font-size:10px;color:#bdc4cf;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);padding:7px 9px;border-radius:999px}.featuredExplore{display:flex;align-items:center;gap:8px;color:white;font-weight:700;font-size:12px;margin-top:28px}.featuredExplore span{color:var(--accent)}.featuredVisual{position:relative;min-height:390px;display:flex;align-items:center;justify-content:center}.visualBrowser{width:min(100%,690px);border:1px solid rgba(255,255,255,.11);border-radius:19px;background:#0a0e16;box-shadow:0 30px 80px rgba(0,0,0,.42);overflow:hidden;transform:perspective(1200px) rotateY(-2deg) rotateX(1deg)}.visualBrowserBar{height:44px;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 15px;position:relative}.browserDots{display:flex;gap:6px}.browserDots span{width:7px;height:7px;border-radius:50%;background:#4e5665}.browserUrl{position:absolute;left:50%;transform:translateX(-50%);font-size:9px;color:#727b89;letter-spacing:.03em}.projectWorkflow{padding:28px 30px;background:radial-gradient(circle at 80% 20%,rgba(142,168,255,.12),transparent 45%),linear-gradient(180deg,#0b1019,#080b12)}.workflowRow{display:flex;flex-direction:column}.workflowNode{display:grid;grid-template-columns:38px 1fr;grid-gap:13px;gap:13px;align-items:center;padding:12px 14px;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:rgba(255,255,255,.025)}.workflowNode>span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:rgba(142,168,255,.09);color:#9db1ff;font-size:9px;font-weight:900}.workflowNode strong{font-size:12px}.workflowNode p{margin:3px 0 0;color:#6f7887;font-size:9px}.activeWorkflow{border-color:rgba(148,247,214,.18);background:rgba(148,247,214,.035)}.activeWorkflow>span,.resultWorkflow>span{background:linear-gradient(145deg,var(--accent),var(--accent2));color:#05070a}.resultWorkflow{border-color:rgba(142,168,255,.2)}.workflowConnector{width:1px;height:13px;background:linear-gradient(var(--accent2),rgba(255,255,255,.1));margin-left:29px}.floatingBadge{position:absolute;display:flex;flex-direction:column;gap:2px;padding:11px 14px;border-radius:13px;border:1px solid rgba(255,255,255,.11);background:rgba(15,20,30,.92);box-shadow:0 18px 45px rgba(0,0,0,.36);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:9px;color:#8f98a6}.floatingBadge span{font-size:17px;color:white;font-weight:900}.badgeOne{left:0;bottom:36px}.badgeTwo{right:2px;top:36px}.featuredBottom{min-height:58px;border-top:1px solid var(--line);padding:0 28px;color:#7e8795;font-size:10px;letter-spacing:.05em;position:relative;z-index:1}.bottomStep,.featuredBottom{display:flex;align-items:center;gap:13px}.featuredBottom i{width:3px;height:3px;border-radius:50%;background:#495160}.featuredBottom strong{margin-left:auto;color:#dfe4ed;font-size:10px;letter-spacing:.1em}footer{min-height:76px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;color:#757d8b;font-size:12px}footer div{display:flex;gap:18px}footer a:hover{color:white}@media(max-width:1100px){.hero{grid-template-columns:1fr}.heroCopy{text-align:center}.heroCopy>p{margin-left:auto;margin-right:auto}.metrics{justify-content:center}.projectGrid{text-align:left}.featuredHeader{gap:24px}.featuredCardContent,.featuredHeader{grid-template-columns:1fr}.featuredVisual{min-height:360px}}@media(max-width:720px){.featuredWork,.hero,.nav,footer{width:min(100% - 24px,1460px)}.status{display:none}.hero{padding:38px 0;gap:28px}h1{font-size:48px}.heroCopy>p{font-size:15px}.projectGrid{grid-template-columns:1fr}.projectCard{min-height:auto}.chatPanel{min-height:650px;border-radius:20px}.chatHeader{align-items:flex-start;flex-direction:column}.modeSwitch{width:100%}.modeSwitch button{flex:1 1}.featuredWork{padding-top:80px}.featuredHeader h2{font-size:42px}.featuredCardTop{padding:0 18px}.featuredCardContent{padding:28px 18px 34px;gap:24px}.featuredVisual{min-height:320px}.browserUrl{max-width:190px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.badgeOne{left:4px;bottom:4px}.badgeTwo{right:4px;top:24px}.featuredBottom{padding:15px 18px;flex-wrap:wrap}.featuredBottom strong{width:100%;margin-left:0;margin-top:3px}.bottomStep i{display:none}footer{flex-direction:column;justify-content:center;gap:10px;padding:18px 0}}.profileShowcase{display:flex;align-items:center;gap:18px;width:min(100%,590px);margin:28px 0 6px;padding:12px;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:linear-gradient(145deg,rgba(17,22,33,.78),rgba(8,11,18,.82));box-shadow:0 20px 60px rgba(0,0,0,.24);position:relative;overflow:hidden}.profileShowcase:before{content:"";position:absolute;width:150px;height:150px;left:-60px;top:-60px;border-radius:50%;background:var(--accent);filter:blur(80px);opacity:.12;pointer-events:none}.profileImageFrame{width:118px;height:118px;flex:0 0 118px;padding:3px;border-radius:18px;background:linear-gradient(145deg,var(--accent),var(--accent2));box-shadow:0 12px 35px rgba(0,0,0,.35);position:relative;z-index:1}.profileImage{display:block;width:100%;height:100%;object-fit:cover;object-position:center 25%;border-radius:15px;background:#0a0e16}.profileDetails{display:flex;flex-direction:column;align-items:flex-start;position:relative;z-index:1}.profileStatus{display:flex;align-items:center;gap:7px;margin-bottom:7px;color:var(--accent);font-size:9px;font-weight:900;letter-spacing:.15em}.profileStatus i{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 12px var(--accent)}.profileDetails strong{font-size:20px;letter-spacing:-.025em}.profileDetails p{margin:6px 0 0;max-width:390px;color:var(--muted);font-size:12px;line-height:1.55}@media(max-width:720px){.profileShowcase{width:100%;text-align:left}.profileImageFrame{width:92px;height:92px;flex-basis:92px}.profileDetails strong{font-size:17px}.profileDetails p{font-size:11px}}