:root{--teal:#00897b;--teal-light:#e0f2f1;--teal-dark:#00695c;--navy:#0d1b2a;--navy-light:#1b2838;--gray-50:#f8fafb;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--red:#dc2626;--amber:#f59e0b;--green:#16a34a;--white:#fff;--font-display:"Fraunces", serif;--font-body:"Plus Jakarta Sans", sans-serif;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:20px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--gray-50);color:var(--navy);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.3}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}input,select,textarea{font-family:var(--font-body);font-size:.95rem}.btn-primary{background:var(--teal);color:var(--white);border-radius:var(--radius-sm);padding:10px 24px;font-size:.9rem;font-weight:600;transition:background .2s}.btn-primary:hover{background:var(--teal-dark)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-outline{color:var(--teal);border:1.5px solid var(--teal);border-radius:var(--radius-sm);background:0 0;padding:10px 24px;font-size:.9rem;font-weight:600;transition:all .2s}.btn-outline:hover{background:var(--teal-light)}.card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--gray-200)}.badge{text-transform:uppercase;letter-spacing:.03em;border-radius:999px;align-items:center;gap:4px;padding:2px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.badge-green{color:#166534;background:#dcfce7}.badge-amber{color:#92400e;background:#fef3c7}.badge-red{color:#991b1b;background:#fee2e2}.badge-teal{background:var(--teal-light);color:var(--teal-dark)}.badge-gray{background:var(--gray-100);color:var(--gray-600)}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:var(--gray-600);font-size:.85rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--white);color:var(--navy);padding:10px 14px;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #00897b1a}.how-this-works{background:linear-gradient(135deg, var(--teal-light), var(--white));border-left:4px solid var(--teal);padding:16px 20px}.how-this-works .how-label{text-transform:uppercase;letter-spacing:.08em;color:var(--teal-dark);align-items:center;gap:6px;margin-bottom:8px;font-size:.72rem;font-weight:700;display:inline-flex}.how-this-works p{color:var(--gray-700);font-size:.92rem;line-height:1.7}.progress-bar{background:var(--gray-200);border-radius:3px;height:6px;overflow:hidden}.progress-bar-fill{border-radius:3px;height:100%;transition:width .4s}.progress-bar-fill.green{background:var(--green)}.progress-bar-fill.amber{background:var(--amber)}.progress-bar-fill.red{background:var(--red)}.header{background:var(--white);border-bottom:1px solid var(--gray-200);z-index:100;justify-content:space-between;align-items:center;padding:14px 28px;display:flex;position:sticky;top:0}.header-left{align-items:center;gap:20px;display:flex}.header-logo{align-items:baseline;gap:6px;display:flex}.logo-mark{font-family:var(--font-display);color:var(--teal);font-size:1.3rem;font-weight:700}.logo-text{font-family:var(--font-display);color:var(--navy);font-size:1.1rem;font-weight:500}.header-company{color:var(--gray-500);border-left:1px solid var(--gray-200);padding-left:20px;font-size:.85rem}.header-right{align-items:center;gap:12px;display:flex}.header-avatar{background:var(--gray-100);width:32px;height:32px;color:var(--gray-500);border-radius:50%;justify-content:center;align-items:center;display:flex}.header-logout{color:var(--gray-400);border-radius:var(--radius-sm);background:0 0;padding:6px;transition:color .2s}.header-logout:hover{color:var(--red)}.nav-tabs{background:var(--white);border-bottom:1px solid var(--gray-200);gap:4px;padding:8px 28px;display:flex}.nav-tab{border-radius:var(--radius-sm);color:var(--gray-500);align-items:center;gap:8px;padding:8px 18px;font-size:.88rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-tab:hover{background:var(--gray-100);color:var(--navy)}.nav-tab.active{background:var(--teal-light);color:var(--teal-dark);font-weight:600}.auth-page{background:var(--gray-50);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.auth-card{width:100%;max-width:400px;padding:36px}.auth-header{text-align:center;margin-bottom:28px}.auth-logo{justify-content:center;align-items:baseline;gap:6px;margin-bottom:20px;display:flex}.auth-header h2{margin-bottom:4px;font-size:1.3rem}.auth-header p{color:var(--gray-500);font-size:.88rem}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-error{color:#991b1b;border-radius:var(--radius-sm);background:#fee2e2;padding:10px 14px;font-size:.85rem}.auth-submit{width:100%;margin-top:4px;padding:12px}.auth-demo{width:100%;margin-top:12px;padding:12px}.auth-footer{text-align:center;color:var(--gray-500);margin-top:20px;font-size:.85rem}.auth-footer a{color:var(--teal);font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.onboarding{background:var(--gray-50);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.onboarding-card{width:100%;max-width:520px;padding:36px}.onboarding-header{text-align:center;margin-bottom:28px}.onboarding-icon{border-radius:var(--radius-md);background:var(--teal-light);width:56px;height:56px;color:var(--teal);justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.onboarding-header h2{margin-bottom:6px;font-size:1.4rem}.onboarding-header p{color:var(--gray-500);font-size:.88rem}.onboarding-form{flex-direction:column;gap:18px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.onboarding-submit{width:100%;margin-top:8px;padding:12px;font-size:.95rem}@media (width<=480px){.onboarding-card{padding:24px}.form-row{grid-template-columns:1fr}}.modal-overlay{z-index:200;background:#0d1b2a80;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{flex-direction:column;width:100%;max-width:600px;max-height:80vh;display:flex}.modal-header{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-header h3{font-size:1.1rem}.modal-close{color:var(--gray-400);border-radius:var(--radius-sm);background:0 0;padding:4px}.modal-close:hover{color:var(--navy);background:var(--gray-100)}.modal-body{flex-direction:column;gap:12px;padding:16px 24px;display:flex;overflow-y:auto}.library-tool{border-radius:var(--radius-md);border:1px solid var(--gray-200);align-items:center;gap:14px;padding:14px;transition:border-color .2s;display:flex}.library-tool:hover{border-color:var(--teal)}.library-tool.locked{opacity:.65}.library-tool-icon{border-radius:var(--radius-sm);background:var(--teal-light);width:40px;height:40px;color:var(--teal);flex-shrink:0;justify-content:center;align-items:center;display:flex}.library-tool-info{flex:1;min-width:0}.library-tool-name{align-items:center;gap:8px;margin-bottom:2px;font-size:.9rem;font-weight:600;display:flex}.library-tool-info p{color:var(--gray-500);font-size:.78rem;line-height:1.4}.lock-icon{color:var(--gray-400)}.library-tool .btn-primary,.library-tool .btn-outline{flex-shrink:0;padding:6px 16px;font-size:.78rem}.modal-footer{border-top:1px solid var(--gray-200);background:var(--gray-50);border-radius:0 0 var(--radius-lg) var(--radius-lg);color:var(--gray-600);align-items:center;gap:10px;padding:16px 24px;font-size:.85rem;display:flex}.modal-footer .btn-primary{margin-left:auto;padding:8px 20px;font-size:.82rem}.upgrade-modal{text-align:center;width:90vw;max-width:440px;padding:32px;position:relative}.upgrade-header{margin-bottom:24px}.upgrade-sparkle{color:var(--teal);margin-bottom:12px}.upgrade-header h3{color:var(--navy);margin-bottom:6px;font-size:1.35rem;font-weight:700}.upgrade-header p{color:var(--gray-500);font-size:.9rem}.upgrade-toggle{background:var(--gray-100);border-radius:var(--radius-md);gap:4px;margin-bottom:20px;padding:4px;display:flex}.toggle-btn{border-radius:var(--radius-sm,8px);cursor:pointer;color:var(--gray-500);background:0 0;border:none;flex:1;padding:10px 16px;font-size:.85rem;font-weight:600;transition:all .2s}.toggle-btn.active{background:var(--white);color:var(--navy);box-shadow:0 1px 4px #00000014}.save-badge{background:var(--teal-light);color:var(--teal);border-radius:100px;margin-left:6px;padding:2px 8px;font-size:.7rem;display:inline-block}.upgrade-price{margin-bottom:24px}.price-amount{color:var(--teal);font-size:2.2rem;font-weight:700}.price-period{color:var(--gray-500);font-size:1rem}.upgrade-features{text-align:left;margin-bottom:24px;padding:0;list-style:none}.upgrade-features li{color:var(--navy);align-items:center;gap:10px;padding:7px 0;font-size:.9rem;display:flex}.upgrade-features li svg{color:var(--teal);flex-shrink:0}.upgrade-error{color:#b91c1c;border-radius:var(--radius-md);background:#fee2e2;margin-bottom:16px;padding:10px 16px;font-size:.82rem}.upgrade-cta{width:100%;padding:14px 24px;font-size:1rem}.upgrade-note{color:var(--gray-400);margin-top:12px;font-size:.75rem}.dashboard{flex-direction:column;gap:28px;max-width:960px;margin:0 auto;padding:28px;display:flex}.compliance-bar{padding:24px}.compliance-bar h3{margin-bottom:16px;font-size:1rem}.compliance-items{flex-direction:column;gap:14px;display:flex}.compliance-item{flex-direction:column;gap:6px;display:flex}.compliance-header{justify-content:space-between;align-items:center;display:flex}.compliance-label{color:var(--gray-600);font-size:.85rem;font-weight:500}.tool-section-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.tool-section-header h3{font-size:1rem}.tool-section-header .btn-outline{align-items:center;gap:6px;padding:8px 16px;font-size:.82rem;display:flex}.tool-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.tool-card{flex-direction:column;gap:14px;padding:20px;display:flex}.tool-card-icon{border-radius:var(--radius-md);background:var(--teal-light);width:44px;height:44px;color:var(--teal);justify-content:center;align-items:center;display:flex}.tool-card-body h4{margin-bottom:4px;font-size:.95rem}.tool-card-body p{color:var(--gray-500);font-size:.82rem;line-height:1.5}.tool-card .btn-primary{align-self:flex-start;padding:8px 20px;font-size:.82rem}.tool-card-greyed{opacity:.55;filter:grayscale(.5);transition:opacity .2s,filter .2s}.tool-card-greyed:hover{opacity:.75;filter:grayscale(.2)}.tool-icon-greyed{background:var(--gray-100)!important;color:var(--gray-400)!important}.btn-coming-soon{border:1.5px solid var(--gray-200);border-radius:var(--radius-md);background:var(--gray-100);color:var(--gray-400);cursor:pointer;align-self:flex-start;padding:8px 20px;font-size:.82rem;font-weight:600}.btn-coming-soon:hover{border-color:var(--teal);color:var(--teal);background:var(--teal-light)}.btn-locked{border:1.5px solid var(--gray-200);border-radius:var(--radius-md);background:var(--white);color:var(--gray-500);cursor:pointer;align-self:flex-start;align-items:center;gap:6px;padding:8px 20px;font-size:.82rem;font-weight:600;display:flex}.btn-locked:hover{border-color:var(--teal);color:var(--teal);background:var(--teal-light)}.upgrade-bar{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);border-radius:var(--radius-lg);color:var(--white);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.upgrade-text{align-items:center;gap:10px;font-size:.9rem;display:flex}.upgrade-bar .btn-primary{background:var(--white);color:var(--teal-dark)}.upgrade-bar .btn-primary:hover{background:var(--teal-light)}@media (width<=640px){.dashboard{padding:16px}.tool-grid{grid-template-columns:1fr}.upgrade-bar{text-align:center;flex-direction:column;gap:12px}}.my-tools-page{max-width:960px;margin:0 auto;padding:28px}.my-tools-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.my-tools-header h3{font-size:1rem}.my-tools-header .btn-outline{align-items:center;gap:6px;padding:8px 16px;font-size:.82rem;display:flex}.my-tools-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}.my-tool-card{flex-direction:column;gap:10px;padding:24px;display:flex}.my-tool-icon{border-radius:var(--radius-md);background:var(--teal-light);width:44px;height:44px;color:var(--teal);justify-content:center;align-items:center;display:flex}.my-tool-card h4{font-size:.95rem}.my-tool-card p{color:var(--gray-500);flex:1;font-size:.82rem}.my-tool-footer{margin-top:6px}.my-tool-footer .btn-primary{padding:8px 20px;font-size:.82rem}.reports-page{max-width:960px;margin:0 auto;padding:28px}.reports-header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.reports-header h3{font-size:1rem}.reports-count{color:var(--gray-400);font-size:.82rem}.reports-empty{text-align:center;color:var(--gray-400);flex-direction:column;align-items:center;gap:12px;padding:60px 40px;display:flex}.reports-empty h4{color:var(--gray-600);font-size:1rem}.reports-empty p{max-width:320px;font-size:.88rem}.reports-list{flex-direction:column;gap:10px;display:flex}.report-row{align-items:center;gap:16px;padding:16px 20px;display:flex}.report-info{flex-direction:column;flex:1;gap:4px;display:flex}.report-info h4{font-size:.9rem}.report-date{color:var(--gray-400);font-size:.78rem}.report-score{flex-shrink:0}.report-download{border-radius:var(--radius-sm);padding:8px}.contract-checker{flex-direction:column;gap:20px;max-width:900px;margin:0 auto;padding:32px 24px 64px;display:flex}.cc-header h2{color:var(--navy);margin-bottom:6px;font-size:1.9rem}.cc-subtitle{color:var(--gray-500);font-size:.95rem}.cc-step-label{text-transform:uppercase;letter-spacing:.08em;color:var(--teal);margin-bottom:8px;font-size:.75rem;font-weight:700}.cc-pdpa{border-left:4px solid var(--amber);flex-direction:column;gap:14px;padding:28px;display:flex}.cc-pdpa-icon{color:#92400e;background:#fef3c7;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.cc-pdpa h3{color:var(--navy)}.cc-pdpa-lead{color:var(--gray-700);font-size:.95rem}.cc-pdpa-list{color:var(--gray-600);flex-direction:column;gap:6px;padding-left:20px;font-size:.9rem;display:flex}.cc-pdpa-check{background:var(--gray-50);border-radius:var(--radius-sm);color:var(--gray-700);cursor:pointer;align-items:flex-start;gap:10px;padding:14px;font-size:.9rem;display:flex}.cc-pdpa-check input{margin-top:3px}.cc-pdpa-cta{align-self:flex-start;align-items:center;gap:6px;display:inline-flex}.cc-input{flex-direction:column;gap:20px;padding:28px;display:flex}.cc-textarea-group textarea{resize:vertical;min-height:280px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem;line-height:1.6}.cc-textarea-meta{color:var(--gray-500);justify-content:space-between;align-items:center;margin-top:4px;font-size:.8rem;display:flex}.cc-meta-ok{color:var(--green);font-weight:600}.cc-meta-warn{color:var(--amber);font-weight:600}.cc-upload-btn{background:var(--teal-light);color:var(--teal-dark);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:600;display:inline-flex}.cc-upload-btn:hover{background:#b2dfdb}.cc-file-error{color:var(--amber);border-radius:var(--radius-sm);background:#fef3c7;margin-top:4px;padding:8px 12px;font-size:.8rem}.cc-dropdowns{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.cc-submit{align-self:flex-start;min-width:200px}.cc-email-gate{flex-direction:column;gap:14px;max-width:560px;margin:0 auto;padding:32px;display:flex}.cc-email-icon{background:var(--teal-light);width:56px;height:56px;color:var(--teal);border-radius:14px;justify-content:center;align-items:center;display:flex}.cc-email-sub{color:var(--gray-500);font-size:.9rem}.cc-field-warn{color:var(--red);margin-top:2px;font-size:.8rem}.cc-field-hint{color:var(--gray-500);margin-top:2px;font-size:.8rem}.cc-consent{color:var(--gray-600);cursor:pointer;align-items:flex-start;gap:10px;font-size:.85rem;display:flex}.cc-consent input{margin-top:3px}.cc-loading{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:48px;display:flex}.cc-spin{color:var(--teal);animation:1s linear infinite cc-spin}@keyframes cc-spin{to{transform:rotate(360deg)}}.cc-loading-note{color:var(--gray-400);margin-top:4px;font-size:.85rem}.cc-report{flex-direction:column;gap:16px;display:flex}.cc-summary{border-left:5px solid var(--amber);padding:24px}.cc-summary-green{border-left-color:var(--green)}.cc-summary-amber{border-left-color:var(--amber)}.cc-summary-red{border-left-color:var(--red)}.cc-summary-head{align-items:center;gap:16px;margin-bottom:18px;display:flex}.cc-summary-head h3{color:var(--navy);font-size:1.4rem}.cc-summary-icon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.cc-green{color:var(--green);background:#dcfce7}.cc-amber{color:#b45309;background:#fef3c7}.cc-red{color:var(--red);background:#fee2e2}.cc-summary-stats{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;display:grid}.cc-stat{background:var(--gray-50);border-radius:var(--radius-sm);border-left:3px solid var(--gray-300);padding:14px 16px}.cc-stat-red{border-left-color:var(--red)}.cc-stat-amber{border-left-color:var(--amber)}.cc-stat-green{border-left-color:var(--green)}.cc-stat-value{font-family:var(--font-display);color:var(--navy);font-size:1.8rem;font-weight:600;line-height:1}.cc-stat-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em;margin-top:4px;font-size:.75rem}.cc-section{padding:22px 24px}.cc-section-head{margin-bottom:14px}.cc-section-head h4{color:var(--navy);margin-bottom:2px;font-size:1.1rem}.cc-section-sub{color:var(--gray-500);font-size:.85rem}.cc-ket-grid{gap:8px;display:grid}.cc-ket-item{border-radius:var(--radius-sm);background:var(--gray-50);border-left:3px solid var(--gray-300);grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:10px 14px;display:grid}.cc-ket-green{border-left-color:var(--green);background:#f0fdf4}.cc-ket-amber{border-left-color:var(--amber);background:#fffbeb}.cc-ket-red{border-left-color:var(--red);background:#fef2f2}.cc-ket-icon{background:var(--white);border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.cc-ket-green .cc-ket-icon{color:var(--green)}.cc-ket-amber .cc-ket-icon{color:var(--amber)}.cc-ket-red .cc-ket-icon{color:var(--red)}.cc-ket-name{color:var(--navy);font-size:.9rem;font-weight:600}.cc-ket-notes{color:var(--gray-500);margin-top:2px;font-size:.8rem}.cc-clause{border-radius:var(--radius-sm);background:var(--gray-50);border-left:3px solid var(--gray-300);margin-bottom:10px;padding:14px 16px}.cc-clause-green{border-left-color:var(--green)}.cc-clause-amber{border-left-color:var(--amber)}.cc-clause-red{border-left-color:var(--red)}.cc-clause-head{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.cc-clause-finding,.cc-clause-rec{color:var(--gray-600);margin-top:4px;font-size:.85rem}.cc-check-row{border-radius:var(--radius-sm);background:var(--gray-50);border-left:3px solid var(--gray-300);grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-bottom:8px;padding:10px 14px;display:grid}.cc-check-row.cc-pass{border-left-color:var(--green);background:#f0fdf4}.cc-check-row.cc-fail{border-left-color:var(--red);background:#fef2f2}.cc-check-icon{background:var(--white);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.cc-pass .cc-check-icon{color:var(--green)}.cc-fail .cc-check-icon{color:var(--red)}.cc-check-title{color:var(--navy);font-size:.9rem;font-weight:600}.cc-check-note{color:var(--gray-500);margin-top:2px;font-size:.8rem}.cc-part4 ul{color:var(--gray-600);margin:6px 0 12px;padding-left:20px;font-size:.9rem}.cc-part4 ul li{margin-bottom:4px}.cc-sub-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-top:10px;font-size:.75rem;font-weight:700}.cc-part4-head{color:var(--navy);font-size:.95rem}.cc-noncompete{color:var(--gray-700);flex-direction:column;gap:8px;font-size:.9rem;display:flex}.cc-nc-notes{color:var(--gray-500);margin-top:4px;font-size:.85rem}.cc-muted{color:var(--gray-500);font-size:.9rem}.cc-risk{border-radius:var(--radius-sm);background:var(--gray-50);border-left:3px solid var(--gray-300);grid-template-columns:auto 1fr;align-items:flex-start;gap:12px;margin-bottom:8px;padding:12px 14px;display:grid}.cc-risk-red{border-left-color:var(--red);background:#fef2f2}.cc-risk-amber{border-left-color:var(--amber);background:#fffbeb}.cc-risk-issue{color:var(--navy);font-size:.9rem;font-weight:600}.cc-risk-action{color:var(--gray-600);margin-top:4px;font-size:.85rem}.cc-correction{background:var(--gray-50);border-radius:var(--radius-sm);border-left:3px solid var(--teal);margin-bottom:10px;padding:14px 16px}.cc-correction-head{color:var(--navy);margin-bottom:4px}.cc-correction-issue{color:var(--gray-600);margin-bottom:6px;font-size:.85rem}.cc-correction-text{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm);white-space:pre-wrap;color:var(--gray-700);padding:10px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem}.cc-locked{background:var(--gray-50);border:1px dashed var(--gray-300);padding:18px 22px}.cc-locked-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:16px;display:grid}.cc-locked-inner h4{color:var(--gray-600);margin-bottom:2px;font-size:1rem}.cc-locked-inner p{color:var(--gray-500);font-size:.85rem}.cc-upsell{text-align:center;background:linear-gradient(135deg, var(--teal-light), var(--white));border:1px solid var(--teal-light);padding:26px}.cc-upsell h3{color:var(--navy);margin:10px 0 6px;font-size:1.3rem}.cc-upsell p{color:var(--gray-600);max-width:520px;margin-bottom:14px;margin-left:auto;margin-right:auto}.cc-upsell svg{color:var(--teal)}.cc-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:8px;display:flex}.cc-footer .btn-outline,.cc-footer .btn-primary{align-items:center;gap:6px;display:inline-flex}.cc-error{text-align:center;border-left:4px solid var(--red);padding:28px}.cc-error h3{color:var(--red);margin-bottom:8px}.cc-error p{color:var(--gray-600);margin-bottom:16px}@media print{.cc-footer,.cc-locked,.cc-upsell{display:none}.contract-checker{max-width:none;padding:0}.card{box-shadow:none;border:1px solid var(--gray-200);break-inside:avoid}}.hg-page{flex-direction:column;gap:20px;max-width:1100px;margin:0 auto;padding:32px 24px 64px;display:flex}.hg-header h2{color:var(--navy);margin-bottom:6px;font-size:1.9rem}.hg-subtitle{color:var(--gray-500);max-width:720px;font-size:.95rem}.hg-step-label{text-transform:uppercase;letter-spacing:.08em;color:var(--teal);margin-bottom:8px;font-size:.75rem;font-weight:700}.hg-picker-intro{padding:22px 24px}.hg-picker-intro p{color:var(--gray-600);font-size:.95rem;line-height:1.6}.hg-scenario-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;margin-top:18px;display:grid}.hg-scenario{all:unset;cursor:pointer;border-left:4px solid var(--gray-300);background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border-top:1px solid var(--gray-200);border-right:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);flex-direction:column;gap:6px;padding:18px 20px;transition:all .15s;display:flex}.hg-scenario:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.hg-crit{border-left-color:var(--red)}.hg-sig{border-left-color:var(--amber)}.hg-emg{border-left-color:var(--green)}.hg-scenario-head{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.hg-scenario-icon{font-size:1.6rem}.hg-scenario-label{font-family:var(--font-display);color:var(--navy);font-size:1.05rem;font-weight:600;line-height:1.25}.hg-scenario-role{color:var(--teal-dark);font-size:.82rem;font-weight:600}.hg-scenario-org{color:var(--gray-500);font-size:.78rem}.hg-scenario-blurb{color:var(--gray-600);margin-top:4px;font-size:.85rem;line-height:1.5}.hg-scenario-cta{color:var(--teal);align-items:center;gap:6px;margin-top:8px;font-size:.8rem;font-weight:600;display:inline-flex}.hg-loading{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:48px;display:flex}.hg-spin{color:var(--teal);animation:1s linear infinite hg-spin}@keyframes hg-spin{to{transform:rotate(360deg)}}.hg-loading h3{color:var(--navy)}.hg-loading p{color:var(--gray-500);font-size:.9rem}.hg-report{flex-direction:column;gap:16px;display:flex}.hg-summary{border-left:5px solid var(--amber);padding:24px}.hg-summary-green{border-left-color:var(--green)}.hg-summary-amber{border-left-color:var(--amber)}.hg-summary-red{border-left-color:var(--red)}.hg-summary-head{grid-template-columns:auto 1fr;align-items:start;gap:20px;display:grid}.hg-readiness{background:var(--gray-50);border:4px solid var(--gray-300);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:110px;height:110px;display:flex}.hg-readiness-red{border-color:var(--red);color:var(--red);background:#fef2f2}.hg-readiness-amber{border-color:var(--amber);color:#b45309;background:#fffbeb}.hg-readiness-green{border-color:var(--green);color:var(--green);background:#f0fdf4}.hg-readiness-num{font-family:var(--font-display);font-size:2.2rem;font-weight:600;line-height:1}.hg-readiness-unit{color:var(--gray-500);margin-top:2px;font-size:.75rem}.hg-summary-scen{color:var(--teal-dark);margin-bottom:2px;font-size:.85rem;font-weight:600}.hg-summary-body h3{color:var(--navy);margin-bottom:8px;font-size:1.4rem}.hg-summary-body p{color:var(--gray-600);font-size:.95rem;line-height:1.6}.hg-summary-meta{border-top:1px solid var(--gray-200);color:var(--gray-500);flex-wrap:wrap;gap:22px;margin-top:18px;padding-top:14px;font-size:.85rem;display:flex}.hg-summary-meta strong{color:var(--navy);margin-right:4px}.hg-section{padding:22px 24px}.hg-section-head{margin-bottom:14px}.hg-section-head h4{color:var(--navy);margin-bottom:2px;font-size:1.1rem}.hg-section-sub{color:var(--gray-500);font-size:.85rem}.hg-gap-list{flex-direction:column;gap:8px;display:flex}.hg-gap{border-radius:var(--radius-sm);background:var(--gray-50);border-left:3px solid var(--gray-300);grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:12px 16px;display:grid}.hg-gap-red{border-left-color:var(--red);background:#fef2f2}.hg-gap-amber{border-left-color:var(--amber);background:#fffbeb}.hg-gap-green{border-left-color:var(--green);background:#f0fdf4}.hg-gap-rank{font-family:var(--font-display);color:var(--gray-400);min-width:28px;font-size:1.1rem;font-weight:600}.hg-gap-name{color:var(--navy);font-size:.92rem;font-weight:600}.hg-gap-level{color:var(--gray-500);flex-wrap:wrap;align-items:center;gap:8px;margin-top:3px;font-size:.82rem;display:flex}.hg-gap-arrow{color:var(--gray-400)}.hg-gap-required em{color:var(--teal-dark);font-style:normal;font-weight:600}.hg-priorities{counter-reset:hg-prio;flex-direction:column;gap:10px;padding:0;list-style:none;display:flex}.hg-priorities li{background:var(--teal-light);border-radius:var(--radius-sm);color:var(--gray-700);counter-increment:hg-prio;align-items:flex-start;gap:10px;padding:12px 14px;font-size:.92rem;display:flex}.hg-priorities li svg{color:var(--teal);flex-shrink:0;margin-top:3px}.hg-priorities li:before{content:counter(hg-prio);font-family:var(--font-display);color:var(--teal);margin-right:4px;font-weight:600}.hg-paths{flex-direction:column;gap:10px;display:flex}.hg-path{background:var(--gray-50);border-radius:var(--radius-sm);border-left:3px solid var(--teal);padding:14px 16px}.hg-path-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px;display:flex}.hg-path-head strong{color:var(--navy)}.hg-path-meta{color:var(--gray-500);flex-wrap:wrap;gap:14px;font-size:.82rem;display:flex}.hg-path-meta em{color:var(--navy);font-style:normal;font-weight:500}.hg-path-note{color:var(--teal-dark);background:var(--teal-light);border-radius:var(--radius-sm);margin-top:6px;padding:6px 10px;font-size:.82rem;display:inline-block}.hg-ccp,.hg-wdg{border-left:4px solid var(--teal)}.hg-wdg{border-left-color:#7c3aed}.hg-ccp-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.hg-ccp-head h4{color:var(--navy)}.hg-ccp-headline{color:var(--gray-700);margin-bottom:16px;line-height:1.6}.hg-ccp-prog{background:var(--gray-50);border-radius:var(--radius-sm);margin-bottom:10px;padding:16px 18px}.hg-ccp-prog:last-child{margin-bottom:0}.hg-ccp-prog-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:10px;display:flex}.hg-ccp-prog-name{color:var(--navy);font-size:.95rem;font-weight:600}.hg-ccp-prog-admin{color:var(--gray-500);margin-top:2px;font-size:.8rem}.hg-ccp-support{background:var(--white);border-radius:var(--radius-sm);margin-bottom:10px;padding:10px 14px}.hg-ccp-support-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;display:block}.hg-ccp-support-val{font-family:var(--font-display);color:var(--teal-dark);font-size:1.05rem;font-weight:600}.hg-ccp-rat{color:var(--gray-600);margin-bottom:10px;font-size:.88rem;line-height:1.6}.hg-ccp-req{color:var(--gray-600);margin-bottom:8px;font-size:.85rem}.hg-ccp-req summary{cursor:pointer;color:var(--navy);margin-bottom:6px;font-weight:600}.hg-ccp-req ul{color:var(--gray-600);margin:4px 0;padding-left:18px}.hg-ccp-req ul li{margin-bottom:3px}.hg-sub-label{text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);margin-top:8px;font-size:.75rem;font-weight:700}.hg-ccp-savings{color:#166534;border-radius:var(--radius-sm);background:#dcfce7;align-items:center;gap:8px;margin:10px 0;padding:10px 14px;font-size:.88rem;display:flex}.hg-note{color:#92400e;border-radius:var(--radius-sm);background:#fef3c7;align-items:flex-start;gap:8px;margin-top:8px;padding:10px 14px;font-size:.82rem;display:flex}.hg-link{color:var(--teal);align-items:center;gap:6px;margin-top:10px;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.hg-link:hover{color:var(--teal-dark)}.hg-wdg-headline{align-items:baseline;gap:12px;margin-bottom:10px;display:flex}.hg-wdg-cap{font-family:var(--font-display);color:var(--navy);font-size:1.1rem}.hg-wdg-cap strong{color:#7c3aed;font-size:1.5rem}.hg-wdg-rate{color:var(--gray-500);font-size:.85rem}.hg-wdg-components{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin:14px 0;display:grid}.hg-wdg-comp{background:var(--gray-50);border-radius:var(--radius-sm);border-left:3px solid #7c3aed;padding:12px 14px}.hg-wdg-comp-head{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.hg-wdg-comp-head strong{color:var(--navy);font-size:.9rem}.hg-wdg-cap-pill{color:#6d28d9;background:#ede9fe;border-radius:999px;padding:2px 8px;font-size:.75rem;font-weight:700}.hg-wdg-comp p{color:var(--gray-600);margin:0;font-size:.85rem;line-height:1.5}.hg-wdg-elig summary{cursor:pointer;color:var(--navy);font-size:.85rem;font-weight:600}.hg-wdg-elig ul{color:var(--gray-600);margin:8px 0;padding-left:18px;font-size:.85rem}.hg-closing{background:linear-gradient(135deg, var(--teal-light), var(--white));border-left:4px solid var(--teal);padding:18px 24px}.hg-closing p{color:var(--navy);font-family:var(--font-display);font-size:1.05rem;line-height:1.5}.hg-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:8px;display:flex}.hg-footer .btn-outline,.hg-footer .btn-primary{align-items:center;gap:6px;display:inline-flex}.hg-muted{color:var(--gray-500);font-size:.9rem;line-height:1.5}@media print{.hg-footer,.hg-scenario-grid{display:none}.hg-page{max-width:none;padding:0}.card{box-shadow:none;border:1px solid var(--gray-200);break-inside:avoid}}.hw-page{flex-direction:column;gap:20px;max-width:980px;margin:0 auto;padding:32px 24px 64px;display:flex}.hw-header h2{color:var(--navy);margin-bottom:6px;font-size:1.9rem}.hw-subtitle{color:var(--gray-500);font-size:.95rem}.hw-step-label{text-transform:uppercase;letter-spacing:.08em;color:var(--teal);margin-bottom:8px;font-size:.75rem;font-weight:700}.hw-input{flex-direction:column;gap:16px;padding:26px 28px;display:flex}.hw-company-ribbon{background:var(--teal-light);color:var(--teal-dark);border-radius:var(--radius-sm);align-items:center;gap:8px;padding:10px 14px;font-size:.88rem;display:flex}.hw-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.hw-submit{align-self:flex-start;min-width:220px}.hw-loading{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:48px;display:flex}.hw-spin{color:var(--teal);animation:1s linear infinite hw-spin}@keyframes hw-spin{to{transform:rotate(360deg)}}.hw-loading h3{color:var(--navy)}.hw-loading p{color:var(--gray-500);font-size:.9rem}.hw-report{flex-direction:column;gap:16px;display:flex}.hw-summary{border-left:4px solid var(--teal);padding:22px 24px}.hw-summary-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.hw-title{font-family:var(--font-display);color:var(--navy);font-size:1.3rem;font-weight:600}.hw-sub{color:var(--gray-500);margin-top:2px;font-size:.88rem}.hw-stats{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.hw-comp{color:var(--gray-600);border-top:1px solid var(--gray-200);flex-wrap:wrap;gap:22px;padding-top:12px;font-size:.88rem;display:flex}.hw-comp strong{color:var(--navy);margin-right:4px}.hw-note{color:#92400e;border-radius:var(--radius-sm);background:#fef3c7;align-items:flex-start;gap:8px;margin-top:10px;padding:10px 14px;font-size:.85rem;display:flex}.hw-section{padding:22px 24px}.hw-section-head{margin-bottom:14px}.hw-section-head h4{color:var(--navy);margin-bottom:2px;font-size:1.1rem}.hw-section-sub{color:var(--gray-500);font-size:.85rem}.hw-jd-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.hw-copy{align-items:center;gap:6px;padding:8px 14px;font-size:.82rem;display:inline-flex}.hw-bias-list{flex-direction:column;gap:8px;display:flex}.hw-bias{border-radius:var(--radius-sm);background:var(--gray-50);border-left:3px solid var(--gray-300);grid-template-columns:auto 1fr auto;align-items:flex-start;gap:12px;padding:12px 16px;display:grid}.hw-bias-red{border-left-color:var(--red);background:#fef2f2}.hw-bias-red svg{color:var(--red)}.hw-bias-amber{border-left-color:var(--amber);background:#fffbeb}.hw-bias-amber svg{color:var(--amber)}.hw-bias-green{border-left-color:var(--green);background:#f0fdf4}.hw-bias-green svg{color:var(--green)}.hw-bias-phrase{color:var(--navy);margin-bottom:4px;font-weight:600}.hw-bias-suggest{color:var(--gray-600);font-size:.85rem;line-height:1.5}.hw-wfa-list{flex-direction:column;gap:8px;display:flex}.hw-wfa{border-radius:var(--radius-sm);background:var(--gray-50);border-left:3px solid var(--gray-300);grid-template-columns:auto 1fr auto;align-items:flex-start;gap:12px;padding:12px 16px;display:grid}.hw-wfa-green{border-left-color:var(--green);background:#f0fdf4}.hw-wfa-green svg{color:var(--green)}.hw-wfa-amber{border-left-color:var(--amber);background:#fffbeb}.hw-wfa-amber svg{color:var(--amber)}.hw-wfa-teal{border-left-color:var(--teal);background:var(--teal-light)}.hw-wfa-teal svg{color:var(--teal)}.hw-wfa-title{color:var(--navy);font-weight:600}.hw-wfa-note{color:var(--gray-600);margin-top:2px;font-size:.85rem;line-height:1.5}.hw-fcf{background:linear-gradient(135deg, var(--teal-light), var(--white));border-left:4px solid var(--teal)}.hw-jd{background:var(--navy);color:var(--white);border-radius:var(--radius-sm);white-space:pre-wrap;max-height:500px;padding:20px 22px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem;line-height:1.65;overflow:auto}.hw-muted{color:var(--gray-500);font-size:.9rem;line-height:1.6}.hw-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.hw-footer .btn-outline,.hw-footer .btn-primary{align-items:center;gap:6px;display:inline-flex}@media print{.hw-footer,.hw-copy{display:none}.hw-jd{background:var(--white);max-height:none;color:var(--navy);border:1px solid var(--gray-200)}.hw-page{max-width:none;padding:0}.card{box-shadow:none;border:1px solid var(--gray-200);break-inside:avoid}}.pr-page{flex-direction:column;gap:18px;max-width:900px;margin:0 auto;padding:32px 24px 64px;display:flex}.pr-header h2{color:var(--navy);margin-bottom:6px;font-size:1.9rem}.pr-subtitle{color:var(--gray-500);font-size:.95rem}.pr-step-label{text-transform:uppercase;letter-spacing:.08em;color:var(--teal);margin-bottom:8px;font-size:.75rem;font-weight:700}.pr-input{flex-direction:column;gap:16px;padding:26px 28px;display:flex}.pr-ribbon{background:var(--teal-light);color:var(--teal-dark);border-radius:var(--radius-sm);align-items:center;gap:8px;padding:10px 14px;font-size:.88rem;display:flex}.pr-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.pr-submit{align-self:flex-start;min-width:220px}.pr-loading{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:48px;display:flex}.pr-spin{color:var(--teal);animation:1s linear infinite pr-spin}@keyframes pr-spin{to{transform:rotate(360deg)}}.pr-loading h3{color:var(--navy)}.pr-loading p{color:var(--gray-500);font-size:.9rem}.pr-report{flex-direction:column;gap:14px;display:flex}.pr-summary{border-left:4px solid var(--gray-300);padding:22px 24px}.pr-summary-green{border-left-color:var(--green)}.pr-summary-amber{border-left-color:var(--amber)}.pr-summary-red{border-left-color:var(--red)}.pr-summary-teal{border-left-color:var(--teal)}.pr-summary-head{justify-content:space-between;align-items:flex-start;margin-bottom:10px;display:flex}.pr-title{font-family:var(--font-display);color:var(--navy);margin-bottom:6px;font-size:1.25rem;font-weight:600}.pr-summary p{color:var(--gray-600);font-size:.95rem;line-height:1.6}.pr-calib{border-top:1px solid var(--gray-200);color:var(--gray-500);margin-top:12px;padding-top:10px;font-size:.85rem}.pr-section{padding:20px 24px}.pr-section h4{color:var(--navy);align-items:center;gap:6px;margin-bottom:10px;font-size:1.05rem;display:inline-flex}.pr-section ul,.pr-section ol{color:var(--gray-700);padding-left:20px;font-size:.92rem;line-height:1.6}.pr-section li{margin-bottom:4px}.pr-sg{background:linear-gradient(135deg, var(--teal-light), var(--white));border-left:3px solid var(--teal)}.pr-jd-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.pr-copy{align-items:center;gap:6px;padding:8px 14px;font-size:.82rem;display:inline-flex}.pr-md{background:var(--navy);color:var(--white);border-radius:var(--radius-sm);white-space:pre-wrap;max-height:480px;padding:18px 20px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem;line-height:1.65;overflow:auto}.pr-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.pr-footer .btn-outline,.pr-footer .btn-primary{align-items:center;gap:6px;display:inline-flex}@media print{.pr-footer,.pr-copy{display:none}.pr-page{max-width:none;padding:0}.pr-md{background:var(--white);max-height:none;color:var(--navy);border:1px solid var(--gray-200)}}.pip-page{flex-direction:column;gap:18px;max-width:920px;margin:0 auto;padding:32px 24px 64px;display:flex}.pip-header h2{color:var(--navy);margin-bottom:6px;font-size:1.9rem}.pip-subtitle{color:var(--gray-500);font-size:.95rem}.pip-step-label{text-transform:uppercase;letter-spacing:.08em;color:var(--teal);margin-bottom:8px;font-size:.75rem;font-weight:700}.pip-input{flex-direction:column;gap:16px;padding:26px 28px;display:flex}.pip-ribbon{background:var(--teal-light);color:var(--teal-dark);border-radius:var(--radius-sm);align-items:center;gap:8px;padding:10px 14px;font-size:.88rem;display:flex}.pip-grid{grid-template-columns:200px 1fr;gap:14px;display:grid}.pip-reason{grid-column:2}@media (width<=640px){.pip-grid{grid-template-columns:1fr}.pip-reason{grid-column:1}}.pip-submit{align-self:flex-start;min-width:200px}.pip-loading{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:48px;display:flex}.pip-spin{color:var(--teal);animation:1s linear infinite pip-spin}@keyframes pip-spin{to{transform:rotate(360deg)}}.pip-loading h3{color:var(--navy)}.pip-loading p{color:var(--gray-500);font-size:.9rem}.pip-report{flex-direction:column;gap:14px;display:flex}.pip-summary{border-left:4px solid var(--amber);padding:22px 24px}.pip-title{font-family:var(--font-display);color:var(--navy);margin-bottom:4px;font-size:1.3rem}.pip-sub{color:var(--gray-500);margin-bottom:12px;font-size:.85rem}.pip-summary p{color:var(--gray-600);font-size:.95rem;line-height:1.6}.pip-section{padding:20px 24px}.pip-section h4{color:var(--navy);align-items:center;gap:6px;margin-bottom:10px;font-size:1.05rem;display:inline-flex}.pip-section ul,.pip-section ol{color:var(--gray-700);padding-left:20px;font-size:.92rem;line-height:1.65}.pip-section li{margin-bottom:4px}.pip-concern-list{flex-direction:column;gap:10px;display:flex}.pip-concern{background:var(--gray-50);border-left:3px solid var(--red);border-radius:var(--radius-sm);padding:12px 16px}.pip-concern-head{color:var(--navy);margin-bottom:8px;font-weight:600}.pip-concern-row{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.pip-concern-evidence{color:var(--gray-600);font-size:.85rem}.pip-concern-evidence em{color:var(--gray-500);font-style:normal}.pip-milestones{flex-direction:column;gap:10px;display:flex}.pip-milestone{background:var(--teal-light);border-radius:var(--radius-sm);grid-template-columns:92px 1fr;align-items:center;gap:14px;padding:14px 16px;display:grid}.pip-milestone-day{font-family:var(--font-display);color:var(--teal-dark);text-align:center;font-size:1.2rem;font-weight:600}.pip-milestone-body strong{color:var(--navy)}.pip-milestone-body p{color:var(--gray-600);margin-top:2px;font-size:.88rem;line-height:1.55}.pip-warn{border-left:4px solid var(--red);background:#fef2f2}.pip-warn h4{color:var(--red)}.pip-warn p{color:var(--gray-700);font-size:.92rem;line-height:1.6}.pip-wfa{background:linear-gradient(135deg, var(--teal-light), var(--white));border-left:4px solid var(--teal)}.pip-wfa h4{color:var(--teal-dark)}.pip-md-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.pip-copy{align-items:center;gap:6px;padding:8px 14px;font-size:.82rem;display:inline-flex}.pip-md{background:var(--navy);color:var(--white);border-radius:var(--radius-sm);white-space:pre-wrap;max-height:500px;padding:18px 20px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem;line-height:1.65;overflow:auto}.pip-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.pip-footer .btn-outline,.pip-footer .btn-primary{align-items:center;gap:6px;display:inline-flex}@media print{.pip-footer,.pip-copy{display:none}.pip-md{background:var(--white);max-height:none;color:var(--navy);border:1px solid var(--gray-200)}.pip-page{max-width:none;padding:0}.card{box-shadow:none;border:1px solid var(--gray-200);break-inside:avoid}}.sa-page{flex-direction:column;gap:18px;max-width:920px;margin:0 auto;padding:32px 24px 64px;display:flex}.sa-header h2{color:var(--navy);margin-bottom:6px;font-size:1.9rem}.sa-subtitle{color:var(--gray-500);max-width:640px;font-size:.95rem}.sa-step-label{text-transform:uppercase;letter-spacing:.08em;color:var(--teal);margin-bottom:8px;font-size:.75rem;font-weight:700}.sa-input{flex-direction:column;gap:16px;padding:26px 28px;display:flex}.sa-ribbon{background:var(--teal-light);color:var(--teal-dark);border-radius:var(--radius-sm);align-items:center;gap:8px;padding:10px 14px;font-size:.88rem;display:flex}.sa-help{color:var(--gray-600);font-size:.9rem}.sa-dept-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px;display:grid}.sa-dept{all:unset;cursor:pointer;border-radius:var(--radius-sm);background:var(--gray-50);border:1.5px solid var(--gray-200);align-items:center;gap:10px;padding:12px 14px;transition:all .15s;display:flex}.sa-dept:hover{border-color:var(--teal)}.sa-dept-on{background:var(--teal-light);border-color:var(--teal)}.sa-dept-check{border:1.5px solid var(--gray-300);background:var(--white);width:20px;height:20px;color:var(--white);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.sa-dept-check-on{background:var(--teal);border-color:var(--teal)}.sa-dept-name{color:var(--navy);font-size:.9rem;font-weight:600}.sa-submit{align-self:flex-start;min-width:220px}.sa-loading{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:48px;display:flex}.sa-spin{color:var(--teal);animation:1s linear infinite sa-spin}@keyframes sa-spin{to{transform:rotate(360deg)}}.sa-loading h3{color:var(--navy)}.sa-loading p{color:var(--gray-500);font-size:.9rem}.sa-report{flex-direction:column;gap:14px;display:flex}.sa-summary{border-left:5px solid var(--gray-300);padding:22px 24px}.sa-summary-green{border-left-color:var(--green)}.sa-summary-amber{border-left-color:var(--amber)}.sa-summary-red{border-left-color:var(--red)}.sa-summary-head{align-items:center;gap:14px;margin-bottom:10px;display:flex}.sa-risk-icon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.sa-green{color:var(--green);background:#dcfce7}.sa-amber{color:#b45309;background:#fef3c7}.sa-red{color:var(--red);background:#fee2e2}.sa-summary-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.sa-summary h3{color:var(--navy);font-size:1.5rem}.sa-summary p{color:var(--gray-600);font-size:.95rem;line-height:1.6}.sa-section{padding:20px 24px}.sa-section h4{color:var(--navy);align-items:center;gap:6px;margin-bottom:12px;font-size:1.05rem;display:inline-flex}.sa-section ul,.sa-section ol{color:var(--gray-700);padding-left:20px;font-size:.92rem;line-height:1.65}.sa-section li{margin-bottom:4px}.sa-dept-detail{background:var(--gray-50);border-left:3px solid var(--gray-300);border-radius:var(--radius-sm);margin-bottom:10px;padding:14px 16px}.sa-dept-detail.sa-dept-red{border-left-color:var(--red);background:#fef2f2}.sa-dept-detail.sa-dept-amber{border-left-color:var(--amber);background:#fffbeb}.sa-dept-detail.sa-dept-green{border-left-color:var(--green);background:#f0fdf4}.sa-dept-detail-head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.sa-dept-detail-head strong{color:var(--navy);font-size:.98rem}.sa-dept-meta{color:var(--gray-600);flex-direction:column;gap:2px;margin-bottom:8px;font-size:.85rem;display:flex}.sa-dept-meta em{color:var(--gray-500);margin-right:4px;font-style:normal;font-weight:600}.sa-findings{color:var(--gray-700);padding-left:18px;font-size:.85rem}.sa-findings li{margin-bottom:3px}.sa-pdpa{border-left:4px solid var(--red);background:#fef2f2}.sa-pdpa h4{color:var(--red)}.sa-quick{background:linear-gradient(135deg, var(--teal-light), var(--white));border-left:4px solid var(--teal)}.sa-quick h4{color:var(--teal-dark)}.sa-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.sa-footer .btn-outline,.sa-footer .btn-primary{align-items:center;gap:6px;display:inline-flex}@media print{.sa-footer{display:none}.sa-page{max-width:none;padding:0}.card{box-shadow:none;border:1px solid var(--gray-200);break-inside:avoid}}.hc-page{flex-direction:column;gap:18px;max-width:1200px;margin:0 auto;padding:32px 24px 64px;display:flex}.hc-header h2{color:var(--navy);margin-bottom:6px;font-size:1.9rem}.hc-subtitle{color:var(--gray-500);max-width:760px;font-size:.95rem}.hc-step-label{text-transform:uppercase;letter-spacing:.08em;color:var(--teal);margin-bottom:8px;font-size:.75rem;font-weight:700}.hc-layout{grid-template-columns:340px 1fr;align-items:start;gap:16px;display:grid}@media (width<=900px){.hc-layout{grid-template-columns:1fr}}.hc-input{flex-direction:column;gap:14px;padding:22px 24px;display:flex;position:sticky;top:20px}.hc-ribbon{background:var(--teal-light);color:var(--teal-dark);border-radius:var(--radius-sm);align-items:center;gap:8px;padding:10px 14px;font-size:.85rem;display:flex}.hc-grid{grid-template-columns:1fr 1fr 1fr;gap:10px;display:grid}.hc-reset{align-self:flex-start;align-items:center;gap:6px;padding:8px 14px;font-size:.82rem;display:inline-flex}.hc-output{flex-direction:column;gap:14px;display:flex}.hc-total{background:linear-gradient(135deg, var(--teal), var(--teal-dark));color:var(--white);border:none;padding:28px 32px}.hc-total-label{opacity:.85;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.hc-total-value{font-family:var(--font-display);align-items:center;gap:4px;margin:6px 0;font-size:2.6rem;font-weight:600;display:flex}.hc-total-markup{opacity:.9;font-size:.92rem}.hc-total-markup strong{color:#a7f3d0}.hc-break{padding:20px 24px}.hc-break h4{color:var(--navy);align-items:center;gap:6px;margin-bottom:12px;font-size:1.05rem;display:inline-flex}.hc-row{border-bottom:1px solid var(--gray-100);justify-content:space-between;padding:8px 0;font-size:.92rem;display:flex}.hc-row:last-child{border-bottom:0}.hc-row span:first-child{color:var(--gray-600)}.hc-row span:last-child{color:var(--navy);font-family:ui-monospace,Menlo,monospace;font-weight:600}.hc-row-total{border-top:2px solid var(--gray-300);margin-top:6px;padding-top:12px;font-size:1rem}.hc-row-total span:last-child{color:var(--teal-dark);font-family:var(--font-display);font-size:1.2rem}.hc-muted span:first-child{color:var(--gray-400);font-style:italic}.hc-muted span:last-child{color:var(--gray-500);font-weight:500}.hc-variants{padding:20px 24px}.hc-variants h4{color:var(--navy);margin-bottom:12px;font-size:1.05rem}.hc-variant-table{flex-direction:column;gap:2px;display:flex}.hc-vrow{border-radius:var(--radius-sm);grid-template-columns:1.4fr 1fr 1fr .6fr;align-items:center;gap:10px;padding:10px 14px;font-size:.88rem;display:grid}.hc-vhead{background:var(--gray-100);color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:700}.hc-vrow:not(.hc-vhead):nth-child(odd){background:var(--gray-50)}.hc-vrow-active{color:var(--teal-dark);border-left:3px solid var(--teal);font-weight:600;background:var(--teal-light)!important}.hc-note{color:var(--gray-500);margin-top:12px;font-size:.82rem;line-height:1.55}.hc-footer{justify-content:flex-end;padding-top:4px;display:flex}@media print{.hc-layout{grid-template-columns:1fr}.hc-input,.hc-footer{display:none}.hc-page{max-width:none;padding:0}.card{box-shadow:none;border:1px solid var(--gray-200);break-inside:avoid}}.ob-page{flex-direction:column;gap:16px;max-width:920px;margin:0 auto;padding:32px 24px 64px;display:flex}.ob-header h2{color:var(--navy);margin-bottom:6px;font-size:1.9rem}.ob-subtitle{color:var(--gray-500);font-size:.95rem}.ob-step-label{text-transform:uppercase;letter-spacing:.08em;color:var(--teal);margin-bottom:8px;font-size:.75rem;font-weight:700}.ob-input{flex-direction:column;gap:16px;padding:26px 28px;display:flex}.ob-ribbon{background:var(--teal-light);color:var(--teal-dark);border-radius:var(--radius-sm);align-items:center;gap:8px;padding:10px 14px;font-size:.88rem;display:flex}.ob-submit{align-self:flex-start;min-width:200px}.ob-loading{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:48px;display:flex}.ob-spin{color:var(--teal);animation:1s linear infinite ob-spin}@keyframes ob-spin{to{transform:rotate(360deg)}}.ob-loading h3{color:var(--navy)}.ob-report{flex-direction:column;gap:14px;display:flex}.ob-summary{border-left:4px solid var(--teal);padding:20px 24px}.ob-summary h3{color:var(--navy);margin-bottom:6px;font-size:1.25rem}.ob-meta{color:var(--gray-600);flex-wrap:wrap;gap:16px;font-size:.88rem;display:flex}.ob-meta strong{color:var(--navy);margin-right:4px}.ob-section{padding:20px 24px}.ob-section h4{color:var(--navy);margin-bottom:12px;font-size:1.05rem}.ob-list{flex-direction:column;gap:8px;padding:0;list-style:none;display:flex}.ob-list li{background:var(--gray-50);border-radius:var(--radius-sm);border-left:3px solid var(--gray-200);grid-template-columns:auto 1fr;align-items:flex-start;gap:10px;padding:10px 14px;display:grid}.ob-item-done{border-left-color:var(--green)!important;background:#f0fdf4!important}.ob-item-done .ob-task{color:var(--gray-400);text-decoration:line-through}.ob-check{color:var(--teal);cursor:pointer;background:0 0;border:none;margin-top:2px;padding:0}.ob-task{color:var(--navy);margin-bottom:4px;font-size:.92rem;font-weight:600}.ob-meta-row{flex-wrap:wrap;align-items:center;gap:8px;font-size:.82rem;display:flex}.ob-note{color:var(--gray-500);align-items:center;gap:4px;display:inline-flex}.ob-compliance{background:linear-gradient(135deg, var(--teal-light), var(--white));border-left:4px solid var(--teal)}.ob-compliance ul{color:var(--gray-700);padding-left:20px;font-size:.92rem;line-height:1.65}.ob-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.ob-footer .btn-outline,.ob-footer .btn-primary{align-items:center;gap:6px;display:inline-flex}@media print{.ob-footer,.ob-check{display:none}.ob-page{max-width:none;padding:0}}.of-page{flex-direction:column;gap:16px;max-width:920px;margin:0 auto;padding:32px 24px 64px;display:flex}.of-header h2{color:var(--navy);margin-bottom:6px;font-size:1.9rem}.of-subtitle{color:var(--gray-500);font-size:.95rem}.of-step-label{text-transform:uppercase;letter-spacing:.08em;color:var(--teal);margin-bottom:8px;font-size:.75rem;font-weight:700}.of-input{flex-direction:column;gap:16px;padding:26px 28px;display:flex}.of-ribbon{background:var(--teal-light);color:var(--teal-dark);border-radius:var(--radius-sm);align-items:center;gap:8px;padding:10px 14px;font-size:.88rem;display:flex}.of-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (width<=640px){.of-grid{grid-template-columns:1fr}}.of-submit{align-self:flex-start;min-width:220px}.of-loading{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:48px;display:flex}.of-spin{color:var(--teal);animation:1s linear infinite of-spin}@keyframes of-spin{to{transform:rotate(360deg)}}.of-loading h3{color:var(--navy)}.of-report{flex-direction:column;gap:14px;display:flex}.of-summary{border-left:4px solid var(--amber);padding:20px 24px}.of-summary h3{color:var(--navy);margin-bottom:6px;font-size:1.25rem}.of-meta{color:var(--gray-600);flex-wrap:wrap;gap:16px;font-size:.88rem;display:flex}.of-meta strong{color:var(--navy);margin-right:4px}.of-section{padding:20px 24px}.of-section h4{color:var(--navy);align-items:center;gap:6px;margin-bottom:12px;font-size:1.05rem;display:inline-flex}.of-list{flex-direction:column;gap:8px;padding:0;list-style:none;display:flex}.of-list li{background:var(--gray-50);border-radius:var(--radius-sm);border-left:3px solid var(--gray-200);grid-template-columns:auto 1fr;align-items:flex-start;gap:10px;padding:10px 14px;display:grid}.of-item-done{border-left-color:var(--green)!important;background:#f0fdf4!important}.of-item-done .of-task{color:var(--gray-400);text-decoration:line-through}.of-check{color:var(--teal);cursor:pointer;background:0 0;border:none;margin-top:2px;padding:0}.of-task{color:var(--navy);margin-bottom:4px;font-size:.92rem;font-weight:600}.of-meta-row{flex-wrap:wrap;align-items:center;gap:8px;font-size:.82rem;display:flex}.of-note{color:var(--gray-500);align-items:center;gap:4px;display:inline-flex}.of-compliance{border-left:4px solid var(--red);background:#fef2f2}.of-compliance h4{color:var(--red)}.of-compliance ul{color:var(--gray-700);padding-left:20px;font-size:.92rem;line-height:1.65}.of-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.of-footer .btn-outline,.of-footer .btn-primary{align-items:center;gap:6px;display:inline-flex}@media print{.of-footer,.of-check{display:none}.of-page{max-width:none;padding:0}}
