:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{color:#fff;background:radial-gradient(circle at 82% 18%,#ff235a66 0%,#ff235a24 28%,#0000 60%),radial-gradient(circle at 100% 100%,#ff780026 0%,#0000 42%),linear-gradient(#10111b 0%,#0b0d17 58%,#090b14 100%);overflow-x:hidden}button,input,textarea,select{font:inherit}:root{--color-primary:#e50042;--color-primary-light:#ff4a74;--color-dark:#1d1c2b;--color-title:#101828;--color-text:#667085;--color-background:#f6f8fc;--color-surface:#fff;--color-border:#e5e8f0;--color-border-soft:#eef2f7;--shadow-soft:0 10px 24px #1414280a;--shadow-medium:0 18px 42px #14142814;--shadow-strong:0 35px 80px #0000002e;--radius-sm:12px;--radius-md:18px;--radius-lg:24px;--radius-xl:32px;--transition:.25s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}img{max-width:100%;height:auto;display:block}button,textarea{font:inherit}.workspace-main{background:var(--color-background);min-height:100vh;position:relative;overflow-x:hidden}.workspace-main:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 0 0,#e500420d,#0000 42%),radial-gradient(circle at 100% 100%,#1d1c2b0d,#0000 48%);position:absolute;inset:0}.hero{z-index:1;grid-template-columns:minmax(620px,700px) minmax(620px,1fr);align-items:center;gap:56px;width:100%;max-width:none;min-height:100vh;margin:0 auto;padding:48px 56px;display:grid;position:relative}.hero-content{z-index:2;flex-direction:column;justify-content:flex-start;align-self:center;width:100%;max-width:700px;padding-top:36px;padding-right:48px;display:flex;position:relative}.hero-image{z-index:1;justify-content:center;align-items:center;width:100%;min-height:760px;display:flex;position:relative;overflow:visible}.hero-logo{align-items:center;gap:16px;margin-bottom:22px;display:flex}.hero-logo img{object-fit:contain;width:52px;height:52px}.hero-badge{width:max-content;box-shadow:var(--shadow-soft);letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary);background:#fff;border:1px solid #eef2f7;border-radius:999px;align-items:center;gap:10px;margin-bottom:34px;padding:10px 18px;font-size:12px;font-weight:700;display:inline-flex}.hero-badge:before{content:"";background:var(--color-primary);border-radius:50%;width:8px;height:8px}.hero-title{letter-spacing:-.045em;color:var(--color-title);max-width:620px;margin:0 0 20px;font-size:40px;font-weight:900;line-height:.96}.hero-title span{color:var(--color-primary)}.hero-description{max-width:560px;color:var(--color-text);margin-bottom:38px;font-size:18px;line-height:1.75}.hero-features{flex-wrap:wrap;gap:16px;margin-bottom:42px;display:flex}.hero-feature{border:1px solid var(--color-border-soft);box-shadow:var(--shadow-soft);color:var(--color-dark);background:#fff;border-radius:999px;align-items:center;gap:10px;padding:14px 22px;font-size:15px;font-weight:600;display:flex}.hero-form{width:100%;max-width:560px;margin-top:6px}.hero-form-title{letter-spacing:-.02em;color:var(--color-title);margin:0 0 12px;font-size:21px;font-weight:800;line-height:1.22}.hero-form-subtitle{color:#667085;max-width:520px;margin:0 0 20px;font-size:15px;font-weight:400;line-height:1.75}.hero-textarea{resize:none;-webkit-backdrop-filter:blur(8px);width:100%;min-height:220px;color:var(--color-title);background:#fffffff5;border:1px solid #0f172a14;border-radius:18px;padding:24px;font-size:16px;font-weight:400;line-height:1.85;transition:border-color .25s,box-shadow .25s,transform .25s;box-shadow:0 10px 28px #0f172a0f}.hero-textarea::placeholder{color:#94a3b8;line-height:1.9}.hero-textarea:focus{border-color:var(--color-primary);background:#fff;border-color:#e5004273;outline:none;box-shadow:0 0 0 5px #e5004214,0 22px 60px #0f172a1a}.hero-counter{text-align:right;color:#98a2b3;margin-top:10px;font-size:13px}.hero-button{background:linear-gradient(90deg, var(--color-primary), var(--color-primary-light));color:#fff;cursor:pointer;width:100%;transition:var(--transition);border:none;border-radius:18px;margin-top:18px;padding:22px;font-size:20px;font-weight:700;box-shadow:0 18px 40px #e5004247}.hero-privacy{color:#667085;justify-content:center;align-items:center;gap:10px;margin-top:20px;font-size:14px;display:flex}.hero-image{isolation:isolate;justify-content:center;align-items:center;width:100%;min-height:760px;padding:0 20px;display:flex;position:relative;overflow:visible}.hero-image:before{content:"";filter:blur(70px);z-index:0;background:radial-gradient(circle,#e500422e 0%,#ff78aa14 45%,#0000 75%);border-radius:50%;width:520px;height:520px;position:absolute;top:5%;left:50%;transform:translate(-50%)}.hero-image:after{content:"";filter:blur(45px);z-index:0;background:radial-gradient(#e500422e,#0000 72%);width:620px;height:180px;position:absolute;bottom:8%;left:50%;transform:translate(-50%)}.hero-dashboard{z-index:2;object-fit:contain;filter:drop-shadow(0 40px 90px #0f172a2e);width:100%;max-width:920px;height:auto;animation:8s ease-in-out infinite heroFloat;position:relative}@keyframes heroFloat{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.learning-panel{color:#fff;background:#0e1322;border-radius:32px;width:100%;max-width:620px;margin:auto;padding:34px;position:relative;overflow:hidden;box-shadow:0 30px 80px #080a1473}.learning-panel:before{content:"";pointer-events:none;background:radial-gradient(circle at 0 0,#e500421f,#0000 45%);position:absolute;inset:0}.learning-header{justify-content:space-between;align-items:flex-start;margin-bottom:32px;display:flex}.learning-title{letter-spacing:-.02em;color:#fff;font-size:28px;font-weight:800;line-height:1.15}.learning-subtitle{color:#a8b3c7;max-width:420px;margin-top:8px;font-size:15px;line-height:1.6}.learning-status{background:#ffffff0d;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:10px;padding:10px 18px;font-size:15px;font-weight:700;display:flex}.learning-status:before{content:"";background:#34d399;border-radius:50%;width:10px;height:10px}.learning-progress{background:#ffffff0a;border-radius:22px;margin-bottom:30px;padding:26px}.learning-progress-title{justify-content:space-between;align-items:center;margin-bottom:18px;font-size:28px;font-weight:700;display:flex}.learning-progress-bar{background:#ffffff14;border-radius:999px;height:14px;overflow:hidden}.learning-progress-value{background:linear-gradient(90deg,#e50042,#ff4a74);border-radius:999px;width:67%;height:100%}.learning-list{flex-direction:column;gap:18px;display:flex}.learning-card{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:22px;justify-content:space-between;align-items:center;padding:22px;transition:all .25s;display:flex}.learning-card:hover{background:#ffffff0f;transform:translateY(-2px)}.learning-card-left{align-items:center;gap:18px;display:flex}.learning-icon{color:#fff;background:linear-gradient(135deg,#e500422e,#ffffff0f);border:1px solid #ffffff14;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:28px;display:flex;box-shadow:inset 0 1px #ffffff14,0 10px 24px #0000002e}.learning-info{flex-direction:column;gap:6px;display:flex}.learning-info h4{font-size:22px;font-weight:700}.learning-info p{color:#a8b3c7;font-size:15px;line-height:1.6}.learning-badge{border-radius:999px;padding:10px 18px;font-size:14px;font-weight:700}.badge-success{color:#5ee6a5;background:#143f2d}.badge-processing{color:#a78bfa;background:#241a52}.badge-training{color:#d8a4ff;background:#311a45}.badge-pending{color:#d1d5db;background:#232730}.learning-footer{color:#d5dce8;background:#ffffff0a;border-radius:22px;margin-top:28px;padding:24px;line-height:1.8}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%{box-shadow:0 0 #e5004200}50%{box-shadow:0 0 28px #e5004247}to{box-shadow:0 0 #e5004200}}@keyframes softFloat{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}@keyframes shimmer{0%{background-position:-240px 0}to{background-position:240px 0}}.hero-button:hover{filter:brightness(1.04);transform:translateY(-2px);box-shadow:0 26px 60px #e5004259}.hero-button:active{transform:translateY(0);box-shadow:0 14px 30px #e5004238}.hero-feature{transition:transform .25s,box-shadow .25s}.hero-feature:hover{box-shadow:var(--shadow-medium);transform:translateY(-2px)}.learning-panel{background:linear-gradient(#08111e 0%,#0b1424 45%,#0a101b 100%);border:1px solid #ffffff0d;animation:1s fadeUp;box-shadow:0 40px 100px #00000059}.learning-card{background:linear-gradient(#ffffff0d,#ffffff08);border:1px solid #ffffff14;border-radius:22px;justify-content:space-between;align-items:center;gap:18px;padding:22px;transition:transform .25s,background .25s,border-color .25s,box-shadow .25s;display:flex;box-shadow:0 12px 30px #0000001f}.learning-card:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-3px);box-shadow:0 20px 40px #0000002e}.learning-progress-value{background:linear-gradient(90deg,#ff335f,#ff4a74);animation:3s infinite pulseGlow;box-shadow:0 0 20px #e5004259}.hero-logo img{animation:5s ease-in-out infinite softFloat}.hero-badge{position:relative;overflow:hidden}.hero-badge:after{content:"";background:linear-gradient(110deg,#0000,#ffffff59,#0000) 0 0/240px 100%;animation:5s linear infinite shimmer;position:absolute;inset:0}@media (width<=1600px){.hero{grid-template-columns:500px minmax(560px,1fr);gap:40px;max-width:1440px}}@media (width<=1280px){.hero{grid-template-columns:1fr 1fr;gap:32px;padding:40px 32px}.hero-title{font-size:56px}.hero-description{font-size:20px}.hero-dashboard{max-width:760px}}@media (width<=1024px){.hero{grid-template-columns:1fr;gap:48px;min-height:auto;padding:48px 28px}.hero-content{max-width:720px;margin:auto}.hero-image{min-height:auto}.hero-dashboard{max-width:760px}.learning-panel{max-width:720px}}@media (width<=768px){.hero{padding:32px 22px}.hero-title{font-size:46px}.hero-description{font-size:18px}.hero-features{gap:12px}.hero-feature{font-size:14px}.hero-button{padding:18px;font-size:18px}.learning-panel{padding:24px}}@media (width<=480px){.hero{gap:36px;padding:24px 18px}.hero-title{font-size:38px;line-height:1.08}.hero-description{font-size:16px;line-height:1.7}.hero-badge{font-size:11px}.hero-form-title{font-size:28px}.hero-textarea{min-height:170px;padding:18px}.hero-button{font-size:17px}.learning-panel{border-radius:24px;padding:20px}.learning-title{font-size:28px}.learning-progress-title{font-size:22px}.hero-left{justify-content:center;align-items:flex-start;width:100%;display:flex}.hero-right{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.hero-logo-ai{color:var(--color-primary)}.hero-logo-icon{color:#fff;background:linear-gradient(135deg,#ff4a74,#e50042);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:18px;font-weight:800;display:flex;box-shadow:0 12px 30px #e5004240}.hero-badge-dot{background:#e50042;border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 12px #e5004273}.hero-image-glow{filter:blur(22px);z-index:1;pointer-events:none;background:radial-gradient(circle,#e5004229 0%,#e5004214 38%,#e5004200 72%);border-radius:50%;width:640px;height:640px;position:absolute}.hero-chips{flex-wrap:wrap;gap:12px;margin:28px 0;display:flex}.hero-chip{color:var(--color-title);background:#fff;border:1px solid #0f172a14;border-radius:14px;align-items:center;gap:10px;padding:12px 16px;font-size:15px;font-weight:600;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 8px 24px #0f172a0f}.hero-chip:hover{transform:translateY(-2px);box-shadow:0 14px 32px #0f172a1a}.hero-chip span{font-size:18px}.hero-question{background:#f8fafc;border:1px solid #0f172a14;border-radius:18px;margin:34px 0 22px;padding:22px 24px}.hero-question h3{color:var(--color-title);margin:0 0 10px;font-size:22px;font-weight:800;line-height:1.2}.hero-question p{color:var(--color-text);margin:0;font-size:16px;line-height:1.7}.hero-security{color:#64748b;background:#f8fafc;border:1px solid #0f172a14;border-radius:16px;align-items:flex-start;gap:14px;margin-top:24px;padding:18px 20px;font-size:14px;line-height:1.6;display:flex}.hero-security-icon{width:42px;height:42px;color:var(--color-primary);background:#e500421a;border-radius:14px;flex:none;justify-content:center;align-items:center;font-size:18px;display:flex;box-shadow:inset 0 0 0 1px #e5004214}}.hero-left{z-index:10;justify-content:flex-start;align-items:flex-start;width:100%;display:flex;position:relative}.hero-content{z-index:20;flex-direction:column;align-items:flex-start;width:100%;max-width:620px;margin:0;padding:0;display:flex;position:relative}.hero:after{content:"";z-index:2;pointer-events:none;opacity:1;filter:drop-shadow(0 35px 70px #0f172a14);background-image:url(/assets/hero-santis-Bq5vs5eN.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;width:73%;height:96%;position:absolute;top:45%;left:27%;transform:translateY(-50%);-webkit-mask-image:linear-gradient(90deg,#0000 0%,#00000014 7%,#0000006b 18%,#000000c7 30%,#000 42% 100%);mask-image:linear-gradient(90deg,#0000 0%,#00000014 7%,#0000006b 18%,#000000c7 30%,#000 42% 100%)}.hero-left:before{content:"";z-index:5;filter:blur(42px);pointer-events:none;background:radial-gradient(circle,#ffffffc7 0%,#ffffff73 38%,#ffffff14 60%,#0000 74%);border-radius:50%;width:680px;height:680px;position:absolute;top:50%;left:48%;transform:translate(-50%,-50%)}.hero-logo,.hero-badge{z-index:30;position:relative}.hero-title{z-index:30;max-width:620px;margin:0 0 20px;position:relative}.hero-description{z-index:30;max-width:590px;margin:18px 0 42px;position:relative}.hero-chips{z-index:30;flex-wrap:wrap;align-items:center;gap:14px;width:100%;margin:0 0 34px;display:flex;position:relative}.hero-chip{z-index:31;background:#ffffffd1;border:1px solid #0f172a14;border-radius:999px;align-items:center;gap:10px;padding:10px 16px;transition:transform .25s,box-shadow .25s;display:flex;position:relative;box-shadow:0 8px 20px #0f172a0d}.hero-chip span{font-size:18px;line-height:1}.hero-question{z-index:30;width:100%;max-width:560px;margin:0 0 28px;position:relative}.hero-question h3{z-index:31;letter-spacing:-.02em;color:var(--color-title);margin:0 0 12px;font-size:26px;font-weight:800;line-height:1.15;position:relative}.hero-question p{z-index:31;color:#667085;max-width:560px;margin:0;font-size:16px;line-height:1.75;position:relative}.hero-textarea{resize:none;width:100%;min-height:220px;color:var(--color-title);background:#ffffffeb;border:1px solid #0f172a14;border-radius:22px;padding:24px;font-size:16px;font-weight:400;line-height:1.9;transition:border-color .25s,box-shadow .25s,background .25s;box-shadow:0 18px 50px #0f172a14}.hero-textarea:hover{transform:translateY(-1px)}.hero-textarea:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 4px #e5004214}.hero-textarea::placeholder{color:#94a3b8;font-weight:400;line-height:1.9}.hero-tip{z-index:30;color:#64748b;justify-content:space-between;align-items:center;gap:18px;width:100%;max-width:560px;margin-top:8px;display:flex;position:relative}.hero-tip-text{color:#64748b;flex:1;margin:0;font-size:14px;line-height:1.6}.hero-tip span:first-child{color:#667085;flex:1;font-size:13px;line-height:1.6}.hero-counter{color:#64748b;white-space:nowrap;background:#f4f6fa;border:1px solid #0f172a14;border-radius:999px;justify-content:center;align-items:center;min-width:82px;padding:6px 12px;font-size:13px;font-weight:600;display:flex}.hero-tip span:first-child{max-width:470px}.hero-tip span:last-child{white-space:nowrap;color:#64748b;flex:none}.hero-button{z-index:30;color:#fff;letter-spacing:-.01em;cursor:pointer;background:linear-gradient(135deg,#e50042 0%,#ff3d6e 100%);border:none;border-radius:20px;width:100%;max-width:560px;margin-top:16px;padding:20px 28px;font-size:18px;font-weight:800;transition:transform .25s,box-shadow .25s,filter .25s;position:relative;box-shadow:0 20px 45px #e500424d}.hero-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 24px 50px #e5004259}.hero-button:active:not(:disabled){transform:translateY(0)}.hero-button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.hero-security{z-index:30;-webkit-backdrop-filter:blur(10px);color:#64748b;background:#ffffff94;border:1px solid #0f172a14;border-radius:16px;align-items:flex-start;gap:14px;width:100%;max-width:560px;margin-top:20px;padding:14px 16px;font-size:14px;line-height:1.65;display:flex;position:relative;box-shadow:0 8px 22px #0f172a0d}.hero-features,.hero-right,.hero-image,.hero-dashboard{display:none}@media (width<=1280px){.hero{padding:40px 42px}.hero:after{width:64%;height:94%;left:30%}.hero-content{max-width:590px}}@media (width<=1024px){.hero{min-height:auto;padding:48px 28px}.hero:before{display:none}.hero:after{opacity:.75;background-size:contain;width:90%;height:60%;position:absolute;top:58%;left:10%;transform:translateY(-50%)}.hero-content{max-width:720px;margin:0 auto}.hero-title,.hero-description,.hero-question,.hero-textarea,.hero-tip,.hero-button,.hero-security{max-width:720px}}@media (width<=768px){.hero{padding:32px 22px}.hero:after{opacity:.45;width:100%;height:52%;top:62%;left:0}.hero-content{max-width:100%}.hero-title{font-size:2.6rem;line-height:1.08}.hero-description{font-size:16px;line-height:1.7}.hero-chips{gap:10px}.hero-chip{white-space:normal;flex:auto;justify-content:center}.hero-question h3{font-size:20px}.hero-question p{font-size:15px}.hero-textarea{min-height:220px;font-size:15px}.hero-tip{flex-direction:column;gap:4px}.hero-tip span:first-child{max-width:100%}.hero-button{padding:20px;font-size:17px}}@media (width<=480px){.hero{padding:24px 18px}.hero-title{font-size:2.2rem}.hero-description{font-size:15px}.hero-chip{width:100%}.hero-textarea{padding:18px}}.hero-features{z-index:12;position:relative}.hero-right,.hero-image,.hero-dashboard{display:none}@media (width<=1600px){.hero{max-width:1440px;padding:44px 48px}.hero:after{background-position:72%;background-size:auto 92%;width:84%}.hero:before{width:84%}.hero-content{max-width:600px}}@media (width<=1280px){.hero{max-width:1200px;padding:40px 38px}.hero:after{opacity:.88;background-position:76%;background-size:auto 86%;width:82%}.hero:before{background:linear-gradient(90deg,#f6f8fcfc 0%,#f6f8fcf2 20%,#f6f8fcc2 36%,#f6f8fc47 54%,#f6f8fc00 72%);width:82%}.hero-content{max-width:570px}}@media (width<=1024px){.hero{min-height:auto;padding:48px 28px}.hero-content{max-width:720px;margin:0 auto}.hero:after{opacity:1;background-position:50%;background-size:contain;width:100%;height:420px;margin-top:32px;position:relative;top:auto;left:auto}.hero:before,.hero-left:before{display:none}}.hero-left:after{content:"";z-index:6;pointer-events:none;background:linear-gradient(90deg,#f6f8fc00 0% 100%);width:8%;height:100%;position:absolute;top:0;right:0}@media (width<=768px){.hero{padding:32px 22px}.hero-content{max-width:100%}.hero:after{height:340px;margin-top:28px}}@media (width<=480px){.hero{padding:24px 18px}.hero:after{height:280px;margin-top:22px}}.hero-chips{z-index:12;flex-wrap:nowrap;align-items:stretch;gap:14px;width:100%;max-width:560px;margin:24px 0 28px;display:flex;position:relative}.hero-chip{z-index:13;min-width:0;min-height:52px;color:var(--color-title);white-space:nowrap;-webkit-backdrop-filter:blur(6px);background:#fffffff0;border:1px solid #0f172a14;border-radius:14px;flex:1 1 0;justify-content:flex-start;align-items:center;gap:9px;padding:12px 14px;font-size:14px;font-weight:600;line-height:1.25;display:flex;position:relative;box-shadow:0 8px 24px #0f172a12}.hero-chip span{flex:none;font-size:18px;line-height:1}.hero-chip strong{letter-spacing:-.01em;color:var(--color-title);font-size:14px;font-weight:700;line-height:1;display:block}.hero-chip:hover{transform:translateY(-2px);box-shadow:0 14px 32px #0f172a1a}.companion-workspace{color:#fff;background:radial-gradient(circle at 85% 8%,#e5004224,#0000 28%),radial-gradient(circle at 10% 90%,#5850a01a,#0000 32%),linear-gradient(#111522 0%,#0b0f1a 100%);flex-direction:column;width:100%;height:100%;min-height:100vh;padding:30px 26px 34px;display:flex;position:relative;overflow:hidden auto}.workspace-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:18px;margin-bottom:30px;padding:0 4px 18px;display:flex;position:relative}.workspace-brand{align-items:center;gap:14px;min-width:0;display:flex}.workspace-logo{object-fit:contain;filter:drop-shadow(0 10px 22px #e500422e);flex-shrink:0;width:54px;height:54px}.workspace-header h2{color:#fff;letter-spacing:-.03em;margin:0;font-size:22px;font-weight:800;line-height:1.05}.workspace-header p{color:#94a3b8;letter-spacing:.01em;opacity:.92;margin-top:4px;font-size:12px;font-weight:500;line-height:1.45}.workspace-status{color:#d5dce8;white-space:nowrap;background:#ffffff0e;border:1px solid #ffffff14;border-radius:999px;flex-shrink:0;align-items:center;gap:8px;padding:8px 12px;font-size:11px;font-weight:700;display:flex}.workspace-status-dot{background:#34d399;border-radius:50%;width:8px;height:8px;animation:2s infinite pulseStatus;box-shadow:0 0 12px #34d3998c}.workspace-status span{color:#d5dce8;font-weight:700}.workspace-loading{color:#ff8eab;background:#e5004214;border:1px solid #e500422e;border-radius:14px;margin-bottom:18px;padding:14px 16px;font-size:13px;font-weight:600;line-height:1.5}.workspace-card{-webkit-backdrop-filter:blur(16px);background:linear-gradient(#ffffff14 0%,#ffffff0a 100%);border:1px solid #ffffff17;border-radius:22px;width:100%;margin:0 0 18px;padding:22px;transition:transform .25s,box-shadow .25s;position:relative;box-shadow:0 24px 50px #00000038}.workspace-card:hover{transform:translateY(-2px);box-shadow:0 30px 60px #00000047}.workspace-progress{width:100%}.workspace-progress-label{color:#c8d1e0;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;font-size:13px;font-weight:600;display:flex}.workspace-progress-label strong{color:#fff;font-size:14px;font-weight:800}.workspace-progress-track{background:#ffffff14;border-radius:999px;width:100%;height:10px;position:relative;overflow:hidden;box-shadow:inset 0 1px 3px #00000059}.workspace-progress-bar{background:linear-gradient(90deg,#e50042 0%,#ff2e63 50%,#ff7096 100%);border-radius:999px;min-width:0;height:100%;transition:width .45s;position:relative;overflow:hidden;box-shadow:0 0 20px #e5004273}.workspace-progress-bar:after{content:"";background:linear-gradient(120deg,#0000 0%,#ffffff73 50%,#0000 100%);animation:2.2s linear infinite workspaceProgressShine;position:absolute;inset:0}.workspace-engine{background:linear-gradient(#ffffff0b,#ffffff06);border:1px solid #ffffff12;border-radius:18px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:12px;padding:18px 20px;transition:transform .25s,background .25s,border-color .25s,box-shadow .25s;display:flex}.workspace-engine:hover{background:linear-gradient(#ffffff12,#ffffff0a);border-color:#e5004233;transform:translateY(-2px);box-shadow:0 10px 30px #0003}.workspace-engine:hover{background:#ffffff0f;border-color:#e500422e;transform:translate(3px)}.workspace-engine:last-child{margin-bottom:0}.workspace-engine-left{flex:1;align-items:center;gap:13px;min-width:0;display:flex}.workspace-engine-icon{background:linear-gradient(#e500422e,#e5004214);border:1px solid #e500422e;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 8px 20px #e5004229}.workspace-engine:hover .workspace-engine-icon{transform:scale(1.06);box-shadow:0 12px 26px #e5004247}.workspace-engine-title{color:#fff;letter-spacing:-.01em;margin:0 0 5px;font-size:15px;font-weight:700;line-height:1.3}.workspace-engine-subtitle{color:#aab5c7;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:500;line-height:1.55;display:-webkit-box;overflow:hidden}.workspace-badge{text-align:center;letter-spacing:.02em;white-space:nowrap;border:1px solid #0000;border-radius:999px;flex-shrink:0;min-width:86px;padding:7px 12px;font-size:11px;font-weight:700;line-height:1.2;transition:all .25s}.workspace-badge-success{color:#86efac;background:#22c55e24;border-color:#22c55e40;box-shadow:0 0 18px #22c55e1f}.workspace-badge-processing{color:#ffa2b8;background:#e5004224;border-color:#e500423d;box-shadow:0 0 18px #e5004229}.workspace-badge-warning{color:#d2c5ff;background:#7c5cff24;border-color:#7c5cff3d;box-shadow:0 0 18px #7c5cff1f}.workspace-summary{-webkit-backdrop-filter:blur(12px);background:linear-gradient(#e500421f 0%,#ffffff0a 100%);border:1px solid #e500422e;border-radius:22px;width:100%;margin-top:8px;padding:24px;position:relative;box-shadow:0 18px 40px #0000002e}.workspace-summary h3{color:#fff;letter-spacing:-.02em;margin:0 0 12px;font-size:18px;font-weight:800;line-height:1.25}.workspace-summary p{color:#c5d0df;margin:0;font-size:13px;font-weight:500;line-height:1.75}.companion-workspace::-webkit-scrollbar{width:7px}.companion-workspace::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:999px}.companion-workspace::-webkit-scrollbar-thumb:hover{background:#ffffff3d}.companion-workspace::-webkit-scrollbar-track{background:#ffffff06}@media (width<=1100px){.companion-workspace{padding:24px 20px 28px}}@media (width<=768px){.workspace-header{align-items:flex-start}.workspace-status{padding:7px 10px;font-size:10px}.workspace-logo{width:44px;height:44px}.workspace-header h2{font-size:18px}.workspace-header p{font-size:12px}.workspace-card{padding:18px}}@keyframes workspaceProgressShine{0%{transform:translate(-120%)}to{transform:translate(220%)}}@media (width<=480px){.companion-workspace{padding:20px 16px 24px}.workspace-header{flex-direction:column;align-items:flex-start}.workspace-status{align-self:flex-start}.workspace-engine{align-items:flex-start}.workspace-badge{margin-top:2px}}@keyframes fadeLeft{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeRight{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes pulseStatus{0%{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.25)}to{opacity:1;transform:scale(1)}}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.hero{animation:.7s fadeUp}.hero-image{animation:.8s fadeLeft}.hero-content{animation:.8s fadeRight}.hero-image img{animation:5s ease-in-out infinite floating}.hero-button{transition:transform .25s,box-shadow .25s,background .25s}.hero-button:hover{transform:translateY(-2px)}.hero-textarea{transition:border-color .25s,box-shadow .25s,transform .25s}.hero-textarea:focus{transform:translateY(-1px)}.hero-benefit{transition:transform .25s,box-shadow .25s}.hero-benefit:hover{transform:translateY(-6px)}.workspace-card{animation:.6s fadeUp}.workspace-engine{transition:background .25s,transform .25s}.workspace-engine:hover{background:#fafbfd;transform:translate(4px)}.workspace-progress-bar{background:linear-gradient(90deg,#e50042,#ff5e8b,#e50042) 0 0/300%;animation:4s linear infinite gradientShift}@media (width<=1100px){.workspace{grid-template-columns:1fr}.workspace-side{border-bottom:1px solid #eceff4;border-left:none;order:-1;max-height:460px}.workspace-main{padding:0}.hero{background:#fff;flex-direction:column;justify-content:flex-start;align-items:center;gap:0;width:100%;min-height:auto;padding:24px 0 40px;display:flex}.hero-left{width:100%;max-width:430px;margin:0 auto;padding:0 22px}.hero-content{width:100%;max-width:100%}.hero-image{order:-1}.hero-image img{max-width:340px}}@media (width<=768px){.workspace-main{padding:28px 20px}.workspace-side{max-height:none}.workspace-header{padding:24px}.workspace-card{margin:18px}.hero{gap:0}.hero-left{width:100%;max-width:390px;margin:0 auto;padding:22px 18px 28px}.hero-content{width:100%;max-width:430px;margin:0 auto}.hero-logo{justify-content:flex-start;margin-bottom:18px}.hero-badge{width:100%;margin:0 0 22px}.hero-title{text-align:left;margin:0 0 18px;font-size:2.22rem;line-height:1.08}.hero-description{text-align:center;margin:0 0 18px;font-size:16px;line-height:1.65}.hero-benefits{grid-template-columns:1fr}.hero-benefit{padding:18px}.hero-chips{flex-flow:row;justify-content:space-between;align-items:center;gap:8px;width:100%;margin:18px 0;display:flex}.hero-chip{text-align:center;border-radius:999px;flex:1;justify-content:center;align-items:center;gap:8px;min-width:0;padding:10px 8px;display:flex}.hero-chip span{flex-shrink:0;width:24px;height:24px}.hero-chip strong{white-space:normal;word-break:keep-all;font-size:14px;line-height:1.15}.hero-question{text-align:left;margin-bottom:18px;font-size:18px}.hero-question h3{margin-bottom:10px}.hero-question p{margin:0;line-height:1.6}.hero-textarea{min-height:240px;margin-bottom:16px;font-size:15px}.hero-tip{margin-bottom:20px}.hero-button{width:100%;height:64px;margin-bottom:24px;font-size:17px}.hero-security{margin-top:0}}@media (width<=540px){.workspace-main{padding:22px 18px}.hero-title{font-size:2.2rem}.hero-description{font-size:15px;line-height:1.8}.hero-benefit{gap:14px}.hero-benefit-icon{width:42px;height:42px;font-size:20px}.hero-benefit h4{font-size:15px}.hero-benefit p{font-size:13px}.hero-textarea{padding:18px}.hero-tip{font-size:14px}.workspace-logo{width:46px;height:46px}.workspace-header h2{font-size:20px}.workspace-header p{font-size:14px}}@media (width<=420px){.workspace-main{padding:18px 16px}.hero-title{font-size:1.95rem}.hero-description{font-size:14px}.hero-question{font-size:16px}.hero-button{height:60px;font-size:16px}.workspace-card{margin:14px;padding:18px}}:root{--primary:#e50042;--secondary:#1d1c2b;--background:#f7f8fc;--surface:#fff;--text:#1d1c2b;--text-light:#5d6878;--border:#dce2ea;--radius:20px;--radius-small:12px;--shadow-small:0 10px 30px #1d1c2b0d;--shadow:0 20px 60px #1d1c2b14;--transition:.28s ease;--max-content:1240px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body,#root{width:100%;min-height:100%}body{background:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}img{max-width:100%;display:block}button{font:inherit;cursor:pointer}textarea{font:inherit}a{color:inherit;text-decoration:none}.workspace{background:var(--background);grid-template-columns:minmax(0,75%) minmax(0,25%);width:100%;min-height:100vh;display:grid;overflow:hidden}.workspace-main{width:100%;min-width:0;min-height:100vh;padding:0;display:block;overflow:hidden}.workspace-side{z-index:10;background:linear-gradient(#111522 0%,#0b0f1a 100%);border-left:1px solid #ffffff14;flex-direction:column;width:100%;height:100vh;display:flex;position:relative;overflow:hidden scroll;box-shadow:-18px 0 50px #0f172a1f}:root{--mobile-bg:#070a16;--mobile-card:#fff;--mobile-primary:#ff174f;--mobile-text:#fff;--mobile-muted:#b6bdd2}.mobile-header{z-index:30;justify-content:space-between;align-items:center;padding:34px 24px 18px;display:flex;position:relative}.mobile-header-brand{align-items:center;gap:18px;display:flex}.mobile-header-icon{object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;flex-shrink:0;width:62px;height:62px}.mobile-header-text{flex-direction:column;display:flex}.mobile-header-title{color:#fff;letter-spacing:-.4px;margin:0;font-size:30px;font-weight:800;line-height:1}.mobile-header-title span{color:#ff295f}.mobile-header-subtitle{color:#ffffffb8;margin-top:4px;font-size:17px;font-weight:400;line-height:1.2}.mobile-profile{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;transition:all .25s;display:flex}.mobile-profile:hover{background:#ffffff29}@media (width<=390px){.mobile-header{padding:28px 20px 16px}.mobile-header-brand{gap:14px}.mobile-header-icon{width:54px;height:54px}.mobile-header-title{font-size:26px}.mobile-header-subtitle{font-size:15px}.mobile-profile{width:50px;height:50px;font-size:22px}}.mobile-hero-wrapper{background:radial-gradient(circle at 82% 18%,#ff235a66 0%,#ff235a24 28%,#0000 60%),radial-gradient(circle at 100% 100%,#ff780026 0%,#0000 42%),linear-gradient(#10111b 0%,#0b0d17 58%,#090b14 100%);position:relative;overflow:hidden}.mobile-hero{min-height:590px;padding:36px 24px 48px;position:relative;overflow:hidden}.mobile-hero:before{content:"";opacity:.08;pointer-events:none;background-image:radial-gradient(#ff295fbf 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0}.mobile-hero:after{content:"";filter:blur(10px);opacity:1;pointer-events:none;background:radial-gradient(circle,#e50042ad 0%,#e500424d 30%,#e500421f 58%,#0000 80%);border-radius:50%;width:660px;height:660px;position:absolute;top:-10px;right:-80px}.mobile-hero-content{z-index:3;width:56%;position:relative}.mobile-hero-greeting{color:#fff;margin:0 0 20px;font-size:18px;font-weight:700}.mobile-hero-greeting span{color:#ff295f}.mobile-hero-title{color:#fff;letter-spacing:-1.6px;max-width:310px;margin:0;font-size:40px;font-weight:900;line-height:.95}.mobile-hero-description{color:#ffffffd1;max-width:260px;margin-top:18px;font-size:17px;line-height:1.6}.mobile-hero-robot{z-index:2;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 0 46px #ff295f61);width:335px;height:auto;display:block;position:absolute;top:55px;right:-55px}@media (width<=390px){.mobile-hero{min-height:575px;padding:28px 20px 42px}.mobile-hero-content{width:58%}.mobile-hero-title{max-width:280px;font-size:38px;line-height:.95}.mobile-hero-description{max-width:235px;font-size:16px}.mobile-hero-robot{width:300px;top:70px;right:-55px}}.mobile-features{z-index:20;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:16px;margin-top:-22px;padding:0 20px;display:flex;position:relative;overflow-x:auto}.mobile-features::-webkit-scrollbar{display:none}.mobile-feature-card{background:#fff;border:1px solid #10111b0a;border-radius:28px;flex:0 0 255px;align-items:center;gap:16px;min-height:96px;padding:20px 22px;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 18px 40px #00000029,0 6px 14px #00000014}.mobile-feature-card:hover{transform:translateY(-2px);box-shadow:0 24px 48px #0000002e,0 8px 18px #0000001a}.mobile-feature-icon{border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.mobile-feature-icon span{font-size:26px;line-height:1}.mobile-feature-icon.pink{color:#e50042;background:#fff2f5}.mobile-feature-icon.orange{color:#ff6f00;background:#fff5ec}.mobile-feature-icon.purple{color:#6b4eff;background:#f4f0ff}.mobile-feature-text{flex-direction:column;display:flex}.mobile-feature-text h3{color:#1d1c2b;margin:0;font-size:22px;font-weight:700;line-height:1.15}.mobile-feature-text p{color:#6e748b;margin-top:4px;font-size:15px;line-height:1.35}@media (width<=390px){.mobile-features{gap:14px;margin-top:-18px;padding:0 16px}.mobile-feature-card{flex:0 0 235px;gap:14px;min-height:92px;padding:18px}.mobile-feature-icon{border-radius:16px;width:52px;height:52px}.mobile-feature-icon span{font-size:24px}.mobile-feature-text h3{font-size:20px}.mobile-feature-text p{font-size:14px}}.mobile-prompt{background:#fff;border-radius:28px;margin:24px 22px;padding:30px;box-shadow:0 18px 45px #00000029}.mobile-prompt-textarea{resize:none;color:#111827;border:none;outline:none;width:100%;min-height:150px;font-family:inherit;font-size:16px;line-height:1.7}.mobile-prompt-textarea::placeholder{color:#98a2b3}.mobile-prompt-divider{background:#eceef2;border:0;height:1px;margin:20px 0}.mobile-prompt-toolbar{align-items:center;gap:12px;margin-top:18px;display:flex}.mobile-prompt-icon{cursor:pointer;background:#f4f6f8;border:none;border-radius:50%;width:40px;height:40px;font-size:20px}.mobile-counter{color:#98a2b3;margin-left:auto;font-size:14px}.mobile-button-container{padding:0 22px 36px}.mobile-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff295f 0%,#e60045 100%);border:none;border-radius:18px;width:100%;height:64px;font-size:18px;font-weight:700;transition:all .25s;box-shadow:0 12px 30px #e6004559}.mobile-button:hover{transform:translateY(-2px)}.mobile-button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.mobile-button-note{text-align:center;color:#6f7787;max-width:320px;margin:14px auto 28px;padding:0 24px;font-size:15px;font-weight:500;line-height:1.55}.mobile-progress{background:#fff;border-radius:28px;margin:0 22px 24px;padding:22px;box-shadow:0 18px 45px #1414281a}.mobile-progress-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.mobile-progress-header h3{color:#161827;flex:1;margin:0;font-size:23px;font-weight:800;line-height:1.15}.mobile-progress-header span{color:#e50042;white-space:nowrap;margin-top:4px;font-size:17px;font-weight:700}.mobile-progress-track{background:#eceef3;border-radius:999px;width:100%;height:10px;margin-bottom:18px;overflow:hidden}.mobile-progress-fill{background:linear-gradient(90deg,#e50042 0%,#ff295f 100%);border-radius:999px;height:100%;transition:width .35s}.mobile-progress-list{flex-direction:column;gap:16px;display:flex}.mobile-progress-item{align-items:center;gap:14px;display:flex}.mobile-progress-dot{background:#d9dee7;border-radius:50%;flex-shrink:0;width:12px;height:12px}.mobile-progress-dot.active{background:#e50042;box-shadow:0 0 12px #e5004259}.mobile-progress-item span{color:#50576a;font-size:16px;font-weight:500;line-height:1.35}.mobile-knowledge{background:#fff;border-radius:28px;margin:0 22px 28px;padding:26px;box-shadow:0 18px 45px #1414281a}.mobile-knowledge-header{align-items:flex-start;gap:18px;margin-bottom:24px;display:flex}.mobile-knowledge-icon{background:#ffe8ef;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;font-size:30px;display:flex}.mobile-knowledge-header h3{color:#161827;margin:0 0 8px;font-size:22px;font-weight:800;line-height:1.2}.mobile-knowledge-header p{color:#6f7787;margin:0;font-size:15px;line-height:1.6}.mobile-knowledge-list{flex-direction:column;gap:8px;display:flex}.mobile-knowledge-item{border-bottom:1px solid #eef2f6;align-items:flex-start;gap:16px;padding:18px 0;display:flex}.mobile-knowledge-item:last-child{border-bottom:none}.mobile-knowledge-item span{flex-shrink:0;font-size:24px;line-height:1}.mobile-knowledge-item p{color:#50576a;margin:0;font-size:16px;font-weight:500;line-height:1.5}.mobile-closing{text-align:center;background:#fff;border-radius:28px;margin:0 22px 42px;padding:32px 28px;box-shadow:0 18px 45px #1414281a}.mobile-closing-icon{background:#ffe8ef;border-radius:22px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 22px;font-size:34px;display:flex}.mobile-closing h2{color:#161827;margin:0 0 18px;font-size:30px;font-weight:800;line-height:1.2}.mobile-closing>p{color:#667085;max-width:320px;margin:0 auto 28px;font-size:16px;line-height:1.8}.mobile-closing-card{background:#fff7f9;border:1px solid #e500421a;border-radius:20px;padding:22px}.mobile-closing-card strong{color:#e50042;margin-bottom:10px;font-size:17px;font-weight:700;display:block}.mobile-closing-card p{color:#555f71;margin:0;font-size:15px;line-height:1.7}
