:root{--bg:#f5f5f7;--surface:rgba(255,255,255,.84);--solid:#fff;--text:#1d1d1f;--muted:#6e6e73;--line:rgba(0,0,0,.08);--blue:#0071e3;--blue-hover:#0077ed;--orange:#ff9f0a;--red:#ff453a;--green:#30d158;--radius:20px;--shadow:0 12px 40px rgba(0,0,0,.07);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue","PingFang SC",Arial,sans-serif;color-scheme:light}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;color:var(--text);background:radial-gradient(circle at 80% 0,rgba(255,159,10,.09),transparent 28rem),var(--bg);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:var(--blue)}.app-header{position:sticky;top:0;z-index:50;padding-top:env(safe-area-inset-top);background:rgba(245,245,247,.78);border-bottom:1px solid rgba(0,0,0,.06);backdrop-filter:saturate(180%) blur(22px);-webkit-backdrop-filter:saturate(180%) blur(22px)}.nav-shell{max-width:1200px;height:58px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;color:var(--text);font-size:17px;font-weight:650;letter-spacing:-.02em;text-decoration:none}.app-icon{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:linear-gradient(145deg,#ff453a,#ff9f0a 58%,#ffd60a);box-shadow:inset 0 1px 1px #fff8,0 3px 8px #ff9f0a42}.app-icon i{width:12px;height:17px;border:2px solid white;border-radius:9px 9px 7px 7px;position:relative}.app-icon i:after{content:"";position:absolute;left:2px;right:2px;bottom:2px;height:5px;border-radius:4px;background:#fff}.nav-links{display:flex;align-items:center;gap:4px}.nav-links a{padding:7px 11px;border-radius:9px;color:#424245;text-decoration:none;font-size:13px;transition:.18s}.nav-links a:hover{background:rgba(0,0,0,.055);color:#000}.nav-links .nav-admin{margin-left:4px;background:rgba(0,113,227,.08);color:var(--blue)}.nav-menu{display:none;position:relative}.nav-menu summary{list-style:none;cursor:pointer;width:38px;height:34px;border-radius:9px;display:grid;place-items:center;font-weight:700}.nav-menu summary::-webkit-details-marker{display:none}.nav-menu[open] summary{background:#e8e8ed}.nav-menu div{position:absolute;right:0;top:42px;width:230px;padding:8px;background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:15px;box-shadow:0 15px 45px rgba(0,0,0,.15);backdrop-filter:blur(20px)}.nav-menu a{display:block;padding:10px 12px;border-radius:9px;color:var(--text);text-decoration:none}.nav-menu a:hover{background:#f2f2f7}.page-shell{max-width:1200px;min-height:calc(100vh - 170px);margin:0 auto;padding:38px 24px 70px}.hero{position:relative;overflow:hidden;display:grid;grid-template-columns:1.04fr .96fr;gap:50px;align-items:center;min-height:500px;padding:55px 52px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,250,242,.85));border:1px solid rgba(255,255,255,.9);border-radius:30px;box-shadow:var(--shadow)}.hero:after{content:"";position:absolute;width:300px;height:300px;left:-140px;bottom:-190px;border-radius:50%;background:#ff9f0a22;filter:blur(8px)}.eyebrow{display:block;margin-bottom:10px;color:#a65b00;font-size:12px;font-weight:750;letter-spacing:.12em}.hero h1{margin:0;font-size:clamp(42px,5vw,68px);line-height:1.04;letter-spacing:-.055em}.hero h1 span{background:linear-gradient(90deg,#ff3b30,#ff9500);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy>p{max-width:580px;margin:24px 0 28px;color:var(--muted);font-size:18px;line-height:1.65}.hero-actions,.actions{display:flex;gap:10px;flex-wrap:wrap}.button,button{appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 18px;border:0;border-radius:12px;background:var(--blue);color:#fff;font:600 14px/1.2 inherit;text-decoration:none;cursor:pointer;transition:transform .16s,background .16s,box-shadow .16s}.button:hover,button:hover{background:var(--blue-hover);box-shadow:0 5px 15px rgba(0,113,227,.2)}.button:active,button:active{transform:scale(.98)}.button.secondary{background:#e9e9ed;color:var(--text)}.button.secondary:hover{background:#dedee3;box-shadow:none}.curve-card{position:relative;z-index:1;background:rgba(255,255,255,.92);border:1px solid rgba(0,0,0,.07);border-radius:18px;box-shadow:0 20px 55px rgba(90,50,0,.12);overflow:hidden;transform:rotate(1deg)}.window-bar{height:39px;display:flex;align-items:center;gap:7px;padding:0 13px;border-bottom:1px solid var(--line);color:#8e8e93;font-size:11px}.window-bar i{width:10px;height:10px;border-radius:50%;background:#ff5f57}.window-bar i:nth-child(2){background:#febc2e}.window-bar i:nth-child(3){background:#28c840}.window-bar span{margin:auto;padding-right:44px}.curve-card svg{display:block;width:100%;height:auto;padding:8px 12px 0}.grid-lines path{fill:none;stroke:#e5e5ea;stroke-width:1}.response-shadow{fill:none;stroke:#ff950030;stroke-width:14;stroke-linecap:round}.response-line{fill:none;stroke:url(#line);stroke-width:5;stroke-linecap:round}.marker{stroke:#0071e3;stroke-width:2;stroke-dasharray:5 5}.curve-card circle{fill:#0071e3;stroke:white;stroke-width:3}.curve-card text{fill:#8e8e93;font-size:12px}.curve-legend{display:flex;gap:20px;padding:5px 22px 18px;color:var(--muted);font-size:12px}.dot{display:inline-block;width:8px;height:8px;margin-right:6px;border-radius:50%}.dot.orange{background:var(--orange)}.dot.blue{background:var(--blue)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:18px 0 70px}.stats article{display:flex;align-items:center;gap:14px;padding:20px 24px;background:var(--surface);border:1px solid rgba(255,255,255,.8);border-radius:18px;box-shadow:0 4px 20px rgba(0,0,0,.035)}.stat-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;font-size:20px;font-weight:700}.stat-icon.samples{background:#ff950018;color:#ff9500}.stat-icon.models{background:#0071e318;color:#0071e3}.stat-icon.status{background:#30d15818;color:#20a845}.stats b{display:block;font-size:24px;letter-spacing:-.03em}.stats small{color:var(--muted)}.section-heading{max-width:620px;margin-bottom:28px}.section-heading h2,.concept-panel h2{margin:0;font-size:36px;letter-spacing:-.035em}.section-heading p{color:var(--muted);font-size:17px}.workflow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.workflow-card{position:relative;min-height:285px;padding:25px;background:var(--solid);border:1px solid var(--line);border-radius:20px;color:var(--text);text-decoration:none;transition:transform .2s,box-shadow .2s}.workflow-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,.09)}.workflow-card .step{position:absolute;right:20px;top:18px;color:#c7c7cc;font-size:12px;font-weight:700}.feature-icon{width:46px;height:46px;margin-bottom:25px;border-radius:14px;display:grid;place-items:center;font-size:23px;font-weight:500}.upload-icon{color:#ff6b00;background:#ff950018}.data-icon{color:#0071e3;background:#0071e318}.model-icon{color:#af52de;background:#af52de18}.predict-icon{color:#20a845;background:#30d15818}.workflow-card h3{margin:0 0 10px;font-size:20px}.workflow-card p{margin:0 0 20px;color:var(--muted);font-size:14px}.workflow-card strong{position:absolute;bottom:23px;color:var(--blue);font-size:13px}.concept-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:center;margin-top:70px;padding:38px 42px;border-radius:24px;background:#1d1d1f;color:white}.concept-panel .eyebrow{color:#ffb340}.concept-panel p{margin:0;color:#c7c7cc;font-size:17px}.panel,.sample,.result{margin:18px 0;padding:24px;background:var(--solid);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 6px 25px rgba(0,0,0,.045)}h1{font-size:40px;line-height:1.12;letter-spacing:-.035em}h2{letter-spacing:-.025em}.page-shell>h1{margin-top:10px}.page-shell>p{color:var(--muted)}label{display:block;margin:14px 0 6px;color:#3a3a3c;font-weight:550}input,select,textarea{width:100%;margin-top:6px;padding:11px 12px;border:1px solid #d2d2d7;border-radius:10px;background:#fff;color:var(--text);font:inherit;outline:none;transition:border .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,113,227,.14)}input[type=checkbox]{width:auto;margin:0 6px 0 0;accent-color:var(--blue)}input[type=file]{padding:9px;background:#f9f9fb}textarea{min-height:90px;resize:vertical}fieldset{margin:18px 0;padding:16px;border:1px solid var(--line);border-radius:14px}.check{display:inline-flex;align-items:center;margin:5px 14px 5px 0;font-weight:400}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.sample{margin:0;padding:14px;overflow:hidden}.sample img{width:100%;height:175px;object-fit:cover;border-radius:13px;background:#eee}.sample h3{margin:14px 3px 5px}.sample small{color:var(--muted);font-weight:500}.sample p{color:var(--muted);min-height:23px}.color{height:28px;border:1px solid rgba(0,0,0,.1);border-radius:9px}.sample table{width:100%;margin-top:9px;font-size:13px;border-collapse:collapse}.sample td{padding:5px 3px;border-bottom:1px solid var(--line)}.sample td:first-child{color:var(--muted)}.wide{width:100%;border-collapse:separate;border-spacing:0;background:white;border:1px solid var(--line);border-radius:14px;overflow:hidden}.wide th,.wide td{padding:11px 12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.wide th{background:#f7f7f9;color:var(--muted);font-size:12px}.wide tr:last-child td{border-bottom:0}.thumb{width:70px;height:45px;object-fit:cover;border-radius:7px}.thumbbig{max-width:100%;border-radius:14px}.plot{max-width:100%;background:white;border:1px solid var(--line);border-radius:16px}.flash{margin-bottom:20px;padding:12px 16px;border-radius:12px;background:#fff5d6;border:1px solid #ffd66b;color:#6b4c00}.flash p{margin:0}.hint{color:var(--muted);font-size:13px}pre{padding:16px;overflow:auto;border-radius:14px;background:#1d1d1f;color:#f5f5f7;white-space:pre-wrap}code{font-size:12px}footer{max-width:1200px;margin:auto;padding:25px 24px calc(35px + env(safe-area-inset-bottom));border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#8e8e93;font-size:12px}.icp-record{color:inherit;text-decoration:none}.icp-record:hover{color:var(--blue);text-decoration:underline}.admin-tools{margin-top:30px}@media(max-width:900px){.nav-links{display:none}.nav-menu{display:block}.hero{grid-template-columns:1fr;gap:38px;padding:42px 34px}.curve-card{max-width:620px}.workflow-grid{grid-template-columns:repeat(2,1fr)}.concept-panel{grid-template-columns:1fr;gap:18px}}@media(max-width:620px){.page-shell{padding:22px 16px 50px}.nav-shell{padding:0 16px}.hero{min-height:0;padding:35px 22px;border-radius:23px}.hero h1{font-size:40px}.hero-copy>p{font-size:16px}.curve-card{transform:none}.stats{grid-template-columns:1fr;margin-bottom:50px;gap:10px}.stats article{padding:14px 18px}.workflow-grid{grid-template-columns:1fr}.workflow-card{min-height:245px}.concept-panel{margin-top:50px;padding:28px 24px}.section-heading h2,.concept-panel h2{font-size:30px}.wide{display:block;overflow-x:auto;white-space:nowrap}footer{flex-direction:column;gap:6px}.hero-actions .button{flex:1}.cards{flex-direction:column}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}