:root{--blue:#286cb4;--blue-mid:#4a88c8;--blue-pale:#ebf4ff;--ink:#282828;--slate:#4a4a4a;--muted:#8a8a8a;--line:#d8d8d8;--bg:#f5f6f6;--teal:#0ea5b0;--ember:#e07b39}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-dm-sans),"DM Sans",Arial,sans-serif;font-size:15px}button,input,select,textarea{font:inherit}button{cursor:pointer}header{height:70px;padding:0 4vw;background:#fff;border-bottom:1px solid var(--line);justify-content:space-between}.brand,.brand span,.user,.user span,header{display:flex;align-items:center}.brand img{height:32px;width:auto;display:block}.brand span,.user span{align-items:flex-start;flex-direction:column;margin-left:11px}.brand small,.user small{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-top:2px}.user i{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--blue-pale);color:var(--blue);font-style:normal;font-weight:700}.content{max-width:1450px;margin:auto;padding:38px 4vw 60px}.heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:27px}.heading>div:last-child{display:flex;gap:10px}.heading>div>small{color:var(--blue);font-weight:800;letter-spacing:.16em;font-size:11px}.heading h1{font-size:32px;margin:9px 0 8px;letter-spacing:-.7px}.heading p,.toolbar p{margin:0;color:var(--muted)}button.primary,button.secondary{border-radius:9px;min-height:40px;padding:0 16px;border:1px solid transparent;font-weight:700;font-size:14px}button.primary{background:var(--blue);color:#fff;box-shadow:0 6px 15px #286cb425}button.secondary{background:#fff}button.ghost,button.secondary{border-color:var(--line);color:var(--slate)}button.ghost{background:transparent}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:19px}.cards article{background:#fff;border:1px solid var(--line);border-radius:12px;min-height:108px;padding:19px;display:flex;align-items:center;gap:15px}.cards i{width:42px;height:42px;border-radius:11px;background:#eef1f6;color:#68758c;font-style:normal;display:grid;place-items:center;font-size:20px}.cards i.blue{background:var(--blue-pale);color:var(--blue)}.cards i.green{background:#e0f5f6;color:var(--teal)}.cards i.dot{background:transparent;color:var(--teal)}.cards span{display:flex;flex-direction:column}.cards small{font-size:11px;font-weight:800;letter-spacing:.06em;color:var(--muted)}.cards b{font-size:26px;margin:5px 0 2px}.cards strong{font-size:17px;margin:8px 0 4px}.cards em{font-style:normal;color:#929cad;font-size:12px}.workspace{background:#fff;border:1px solid var(--line);border-radius:13px;overflow:hidden;box-shadow:0 8px 28px #2335550a}.workspace nav{height:62px;padding:0 24px;display:flex;gap:28px;border-bottom:1px solid var(--line)}.workspace nav button{border:0;background:transparent;color:#7c8799;font-weight:700;position:relative}.workspace nav button b{margin-left:8px;background:#edf0f5;padding:4px 7px;border-radius:12px;font-size:12px}.workspace nav button.active{color:var(--blue)}.workspace nav button.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--blue)}.toolbar{min-height:90px;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.toolbar h2{margin:0 0 5px;font-size:19px}.toolbar-actions{display:flex;align-items:center;gap:10px}.toolbar-actions button{min-height:39px}.toolbar label{height:39px;width:300px;border:1px solid #dce3ed;border-radius:8px;padding:0 12px;display:flex;align-items:center;color:#8792a5}.toolbar input{border:0;outline:0;width:100%;margin-left:8px;font-size:14px}.selection{margin:12px 24px 0;background:#f0f6ff;border:1px solid #d7e7ff;border-radius:8px;padding:7px 10px 7px 15px;display:flex;align-items:center;justify-content:space-between}.selection button{min-height:34px}.table{overflow:auto}table{border-collapse:collapse;width:100%;min-width:1180px}th{text-align:left;background:#fafbfd;color:#788397;text-transform:uppercase;font-size:11px;letter-spacing:.07em;padding:13px 15px;border-bottom:1px solid var(--line)}th.sortable{cursor:pointer;user-select:none}th.sortable:hover{color:var(--blue)}th.sortable i{font-style:normal;margin-left:2px;display:inline-block}td:first-child,th:first-child{padding-left:24px}td{padding:15px;border-bottom:1px solid #edf0f5;color:#536078;font-size:13px}tbody tr:hover{background:#fafcff;cursor:pointer}td small,td strong{display:block}td strong{color:#17243e;font-size:13px}td small{font-size:11px;color:#939dac;margin-top:5px;max-width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}td code{font-family:var(--font-dm-mono),"DM Mono",monospace;font-size:12px}.badge,td code{color:var(--blue)}.badge{display:inline-block;background:var(--blue-pale);padding:6px 9px;border-radius:14px;font-size:11px;font-weight:700}.badge.transit{background:#e0f5f6;color:#0891a0}.badge.done{background:#e0f5f6;color:#0b7285}.badge.delayed{background:#fdf0e8;color:var(--ember)}.workspace footer{height:53px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;color:#8c96a8;font-size:11px}.empty{text-align:center;padding:70px}.empty p{color:var(--muted)}.scrim{position:fixed;inset:0;background:#14213d66;z-index:40}.modal>.scrim{z-index:0}aside{position:fixed;z-index:50;top:0;right:0;bottom:0;width:min(455px,94vw);background:#fff;box-shadow:-18px 0 45px #11182b24;display:flex;flex-direction:column}.asidehead,.modalhead{display:flex;justify-content:space-between;padding:22px 24px;border-bottom:1px solid var(--line)}.asidehead small{color:var(--blue);font-size:11px;letter-spacing:.14em;font-weight:800}.asidehead h2,.modalhead h2{margin:8px 0 0;font-size:20px}.asidehead button,.modalhead button{border:0;background:transparent;font-size:27px;color:#7d899c}.asidebody{padding:24px;flex:1;overflow:auto}.asidebody dl{border:1px solid var(--line);border-radius:10px;margin:22px 0}.asidebody dl div{display:flex;justify-content:space-between;padding:13px;border-bottom:1px solid var(--line)}.asidebody dl div:last-child{border:0}dt{color:var(--muted)}dd,dt{font-size:12px}dd{margin:0;font-weight:700}.asidebody h3{font-size:15px}.event{display:flex;gap:12px;margin-top:18px}.event>i{width:28px;height:28px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-style:normal}.event p{color:var(--muted);font-size:13px;margin:5px 0}.event small{color:#929cac}.notice{display:flex;gap:10px;background:#e0f5f6;color:#0b7285;padding:14px;border-radius:9px;margin-top:25px}.notice small,.notice span{display:block}.asidefoot{padding:18px 24px;border-top:1px solid var(--line)}.asidefoot button{width:100%}.modal{position:fixed;inset:0;z-index:70;display:grid;place-items:center}.modal>section{position:relative;z-index:1;background:#fff;border-radius:14px;width:min(540px,94vw);overflow:hidden}.modalhead p{margin:6px 0 0;color:var(--muted);font-size:13px}.modalbody{padding:22px 24px}.file{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:9px;padding:14px;color:var(--blue)}.file span{flex:1}.file small,.file strong{display:block}.file small{color:var(--muted);font-size:12px;margin-top:4px}.file>b{color:#168260;font-size:12px}.preview{border:1px solid var(--line);border-radius:9px;margin-top:15px;overflow:hidden}.preview p{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;padding:10px;margin:0;border-bottom:1px solid var(--line);font-size:11px;gap:6px}.form label{display:block;font-weight:700;margin-bottom:15px}.form select,.form textarea{display:block;width:100%;margin-top:7px;border:1px solid #dce3ed;border-radius:8px;padding:10px}.form textarea{min-height:80px}.actions{display:flex;justify-content:flex-end;gap:8px;background:#fafbfd;padding:16px 24px;border-top:1px solid var(--line)}.toast{position:fixed;z-index:100;left:50%;bottom:25px;transform:translateX(-50%);background:#17243c;color:#fff;border-radius:9px;padding:14px 17px;box-shadow:0 10px 30px #11182740}@media (max-width:900px){.cards{grid-template-columns:repeat(2,1fr)}.toolbar{flex-direction:column;align-items:flex-start;gap:15px}.toolbar label{width:100%}.toolbar-actions{width:100%;flex-direction:column;align-items:stretch}}@media (max-width:650px){.content,header{padding-left:16px;padding-right:16px}.user span{display:none}.heading{align-items:flex-start;flex-direction:column;gap:18px}.heading>div:last-child{width:100%}.heading button{flex:1}.cards{grid-template-columns:1fr}.cards article{min-height:82px;padding:14px}.workspace nav{overflow:auto;padding:0 14px}.workspace nav button{white-space:nowrap}.toolbar{padding:16px}}.auth-loading{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:12px;background:#f5f6f6;color:#8a8a8a;text-align:center;padding:24px}.auth-logo,.mobile-auth-logo{height:40px;width:auto}.auth-page{min-height:100vh;background:#fff;display:grid;grid-template-columns:minmax(390px,46%) 1fr}.auth-story{position:relative;overflow:hidden;padding:54px clamp(38px,5vw,80px);display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:radial-gradient(circle at 80% 20%,#4a88c8 0,transparent 35%),linear-gradient(145deg,#12233a,#1c4a7a 62%,#286cb4)}.auth-story:after{content:"";position:absolute;width:430px;height:430px;border:1px solid #ffffff1f;border-radius:50%;right:-180px;bottom:-170px;box-shadow:0 0 0 60px #ffffff08,0 0 0 120px #ffffff06}.auth-wordmark{position:relative;z-index:1;display:flex;align-items:center;gap:12px}.auth-wordmark img{height:36px;width:auto}.auth-story>div:nth-child(2){position:relative;z-index:1;max-width:520px}.auth-kicker{font-size:10px!important;letter-spacing:.2em!important;font-weight:800!important;color:#8ebcff!important}.auth-story h1{font-size:clamp(38px,4.3vw,64px);line-height:1.04;letter-spacing:-2.2px;margin:16px 0 24px}.auth-story p{font-size:16px;line-height:1.7;color:#c5d8f5;max-width:480px}.auth-story>small{position:relative;z-index:1;color:#98b7e3}.auth-form-panel{width:min(410px,calc(100% - 48px));margin:auto}.auth-form-heading{margin-bottom:28px}.auth-form-heading h2{font-size:29px;letter-spacing:-.7px;margin:0 0 8px}.auth-form-heading p{color:#8a8a8a;margin:0}.mobile-auth-logo{display:none;margin-bottom:28px}.auth-help{text-align:center;color:#8a8a8a;font-size:11px;margin-top:22px}.clerk-user-button{position:fixed;right:4vw;top:17px;z-index:31}@media (max-width:760px){.auth-page{display:block;padding:42px 0}.auth-story{display:none}.auth-form-panel{padding-top:8vh}.mobile-auth-logo{display:grid}.clerk-user-button{right:68px}}@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_0d7163{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_0d7163{--font-dm-sans:"DM Sans","DM Sans Fallback"}@font-face{font-family:DM Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/64418ffc17e50301-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0e96d314a90a6138-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba43ea3467e29870-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b7ea2ab4a8ad1f81-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Mono Fallback;src:local("Arial");ascent-override:73.71%;descent-override:23.03%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9ef920{font-family:DM Mono,DM Mono Fallback;font-style:normal}.__variable_9ef920{--font-dm-mono:"DM Mono","DM Mono Fallback"}