:root{--bg:#f4f7fb;--card:#fff;--text:#0f172a;--muted:#64748b;--line:#d8e3f0;--dark:#08111f;--soft:#eef4fb;--blue:#1d4ed8;--blue-dark:#1e3a8a;--blue-soft:#eaf2ff;--blue-line:#bfdbfe;--shadow:0 14px 40px rgba(15,23,42,.07);--shadow-soft:0 4px 18px rgba(15,23,42,.05)}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top left,rgba(37,99,235,.13),transparent 30%),linear-gradient(180deg,#f8fbff 0,var(--bg) 42%,#f8fafc 100%);color:var(--text);font-family:Arial,Helvetica,sans-serif}button{font:inherit}a{color:inherit;text-decoration:none}.container{max-width:1480px;margin:0 auto;padding:24px}.header{justify-content:space-between;gap:18px;background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:var(--shadow);position:-webkit-sticky;position:sticky;top:12px;z-index:20}.brand,.header{display:flex;align-items:center}.brand{gap:14px}.brand-wordmark{gap:18px}.logo{width:52px;height:52px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,var(--dark),var(--blue-dark));color:#fff;font-weight:900;letter-spacing:.04em;box-shadow:0 10px 24px rgba(30,58,138,.22)}.rixa-wordmark{display:grid;place-items:center;grid-gap:5px;gap:5px;min-width:205px;padding:14px 18px 12px;border-radius:20px;background:radial-gradient(circle at 72% 28%,rgba(14,90,120,.22),transparent 34%),linear-gradient(145deg,#070a0f,#0b1017 52%,#111923);border:1px solid hsla(0,0%,100%,.08);box-shadow:0 16px 34px rgba(2,6,23,.18);color:#f8fafc;line-height:1}.rixa-wordmark-main{position:relative;width:max-content;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:600;letter-spacing:.075em;color:#f8fafc;text-shadow:0 1px 10px hsla(0,0%,100%,.05)}.rixa-a{position:relative;display:inline-block;margin-left:.03em}.rixa-accent{position:absolute;right:.1em;bottom:.12em;width:.22em;height:.52em;background:#0b5f84;transform:skew(-22deg);opacity:.96}.rixa-wordmark-sub{display:flex;align-items:center;justify-content:center;gap:9px;width:max-content;color:#0b5f84;font-size:9px;font-weight:700;letter-spacing:.58em;text-transform:uppercase}.rixa-wordmark-sub span{display:block;width:30px;height:1px;background:rgba(226,232,240,.58)}h1{font-size:26px;letter-spacing:-.025em}h1,h2{margin:0}h2{font-size:20px;letter-spacing:-.02em}h3{margin:0 0 10px;font-size:15px}p{margin:0}.muted{color:var(--muted);font-size:14px;line-height:1.45}.actions{display:flex;gap:10px;flex-wrap:wrap}.actions,.btn{align-items:center}.btn{border:1px solid var(--line);background:#fff;border-radius:16px;padding:10px 14px;cursor:pointer;display:inline-flex;justify-content:center;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease,background .15s ease}.btn.primary{background:linear-gradient(135deg,var(--blue-dark),var(--blue));color:#fff;border-color:var(--blue-dark);box-shadow:0 10px 22px rgba(29,78,216,.18)}.btn:hover,.tab:hover{border-color:#93c5fd;box-shadow:var(--shadow-soft);transform:translateY(-1px)}.pill{display:inline-flex;align-items:center;border:1px solid var(--blue-line);background:var(--blue-soft);color:var(--blue-dark);border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800}.stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin:18px 0}.card{background:hsla(0,0%,100%,.96);border:1px solid var(--line);border-radius:28px;padding:20px;box-shadow:var(--shadow-soft);min-width:0;overflow-wrap:anywhere}.card.tight{padding:16px}.card div,.card h1,.card h2,.card h3,.card p,.card strong{min-width:0;max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:normal}.stat-card{display:flex;gap:12px;align-items:center}.icon{width:40px;height:40px;border-radius:14px;background:linear-gradient(135deg,var(--blue-soft),#fff);border:1px solid var(--blue-line);color:var(--blue-dark);display:grid;place-items:center;font-weight:900}.grid{display:grid;grid-template-columns:360px 1fr;grid-gap:18px;gap:18px;align-items:start}.sidebar{display:grid;grid-gap:14px;gap:14px;position:-webkit-sticky;position:sticky;top:126px}.module-button{width:100%;text-align:left;border:1px solid var(--line);background:#fff;border-radius:22px;padding:16px;cursor:pointer;margin-top:10px;transition:transform .15s ease,border-color .15s ease,background .15s ease}.module-button:hover{transform:translateY(-1px);border-color:var(--blue-line)}.module-button.active{background:linear-gradient(135deg,var(--dark),var(--blue-dark));color:#fff;border-color:var(--blue-dark);box-shadow:0 12px 28px rgba(30,58,138,.18)}.module-button.active .muted{color:#dbeafe}.module-title{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.workflow{display:grid;grid-gap:9px;gap:9px;margin-top:14px}.step{display:flex;align-items:center;gap:10px;background:#f8fbff;border:1px solid var(--line);border-radius:16px;padding:10px;font-size:14px}.step-num{width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:var(--blue-soft);border:1px solid var(--blue-line);color:var(--blue-dark);font-weight:900;font-size:12px;flex:0 0 auto}.module-panel{display:grid;grid-gap:16px;gap:16px;min-width:0}.four{grid-template-columns:repeat(4,1fr);grid-gap:14px}.four,.three{display:grid;gap:14px}.three{grid-template-columns:repeat(3,1fr);grid-gap:14px}.two{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.executive-grid>*,.four>*,.grid>*,.module-panel>*,.stats>*,.three>*,.two>*{min-width:0;max-width:100%}.list{display:grid;grid-gap:8px;gap:8px;margin-top:12px}.list-item{display:flex;gap:8px;align-items:flex-start;font-size:14px;color:#334155;line-height:1.35}.dot{margin-top:5px;width:8px;height:8px;border-radius:99px;background:var(--blue);flex:0 0 auto}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:18px;margin-top:16px;background:#fff}.table-wrap::-webkit-scrollbar{height:10px}.table-wrap::-webkit-scrollbar-thumb{background:#bfdbfe;border-radius:999px}table{width:100%;min-width:1120px;border-collapse:collapse;font-size:14px}.table-wide table{min-width:1560px;table-layout:fixed}.table-medium table{min-width:1280px}.table-wide td,.table-wide th{white-space:normal;overflow-wrap:anywhere;word-break:normal;vertical-align:top}.table-wide th{height:auto;min-height:0;line-height:1.15}.table-wide td:first-child,.table-wide td:nth-child(2),.table-wide th:first-child,.table-wide th:nth-child(2){width:120px}.table-wide td:nth-child(3),.table-wide th:nth-child(3){width:240px}.table-wide td:nth-child(4),.table-wide th:nth-child(4){width:110px}.table-wide td:nth-child(5),.table-wide th:nth-child(5){width:170px}.table-wide td:nth-child(6),.table-wide th:nth-child(6){width:150px}.table-wide td:nth-child(7),.table-wide th:nth-child(7){width:160px}.table-wide td:nth-child(8),.table-wide th:nth-child(8){width:180px}.table-wide td:nth-child(9),.table-wide th:nth-child(9){width:280px}.table-wide td:nth-child(10),.table-wide th:nth-child(10){width:220px}.review-table{overflow-x:visible}.review-table table{min-width:0;width:100%;table-layout:fixed}.review-table td,.review-table th{white-space:normal;overflow-wrap:anywhere;word-break:normal;vertical-align:top}.review-table td:first-child,.review-table th:first-child{width:7%}.review-table td:nth-child(2),.review-table th:nth-child(2){width:19%}.review-table td:nth-child(3),.review-table th:nth-child(3){width:10%}.review-table td:nth-child(4),.review-table th:nth-child(4){width:42%}.review-table td:nth-child(5),.review-table th:nth-child(5){width:22%}.long-table,.table-wrap.table-wide{overflow-x:visible}.long-table table,.table-wrap.table-wide table{min-width:0!important;width:100%;table-layout:fixed}.long-table td,.long-table th,.table-wrap.table-wide td,.table-wrap.table-wide th{white-space:normal!important;overflow-wrap:anywhere;word-break:break-word;vertical-align:top;width:auto!important}.long-table td,.table-wrap.table-wide td{max-width:0}.long-table .pill,.table-wrap.table-wide .pill{white-space:normal;overflow-wrap:anywhere}th{background:linear-gradient(180deg,#f1f7ff,#eaf2ff);color:#1e3a8a;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.05em;padding:10px 12px;position:-webkit-sticky;position:sticky;top:0;z-index:1;line-height:1.15}td,th{vertical-align:top}td{border-top:1px solid var(--line);padding:12px;line-height:1.38}tr:hover td{background:#f8fbff}.status{font-weight:800}.high{color:#991b1b}.medium{color:#92400e}.low{color:#166534}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.tab{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:700}.footer-note{margin-top:18px;padding:14px;border:1px solid var(--blue-line);border-left:4px solid var(--blue);background:#f8fbff;border-radius:18px;color:#475569;font-size:14px;line-height:1.45}.section-intro{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.executive-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-top:16px}.executive-card{background:#f8fbff;border:1px solid var(--line);border-radius:22px;padding:16px}.executive-card strong{display:block;font-size:20px;margin-top:4px}.client-view{background:#eff6ff;border-color:var(--blue-line)}.operator-view{background:#f8fbff}.language-box{display:grid;grid-gap:8px;gap:8px;min-width:150px}.language-label{font-size:12px;font-weight:800;color:#475569;text-transform:uppercase;letter-spacing:.06em}.language-buttons{display:inline-flex;gap:6px;padding:4px;border:1px solid var(--line);border-radius:999px;background:#f8fbff}.lang-btn{border:0;border-radius:999px;padding:7px 10px;background:transparent;color:#475569;font-weight:800;cursor:pointer}.lang-btn.active{background:var(--blue);color:#fff;box-shadow:0 6px 14px rgba(29,78,216,.2)}.hide{display:none!important}.file-input{border:1px dashed var(--blue-line);background:#f8fbff;border-radius:18px;padding:14px}.file-input input{width:100%}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:16px;padding:12px;background:#fff;color:var(--text);font:inherit}textarea{min-height:110px;resize:vertical}.section-kicker{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:#0f172a;margin-bottom:8px}@media (max-width:900px){.container{padding:14px}.executive-grid,.four,.grid,.stats,.three,.two{grid-template-columns:1fr}.header,.sidebar{position:static}table{min-width:900px}.review-table table{min-width:720px}.long-table table,.table-wrap.table-wide table{min-width:0!important}}.btn{white-space:nowrap;letter-spacing:0!important}.btn.primary{min-width:max-content}#client-workspace{padding:18px 20px!important}#client-workspace .actions,#client-workspace .muted{display:none!important}#client-workspace h2:after{display:block;margin-top:8px;max-width:760px;font-size:14px;line-height:1.45;font-weight:400;color:#475569}html[lang=en] #client-workspace h2:after{content:"Secure workspace for active client engagements and evidence reviews. Access by invitation."}html[lang=fr] #client-workspace h2:after{content:"Espace sécurisé pour les missions client actives et les revues de preuves. Accès sur invitation."}html[lang=es] #client-workspace h2:after{content:"Espacio seguro para encargos activos y revisión de evidencias. Acceso por invitación."}main.container>section:nth-child(2)>div:nth-child(2)>div:first-child:after{content:"Regulation → Controls → Evidence → Findings → Action Plan";display:inline-flex;margin-top:18px;padding:10px 12px;border:1px solid #d8e3f0;border-radius:999px;background:hsla(0,0%,100%,.82);color:#1e3a8a;font-size:13px;font-weight:800;line-height:1.25;box-shadow:0 12px 30px rgba(15,23,42,.06)}#packages:after{content:"Related requests\A Selected adjacent reviews may be considered when they relate directly to AI governance, ICT risk, vendor risk, internal controls or regulatory evidence readiness.";white-space:pre-line;display:block;margin-top:18px;padding:14px 16px;border:1px solid #d8e3f0;border-radius:12px;background:#fbfdff;color:#475569;font-size:14px;line-height:1.45}html[lang=fr] #packages:after{content:"Demandes connexes\A Certaines revues adjacentes peuvent être étudiées lorsqu’elles sont directement liées à la gouvernance IA, au risque ICT, au risque fournisseur, aux contrôles internes ou à la préparation des preuves réglementaires."}html[lang=es] #packages:after{content:"Solicitudes relacionadas\A Se podrán considerar revisiones adyacentes cuando estén directamente vinculadas a gobernanza de IA, riesgo ICT, riesgo de proveedores, controles internos o preparación de evidencias regulatorias."}.card strong,.four .card h2:nth-of-type(2){white-space:nowrap;letter-spacing:0!important;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"kern" 1,"tnum"}.four .card h2:nth-of-type(2){font-size:26px!important;line-height:1.1}@media (max-width:760px){body,html,main.container{overflow-x:hidden!important}main.container{padding:10px!important;max-width:100%!important}main.container>section{width:100%!important;margin-left:0!important;margin-right:0!important}main.container .card{border-radius:16px!important;padding:16px!important}main.container [style*="repeat(3"],main.container [style*="repeat(4"],main.container [style*="repeat(6"],main.container [style*=grid-template-columns],main.container>section:first-child{grid-template-columns:1fr!important}main.container>section:first-child{display:grid!important;grid-gap:10px!important;gap:10px!important;align-items:stretch!important;padding:12px!important;border-radius:14px!important}main.container>section:first-child>strong{font-size:14px!important;line-height:1.2!important;text-align:left!important;white-space:normal!important}main.container>section:first-child .actions{display:grid!important;grid-template-columns:auto repeat(3,1fr)!important;width:100%!important;grid-gap:6px!important;gap:6px!important;align-items:center!important}main.container>section:first-child .actions span{font-size:10px!important;letter-spacing:.08em!important}main.container>section:first-child .actions .btn{width:auto!important;min-height:36px!important;padding:7px 8px!important;font-size:13px!important;border-radius:10px!important;text-align:center!important}main.container>section:nth-child(2){padding:14px!important}main.container>section:nth-child(2)>div:first-child{display:grid!important;grid-template-columns:1fr!important;grid-gap:14px!important;gap:14px!important;align-items:start!important;padding-bottom:14px!important;margin-bottom:18px!important}main.container .brand{display:grid!important;grid-template-columns:72px 1fr!important;align-items:center!important;grid-gap:12px!important;gap:12px!important}main.container .brand img{width:72px!important;height:72px!important}main.container .brand h1{font-size:22px!important;line-height:1.05!important}main.container .brand .muted{font-size:12px!important;line-height:1.25!important}main.container .actions{width:100%!important;gap:8px!important}main.container .actions .btn,main.container button.btn{flex:1 1 auto!important;min-width:0!important;min-height:44px!important;padding:10px 12px!important;font-size:14px!important;white-space:nowrap!important}main.container h1{font-size:22px!important}main.container h2[style*=clamp]{font-size:clamp(2.05rem,10.2vw,2.75rem)!important;line-height:1.02!important;letter-spacing:-.055em!important}main.container h3[style*=clamp]{font-size:1.45rem!important;line-height:1.12!important}main.container .list-item,main.container .muted,main.container p{font-size:14px!important;line-height:1.45!important}main.container>section:nth-child(2) .card[style*="linear-gradient(135deg,#050b16"]{padding:20px!important;min-height:0!important}main.container>section:nth-child(2) .card[style*="linear-gradient(135deg,#050b16"] h3{max-width:100%!important}main.container>section:nth-child(2)>div:nth-child(2)>div:first-child:after{display:block;border-radius:14px;white-space:normal;font-size:12px;line-height:1.35}#packages:after{font-size:13px;padding:12px 14px}main.container input,main.container textarea{width:100%!important;min-width:0!important;font-size:16px!important;letter-spacing:0!important;word-spacing:0!important}main.container textarea{min-height:150px!important}main.container .four .card{min-height:auto!important}main.container .card strong,main.container .four .card h2:nth-of-type(2){white-space:nowrap!important;font-size:24px!important}}:root{--rixa-line:#d8e3f0;--rixa-blue:#1d4ed8;--rixa-blue-dark:#1e3a8a;--rixa-blue-soft:#eaf2ff;--rixa-ink:#0f172a;--rixa-muted:#64748b}*{min-width:0;box-sizing:border-box}body,html{width:100%;overflow-x:hidden}body,canvas,html,iframe,img,svg,video{max-width:100%}.btn,.card,.container,.header,.hero-card,.hero-grid,.output-grid,.topbar,.workflow,article,button,div,form,form>div,input,main,section,textarea{max-width:100%!important}.btn,.list-item,.muted,h1,h2,h3,input,p,textarea{overflow-wrap:break-word}.btn,button,input,textarea{font-size:max(16px,1rem);box-sizing:border-box}.card.dark-card,.card[style*="background: #050b16"],.card[style*="background:#050b16"],.dark-card{color:#f8fafc!important;border-color:rgba(147,197,253,.24)!important;box-shadow:0 18px 45px rgba(2,6,23,.16)!important}.card[style*="background: #050b16"] .muted,.card[style*="background:#050b16"] .muted,.dark-card .list-item,.dark-card .muted{color:#dbeafe!important}.card[style*="background: #050b16"] .dot,.card[style*="background:#050b16"] .dot,.dark-card .dot{background:#93c5fd!important}.premium-card-link{display:grid;grid-gap:12px;gap:12px;min-height:100%;text-decoration:none;color:inherit;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.premium-card-link:hover{transform:translateY(-2px);border-color:#93c5fd!important;box-shadow:0 18px 45px rgba(15,23,42,.1)!important}.price-badge,.status-badge{display:inline-flex;width:max-content;align-items:center;gap:6px;border:1px solid #bfdbfe;border-radius:999px;background:#eaf2ff;color:#1e3a8a;padding:6px 10px;font-size:12px;font-weight:900;letter-spacing:.02em;white-space:nowrap}.subtle-box{border:1px solid var(--rixa-line);border-radius:18px;background:#f8fbff;padding:14px 16px}.output-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-top:16px}.output-card{border:1px solid var(--rixa-line);border-radius:18px;background:#fff;padding:15px}.output-card strong{display:block;margin-bottom:7px;color:#0f172a;white-space:normal!important}.report-table{width:100%;min-width:920px;border-collapse:collapse;font-size:14px}.report-table th{position:static}.report-table td{background:#fff}.priority-high,.priority-low,.priority-medium{font-weight:900}.priority-high{color:#991b1b}.priority-medium{color:#92400e}.priority-low{color:#166534}.page-hero{border-radius:20px;padding:42px 38px;background:linear-gradient(135deg,#f8fbff,#fff 55%,#eef5ff);border-color:#bfdbfe!important}.founder-quote{margin:0;border-left:4px solid #1d4ed8;border-radius:16px;background:#f8fbff;color:#0f172a;padding:18px 20px;font-size:1.08rem;line-height:1.45;font-weight:800}#client-workspace .actions{display:flex!important}#client-workspace .muted{display:block!important}#client-workspace h2:after{display:none!important;content:""!important}@media(max-width:1100px){.output-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:920px){.container>section.card>div[style*=grid-template-columns],.hero-grid{grid-template-columns:1fr!important}.page-hero{padding:34px 26px!important}.actions{align-items:stretch}.actions .btn{min-height:42px}}@media(max-width:700px){body{background:linear-gradient(180deg,#f8fbff,#f4f7fb)}.container,.rixa-home{width:100%!important;max-width:100vw!important;padding-left:10px!important;padding-right:10px!important;overflow-x:hidden!important}.container>section:first-child,.topbar{width:100%!important;max-width:100%!important;display:grid!important;grid-template-columns:1fr!important;align-items:stretch!important;justify-content:stretch!important;padding:12px!important;overflow:hidden!important}.container>section:first-child>a,.topbar-brand{width:100%!important;max-width:100%!important;white-space:normal!important}.container>section:first-child .actions,.topbar-actions{width:100%!important;max-width:100%!important;display:grid!important;grid-template-columns:1fr!important;grid-gap:8px!important;gap:8px!important;overflow:hidden!important}.container>section:first-child .actions .btn,.topbar-actions .btn{width:100%!important;max-width:100%!important;min-width:0!important;justify-content:center!important;white-space:normal!important;text-align:center!important;padding:10px 8px!important;font-size:15px!important;line-height:1.15!important}.container>section:first-child .actions span,.topbar-actions span{width:100%!important;max-width:100%!important}.container>section.card[style*=linear-gradient],.hero-card,.page-hero{width:100%!important;padding:24px 14px!important;overflow:hidden!important}.container>section.card[style*=linear-gradient]>div,.hero-grid{display:grid!important;grid-template-columns:1fr!important;width:100%!important;grid-gap:20px!important;gap:20px!important}.container>section.card[style*=linear-gradient] h1,.hero-title{max-width:100%!important;font-size:clamp(1.9rem,10vw,2.65rem)!important;line-height:1.06!important;letter-spacing:-.035em!important}.container>section.card[style*=linear-gradient] p[style*="1.16rem"],.container>section.card[style*=linear-gradient] p[style*="1.18rem"],.hero-lead{max-width:100%!important;font-size:1rem!important;line-height:1.45!important}.container>section.card[style*=linear-gradient] .actions,.hero-actions{width:100%!important;display:grid!important;grid-template-columns:1fr!important}.container>section.card[style*=linear-gradient] .actions .btn,.container>section.card[style*=linear-gradient] .actions a,.hero-actions .btn{width:100%!important;max-width:100%!important}.four,.output-grid,.three,.two{width:100%!important;grid-template-columns:1fr!important}.dark-card,.evidence-preview,.founder-quote,.output-card,.premium-card-link,.step{width:100%!important;max-width:100%!important}.container>section.card[style*=linear-gradient] .dark-card div[style*="display:flex"],.preview-step{width:100%!important;max-width:100%!important;padding:12px!important}#initial-review form,#initial-review form .two,#initial-review form button,#initial-review form input,#initial-review form textarea{width:100%!important;max-width:100%!important;grid-template-columns:1fr!important;justify-self:stretch!important}.price-badge,.status-badge{white-space:normal;width:-moz-fit-content;width:fit-content}.report-table{min-width:760px}.output-card,.subtle-box{border-radius:16px;padding:13px}}@media(max-width:420px){.container,.rixa-home{padding-left:8px!important;padding-right:8px!important}.card,.hero-card{border-radius:16px!important}.container>section.card[style*=linear-gradient] h1,.hero-title{font-size:clamp(1.75rem,9.6vw,2.35rem)!important}.founder-quote{padding:16px;font-size:1rem}}:root{--rixa-navy:#081226;--rixa-ink:#101a33;--rixa-blue:#2453ff;--rixa-blue-dark:#153bbd;--rixa-soft:#f7f9fc;--rixa-line:#dbe5f1;--rixa-muted:#53627a;--rixa-shadow:0 18px 50px rgba(8,18,38,.08);--rixa-shadow-soft:0 10px 28px rgba(8,18,38,.06);--rixa-radius:18px;--rixa-radius-sm:13px;--rixa-font-ui:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--rixa-font-display:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body,html{background:linear-gradient(180deg,#eef4fb,#f7f9fc 34%,#fff)!important;color:var(--rixa-ink)!important;font-family:var(--rixa-font-ui)!important}.container{max-width:1320px!important}.hero-title,h1,h2,h3{font-family:var(--rixa-font-display)!important;color:var(--rixa-ink)!important}.hero-title,h1{letter-spacing:-.06em!important}h2{letter-spacing:-.035em!important}.hero-lead,.muted,p{color:var(--rixa-muted)!important}.section-kicker{color:var(--rixa-navy)!important;font-size:.84rem!important;font-weight:750!important;letter-spacing:-.02em!important}.card{border-color:var(--rixa-line)!important;border-radius:var(--rixa-radius)!important;box-shadow:var(--rixa-shadow-soft)!important}.hero-card,.page-hero{box-shadow:var(--rixa-shadow)!important}.topbar{border-color:var(--rixa-line)!important;box-shadow:0 10px 30px rgba(8,18,38,.05)!important}.btn{border-radius:999px!important;border-color:var(--rixa-line)!important;color:var(--rixa-ink)!important;min-height:40px!important;font-weight:650!important;box-shadow:none!important}.btn.primary,a.btn.primary,button.btn.primary{background:linear-gradient(135deg,var(--rixa-blue),var(--rixa-blue-dark))!important;box-shadow:0 12px 26px rgba(36,83,255,.22)!important}.btn:hover{transform:translateY(-1px)}.output-grid{gap:12px!important}.output-card{background:hsla(0,0%,100%,.86)!important;border:1px solid var(--rixa-line)!important;border-radius:14px!important;box-shadow:none!important}.output-card strong{color:var(--rixa-ink)!important}.dark-card,.evidence-preview{background:linear-gradient(150deg,#050b16,#07152f 55%,#092366)!important;border-color:rgba(147,197,253,.22)!important}.dark-card h2,.dark-card h3,.dark-card p,.dark-card strong{color:#fff!important}.dark-card .section-kicker,.evidence-preview .section-kicker{color:#9fc5ff!important}.preview-step{border-radius:12px!important}#packages>div[style*=grid-template-columns]{max-width:1180px!important}#packages .premium-card-link{box-shadow:0 14px 36px rgba(8,18,38,.07)!important}#packages .premium-card-link>div:first-child{min-height:72px!important;padding:12px 18px 13px!important;background:linear-gradient(135deg,#061024,#0a2468 72%,#1744e6)!important}#packages .premium-card-link>div:first-child>div:nth-child(2){letter-spacing:.16em!important}#packages .premium-card-link>div:first-child>div:nth-child(3){font-size:clamp(1.85rem,2.35vw,2.28rem)!important;margin-top:5px!important}#packages .premium-card-link>div:nth-child(2){padding:15px 18px 16px!important}#packages .premium-card-link h3{font-size:1rem!important;margin:0!important}#packages .premium-card-link p{font-size:.92rem!important;line-height:1.35!important;margin:0!important}#packages .premium-card-link .btn{min-height:34px!important;padding:7px 11px!important;font-size:.94rem!important;background:#fff!important}.founder-quote{border-left:4px solid var(--rixa-blue)!important;background:linear-gradient(135deg,#f7faff,#fff)!important;border-radius:14px!important;box-shadow:none!important}.dot,.list-item .dot{background:var(--rixa-blue)!important}#initial-review{background:linear-gradient(180deg,#fff,#f8fbff)!important}#initial-review input,#initial-review textarea{border-color:var(--rixa-line)!important;border-radius:13px!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8)!important}#initial-review textarea{min-height:135px!important}@media (max-width:760px){.container{padding-inline:14px!important}#packages>div[style*=grid-template-columns]{grid-template-columns:1fr!important}.hero-card{padding:28px 18px!important}.hero-title,h1{font-size:clamp(2.05rem,10vw,3.2rem)!important}}.rixa-home .hero-card{padding:26px 28px!important}.rixa-home .hero-grid{grid-template-columns:minmax(0,1fr) minmax(330px,.64fr)!important;gap:26px!important}.rixa-home .hero-title{font-size:clamp(2.1rem,2.85vw,3.05rem)!important;line-height:1.045!important;max-width:720px!important}.rixa-home .hero-lead{font-size:.96rem!important;line-height:1.44!important;max-width:660px!important}.rixa-home .hero-actions{margin-top:18px!important}.rixa-home .hero-card .output-grid{margin-top:14px!important;gap:9px!important}.rixa-home .hero-card .output-card{padding:9px 11px!important;min-height:auto!important}.rixa-home .hero-card .output-card strong{line-height:1.14!important}.rixa-home .evidence-preview{max-width:355px!important;padding:18px!important;border-radius:17px!important}.rixa-home .evidence-preview .preview-step{min-height:40px!important;padding:9px 11px!important}.rixa-home .evidence-preview .preview-step span{width:27px!important;height:27px!important;font-size:.8rem!important}.container{width:min(100% - 32px,1240px)!important}.card,.page-hero,.topbar{border-color:#d9e5f2!important}.page-hero{padding:34px 36px!important}.section-kicker{color:#081327!important;font-weight:800!important}.topbar{min-height:72px!important}.topbar .actions,.topbar-actions{gap:8px!important}.rixa-home>section.card:nth-of-type(3)>div[style*=grid-template-columns]{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}.rixa-home .trigger-card-link{min-width:0!important;min-height:132px!important;overflow:hidden!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease!important}.rixa-home .trigger-card-link:hover{transform:translateY(-2px)!important;border-color:#93c5fd!important;box-shadow:0 16px 36px rgba(15,23,42,.08)!important}.rixa-home>section.card:nth-of-type(3) strong{display:block!important;min-width:0!important;white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important;-webkit-hyphens:auto!important;hyphens:auto!important;font-size:.92rem!important;line-height:1.26!important}.rixa-home .trigger-card-cta{margin-top:auto!important;color:#1d4ed8!important;font-size:.78rem!important;font-weight:900!important;letter-spacing:-.01em!important}.rixa-home #packages{padding:24px!important}.rixa-home #packages>div[style*=grid-template-columns]{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;align-items:stretch!important}.rixa-home #packages .premium-card-link{display:flex!important;flex-direction:column!important;min-height:312px!important;height:100%!important;border-radius:16px!important;box-shadow:0 18px 48px rgba(15,23,42,.095)!important}.rixa-home #packages .premium-card-link:nth-child(2){box-shadow:0 22px 58px rgba(29,78,216,.16)!important}.rixa-home #packages .premium-card-link:not(:nth-child(2))>div:first-child>div[style*="position:absolute"]{display:none!important}.rixa-home #packages .premium-card-link:nth-child(2)>div:first-child>div[style*="position:absolute"]{top:14px!important;right:14px!important}.rixa-home #packages .premium-card-link>div:first-child{min-height:78px!important;padding:13px 15px!important;flex:0 0 auto!important}.rixa-home #packages .premium-card-link>div:last-child{flex:1 1 auto!important;display:flex!important;flex-direction:column!important;padding:18px!important;min-height:0!important}.rixa-home #packages .premium-card-link h3{font-size:1rem!important;line-height:1.22!important;min-height:44px!important}.rixa-home #packages .premium-card-link p{font-size:.92rem!important;line-height:1.38!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.rixa-home #packages .premium-card-link .btn{margin-top:auto!important;min-height:42px!important;display:flex!important;align-items:center!important}#initial-review{padding:28px!important}#initial-review textarea{min-height:118px!important}.rixa-packages-page .packages-matrix{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-gap:18px!important;gap:18px!important;align-items:start!important}.rixa-packages-page .package-column{display:grid!important;grid-template-rows:auto auto auto!important;grid-gap:14px!important;gap:14px!important;min-width:0!important}.rixa-packages-page .package-column-header{min-height:110px!important;padding:16px 18px 0!important}.rixa-packages-page .package-column-header .section-kicker{display:none!important}.rixa-packages-page .package-column-header h2{margin-top:0!important;font-size:1.45rem!important;line-height:1.08!important}.rixa-packages-page .package-column-header p.muted{margin-top:8px!important;line-height:1.38!important}.rixa-packages-page .package-offer-card{height:284px!important;min-height:284px!important;display:flex!important;flex-direction:column!important}.rixa-packages-page .package-price-band{min-height:78px!important;padding:12px 18px!important;flex:0 0 auto!important}.rixa-packages-page .package-offer-body{padding:15px 16px!important;flex:1 1!important;display:flex!important;flex-direction:column!important;min-height:0!important}.rixa-packages-page .package-offer-body h3{font-size:1rem!important;line-height:1.22!important}.rixa-packages-page .package-offer-body p{margin-top:8px!important;font-size:.94rem!important;line-height:1.38!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.rixa-packages-page .package-view-button{margin-top:auto!important;min-height:42px!important}@media (max-width:1180px){.rixa-home>section.card:nth-of-type(3)>div[style*=grid-template-columns],.rixa-packages-page .packages-matrix{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:980px){.rixa-home .hero-grid{grid-template-columns:1fr!important}}@media (max-width:900px){.rixa-home #packages>div[style*=grid-template-columns],.rixa-home>section.card:nth-of-type(3)>div[style*=grid-template-columns],.rixa-packages-page .packages-matrix{grid-template-columns:1fr!important}.rixa-home #packages .premium-card-link,.rixa-home #packages .premium-card-link h3,.rixa-home .trigger-card-link{min-height:0!important}.rixa-packages-page .package-column-header{min-height:0!important;padding:18px 18px 0!important}.rixa-packages-page .package-offer-card{height:auto!important;min-height:0!important}.rixa-packages-page .package-view-button{margin-top:16px!important}}@media (max-width:760px){.container{width:min(100% - 24px,1240px)!important}.page-hero,.rixa-home .hero-card{padding:24px 18px!important}.rixa-home .hero-title{font-size:clamp(2rem,8.5vw,2.75rem)!important}}:root{--rx-bg:#f4f7fb;--rx-surface:#fff;--rx-surface-soft:#f8fbff;--rx-ink:#0c1528;--rx-ink-2:#17213a;--rx-muted:#58677f;--rx-line:#dce6f2;--rx-navy:#060f22;--rx-navy-2:#071a44;--rx-blue:#2453ff;--rx-blue-2:#153ec8;--rx-blue-soft:#eaf1ff;--rx-radius:16px;--rx-radius-lg:22px;--rx-shadow:0 18px 55px rgba(8,18,38,.075);--rx-shadow-soft:0 10px 30px rgba(8,18,38,.055)}body,html{background:radial-gradient(circle at top left,#eef5ff 0,#f6f9fd 34%,#fff 100%)!important;color:var(--rx-ink)!important}body,button,input,textarea{font-family:Inter,Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.hero-title,h1,h2,h3{font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;color:var(--rx-ink)!important;text-wrap:balance}.hero-title,h1{font-weight:850!important;letter-spacing:-.065em!important}h2{font-weight:800!important;letter-spacing:-.04em!important}h3{font-weight:780!important;letter-spacing:-.025em!important}.hero-lead,.muted,p{color:var(--rx-muted)!important}.section-kicker{color:var(--rx-ink)!important;font-weight:760!important;letter-spacing:-.015em!important;text-transform:none!important}.btn,a.btn,button.btn{border-radius:999px!important;min-height:40px!important;padding:9px 18px!important;border:1px solid var(--rx-line)!important;background:#fff!important;color:var(--rx-ink)!important;font-weight:680!important;box-shadow:none!important;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease!important}.btn.primary,a.btn.primary,button.btn.primary{background:linear-gradient(135deg,var(--rx-blue),var(--rx-blue-2))!important;color:#fff!important;border-color:transparent!important;box-shadow:0 14px 32px rgba(36,83,255,.22)!important}.btn:hover,a.btn:hover,button.btn:hover{transform:translateY(-1px);border-color:#b9c9dc!important}.card{background:hsla(0,0%,100%,.94)!important;border:1px solid var(--rx-line)!important;border-radius:var(--rx-radius-lg)!important;box-shadow:var(--rx-shadow-soft)!important}.card:hover{box-shadow:var(--rx-shadow)!important}.dark-card,.evidence-preview{background:linear-gradient(145deg,var(--rx-navy) 0,var(--rx-navy-2) 70%,#0b2b78 100%)!important;border-color:rgba(155,194,255,.22)!important;color:#fff!important}.dark-card h2,.dark-card h3,.dark-card p,.dark-card strong,.evidence-preview p,.evidence-preview strong{color:#fff!important}#initial-review{background:linear-gradient(180deg,#fff 0,var(--rx-surface-soft) 100%)!important;border-color:var(--rx-line)!important}#initial-review input,#initial-review textarea{background:#fff!important;border:1px solid var(--rx-line)!important;border-radius:14px!important;min-height:48px!important;color:var(--rx-ink)!important}#initial-review input:focus,#initial-review textarea:focus{border-color:var(--rx-blue)!important;box-shadow:0 0 0 4px rgba(36,83,255,.1)!important}#initial-review textarea{min-height:130px!important}.container{max-width:1280px!important}.topbar{border-radius:18px!important;background:hsla(0,0%,100%,.92)!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-card,.page-hero,.topbar{max-width:1220px!important;margin-inline:auto!important}.hero-card,.page-hero{border-radius:24px!important}.rixa-home .hero-card{padding:38px 32px!important}.rixa-home .hero-grid{grid-template-columns:minmax(0,.96fr) minmax(360px,.72fr)!important;gap:32px!important}.rixa-home .hero-title{font-size:clamp(2.75rem,4.1vw,4.05rem)!important;line-height:1.02!important;max-width:760px!important}.rixa-home .hero-lead{font-size:1.04rem!important;line-height:1.5!important;max-width:720px!important}.rixa-home .hero-card .output-grid{display:flex!important;flex-wrap:wrap!important;gap:10px 12px!important;margin-top:18px!important}.rixa-home .hero-card .output-card{display:inline-flex!important;align-items:center!important;width:auto!important;min-height:0!important;padding:8px 12px!important;border-radius:999px!important;background:var(--rx-blue-soft)!important;border:1px solid #d7e5ff!important;box-shadow:none!important}.rixa-home .hero-card .output-card strong{color:var(--rx-ink)!important;font-size:.92rem!important;line-height:1.1!important}.rixa-home .hero-card .output-card strong:before{content:"✓";color:var(--rx-blue);font-weight:900;margin-right:7px}.rixa-home .hero-card .output-card p{display:none!important}.rixa-home .evidence-preview{padding:22px!important;max-width:430px!important;margin-left:auto!important}.rixa-home .preview-step{min-height:48px!important;padding:10px 13px!important}#packages{max-width:1280px!important;margin-inline:auto!important}#packages>div[style*=grid-template-columns]{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;max-width:1120px!important;margin:16px auto 0!important}#packages .premium-card-link{border-radius:16px!important;min-height:0!important;overflow:hidden!important;box-shadow:0 12px 28px rgba(8,18,38,.065)!important}#packages .premium-card-link>div:first-child{min-height:68px!important;padding:11px 16px 12px!important}#packages .premium-card-link>div:first-child>div:nth-child(2){font-size:10px!important;letter-spacing:.15em!important}#packages .premium-card-link>div:first-child>div:nth-child(3){font-size:clamp(1.7rem,2.2vw,2.15rem)!important;margin-top:4px!important;line-height:1!important}#packages .premium-card-link>div:nth-child(2){padding:14px 16px 15px!important;gap:7px!important}#packages .premium-card-link h3{font-size:.98rem!important;line-height:1.2!important}#packages .premium-card-link p{font-size:.9rem!important;line-height:1.34!important}#packages .premium-card-link .btn{min-height:32px!important;padding:6px 10px!important;font-size:.9rem!important}.report-table{border-color:var(--rx-line)!important}.report-table th{color:var(--rx-ink)!important;background:#f3f7fb!important}@media (max-width:1180px){#packages>div[style*=grid-template-columns]{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:980px){.rixa-home .hero-grid{grid-template-columns:1fr!important}.rixa-home .evidence-preview{max-width:none!important;margin-left:0!important}}@media (max-width:760px){.container{padding-inline:14px!important}.hero-card,.page-hero,.topbar{max-width:100%!important}.rixa-home .hero-card{padding:26px 18px!important}.rixa-home .hero-title{font-size:clamp(2.05rem,9vw,3rem)!important}#packages>div[style*=grid-template-columns]{grid-template-columns:1fr!important}}.grid-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:14px;gap:14px;align-items:stretch;width:100%}.grid-list>.card,.grid-list>a.card{display:flex;flex-direction:column;gap:8px;min-height:118px;width:100%;box-shadow:none;position:relative;overflow:hidden}.grid-list>a.card strong{display:block;line-height:1.25}.grid-list>a.card .muted{display:block;line-height:1.45}@media (max-width:920px){.grid-list{grid-template-columns:1fr}}.trace-check-table{overflow-x:visible}.trace-check-table table{min-width:0!important;width:100%;table-layout:fixed}.trace-check-table td,.trace-check-table th{white-space:normal;overflow-wrap:anywhere;word-break:normal;vertical-align:top}.trace-check-table td:first-child,.trace-check-table th:first-child{width:32%!important}.trace-check-table td:nth-child(2),.trace-check-table th:nth-child(2){width:12%!important}.trace-check-table td:nth-child(3),.trace-check-table th:nth-child(3){width:56%!important}@media (max-width:900px){.trace-check-table{overflow-x:auto}.trace-check-table table{min-width:720px!important}}.table-wide table{min-width:1840px}.table-wide td:first-child,.table-wide th:first-child{width:90px!important}.table-wide td:nth-child(2),.table-wide th:nth-child(2){width:260px!important}.table-wide td:nth-child(3),.table-wide th:nth-child(3){width:110px!important}.table-wide td:nth-child(4),.table-wide th:nth-child(4){width:130px!important}.table-wide td:nth-child(5),.table-wide th:nth-child(5){width:360px!important}.table-wide td:nth-child(6),.table-wide th:nth-child(6){width:520px!important}.table-wide td:nth-child(7),.table-wide th:nth-child(7){width:260px!important}.table-wide td:nth-child(8),.table-wide th:nth-child(8){width:220px!important}.table-wide td:nth-child(9),.table-wide th:nth-child(9){width:280px!important}.table-wide td:nth-child(10),.table-wide th:nth-child(10){width:220px!important}.finding-card{overflow:hidden!important}.finding-card,.finding-card *{min-width:0!important;max-width:100%!important}.finding-card *{box-sizing:border-box}.finding-observation{overflow:hidden!important}.finding-observation,.finding-observation-text{width:100%!important;min-width:0!important;max-width:100%!important}.finding-observation-text{display:block!important;margin:0!important;line-height:1.42!important;font-weight:800!important;white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important;word-wrap:break-word!important;-webkit-hyphens:none;hyphens:none}.finding-card .badge{flex:0 0 auto!important;white-space:nowrap!important;width:auto!important;min-width:-moz-fit-content!important;min-width:fit-content!important;max-width:none!important}.card .two,.card .two>.card{min-width:0!important;max-width:100%!important;overflow:hidden!important}.card .two{grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr))!important}.card .two>.card{width:100%!important;contain:layout paint!important}.card .two>.card .muted,.card .two>.card p,.card .two>.card strong{display:block!important;min-width:0!important;max-width:100%!important;word-wrap:break-word!important;-webkit-hyphens:none;hyphens:none}.card .two>.card .muted,.card .two>.card p,.card .two>.card strong{white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important}.card .two>.card strong{line-height:1.35!important}.card .table-wrap.table-wide{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;border-radius:18px!important}.card .table-wrap.table-wide table{width:max-content!important;min-width:100%!important;max-width:none!important;table-layout:auto!important}.card .table-wrap.table-wide td,.card .table-wrap.table-wide th{width:auto!important;min-width:110px!important;max-width:340px!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;vertical-align:top!important}.card .table-wrap.table-wide td:first-child,.card .table-wrap.table-wide th:first-child{min-width:90px!important;max-width:130px!important}.card .table-wrap.table-wide td:nth-child(2),.card .table-wrap.table-wide th:nth-child(2){min-width:170px!important}.card .table-wrap.table-wide td:last-child,.card .table-wrap.table-wide th:last-child{min-width:220px!important;max-width:420px!important}.card .table-wrap.table-wide .pill{max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important}.card .table-wrap.review-table{width:100%!important;max-width:100%!important;overflow-x:auto!important}.card .table-wrap.review-table table{width:100%!important;min-width:980px!important;table-layout:fixed!important}.card .table-wrap.review-table td,.card .table-wrap.review-table th{max-width:none!important;vertical-align:top!important}.card .table-wrap.review-table td,.card .table-wrap.review-table td strong,.card .table-wrap.review-table th{min-width:0!important;white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important}.card .table-wrap.review-table td strong{display:block!important;width:100%!important;max-width:100%!important}.card .table-wrap.review-table table:has(thead th:nth-child(4):last-child) td:first-child,.card .table-wrap.review-table table:has(thead th:nth-child(4):last-child) th:first-child{width:24%!important}.card .table-wrap.review-table table:has(thead th:nth-child(4):last-child) td:nth-child(2),.card .table-wrap.review-table table:has(thead th:nth-child(4):last-child) th:nth-child(2){width:10%!important;min-width:90px!important;white-space:nowrap!important;overflow-wrap:normal!important}.card .table-wrap.review-table table:has(thead th:nth-child(4):last-child) td:nth-child(3),.card .table-wrap.review-table table:has(thead th:nth-child(4):last-child) th:nth-child(3){width:31%!important}.card .table-wrap.review-table table:has(thead th:nth-child(4):last-child) td:nth-child(4),.card .table-wrap.review-table table:has(thead th:nth-child(4):last-child) th:nth-child(4){width:35%!important}.card .table-wrap.review-table table:has(thead th:nth-child(3):last-child) td:first-child,.card .table-wrap.review-table table:has(thead th:nth-child(3):last-child) th:first-child{width:25%!important}.card .table-wrap.review-table table:has(thead th:nth-child(3):last-child) td:nth-child(2),.card .table-wrap.review-table table:has(thead th:nth-child(3):last-child) th:nth-child(2){width:37%!important}.card .table-wrap.review-table table:has(thead th:nth-child(3):last-child) td:nth-child(3),.card .table-wrap.review-table table:has(thead th:nth-child(3):last-child) th:nth-child(3){width:38%!important}