:root{--ink:#082c3d;--muted:#60747d;--ocean:#057fa1;--teal:#12a594;--sand:#f5f1e8;--mist:#eef6f6;--line:#dce7e7;--white:#fff;--orange:#f2a64a;--shadow:0 24px 70px rgba(5,45,61,.12);font-family:Inter,"Segoe UI",system-ui,sans-serif;color:var(--ink);background:#fbfdfc;line-height:1.55}*{box-sizing:border-box}body{margin:0}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.8rem;z-index:20}button,input,select,textarea{font:inherit}button,a{transition:.2s ease}a{color:inherit}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1rem,5vw,5rem);border-bottom:1px solid var(--line);background:rgba(251,253,252,.94);backdrop-filter:blur(12px);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;letter-spacing:.08em;font-size:.82rem}.brand b{font-weight:750}.mark{width:34px;height:34px;border:1.5px solid var(--ocean);border-radius:50%;display:grid;place-items:center;position:relative}.mark:before{content:"";width:9px;height:15px;background:var(--teal);border-radius:100% 0 100% 0;transform:rotate(-25deg)}.mark i{position:absolute;width:16px;height:1px;background:var(--orange);transform:rotate(-45deg);right:-3px;top:7px}.nav nav{display:flex;gap:1.75rem}.nav button{border:0;background:none;color:var(--ink);cursor:pointer}.nav nav button:hover{color:var(--ocean)}.nav-actions{display:flex;align-items:center;gap:.6rem}.nav select{border:1px solid var(--line);background:#fff;border-radius:999px;padding:.45rem .7rem}.menu{display:none}.count{background:var(--mist);border-radius:999px;padding:.1rem .4rem;font-size:.7rem}.hero{min-height:680px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;padding:5rem clamp(1rem,7vw,7rem);overflow:hidden;position:relative}.hero:after{content:"";position:absolute;right:-14rem;top:-10rem;width:48rem;height:48rem;border:1px solid #cbe6e6;border-radius:50%;box-shadow:0 0 0 6rem #f1f8f7,0 0 0 12rem #f8fbfa;z-index:-1}.eyebrow{display:inline-flex;align-items:center;gap:.55rem;text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.7rem;color:var(--ocean)}.eyebrow:before{content:"";width:24px;height:1px;background:var(--teal)}h1{font-family:Georgia,serif;font-size:clamp(3.1rem,6.5vw,6.3rem);letter-spacing:-.055em;line-height:.92;margin:1.3rem 0 1.6rem;font-weight:500}h1 em{font-style:italic;color:var(--ocean)}h2{font-family:Georgia,serif;font-size:clamp(2.1rem,4vw,3.6rem);line-height:1.05;letter-spacing:-.035em;margin:.5rem 0 1rem;font-weight:500}h3{font-size:1.05rem}.lede{font-size:1.16rem;color:var(--muted);max-width:620px}.actions{display:flex;gap:.75rem;flex-wrap:wrap;margin:2rem 0}.btn{border:1px solid var(--ink);border-radius:999px;padding:.85rem 1.25rem;background:var(--ink);color:#fff;text-decoration:none;cursor:pointer;font-weight:650;display:inline-flex;align-items:center;gap:.55rem;justify-content:center}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(8,44,61,.18)}.btn.secondary{background:transparent;color:var(--ink);border-color:var(--line)}.btn.teal{background:var(--teal);border-color:var(--teal)}.btn.small{padding:.55rem .85rem;font-size:.86rem}.trust-row{display:flex;gap:1.4rem;color:var(--muted);font-size:.79rem;margin-top:2.4rem}.trust-row span:before{content:"✓";color:var(--teal);margin-right:.35rem}.hero-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:1.4rem;box-shadow:var(--shadow);transform:rotate(1deg);max-width:460px}.hero-card .window{background:var(--mist);border-radius:18px;padding:1.2rem;min-height:390px}.mini-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.question{background:#fff;padding:1rem;border-radius:12px;margin:1rem 0;box-shadow:0 8px 25px rgba(5,45,61,.06)}.answer{border-left:2px solid var(--teal);padding-left:1rem}.answer ul{padding-left:1.2rem}.source-pill,.status{display:inline-flex;align-items:center;border:1px solid #b9dddd;border-radius:999px;padding:.3rem .55rem;font-size:.7rem;color:#14726a;background:#f4fbfa}.section{padding:5.5rem clamp(1rem,7vw,7rem)}.section.tint{background:var(--mist)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2.2rem}.section-head p{max-width:570px;color:var(--muted)}.topics{display:grid;grid-template-columns:repeat(5,1fr);gap:.8rem}.topic{background:#fff;border:1px solid var(--line);padding:1.2rem;border-radius:14px;min-height:130px;cursor:pointer;text-align:left;color:var(--ink)}.topic:hover{border-color:var(--teal);transform:translateY(-3px)}.topic .ico{display:block;font-size:1.25rem;margin-bottom:1.25rem}.topic small{color:var(--muted)}.method{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.method-card{background:var(--ink);color:#fff;border-radius:26px;padding:2.5rem;position:relative;overflow:hidden}.method-card:after{content:"";position:absolute;width:200px;height:200px;border:1px solid rgba(255,255,255,.2);border-radius:50%;right:-60px;bottom:-80px}.method-step{display:grid;grid-template-columns:40px 1fr;gap:1rem;margin:1.5rem 0}.method-step b{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.1);display:grid;place-items:center}.page-head{padding:4rem clamp(1rem,7vw,7rem) 2rem}.filters{display:flex;gap:.7rem;flex-wrap:wrap;margin:1.5rem 0}.filters input,.filters select,.field input,.field select,.field textarea{border:1px solid var(--line);border-radius:10px;padding:.75rem .9rem;background:#fff;color:var(--ink)}.filters input{min-width:280px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.procedure-card{border:1px solid var(--line);border-radius:18px;padding:1.4rem;background:#fff;display:flex;flex-direction:column;min-height:270px}.procedure-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.procedure-card .meta{display:flex;justify-content:space-between;gap:1rem}.procedure-card p{color:var(--muted);flex:1}.procedure-card button{align-self:flex-start}.status.draft{color:#8b5a1d;border-color:#efd2a4;background:#fff9ef}.procedure-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:3rem;padding:1rem clamp(1rem,7vw,7rem) 5rem}.crumb{font-size:.8rem;color:var(--muted);margin-bottom:1.2rem}.verified{border:1px solid #bfe4dc;background:#f2fbf8;border-radius:12px;padding:.9rem 1rem;color:#26675f}.warning{border-left:3px solid var(--orange);background:#fff8ee;padding:1rem;margin:1rem 0}.content-section{padding:1rem 0 1.6rem;border-bottom:1px solid var(--line)}.content-section ol,.content-section ul{padding-left:1.3rem}.content-section li{margin:.7rem 0}.step-list{counter-reset:steps;list-style:none!important;padding:0!important}.step-list li{counter-increment:steps;display:grid;grid-template-columns:36px 1fr;gap:.8rem}.step-list li:before{content:counter(steps);width:30px;height:30px;border-radius:50%;background:var(--mist);display:grid;place-items:center;color:var(--ocean);font-weight:700}.side{position:sticky;top:100px;align-self:start}.side-card{border:1px solid var(--line);border-radius:18px;padding:1.35rem;background:#fff;margin-bottom:1rem}.side-card .btn{width:100%;margin:.35rem 0}.source{display:block;padding:.7rem 0;border-bottom:1px solid var(--line);font-size:.86rem;color:var(--ocean)}.assistant-shell{display:grid;grid-template-columns:320px 1fr;min-height:calc(100vh - 76px)}.context-panel{background:var(--ink);color:#fff;padding:2rem}.context-panel .field select{width:100%;margin:.3rem 0 1rem;background:#123b4b;color:#fff;border-color:#315666}.context-panel label{font-size:.76rem;color:#c5d4d8}.chat{padding:2rem clamp(1rem,5vw,5rem);display:flex;flex-direction:column;max-width:980px;width:100%;margin:auto}.messages{flex:1;min-height:430px}.bubble{max-width:760px;padding:1.1rem 1.3rem;border-radius:16px;margin:1rem 0}.bubble.user{background:var(--ink);color:#fff;margin-left:auto;border-bottom-right-radius:4px}.bubble.ai{border:1px solid var(--line);background:#fff;border-bottom-left-radius:4px}.bubble h3{margin-top:0}.suggestions{display:flex;gap:.5rem;flex-wrap:wrap}.suggestions button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:.55rem .8rem;cursor:pointer}.chat-form{display:flex;gap:.7rem;border:1px solid var(--line);border-radius:16px;background:#fff;padding:.55rem;box-shadow:var(--shadow)}.chat-form textarea{flex:1;border:0;resize:none;padding:.65rem;min-height:48px}.chat-form textarea:focus{outline:0}.empty{text-align:center;padding:4rem 1rem;color:var(--muted)}.check-item{display:flex;gap:.8rem;padding:1rem;border:1px solid var(--line);border-radius:12px;margin:.7rem 0;background:#fff}.check-item.done span{text-decoration:line-through;color:var(--muted)}.modal{position:fixed;inset:0;background:rgba(3,30,40,.62);z-index:30;display:grid;place-items:center;padding:1rem}.modal[hidden]{display:none}.modal-card{background:#fff;border-radius:20px;padding:1.7rem;width:min(620px,100%);max-height:90vh;overflow:auto}.modal-head{display:flex;justify-content:space-between}.close{border:0;background:none;font-size:1.5rem;cursor:pointer}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field{display:flex;flex-direction:column;gap:.3rem}.field.full{grid-column:1/-1}.field label{font-size:.78rem;color:var(--muted)}.consent{display:flex;align-items:flex-start;gap:.6rem;font-size:.8rem;margin:.8rem 0}footer{background:var(--ink);color:#dcebed;padding:3.5rem clamp(1rem,7vw,7rem);display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}footer>div{display:flex;flex-direction:column;gap:.6rem}footer a{text-decoration:none}footer .disclaimer{grid-column:1/-1;border-top:1px solid #31515d;padding-top:1.5rem;font-size:.78rem;color:#aec1c7}.light{color:#fff}.light .mark{border-color:#8dd8d0}#toast{position:fixed;right:1.2rem;bottom:1.2rem;background:var(--ink);color:#fff;border-radius:10px;padding:.8rem 1rem;opacity:0;transform:translateY(10px);pointer-events:none;z-index:40}#toast.show{opacity:1;transform:none}.admin-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.metric{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1.2rem}.metric strong{font-size:2rem;display:block}.table{width:100%;border-collapse:collapse;background:#fff}.table th,.table td{text-align:left;padding:.8rem;border-bottom:1px solid var(--line);font-size:.85rem}
@media(max-width:900px){.nav nav{display:none}.menu{display:block}.nav.open nav{display:flex;position:absolute;top:76px;left:0;right:0;background:#fff;padding:1rem;flex-direction:column;border-bottom:1px solid var(--line)}.hero{grid-template-columns:1fr;padding-top:3.5rem}.hero-card{display:none}.topics{grid-template-columns:repeat(2,1fr)}.grid{grid-template-columns:1fr 1fr}.method{grid-template-columns:1fr}.procedure-layout{grid-template-columns:1fr}.side{position:static}.assistant-shell{grid-template-columns:1fr}.context-panel{padding:1rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem}.context-panel h2,.context-panel>p{grid-column:1/-1}.admin-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){h1{font-size:3.25rem}.nav{padding:0 1rem}.nav .brand span:last-child{display:none}.hero{min-height:auto;padding-bottom:3.5rem}.trust-row{flex-direction:column;gap:.35rem}.section{padding:3.5rem 1rem}.section-head{align-items:start;flex-direction:column}.topics,.grid{grid-template-columns:1fr}.topic{min-height:100px}.page-head{padding:2.5rem 1rem 1rem}.filters{flex-direction:column}.filters input{min-width:0;width:100%}.procedure-layout{padding:1rem 1rem 3rem}.context-panel{grid-template-columns:1fr 1fr}.chat{padding:1rem}.messages{min-height:360px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}footer{grid-template-columns:1fr}.admin-cards{grid-template-columns:1fr 1fr}.table-wrap{overflow-x:auto}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
