@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Noto+Sans+SC:wght@400;450;500;550;600;650;700&display=swap";:root{font-family:DM Sans,Noto Sans SC,sans-serif;color:#243d36;background:#f7f8f5;font-synthesis:none;font-weight:400;font-size:14px;--green: #183f35;--muted: #7c8780;--line: #e5e9e2;--cream: #f5f2e8;--gold: #d1b784}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #adcbbb;outline-offset:3px}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1{font-size:30px;font-weight:600;letter-spacing:-1px;line-height:1.3}h2{font-size:19px;font-weight:600}h3{font-size:17px;font-weight:600}p{line-height:1.75}small,.subtle{color:var(--muted)}.eyebrow{font-size:11px;letter-spacing:1.7px;font-weight:650;color:#8a968e;display:block;margin-bottom:10px}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:11px 17px;min-height:43px;border:1px solid #dce2da;border-radius:7px;background:#fff;color:#2f4e42;font-weight:550;white-space:nowrap;transition:.15s}.button:hover{background:#f0f4ef;border-color:#b9c9bd}.button.primary{background:var(--green);color:#fff;border-color:var(--green);box-shadow:0 2px 3px #183f350a}.button.primary:hover{background:#285647}.button.ghost{border-color:transparent;background:transparent;padding:9px}.button.danger{color:#9e4f3e;border-color:#ead7d1;background:#fffaf8}.button.full{width:100%}.text-button{border:0;background:transparent;color:#376e58;padding:10px 0;text-align:left;font-weight:550}.icon-button{display:flex;align-items:center;justify-content:center;background:transparent;border:0;color:#76867b;padding:8px;border-radius:7px}.icon-button:hover{background:#f1f3ee}.language-control{position:fixed;right:28px;top:20px;z-index:15}.language-control button{display:flex;align-items:center;gap:7px;background:#fff;border:1px solid #e1e6df;padding:7px 12px;border-radius:6px;font-size:12px;color:#5b6b62}.brand{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:700;letter-spacing:-.6px}.brand-light{font-weight:400;opacity:.65}.brand-mark{display:grid;place-items:center;border:1px solid #d4bc8b;background:#e6d7af;color:#284137;font-family:Georgia,serif;font-weight:700;font-style:italic;font-size:29px;width:34px;height:37px;border-radius:11px 2px}.app-shell{display:flex;min-height:100vh}.sidebar{width:245px;position:fixed;inset:0 auto 0 0;padding:33px 23px 0;background:#173c33;color:#eef4ec;display:flex;flex-direction:column;z-index:10}.sidebar .brand{margin-bottom:43px}.workspace-label{font-size:10px;letter-spacing:1.3px;color:#b1c4b9;padding:0 11px;margin-bottom:28px}.workspace-label span{display:block;font-size:10px;margin-top:6px;color:#719689;letter-spacing:1px}.sidebar nav{display:grid;gap:9px}.sidebar nav button{color:#a8c1b5;background:transparent;border:0;display:flex;align-items:center;gap:13px;padding:13px 15px;text-align:left;border-radius:6px;font-size:14px}.sidebar nav button.active{background:#31574b;color:#f7f9f3;box-shadow:inset 3px 0 #dfc998}.sidebar nav button:hover{background:#284c40}.nav-count{margin-left:auto;border-radius:5px;background:#e3cf9d;color:#324739;padding:1px 6px;font-size:11px}.sidebar-note{margin-top:auto;padding:25px 14px;color:#b9ccbf}.sidebar-note>svg{color:#b8bd94;margin-bottom:12px}.sidebar-note strong{display:block;font-size:12px;font-weight:500}.sidebar-note p{font-size:11px;line-height:1.9;margin:8px 0;color:#87a597}.profile{display:flex;align-items:center;gap:9px;border-top:1px solid #3b5b4f;margin:0 -23px;padding:23px 16px}.avatar{display:flex;align-items:center;justify-content:center;border-radius:50%;width:33px;height:33px;background:#d9cda8;color:#38473a;font-weight:600;flex-shrink:0}.profile>div:nth-child(2){min-width:0}.profile strong{display:block;font-size:11px;font-weight:500}.profile span{display:block;font-size:9px;color:#9fb9a9;margin-top:5px;overflow:hidden;text-overflow:ellipsis;max-width:145px}.profile button{margin-left:auto;border:0;background:none;color:#93b19e;padding:0}.main{margin-left:245px;width:calc(100% - 245px)}.topbar{height:73px;border-bottom:1px solid var(--line);background:#fcfdfa;display:flex;align-items:center;justify-content:space-between;padding:0 38px;color:#869288;font-size:12px}.topbar>span{display:flex;align-items:center;gap:12px}.topbar strong{font-weight:500;color:#526258}.topbar-right{display:flex;align-items:center;gap:7px;margin-right:106px;font-size:11px}.online-dot{width:5px;height:5px;background:#78a68c;border-radius:50%}.content{padding:36px 38px 18px;max-width:1500px;margin:auto}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:29px}.page-heading h1{margin-bottom:10px}.page-heading p{color:#879087;margin-bottom:0;font-size:13px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin-bottom:25px}.stat{border:1px solid var(--line);border-radius:9px;padding:20px 21px;background:#fff;text-align:left;color:inherit;box-shadow:0 2px 3px #20392a02}.stat>div{display:flex;align-items:center;justify-content:space-between;color:#849088;font-size:12px}.stat>div svg{color:#91a194}.stat strong{font-size:34px;font-weight:550;display:block;margin-top:16px;line-height:1}.stat small{font-size:11px;font-weight:400;margin-left:8px}.stat.selected{border-color:#b6c8b8;background:#fafff8}.setup-banner{display:flex;align-items:center;gap:16px;border:1px solid #e7e2d1;background:#f4f1e7;padding:18px 22px;border-radius:8px;margin-bottom:28px}.setup-icon{width:43px;height:43px;border-radius:8px;background:#e8e3ce;display:grid;place-items:center;color:#8d865d}.setup-banner strong{font-size:13px;font-weight:550}.setup-banner p{font-size:11px;color:#8d8d78;margin:4px 0 0}.setup-banner>.button{margin-left:auto;font-size:12px;background:#fcfaf3;border-color:#ddd9c6;padding:9px 12px;min-height:37px}.records{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}.records-heading{padding:21px 23px 0;display:flex;align-items:center;justify-content:space-between}.records-heading h2{font-size:16px;display:flex;align-items:center;gap:10px;margin:0}.records-heading h2 span{font-size:10px;font-weight:500;background:#eff3ec;border:1px solid #e1e8dd;border-radius:5px;padding:2px 6px;color:#74846f}.filters{display:flex;justify-content:space-between;align-items:center;padding:17px 23px 0;gap:12px;border-bottom:1px solid var(--line)}.tabs{display:flex;gap:22px;align-self:stretch}.tabs button{border:0;border-bottom:2px solid transparent;background:none;padding:16px 0;color:#8b948d;font-size:12px}.tabs button.active{color:#2f5442;border-color:#476d53;font-weight:600}.filter-inputs{display:flex;gap:10px;padding-bottom:12px}.filter-inputs select{padding:7px 9px;font-size:11px;background:#fff;border:1px solid var(--line);border-radius:5px;color:#708074;max-width:140px}.search{display:flex;align-items:center;border:1px solid var(--line);border-radius:5px;gap:7px;padding:0 9px;color:#9aa498}.search input{border:0;outline:none;padding:8px 0;width:154px;font-size:11px;background:none}.search input::placeholder{color:#a5ada4}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left}th{font-size:11px;font-weight:500;color:#8b968c;background:#fafbf8;padding:14px 22px;white-space:nowrap}td{padding:20px 22px;border-top:1px solid #eff1eb;font-size:12px;white-space:nowrap}td strong{font-weight:550;display:block}td small{font-size:10px;display:block;margin-top:5px}.employee-cell{display:flex;gap:11px;align-items:center}.avatar.pale{background:#e8eddf;color:#768261;width:34px;height:34px;font-size:14px}tbody tr{cursor:pointer}tbody tr:hover{background:#fafcf8}.badge{display:inline-flex;gap:6px;align-items:center;border:1px solid #e6e9e1;color:#82907f;background:#f5f7f1;border-radius:5px;font-size:10px;padding:5px 8px;white-space:nowrap}.badge i{height:4px;width:4px;border-radius:50%;background:currentColor}.badge.invited,.badge.ready{background:#fbf6e8;border-color:#eee4c4;color:#b19654}.badge.employee_signed{background:#edf1f8;border-color:#dce3f0;color:#6c83a5}.badge.completed,.badge.archived{background:#ecf5ee;border-color:#d6e7d9;color:#658a6d}.badge.revoked{background:#f8eeee;color:#aa7770;border-color:#ead9d6}.empty{min-height:310px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:38px 22px}.empty-icon{width:70px;height:75px;display:grid;place-items:center;background:#f0f4ea;border:1px solid #e3eadb;border-radius:18px;position:relative;color:#779069;margin-bottom:21px}.empty-icon>span{position:absolute;right:-5px;bottom:6px;border:3px solid #fff;background:#718b5e;color:#fff;border-radius:50%;width:25px;height:25px;display:grid;place-items:center}.empty h3{font-size:16px;margin-bottom:8px}.empty p{font-size:12px;color:#95a08f;margin-bottom:20px;text-align:center}.empty .button{font-size:12px}.table-footer{display:flex;justify-content:space-between;align-items:center;padding:15px 22px;border-top:1px solid var(--line);font-size:10px;color:#97a28f;background:#fcfdf9}.table-footer>span:first-child{display:flex;align-items:center;gap:6px}.page-footer{display:flex;justify-content:center;gap:10px;color:#a9b0a4;font-size:10px;margin-top:33px;padding-bottom:10px}.page-footer span{color:#c5cbbd}.modal-backdrop{position:fixed;inset:0;background:#10231da1;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:30;display:flex;align-items:center;justify-content:center;padding:26px}.modal{background:#fff;border-radius:12px;width:min(520px,100%);max-height:92vh;overflow-y:auto;box-shadow:0 24px 100px #0c231c4d}.modal.wide{width:min(900px,100%)}.modal>header{display:flex;align-items:center;justify-content:space-between;padding:21px 27px;border-bottom:1px solid var(--line);position:sticky;top:0;background:#fff;z-index:2}.modal>header h2{margin:0;font-size:18px}.form-body{padding:26px 28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:21px}.field>span{font-size:12px;font-weight:550}.field input,.field select,.field textarea{width:100%;padding:11px 12px;border:1px solid #dce3d8;border-radius:6px;background:#fff;color:#294238;min-width:0;font-size:14px}.field input:disabled{background:#f5f7f2;color:#92a08f}.field textarea{resize:vertical;line-height:1.7}.field small{font-size:11px;line-height:1.6}.form-section-label{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:600;margin:7px 0 22px;padding-top:4px}.form-section-label span{font-size:10px;color:#79936b;border:1px solid #e3e9de;border-radius:5px;padding:4px 5px;background:#f6f8f2}.form-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;border-top:1px solid var(--line);padding-top:20px;margin-top:25px}.form-actions>.subtle{margin-right:auto;font-size:12px}.document-choices{display:flex;flex-direction:column;gap:10px;margin:18px 0}.document-choices label{display:flex;align-items:center;gap:10px;padding:13px 14px;border:1px solid var(--line);border-radius:6px;font-size:13px}.document-choices input,.consent input{accent-color:var(--green);width:16px;height:16px;flex-shrink:0}.consent{display:flex;align-items:flex-start;gap:9px;line-height:1.8;font-size:12px;color:#6c7d6d;margin:19px 0}.consent input{margin-top:4px}.notice{display:flex;gap:10px;align-items:flex-start;padding:14px 16px;border:1px solid #e9dfbd;background:#fff9e7;color:#8c7941;border-radius:7px;font-size:13px;line-height:1.7;margin:15px 0}.notice svg{flex-shrink:0;margin-top:2px}.notice.error{background:#fff5f1;border-color:#f0d9cf;color:#9e5f4d}.role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.role-card{display:block;text-align:left;min-height:260px;padding:25px;background:#fff;border:1px solid var(--line);border-radius:10px;color:inherit}.role-card-top{display:flex;align-items:center;justify-content:space-between;color:#a4ad9d;margin-bottom:24px}.role-icon{display:inline-flex;align-items:center;justify-content:center;width:43px;height:43px;background:#eef3e8;border-radius:9px;color:#718967;margin-bottom:10px}.role-card h3{margin-bottom:14px}.role-card p{font-size:12px;color:#8e998a;white-space:pre-line;max-height:60px;overflow:hidden}.role-card footer{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:15px;margin-top:25px;font-size:11px;color:#8d9786}.approval{display:inline-block;font-size:11px;color:#a09267;background:#f7f2e4;padding:4px 7px;border-radius:4px;white-space:nowrap}.approval.yes{color:#6e8d68;background:#eef5e9}.add-role{border-style:dashed;background:transparent;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px;color:#8c9c7c}.add-role strong{font-size:14px;font-weight:500}.add-role span{font-size:11px;text-align:center;line-height:1.7}.template-list,.review-card,.panel{background:#fff;border:1px solid var(--line);border-radius:10px;margin-bottom:22px}.template-row{display:flex;align-items:center;gap:20px;padding:25px 26px;border-bottom:1px solid var(--line)}.template-row:last-child{border-bottom:0}.document-number{color:#aab69d;font-size:12px}.template-row>svg{color:#7c9272}.template-row h3{font-size:15px;margin:0 0 7px}.template-row p{font-size:11px;color:#94a087;margin:0}.template-row>.button{margin-left:auto;font-size:12px}.review-card{padding:27px 30px}.review-card>svg{color:#869c75;margin-bottom:14px}.review-card p{color:#8a9682;font-size:13px}.document-preview{width:100%;height:72vh;border:0;background:#eee}.detail-heading{display:flex;align-items:center;gap:15px;margin-bottom:27px}.detail-heading h2{margin:0 0 6px}.detail-heading p{margin:0;font-size:12px;color:#8b9783}.detail-heading .badge{margin-left:auto}.avatar.large{width:49px;height:49px;background:#ecf1e3;color:#819269;font-size:23px}.detail-facts{display:grid;grid-template-columns:2fr 1.3fr 1.3fr .6fr;padding:20px;background:#f7f9f3;border-radius:7px;margin-bottom:25px;gap:12px}.detail-facts span,.employee-summary span{display:block;font-size:11px;color:#93a184;margin-bottom:8px}.detail-facts strong{font-size:12px;font-weight:500;overflow-wrap:anywhere}.packet-documents>div{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.packet-documents strong{font-size:13px;font-weight:500}.packet-documents svg{color:#859778}.packet-documents .button{margin-left:auto;font-size:12px}.packet-documents .button+.button{margin-left:0}.detail-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;flex-wrap:wrap}.timeline{margin-top:32px;border-top:1px solid var(--line);padding-top:24px}.timeline h3{font-size:14px}.timeline>div{display:flex;gap:13px;position:relative;padding:9px 0}.timeline>div>i{width:7px;height:7px;flex-shrink:0;background:#b1c29e;border-radius:50%;margin-top:6px}.timeline strong{font-size:12px;font-weight:500}.timeline p{font-size:11px;color:#9aa48e;margin:5px 0}.timeline blockquote{font-size:13px;margin:10px 0;padding:10px;border-left:2px solid #c8b77d;background:#faf8f0}.share-box{background:#f0f6ec;border:1px solid #d7e3cc;border-radius:8px;padding:19px;margin-top:22px}.share-box p{font-size:12px;color:#8a997c;margin:7px 0 14px}.share-box>div{display:flex;gap:8px}.share-box input{min-width:0;flex:1;border:1px solid #d8e3ce;background:#fff;border-radius:5px;padding:9px;font-size:11px}.panel{padding:28px}.panel h2{margin-bottom:17px}.member-row{display:flex;gap:12px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line);font-size:13px}.member-row span{margin-left:auto;font-size:12px;color:#8f9d81}.login-shell{display:grid;grid-template-columns:45% 55%;min-height:100vh}.login-art{background:#183d33;position:relative;overflow:hidden;padding:42px 50px;color:#fff;display:flex;flex-direction:column}.login-art:after{content:"";position:absolute;width:440px;height:440px;border:1px solid #79998022;border-radius:50%;bottom:-180px;left:-140px;box-shadow:0 0 0 60px #7999800c,0 0 0 120px #79998009}.login-message{margin:auto 0;z-index:1;padding:60px 0}.login-message .eyebrow{color:#b6c1a6;letter-spacing:2px;font-size:10px}.login-message h1{font-size:35px;font-weight:450;line-height:1.6;white-space:pre-line;letter-spacing:0;margin:20px 0 38px}.login-footer{font-size:11px;color:#8eaa93;margin:0}.paper-stack{height:240px;width:245px;position:relative;margin:20px auto 0}.paper-mini{width:205px;height:240px;background:#fbfaf0;border-radius:5px;transform:rotate(-6deg);position:absolute;left:10px;top:0;padding:25px;color:#7c936c;box-shadow:0 15px 35px #0b271d40}.paper-mini.back{transform:rotate(9deg);left:30px;top:9px;background:#c7d0b4}.paper-mini>span{display:block;font-size:7px;font-weight:700;color:#68805a;margin:15px 0;letter-spacing:.7px}.paper-mini>i{display:block;height:3px;width:100%;background:#e0e5d7;border-radius:3px;margin:10px 0}.paper-mini>i.short{width:75%}.paper-sign{font:italic 19px Georgia;color:#7c8968;margin-top:24px}.paper-mini>svg:last-child{position:absolute;bottom:21px;right:20px;color:#869f71}.login-panel{display:flex;align-items:center;justify-content:center;background:#fcfdfa;padding:70px 40px}.login-form{width:100%;max-width:355px}.mini-tag{display:inline-flex;align-items:center;gap:6px;background:#f1f4e9;border:1px solid #e2e8d8;color:#82946d;padding:6px 9px;border-radius:5px;font-size:10px}.login-form h2{font-size:28px;font-weight:550;margin:24px 0 13px}.login-form>.subtle{font-size:13px;margin-bottom:34px}.login-form .field{margin-bottom:23px}.login-form .field input{padding:13px;font-size:14px;background:#fff}.login-form .button.full{margin-top:8px}.login-privacy{font-size:10px;line-height:1.9;color:#a1ab94;display:flex;gap:8px;margin-top:30px}.login-privacy svg{flex-shrink:0;margin-top:3px}.loading{min-height:100vh;display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.employee-shell{background:#f7f8f2;min-height:100vh}.employee-header{height:86px;border-bottom:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 155px 0 8%}.employee-header .brand{color:var(--green)}.employee-main{max-width:850px;margin:auto;padding:45px 25px}.employee-welcome{text-align:center}.employee-welcome h1{font-size:29px;margin-bottom:14px}.employee-welcome p{color:#91a181;font-size:14px}.steps{display:flex;justify-content:space-between;gap:10px;margin:30px 0 28px}.steps>div{display:flex;gap:8px;align-items:center;font-size:11px;color:#a8b19d}.steps span{display:grid;place-items:center;width:26px;height:26px;border:1px solid #dbe3d1;border-radius:50%;background:#fff}.steps .done{color:#6d8e55}.steps .done span{background:#e9f1df;border-color:#d9e6c9}.employee-summary{display:grid;grid-template-columns:repeat(3,1fr);background:#edf1e5;border:1px solid #dde5d2;border-radius:9px;padding:22px 24px;margin-bottom:25px;gap:15px}.employee-summary strong{font-size:14px;font-weight:550}.employee-main .panel>.subtle{font-size:13px;margin-bottom:27px}.employee-main .panel{padding:30px}.employee-docs{display:grid;gap:11px;margin:22px 0}.employee-docs a{display:flex;align-items:center;gap:10px;padding:16px;border:1px solid var(--line);border-radius:6px;background:#fbfcf8;font-size:13px}.employee-docs a svg:last-child{margin-left:auto}.employee-help{display:flex;justify-content:center;align-items:center;gap:12px;font-size:12px;color:#95a386}.privacy-footer{text-align:center;font-size:10px;color:#a4af95;margin:20px auto;display:flex;justify-content:center;gap:7px;line-height:1.8}.privacy-footer svg{flex-shrink:0;margin-top:2px}.completion{text-align:center}.completion>svg{color:#799b61;margin:14px 0 20px}.completion>p{color:#91a17f;font-size:13px}.completion .employee-docs{text-align:left}.sign-tabs{display:flex;border-bottom:1px solid var(--line);overflow:auto}.sign-tabs button{padding:17px 18px;display:flex;gap:7px;align-items:center;background:#fff;border:0;border-bottom:2px solid transparent;font-size:12px;color:#90a17a;white-space:nowrap}.sign-tabs button.active{background:#f7faf3;border-bottom-color:#7e9867;color:#456232}.sign-preview{height:44vh;min-height:280px;width:100%;border:0;background:#eee}.signature-pad{position:relative;background:#fafcf6;border:1px dashed #becfaf;border-radius:7px;margin-bottom:20px}.signature-pad canvas{display:block;width:100%;height:150px;touch-action:none}.signature-pad>span{position:absolute;bottom:10px;left:14px;font-size:10px;color:#a0ae8e;pointer-events:none}.signature-pad>button{position:absolute;bottom:7px;right:10px;background:none;border:0;font-size:11px;color:#81936d}.saved-signature{border:1px solid var(--line);border-radius:7px;display:flex;align-items:center;justify-content:space-between;padding:10px 15px;margin:15px 0}.saved-signature img{max-width:240px;height:85px;object-fit:contain}@media(min-width:1500px){.content{padding-top:45px}.login-message h1{font-size:42px}.login-art{padding:55px 75px}}@media(max-width:1100px){.sidebar{width:215px;padding-left:18px;padding-right:18px}.main{margin-left:215px;width:calc(100% - 215px)}.content{padding:28px 23px}.topbar{padding:0 23px}.stats{gap:11px}.stat{padding:17px 15px}.filters{flex-wrap:wrap}.filter-inputs{width:100%;padding-top:8px}.search{flex:1}.search input{width:100%}.role-grid{grid-template-columns:repeat(2,1fr)}.login-art{padding:35px}.login-message h1{font-size:29px}.setup-banner{padding:16px}.setup-banner p{max-width:330px}}@media(max-width:760px){.sidebar{position:relative;width:100%;padding:18px 18px 0}.sidebar .brand{font-size:18px;margin-bottom:20px}.sidebar .brand-mark{width:28px;height:30px;font-size:23px}.workspace-label,.sidebar-note,.profile{display:none}.sidebar nav{display:flex;gap:4px;overflow:auto}.sidebar nav button{font-size:11px;padding:12px 13px;border-radius:6px 6px 0 0;white-space:nowrap;gap:7px}.sidebar nav button svg{width:16px}.sidebar nav button.active{box-shadow:inset 0 -3px #dfc998}.app-shell{display:block}.main{margin-left:0;width:100%}.topbar{height:49px;padding:0 19px}.topbar-right{margin-right:0;font-size:9px}.topbar>span{font-size:10px}.language-control{top:18px;right:18px}.language-control button{font-size:11px}.content{padding:25px 16px 15px}.page-heading{align-items:flex-start;gap:10px;margin-bottom:22px}.page-heading h1{font-size:25px}.page-heading p{font-size:11px}.page-heading .button{padding:9px 11px;font-size:11px;min-height:37px;margin-top:10px}.eyebrow{font-size:9px}.stats{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:18px}.stat>div{font-size:11px}.stat strong{font-size:27px;margin-top:12px}.stat{padding:15px}.setup-banner{align-items:flex-start;gap:11px;flex-wrap:wrap;padding:16px;margin-bottom:20px}.setup-icon{height:35px;width:35px;flex-shrink:0}.setup-banner>div:nth-child(2){flex:1}.setup-banner p{font-size:10px}.setup-banner .button{margin-left:46px;min-height:32px;font-size:10px}.records-heading{padding:17px 17px 0}.filters{padding:10px 17px 0}.tabs{gap:22px}.filter-inputs{gap:7px;padding-top:4px}.filter-inputs select{max-width:100px;font-size:10px}.search input{font-size:10px}.empty{min-height:300px;padding:25px 20px}.empty h3{font-size:15px}.empty p{font-size:11px;max-width:255px}.table-footer{font-size:9px;padding:13px}.table-footer>span:first-child{max-width:210px}.role-grid{grid-template-columns:1fr}.role-card{min-height:200px}.template-row{gap:11px;padding:19px 15px;flex-wrap:wrap}.template-row h3{font-size:13px}.template-row p{font-size:10px}.template-row .button{padding:7px 10px;min-height:32px;font-size:10px}.template-row>svg{width:20px}.document-number{display:none}.review-card{padding:22px}.modal-backdrop{padding:10px}.modal{max-height:96vh;border-radius:9px}.modal>header{padding:16px 18px}.modal>header h2{font-size:16px}.form-body{padding:21px 18px}.form-grid{grid-template-columns:1fr}.form-actions{flex-wrap:wrap}.detail-facts{grid-template-columns:1fr 1fr;gap:20px;padding:17px}.detail-heading{gap:10px;flex-wrap:wrap}.detail-heading h2{font-size:17px}.detail-heading .badge{margin-left:0}.packet-documents strong{font-size:11px}.packet-documents .button{font-size:10px;padding:7px 9px;min-height:32px}.packet-documents svg{width:19px}.packet-documents>div{gap:8px}.detail-actions{justify-content:flex-start}.detail-actions .button{font-size:11px;padding:9px 11px}.member-row{flex-wrap:wrap}.member-row span{margin-left:30px}.login-shell{display:block}.login-art{padding:24px 25px 28px;min-height:170px}.login-art .brand{font-size:20px}.login-message{padding:30px 0 0}.login-message .eyebrow{display:none}.login-message h1{font-size:22px;white-space:normal;margin:0;font-weight:450;letter-spacing:.5px}.paper-stack,.login-footer{display:none}.login-panel{padding:36px 26px;min-height:calc(100vh - 170px);align-items:flex-start}.login-form h2{font-size:25px}.employee-header{height:76px;padding-left:20px;padding-right:118px}.employee-header .brand{font-size:17px}.employee-header .brand-mark{width:27px;height:30px;font-size:23px}.employee-header .text-button{font-size:10px}.employee-main{padding:30px 15px}.employee-welcome h1{font-size:23px}.employee-welcome p{font-size:12px}.steps{gap:6px}.steps>div{flex-direction:column;font-size:9px;gap:7px;text-align:center}.steps span{width:25px;height:25px}.employee-summary{padding:17px 15px;gap:10px}.employee-summary strong{font-size:11px}.employee-summary span{font-size:9px}.employee-main .panel{padding:24px 18px}.employee-main h2{font-size:18px}.employee-main .panel>.subtle{font-size:12px}.employee-docs a{padding:13px 10px;font-size:11px}.employee-help{font-size:11px;gap:7px}.sign-tabs button{font-size:10px;padding:13px 10px;gap:4px}.sign-preview{height:38vh}.signature-pad canvas{height:140px}.privacy-footer{font-size:9px;max-width:280px}.saved-signature img{max-width:190px}.saved-signature .button{font-size:11px;padding:8px}.panel{padding:22px}}.pdf-reader{background:#edf0ee;padding:12px;min-width:0}.pdf-controls{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:12px}.pdf-controls button,.pdf-controls a{padding:8px 12px;border:1px solid #c7d2cb;border-radius:8px;background:#fff;color:#23483e;font-size:14px}.pdf-controls button:disabled{opacity:.45}.pdf-pages{overflow:auto;max-height:65vh;-webkit-overflow-scrolling:touch}.pdf-pages canvas{display:block;height:auto;background:#fff}.pdf-reader [role=alert]{color:#9a3030}.sidebar nav button,.field>span,.stat>div,.page-heading p,.tabs button,.filter-inputs select,.search input,.button,.packet-documents strong,.employee-docs a,.consent{font-size:14px}.eyebrow,.workspace-label,.workspace-label span,.profile strong,.profile span,.topbar,.topbar-right,.badge,.approval,.stat small,.setup-banner p,.table-footer,.page-footer,.login-privacy,.login-footer,.privacy-footer,.employee-summary span,.timeline p,.detail-facts span,.template-row p,.role-card footer{font-size:12px}td{font-size:14px}th,td small{font-size:12px}.setup-banner strong,.empty p,.field small,.role-card p,.review-card p,.detail-facts strong,.timeline strong,.employee-main .panel>.subtle{font-size:14px}.setup-banner p,.page-heading p,.empty p,.subtle{color:#6d7b6d}.profile span{font-size:10px}.sidebar-note p{font-size:12px}.search input{width:190px}.stats{gap:14px}.stat>div{gap:7px}.employee-cell small{max-width:240px;overflow:hidden;text-overflow:ellipsis}.login-message h1{font-size:34px}.login-form>.subtle{font-size:15px}.login-privacy,.login-footer{font-size:12px}.filter-inputs,.filters{flex-wrap:wrap}.field input,.field textarea,.field select{font-size:16px}.empty h3{font-size:18px}.empty p{max-width:440px}.role-card p{max-height:82px}.template-row p{line-height:1.6}.template-row h3{font-size:16px}.employee-summary strong{font-size:15px}.employee-help{font-size:14px}.sign-tabs button{font-size:13px}.detail-facts{grid-template-columns:1.8fr 1.2fr 1.2fr .6fr}.detail-facts strong{font-size:13px}.detail-actions .button{font-size:14px}@media(max-width:760px){.sidebar nav button{font-size:13px;padding:12px 10px}.page-heading h1{font-size:25px}.page-heading .button{font-size:12px}.page-heading p{font-size:13px}.stat>div{font-size:12px}.topbar,.topbar>span,.topbar-right{font-size:11px}.setup-banner strong{font-size:13px}.setup-banner p,.filter-inputs select,.search input{font-size:12px}.search input{width:100%}.tabs button{font-size:13px}.table-footer{font-size:10px}.empty h3{font-size:17px}.empty p{font-size:13px}.detail-facts{grid-template-columns:1fr 1fr}.detail-facts strong{font-size:13px}.packet-documents strong,.packet-documents .button,.employee-summary strong{font-size:12px}.employee-summary span{font-size:11px}.employee-docs a{font-size:13px}.employee-welcome p{font-size:14px}.steps>div{font-size:11px}.employee-help{font-size:12px}.sign-tabs button{font-size:11px}.login-message h1{font-size:23px}.privacy-footer{font-size:11px}.template-row h3{font-size:14px}.template-row p,.template-row .button{font-size:11px}.consent{font-size:13px}}
