:root{--ink:#23232a;--muted:#777582;--paper:#faf9f6;--purple:#6850c8;--purple-dark:#503ba9;--line:#e8e5df;--green:#39856a;--radius:18px;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}body{margin:0;min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}a:hover{color:var(--purple)}button,input{font:inherit}button,a,input{touch-action:manipulation}:focus-visible{outline:3px solid #9d8cdb;outline-offset:4px}button{cursor:pointer}button:disabled{opacity:.65;cursor:wait}.header{max-width:1320px;width:100%;margin:auto;padding:28px 48px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{font-size:25px;letter-spacing:-1px;font-weight:750;display:flex;align-items:center}.brand-dot{color:var(--purple)}.brand-symbol{display:inline-flex;align-items:center;justify-content:center;width:39px;height:39px;background:var(--purple);color:#fff;border-radius:12px;font-size:25px;margin-right:10px;letter-spacing:-2px}.brand-symbol span{color:#dcd3ff}.header nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}.header nav form{margin:0}.nav-active{color:var(--purple)}.main{width:100%;max-width:1320px;padding:0 48px 50px;margin:auto;flex:1}.footer{max-width:1320px;width:100%;margin:auto;border-top:1px solid var(--line);padding:26px 48px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;padding:15px 24px;background:var(--purple);border:1px solid transparent;border-radius:10px;color:#fff;font-weight:650;font-size:14px;line-height:1.4;transition:background .15s,transform .15s}.button:hover{background:var(--purple-dark);color:#fff;transform:translateY(-1px)}.button-small{padding:11px 18px}.button-secondary{background:#fff;border-color:var(--line);color:var(--ink)}.button-secondary:hover{background:#f1edf9;color:var(--purple)}.button-quiet{padding:10px 0;background:none;color:var(--muted)}.button-quiet:hover{background:none;color:var(--purple)}.button-full{width:100%}.text-link{font-weight:650;font-size:14px;color:var(--purple)}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--purple);font-size:11px;font-weight:750;letter-spacing:1.7px}.live-dot{width:7px;height:7px;border-radius:50%;display:inline-block;background:#54a188}.hero{display:grid;grid-template-columns:1.04fr 1fr;align-items:center;gap:25px;padding:76px 0 70px}.hero h1{font-size:clamp(44px,4.6vw,65px);font-weight:650;letter-spacing:-3px;line-height:1.1;margin:25px 0}.hero h1 em,.auth-intro h1 em{font-style:normal;color:var(--purple)}.lead{font-size:17px;line-height:1.8;max-width:430px;color:#696775}.actions{display:flex;align-items:center;gap:25px;margin:30px 0 20px}.small{font-size:12px;line-height:1.6}.muted{color:var(--muted)}.hero-art{height:460px;position:relative;background:radial-gradient(ellipse at center,#eae3f759,transparent 68%);overflow:hidden}.orbit{border:1px dashed #cec4e4;border-radius:50%;position:absolute;top:54%;left:52%;transform:translate(-50%,-50%)}.orbit-one{width:340px;height:340px}.orbit-two{width:460px;height:460px;opacity:.45}.agent-card{position:absolute;display:flex;align-items:center;gap:12px;background:#fff;padding:16px 18px;border:1px solid #e9e5ee;border-radius:14px;box-shadow:0 12px 35px #30214c09;z-index:2;min-width:220px}.agent-card strong{display:block;font-size:13px;font-weight:700}.agent-card div>span{display:block;font-size:11px;color:var(--muted);margin-top:5px}.agent-card i{width:6px;height:6px;background:#58a88a;border-radius:50%;margin-left:6px}.agent-one{top:42px;left:32px;transform:rotate(-4deg)}.agent-two{top:210px;right:0;transform:rotate(3deg)}.agent-three{bottom:37px;left:28px;transform:rotate(-3deg)}.agent-avatar{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700}.purple{background:#eee8fb;color:var(--purple)}.green{background:#e5f3e9;color:#37775b}.orange{background:#fbecdc;color:#aa7335}.project-node{position:absolute;z-index:1;top:49%;left:47%;transform:translate(-50%,-50%);background:var(--purple);color:white;border-radius:26px;padding:21px 26px;text-align:center;box-shadow:0 18px 30px #6850c82b}.project-node>span{display:block;font-size:38px;line-height:1;margin-bottom:12px}.project-node strong{display:block;font-size:15px}.project-node small{font-size:10px;display:block;opacity:.75;margin-top:6px}.connection{position:absolute;height:1px;background:#b0a0d4;transform-origin:left;left:46%;top:48%}.connection-one{width:145px;transform:rotate(-126deg)}.connection-two{width:180px;transform:rotate(6deg)}.connection-three{width:160px;transform:rotate(129deg)}.illustration-label{position:absolute;bottom:0;left:0;width:100%;text-align:center;font-size:8px;letter-spacing:2px;color:#a09aaa}.feature-strip{display:grid;grid-template-columns:repeat(3,1fr);padding:35px 0 10px;border-top:1px solid var(--line);gap:40px}.feature-strip article>span{font-size:11px;color:var(--purple);font-weight:700}.feature-strip h2{font-size:16px;margin:12px 0 8px}.feature-strip p{font-size:13px;line-height:1.8;color:var(--muted);max-width:310px}.panel{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:30px}.auth-shell{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;max-width:1000px;margin:65px auto}.auth-intro h1{font-size:50px;letter-spacing:-2.2px;font-weight:650;line-height:1.15;margin:25px 0}.auth-intro p{color:var(--muted);font-size:16px;line-height:1.7;max-width:330px}.auth-decoration{font-size:125px;line-height:1.3;color:#dbd1f0;margin:25px 0 0 30px;transform:rotate(-10deg)}.auth-card{padding:36px;box-shadow:0 8px 35px #23232a04}.auth-card h2,.h2{font-size:25px;letter-spacing:-.7px;margin:0 0 10px}.auth-card>p{font-size:13px;color:var(--muted);margin:0 0 28px}.field{margin-bottom:20px}.field label{display:block;font-size:12px;font-weight:650;margin-bottom:8px}.field input{width:100%;background:#fff;border:1px solid #dad7e1;border-radius:8px;padding:12px 13px;color:var(--ink);font-size:14px}.field input:focus{outline:2px solid #ddd3f5;border-color:var(--purple)}.field small{display:block;font-size:11px;color:var(--muted);line-height:1.6;margin-top:7px}.checkbox{font-size:12px;display:flex;gap:8px;align-items:center;margin:0 0 24px;color:var(--muted)}input[type=checkbox]{accent-color:var(--purple);width:16px;height:16px}.auth-switch{text-align:center;font-size:12px!important;margin:24px 0 0!important}.auth-switch a{color:var(--purple);font-weight:650}.validation{font-size:12px;color:#aa3344;line-height:1.6}.validation ul{padding-left:17px}.validation-summary-valid,.field-validation-valid{display:none}.input-validation-error{border-color:#bd5463!important}.standalone{max-width:500px;margin:65px auto}.standalone .eyebrow{margin-bottom:20px}.standalone h1{margin-bottom:28px}.notice{background:#e9f5ee;color:#2d7151!important;padding:14px;border-radius:8px}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:25px;margin:55px 0 35px}.page-heading h1{font-size:38px;letter-spacing:-1.3px;font-weight:650;margin:13px 0}.page-heading p{font-size:14px;color:var(--muted)}.accent{color:var(--purple)}.badge{font-size:11px;background:#edf5ef;color:#387356;border:1px solid #dfebdf;padding:7px 10px;border-radius:7px;display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.badge-neutral{background:#f4f2f8;color:#81748f;border-color:#e9e3ef}.dashboard-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:25px}.empty-state{text-align:center;padding:55px 45px;min-height:400px}.empty-icon{margin:0 auto 25px;background:#f1ecfa;color:var(--purple);width:70px;height:70px;border-radius:21px;font-size:48px;line-height:70px}.empty-state h2{font-size:28px;letter-spacing:-.8px;line-height:1.3;margin:16px 0}.empty-state p{color:var(--muted);font-size:14px;line-height:1.8;max-width:420px;margin:15px auto 24px}.profile-panel h2{font-size:22px;margin-bottom:6px}.profile-panel>p{font-size:13px;color:var(--muted);overflow-wrap:anywhere}.profile-avatar{margin-top:24px;width:54px;height:54px;background:#eee7fb;color:var(--purple);border-radius:17px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:650}dl{margin:26px 0}dt{font-size:11px;color:var(--muted);margin-top:17px}dd{font-size:13px;margin:6px 0 0}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:25px}.stats article>span{font-size:12px;color:var(--muted)}.stats article>strong{display:block;font-size:37px;font-weight:650;margin-top:10px;letter-spacing:-1px}.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.section-heading h2{font-size:19px;margin:0}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:13px}th{font-size:11px;font-weight:550;color:var(--muted);text-align:left;padding:14px 16px;background:#faf9fc}td{padding:19px 16px;border-bottom:1px solid #f0edf3}.table-email{display:block;font-size:12px;color:var(--muted);margin-top:5px}.pagination{display:flex;align-items:center;justify-content:space-between;padding-top:20px}.pagination>div{display:flex;gap:10px}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.service-grid h2{font-size:24px}.service-grid p{font-size:14px;color:var(--muted);line-height:1.8}.message-page{padding:90px 0}.message-page h1{font-size:42px;letter-spacing:-1.3px;font-weight:650;line-height:1.2}.message-page p{color:var(--muted);line-height:1.8;margin-bottom:30px}.skip-link{position:absolute;left:10px;top:-60px;background:var(--purple);color:white;padding:10px;z-index:10}.skip-link:focus{top:10px}
@media(max-width:1050px){.hero h1{font-size:49px}.hero-art{transform:scale(.9);transform-origin:center}.actions{gap:15px}.auth-shell{gap:40px}.auth-intro h1{font-size:42px}}
@media(max-width:780px){.header,.footer{padding:22px 24px}.main{padding:0 24px 35px}.header nav{gap:16px}.brand{font-size:22px}.hero{grid-template-columns:1fr;padding:45px 0 35px;gap:0}.hero h1{font-size:52px}.hero-art{max-width:470px;width:100%;margin:auto;transform:none}.hero-copy{max-width:600px}.lead{max-width:500px}.feature-strip{gap:20px}.auth-shell{grid-template-columns:1fr;max-width:470px;margin:35px auto;gap:20px}.auth-intro h1{font-size:37px;margin:15px 0}.auth-intro p{max-width:none}.auth-decoration{display:none}.dashboard-grid{grid-template-columns:1fr}.page-heading{align-items:flex-start;flex-direction:column;margin-top:35px}.page-heading h1{font-size:32px}.footer{font-size:11px}.stats{gap:12px}.stats .panel{padding:20px}.service-grid{grid-template-columns:1fr}}
@media(max-width:480px){.header{align-items:flex-start}.header nav{gap:10px;flex-wrap:wrap;justify-content:flex-end;font-size:11px}.header .button{font-size:11px;padding:8px 10px}.brand-symbol{width:30px;height:30px;font-size:22px;margin-right:7px}.brand{font-size:20px}.hero h1{font-size:44px;letter-spacing:-2px}.eyebrow{font-size:9px;letter-spacing:1.4px}.actions{align-items:flex-start;flex-direction:column}.hero-art{height:405px}.agent-card{min-width:190px;padding:13px;gap:9px}.agent-one{left:0}.agent-two{right:0}.agent-three{left:0}.project-node{left:45%;padding:16px}.feature-strip{grid-template-columns:1fr;padding-top:25px;gap:14px}.feature-strip p{max-width:none}.feature-strip h2{margin-top:8px}.footer{flex-direction:column;gap:8px}.auth-card{padding:24px}.stats{grid-template-columns:1fr}.stats .panel{display:flex;align-items:center;justify-content:space-between}.stats article>strong{margin:0}.empty-state{padding:35px 24px}.panel{padding:24px}.section-heading{gap:12px}.table-scroll{margin:0 -10px}.message-page h1{font-size:32px}}
.user-login{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:12px;font-weight:500}.logout-button{width:38px;height:38px;padding:8px;border-radius:10px}.logout-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.language-button{display:inline-flex;align-items:center;gap:7px;padding:7px 9px;background:#fff;border:1px solid var(--line);border-radius:9px;color:var(--ink);font-weight:700;font-size:12px;cursor:pointer}.language-button:hover{border-color:var(--purple);color:var(--purple)}.language-button span:first-child{font-size:20px;line-height:1}.language-overlay{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:24px;background:#211a3580;backdrop-filter:blur(3px)}.language-overlay.open{display:flex}.language-dialog{width:min(680px,100%);max-height:min(780px,90vh);display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 24px 80px #211a3540;padding:28px}.language-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.language-dialog h2{font-size:25px;margin:7px 0 0}.language-dialog>p{font-size:13px;color:var(--muted);line-height:1.6}.language-close{border:0;background:transparent;color:var(--muted);font-size:30px;line-height:1;padding:0 4px}.language-close:hover{color:var(--purple)}.language-search{display:block;margin:8px 0 14px}.language-search input{width:100%;padding:11px 13px;border:1px solid var(--line);border-radius:9px;font:inherit}.language-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;overflow:auto;padding-right:3px}.language-form{margin:0}.language-row{width:100%;min-height:51px;display:flex;align-items:center;gap:10px;padding:9px 11px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);text-align:left}.language-row:hover,.language-row.current{border-color:var(--purple);background:#f4f0fc}.language-flag{font-size:24px;line-height:1}.language-name{flex:1;font-weight:650}.language-current{font-size:10px;color:var(--purple)}.language-code{font-size:11px;color:var(--muted);font-weight:700}.language-empty{display:none;text-align:center}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:650px){.language-list{grid-template-columns:1fr}.language-dialog{padding:22px}.user-login{display:none}}
.language-button img{width:24px;height:16px;border-radius:2px;object-fit:cover;box-shadow:0 0 0 1px #00000014}.language-button span{font-size:12px!important;line-height:normal!important}.language-flag{width:34px;height:23px;border-radius:3px;object-fit:cover;box-shadow:0 0 0 1px #00000014;flex-shrink:0}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}
