:root{--purple:#9834f2;--purple-700:#6f20c5;--purple-900:#40107b;--purple-soft:#f4eaff;--violet-soft:#fbf7ff;--ink:#1f1730;--muted:#71697d;--line:#e8e1ee;--surface:#fff;--bg:#fbf9fd;--success:#19795a;--warning:#a46500;--danger:#bd2e46;--shadow:0 18px 55px #421a6117;--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #9834f23d}.public-shell{flex-direction:column;min-height:100vh;display:flex}.public-header{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe6;border-bottom:1px solid #e8e1eec7;justify-content:space-between;align-items:center;gap:24px;padding:14px clamp(18px,5vw,72px);display:flex;position:sticky;top:0}.public-nav{align-items:center;gap:18px;font-weight:650;display:flex}.public-nav>a{color:#4f455a}.public-nav>a:hover{color:var(--purple)}.brand{align-items:center;gap:13px;min-width:0;display:flex}.brand-logo{object-fit:contain;width:auto;max-width:250px;height:68px}.brand-logo.compact{max-width:190px;height:52px}.brand-product{border-left:1px solid var(--line);flex-direction:column;padding-left:13px;display:flex}.brand-product strong{color:var(--purple-700);letter-spacing:-.03em;font-size:20px}.brand-product span{color:var(--muted);white-space:nowrap;font-size:11px}.language-switch{border:1px solid var(--line);background:#f2edf6;border-radius:12px;padding:3px;display:inline-flex}.language-switch button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:9px;padding:5px 9px;font-size:12px;font-weight:750}.language-switch button.active{color:var(--purple-700);background:#fff;box-shadow:0 2px 9px #37144e14}.hero{background:radial-gradient(circle at 87% 18%,#9834f229,#0000 31%),radial-gradient(circle at 9% 78%,#6f20c517,#0000 28%),linear-gradient(145deg,#fff 0%,#fbf7ff 62%,#f5eaff 100%);padding:clamp(74px,10vw,138px) clamp(20px,7vw,100px) clamp(66px,9vw,110px);position:relative;overflow:hidden}.hero:after{content:"";border:70px solid #9834f20f;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-250px;right:-180px}.hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:center;gap:clamp(36px,7vw,96px);max-width:1320px;margin:0 auto;display:grid}.eyebrow{text-transform:uppercase;letter-spacing:.13em;color:var(--purple-700);align-items:center;gap:8px;font-size:12px;font-weight:800;display:inline-flex}.hero h1{letter-spacing:-.055em;max-width:780px;margin:16px 0 20px;font-size:clamp(42px,6vw,76px);line-height:1.02}.hero h1 span{color:var(--purple)}.hero p{color:#665b70;max-width:740px;margin:0;font-size:clamp(17px,2vw,21px);line-height:1.65}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.hero-card{z-index:2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd6;border:1px solid #9834f226;border-radius:30px;padding:28px;position:relative;box-shadow:0 30px 90px #4f236e26}.hero-card h3{margin:0 0 16px;font-size:20px}.hero-list{gap:12px;display:grid}.hero-list-item{background:#fcfaff;border-radius:15px;align-items:flex-start;gap:11px;padding:12px;display:flex}.hero-list-item svg{color:var(--purple);flex:none;margin-top:2px}.section{padding:72px clamp(20px,7vw,100px)}.section-inner{max-width:1320px;margin:auto}.section-title{max-width:760px;margin-bottom:30px}.section-title h2{letter-spacing:-.035em;margin:8px 0;font-size:clamp(30px,4vw,46px)}.section-title p{color:var(--muted);font-size:17px}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.feature-card{min-height:210px}.feature-card .feature-icon{background:var(--purple-soft);width:45px;height:45px;color:var(--purple);border-radius:14px;place-items:center;display:grid}.feature-card h3{margin:18px 0 8px;font-size:20px}.feature-card p{color:var(--muted);margin:0}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:0 8px 32px #3c224c0b}.card.hoverable{transition:transform .18s,box-shadow .18s,border-color .18s}.card.hoverable:hover{box-shadow:var(--shadow);border-color:#9834f240;transform:translateY(-2px)}.button{cursor:pointer;border:1px solid #0000;border-radius:13px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:9px 16px;font-weight:760;transition:all .16s;display:inline-flex}.button:disabled{opacity:.55;cursor:not-allowed}.button.primary{color:#fff;background:linear-gradient(135deg, var(--purple), var(--purple-700));box-shadow:0 8px 22px #9834f238}.button.primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 30px #9834f247}.button.secondary{background:var(--purple-soft);color:var(--purple-700);border-color:#e7d2fb}.button.ghost{color:#51465a;border-color:var(--line);background:#fff}.button.danger{color:var(--danger);background:#fff2f4;border-color:#ffd8df}.button.small{border-radius:10px;min-height:34px;padding:6px 11px;font-size:13px}.field{flex-direction:column;gap:6px;min-width:0;display:flex}.field-label{color:#4a4053;font-size:13px;font-weight:720}.field-hint{color:var(--muted);font-size:11.5px}.field-error{color:var(--danger);font-size:12px;font-weight:650}.input{width:100%;min-height:43px;color:var(--ink);background:#fff;border:1px solid #dcd4e2;border-radius:12px;padding:10px 12px;transition:border .15s,box-shadow .15s}.input:hover{border-color:#cdbdd8}.input:focus{border-color:var(--purple);outline:none;box-shadow:0 0 0 4px #9834f21a}.textarea{resize:vertical;min-height:104px}.select{appearance:auto}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.form-grid .span-2{grid-column:1/-1}.checkbox-row{color:#554a60;align-items:flex-start;gap:10px;font-size:13px;display:flex}.checkbox-row input{accent-color:var(--purple);margin-top:3px}.auth-page{background:#fff;grid-template-columns:minmax(320px,.9fr) minmax(440px,1.1fr);min-height:100vh;display:grid}.auth-aside{background:linear-gradient(155deg,#faf6ff 0%,#f2e5ff 100%);border-right:1px solid #e9dcf4;flex-direction:column;justify-content:space-between;padding:clamp(34px,6vw,72px);display:flex}.auth-aside-copy{max-width:560px}.auth-aside h1{letter-spacing:-.05em;margin:40px 0 16px;font-size:clamp(38px,5vw,60px);line-height:1.04}.auth-aside p{color:#6b5f74;font-size:17px}.auth-main{place-items:center;padding:36px 20px;display:grid}.auth-card{width:min(660px,100%)}.auth-card h2{letter-spacing:-.03em;margin:0 0 4px;font-size:30px}.auth-card>p{color:var(--muted);margin:0 0 24px}.auth-form{gap:14px;display:grid}.auth-footer{color:var(--muted);margin-top:20px;font-size:13px}.auth-footer a{color:var(--purple-700);font-weight:700}.notice{color:#574d61;border:1px solid var(--line);background:#f6f1fa;border-radius:13px;padding:12px 14px;font-size:13px}.notice.error{color:#8b2638;background:#fff1f3;border-color:#ffd7de}.notice.success{color:#145e47;background:#edf9f4;border-color:#ccecdf}.app-frame{grid-template-columns:270px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);z-index:20;background:#fff;flex-direction:column;height:100vh;padding:19px 16px 16px;display:flex;position:sticky;top:0}.sidebar .brand-product{display:none}.sidebar-kicker{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;margin:13px 9px 16px;font-size:11px;font-weight:750}.sidebar-nav{gap:5px;display:grid}.nav-item{color:#5e5367;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:11px;width:100%;padding:10px 12px;font-weight:640;display:flex}.nav-item:hover{color:var(--purple-700);background:#f8f4fb}.nav-item.active{background:var(--purple-soft);color:var(--purple-700)}.sidebar-bottom{gap:8px;margin-top:auto;display:grid}.signed-user{color:var(--muted);align-items:center;gap:8px;padding:9px 11px;font-size:11px;display:flex;overflow:hidden}.signed-user span{text-overflow:ellipsis;overflow:hidden}.app-main{flex-direction:column;min-width:0;min-height:100vh;display:flex}.app-topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:15;background:#fbf9fde6;justify-content:space-between;align-items:center;min-height:72px;padding:12px clamp(18px,3vw,34px);display:flex;position:sticky;top:0}.app-topbar>div:first-child{flex-direction:column;display:flex}.app-topbar strong{font-size:14px}.app-topbar span{color:var(--muted);font-size:11px}.app-content{flex:1;width:min(1500px,100%);margin:0 auto;padding:clamp(22px,3vw,38px)}.page-head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.page-head h1{letter-spacing:-.04em;margin:0;font-size:clamp(30px,4vw,42px)}.page-head p{color:var(--muted);max-width:720px;margin:5px 0 0}.page-actions{flex-wrap:wrap;gap:9px;display:flex}.metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:20px;display:grid}.metric-card{flex-direction:column;min-height:130px;display:flex}.metric-label{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-size:12px;font-weight:700}.metric-value{letter-spacing:-.04em;margin:6px 0 1px;font-size:31px}.metric-hint{color:var(--muted);font-size:12px}.content-grid{grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);gap:18px;display:grid}.panel-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.panel-title-wrap{align-items:flex-start;gap:12px;display:flex}.panel-icon{width:42px;height:42px;color:var(--purple);background:var(--purple-soft);border-radius:14px;flex:none;place-items:center;display:grid}.panel-header h2{margin:0;font-size:19px}.panel-header p{color:var(--muted);margin:3px 0 0;font-size:13px}.panel-actions{align-items:center;gap:7px;display:flex}.table-wrap{border:1px solid var(--line);border-radius:15px;overflow:auto}table{border-collapse:collapse;width:100%;min-width:680px}th,td{text-align:left;vertical-align:middle;border-bottom:1px solid #eee8f2;padding:12px 13px}th{color:#64596d;text-transform:uppercase;letter-spacing:.06em;z-index:1;background:#fbf9fd;font-size:11px;position:sticky;top:0}td{font-size:13px}tr:last-child td{border-bottom:0}.table-title{color:#352a3e;font-weight:720}.table-subtitle{color:var(--muted);margin-top:2px;font-size:11px;display:block}.table-actions{align-items:center;gap:6px;display:flex}.badge{color:#615669;white-space:nowrap;background:#f3eff6;border-radius:999px;align-items:center;gap:5px;padding:4px 8px;font-size:11px;font-weight:760;display:inline-flex}.badge.success{color:var(--success);background:#e9f8f2}.badge.warning{color:var(--warning);background:#fff5df}.badge.danger{color:var(--danger);background:#fff0f2}.badge.purple{background:var(--purple-soft);color:var(--purple-700)}.tabs{background:#f1edf4;border-radius:14px;gap:4px;width:fit-content;margin-bottom:16px;padding:4px;display:flex}.tabs button{color:#6c6174;cursor:pointer;background:0 0;border:0;border-radius:11px;padding:8px 13px;font-weight:700}.tabs button.active{color:var(--purple-700);background:#fff;box-shadow:0 2px 10px #3c1e5014}.empty-state{text-align:center;min-height:180px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:28px;display:flex}.empty-state strong{color:#504458}.empty-orb{background:radial-gradient(circle at 32% 32%, #c986ff, var(--purple));border-radius:50%;width:42px;height:42px;margin-bottom:8px;box-shadow:0 9px 25px #9834f238}.loading-screen{min-height:60vh;color:var(--muted);justify-content:center;align-items:center;gap:10px;display:flex}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.project-list{gap:10px;display:grid}.project-row{border:1px solid var(--line);background:#fff;border-radius:15px;grid-template-columns:minmax(0,1.4fr) repeat(3,minmax(120px,.45fr)) auto;align-items:center;gap:14px;padding:15px;display:grid}.project-row:hover{border-color:#d7b6f5;box-shadow:0 8px 24px #50246b0f}.project-row strong{font-size:14px}.project-row span{color:var(--muted);font-size:12px}.upload-zone{text-align:center;background:#fdfbff;border:1.5px dashed #cdb7dc;border-radius:17px;padding:28px}.upload-zone input{margin-top:12px}.progress{background:#eee8f2;border-radius:999px;height:8px;overflow:hidden}.progress>div{background:linear-gradient(90deg,var(--purple),#ba69ff);height:100%;transition:width .2s}.result-groups{gap:12px;display:grid}.result-group summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;font-weight:730;list-style:none;display:flex}.result-group summary::-webkit-details-marker{display:none}.artifact-list{gap:7px;margin-top:13px;display:grid}.artifact-row{background:#faf8fb;border-radius:11px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:9px 10px;display:grid}.artifact-row .path{overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.admin-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.module-list{gap:8px;display:grid}.module-row{background:#faf8fb;border-radius:12px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:11px;display:grid}.switch{appearance:none;cursor:pointer;background:#d9d2dd;border-radius:999px;width:42px;height:24px;transition:all .2s;position:relative}.switch:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 5px #00000026}.switch:checked{background:var(--purple)}.switch:checked:after{transform:translate(18px)}.atlas-controls{flex-wrap:wrap;gap:12px;margin:18px 0;display:flex}.chart-card{min-height:420px}.chart-wrap{width:100%;height:360px}.site-footer{border-top:1px solid var(--line);color:#655a6e;background:#ffffffc7;grid-template-columns:minmax(220px,.9fr) minmax(240px,.8fr) minmax(280px,1.2fr);align-items:center;gap:24px;margin-top:auto;padding:22px clamp(18px,5vw,72px);font-size:11px;display:grid}.site-footer a{color:var(--purple-700);font-weight:750}.footer-brand{align-items:center;gap:12px;min-width:0;display:flex}.footer-brand>div{flex-direction:column;gap:2px;display:flex}.footer-brand strong{color:var(--ink);font-size:12px}.footer-brand span{color:var(--muted)}.footer-seascient-logo{object-fit:contain;width:auto;height:42px}.footer-partners{flex-direction:column;align-items:flex-start;gap:7px;display:flex}.footer-partners>span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:10px}.footer-partner-logos{align-items:center;gap:14px;min-height:38px;display:flex}.footer-partner-logos a{opacity:.72;align-items:center;transition:opacity .16s,transform .16s;display:inline-flex}.footer-partner-logos a:hover,.footer-partner-logos a:focus-visible{opacity:1;transform:translateY(-1px)}.footer-logo{object-fit:contain;width:auto;display:block}.footer-logo-wb{height:34px}.footer-logo-databiomics{height:27px}.footer-disclaimer{justify-self:end;max-width:460px;line-height:1.45}.muted{color:var(--muted)}@media (max-width:1120px){.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-grid{grid-template-columns:1fr}.project-row{grid-template-columns:minmax(0,1fr) repeat(2,minmax(110px,.45fr)) auto}.project-row .hide-md{display:none}.site-footer{grid-template-columns:1fr 1fr}.footer-disclaimer{grid-column:1/-1;justify-self:start}}@media (max-width:860px){.hero-grid,.auth-page{grid-template-columns:1fr}.auth-aside{min-height:320px}.app-frame{grid-template-columns:78px minmax(0,1fr)}.sidebar{padding-inline:10px}.sidebar .brand{justify-content:center}.sidebar .brand-logo.compact{max-width:58px;height:36px}.sidebar-kicker,.nav-item span,.signed-user span{display:none}.nav-item{justify-content:center;padding:11px}.sidebar-bottom .nav-item{display:flex}.public-header{align-items:flex-start}.public-nav{flex-wrap:wrap;justify-content:flex-end;gap:10px}.brand-product{display:none}}@media (max-width:640px){body{font-size:14px}.public-header{padding:11px 14px}.public-nav>a{display:none}.brand-logo.compact{max-width:130px;height:42px}.hero{padding-inline:18px}.hero-card{padding:20px}.feature-grid,.metrics-grid,.form-grid{grid-template-columns:1fr}.form-grid .span-2{grid-column:auto}.auth-aside{padding:28px 20px}.auth-aside .brand-logo{height:48px}.auth-main{padding:22px 14px}.card{border-radius:17px;padding:17px}.app-frame{grid-template-columns:1fr;padding-bottom:66px}.sidebar{border-right:0;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;flex-direction:row;width:auto;height:64px;padding:6px 8px;position:fixed;inset:auto 0 0}.sidebar>.brand,.sidebar-kicker,.sidebar-bottom{display:none}.sidebar-nav{justify-content:space-around;width:100%;display:flex}.sidebar-nav .nav-item{flex:1}.sidebar-nav .nav-item:nth-child(n+6){display:none}.app-content{padding:18px 14px}.page-head{flex-direction:column}.page-actions{width:100%}.page-actions .button{flex:1}.project-row{grid-template-columns:minmax(0,1fr) auto}.project-row>span{display:none}.artifact-row{grid-template-columns:minmax(0,1fr) auto}.artifact-row>span:nth-child(2){display:none}.site-footer{grid-template-columns:1fr;gap:16px;padding-bottom:76px}.footer-disclaimer{grid-column:auto}}
.brand{align-items:center}.brand-logos{align-items:center;gap:12px;min-width:0;display:inline-flex}.brand-logos.compact{gap:9px}.brand-seabiome-logo,.brand-seascient-logo{object-fit:contain;width:auto;display:block}.brand-seabiome-logo{max-width:174px;height:48px}.brand-seascient-logo{max-width:146px;height:55px}.brand-logos.compact .brand-seabiome-logo{max-width:128px;height:36px}.brand-logos.compact .brand-seascient-logo{max-width:106px;height:39px}.brand-logo-divider,.footer-logo-divider{background:var(--line);align-self:stretch;width:1px;min-height:34px}.auth-shell{flex-direction:column;min-height:100vh;display:flex}.auth-shell .auth-page{flex:1}.auth-shell .auth-aside{justify-content:flex-start;gap:clamp(24px,4vh,42px)}.auth-shell .auth-aside-copy,.auth-shell .auth-aside-copy .eyebrow{margin:0}.auth-shell .auth-aside h1{max-width:650px;margin:12px 0 14px}.auth-shell .auth-aside p{max-width:610px;margin:0}.auth-shell .auth-aside>.muted:last-child{margin-top:auto}.auth-main{align-content:start}.auth-card{margin-block:clamp(18px,4vh,42px)}.footer-brand{flex-direction:column;align-items:flex-start;gap:7px}.footer-platform-logos{align-items:center;gap:10px;display:flex}.footer-seabiome-logo,.footer-seascient-logo{object-fit:contain;width:auto;display:block}.footer-seabiome-logo{max-width:122px;height:34px}.footer-seascient-logo{max-width:105px;height:38px}.footer-logo-divider{min-height:30px}.footer-partners strong{color:var(--ink);font-size:12px}.footer-partners>span:not(:first-child){color:var(--muted);text-transform:none;letter-spacing:0;font-size:11px}.branding-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.branding-preview{border:1px solid var(--line);background:#fdfbff;border-radius:16px;place-items:center;min-height:150px;margin-bottom:16px;padding:20px;display:grid;overflow:hidden}.branding-preview img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:110px}.chart-card,.chart-wrap,.atlas-bar-chart{overflow:visible}.recharts-wrapper{overflow:visible!important}.recharts-cartesian-axis-tick-value{font-size:13px;font-weight:600}.recharts-label{font-size:13px;font-weight:650}.recharts-legend-wrapper{line-height:1.35;font-size:13px!important}.recharts-tooltip-wrapper{font-size:13px}@media (max-width:1120px){.brand-product{display:none}.branding-grid{grid-template-columns:1fr}}@media (max-width:860px){.sidebar .brand-logos.compact{gap:0}.sidebar .brand-logos.compact .brand-seascient-logo,.sidebar .brand-logos.compact .brand-logo-divider{display:none}.sidebar .brand-logos.compact .brand-seabiome-logo{max-width:58px;height:34px}.auth-shell .auth-aside{gap:20px}}@media (max-width:640px){.brand-logos{gap:7px}.brand-seabiome-logo{max-width:108px;height:34px}.brand-seascient-logo{max-width:88px;height:36px}.brand-logos.compact .brand-seabiome-logo{max-width:100px;height:31px}.brand-logos.compact .brand-seascient-logo{max-width:78px;height:32px}.brand-logo-divider{min-height:28px}.footer-platform-logos{flex-wrap:wrap}.auth-shell .auth-aside h1{margin-top:8px}.recharts-cartesian-axis-tick-value{font-size:12px}}
