@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Newsreader:opsz,wght@6..72,400;6..72,500&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#181824;background:#f5f5f2;font-synthesis:none;--ink: #181824;--muted: #686875;--line: #e2e1dc;--paper: #fff;--sphere: #191678;--sphere-bright: #2d29a8;--soft: #eeede8}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}.app-shell{min-height:100vh}.site-header{height:72px;padding:0 clamp(20px,4vw,64px);display:flex;align-items:center;justify-content:space-between;background:#ffffffdb;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0;z-index:20}.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;font-size:16px;letter-spacing:-.02em}.brand img{width:31px;height:31px}.brand b{font-weight:600}.header-actions,.button-row,.form-actions,.agreement-actions{display:flex;align-items:center;gap:10px}.header-actions select{width:auto;padding:7px 30px 7px 10px}.user-name{color:var(--muted);font-size:13px}.page{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:58px 0 90px}.page.narrow{width:min(920px,calc(100% - 40px))}.page-heading{display:flex;justify-content:space-between;gap:32px;align-items:flex-end;margin-bottom:36px}.page-heading h1,.center-state h1,.login-card h1{font-family:Newsreader,Georgia,serif;font-weight:500;letter-spacing:-.035em;margin:4px 0 7px;font-size:clamp(36px,4vw,52px);line-height:1.02}.page-heading p,.center-state p,.login-card p{color:var(--muted);margin:0;line-height:1.6}.eyebrow{font-size:11px!important;font-weight:600;color:var(--sphere)!important;letter-spacing:.16em}.button{min-height:42px;padding:0 16px;border-radius:999px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:13px;text-decoration:none;cursor:pointer;transition:.18s ease}.button svg,.icon-button svg{width:17px;height:17px}.button.primary{color:#fff;background:var(--sphere);box-shadow:0 5px 18px #1916782e}.button.primary:hover{background:var(--sphere-bright);transform:translateY(-1px)}.button.secondary{background:var(--paper);border-color:var(--line)}.button.secondary:hover{border-color:#c5c3bb}.button.wide{width:100%}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.icon-button{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--ink);background:var(--paper);cursor:pointer;text-decoration:none}.icon-button:hover,.icon-button.active{border-color:var(--sphere);color:var(--sphere);background:#f5f4ff}input:not([type=checkbox]),select,textarea{width:100%;border:1px solid #d8d7d1;background:#fff;color:var(--ink);border-radius:10px;padding:11px 12px;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--sphere-bright);box-shadow:0 0 0 3px #2d29a817}textarea{min-height:90px;resize:vertical}.list-toolbar{display:flex;align-items:center;gap:20px;color:var(--muted);font-size:12px;margin-bottom:14px}.list-toolbar input{max-width:440px}.grant-list{border-top:1px solid var(--line)}.grant-row{display:grid;grid-template-columns:minmax(230px,1.8fr) 1fr .8fr auto;gap:26px;align-items:center;padding:23px 6px;border-bottom:1px solid var(--line)}.grant-row h2{margin:7px 0 2px;font-size:16px}.grant-row p{margin:0;color:var(--muted);font-size:12px}.grant-number,.grant-summary{display:flex;flex-direction:column;gap:5px}.grant-number span,.grant-summary span{font-size:9px;letter-spacing:.13em;color:var(--muted)}.grant-number b,.grant-summary b{font-size:13px}.row-actions{display:flex;gap:7px}.status{border-radius:999px;padding:4px 8px;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.status.ready{color:#165d43;background:#dcf7ea}.status.draft{color:#6e5a26;background:#f5ecd5}.empty-list{padding:60px 0;color:var(--muted);text-align:center}.back-link{display:inline-flex;gap:7px;align-items:center;color:var(--muted);text-decoration:none;font-size:12px;margin-bottom:30px}.back-link svg{width:15px}.form-card,.release-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:clamp(20px,3vw,30px);margin-bottom:14px}.form-card h2,.release-card h2{margin:0 0 22px;font-size:16px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.form-grid label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:600}.form-grid .full{grid-column:1 / -1}.check-field{grid-column:1 / -1;flex-direction:row!important;align-items:center}.check-field input{width:18px;height:18px;accent-color:var(--sphere)}.check-field span{display:flex;flex-direction:column;gap:2px}.check-field small{color:var(--muted);font-weight:400}.release-card{display:flex;align-items:center;justify-content:space-between;gap:20px}.release-card h2{margin:10px 0 4px}.release-card p{color:var(--muted);font-size:12px;margin:0}.toggle input{position:absolute;opacity:0}.toggle span{display:block;width:48px;height:27px;border-radius:99px;background:#c9c8c2;padding:3px;transition:.2s;cursor:pointer}.toggle span:after{content:"";display:block;width:21px;height:21px;border-radius:50%;background:#fff;transition:.2s;box-shadow:0 1px 5px #0002}.toggle input:checked+span{background:var(--sphere)}.toggle input:checked+span:after{transform:translate(21px)}.form-error{padding:12px 14px;color:#9d2033;background:#ffeaed;border-radius:10px;font-size:12px}.form-actions{justify-content:flex-end;margin-top:22px}.approval-panel{border-color:#d9d7ef;background:#fbfaff}.approval-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.approval-panel-heading h2{margin:10px 0 5px}.approval-panel-heading p{color:var(--muted);font-size:12px;margin:0 0 20px}.approval-panel-heading>svg{width:28px;height:28px;color:var(--sphere)}.approval-status{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.approval-status.not-submitted,.approval-status.withdrawn{color:#5f5f69;background:#e9e8e4}.approval-status.pending{color:#715915;background:#fbefc8}.approval-status.approved{color:#126044;background:#d8f5e7}.approval-status.rejected,.approval-status.stale{color:#92283a;background:#ffe1e7}.decision-list{border:1px solid var(--line);border-radius:12px;overflow:hidden;margin:2px 0 18px;background:#fff}.decision-list>div{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 14px;border-bottom:1px solid var(--line)}.decision-list>div:last-child{border-bottom:0}.decision-list span,.approver-picker span{display:flex;flex-direction:column;gap:2px;font-size:12px}.decision-list small,.approver-picker small{color:var(--muted)}.decision-list>div>b{font-size:10px;text-transform:uppercase}.decision-list .approved{color:#126044}.decision-list .rejected{color:#92283a}.decision-list .pending{color:#715915}.approver-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:16px}.approver-picker label{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:11px;background:#fff;padding:12px;cursor:pointer}.approver-picker input{width:17px;height:17px;accent-color:var(--sphere)}.approval-queue{display:grid;gap:12px}.approval-queue article{display:grid;grid-template-columns:minmax(220px,1fr) auto auto;align-items:center;gap:28px;padding:22px 24px;background:#fff;border:1px solid var(--line);border-radius:16px}.approval-queue h2{margin:9px 0 3px;font-size:17px}.approval-queue p{margin:0;color:var(--muted);font-size:12px}.approval-queue article>div:nth-child(2){display:flex;flex-direction:column;gap:4px}.approval-queue article>div:nth-child(2) span{color:var(--muted);font-size:9px;letter-spacing:.1em}.approval-queue article>div:nth-child(2) b{font-size:11px;text-transform:uppercase}.board-review{padding-bottom:220px}.board-review-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:52px;padding-bottom:28px;border-bottom:1px solid var(--line)}.board-review-heading h1{margin:7px 0 0;font-family:Newsreader,Georgia,serif;font-size:30px;font-weight:500}.decision-card{width:min(816px,100%);margin:16px auto 0;padding:28px;background:#fff;border:1px solid var(--line);border-radius:16px}.decision-card h2{margin:0 0 5px;font-size:18px}.decision-card>p{margin:0 0 20px;color:var(--muted);font-size:12px;line-height:1.6}.decision-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px}.decision-choice button{min-height:58px;border-radius:12px;border:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:center;gap:9px;font-weight:600;cursor:pointer}.decision-choice .approve.selected{color:#126044;border-color:#52a984;background:#ecfbf4;box-shadow:0 0 0 2px #bdebd5}.decision-choice .reject.selected{color:#92283a;border-color:#d77889;background:#fff2f4;box-shadow:0 0 0 2px #ffd4dc}.decision-card label{display:flex;flex-direction:column;gap:7px;margin-bottom:18px;font-size:12px;font-weight:600}.editor{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.editor-toolbar{min-height:56px;padding:8px 12px;border-bottom:1px solid var(--line);display:flex;gap:5px;align-items:center;flex-wrap:wrap;background:#fafaf8}.editor-toolbar .icon-button{width:34px;height:34px;border-radius:8px}.editor-toolbar select{margin-left:auto;width:220px;padding:8px 30px 8px 10px}.toolbar-divider{height:22px;width:1px;background:var(--line);margin:0 4px}.editor-surface{min-height:550px;padding:clamp(25px,5vw,70px);outline:none}.editor-help{color:var(--muted);font-size:12px;margin:12px 3px}.editor-loading{padding:30px}.template-workspace{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:16px;align-items:start}.template-preview{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;max-height:720px;overflow:auto;position:sticky;top:88px}.template-preview .agreement-prose{margin-top:24px;font-size:13px}.template-preview .agreement-prose h1{font-size:28px;margin-bottom:25px}.template-preview .agreement-prose h2{margin-top:28px}.signature-card{display:grid;grid-template-columns:260px 1fr;gap:24px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;margin-bottom:16px}.signature-preview{min-height:120px;display:grid;place-items:center;border:1px dashed #cbc9c1;border-radius:12px;background:#fbfbf8;color:var(--muted);font-size:12px}.signature-preview img,.ceo-signature{display:block;width:auto;max-width:220px;max-height:90px;object-fit:contain}.signature-fields{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.signature-fields>div{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:12px}.signature-fields label:not(.signature-upload){display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:600}.signature-fields small{color:var(--muted);font-size:10px}.signature-upload{position:relative;overflow:hidden}.signature-upload input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.agreement-page{padding:34px 20px 80px}.agreement-actions{width:min(816px,100%);justify-content:flex-end;margin:0 auto 14px}.agreement-paper{width:min(816px,100%);min-height:1056px;margin:0 auto;background:#fff;padding:clamp(32px,7vw,78px);box-shadow:0 18px 60px #1c1c2317}.agreement-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:28px;margin-bottom:54px;border-bottom:1px solid var(--line)}.agreement-header>div:last-child{text-align:right;display:flex;flex-direction:column;gap:4px}.agreement-header>div:last-child span{font-size:9px;letter-spacing:.14em;color:var(--muted)}.agreement-header>div:last-child b{font-size:12px}.agreement-paper footer{display:flex;justify-content:space-between;border-top:1px solid var(--line);color:var(--muted);font-size:9px;margin-top:70px;padding-top:16px}.agreement-prose{font-family:Newsreader,Georgia,serif;color:#22212a;font-size:17px;line-height:1.72}.agreement-prose h1{font-size:clamp(36px,6vw,50px);line-height:1.05;font-weight:500;letter-spacing:-.035em;color:var(--sphere);margin:0 0 40px}.agreement-prose h2{font-family:DM Sans,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--sphere);margin:42px 0 13px}.agreement-prose h3{font-size:20px;margin-top:30px}.agreement-prose p{margin:0 0 18px}.agreement-prose blockquote{border-left:3px solid var(--sphere);margin:25px 0;padding-left:20px;color:var(--muted)}.agreement-prose table{width:100%;border-collapse:collapse;margin:25px 0;font-family:DM Sans,sans-serif;font-size:12px}.agreement-prose th,.agreement-prose td{border:1px solid var(--line);padding:10px;text-align:left}.agreement-prose th{background:var(--soft)}.agreement-prose a{color:var(--sphere)}.center-state{min-height:calc(100vh - 72px);padding:40px 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.center-state h1{font-size:42px}.loading-mark,.empty-mark{width:58px;margin-bottom:20px;animation:breathe 1.8s ease-in-out infinite}.empty-mark{width:74px;animation:none}@keyframes breathe{50%{opacity:.45;transform:scale(.95)}}.login-page{min-height:100vh;background:var(--sphere);display:grid;place-items:center;padding:24px;position:relative;overflow:hidden}.login-page:before{content:"";position:absolute;width:680px;height:680px;border:1px solid rgba(255,255,255,.08);border-radius:50%}.login-card{position:relative;width:min(450px,100%);padding:54px;border-radius:24px;background:#fff;box-shadow:0 40px 100px #08053166;text-align:center}.login-logo{width:66px;margin-bottom:22px}.login-card h1{font-size:45px}.login-card>p:not(.eyebrow){margin:14px 0 30px}@media(max-width:760px){.site-header{height:62px;padding:0 16px}.user-name,.brand span{display:none}.page{padding-top:36px;width:min(100% - 28px,1180px)}.page-heading{align-items:flex-start;flex-direction:column}.button-row{width:100%;flex-wrap:wrap}.grant-row{grid-template-columns:1fr auto}.grant-number,.grant-summary{display:none}.form-grid{grid-template-columns:1fr}.form-grid .full,.check-field{grid-column:auto}.approver-picker,.decision-choice{grid-template-columns:1fr}.release-card{align-items:flex-start}.approval-queue article{grid-template-columns:1fr;gap:15px}.agreement-page{padding:18px 0}.agreement-actions{padding:0 14px}.agreement-paper{min-height:auto;box-shadow:none}.agreement-header .brand span{display:inline}.editor-toolbar select{margin-left:0;width:100%}.template-workspace{grid-template-columns:1fr}.template-preview{position:static;max-height:none}.signature-card,.signature-fields>div{grid-template-columns:1fr}.login-card{padding:38px 28px}}@media print{.site-header,.no-print{display:none!important}body{background:#fff}.agreement-page{padding:0}.agreement-paper{width:100%;min-height:auto;box-shadow:none;padding:0}.agreement-prose{font-size:12pt}.agreement-prose h1{font-size:30pt}}
