@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{--navy:#102f49;--blue:#287ba3;--soft-blue:#dceef5;--mint:#cde9df;--yellow:#f5d77a;--coral:#f26b5b;--lavender:#ddd9ed;--off-white:#f7f8f6;--white:#fff;--text:#102f49;--muted:#6f8798;--border:#dce5e9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--off-white);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:DM Sans,sans-serif}button{font:inherit}button:focus-visible{outline:2px solid var(--blue);outline-offset:4px}.landing-page{overflow:hidden}.site-nav{z-index:100;padding:0 5vw;position:fixed;top:18px;left:0;right:0}.nav-inner{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border:1px solid #102f4917;border-radius:18px;justify-content:space-between;align-items:center;gap:30px;max-width:1240px;min-height:74px;margin:auto;padding:0 20px;display:flex;box-shadow:0 16px 45px #102f491a}.brand{color:var(--text);cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:12px;padding:0;display:flex}.brand-mark{background:var(--navy);color:#fff;letter-spacing:.04em;flex-shrink:0;place-items:center;width:42px;height:42px;font-family:Manrope,sans-serif;font-size:12px;font-weight:800;display:grid}.brand-copy{flex-direction:column;gap:3px;display:flex}.brand-copy strong{font-family:Manrope,sans-serif;font-size:15px;line-height:1}.brand-copy small{color:#8aa0ae;letter-spacing:.18em;font-size:7px;font-weight:700}.desktop-nav{align-items:center;gap:34px;display:flex}.desktop-nav button,.sign-in{color:#516b7d;cursor:pointer;background:0 0;border:0;font-size:13px;font-weight:700;transition:color .25s}.desktop-nav button:hover,.sign-in:hover{color:var(--blue)}.nav-actions{align-items:center;gap:22px;display:flex}.primary-button{background:var(--blue);color:#fff;cursor:pointer;border:0;font-weight:700;transition:transform .25s,background .25s,box-shadow .25s}.primary-button:hover{background:var(--navy);transform:translateY(-3px);box-shadow:0 12px 25px #287ba340}.nav-button{min-height:48px;padding:0 24px}.large-button{align-items:center;gap:24px;min-height:56px;padding:0 25px;display:inline-flex}.large-button span{font-size:20px;transition:transform .25s}.large-button:hover span{transform:translate(4px)}.text-button{color:#61798a;cursor:pointer;background:0 0;border:0;align-items:center;gap:12px;font-weight:700;display:inline-flex}.text-button span{font-size:18px}.reveal{opacity:0;transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);transform:translateY(35px)}.reveal.is-visible{opacity:1;transform:translateY(0)}.hero-section{background:radial-gradient(circle at 80% 48%, #cde9df66, transparent 27%), var(--off-white);min-height:900px;padding:190px 7vw 100px}.hero-inner{grid-template-columns:.9fr 1.1fr;align-items:center;gap:40px;max-width:1280px;min-height:620px;margin:auto;display:grid}.hero-content{z-index:2;position:relative}.hero-eyebrow,.section-eyebrow{color:var(--blue);letter-spacing:.25em;font-size:10px;font-weight:800}.hero-title{letter-spacing:-.065em;margin:28px 0;font-family:Manrope,sans-serif;font-size:clamp(58px,6vw,88px);font-weight:800;line-height:.96}.hero-line{opacity:0;animation:.9s cubic-bezier(.22,1,.36,1) forwards heroText;display:block;transform:translateY(35px)}.hero-line-one{animation-delay:.15s}.hero-line-two{animation-delay:.3s}.hero-line-three{animation-delay:.45s}.hero-line-four{animation-delay:.6s}.blue-text{color:var(--blue)}@keyframes heroText{to{opacity:1;transform:translateY(0)}}.hero-description{color:#6d8495;max-width:580px;font-size:17px;line-height:1.7;transition-delay:.25s}.hero-actions{align-items:center;gap:28px;margin-top:35px;transition-delay:.4s;display:flex}.hero-meta{color:#8499a7;flex-wrap:wrap;gap:20px;margin-top:28px;font-size:11px;font-weight:700;transition-delay:.5s;display:flex}.hero-meta span{align-items:center;gap:7px;display:flex}.hero-meta i{background:var(--mint);border:2px solid #8bcab7;border-radius:50%;width:7px;height:7px;display:inline-block}.hero-visual{aspect-ratio:1;width:min(600px,100%);margin-left:auto;position:relative}.hero-ring{border:1px dashed #287ba333;border-radius:50%;position:absolute}.ring-one{inset:10%}.ring-two{inset:24%}.hero-core{background:var(--navy);color:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:170px;height:170px;animation:5s ease-in-out infinite corePulse;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 30px 70px #102f4938}.hero-core span{color:#83bdd4;letter-spacing:.2em;font-size:9px;font-weight:800}.hero-core strong{text-align:center;margin-top:6px;font-family:Manrope,sans-serif;font-size:16px;line-height:1.2}@keyframes corePulse{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)scale(1.035)}}.hero-node{border:1px solid var(--border);background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:115px;height:115px;animation:5s ease-in-out infinite nodeFloat;display:flex;position:absolute;box-shadow:0 18px 40px #102f491a}.hero-node span{letter-spacing:.16em;color:#8da1ae;font-size:8px;font-weight:800}.hero-node strong{font-family:Manrope,sans-serif;font-size:15px}.hero-node-one{border-top:4px solid var(--blue);top:8%;left:11%}.hero-node-two{border-top:4px solid #72c2aa;animation-delay:.7s;top:9%;right:9%}.hero-node-three{border-top:4px solid var(--yellow);animation-delay:1.2s;bottom:9%;right:11%}.hero-node-four{border-top:4px solid var(--coral);animation-delay:1.8s;bottom:9%;left:11%}@keyframes nodeFloat{0%,to{margin-top:0}50%{margin-top:-8px}}.hero-line-path{transform-origin:0;background:linear-gradient(90deg,#287ba31a,#287ba38c);height:1px;animation:1.3s forwards drawLine;position:absolute;transform:scaleX(0)}.path-one{width:145px;animation-delay:.7s;top:29%;left:29%;transform:rotate(22deg)scaleX(0)}.path-two{width:145px;animation-delay:.9s;top:31%;left:57%;transform:rotate(155deg)scaleX(0)}.path-three{width:145px;animation-delay:1.1s;top:67%;left:59%;transform:rotate(-155deg)scaleX(0)}.path-four{width:145px;animation-delay:1.3s;top:69%;left:29%;transform:rotate(-22deg)scaleX(0)}@keyframes drawLine{to{transform:rotate(22deg)scaleX(1)}}.intro-section{max-width:1280px;margin:auto;padding:160px 7vw 100px}.intro-heading{grid-template-columns:1fr .55fr;align-items:end;gap:80px;margin-top:28px;display:grid}.intro-heading h2,.platform-heading h2,.ecosystem-copy h2{letter-spacing:-.065em;margin:0;font-family:Manrope,sans-serif;font-size:clamp(55px,6vw,82px);line-height:.98}.intro-heading h2 span,.platform-heading h2 span,.ecosystem-copy h2 span{color:var(--blue)}.intro-copy{transition-delay:.2s}.intro-copy p{max-width:470px;color:var(--muted);margin:0;font-size:17px;line-height:1.7}.process-section{max-width:1280px;min-height:1700px;margin:auto;padding:60px 7vw 150px;position:relative}.process-path{background:linear-gradient(to bottom, var(--blue) 0%, var(--blue) 24%, #75c3ad 30%, #75c3ad 49%, var(--yellow) 56%, var(--yellow) 73%, var(--coral) 82%, var(--coral) 100%);opacity:.5;width:2px;position:absolute;top:145px;bottom:190px;left:50%;transform:translate(-50%)}.process-path:before,.process-path:after{content:"";border:3px solid var(--blue);background:#fff;border-radius:50%;width:13px;height:13px;position:absolute;left:50%;transform:translate(-50%)}.process-path:before{top:0}.process-path:after{border-color:var(--coral);bottom:0}.process-step{width:47%;position:relative}.step-one{margin-left:0}.step-two{margin-top:130px;margin-left:auto}.step-three{margin-top:130px}.step-four{margin-top:130px;margin-left:auto}.process-card{border:1px solid var(--border);background:#fff;min-height:370px;padding:35px;transition:transform .35s,box-shadow .35s;position:relative;box-shadow:0 25px 60px #102f4912}.process-card:hover{transform:translateY(-7px);box-shadow:0 35px 75px #102f491f}.step-one .process-card{border-top:5px solid var(--blue)}.step-two .process-card{border-top:5px solid #75c3ad}.step-three .process-card{border-top:5px solid #e6b936}.step-four .process-card{border-top:5px solid var(--coral)}.step-top{justify-content:space-between;align-items:flex-start;display:flex}.step-number{color:#78909f;letter-spacing:.12em;font-size:10px;font-weight:800}.step-icon{border:1px solid;place-items:center;width:58px;height:58px;display:grid}.step-icon svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:28px;height:28px}.blue-icon{color:var(--blue)}.mint-icon{color:#68bda5}.yellow-icon{color:#d49e16}.coral-icon{color:var(--coral)}.step-content{margin-top:55px}.step-label{color:#8ca0ad;letter-spacing:.2em;font-size:8px;font-weight:800}.step-content h3{letter-spacing:-.04em;margin:10px 0 12px;font-family:Manrope,sans-serif;font-size:34px}.step-content p{color:#708796;max-width:410px;margin:0;font-size:14px;line-height:1.65}.step-arrow{color:var(--navy);font-size:22px;position:absolute;bottom:28px;right:32px}.mini-factors{gap:9px;margin-top:28px;display:flex}.mini-factors span{background:#f3faf7;flex-direction:column;min-width:85px;padding:11px;display:flex}.mini-factors small{color:#79a697;font-size:7px;font-weight:800}.mini-factors b{color:#3f987f;margin-top:3px;font-family:Manrope,sans-serif;font-size:21px}.mini-rpn{background:#fff8df;flex-direction:column;width:180px;margin-top:24px;padding:14px;display:flex}.mini-rpn span{color:#9c7d21;font-size:12px}.mini-rpn strong{margin-top:3px;font-family:Manrope,sans-serif;font-size:32px}.mini-rpn small{color:var(--coral);letter-spacing:.15em;margin-top:2px;font-size:7px;font-weight:800}.action-list{color:#d05a4d;flex-direction:column;gap:8px;margin-top:24px;font-size:11px;font-weight:700;display:flex}.risk-controlled{background:var(--navy);color:#fff;letter-spacing:.18em;align-items:center;gap:10px;padding:17px 25px;font-size:9px;font-weight:800;display:flex;position:absolute;bottom:60px;left:50%;transform:translate(-50%);box-shadow:0 18px 40px #102f492e}.controlled-dot{background:var(--mint);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 6px #cde9df21}.platform-section{background:#fff;padding:150px 7vw}.platform-heading{max-width:1280px;margin:auto}.platform-intro{max-width:600px;margin-top:28px}.platform-intro p{color:var(--muted);font-size:17px;line-height:1.7}.capability-grid{grid-template-rows:270px 270px;grid-template-columns:1.25fr 1fr 1fr;gap:16px;max-width:1280px;margin:70px auto 0;display:grid}.capability-card{flex-direction:column;justify-content:space-between;padding:32px;transition:transform .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.capability-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #102f491f}.capability-large{grid-row:span 2}.card-number{letter-spacing:.18em;opacity:.65;font-size:9px;font-weight:800}.capability-card h3{letter-spacing:-.035em;max-width:390px;margin:0 0 10px;font-family:Manrope,sans-serif;font-size:25px}.capability-card p{color:#668091;max-width:420px;margin:0;font-size:13px;line-height:1.65}.blue-card{background:var(--soft-blue)}.mint-card{background:var(--mint)}.coral-card{background:#fae0dc}.yellow-card{background:#fff1c9}.navy-card{background:var(--navy);color:#fff}.navy-card p{color:#b1c5d1}.card-shape{color:#287ba333;border:1px solid #287ba329;border-radius:50%;place-items:center;width:210px;height:210px;font-family:Manrope,sans-serif;font-size:100px;font-weight:800;display:grid;position:absolute;top:45px;right:-45px}.card-symbol{opacity:.75;margin-bottom:auto;font-family:Manrope,sans-serif;font-size:35px}.rpn-section{background:var(--navy);color:#fff;grid-template-columns:.9fr 1.1fr;align-items:center;gap:80px;min-height:760px;padding:150px 7vw;display:grid;position:relative;overflow:hidden}.rpn-glow{filter:blur(30px);background:#287ba33d;border-radius:50%;width:600px;height:600px;position:absolute;top:-180px;right:-180px}.rpn-copy,.rpn-stage{z-index:2;position:relative}.light-eyebrow{color:#82bdd5}.rpn-copy h2{letter-spacing:-.065em;margin:25px 0;font-family:Manrope,sans-serif;font-size:clamp(55px,6vw,80px);line-height:.98}.rpn-copy h2 span{color:#74b7d3}.rpn-copy p{color:#a9bfcc;max-width:530px;font-size:16px;line-height:1.75}.rpn-visual{grid-template-rows:160px 55px 175px;grid-template-columns:130px 35px 130px 35px 130px;justify-content:center;align-items:center;gap:0;display:grid}.factor{background:#ffffff0e;border:1px solid #ffffff2e;flex-direction:column;justify-content:space-between;width:130px;height:160px;padding:20px;display:flex}.factor span,.rpn-result span{letter-spacing:.18em;color:#89a9ba;font-size:7px;font-weight:800}.factor strong{font-family:Manrope,sans-serif;font-size:54px}.severity strong{color:#82c3dd}.occurrence strong{color:#70c7ac}.detection strong{color:#f4ca55}.multiply{text-align:center;color:#7b9aaa;font-size:24px}.equals{text-align:right;color:#7694a4;grid-area:2/1/auto/4;padding-right:20px;font-size:28px}.rpn-result{width:240px;height:190px;color:var(--navy);opacity:0;background:#fff;flex-direction:column;grid-area:2/3/4/6;justify-content:center;padding:25px;display:flex;transform:translateY(30px)scale(.95);box-shadow:0 25px 70px #0003}.rpn-visual.started .rpn-result{animation:.8s .8s forwards rpnReveal}@keyframes rpnReveal{to{opacity:1;transform:translateY(0)scale(1)}}.rpn-result strong{letter-spacing:-.07em;margin-top:5px;font-family:Manrope,sans-serif;font-size:70px}.rpn-result small{color:var(--coral);letter-spacing:.18em;margin-top:4px;font-size:8px;font-weight:800}.ecosystem-section{grid-template-columns:.65fr 1.35fr;align-items:center;gap:60px;max-width:1280px;margin:auto;padding:170px 7vw;display:grid}.ecosystem-copy p{max-width:390px;color:var(--muted);margin-top:30px;line-height:1.7}.ecosystem-wrap{transition-delay:.2s}.ecosystem{aspect-ratio:1;width:min(650px,100%);margin:auto;position:relative}.orbit{border:1px dashed #cbd9df;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-one{width:60%;height:60%}.orbit-two{width:92%;height:92%}.ecosystem-center{background:var(--navy);color:#fff;text-align:center;z-index:2;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:160px;height:160px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 25px 60px #102f492e}.ecosystem-center span{color:#86bdd3;letter-spacing:.2em;font-size:9px;font-weight:800}.ecosystem-center strong{margin-top:8px;font-family:Manrope,sans-serif;font-size:17px;line-height:1.15}.ecosystem-node{border:1px solid var(--border);min-width:110px;min-height:48px;color:var(--text);z-index:3;background:#fff;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-size:10px;font-weight:700;display:flex;position:absolute;box-shadow:0 12px 30px #102f4914}.ecosystem-node i{background:var(--blue);border-radius:50%;width:7px;height:7px;display:block}.node-1{top:5%;left:39%}.node-2{top:17%;right:9%}.node-3{top:43%;right:0}.node-4{bottom:17%;right:9%}.node-5{bottom:5%;left:39%}.node-6{bottom:17%;left:9%}.node-7{top:43%;left:0}.node-8{top:17%;left:9%}.node-9{top:30%;left:22%}.node-10{bottom:30%;right:22%}.final-cta{text-align:center;background:#eaf5f8;flex-direction:column;justify-content:center;align-items:center;min-height:650px;padding:140px 7vw;display:flex;position:relative;overflow:hidden}.final-cta h2{z-index:2;letter-spacing:-.065em;margin:28px 0 22px;font-family:Manrope,sans-serif;font-size:clamp(52px,6vw,82px);line-height:.98;position:relative}.final-cta h2 span{color:var(--coral)}.final-cta p{z-index:2;color:#6e8999;margin:0 0 35px;position:relative}.cta-circle{border:25px solid #287ba30f;border-radius:50%;position:absolute}.cta-circle-one{width:280px;height:280px;top:100px;left:-110px}.cta-circle-two{border-color:#f26b5b14;width:230px;height:230px;bottom:-50px;right:-80px}.site-footer{border-top:1px solid var(--border);color:#8ba0ad;background:#fff;justify-content:space-between;align-items:center;gap:30px;min-height:110px;padding:25px 7vw;font-size:10px;display:flex}.footer-brand{align-items:center;gap:10px;display:flex}@media (width<=1000px){.desktop-nav{display:none}.hero-inner{grid-template-columns:1fr}.hero-content{max-width:720px}.hero-visual{max-width:570px;margin:40px auto 0}.intro-heading{grid-template-columns:1fr;gap:30px}.process-section{min-height:auto;padding-bottom:140px}.process-path{left:30px;transform:none}.process-step,.step-one,.step-two,.step-three,.step-four{width:calc(100% - 70px);margin-top:70px;margin-left:70px}.risk-controlled{width:fit-content;margin-top:80px;position:relative;bottom:auto;left:70px;transform:none}.capability-grid{grid-template-rows:auto;grid-template-columns:1fr 1fr}.capability-large{grid-row:span 1;min-height:300px}.capability-card{min-height:280px}.rpn-section,.ecosystem-section{grid-template-columns:1fr}}@media (width<=650px){.site-nav{padding:0 12px;top:8px}.nav-inner{border-radius:14px;min-height:62px;padding:0 12px}.brand-mark{width:36px;height:36px}.brand-copy strong{font-size:13px}.brand-copy small{font-size:6px}.sign-in{display:none}.nav-button{min-height:42px;padding:0 15px;font-size:11px}.hero-section{min-height:auto;padding:145px 22px 70px}.hero-title{font-size:clamp(49px,14vw,72px)}.hero-description{font-size:15px}.hero-actions{flex-direction:column;align-items:flex-start;gap:20px}.hero-meta{flex-direction:column;gap:10px}.hero-visual{margin-top:50px}.hero-core{width:125px;height:125px}.hero-node{width:86px;height:86px}.hero-node strong{font-size:12px}.intro-section,.platform-section,.ecosystem-section{padding:100px 22px}.intro-heading h2,.platform-heading h2,.ecosystem-copy h2{font-size:50px}.process-section{padding:30px 22px 120px}.process-path{left:22px}.process-step,.step-one,.step-two,.step-three,.step-four{width:calc(100% - 42px);margin-left:42px}.process-card{min-height:330px;padding:25px}.step-content{margin-top:40px}.step-content h3{font-size:29px}.mini-factors{gap:5px}.mini-factors span{min-width:70px}.capability-grid{grid-template-columns:1fr;margin-top:45px}.capability-large{min-height:310px}.rpn-section{padding:100px 22px}.rpn-copy h2{font-size:52px}.rpn-visual{transform-origin:0 0;grid-template-rows:125px 45px 145px;grid-template-columns:80px 20px 80px 20px 80px;width:600px;transform:scale(.88)}.factor{width:80px;height:125px;padding:12px}.factor strong{font-size:38px}.rpn-result{width:170px;height:145px;padding:18px}.rpn-result strong{font-size:50px}.ecosystem{transform-origin:50%;min-width:540px;margin-left:-70px;transform:scale(.68)}.final-cta{min-height:560px;padding:100px 22px}.final-cta h2{font-size:50px}.site-footer{flex-direction:column;align-items:flex-start;padding:30px 22px}}.back-button{color:#607587;cursor:pointer;background:0 0;border:0;margin-bottom:30px;padding:0;font-size:14px}.back-button:hover{color:#0875a5}.template-header h1{letter-spacing:-.045em;max-width:700px;margin:0;font-size:clamp(38px,5vw,62px);line-height:1}.template-header p{color:#687d8b;max-width:650px;margin:18px 0 0;font-size:16px;line-height:1.7}.template-section{background:#fff;border:1px solid #dbe4e7;border-radius:22px;margin-bottom:24px;padding:34px;box-shadow:0 12px 30px #1934450b}.section-title{gap:16px;margin-bottom:30px;display:flex}.section-title>span{color:#0875a5;background:#e4f1f4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:12px;font-weight:800;display:flex}.section-title h2{margin:2px 0 5px;font-size:22px}.section-title p{color:#788b98;margin:0;font-size:14px}.field{flex-direction:column;gap:9px;display:flex}.field label{color:#395367;font-size:13px;font-weight:700}.field input,.field textarea{box-sizing:border-box;color:#17324a;width:100%;font:inherit;background:#fbfcfc;border:1px solid #d4dfe4;border-radius:12px;outline:none;padding:13px 15px;transition:all .2s}.field textarea{resize:vertical;min-height:100px}.field input:focus,.field textarea:focus,.checklist-row input:focus{background:#fff;border-color:#3b9aba;box-shadow:0 0 0 4px #3b9aba14}.checklist-row{grid-template-columns:40px 1fr auto 38px;align-items:center;gap:12px;display:grid}.check-number{color:#8b9aa4;text-align:center;font-size:12px;font-weight:800}.checklist-row input{box-sizing:border-box;color:#17324a;width:100%;font:inherit;background:#fbfcfc;border:1px solid #d4dfe4;border-radius:11px;outline:none;padding:12px 14px}.required-toggle{color:#738591;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d6e0e4;border-radius:9px;padding:9px 12px}.delete-check:hover{color:#b65347;background:#fff4f2;border-color:#e0b9b2}.add-check{color:#0875a5;cursor:pointer;background:0 0;border:1px dashed #9db8c4;border-radius:10px;align-self:flex-start;margin-top:8px;padding:11px 16px;font-weight:700}.add-check:hover{background:#eef7f9}.template-actions{justify-content:flex-end;align-items:center;gap:12px;min-height:50px;display:flex}.template-error{color:#b65347;margin-right:auto;font-size:14px;font-weight:700}.cancel-button,.create-button{cursor:pointer;border-radius:11px;padding:13px 20px;font-size:14px;font-weight:700}.cancel-button{color:#496274;background:#fff;border:1px solid #d5e0e4}.create-button{color:#fff;background:#0875a5;border:0;box-shadow:0 8px 20px #0875a533}.create-button:hover{background:#075f87}@media (width<=760px){.template-page{padding:35px 20px 60px}.template-section{padding:24px 18px}.template-grid{grid-template-columns:1fr}.field-wide{grid-column:auto}.checklist-row{grid-template-columns:30px 1fr 38px}.required-toggle{grid-column:2;justify-self:start}.delete-check{grid-area:1/3}.template-actions{flex-wrap:wrap}.template-error{width:100%}}.expert-dashboard{color:#17324a;background:#f6f8f7;min-height:100vh;padding:55px 7vw 90px}.expert-header{justify-content:space-between;align-items:flex-end;gap:40px;max-width:1120px;margin:0 auto 45px;display:flex}.dashboard-kicker{color:#0875a5;letter-spacing:.17em;margin:0 0 9px;font-size:11px;font-weight:800}.expert-header h1{letter-spacing:-.05em;margin:0;font-size:clamp(40px,5vw,64px);line-height:1}.dashboard-intro{color:#6d808d;max-width:620px;margin:18px 0 0;line-height:1.7}.create-risk-button{color:#fff;cursor:pointer;background:#0875a5;border:0;border-radius:11px;flex-shrink:0;padding:14px 20px;font-weight:700;box-shadow:0 8px 22px #0875a533}.create-risk-button:hover{background:#075f87;transform:translateY(-1px)}.dashboard-error{color:#a84e43;background:#fff2ef;border-radius:10px;max-width:1120px;margin:0 auto 20px;padding:14px 17px;font-size:14px}.risk-summary{grid-template-columns:2fr repeat(4,1fr);gap:12px;max-width:1120px;margin:0 auto 42px;display:grid}.summary-card{box-sizing:border-box;background:#fff;border:1px solid #dbe4e7;border-radius:17px;flex-direction:column;justify-content:space-between;min-height:130px;padding:22px;display:flex}.summary-card span{color:#71838f;font-size:12px;font-weight:700}.summary-card strong{letter-spacing:-.03em;font-size:32px}.summary-card small{color:#9aa8b0;font-size:11px}.main-stat{background:#eef6f8;border-color:#cde1e7}.main-stat strong{color:#0875a5}.critical-stat strong{color:#b65347}.template-list-section{max-width:1120px;margin:0 auto}.list-heading{justify-content:space-between;align-items:flex-end;margin-bottom:20px;display:flex}.list-heading h2{margin:0 0 6px;font-size:25px}.list-heading p:last-child{color:#758894;margin:0;font-size:14px}.text-button{color:#0875a5;cursor:pointer;background:0 0;border:0;font-weight:700}.risk-table{background:#fff;border:1px solid #dbe4e7;border-radius:17px;overflow:hidden}.risk-row{border-bottom:1px solid #edf1f2;grid-template-columns:2fr 120px 80px 100px 80px;align-items:center;gap:20px;min-height:82px;padding:16px 22px;display:grid}.risk-row:last-child{border-bottom:0}.risk-info h3{margin:0 0 5px;font-size:15px}.risk-info p{color:#8797a0;margin:0;font-size:12px}.risk-badge{color:#687984;background:#eef2f3;border-radius:7px;padding:6px 9px;font-size:11px;font-weight:800;display:inline-block}.risk-badge.lower{color:#287668;background:#edf7f4}.risk-badge.moderate{color:#81733d;background:#f5f3e9}.risk-badge.high{color:#a55d27;background:#fff2e8}.risk-badge.critical{color:#b65347;background:#fff0ee}.risk-rpn{flex-direction:column;gap:3px;display:flex}.risk-rpn span{color:#9aa7ae;font-size:10px}.risk-rpn strong{font-size:16px}.risk-status{color:#637784;font-size:12px}.view-risk-button{color:#0875a5;cursor:pointer;background:0 0;border:0;font-weight:700}.empty-dashboard{box-sizing:border-box;text-align:center;background:#fff;border:1px dashed #c8d5da;border-radius:17px;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:30px;display:flex}.empty-icon{color:#0875a5;background:#e8f3f6;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:15px;font-size:24px;display:flex}.empty-dashboard h3{margin:0 0 7px}.empty-dashboard p{color:#788b96;max-width:400px;margin:0 0 20px;font-size:14px}@media (width<=850px){.expert-header{flex-direction:column;align-items:flex-start}.risk-summary{grid-template-columns:1fr 1fr}.main-stat{grid-column:1/-1}.risk-row{grid-template-columns:1fr auto}.risk-level,.risk-rpn,.risk-status{display:none}}.risk-details-page{color:#17324a;background:#f7f9f8;min-height:100vh;padding:42px 7vw 90px}.details-top{max-width:1120px;margin:0 auto}.details-top-content{justify-content:space-between;align-items:flex-end;gap:40px;display:flex}.details-top h1{letter-spacing:-.05em;margin:0;font-size:clamp(42px,5vw,68px);line-height:1}.details-description{color:#728591;max-width:680px;margin:20px 0 0;line-height:1.7}.details-status{background:#fff;border:1px solid #dce5e7;border-radius:14px;min-width:130px;padding:18px 20px}.status-label{color:#98a6ad;letter-spacing:.14em;margin-bottom:7px;font-size:10px;font-weight:800;display:block}.details-status strong{color:#287668}.details-section{max-width:1120px;margin:80px auto 0}.section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:24px;display:flex}.section-heading h2{letter-spacing:-.03em;margin:0 0 7px;font-size:30px}.section-heading p:last-child{color:#778a95;margin:0;font-size:14px}.info-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.info-card{box-sizing:border-box;background:#fff;border:1px solid #dce5e7;border-radius:15px;min-height:120px;padding:23px}.info-card.wide{grid-column:1/-1}.info-card span,.fmea-card span{color:#8a9aa2;letter-spacing:.12em;margin-bottom:12px;font-size:10px;font-weight:800;display:block}.info-card strong{font-size:18px}.info-card p{color:#627784;margin:0;line-height:1.65}.fmea-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.fmea-card{box-sizing:border-box;background:#fff;border:1px solid #dce5e7;border-radius:15px;min-height:145px;padding:23px}.fmea-card:first-child{border-top:4px solid #0875a5}.fmea-card:nth-child(2){border-top:4px solid #76b8a9}.fmea-card:nth-child(3){border-top:4px solid #e2b64b}.fmea-card:nth-child(4){border-top:4px solid #ed8b78}.fmea-card:nth-child(5){border-top:4px solid #17324a}.fmea-card p{color:#536b79;margin:0;line-height:1.65}.checklist-heading{align-items:center}.item-count{color:#0875a5;background:#e8f2f4;border-radius:20px;padding:8px 12px;font-size:12px;font-weight:800}.checklist-preview{background:#fff;border:1px solid #dce5e7;border-radius:15px;overflow:hidden}.checklist-row{border-bottom:1px solid #edf1f2;grid-template-columns:55px 35px 1fr;align-items:center;gap:12px;min-height:75px;padding:10px 22px;display:grid}.checklist-row:last-child{border-bottom:0}.check-number{color:#9aa8ae;font-size:11px;font-weight:800}.fake-checkbox{color:#0875a5;border:1px solid #a8c8cf;border-radius:5px;justify-content:center;align-items:center;width:23px;height:23px;font-size:13px;display:flex}.check-text{flex-direction:column;gap:5px;display:flex}.check-text strong{font-size:14px}.check-text span{color:#0875a5;font-size:10px;font-weight:800}.no-checklist,.no-assessment{text-align:center;background:#fff;border:1px dashed #cbd8dc;border-radius:15px;padding:40px}.no-checklist p,.no-assessment p{color:#81919a;margin:8px 0 0;font-size:14px}.assessment-section{color:#fff;background:#17324a;border-radius:20px;padding:45px}.assessment-section .dashboard-kicker{color:#7bc6c0}.assessment-section .section-heading p:last-child{color:#a9bac3}.assessment-result{align-items:center;gap:13px;margin-top:30px;display:flex}.score-box{box-sizing:border-box;background:#ffffff12;border:1px solid #ffffff2e;width:125px;height:115px;padding:18px}.score-box span,.rpn-box span{color:#a9c0cb;letter-spacing:.12em;font-size:9px;font-weight:800;display:block}.score-box strong{margin-top:20px;font-size:35px;display:block}.operator{color:#8ca6b4;font-size:20px}.rpn-box{box-sizing:border-box;color:#17324a;background:#fff;min-width:145px;height:130px;padding:20px}.rpn-box strong{margin-top:12px;font-size:42px;display:block}.rpn-box small{color:#c56a43;text-transform:uppercase;font-size:10px;font-weight:800}.no-assessment{color:#fff;background:#ffffff0f;border-color:#ffffff26}.no-assessment span{color:#7bc6c0;letter-spacing:.14em;font-size:11px;font-weight:800}.no-assessment p{color:#a9bac3}.details-actions{justify-content:space-between;align-items:center;max-width:1120px;margin:45px auto 0;display:flex}.secondary-details-button{color:#637b88;cursor:pointer;background:0 0;border:0;font-weight:700}.details-button{color:#fff;cursor:pointer;background:#0875a5;border:0;border-radius:10px;padding:14px 20px;font-weight:700}.details-button:hover{background:#075f87}.details-loading,.details-error{text-align:center;background:#fff;border:1px solid #dce5e7;border-radius:17px;max-width:600px;margin:150px auto;padding:40px}.details-error p{color:#788b96}@media (width<=750px){.details-top-content{flex-direction:column;align-items:flex-start}.info-grid,.fmea-grid{grid-template-columns:1fr}.info-card.wide{grid-column:auto}.assessment-result{flex-wrap:wrap}.assessment-section{padding:28px}.details-actions{flex-direction:column;align-items:stretch;gap:20px}}.checklist-page{color:#17324a;background:#f7f9f8;min-height:100vh;padding:42px 7vw 80px}.checklist-header{max-width:900px;margin:0 auto 40px}.checklist-back{color:#0875a5;cursor:pointer;background:0 0;border:0;margin-bottom:40px;padding:0;font-weight:700}.checklist-kicker{color:#0875a5;letter-spacing:.16em;margin:0 0 10px;font-size:11px;font-weight:800}.checklist-header h1{letter-spacing:-.05em;margin:0;font-size:clamp(40px,5vw,62px);line-height:1}.checklist-description{color:#71848f;max-width:650px;margin:18px 0 0;line-height:1.7}.checklist-container{max-width:900px;margin:0 auto}.checklist-progress{background:#fff;border:1px solid #dbe5e7;border-radius:16px;margin-bottom:16px;padding:22px 24px}.checklist-progress>div:first-child{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.checklist-progress span{color:#8a9aa2;letter-spacing:.13em;font-size:10px;font-weight:800}.checklist-progress strong{color:#0875a5}.progress-track{background:#e6edef;border-radius:10px;height:5px;overflow:hidden}.progress-fill{border-radius:inherit;background:#0875a5;height:100%;transition:width .3s}.user-checklist{flex-direction:column;gap:9px;display:flex}.user-check{text-align:left;color:#17324a;cursor:pointer;background:#fff;border:1px solid #dce5e7;border-radius:14px;grid-template-columns:45px 30px 1fr;align-items:center;gap:14px;width:100%;padding:20px 22px;transition:all .2s;display:grid}.user-check:hover{border-color:#8fb9c7;transform:translate(3px)}.user-check.checked{background:#f1f8f6;border-color:#a9d1c7}.user-check-number{color:#9aa8ae;font-size:11px;font-weight:800}.user-checkbox{box-sizing:border-box;color:#fff;border:1px solid #b9cbd1;border-radius:6px;justify-content:center;align-items:center;width:25px;height:25px;font-size:14px;font-weight:800;display:flex}.user-checkbox.active{background:#287668;border-color:#287668}.user-check-content{flex-direction:column;gap:6px;display:flex}.user-check-content strong{font-size:15px;line-height:1.45}.user-check-content small{color:#0875a5;text-transform:uppercase;font-size:10px;font-weight:800}.checklist-footer{border-top:1px solid #dce5e7;justify-content:space-between;align-items:center;gap:20px;margin-top:25px;padding-top:20px;display:flex}.checklist-footer span{color:#84949d;font-size:12px}.continue-assessment{color:#fff;cursor:pointer;background:#0875a5;border:0;border-radius:10px;padding:14px 20px;font-weight:700}.continue-assessment:disabled{opacity:.4;cursor:not-allowed}.checklist-loading,.checklist-error,.no-checklist-user{text-align:center;background:#fff;border:1px solid #dce5e7;border-radius:16px;max-width:600px;margin:150px auto;padding:40px}.checklist-error p,.no-checklist-user p{color:#788b96}.checklist-error button{color:#fff;cursor:pointer;background:#0875a5;border:0;border-radius:9px;padding:12px 18px}.checklist-save-error{color:#a84e43;background:#fff1ee;border-radius:9px;margin-top:15px;padding:12px 15px;font-size:13px}@media (width<=650px){.checklist-page{padding:30px 18px 60px}.user-check{grid-template-columns:28px 30px 1fr;padding:17px}.checklist-footer{flex-direction:column;align-items:stretch}.continue-assessment{width:100%}}.assessment-back{color:#0875a5;cursor:pointer;background:0 0;border:0;margin-bottom:38px;padding:0;font-weight:700}.assessment-kicker{color:#0875a5;letter-spacing:.16em;margin:0 0 12px;font-size:10px;font-weight:800}.assessment-header h1{letter-spacing:-.05em;margin:0;font-size:clamp(40px,5vw,62px);line-height:1}.assessment-header>p:last-child{color:#728590;margin-top:18px}.assessment-card{background:#fff;border:1px solid #dce5e7;border-radius:18px;margin-bottom:18px;padding:35px}.assessment-card-heading{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:35px;display:flex}.assessment-card-heading h2{letter-spacing:-.03em;margin:8px 0 0;font-size:27px}.live-rpn{text-align:right;min-width:120px}.live-rpn small{color:#95a4aa;letter-spacing:.12em;font-size:9px;font-weight:800;display:block}.live-rpn strong{margin:3px 0;font-size:35px;display:block}.live-rpn em{color:#287668;text-transform:uppercase;font-size:11px;font-style:normal;font-weight:800}.score-field{border:1px solid #e1e8e9;border-radius:14px;padding:25px}.score-field label{align-items:center;gap:10px;font-size:17px;font-weight:800;display:flex}.score-field p{color:#7a8c95;min-height:42px;font-size:12px;line-height:1.5}.number-control{justify-content:space-between;align-items:center;margin:25px 0 18px;display:flex}.number-control button{color:#0875a5;cursor:pointer;background:#fff;border:1px solid #ccdadd;border-radius:8px;width:34px;height:34px;font-size:20px}.number-control strong{font-size:34px}.score-field input[type=range]{accent-color:#0875a5;width:100%}.rpn-summary{color:#fff;background:#17324a;border-radius:18px;justify-content:space-between;align-items:center;margin-bottom:18px;padding:28px 35px;display:flex}.rpn-summary h2{margin:8px 0 0;font-size:25px}.rpn-result{text-align:right}.rpn-result strong{font-size:43px;display:block}.rpn-result span{color:#7bc6c0;text-transform:uppercase;font-size:11px;font-weight:800}.assessment-card textarea{box-sizing:border-box;resize:vertical;width:100%;font:inherit;color:#17324a;border:1px solid #d5e0e2;border-radius:12px;outline:none;padding:17px}.assessment-card textarea:focus{border-color:#0875a5}.assessment-message{border-radius:10px;margin-bottom:18px;padding:14px 18px;font-size:13px}.assessment-message.error{color:#a64d43;background:#fff0ed}.assessment-message.success{color:#287668;background:#eaf6f1}.assessment-actions{justify-content:space-between;align-items:center;display:flex}.assessment-cancel{color:#71838d;cursor:pointer;background:0 0;border:0;font-weight:700}.assessment-submit{color:#fff;cursor:pointer;background:#0875a5;border:0;border-radius:10px;padding:15px 23px;font-weight:800}.assessment-submit:disabled{opacity:.5;cursor:not-allowed}.assessment-loading,.assessment-error{text-align:center;background:#fff;border:1px solid #dce5e7;border-radius:16px;max-width:600px;margin:150px auto;padding:40px}@media (width<=750px){.score-grid{grid-template-columns:1fr}.assessment-card{padding:24px}.assessment-card-heading{flex-direction:column}.live-rpn{text-align:left}.rpn-summary{padding:25px}}.auth-page{color:#17324a;background:#f5f8f7;justify-content:center;align-items:center;min-height:100vh;padding:30px;display:flex}.auth-shell{background:#fff;border:1px solid #dce6e7;border-radius:24px;grid-template-columns:1.1fr .9fr;width:min(1080px,100%);min-height:650px;display:grid;overflow:hidden;box-shadow:0 20px 70px #17324a14}.auth-intro{color:#fff;background:#17324a;flex-direction:column;justify-content:space-between;padding:45px;display:flex;position:relative;overflow:hidden}.auth-intro:after{content:"";border:1px solid #ffffff1f;border-radius:50%;width:360px;height:360px;position:absolute;bottom:-120px;right:-130px}.auth-back{color:#a9c9d3;cursor:pointer;background:0 0;border:0;width:fit-content;padding:0;font-weight:700}.auth-brand{z-index:1;letter-spacing:.12em;font-size:17px;font-weight:900;position:relative}.auth-brand span{color:#58a6bd}.auth-copy{z-index:1;max-width:480px;margin-bottom:35px;position:relative}.auth-kicker{color:#70b7c5;letter-spacing:.16em;font-size:10px;font-weight:800}.auth-copy h1{letter-spacing:-.07em;margin:20px 0;font-size:clamp(55px,7vw,85px);line-height:.9}.auth-copy>p:last-child{color:#b5c6cd;max-width:390px;line-height:1.7}.auth-card{flex-direction:column;justify-content:center;padding:70px 55px;display:flex}.auth-card-heading{margin-bottom:35px}.auth-card-heading p{color:#0875a5;letter-spacing:.14em;margin:0 0 9px;font-size:10px;font-weight:800}.auth-card-heading h2{letter-spacing:-.05em;margin:0 0 8px;font-size:42px}.auth-card-heading span{color:#81929a;font-size:13px}.auth-field{margin-bottom:20px}.auth-field label{margin-bottom:8px;font-size:12px;font-weight:800;display:block}.auth-field input{box-sizing:border-box;color:#17324a;width:100%;font:inherit;background:#fbfcfc;border:1px solid #d5e0e2;border-radius:10px;outline:none;padding:15px 16px}.auth-field input:focus{background:#fff;border-color:#0875a5}.auth-error{color:#a34e44;background:#fff0ed;border-radius:9px;margin-bottom:18px;padding:12px 14px;font-size:12px}.auth-submit{color:#fff;cursor:pointer;background:#0875a5;border:0;border-radius:10px;width:100%;margin-top:5px;padding:15px;font-weight:800}.auth-submit:hover{background:#06698f}.auth-submit:disabled{opacity:.55;cursor:not-allowed}.auth-footer{color:#81929a;justify-content:center;gap:6px;margin-top:25px;font-size:12px;display:flex}.auth-footer a{color:#0875a5;font-weight:800;text-decoration:none}@media (width<=750px){.auth-page{padding:15px}.auth-shell{grid-template-columns:1fr}.auth-intro{min-height:330px;padding:30px}.auth-copy h1{font-size:55px}.auth-card{padding:45px 30px}}.risk-list-page{color:#17324a;background:#f7f9f8;min-height:100vh;padding:50px 7vw 80px}.risk-list-header{max-width:1000px;margin:0 auto 40px}.back-button{color:#0875a5;cursor:pointer;background:0 0;border:0;margin-bottom:35px;padding:0;font-weight:700}.page-kicker{color:#0875a5;letter-spacing:.15em;margin-bottom:10px;font-size:10px;font-weight:800}.risk-list-header h1{letter-spacing:-.05em;margin:0;font-size:52px}.risk-list-header>p:last-child{color:#748791}.risk-list{flex-direction:column;gap:12px;max-width:1000px;margin:auto;display:flex}.risk-list-card{background:#fff;border:1px solid #dce5e7;border-radius:16px;justify-content:space-between;align-items:center;gap:30px;padding:27px 30px;display:flex}.risk-process{color:#0875a5;letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:800}.risk-list-card h2{margin:8px 0;font-size:22px}.risk-list-card p{color:#788b95;margin:0;font-size:13px}.risk-list-card button{color:#fff;cursor:pointer;background:#0875a5;border:0;border-radius:9px;flex-shrink:0;padding:12px 18px;font-weight:800}.page-message,.page-error{background:#fff;border:1px solid #dce5e7;border-radius:12px;max-width:1000px;margin:30px auto;padding:25px}.page-error{color:#a34e44;background:#fff1ee}@media (width<=700px){.risk-list-card{flex-direction:column;align-items:flex-start}.risk-list-header h1{font-size:40px}}.user-dashboard{color:#17324a;background:#f7f9f8;min-height:100vh;padding:50px 7vw 80px}.user-dashboard-header{justify-content:space-between;align-items:flex-start;gap:30px;max-width:1000px;margin:0 auto 40px;display:flex}.dashboard-kicker,.dashboard-section-heading p{color:#0875a5;letter-spacing:.15em;margin:0 0 10px;font-size:10px;font-weight:800}.user-dashboard-header h1{letter-spacing:-.05em;margin:0;font-size:clamp(42px,5vw,62px)}.user-dashboard-header>div>p:last-child{color:#748791;margin-top:15px}.dashboard-logout{color:#17324a;cursor:pointer;background:#fff;border:1px solid #d4dfe1;border-radius:9px;padding:11px 17px;font-weight:700}.dashboard-stats{grid-template-columns:1fr 1fr;gap:14px;max-width:1000px;margin:0 auto 35px;display:grid}.dashboard-stat{background:#fff;border:1px solid #dce5e7;border-radius:16px;padding:25px}.dashboard-stat span{color:#7c9099;letter-spacing:.13em;font-size:9px;font-weight:800;display:block}.dashboard-stat strong{margin:7px 0;font-size:34px;display:block}.dashboard-stat small{color:#91a0a6}.dashboard-section{max-width:1000px;margin:auto}.dashboard-section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:20px;display:flex}.dashboard-section-heading h2{letter-spacing:-.03em;margin:0;font-size:30px}.dashboard-section-heading button{color:#0875a5;cursor:pointer;background:0 0;border:0;font-weight:800}.dashboard-risk-list{flex-direction:column;gap:10px;display:flex}.dashboard-risk-card{background:#fff;border:1px solid #dce5e7;border-radius:14px;justify-content:space-between;align-items:center;gap:25px;padding:23px 25px;display:flex}.dashboard-risk-card span{color:#0875a5;letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:800}.dashboard-risk-card h3{margin:7px 0;font-size:19px}.dashboard-risk-card p{color:#7c8f98;margin:0;font-size:12px}.dashboard-risk-card button{color:#fff;cursor:pointer;background:#0875a5;border:0;border-radius:9px;flex-shrink:0;padding:12px 17px;font-weight:800}.dashboard-error,.dashboard-empty,.dashboard-message{background:#fff;border:1px solid #dce5e7;border-radius:14px;padding:25px}.dashboard-error{color:#a34e44;background:#fff1ee}@media (width<=700px){.user-dashboard-header{flex-direction:column}.dashboard-stats{grid-template-columns:1fr}.dashboard-risk-card{flex-direction:column;align-items:flex-start}}.checklist-row{align-items:center;gap:14px;width:100%;display:flex}.check-number{text-align:center;color:#8a9aa3;width:42px;min-width:42px;font-size:12px;font-weight:700}.checklist-row>input{box-sizing:border-box;border:1px solid #d5e0e3;border-radius:10px;flex:1;width:auto;min-width:0;height:48px;padding:0 16px;font-size:16px}.checklist-row .required-toggle{color:#607580;cursor:pointer;white-space:nowrap;box-sizing:border-box;background:#fff;border:1px solid #d5e0e3;border-radius:10px;flex:0 0 110px;width:110px;height:48px;padding:0 12px;font-size:14px;font-weight:600}.checklist-row .required-toggle.selected{color:#0875a5;background:#eef8fb;border-color:#9bcddd}.checklist-row .delete-check{color:#8a9aa3;cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #d5e0e3;border-radius:10px;flex:0 0 48px;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;padding:0;font-size:22px;line-height:1;display:flex}.checklist-row .delete-check:hover:not(:disabled){color:#c76b61;border-color:#c76b61}.checklist-row .delete-check:disabled{opacity:.4;cursor:not-allowed}.checklist-builder .add-check{color:#0875a5;cursor:pointer;box-sizing:border-box;background:#fff;border:1px dashed #8dbbd0;border-radius:10px;width:auto;min-width:205px;height:48px;padding:0 20px;font-size:14px;font-weight:700}.checklist-builder .add-check:hover{background:#f4fafc}@media (width<=700px){.checklist-row{flex-wrap:wrap}.checklist-row>input{flex:calc(100% - 60px)}.checklist-row .required-toggle{flex:1;width:auto}.checklist-row .delete-check{flex:0 0 48px}}.onboarding-page{color:#142033;background:radial-gradient(circle at 85% 10%,#2563eb14,#0000 30%),#f7f9fc;min-height:100vh;padding:60px 24px 80px}.onboarding-shell{width:min(980px,100%);margin:0 auto}.onboarding-header{margin-bottom:38px;position:relative}.onboarding-back{color:#526174;cursor:pointer;background:0 0;border:0;margin-bottom:42px;padding:0;font-size:14px;font-weight:600}.onboarding-back:hover{color:#155eef}.onboarding-kicker{color:#155eef;letter-spacing:.14em;margin:0 0 12px;font-size:12px;font-weight:800}.onboarding-header h1{letter-spacing:-.045em;max-width:720px;margin:0;font-size:clamp(38px,5vw,62px);font-weight:700;line-height:1.02}.onboarding-header>p:last-child{color:#68778a;max-width:650px;margin:20px 0 0;font-size:17px;line-height:1.7}.onboarding-card{background:#fff;border:1px solid #e5eaf1;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #18274b14,0 3px 12px #18274b0a}.onboarding-section{border-bottom:1px solid #edf1f5;padding:38px 42px}.onboarding-section-heading{align-items:flex-start;gap:18px;margin-bottom:30px;display:flex}.onboarding-section-heading>span{color:#155eef;background:#eef4ff;border-radius:12px;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;font-size:12px;font-weight:800;display:flex}.onboarding-section-heading h2{letter-spacing:-.02em;margin:0 0 6px;font-size:22px}.onboarding-section-heading p{color:#7a8797;margin:0;font-size:14px;line-height:1.5}.onboarding-fields{grid-template-columns:1fr 1fr;gap:22px;display:grid}.onboarding-field{flex-direction:column;gap:9px;display:flex}.onboarding-field.full{grid-column:1/-1}.onboarding-field label{color:#273548;font-size:13px;font-weight:700}.onboarding-field input,.onboarding-field textarea,.onboarding-field select{box-sizing:border-box;color:#172235;width:100%;font:inherit;background:#fbfcfe;border:1px solid #dbe2ea;border-radius:12px;outline:none;padding:14px 16px;font-size:14px;transition:border-color .18s,box-shadow .18s,background .18s}.onboarding-field input,.onboarding-field select{height:50px}.onboarding-field textarea{resize:vertical;min-height:110px;line-height:1.6}.onboarding-field input::placeholder,.onboarding-field textarea::placeholder{color:#a1acba}.onboarding-field input:focus,.onboarding-field textarea:focus,.onboarding-field select:focus{background:#fff;border-color:#5b8def;box-shadow:0 0 0 4px #2563eb17}.onboarding-field select{cursor:pointer}.onboarding-field select:disabled{cursor:not-allowed;color:#98a2b3;background:#f2f4f7}.onboarding-error{color:#b42318;background:#fff5f5;border:1px solid #fecaca;border-radius:10px;margin:24px 42px 0;padding:13px 16px;font-size:14px;line-height:1.5}.onboarding-actions{background:#fbfcfe;justify-content:flex-end;align-items:center;gap:12px;padding:26px 42px;display:flex}.onboarding-cancel,.onboarding-submit{cursor:pointer;border-radius:11px;height:48px;padding:0 22px;font-size:14px;font-weight:700;transition:transform .15s,box-shadow .15s,background .15s}.onboarding-cancel{color:#526174;background:#fff;border:1px solid #dbe2ea}.onboarding-cancel:hover{background:#f6f8fa}.onboarding-submit{color:#fff;background:#155eef;border:1px solid #155eef;min-width:150px;box-shadow:0 8px 20px #155eef2e}.onboarding-submit:hover:not(:disabled){background:#0f4dcc;transform:translateY(-1px);box-shadow:0 10px 24px #155eef3b}.onboarding-submit:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}@media (width<=700px){.onboarding-page{padding:32px 16px 50px}.onboarding-back{margin-bottom:30px}.onboarding-header h1{font-size:40px}.onboarding-header>p:last-child{font-size:15px}.onboarding-section{padding:28px 22px}.onboarding-fields{grid-template-columns:1fr}.onboarding-field.full{grid-column:auto}.onboarding-actions{flex-direction:column-reverse;align-items:stretch;padding:22px}.onboarding-cancel,.onboarding-submit{width:100%}.onboarding-error{margin-left:22px;margin-right:22px}}.role-selector-overlay{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#112b41b8;justify-content:center;align-items:center;padding:32px;display:flex;position:fixed;inset:0}.role-selector{background:#fff;border-radius:24px;width:min(900px,100%);padding:48px;position:relative;box-shadow:0 30px 80px #12314940}.role-selector-close{color:#183b56;cursor:pointer;background:#f1f5f7;border:none;border-radius:50%;width:40px;height:40px;font-size:28px;position:absolute;top:20px;right:24px}.role-selector h2{color:#193b57;margin:8px 0 10px;font-size:clamp(32px,4vw,48px);line-height:1.05}.role-selector-subtitle{color:#70899a;margin:0 0 32px;font-size:17px}.role-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.role-card{background:#fbfcfd;border:1px solid #dbe5ea;border-radius:18px;flex-direction:column;min-height:330px;padding:28px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex}.role-card-number{color:#1485b8;letter-spacing:.15em;margin-bottom:30px;font-size:13px;font-weight:700}.role-label{color:#1485b8;letter-spacing:.16em;margin-bottom:10px;font-size:11px;font-weight:700;display:block}.role-card h3{color:#193b57;margin:0 0 12px;font-size:26px}.role-card p{color:#718999;margin:0;font-size:15px;line-height:1.7}.role-actions{gap:10px;margin-top:auto;padding-top:28px;display:flex}.role-actions button{color:#fff;cursor:pointer;background:#1283b5;border:none;border-radius:9px;padding:13px 18px;font-size:14px;font-weight:700}.role-actions button:hover{background:#0e739f}.role-actions .role-secondary-action{color:#1283b5;background:0 0;border:1px solid #c9dce5}.role-actions .role-secondary-action:hover{background:#eef7fa}@media (width<=700px){.role-selector-overlay{padding:16px}.role-selector{max-height:92vh;padding:32px 22px;overflow-y:auto}.role-options{grid-template-columns:1fr}.role-card{min-height:auto}.role-actions{flex-direction:column}.role-actions button{width:100%}}.landing-page{color:#193b56;background:#f7f9fa;min-height:100vh;padding:0}.landing-shell{width:min(1180px,100% - 48px);margin:0 auto;padding:32px 0 60px}.landing-header{justify-content:space-between;align-items:center;padding:8px 0 50px;display:flex}.landing-brand{letter-spacing:2px;color:#193b56;font-size:20px;font-weight:800}.landing-brand span{color:#1685b8}.landing-header-text{letter-spacing:.08em;text-transform:uppercase;color:#7d95a4;font-size:13px;font-weight:600}.landing-hero{max-width:820px;padding:45px 0 70px}.landing-kicker{color:#1383b5;letter-spacing:.16em;text-transform:uppercase;margin:0 0 16px;font-size:12px;font-weight:800}.landing-hero h1{color:#193b56;letter-spacing:-.055em;margin:0;font-size:clamp(64px,8vw,105px);font-weight:800;line-height:.92}.landing-description{color:#708999;max-width:690px;margin:32px 0 0;font-size:19px;line-height:1.65}.role-section{padding:15px 0 70px}.role-heading{margin-bottom:30px}.role-heading h2{color:#193b56;letter-spacing:-.035em;margin:0;font-size:42px;line-height:1.1}.role-heading>p:last-child{color:#8298a6;margin:12px 0 0;font-size:16px}.role-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.role-card{cursor:pointer;background:#fff;border:1px solid #d8e3e9;border-radius:18px;flex-direction:column;min-height:450px;padding:30px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;box-shadow:0 12px 35px #193b560f}.role-card:hover{border-color:#1685b8;transform:translateY(-4px);box-shadow:0 18px 45px #193b561a}.role-card-top{justify-content:space-between;align-items:center;display:flex}.role-number{color:#9aadb8;letter-spacing:.08em;font-size:13px;font-weight:700}.role-arrow{color:#1685b8;font-size:28px;font-weight:400}.role-icon{border-radius:14px;justify-content:center;align-items:center;width:58px;height:58px;margin-top:55px;font-size:25px;font-weight:700;display:flex}.expert-icon{color:#1685b8;background:#e8f5fa}.user-icon{color:#2b8d78;background:#edf7f4}.role-content{margin-top:28px}.role-kicker{color:#1685b8;letter-spacing:.15em;margin:0 0 10px;font-size:11px;font-weight:800}.role-content h3{color:#193b56;letter-spacing:-.03em;margin:0;font-size:31px;line-height:1.15}.role-content>p:last-child{color:#718998;max-width:470px;margin:16px 0 0;font-size:15px;line-height:1.7}.role-button{color:#fff;cursor:pointer;background:#1484b6;border:none;border-radius:8px;width:100%;min-height:52px;margin-top:auto;font-size:15px;font-weight:700;transition:background .2s,transform .2s}.role-button:hover{background:#106f9b;transform:translateY(-1px)}.landing-bottom{padding-top:10px}.bottom-line{background:#dce5e9;width:100%;height:1px}.bottom-content{grid-template-columns:repeat(4,1fr);padding:30px 0 20px;display:grid}.bottom-content div{align-items:center;gap:14px;display:flex}.bottom-content span{color:#1685b8;font-size:12px;font-weight:800}.bottom-content p{color:#5e7889;margin:0;font-size:14px;font-weight:600}.landing-footer-text{color:#9aabb5;margin:20px 0 0;font-size:13px}@media (width<=800px){.landing-shell{width:min(100% - 32px,650px);padding-top:22px}.landing-header{padding-bottom:30px}.landing-header-text{display:none}.landing-hero{padding:35px 0 50px}.landing-hero h1{font-size:64px}.landing-description{font-size:17px}.role-grid{grid-template-columns:1fr}.role-card{min-height:400px}.bottom-content{grid-template-columns:repeat(2,1fr);gap:20px}}@media (width<=480px){.landing-shell{width:calc(100% - 24px)}.landing-hero h1{font-size:52px}.role-heading h2{font-size:34px}.role-card{padding:24px}.role-icon{margin-top:35px}.bottom-content{grid-template-columns:1fr 1fr}}.assessment-page{color:#17324a;background:#f5f8f9;min-height:100vh;padding:55px 6vw 90px}.assessment-header{max-width:1120px;margin:0 auto 42px}.assessment-back{color:#0875a5;margin-bottom:34px;font-size:13px;transition:transform .2s,color .2s}.assessment-back:hover{color:#075f87;transform:translate(-3px)}.assessment-kicker{color:#0875a5;letter-spacing:.18em;margin-bottom:12px;font-size:10px;font-weight:800}.assessment-header h1{letter-spacing:-.055em;max-width:850px;font-family:Manrope,sans-serif;font-size:clamp(42px,5vw,68px);line-height:.98}.assessment-header>p:last-child{color:#718590;max-width:700px;margin-top:20px;font-size:15px;line-height:1.7}.assessment-container{max-width:1120px;margin:0 auto}.assessment-card{background:#fff;border:1px solid #dce5e8;border-radius:18px;margin-bottom:18px;padding:32px;box-shadow:0 10px 35px #17324a0b}.assessment-card:hover{border-color:#d2e0e5}.assessment-card-heading{gap:35px;margin-bottom:28px}.assessment-card-heading>div:first-child>span{color:#0875a5;letter-spacing:.18em;font-size:9px;font-weight:800}.assessment-card-heading h2{letter-spacing:-.035em;margin:7px 0;font-family:Manrope,sans-serif;font-size:27px}.assessment-card-heading p{color:#748691;max-width:650px;margin:0;font-size:13px;line-height:1.65}.risk-context-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.risk-context-grid>div{background:#fafcfc;border:1px solid #e3eaec;border-radius:12px;padding:17px 18px}.risk-context-grid>div:last-child{grid-column:1/-1}.risk-context-grid span{color:#8b9ba3;letter-spacing:.16em;margin-bottom:7px;font-size:8px;font-weight:800;display:block}.risk-context-grid p{color:#3e586a;margin:0;font-size:13px;line-height:1.55}.live-rpn{text-align:right;background:#f8fbfc;border:1px solid #dce7ea;border-radius:12px;min-width:150px;padding:16px 18px}.live-rpn small{color:#8c9da5;letter-spacing:.16em;font-size:8px}.live-rpn strong{letter-spacing:-.05em;margin:2px 0;font-family:Manrope,sans-serif;font-size:38px;line-height:1}.live-rpn em{color:#287668;letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-style:normal;font-weight:800}.standard-assessment-card{border-top:3px solid #287ba3;position:relative;overflow:hidden}.standard-assessment-card:after{content:"";pointer-events:none;border:1px solid #287ba314;border-radius:50%;width:280px;height:280px;position:absolute;top:-130px;right:-100px}.standard-score-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:8px;display:grid}.standard-score-item{background:#fbfcfc;border:1px solid #dfe8eb;border-radius:13px;grid-template-columns:28px 1fr auto;align-items:center;gap:12px;min-height:105px;padding:18px 20px;transition:transform .25s,border-color .25s,box-shadow .25s;display:grid;position:relative}.standard-score-item:hover{border-color:#c9dce3;transform:translateY(-2px);box-shadow:0 10px 25px #17324a0f}.standard-score-item>span{color:#8ca0aa;font-size:9px;font-weight:800}.standard-score-item div{min-width:0}.standard-score-item div strong{color:#17324a;font-family:Manrope,sans-serif;font-size:14px;display:block}.standard-score-item div p{color:#8a9aa2;margin:4px 0 0;font-size:10px}.standard-score-item>b{color:#0875a5;background:#e9f3f6;border-radius:10px;place-items:center;width:42px;height:42px;font-family:Manrope,sans-serif;font-size:20px;display:grid}.standard-rpn{z-index:2;background:#eef7f8;border-color:#d0e4e8;position:relative}.standard-rpn strong{color:#17324a}.standard-rpn em{color:#287668}.standard-reference-note{background:#f3faf7;border-left:3px solid #8bc8bb;border-radius:0 10px 10px 0;align-items:flex-start;gap:12px;margin-top:14px;padding:14px 16px;display:flex}.standard-reference-note strong{color:#287668;letter-spacing:.08em;text-transform:uppercase;flex-shrink:0;font-size:10px;font-weight:800}.standard-reference-note p{color:#708b84;margin:0;font-size:11px;line-height:1.55}.assessment-card:has(.score-grid){border-top:3px solid #6bb59f}.score-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.score-field{background:#fff;border:1px solid #dfe7e9;border-radius:14px;min-width:0;padding:22px;transition:border-color .25s,box-shadow .25s,transform .25s}.score-field:hover{border-color:#cbdde2;transform:translateY(-2px);box-shadow:0 12px 28px #17324a0f}.score-field label{color:#17324a;align-items:center;gap:9px;font-family:Manrope,sans-serif;font-size:16px;font-weight:800;display:flex}.score-field label span{color:#0875a5;font-size:9px}.score-field>p{color:#748691;min-height:48px;margin:10px 0 0;font-size:11px;line-height:1.55}.scoring-guidance{background:#f3f7f8;border-left:3px solid #a9c9d3;border-radius:9px;min-height:76px;margin-top:14px;padding:11px 13px}.scoring-guidance span{color:#0875a5;letter-spacing:.15em;margin-bottom:5px;font-size:7px;font-weight:800;display:block}.scoring-guidance p{color:#607783;margin:0;font-size:10px;line-height:1.5}.number-control{grid-template-columns:36px 1fr 36px;align-items:center;gap:12px;margin:22px 0 15px;display:grid}.number-control button{color:#0875a5;cursor:pointer;background:#fff;border:1px solid #d1dfe3;border-radius:9px;place-items:center;width:36px;height:36px;padding:0;font-size:20px;line-height:1;transition:background .2s,border-color .2s,transform .15s;display:grid}.number-control button:hover{background:#eef7f9;border-color:#9fc4d0}.number-control button:active{transform:scale(.94)}.number-control strong{text-align:center;font-family:Manrope,sans-serif;font-size:34px;line-height:1}.score-field input[type=range]{accent-color:#0875a5;cursor:pointer;width:100%;height:5px;margin:0}.score-scale{color:#9aa8ae;justify-content:space-between;margin-top:8px;font-size:8px;font-weight:700;display:flex}.assessment-comparison{background:#fff;border:1px solid #dce5e8;border-radius:16px;grid-template-columns:1fr 55px 1fr;align-items:center;gap:12px;margin-bottom:18px;padding:22px;display:grid;box-shadow:0 8px 28px #17324a0a}.comparison-column{background:#f6fafb;border-radius:12px;padding:18px 20px}.comparison-column.actual{background:#f3faf7}.comparison-column>span{color:#8a9ba3;letter-spacing:.16em;font-size:8px;font-weight:800;display:block}.comparison-column strong{letter-spacing:-.04em;margin-top:6px;font-family:Manrope,sans-serif;font-size:34px;display:inline-block}.comparison-column p{color:#8798a0;margin:3px 0 7px;font-size:10px}.comparison-column em{color:#287668;letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-style:normal;font-weight:800;display:inline-block}.comparison-divider{color:#0875a5;background:#fff;border:1px solid #dce5e8;border-radius:50%;place-items:center;width:42px;height:42px;font-size:18px;font-weight:700;display:grid}.rpn-summary{background:#17324a;border-radius:16px;margin-bottom:18px;padding:25px 30px;box-shadow:0 15px 35px #17324a1f}.rpn-summary>div:first-child span{color:#8fb4c1;letter-spacing:.16em;font-size:8px;font-weight:800}.rpn-summary h2{letter-spacing:-.025em;margin:7px 0 0;font-family:Manrope,sans-serif;font-size:23px}.rpn-result strong{letter-spacing:-.05em;font-family:Manrope,sans-serif;font-size:42px}.assessment-card textarea{background:#fbfcfc;min-height:130px;font-size:13px;line-height:1.6;transition:border-color .2s,box-shadow .2s}.assessment-card textarea::placeholder{color:#9aa8ae}.assessment-card textarea:focus{border-color:#0875a5;box-shadow:0 0 0 4px #0875a512}.assessment-message{border:1px solid #0000}.assessment-message.error{border-color:#f0d1cb}.assessment-message.success{border-color:#cbe4da}.assessment-actions{padding-top:5px}.assessment-cancel{padding:12px 4px}.assessment-submit{border-radius:10px;min-width:175px;padding:14px 22px;transition:transform .2s,background .2s,box-shadow .2s;box-shadow:0 8px 20px #0875a52e}.assessment-submit:hover:not(:disabled){background:#075f87;transform:translateY(-2px);box-shadow:0 12px 25px #0875a53b}.assessment-loading,.assessment-error{box-shadow:0 15px 40px #17324a0f}@media (width<=900px){.assessment-page{padding:45px 4vw 70px}.assessment-container,.assessment-header{max-width:100%}.standard-score-grid,.score-grid,.assessment-comparison{grid-template-columns:1fr}.comparison-divider{margin:0 auto;transform:rotate(90deg)}.comparison-column{width:100%}}@media (width<=650px){.assessment-page{padding:30px 18px 55px}.assessment-header h1{font-size:42px}.assessment-card{border-radius:15px;padding:22px 18px}.assessment-card-heading{flex-direction:column;gap:18px;margin-bottom:22px}.live-rpn{text-align:left;width:100%}.risk-context-grid{grid-template-columns:1fr}.risk-context-grid>div:last-child{grid-column:auto}.standard-score-item{min-height:90px}.standard-reference-note{flex-direction:column;gap:5px}.rpn-summary{padding:22px 18px}.rpn-result{text-align:left;margin-top:15px}.assessment-actions{flex-direction:column-reverse;align-items:stretch;gap:12px}.assessment-submit{width:100%}.assessment-cancel{align-self:center}}.template-page{color:#17324a;background:#f5f8f9;min-height:100vh;padding:50px 6vw 90px}.template-header{max-width:1120px;margin:0 auto 42px}.template-header .back-button{color:#0875a5;cursor:pointer;background:0 0;border:0;margin-bottom:32px;padding:0;font-size:13px;font-weight:700;transition:transform .2s}.template-header .back-button:hover{transform:translate(-3px)}.template-kicker{color:#0875a5;letter-spacing:.18em;margin-bottom:12px;font-size:9px;font-weight:800}.template-header h1{letter-spacing:-.055em;max-width:800px;margin:0;font-family:Manrope,sans-serif;font-size:clamp(42px,5vw,66px);line-height:.98}.template-header>p{color:#748691;max-width:680px;margin:18px 0 0;font-size:14px;line-height:1.7}.expert-context{flex-wrap:wrap;gap:8px;margin-top:22px;display:flex}.expert-context span{color:#0875a5;letter-spacing:.07em;text-transform:uppercase;background:#fff;border:1px solid #d6e3e7;border-radius:7px;padding:7px 11px;font-size:9px;font-weight:800}.template-form{max-width:1120px;margin:0 auto}.template-section{background:#fff;border:1px solid #dce5e8;border-radius:18px;margin-bottom:18px;padding:32px;position:relative;box-shadow:0 9px 30px #17324a0a}.template-section:hover{border-color:#d3e0e4}.section-title{grid-template-columns:42px 1fr;align-items:start;gap:14px;margin-bottom:28px;display:grid}.section-title>span{color:#0875a5;background:#eef6f8;border-radius:9px;place-items:center;width:34px;height:34px;font-size:9px;font-weight:800;display:grid}.section-title h2{letter-spacing:-.035em;margin:0;font-family:Manrope,sans-serif;font-size:24px}.section-title p{color:#7b8d95;margin:6px 0 0;font-size:12px;line-height:1.5}.template-grid{grid-template-columns:repeat(2,1fr);gap:17px;display:grid}.field-wide{grid-column:1/-1}.field label{color:#314d60;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.field input,.field textarea{box-sizing:border-box;color:#17324a;width:100%;font:inherit;background:#fbfcfc;border:1px solid #d5e0e3;border-radius:10px;outline:none;font-size:12px;transition:border-color .2s,background .2s,box-shadow .2s}.field input{min-height:47px;padding:13px 14px}.field textarea{resize:vertical;min-height:105px;padding:13px 14px;line-height:1.55}.field input::placeholder,.field textarea::placeholder{color:#a0adb2}.field input:focus,.field textarea:focus{background:#fff;border-color:#0875a5;box-shadow:0 0 0 4px #0875a50f}.field small{color:#94a2a8;margin-top:7px;font-size:9px;line-height:1.45;display:block}.template-section:has(.score-grid){border-top:3px solid #287ba3}.guidance-intro{background:#f4f9fa;border-left:3px solid #8fbfcb;border-radius:0 10px 10px 0;margin-bottom:18px;padding:14px 16px}.guidance-intro strong{color:#0875a5;letter-spacing:.04em;margin-bottom:4px;font-size:10px;font-weight:800;display:block}.guidance-intro p{color:#6f828c;max-width:850px;margin:0;font-size:11px;line-height:1.55}.template-section .score-grid{grid-template-columns:repeat(3,1fr);gap:13px;display:grid}.score-field{background:#fbfcfc;border:1px solid #dfe7e9;border-radius:13px;padding:20px}.score-field label{color:#17324a;margin-bottom:9px;font-size:13px;font-weight:800;display:block}.score-field input[type=number]{box-sizing:border-box;color:#17324a;background:#fff;border:1px solid #d1dfe3;border-radius:9px;outline:none;width:100%;height:54px;padding:8px 13px;font-family:Manrope,sans-serif;font-size:22px;font-weight:800}.score-field input[type=number]:focus{border-color:#0875a5;box-shadow:0 0 0 4px #0875a50f}.score-field small{color:#87979e;margin-top:8px;font-size:9px;display:block}.standard-result{grid-template-columns:1fr 1fr;gap:12px;margin-top:15px;display:grid}.standard-result>div{background:#f7fafb;border:1px solid #dce7e9;border-radius:12px;justify-content:space-between;align-items:center;min-height:68px;padding:15px 19px;display:flex}.standard-result span{color:#8b9ba2;letter-spacing:.15em;font-size:8px;font-weight:800}.standard-result strong{color:#17324a;letter-spacing:-.03em;font-family:Manrope,sans-serif;font-size:25px}.standard-result .risk-lower{color:#287668}.standard-result .risk-moderate{color:#a87824}.standard-result .risk-high{color:#b56530}.standard-result .risk-critical{color:#a64d43}.rpn-note{color:#9aa7ac;text-align:right;margin-top:9px;font-size:9px}.checklist-builder{flex-direction:column;gap:9px;display:flex}.checklist-row{background:#fbfcfc;border:1px solid #e0e8ea;border-radius:11px;grid-template-columns:38px 1fr auto 35px;align-items:center;gap:10px;padding:9px;display:grid}.check-number{color:#0875a5;background:#edf5f7;border-radius:8px;place-items:center;width:32px;height:32px;font-size:8px;font-weight:800;display:grid}.checklist-row input{box-sizing:border-box;color:#17324a;width:100%;min-height:40px;font:inherit;background:#fff;border:1px solid #d7e1e4;border-radius:8px;outline:none;padding:10px 12px;font-size:11px}.checklist-row input:focus{border-color:#0875a5}.required-toggle{color:#87969d;cursor:pointer;background:#fff;border:1px solid #d5e0e3;border-radius:7px;min-width:72px;padding:8px 10px;font-size:8px;font-weight:800}.required-toggle.selected{color:#287668;background:#edf8f4;border-color:#b9d9d2}.delete-check{color:#9aa7ac;cursor:pointer;background:0 0;border:0;border-radius:7px;width:30px;height:30px;font-size:19px}.delete-check:hover:not(:disabled){color:#a64d43;background:#fff0ed}.delete-check:disabled{opacity:.25;cursor:not-allowed}.add-check{color:#0875a5;cursor:pointer;background:0 0;border:1px dashed #b9ccd2;border-radius:8px;align-self:flex-start;margin-top:4px;padding:9px 12px;font-size:10px;font-weight:800}.add-check:hover{background:#f4f9fa;border-color:#0875a5}.template-section:has(.guidance-intro) .field textarea{min-height:120px}.template-actions{justify-content:flex-end;align-items:center;gap:12px;margin-top:22px;display:flex}.cancel-button{color:#788a93;cursor:pointer;background:0 0;border:0;padding:12px 16px;font-size:11px;font-weight:800}.cancel-button:hover{color:#17324a}.create-button{color:#fff;cursor:pointer;background:#0875a5;border:0;border-radius:10px;min-width:190px;padding:14px 20px;font-size:11px;font-weight:800;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 8px 20px #0875a52b}.create-button:hover:not(:disabled){background:#075f87;transform:translateY(-2px);box-shadow:0 12px 25px #0875a538}.create-button:disabled{opacity:.55;cursor:not-allowed}.template-error{color:#a64d43;background:#fff3f0;border:1px solid #efd2cd;border-radius:9px;flex:1;padding:11px 14px;font-size:10px;line-height:1.5}@media (width<=900px){.template-page{padding:42px 4vw 70px}.template-grid{grid-template-columns:1fr}.field-wide{grid-column:auto}.template-section .score-grid,.standard-result{grid-template-columns:1fr}}@media (width<=650px){.template-page{padding:30px 18px 55px}.template-header h1{font-size:42px}.template-section{border-radius:15px;padding:22px 18px}.section-title{grid-template-columns:34px 1fr;gap:10px}.section-title h2{font-size:21px}.checklist-row{grid-template-columns:32px 1fr 32px}.checklist-row input{grid-column:2/-1}.required-toggle{grid-column:2;justify-self:start}.delete-check{grid-area:1/3}.template-actions{flex-direction:column-reverse;align-items:stretch}.create-button{width:100%}.cancel-button{align-self:center}.template-error{box-sizing:border-box;width:100%}}.standard-assessment-card{border:1px solid var(--border);background:#fff;border-radius:18px;margin-top:22px;padding:30px}.standard-assessment-intro{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:28px;display:flex}.standard-assessment-intro h3{color:var(--navy);margin:0 0 8px;font-size:22px}.standard-assessment-intro p{max-width:760px;color:var(--muted);margin:0;line-height:1.6}.standard-rpn-preview{border:1px solid var(--border);background:var(--off-white);text-align:right;border-radius:12px;min-width:150px;padding:16px 20px}.standard-rpn-preview span{letter-spacing:.12em;color:var(--muted);margin-bottom:4px;font-size:10px;font-weight:700;display:block}.standard-rpn-preview strong{color:var(--navy);font-size:32px;line-height:1;display:block}.standard-rpn-preview small{color:var(--blue);margin-top:6px;font-size:12px;font-weight:700;display:block}.standard-score-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.standard-score-grid .score-field{border:1px solid var(--border);background:#fff;border-radius:14px;min-width:0;padding:22px}.standard-score-grid .score-field label{color:var(--navy);margin-bottom:14px;font-size:14px;font-weight:700;display:block}.standard-score-grid .number-control{align-items:center;width:100%;height:58px;display:flex}.standard-score-grid .number-control input{box-sizing:border-box;border:1px solid var(--border);width:100%;height:58px;color:var(--navy);-webkit-text-fill-color:var(--navy);appearance:auto;background:#fff;border-radius:10px;outline:none;padding:0 16px;font-size:22px;font-weight:700;line-height:1}.standard-score-grid .number-control input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #287ba31f}.standard-score-grid .number-control input::-webkit-inner-spin-button{opacity:1}.standard-score-grid .number-control input::-webkit-outer-spin-button{opacity:1}.standard-score-grid .score-hint{color:var(--muted);margin-top:10px;font-size:12px;line-height:1.5;display:block}.standard-reference-note{border-left:3px solid var(--blue);background:#f4f9fb;border-radius:4px;align-items:flex-start;gap:12px;margin-top:22px;padding:16px 18px;display:flex}.standard-reference-note strong{letter-spacing:.08em;text-transform:uppercase;color:var(--blue);flex-shrink:0;font-size:11px}.standard-reference-note span{color:var(--muted);font-size:13px;line-height:1.6}@media (width<=900px){.standard-assessment-intro{flex-direction:column}.standard-rpn-preview{box-sizing:border-box;text-align:left;width:100%}.standard-score-grid{grid-template-columns:1fr}}@media (width<=600px){.standard-assessment-card{padding:20px}.standard-score-grid .score-field{padding:18px}.standard-reference-note{flex-direction:column;gap:6px}}.user-dashboard-header+div{align-items:flex-start;gap:70px;max-width:1000px;margin:0 auto 38px;display:flex}.user-dashboard-header+div p{color:#71848f;letter-spacing:.14em;text-transform:uppercase;flex-direction:column;gap:6px;margin:0;font-size:10px;font-weight:800;display:flex}.user-dashboard-header+div p strong{color:#17324a;letter-spacing:-.02em;text-transform:none;font-family:Manrope,sans-serif;font-size:17px;font-weight:800}@media (width<=700px){.user-dashboard-header+div{flex-direction:column;gap:18px;margin-bottom:30px}}.dashboard-context{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:1000px;margin:0 auto 35px;display:grid}.dashboard-context-item{box-sizing:border-box;background:#fff;border:1px solid #dce5e7;border-radius:14px;flex-direction:column;justify-content:center;gap:6px;min-height:78px;padding:18px 22px;display:flex}.dashboard-context-item span{color:#0875a5;letter-spacing:.14em;font-size:9px;font-weight:800;display:block}.dashboard-context-item strong{color:#17324a;font-family:Manrope,sans-serif;font-size:17px;font-weight:800;line-height:1.25;display:block}@media (width<=700px){.dashboard-context{grid-template-columns:1fr;gap:10px;margin-bottom:30px}.dashboard-context-item{min-height:70px}}html,body,#root{min-height:100%}body{margin:0}
