@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.float-left{float:left}.float-right{float:right}.grid{display:grid}.table{display:table}}:root{--ink:#23313a;--blue:#3d6178;--orange:#e8912d;--paper:#f5f3ed;--white:#fff;--muted:#65717a;--line:#d9ddd9;--sage:#819784}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{border-bottom:1px solid #23313a1f;justify-content:space-between;align-items:center;max-width:1440px;height:88px;margin:auto;padding:0 5vw;display:flex}.site-header nav{color:#4f5d65;gap:38px;font-size:13px;font-weight:600;display:flex}.site-header nav a{transition:color .2s}.site-header nav a:hover{color:var(--orange)}.logo-link{display:inline-flex}.brand{align-items:center;gap:17px;display:inline-flex}.brand-mark{width:52px;height:39px;display:inline-block;position:relative}.brand-mark i,.mini-mark i{background:var(--blue);width:8px;height:34px;position:absolute;bottom:1px;transform:skewY(-42deg)}.brand-mark i:first-child{height:26px;left:3px}.brand-mark i:nth-child(2){background:var(--orange);bottom:9px;left:22px}.brand-mark i:nth-child(3){height:26px;left:41px}.brand-name{letter-spacing:.22em;text-transform:uppercase;font-size:20px;font-weight:700;line-height:1}.brand-light .brand-name{color:#fff}.brand-light .brand-mark i{background:#a5bfcd}.brand-light .brand-mark i:nth-child(2){background:var(--orange)}.button{background:var(--ink);color:#fff;letter-spacing:.02em;justify-content:center;align-items:center;gap:18px;padding:16px 21px;font-size:13px;font-weight:700;transition:transform .2s,background .2s;display:inline-flex}.button:hover{background:var(--blue);transform:translateY(-2px)}.button span{color:var(--orange);font-size:18px}.button-small{padding:12px 16px}.hero{grid-template-columns:.82fr 1.18fr;align-items:center;gap:3vw;max-width:1440px;min-height:730px;margin:auto;padding:85px 5vw 95px;display:grid;overflow:hidden}.hero-copy{z-index:2;position:relative}.eyebrow{color:var(--blue);letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:11px;font-size:11px;font-weight:800;display:flex}.eyebrow>span{background:var(--orange);width:22px;height:2px;display:inline-block}h1{letter-spacing:-.055em;margin:29px 0;font-size:clamp(54px,5.8vw,88px);font-weight:600;line-height:.96}h1 em{color:var(--blue);font-family:Georgia,Times New Roman,serif;font-weight:400}.hero-lede{max-width:525px;color:var(--muted);font-size:18px;line-height:1.65}.hero-actions{align-items:center;gap:28px;margin-top:38px;display:flex}.text-link{border-bottom:1px solid #9ea6a5;padding:8px 0;font-size:13px;font-weight:700}.text-link span{color:var(--orange);margin-left:12px}.quiet-note{letter-spacing:.04em;color:#8b9498;margin-top:25px;font-size:11px}.hero-visual{align-items:center;height:540px;display:flex;position:relative}.visual-glow{background:radial-gradient(circle,#3d617824,#3d617800 68%);border-radius:50%;width:620px;height:620px;position:absolute;top:-6%;left:5%}.app-window{z-index:1;transform-origin:0;background:#fafaf8;border:1px solid #e2e3df;width:760px;min-width:670px;height:450px;display:flex;transform:perspective(1400px)rotateY(-4deg)rotateX(1deg);box-shadow:0 30px 70px #1f2d342e,0 2px 6px #1f2d3414}.sidebar{background:var(--ink);flex-direction:column;align-items:center;gap:15px;width:56px;padding:20px 0;display:flex}.mini-mark{width:25px;height:27px;margin-bottom:18px;position:relative}.mini-mark i{background:#91adbd;width:4px;height:18px}.mini-mark i:first-child{height:14px;left:2px}.mini-mark i:nth-child(2){background:var(--orange);bottom:6px;left:10px}.mini-mark i:nth-child(3){height:14px;left:18px}.side-icon{border-radius:3px;place-items:center;width:29px;height:29px;display:grid}.side-icon.active{background:#3b5361}.side-icon b{opacity:.75;border:1px solid #a9bbc3;border-radius:2px;width:11px;height:11px}.side-icon:nth-child(3) b{border-width:3px;border-radius:50%}.side-icon:nth-child(4) b{border-width:0 0 1px;border-radius:0;box-shadow:0 -4px #a9bbc3,0 4px #a9bbc3}.side-icon.bottom{margin-top:auto}.app-main{flex:1;padding:25px 28px;overflow:hidden}.app-top{border-bottom:1px solid #e5e6e2;justify-content:space-between;align-items:center;padding-bottom:20px;display:flex}.app-top small,.metric small,.floating-card small{letter-spacing:.12em;color:#8c9599;margin-bottom:6px;font-size:8px;display:block}.app-top strong{font-size:19px}.avatar-row{align-items:center;display:flex}.avatar-row>span{background:#aab8b9;border:2px solid #fff;border-radius:50%;width:25px;height:25px;margin-left:-5px}.avatar-row>span:nth-child(2){background:#c4aa8d}.avatar-row>span:nth-child(3){background:#7d929c}.avatar-row button{background:var(--ink);color:#fff;border:0;margin-left:10px;padding:7px 10px;font-size:9px}.status-row{grid-template-columns:1fr .9fr 1fr;padding:21px 0;display:grid}.metric{border-right:1px solid #e0e2df;padding:0 20px}.metric:first-child{padding-left:0}.metric:last-child{border:0}.metric strong{margin:7px 0 5px;font-size:18px;display:block}.metric>span{color:#8a9295;font-size:9px}.metric .good{color:#66846e}.status-dot{background:#6d9874;border-radius:50%;width:7px;height:7px;margin-right:7px;display:inline-block}.dashboard-grid{grid-template-columns:1.25fr .9fr;gap:13px;display:grid}.card{background:#fff;border:1px solid #e1e4e0;height:225px;padding:16px}.card-title{justify-content:space-between;align-items:center;font-size:10px;font-weight:700;display:flex}.card-title button{color:#7e878b;background:#f5f5f2;border:0;padding:6px 8px;font-size:8px}.card-title>b{color:#be6c16;background:#f7e6d3;border-radius:50%;place-items:center;width:17px;height:17px;font-size:9px;display:grid}.chart{height:140px;margin-top:12px;display:flex}.chart-labels{color:#a0a6a8;flex-direction:column;justify-content:space-between;width:30px;font-size:7px;display:flex}.chart-area{flex:1;position:relative}.grid-lines{flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:2px 0}.grid-lines i{border-top:1px solid #eef0ed;display:block}.bar-set{align-items:flex-end;gap:10px;display:flex;position:absolute;inset:0 8px 0 0}.bar-set>i{background:#d9e2e5;flex:1;position:relative}.bar-set>i b{background:var(--blue);position:absolute;inset:auto 0 0}.chart-key{color:#7c8589;justify-content:center;gap:15px;font-size:7px;display:flex}.chart-key i{width:6px;height:6px;margin-right:4px;display:inline-block}.planned{background:#d9e2e5}.actual{background:var(--blue)}.attention-item{border-bottom:1px solid #eef0ed;align-items:center;gap:9px;padding:13px 0;display:flex}.attention-item>i{color:#c27522;background:#f6e9db;place-items:center;width:30px;height:27px;font-size:7px;font-style:normal;font-weight:800;display:grid}.attention-item>i.blue{color:#476f84;background:#e1e9ec}.attention-item>i.sage{color:#64816a;background:#e5ebe4}.attention-item div{flex:1}.attention-item strong,.attention-item span{font-size:8px;display:block}.attention-item span{color:#969da0;margin-top:4px}.attention-item>b{color:#a7acae}.view-all{width:100%;color:var(--blue);background:0 0;border:0;justify-content:space-between;margin-top:8px;font-size:8px;font-weight:700;display:flex}.floating-card{z-index:2;background:#fff;align-items:center;gap:12px;padding:14px 18px;display:flex;position:absolute;box-shadow:0 15px 35px #1f2d342b}.float-left{bottom:22px;left:-25px}.float-right{top:35px;right:-28px}.float-icon{color:#568064;background:#e2ece4;place-items:center;width:30px;height:30px;font-weight:800;display:grid}.orange-icon{color:#ce7418;background:#faead9}.floating-card small{margin-bottom:4px;font-size:7px}.floating-card strong{font-size:10px}.trust-strip{background:#fff;border-top:1px solid #e4e5e1;border-bottom:1px solid #e4e5e1;justify-content:center;align-items:center;gap:70px;min-height:88px;padding:20px 5vw;display:flex}.trust-strip>span{color:#69757b;font:italic 17px Georgia,serif}.trust-strip div{letter-spacing:.15em;color:#56656d;align-items:center;gap:25px;font-size:9px;display:flex}.trust-strip i{background:var(--orange);width:4px;height:4px;transform:rotate(45deg)}.section{max-width:1440px;margin:auto;padding:125px 7vw}.platform{grid-template-columns:.78fr 1.22fr;gap:10vw;display:grid}.section-intro h2,.workflow h2,.cta h2{letter-spacing:-.045em;margin:27px 0;font-size:clamp(42px,4.5vw,68px);font-weight:600;line-height:1.03}.section-intro>p{color:var(--muted);max-width:455px;font-size:16px;line-height:1.7}.feature-list{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.feature-list article{background:#faf9f5;min-height:355px;padding:35px 26px 32px;position:relative}.feature-number{color:#99a1a2;font:12px Georgia,serif}.feature-icon{width:50px;height:50px;margin:55px 0 31px;position:relative}.feature-icon i{border:1.5px solid var(--blue);display:block;position:absolute}.feature-icon.overview i:first-child{inset:2px 14px 14px 2px}.feature-icon.overview i:nth-child(2){border-color:var(--orange);background:#f5f3ed;width:25px;height:25px;bottom:2px;right:2px}.feature-icon.overview i:nth-child(3){background:var(--orange);width:8px;height:8px;bottom:10px;right:10px}.feature-icon.flow i{border-radius:50%;width:11px;height:11px}.feature-icon.flow i:first-child{background:var(--blue);top:19px;left:0}.feature-icon.flow i:nth-child(2){background:var(--orange);border-color:var(--orange);top:0;right:0}.feature-icon.flow i:nth-child(3){background:var(--blue);bottom:0;right:0}.feature-icon.flow:after,.feature-icon.flow:before{content:"";background:var(--blue);width:32px;height:1px;position:absolute;top:25px;left:10px;transform:rotate(-29deg)}.feature-icon.flow:after{transform:rotate(29deg)}.feature-icon.signal i{background:var(--blue);border:0;width:8px;bottom:4px}.feature-icon.signal i:first-child{height:18px;left:4px}.feature-icon.signal i:nth-child(2){background:var(--orange);height:32px;left:20px}.feature-icon.signal i:nth-child(3){height:44px;left:36px}.feature-list h3{margin:0 0 14px;font-size:19px}.feature-list p{color:var(--muted);font-size:13px;line-height:1.6}.workflow{padding-top:35px;padding-bottom:35px}.workflow-panel{background:var(--ink);color:#fff;grid-template-columns:.9fr 1.1fr;gap:9vw;padding:85px 7vw;display:grid}.eyebrow.light{color:#aabcc4}.workflow-copy>p{color:#aab5ba;max-width:450px;font-size:15px;line-height:1.7}.light-link{border-bottom:1px solid #718087;gap:18px;margin-top:35px;padding-bottom:8px;font-size:13px;font-weight:700;display:inline-flex}.light-link span{color:var(--orange)}.workflow-steps article{border-top:1px solid #526069;gap:32px;padding:28px 0;display:flex}.workflow-steps article:last-child{border-bottom:1px solid #526069}.workflow-steps article>span{color:var(--orange);font:italic 15px Georgia,serif}.workflow-steps h3{margin:0 0 8px;font-size:23px}.workflow-steps p{color:#aab5ba;margin:0;font-size:13px;line-height:1.6}.company{text-align:center;padding-top:130px;padding-bottom:130px}.quote{letter-spacing:-.035em;max-width:970px;margin:auto;font-size:clamp(34px,4.2vw,60px);font-weight:500;line-height:1.2}.quote em{color:var(--blue);font-family:Georgia,serif;font-weight:400}.founder-note{color:#8a9396;letter-spacing:.12em;text-transform:uppercase;margin-top:30px;font-size:11px}.cta{background:#e7e8e2;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:0;display:flex}.cta h2{margin-bottom:15px}.cta p{color:var(--muted);max-width:570px;line-height:1.6}.button-large{white-space:nowrap;padding:19px 25px}footer{color:#fff;background:#19262e;grid-template-columns:1fr 1fr 1fr;align-items:center;min-height:190px;padding:60px 7vw;display:grid}footer>p{color:#9eabb1;text-align:center;font:italic 15px Georgia,serif}footer>div{color:#9eabb1;justify-content:flex-end;gap:35px;font-size:11px;display:flex}@media (max-width:1050px){.hero{grid-template-columns:1fr;padding-top:60px}.hero-copy{max-width:650px}.hero-visual{margin-top:15px}.platform,.workflow-panel{grid-template-columns:1fr}}@media (max-width:760px){.site-header{height:72px}.site-header nav{display:none}.brand{gap:10px}.brand-mark{transform-origin:0;width:43px;transform:scale(.8)}.brand-name{font-size:16px}.button-small{font-size:11px}.hero{min-height:auto;padding:55px 6vw 65px}h1{font-size:54px}.hero-lede{font-size:16px}.hero-actions{flex-direction:column;align-items:flex-start;gap:15px}.hero-visual{width:100%;height:380px}.app-window{transform-origin:0;min-width:650px;transform:scale(.68)}.float-right{display:none}.float-left{transform-origin:0 100%;transform:scale(.8)}.trust-strip{flex-direction:column;align-items:flex-start;gap:20px}.trust-strip div{flex-wrap:wrap;gap:11px}.section{padding:85px 6vw}.feature-list{grid-template-columns:1fr}.feature-list article{min-height:260px}.feature-icon{margin:35px 0 25px}.workflow{padding:0}.workflow-panel{padding:75px 8vw}.cta{flex-direction:column;align-items:flex-start}footer{text-align:left;grid-template-columns:1fr;gap:30px}footer>p{text-align:left}footer>div{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}.portal-root{color:#25323a;--portal-accent:#3d6178;background:#f2f3f0;min-height:100vh}.portal-topbar{z-index:20;color:#fff;background:#202e36;border-bottom:1px solid #40505a;justify-content:space-between;align-items:center;height:72px;padding:0 30px;display:flex;position:sticky;top:0}.portal-brand{color:inherit;align-items:center;gap:13px;display:flex}.portal-brand>span:last-child{flex-direction:column;display:flex}.portal-brand strong{text-transform:uppercase;letter-spacing:.18em;font-size:16px}.portal-brand small{color:#92a4ad;letter-spacing:.15em;text-transform:uppercase;margin-top:4px;font-size:8px}.portal-mark{width:36px;height:31px;display:block;position:relative}.portal-mark i{background:#7fa0b2;width:6px;height:22px;position:absolute;bottom:2px;transform:skewY(-42deg)}.portal-mark i:first-child{height:17px;left:2px}.portal-mark i:nth-child(2){background:#e8912d;height:24px;bottom:7px;left:15px}.portal-mark i:last-child{height:17px;left:28px}.portal-top-actions{align-items:center;gap:14px;display:flex}.top-search{color:#aebbc1;text-align:left;background:#2c3a42;border:1px solid #4a5a63;border-radius:6px;align-items:center;gap:8px;width:210px;height:36px;padding:0 10px;font-size:11px;display:flex}.top-search span{font-size:20px}.top-search kbd{border:1px solid #57666e;border-radius:4px;margin-left:auto;padding:2px 5px;font-family:inherit;font-size:8px}.notification{color:#c8d1d5;background:0 0;border:1px solid #4a5a63;border-radius:6px;width:36px;height:36px;position:relative}.notification i{background:var(--orange);border-radius:50%;width:6px;height:6px;position:absolute;top:6px;right:7px}.account{border-left:1px solid #47565e;align-items:center;gap:9px;padding-left:14px;display:flex}.account>span{background:#42687c;border-radius:6px;place-items:center;width:34px;height:34px;font-size:10px;font-weight:800;display:grid}.account div{flex-direction:column;min-width:115px;display:flex}.account strong{font-size:10px}.account small{color:#8ea0a9;margin-top:3px;font-size:8px}.account>b{color:#81939b;font-size:10px}.portal-frame{grid-template-columns:230px minmax(0,1fr);min-height:calc(100vh - 72px);display:grid}.portal-sidebar{background:#fff;border-right:1px solid #daddd9;flex-direction:column;height:calc(100vh - 72px);padding:25px 14px 18px;display:flex;position:sticky;top:72px;overflow-y:auto}.portal-sidebar nav,.sidebar-bottom{flex-direction:column;gap:3px;display:flex}.portal-sidebar nav>p{color:#9aa2a4;letter-spacing:.14em;text-transform:uppercase;margin:14px 10px 6px;font-size:8px;font-weight:800}.portal-sidebar nav>p:first-child{margin-top:0}.portal-sidebar a{color:#59666d;border-radius:6px;align-items:center;gap:11px;min-height:39px;padding:0 11px;font-size:11px;font-weight:650;display:flex}.portal-sidebar a:hover{color:#283841;background:#f1f3f1;text-decoration:none}.portal-sidebar a.active{color:#284b5d;background:#e9eef0;box-shadow:inset 3px 0 #e8912d}.portal-sidebar a i{color:#6d818b;text-align:center;width:22px;font-size:9px;font-style:normal;font-weight:800}.sidebar-bottom{border-top:1px solid #e4e6e3;margin-top:auto;padding-top:18px}.trial-note{background:#f7f7f4;border:1px solid #dce1df;border-radius:7px;flex-direction:column;margin:16px 4px 0;padding:15px;display:flex}.trial-note span{color:#ca7420;letter-spacing:.13em;font-size:7px;font-weight:900}.trial-note strong{margin-top:7px;font-size:10px}.trial-note small{color:#7d878b;margin-top:5px;font-size:8px;line-height:1.5}.portal-content{min-width:0}.portal-page{max-width:1260px;margin:auto;padding:42px 4vw 70px}.portal-welcome,.module-heading{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px;display:flex}.portal-eyebrow{color:#557383;letter-spacing:.16em;text-transform:uppercase;margin-bottom:9px;font-size:8px;font-weight:850;display:block}.portal-welcome h1,.module-heading h1{letter-spacing:-.04em;color:#26343c;margin:0 0 8px;font-size:31px}.portal-welcome p,.module-heading p{color:#758086;margin:0;font-size:12px}.portal-button{color:#fff;cursor:pointer;background:#31596d;border:1px solid #284858;border-radius:5px;justify-content:center;align-items:center;gap:8px;min-height:41px;padding:0 17px;font-size:10px;font-weight:750;display:inline-flex;box-shadow:0 3px 8px #26435026}.portal-button:hover{color:#fff;background:#284d60;text-decoration:none}.portal-button span{color:#efaa59;font-size:15px}.setup-banner{background:linear-gradient(100deg,#edf2f3,#f8f8f5);border:1px solid #ccd8dc;border-radius:7px;align-items:center;gap:17px;min-height:82px;padding:16px 20px;display:flex;box-shadow:0 2px 6px #23313a0a}.setup-progress{text-align:center;border:3px solid #e8912d;border-radius:50%;place-content:center;width:46px;height:46px;font-size:12px;font-weight:800;display:grid}.setup-progress span{color:#8c969a;font-size:6px;font-weight:600;display:block}.setup-banner div:nth-child(2){flex:1}.setup-banner strong{font-size:11px}.setup-banner p{color:#788489;margin:5px 0 0;font-size:9px}.setup-banner>a{color:#355d71;font-size:10px;font-weight:750}.setup-banner>a span{color:#df8224;margin-left:8px}.portal-section{margin-top:42px}.portal-section-title{justify-content:space-between;align-items:flex-end;margin-bottom:16px;display:flex}.portal-section-title h2{color:#2d3940;margin:0 0 5px;font-size:16px}.portal-section-title p{color:#7c8589;margin:0;font-size:10px}.portal-section-title>a{color:#4e7182;font-size:9px;font-weight:700}.module-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.module-card{color:#2e3a41;background:#fff;border:1px solid #dadeda;border-radius:7px;flex-direction:column;min-height:165px;padding:20px;transition:transform .16s,box-shadow .16s,border-color .16s;display:flex;position:relative;box-shadow:0 2px 5px #23313a0a}.module-card:hover{border-color:#afbdc2;text-decoration:none;transform:translateY(-2px);box-shadow:0 10px 25px #23313a17}.module-icon{color:#3e6477;letter-spacing:.05em;background:#e7edef;border-radius:5px;place-items:center;width:35px;height:35px;margin-bottom:22px;font-size:9px;font-weight:900;display:grid}.module-card h3{margin:0 0 6px;font-size:12px}.module-card p{color:#818b8f;margin:0;font-size:9px;line-height:1.45}.module-card>b{color:#d47d25;font-size:14px;position:absolute;bottom:16px;right:17px}.empty-pill{color:#90989a;background:#f1f2ef;border-radius:10px;place-items:center;min-width:20px;height:20px;font-size:8px;display:grid;position:absolute;top:19px;right:18px}.quick-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px;display:grid}.quick-grid>div{background:#f8f8f5;border:1px solid #dde0dc;border-radius:7px;min-height:145px;padding:20px}.quick-icon{color:#537689;font-size:21px}.quick-grid h3{margin:18px 0 7px;font-size:11px}.quick-grid p{color:#848d90;margin:0 0 14px;font-size:9px}.quick-grid small{color:#9aa1a2;font-size:8px}.breadcrumbs{color:#929a9d;letter-spacing:.06em;text-transform:uppercase;gap:7px;margin-bottom:21px;font-size:8px;display:flex}.breadcrumbs a{color:#5d7885}.module-toolbar{background:#fff;border:1px solid #d9ddda;border-radius:7px;gap:8px;margin-bottom:14px;padding:10px;display:flex}.portal-search{flex:1;align-items:center;gap:8px;display:flex}.portal-search span{color:#78898f;font-size:17px}.portal-search input{color:#3f4c52;background:0 0;border:0;outline:0;width:100%;height:32px;font-size:10px}.module-toolbar>button{color:#606d72;background:#fafaf8;border:1px solid #d7dcda;border-radius:5px;min-width:90px;font-size:9px}.portal-empty{text-align:center;background:#fff;border:1px solid #dce0dd;border-radius:7px;flex-direction:column;justify-content:center;align-items:center;min-height:440px;padding:70px 20px;display:flex}.empty-icon{color:#466a7b;background:#edf2f3;border:1px solid #ccd7da;border-radius:9px;place-items:center;width:62px;height:62px;font-size:13px;font-weight:900;display:grid;box-shadow:10px 10px #f6eee4}.portal-empty h2{color:#2e3b42;margin:27px 0 9px;font-size:17px}.portal-empty p{color:#7a8589;max-width:450px;margin:0 0 24px;font-size:11px;line-height:1.6}.portal-empty>a{color:#557789;margin-top:14px;font-size:9px;font-weight:700}.module-primary-action{position:absolute;top:42px;right:4vw}.modal-backdrop{z-index:60;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#16222894;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.portal-modal{background:#fff;border-radius:8px;width:min(520px,100%);max-height:90vh;overflow-y:auto;box-shadow:0 30px 90px #0f1a1f59}.portal-modal>header{border-bottom:1px solid #e1e4e2;justify-content:space-between;padding:23px 25px 18px;display:flex}.portal-modal h2{margin:0;font-size:19px}.portal-modal header>button{color:#647177;cursor:pointer;background:#f1f3f1;border:0;border-radius:50%;width:31px;height:31px;font-size:19px}.portal-modal form{padding:22px 25px 25px}.portal-modal form>label{color:#4e5d64;margin-bottom:16px;font-size:9px;font-weight:750;display:block}.portal-modal input,.portal-modal textarea{background:#fafaf8;border:1px solid #d4dad8;border-radius:5px;width:100%;margin-top:7px;padding:0 11px;font-size:10px}.portal-modal input{height:40px}.portal-modal input[type=file]{padding:9px}.portal-modal textarea{resize:vertical;min-height:78px;padding-top:11px}.portal-modal footer{border-top:1px solid #e5e7e4;justify-content:flex-end;align-items:center;gap:9px;padding-top:17px;display:flex}.portal-modal footer>button:first-child{color:#647177;cursor:pointer;background:#fff;border:1px solid #d2d8d6;border-radius:5px;min-height:40px;padding:0 15px;font-size:9px}.first-record{background:#fff;border:1px solid #d6ddda;border-left:4px solid #e8912d;border-radius:7px;align-items:center;gap:18px;min-height:120px;padding:22px;display:flex;box-shadow:0 5px 18px #23313a0f}.record-symbol{color:#3e6477;background:#e7edef;border-radius:6px;place-items:center;width:47px;height:47px;font-size:10px;font-weight:900;display:grid}.first-record>div:nth-child(2){flex:1}.first-record>div:nth-child(2)>span{color:#c97521;letter-spacing:.13em;font-size:6px;font-weight:900}.first-record h2{margin:5px 0 3px;font-size:14px}.first-record p{color:#818b8f;margin:0;font-size:9px}.first-record>button{color:#456b7d;cursor:pointer;background:0 0;border:0;font-size:9px;font-weight:750}.first-record>button span{color:#dd8125;margin-left:7px}.settings-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:18px;display:grid}.settings-card,.brand-preview{background:#fff;border:1px solid #daddd9;border-radius:7px;padding:26px}.settings-heading{border-bottom:1px solid #e5e7e4;justify-content:space-between;margin-bottom:22px;padding-bottom:20px;display:flex}.settings-heading h2{margin:0 0 5px;font-size:14px}.settings-heading p{color:#838c90;margin:0;font-size:9px}.settings-heading>span{color:#b9691c;letter-spacing:.09em;background:#f6eadc;border-radius:3px;place-items:center;height:19px;padding:0 7px;font-size:6px;font-weight:900;display:grid}.settings-card>label{color:#536168;margin-bottom:21px;font-size:9px;font-weight:750;display:block}.settings-card>label>input,.url-field{background:#fbfbf9;border:1px solid #d6dcda;border-radius:5px;width:100%;min-height:40px;margin-top:7px}.settings-card>label>input{padding:0 11px}.url-field{align-items:center;display:flex;overflow:hidden}.url-field span{color:#899295;background:#f1f3f1;border-right:1px solid #d6dcda;align-items:center;height:38px;padding:0 10px;font-size:9px;display:flex}.url-field input{background:0 0;border:0;outline:0;flex:1;height:38px;padding:0 10px;font-size:10px}.upload-row{align-items:center;gap:13px;margin-top:8px;display:flex}.logo-preview{background:var(--tenant-accent);color:#fff;border:1px solid #ced8db;border-radius:7px;place-items:center;width:54px;height:54px;font-size:13px;font-weight:900;display:grid;overflow:hidden}.logo-preview img{object-fit:cover;width:100%;height:100%}.logo-preview.small{border-radius:4px;width:31px;height:31px;font-size:8px}.upload-row>div:last-child{flex-direction:column;align-items:flex-start;display:flex}.upload-button{color:#4c5d65;cursor:pointer;background:#fafbf9;border:1px solid #ccd3d1;border-radius:4px;padding:7px 10px;font-size:8px}.upload-button input{display:none}.upload-row small{color:#979fa1;margin-top:6px;font-size:7px}.color-row{align-items:center;gap:9px;margin-top:8px;display:flex}.color-row button,.color-row input{cursor:pointer;border:3px solid #fff;border-radius:50%;width:31px;height:31px;padding:0;box-shadow:0 0 0 1px #d2d7d5}.color-row button.selected{box-shadow:0 0 0 2px var(--tenant-accent)}.color-row input{overflow:hidden}.brand-preview>span{color:#8c9699;letter-spacing:.14em;font-size:7px;font-weight:850}.preview-window{background:#f5f5f2;border:1px solid #d6dcda;border-radius:6px;margin-top:16px;overflow:hidden;box-shadow:0 12px 30px #23313a17}.preview-bar{color:#fff;background:var(--tenant-accent);align-items:center;gap:9px;height:55px;padding:0 14px;display:flex}.preview-bar strong{font-size:9px}.preview-bar i{background:#ffffff40;border-radius:50%;width:23px;height:23px;margin-left:auto}.preview-body{padding:35px 25px 40px}.preview-body>small{color:var(--tenant-accent);letter-spacing:.13em;font-size:6px;font-weight:900}.preview-body h3{margin:9px 0 6px;font-size:19px}.preview-body p{color:#849094;margin:0;font-size:8px}.preview-project{background:#fff;border:1px solid #dde0dd;border-radius:5px;align-items:center;gap:10px;margin-top:26px;padding:13px;display:flex}.preview-project>b{background:var(--tenant-accent);width:5px;height:30px}.preview-project div{flex-direction:column;display:flex}.preview-project strong{font-size:8px}.preview-project span{color:#969da0;margin-top:4px;font-size:6px}.brand-preview>p{color:#879094;margin:20px 4px 0;font-size:8px;line-height:1.6}.cta-actions{align-items:center;gap:24px;display:flex}.login-page{background:radial-gradient(circle at 50% 10%,#eef2f1,#f5f3ed 48%,#ecebe5);flex-direction:column;align-items:center;min-height:100vh;padding:45px 20px;display:flex}.login-brand{color:#25333b}.login-card{background:#fffffff2;border:1px solid #d8dcda;border-radius:8px;width:min(420px,100%);margin-top:55px;padding:38px 40px;box-shadow:0 24px 60px #23313a1f}.login-card h1{letter-spacing:-.04em;margin:8px 0 9px;font-size:28px}.login-card>p{color:#7a8589;margin:0 0 29px;font-size:11px}.login-card>label{color:#536168;margin-bottom:17px;font-size:9px;font-weight:750;display:block}.login-card>label>input,.password-row{background:#fafaf8;border:1px solid #d3d9d7;border-radius:5px;width:100%;height:43px;margin-top:7px}.login-card>label>input{padding:0 12px}.password-row{display:flex;overflow:hidden}.password-row input{background:0 0;border:0;outline:0;flex:1;padding:0 12px}.password-row button{color:#56798a;background:0 0;border:0;width:55px;font-size:8px;font-weight:700}.login-options{color:#778387;justify-content:space-between;margin:1px 0 22px;font-size:8px;display:flex}.login-options label{align-items:center;gap:6px;display:flex}.login-options a{color:#4d7080;font-weight:700}.login-submit{width:100%}.login-divider{justify-content:center;align-items:center;height:45px;display:flex}.login-divider:before,.login-divider:after{content:"";border-top:1px solid #e1e4e2;flex:1}.login-divider span{color:#a0a6a8;letter-spacing:.12em;padding:0 10px;font-size:6px}.preview-entry{color:#526c79;background:#f7f8f5;border:1px solid #d9ddda;border-radius:5px;justify-content:space-between;align-items:center;height:40px;padding:0 12px;font-size:9px;font-weight:700;display:flex}.preview-entry:hover{background:#f0f3f1;text-decoration:none}.login-foot{color:#7d878b;margin-top:25px;font-size:9px}.login-foot a{color:#3d6178;font-weight:750}@media (max-width:1000px){.portal-frame{grid-template-columns:74px minmax(0,1fr)}.portal-sidebar{padding:22px 8px}.portal-sidebar a{justify-content:center;font-size:0}.portal-sidebar a i{font-size:9px}.portal-sidebar nav>p,.trial-note{display:none}.module-grid{grid-template-columns:repeat(2,1fr)}.settings-grid{grid-template-columns:1fr}}@media (max-width:650px){.portal-topbar{padding:0 14px}.portal-brand small,.top-search,.account div,.account>b{display:none}.account{padding-left:9px}.portal-frame{display:block}.portal-sidebar{z-index:19;border:0;border-top:1px solid #daddd9;flex-direction:row;width:auto;height:60px;padding:6px;position:fixed;inset:auto 0 0;overflow:hidden}.portal-sidebar nav{flex-direction:row;justify-content:space-around;width:100%}.portal-sidebar nav a{min-width:55px;display:none}.portal-sidebar nav a:first-of-type,.portal-sidebar nav a:nth-of-type(2),.portal-sidebar nav a:nth-of-type(4),.portal-sidebar nav a:nth-of-type(7){display:flex}.sidebar-bottom{display:none}.portal-page{padding:30px 18px 90px}.portal-welcome,.module-heading{flex-direction:column;align-items:flex-start}.setup-banner{align-items:flex-start}.setup-banner>a{display:none}.module-grid,.quick-grid{grid-template-columns:1fr}.module-card{min-height:135px}.portal-section-title>a,.module-toolbar>button{display:none}.module-primary-action{margin:-10px 0 18px;position:static}.login-card{margin-top:35px;padding:30px 25px}.cta-actions{flex-direction:column;align-items:flex-start}}
