:root{color:#e2e8f0;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#020617;font-family:Lexend,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:#020617}body{background-color:#020617;min-width:320px;min-height:100vh;margin:0}button,input,textarea{font-family:inherit}button:focus-visible,a:focus-visible{outline-offset:2px;outline:2px solid #1a6fd4}.rl-frame{width:100%;min-height:120px;position:relative;overflow:hidden}.rl-replica{--background:222.2 84% 4.9%;--foreground:210 40% 98%;--card:222.2 84% 4.9%;--primary:217.2 91.2% 59.8%;--primary-foreground:222.2 84% 4.9%;--secondary:217.2 32.6% 17.5%;--muted:217.2 32.6% 17.5%;--muted-foreground:215 20.2% 65.1%;--accent:217.2 32.6% 17.5%;--accent-foreground:210 40% 98%;--border:217.2 32.6% 17.5%;--input:217.2 32.6% 17.5%;--ring:224.3 76.3% 94.1%;--company-theme-hsl:214 89% 52%;--company-theme-darker:217 89% 42%;--company-theme-shadow:214 89% 52%;transform-origin:0 0;background:hsl(var(--background));color:hsl(var(--foreground));text-align:left;isolation:isolate;font-size:16px;line-height:1.5;display:flex;position:absolute;top:0;left:0;overflow:hidden}.rl-replica *,.rl-replica :before,.rl-replica :after{box-sizing:border-box}.rl-replica button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none}.rl-spin{animation:.7s linear rl-spin}@keyframes rl-spin{to{transform:rotate(360deg)}}.rl-sidebar{background-color:hsl(var(--card));border-right:1px solid hsl(var(--border));flex-shrink:0;width:220px;height:100%;overflow-y:auto}.rl-sidebar__toggle-wrapper{justify-content:center;padding:8px 0 6px;display:flex}.rl-sidebar__toggle{background:hsl(var(--accent) / .4);border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:12px;transition:all .2s;display:flex}.rl-sidebar__toggle:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground));transform:translateY(-1px)}.rl-sidebar__toggle-label{font-weight:600}.rl-sidebar__nav{padding:12px 0}.rl-sidebar__section{border-top:1px solid hsl(var(--border));margin-top:16px;padding-top:12px}.rl-sidebar__section--top{border-top:none;margin-top:0;padding-top:0}.rl-sidebar__section-header{border-radius:6px;justify-content:space-between;align-items:center;gap:6px;width:calc(100% - 16px);margin:0 8px 6px;padding:6px 10px;transition:all .2s;display:flex}.rl-sidebar__section-header:hover{background:hsl(var(--accent) / .5);box-shadow:0 1px 4px hsl(var(--company-theme-shadow) / .1)}.rl-sidebar__section-header-content{flex:1;align-items:center;gap:6px;display:flex}.rl-sidebar__section-icon{color:hsl(var(--muted-foreground));opacity:.7;flex-shrink:0}.rl-sidebar__section-title{color:hsl(var(--muted-foreground));letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:11px;font-weight:600}.rl-sidebar__section-chevron{color:hsl(var(--muted-foreground));opacity:.6;flex-shrink:0}.rl-sidebar__menu{margin:0;padding:0;list-style:none;transition:max-height .3s,opacity .2s;overflow:hidden}.rl-sidebar__menu--visible{opacity:1;max-height:2000px}.rl-sidebar__menu--hidden{opacity:0;max-height:0}.rl-sidebar__link{width:calc(100% - 8px);color:hsl(var(--muted-foreground));text-align:left;border-radius:0 6px 6px 0;align-items:center;margin-right:8px;padding:8px 12px 8px 20px;transition:all .2s;display:flex;position:relative}.rl-sidebar__link:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));box-shadow:0 2px 8px hsl(var(--company-theme-shadow) / .15);transform:translate(4px)}.rl-sidebar__link--active,.rl-sidebar__link--active:hover{background:linear-gradient(135deg, hsl(var(--company-theme-hsl) / .1), hsl(var(--company-theme-hsl) / .05));color:hsl(var(--company-theme-hsl));border-right:3px solid hsl(var(--company-theme-hsl));box-shadow:0 2px 8px hsl(var(--company-theme-shadow) / .2);font-weight:600;transform:none}.rl-sidebar__link--active:before{content:"";background:hsl(var(--company-theme-hsl));width:4px;height:20px;box-shadow:0 0 4px hsl(var(--company-theme-shadow) / .4);border-radius:0 2px 2px 0;position:absolute;top:50%;left:0;transform:translateY(-50%)}.rl-sidebar__icon{width:20px;height:20px;color:hsl(var(--muted-foreground));flex-shrink:0;justify-content:center;align-items:center;margin-right:8px;transition:transform .2s,color .2s;display:flex}.rl-sidebar__icon svg{width:18px;height:18px}.rl-sidebar__link:hover .rl-sidebar__icon{color:hsl(var(--accent-foreground));transform:scale(1.05)}.rl-sidebar__link--active .rl-sidebar__icon{color:hsl(var(--company-theme-hsl))}.rl-sidebar__label{font-size:13px;font-weight:500;line-height:1.3}.rl-main{background-color:hsl(var(--background));flex-direction:column;flex:1;min-width:0;display:flex}.rl-topbar{background-color:hsl(var(--card));border-bottom:1px solid hsl(var(--border));box-shadow:0 1px 3px hsl(var(--foreground) / .1);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.rl-topbar__left{align-items:center;gap:12px;display:flex}.rl-topbar__logo{object-fit:contain;width:auto;height:42px;display:block}.rl-topbar__right{align-items:center;gap:16px;display:flex}.rl-topbar__company-button{background:hsl(var(--background));border:1px solid hsl(var(--border));min-width:200px;color:hsl(var(--foreground));border-radius:8px;align-items:center;gap:8px;padding:8px 12px;transition:all .2s;display:flex}.rl-topbar__company-button:hover{border-color:hsl(var(--primary));background-color:hsl(var(--accent))}.rl-topbar__company-icon{font-size:16px}.rl-topbar__company-name{text-align:left;flex:1;font-size:14px;font-weight:500}.rl-topbar__company-arrow{color:hsl(var(--muted-foreground));font-size:12px}.rl-topbar__avatar{border:2px solid hsl(var(--border));background:linear-gradient(135deg, hsl(var(--primary)), hsl(var(--primary) / .8));width:40px;height:40px;color:hsl(var(--primary-foreground));box-shadow:0 2px 8px hsl(var(--primary) / .2);border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.rl-content{background:hsl(var(--background));scrollbar-width:thin;scrollbar-color:hsl(var(--border)) transparent;flex:1;min-height:0;overflow:hidden auto}.rl-content::-webkit-scrollbar{width:10px}.rl-content::-webkit-scrollbar-thumb{background-clip:content-box;background-color:hsl(var(--muted));border:3px solid #0000;border-radius:999px}.rl-dashboard,.rl-reports,.rl-crud,.rl-downloads,.rl-labels{flex-direction:column;width:100%;max-width:1400px;margin:0 auto;display:flex}.rl-dashboard,.rl-reports{padding:0 24px 24px}.rl-dashboard__header,.rl-reports__header,.rl-crud__header,.rl-downloads__header,.rl-labels__header{background:linear-gradient(135deg, hsl(var(--company-theme-hsl)), hsl(var(--company-theme-darker)));box-shadow:0 1px 3px hsl(var(--company-theme-shadow) / .2);color:#fff;border-radius:8px}.rl-dashboard__header *,.rl-reports__header *,.rl-crud__header *,.rl-downloads__header *,.rl-labels__header *{color:#fff}.rl-dashboard__header{border:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin:24px 0 0;padding:16px 24px;display:flex}.rl-dashboard__header-content{flex:1;min-width:0}.rl-dashboard__title{letter-spacing:-.01em;margin:0;font-size:1.5rem;font-weight:700;line-height:1.2}.rl-dashboard__subtitle{opacity:.95;margin:6px 0 0;font-size:.9rem}.rl-dashboard__header-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.rl-dashboard__periods{align-items:center;gap:6px;display:inline-flex}.rl-dashboard__period-icon{opacity:.9;flex-shrink:0}.rl-dashboard__period-btn{background:#ffffff1f;border:1px solid #fff6;border-radius:999px;padding:6px 14px;font-size:.85rem;transition:background .2s,border-color .2s}.rl-dashboard__period-btn:hover{background:#fff3;border-color:#fff9}.rl-dashboard__period-btn--active{background:#ffffff47;border-color:#fff}.rl-dashboard__refresh-btn{background:#ffffff1f;border:1px solid #fff6;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,border-color .2s;display:inline-flex}.rl-dashboard__refresh-btn:hover{background:#ffffff38;border-color:#ffffffb3}.rl-dashboard__content{flex-direction:column;gap:24px;margin-top:24px;display:flex}.rl-dashboard__section{flex-direction:column;gap:16px;display:flex}.rl-dashboard__section-title{color:hsl(var(--foreground));align-items:center;gap:8px;display:flex}.rl-dashboard__section-title h2{margin:0;font-size:1.15rem;font-weight:600}.rl-dashboard__section-title svg{color:hsl(var(--company-theme-hsl))}.rl-dashboard__cards{grid-template-columns:repeat(4,minmax(160px,1fr));gap:14px;display:grid}.rl-card{border:1px solid hsl(var(--border));background:hsl(var(--card));box-shadow:0 1px 2px hsl(var(--border) / .4);border-radius:10px;flex-direction:column;gap:8px;padding:16px;transition:border-color .18s,box-shadow .18s;display:flex}.rl-card span{color:hsl(var(--muted-foreground));font-size:.875rem}.rl-card strong{color:hsl(var(--foreground));font-size:1.6rem;font-weight:700;line-height:1.2}.rl-card--clickable{cursor:pointer}.rl-card--clickable:hover{border-color:hsl(var(--company-theme-hsl) / .5);box-shadow:0 2px 8px hsl(var(--company-theme-shadow) / .12)}.rl-dashboard__grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.rl-panel-box{border:1px solid hsl(var(--border));background:hsl(var(--card));box-shadow:0 1px 2px hsl(var(--border) / .3);border-radius:10px;padding:16px}.rl-panel-box h3{color:hsl(var(--foreground));margin:0 0 12px;font-size:1rem;font-weight:600}.rl-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.rl-list li{border-bottom:1px solid hsl(var(--border));justify-content:space-between;align-items:center;gap:12px;padding-bottom:8px;font-size:.9rem;display:flex}.rl-list li span{color:hsl(var(--muted-foreground))}.rl-list li strong{color:hsl(var(--foreground));font-weight:600}.rl-trend{flex-direction:column;gap:10px;display:flex}.rl-trend__item{grid-template-columns:52px 1fr 40px;align-items:center;gap:10px;display:grid}.rl-trend__label{color:hsl(var(--muted-foreground));font-size:.8rem}.rl-trend__bar{background:hsl(var(--muted));border-radius:999px;height:8px;overflow:hidden}.rl-trend__fill{border-radius:inherit;background:hsl(var(--company-theme-hsl));min-width:8px;height:100%;transition:width .3s}.rl-trend__fill--laudos{background:#1fad77}.rl-trend__item strong{text-align:right;color:hsl(var(--foreground));font-size:.9rem;font-weight:600}.rl-table-wrap{border:1px solid hsl(var(--border));border-radius:8px;overflow-x:auto}.rl-table{border-collapse:collapse;width:100%;font-size:.9rem}.rl-table th,.rl-table td{border-bottom:1px solid hsl(var(--border));text-align:left;white-space:nowrap;padding:10px 12px}.rl-table th{color:hsl(var(--muted-foreground));background:hsl(var(--muted) / .3);font-weight:600}.rl-table tbody tr:last-child td{border-bottom:none}.rl-table tbody tr:hover{background:hsl(var(--muted) / .2)}.rl-dashboard__footer{border-top:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));align-items:center;gap:8px;margin-top:24px;padding-top:16px;font-size:.85rem;display:inline-flex}.rl-dashboard__footer svg{opacity:.8;flex-shrink:0}.rl-reports__header{border:1px solid #ffffff14;margin:24px 0 0;padding:16px 24px}.rl-reports__title{letter-spacing:-.01em;margin:0;font-size:1.5rem;font-weight:700}.rl-reports__subtitle{opacity:.95;margin:6px 0 0;font-size:.9rem}.rl-reports__tabs{border-bottom:1px solid hsl(var(--border));gap:4px;margin-top:20px;display:flex}.rl-reports__tab{color:hsl(var(--muted-foreground));border-bottom:2px solid #0000;align-items:center;gap:8px;margin-bottom:-1px;padding:12px 20px;font-size:.95rem;font-weight:500;transition:color .2s,border-color .2s;display:inline-flex}.rl-reports__tab:hover{color:hsl(var(--foreground))}.rl-reports__tab--active{color:hsl(var(--company-theme-hsl));border-bottom-color:hsl(var(--company-theme-hsl))}.rl-reports__content{margin-top:20px}.rl-reports__toolbar{border-bottom:1px solid hsl(var(--border));flex-wrap:wrap;align-items:center;gap:12px 20px;margin-bottom:16px;padding:12px 0;display:flex}.rl-reports__period{flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.rl-reports__period-label{color:hsl(var(--foreground));font-size:.875rem;font-weight:600}.rl-reports__period-input{border:1px solid hsl(var(--border));background:hsl(var(--background));width:132px;color:hsl(var(--foreground));border-radius:6px;padding:6px 10px;font-size:.875rem}.rl-reports__period-sep{color:hsl(var(--muted-foreground));font-size:.8rem}.rl-reports__search{flex:1;align-items:center;gap:8px;min-width:240px;max-width:460px;display:inline-flex}.rl-reports__search-icon{color:hsl(var(--muted-foreground));flex-shrink:0}.rl-reports__search-input{border:1px solid hsl(var(--border));background:hsl(var(--background));width:100%;color:hsl(var(--muted-foreground));text-overflow:ellipsis;white-space:nowrap;border-radius:8px;padding:8px 10px;font-size:.875rem;overflow:hidden}.rl-reports__filters{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.rl-reports__filter-btn{border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--foreground));border-radius:8px;padding:8px 16px;font-size:.9rem;transition:background .2s,border-color .2s}.rl-reports__filter-btn:hover{background:hsl(var(--muted) / .5)}.rl-reports__filter-btn--active{background:hsl(var(--company-theme-hsl) / .15);border-color:hsl(var(--company-theme-hsl));color:hsl(var(--company-theme-hsl))}.rl-reports__actions{gap:12px;margin-bottom:20px;display:flex}.rl-reports__export-btn{border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--foreground));border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;transition:background .2s;display:inline-flex}.rl-reports__export-btn:hover{background:hsl(var(--muted) / .5)}.rl-reports .rl-table-wrap{background:hsl(var(--card))}.rl-table__th--sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .15s}.rl-table__th--sortable:hover{background:hsl(var(--muted) / .55)}.rl-table__th-content{align-items:center;gap:6px;display:inline-flex}.rl-sort-icons{opacity:.5;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:1px;margin-left:4px;transition:opacity .15s;display:inline-flex}.rl-sort-icon{opacity:.4;line-height:1}.rl-crud__header{border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin:24px 24px 0;padding:16px 24px;display:flex;position:relative;overflow:hidden}.rl-crud__title{letter-spacing:-.01em;margin:0;font-size:22px;font-weight:700;line-height:1.2}.rl-crud__header-actions{flex:1;justify-content:flex-end;align-items:center;gap:12px;min-width:0;display:flex}.rl-crud__search-toggle{background:#ffffff26;border:1px solid #ffffff40;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:none}.rl-crud__search-toggle:hover{background:#ffffff38;border-color:#ffffff59}.rl-crud__search-wrapper{flex:1;min-width:200px;max-width:320px;position:relative}.rl-crud__search-icon{color:#ffffffb3;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.rl-crud__search{color:#ffffffa6;text-overflow:ellipsis;white-space:nowrap;background:#ffffff1f;border:1px solid #fff3;border-radius:6px;align-items:center;width:100%;height:36px;padding:8px 12px 8px 36px;font-size:13px;display:flex;overflow:hidden}.rl-crud__new-button{background:#ffffff26;border:1px solid #ffffff40;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.rl-crud__new-button:hover{background:#ffffff38;border-color:#ffffff59;transform:translateY(-.5px)}.rl-crud__content{background:hsl(var(--background));flex:1;width:100%;padding:24px}.rl-crud__table-wrapper{scrollbar-width:thin;scrollbar-color:#475569 #334155;background:#1e293b;border:1px solid #334155;border-radius:12px;overflow:auto hidden;box-shadow:0 2px 8px #0000004d}.rl-crud__table-wrapper::-webkit-scrollbar{height:8px}.rl-crud__table-wrapper::-webkit-scrollbar-track{background:#334155;border-radius:4px}.rl-crud__table-wrapper::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.rl-crud__table{border-collapse:collapse;width:100%}.rl-crud__table thead{background:#0f172a}.rl-crud__table th{color:#cbd5e1;letter-spacing:.1em;text-align:left;text-transform:uppercase;-webkit-user-select:none;user-select:none;white-space:nowrap;border-bottom:2px solid #475569;padding:14px 20px;font-size:11px;font-weight:700}.rl-th--sortable{cursor:pointer;transition:background-color .15s}.rl-th--sortable:hover{background-color:#ffffff0d}.rl-th--sortable:hover .rl-sort-icons{opacity:.8}.rl-th-content{align-items:center;gap:6px;display:inline-flex}.rl-crud__table td{color:#f1f5f9;vertical-align:middle;white-space:nowrap;background:#1e293b;border-bottom:1px solid #334155;padding:16px 20px;font-size:14px}.rl-crud__table tbody tr{background:#1e293b;transition:background-color .15s}.rl-crud__table tbody tr:hover td{background:#334155}.rl-crud__table tbody tr:last-child td{border-bottom:none}.rl-cell--code{min-width:80px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Courier New,monospace;font-weight:600}.rl-status{letter-spacing:.02em;text-align:center;border-radius:20px;min-width:70px;padding:6px 16px;font-size:12px;font-weight:600;display:inline-block}.rl-status--active{color:#fff;background:#10b981}.rl-status--inactive{color:#fca5a5;background:#7f1d1d}.rl-cell--actions{align-items:center;gap:8px;display:flex}.rl-action{background:0 0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.rl-action--edit{color:#60a5fa}.rl-action--edit:hover{color:#93c5fd;background:#60a5fa26}.rl-action--delete{color:#f87171}.rl-action--delete:hover{color:#fca5a5;background:#f8717126}.rl-pagination-wrapper{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:20px;display:flex}.rl-pagination-info{color:hsl(var(--muted-foreground));flex-shrink:0;font-size:14px}.rl-crud--exam-types .rl-pagination-wrapper{padding:16px 20px}.rl-pagination{flex:1;justify-content:center;align-items:center;gap:12px;min-width:0;display:flex}.rl-pagination-button{color:#e2e8f0;background:#0f172a;border:1px solid #334155;border-radius:999px;min-width:44px;padding:8px 16px;font-size:13px}.rl-pagination-button:hover:not(:disabled){background:#1e293b;border-color:#475569}.rl-pagination-button:disabled{color:#e2e8f059;cursor:not-allowed;background:#0f172a66;border-color:#33415580}.rl-pagination-pages{align-items:center;gap:10px;display:flex}.rl-pagination-page{color:#e2e8f0;background:#334155;border:none;border-radius:999px;min-width:40px;padding:8px 14px;font-size:13px}.rl-pagination-page:hover:not(.rl-pagination-page--active){background:#475569}.rl-pagination-page--active{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.rl-pagination-select{align-items:center;gap:8px;display:flex}.rl-pagination-select label{color:hsl(var(--foreground));font-size:14px}.rl-pagination-select-input{border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--foreground));border-radius:6px;padding:6px 12px;font-size:14px}.rl-panel{background:#1e293b;border:1px solid #334155;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000004d}.rl-panel-tabs{background:#0f172a;border-bottom:1px solid #334155;flex-wrap:wrap;gap:4px;padding:12px 16px 0;display:flex}button.rl-panel-tabs__tab{appearance:none;color:#94a3b8;background:#334155;border:1px solid #475569;border-bottom:none;border-radius:8px 8px 0 0;align-items:center;gap:8px;margin-bottom:-1px;padding:10px 16px;font-size:13px;font-weight:700;line-height:1.25;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}button.rl-panel-tabs__tab:hover{color:#e2e8f0;background:#475569}button.rl-panel-tabs__tab--active{z-index:1;color:#fff;background:#1e293b;border:1px solid #334155;border-bottom-color:#1e293b;position:relative}.rl-panel-tabs__count{min-width:22px;height:20px;color:inherit;background:#ffffff1a;border-radius:999px;justify-content:center;align-items:center;padding:0 8px;font-size:12px;font-weight:700;display:inline-flex}button.rl-panel-tabs__tab--active .rl-panel-tabs__count{color:#fff;background:#334155}.rl-panel__table{box-shadow:none;border:none;border-radius:0;overflow-x:auto}.rl-downloads{padding-bottom:40px}.rl-downloads__header{box-shadow:0 4px 12px hsl(var(--company-theme-shadow) / .2);border-radius:12px;margin:24px 24px 0;padding:32px 24px}.rl-downloads__title{letter-spacing:-.02em;margin:0 0 8px;font-size:28px;font-weight:700}.rl-downloads__subtitle{color:#ffffffe6;margin:0;font-size:15px}.rl-downloads__content{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;padding:24px;display:grid}.rl-downloads-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:12px;flex-direction:column;padding:24px;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000d}.rl-downloads-card:hover{border-color:hsl(var(--ring));transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.rl-downloads-card--featured{border:2px solid hsl(var(--company-theme-hsl))}.rl-downloads-card__badge{background:hsl(var(--company-theme-hsl));color:#fff;letter-spacing:.5px;text-transform:uppercase;border-radius:12px;padding:4px 10px;font-size:11px;font-weight:600;position:absolute;top:16px;right:16px}.rl-downloads-card__header{align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.rl-downloads-card__icon{background:hsl(var(--muted));width:48px;height:48px;color:hsl(var(--muted-foreground));border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.rl-downloads-card__icon--primary{background:hsl(var(--company-theme-hsl) / .1);color:hsl(var(--company-theme-hsl))}.rl-downloads-card__title{color:hsl(var(--foreground));margin:0 0 4px;font-size:18px;font-weight:600}.rl-downloads-card__description{color:hsl(var(--muted-foreground));margin:0;font-size:13px}.rl-downloads-card__body{flex-direction:column;flex:1;gap:16px;display:flex}.rl-downloads-card__features{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.rl-downloads-card__features li{color:hsl(var(--foreground));align-items:center;gap:10px;font-size:13px;display:flex}.rl-downloads-card__features li svg{color:hsl(var(--company-theme-hsl));flex-shrink:0}.rl-downloads-card__button{border:1px solid hsl(var(--border));background:hsl(var(--primary));width:100%;color:hsl(var(--primary-foreground));border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.rl-downloads-card__button:hover{background:hsl(var(--primary) / .9);transform:translateY(-1px)}.rl-downloads-card__button--primary{background:hsl(var(--company-theme-hsl));border-color:hsl(var(--company-theme-hsl));color:#fff}.rl-downloads-card__button--primary:hover{background:hsl(var(--company-theme-hsl) / .9)}.rl-downloads-card__info{border-top:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));align-items:center;gap:6px;padding-top:12px;font-size:12px;display:flex}.rl-downloads-card__info svg{flex-shrink:0}.rl-downloads-card__info code{background:hsl(var(--muted));color:hsl(var(--foreground));border-radius:4px;padding:2px 6px;font-family:Courier New,monospace;font-size:11px}.rl-downloads__info-section{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:8px;padding:0 24px;display:grid}.rl-downloads-info{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:10px;flex-direction:column;gap:16px;padding:20px;display:flex}.rl-downloads-info--warning{background:#f59f0a0d;border-color:#f59f0a4d}.rl-downloads-info__header{align-items:center;gap:10px;display:flex}.rl-downloads-info__header h3{color:hsl(var(--foreground));margin:0;font-size:16px;font-weight:600}.rl-downloads-info__header svg{color:hsl(var(--company-theme-hsl));flex-shrink:0}.rl-downloads-info--warning .rl-downloads-info__header svg{color:#f59f0a}.rl-downloads-info__content{color:hsl(var(--foreground));font-size:13px;line-height:1.6}.rl-downloads-info__content ul,.rl-downloads-info__content ol{flex-direction:column;gap:8px;margin:0;padding-left:20px;display:flex}.rl-downloads-info__content p{margin:0}.rl-downloads-info__content strong{font-weight:600}.rl-labels{gap:16px}.rl-labels__header{border-bottom:1px solid #ffffff1a;margin:24px 24px 0;padding:16px 24px}.rl-labels__title{letter-spacing:-.01em;align-items:center;gap:8px;margin:0;font-size:22px;font-weight:700;line-height:1.2;display:flex}.rl-labels__subtitle{opacity:.9;margin:8px 0 0;font-size:13px}.rl-labels__company{background:hsl(var(--card));border:1px solid hsl(var(--border));color:hsl(var(--foreground));border-radius:8px;margin:0 24px;padding:12px 16px;font-size:14px}.rl-labels__form{background:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:0 4px 12px hsl(var(--foreground) / .04);border-radius:12px;margin:0 24px 24px;padding:20px}.rl-labels__section-header{margin-bottom:16px}.rl-labels__section-header--spaced{margin-top:24px}.rl-labels__section-header h2{color:hsl(var(--foreground));margin:0;font-size:18px}.rl-labels__section-header p{color:hsl(var(--muted-foreground));margin:6px 0 0;font-size:13px}.rl-labels__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.rl-labels__field{color:hsl(var(--foreground));flex-direction:column;gap:6px;font-size:14px;font-weight:500;display:flex}.rl-labels__input{border:1px solid hsl(var(--border));background:hsl(var(--input));color:hsl(var(--foreground));border-radius:8px;padding:10px 12px;font-size:14px;font-weight:400}.rl-labels__actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.rl-labels__button{border:1px solid #0000;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s}.rl-labels__button--ghost{background:hsl(var(--secondary));color:hsl(var(--foreground))}.rl-labels__button--primary{background:hsl(var(--company-theme-hsl));color:#fff}.rl-crud--exam-types .rl-crud__search-wrapper{align-items:center;gap:8px;min-width:260px;max-width:520px;display:flex}.rl-crud--exam-types .rl-crud__search-input{flex:1;min-width:180px;position:relative}.rl-crud__date-filter{align-items:center;gap:8px;display:inline-flex;position:relative}.rl-crud__date-input{background:#ffffff26;border:1px solid #ffffff40;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;width:150px;height:36px;padding:8px 10px;font-size:13px;font-weight:500;display:inline-flex}.rl-crud__date-input svg{opacity:.85;flex-shrink:0}.rl-crud__date-sep{color:#ffffffb3;font-weight:700}.rl-crud__status-filter-wrapper{align-items:center;display:flex;position:relative}.rl-crud__status-filter{appearance:none;color:#fff;cursor:pointer;background-color:#ffffff26;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 4L6 8L10 4' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' opacity='0.8'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:1px solid #ffffff40;border-radius:6px;min-width:200px;height:36px;padding:8px 32px 8px 12px;font-size:13px;font-weight:500;transition:all .15s}.rl-crud__status-filter:hover{background-color:#ffffff38;border-color:#ffffff59}.rl-crud__status-filter option{background:hsl(var(--company-theme-darker));color:#fff}.rl-crud__status-filter--active{background-color:#ffffff40;border-color:#ffffff73;padding-right:38px;font-weight:600}.rl-crud__status-filter-clear{color:#fff;background:#ffffff40;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;font-weight:600;display:flex;position:absolute;top:50%;right:32px;transform:translateY(-50%)}.rl-crud__status-filter-clear:hover{background:#fff6}.rl-crud--exam-types .rl-crud__table{min-width:900px}.rl-crud--exam-types .rl-crud__table th{letter-spacing:.08em;padding:12px 14px;font-size:10px}.rl-crud--exam-types .rl-th-content{gap:4px}.rl-crud--exam-types .rl-sort-icons{margin-left:2px}.rl-crud--exam-types .rl-crud__table td{white-space:normal;padding:12px 14px;font-size:13px}.rl-crud--exam-types .rl-crud__table tbody tr:hover td{background:#111827}.rl-crud--exam-types .rl-cell--code{width:90px;min-width:0;color:hsl(var(--muted-foreground));font-variant-numeric:tabular-nums;letter-spacing:.5px;font-family:Courier New,monospace;font-size:12px;font-weight:600}.rl-cell--description{font-weight:500}.rl-datetime{flex-direction:column;line-height:1.35;display:flex}.rl-datetime span{white-space:nowrap}.rl-name-link{color:inherit;font:inherit;text-align:left;padding:0;transition:all .2s}.rl-name-link:hover{color:hsl(var(--company-theme-hsl));text-decoration:underline}.rl-no-results{color:hsl(var(--muted-foreground));text-align:center;font-style:italic;padding:40px 20px!important}.rl-crud--exam-types .rl-actions{white-space:normal;width:84px}.rl-crud--exam-types .rl-action{width:auto;height:auto;color:hsl(var(--muted-foreground));border-radius:999px;padding:6px}.rl-crud--exam-types .rl-action--edit{color:#2563eb}.rl-crud--exam-types .rl-action--deactivate{color:#e11d48}.rl-crud--exam-types .rl-action:hover{background:#94a3b829;transform:translateY(-.5px)}.rl-os-status{text-transform:uppercase;text-align:center;white-space:normal;border-radius:999px;align-items:center;max-width:132px;padding:4px 10px;font-size:11px;font-weight:600;line-height:1.3;display:inline-flex}.rl-os-status--recebido{color:#bfdbfe;background:#1e3a8a}.rl-os-status--em_recebimento{color:#c7d2fe;background:#312e81}.rl-os-status--em_execucao{color:#cffafe;background:#164e63}.rl-os-status--aguardando_anuencia{color:#fde68a;background:#78350f}.rl-os-status--aguardando_recoleta{color:#fbcfe8;background:#831843}.rl-os-status--em_analise{color:#ecfeff;background:#155e75}.rl-os-status--em_retificacao{color:#fed7aa;background:#7c2d12}.rl-os-status--resultado_liberado{color:#a7f3d0;background:#064e3b}.rl-os-status--resultado_visto{color:#a7f3d0;background:#065f46}.rl-os-status--aguardando_aprovacao{color:#bbf7d0;background:#14532d}.rl-os-status--reprovado{color:#fecaca;background:#7f1d1d}.rl-cards{flex-direction:column;gap:10px;padding:12px;display:none}.rl-cards--empty .rl-cards__empty-message{color:hsl(var(--muted-foreground));text-align:center;margin:0;padding:16px 12px;font-style:italic}.rl-card-item{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:12px}.rl-card-item__header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.rl-card-item__code{color:#f1f5f9;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Courier New,monospace;font-size:13px;font-weight:700}.rl-card-item__body{flex-direction:column;gap:8px;display:flex}.rl-card-item__row{grid-template-columns:minmax(110px,150px) 1fr;align-items:start;gap:8px;display:grid}.rl-card-item__label{color:#94a3b8;font-size:12px;font-weight:600}.rl-card-item__value{color:#e2e8f0;min-width:0;font-size:13px}.rl-card-item__actions{border-top:1px solid #334155;align-items:center;gap:8px;margin-top:12px;padding-top:10px;display:flex}.rl-topbar__menu{border:1px solid hsl(var(--border));background:hsl(var(--background));width:36px;height:36px;color:hsl(var(--foreground));border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .2s;display:none}.rl-topbar__menu:hover{background:hsl(var(--accent))}.rl-replica--tablet .rl-topbar__menu,.rl-replica--mobile .rl-topbar__menu{display:inline-flex}.rl-replica--tablet .rl-sidebar,.rl-replica--mobile .rl-sidebar{z-index:40;height:100%;transition:left .3s;position:absolute;top:0;left:-220px;box-shadow:8px 0 24px #0208178c}.rl-replica--tablet .rl-sidebar--open,.rl-replica--mobile .rl-sidebar--open{left:0}.rl-overlay{z-index:30;cursor:pointer;background:#02081799;border:none;position:absolute;inset:0}.rl-replica--tablet .rl-dashboard__cards{grid-template-columns:repeat(2,minmax(160px,1fr))}.rl-replica--tablet .rl-crud__header{margin:12px 12px 0;padding:12px 14px}.rl-replica--tablet .rl-crud__title{font-size:18px}.rl-replica--tablet .rl-crud__header-actions{gap:8px}.rl-replica--tablet .rl-crud--exam-types .rl-crud__search-wrapper{min-width:120px;max-width:220px}.rl-replica--tablet .rl-crud__status-filter{min-width:130px;padding:6px 26px 6px 10px;font-size:12px}.rl-replica--tablet .rl-crud__date-input{width:118px;padding:6px 8px;font-size:12px}.rl-replica--tablet .rl-crud__content{padding:14px 12px}.rl-replica--tablet .rl-panel{border-radius:10px}.rl-replica--tablet .rl-panel-tabs{padding:10px 12px 0}.rl-replica--tablet button.rl-panel-tabs__tab{padding:8px 12px;font-size:12px}.rl-replica--tablet .rl-panel-tabs__count{min-width:20px;height:18px;padding:0 6px;font-size:11px}.rl-replica--tablet .rl-crud--exam-types .rl-crud__table th,.rl-replica--tablet .rl-crud--exam-types .rl-crud__table td{padding:8px 10px;font-size:12px}.rl-replica--tablet .rl-crud--exam-types .rl-cell--code{width:76px;font-size:11px}.rl-replica--tablet .rl-os-status{max-width:118px;padding:4px 8px;font-size:10px}.rl-replica--mobile .rl-topbar{gap:8px;min-height:56px;padding:10px 12px}.rl-replica--mobile .rl-topbar__left{flex:1;gap:8px;min-width:0}.rl-replica--mobile .rl-topbar__logo{max-width:100px;height:30px}.rl-replica--mobile .rl-topbar__company-button{min-width:0;padding:6px 8px}.rl-replica--mobile .rl-topbar__company-name{display:none}.rl-replica--mobile .rl-topbar__avatar{width:34px;height:34px;font-size:12px}.rl-replica--mobile .rl-dashboard,.rl-replica--mobile .rl-reports{padding:0 16px 16px}.rl-replica--mobile .rl-dashboard__header,.rl-replica--mobile .rl-reports__header{margin:16px 0 0;padding:14px 16px}.rl-replica--mobile .rl-dashboard__header{flex-direction:column;align-items:stretch}.rl-replica--mobile .rl-dashboard__header-actions,.rl-replica--mobile .rl-dashboard__periods{flex-wrap:wrap}.rl-replica--mobile .rl-dashboard__title,.rl-replica--mobile .rl-reports__title{font-size:1.3rem}.rl-replica--mobile .rl-dashboard__cards,.rl-replica--mobile .rl-dashboard__grid{grid-template-columns:1fr}.rl-replica--mobile .rl-trend__item{grid-template-columns:48px 1fr 36px}.rl-replica--mobile .rl-reports__tab{padding:10px 14px;font-size:.9rem}.rl-replica--mobile .rl-reports__search{min-width:100%;max-width:100%}.rl-replica--mobile .rl-table{font-size:.8rem}.rl-replica--mobile .rl-table th,.rl-replica--mobile .rl-table td{padding:8px}.rl-replica--mobile .rl-crud__header,.rl-replica--mobile .rl-labels__header,.rl-replica--mobile .rl-downloads__header{margin:16px 16px 0;padding:14px 16px}.rl-replica--mobile .rl-crud__title,.rl-replica--mobile .rl-labels__title{font-size:18px}.rl-replica--mobile .rl-crud__content,.rl-replica--mobile .rl-downloads__content{padding:16px}.rl-replica--mobile .rl-crud__search-toggle{display:inline-flex}.rl-replica--mobile .rl-crud__search-wrapper,.rl-replica--mobile .rl-crud__table-wrapper{display:none}.rl-replica--mobile .rl-cards{display:flex}.rl-replica--mobile .rl-panel{border-left:none;border-right:none;border-radius:0;margin:0 -16px}.rl-replica--mobile .rl-panel-tabs{padding:8px 10px 0}.rl-replica--mobile button.rl-panel-tabs__tab{padding:6px 8px;font-size:10px}.rl-replica--mobile .rl-panel-tabs__count{min-width:18px;height:16px;padding:0 6px;font-size:10px}.rl-replica--mobile .rl-pagination-wrapper{gap:12px}.rl-replica--mobile .rl-pagination-info,.rl-replica--mobile .rl-pagination-select{font-size:12px}.rl-replica--mobile .rl-downloads__title{font-size:22px}.rl-replica--mobile .rl-downloads__content,.rl-replica--mobile .rl-downloads__info-section{grid-template-columns:1fr}.rl-replica--mobile .rl-downloads__info-section{padding:0 16px}.rl-replica--mobile .rl-labels__company,.rl-replica--mobile .rl-labels__form{margin-left:16px;margin-right:16px}.rl-replica--mobile .rl-labels__grid{grid-template-columns:1fr}main{isolation:isolate;background:0 0;min-height:100vh;position:relative;overflow-x:hidden}.site-background{z-index:-10;pointer-events:none;background-color:#020617;position:absolute;inset:0;overflow:hidden}.site-background__glow{filter:blur(100px);opacity:.45;border-radius:50%;position:absolute}.site-background__glow--top{background:radial-gradient(#0056b380 0%,#0000 60%);width:100vw;height:800px;top:-300px;left:0}.site-background__glow--bottom{background:radial-gradient(#38bdf833 0%,#0000 60%);width:120vw;height:1000px;bottom:0;right:-30vw}.site-background__glow--accent{background:radial-gradient(#7c3aed26 0%,#0000 60%);width:80vw;height:900px;top:40%;left:-20vw}.site-background__grid{background-image:linear-gradient(90deg,#ffffff06 1px,#0000 1px),linear-gradient(#ffffff06 1px,#0000 1px);background-position:top;background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 60% at 50% 0,#000 40%,#0000 85%);mask-image:radial-gradient(80% 60% at 50% 0,#000 40%,#0000 85%)}.site-background__grid--large{background-image:linear-gradient(90deg,#0056b312 1px,#0000 1px),linear-gradient(#0056b312 1px,#0000 1px);background-size:192px 192px;-webkit-mask-image:linear-gradient(#0000 0%,#000 25% 100%);mask-image:linear-gradient(#0000 0%,#000 25% 100%)}.site-background__grid--diagonal{background-image:repeating-linear-gradient(45deg,#ffffff03 0 1px,#0000 1px 24px);position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 50% at 80% 30%,#000 20%,#0000 75%);mask-image:radial-gradient(70% 50% at 80% 30%,#000 20%,#0000 75%)}.site-background__shape{pointer-events:none;border-color:#38bdf829;position:absolute}.site-background__shape--ring-1{border:1px solid #0056b338;border-radius:50%;width:420px;height:420px;animation:14s ease-in-out infinite shape-float;top:6%;right:6%}.site-background__shape--ring-1:before{content:"";border:1px solid #38bdf824;border-radius:50%;position:absolute;inset:42px}.site-background__shape--ring-2{border:1px solid #7c3aed33;border-radius:50%;width:260px;height:260px;animation:18s ease-in-out infinite reverse shape-float;top:118%;left:3%}.site-background__shape--diamond-1{border:1px solid #38bdf833;width:120px;height:120px;animation:60s linear infinite shape-spin;top:46%;right:10%;transform:rotate(45deg)}.site-background__shape--diamond-2{border:1px solid #0056b347;width:64px;height:64px;animation:40s linear infinite reverse shape-spin;top:150%;right:16%;transform:rotate(45deg)}.site-background__shape--plus-1,.site-background__shape--plus-2,.site-background__shape--plus-3{color:#94a3b859;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;font-weight:300;line-height:1;display:flex}.site-background__shape--plus-1{top:22%;left:8%}.site-background__shape--plus-2{top:64%;right:22%}.site-background__shape--plus-3{top:132%;left:40%}.site-background__shape--bracket-left,.site-background__shape--bracket-right{border-color:#0056b347;width:40px;height:96px;top:30%}.site-background__shape--bracket-left{border-top:1px solid #0056b347;border-bottom:1px solid #0056b347;border-left:1px solid #0056b347;border-top-left-radius:12px;border-bottom-left-radius:12px;left:2%}.site-background__shape--bracket-right{border-top:1px solid #38bdf847;border-bottom:1px solid #38bdf847;border-right:1px solid #38bdf847;border-top-right-radius:12px;border-bottom-right-radius:12px;top:96%;right:2%}.site-background__shape--hexagon-1,.site-background__shape--hexagon-2{clip-path:polygon(25% 6%,75% 6%,100% 50%,75% 94%,25% 94%,0% 50%);background:#0056b324;animation:16s ease-in-out infinite shape-float}.site-background__shape--hexagon-1:after,.site-background__shape--hexagon-2:after{content:"";clip-path:polygon(25% 6%,75% 6%,100% 50%,75% 94%,25% 94%,0% 50%);background:#020617;position:absolute;inset:2px}.site-background__shape--hexagon-1{width:88px;height:96px;top:40%;left:6%}.site-background__shape--hexagon-2{width:56px;height:62px;animation-duration:20s;animation-direction:reverse;top:172%;right:8%}.site-background__shape--square-1,.site-background__shape--square-2{border:1px dashed #94a3b84d;border-radius:6px}.site-background__shape--square-1{width:54px;height:54px;animation:12s ease-in-out infinite shape-float;top:10%;left:22%;transform:rotate(12deg)}.site-background__shape--square-2{width:34px;height:34px;animation:15s ease-in-out infinite reverse shape-float;top:108%;right:32%;transform:rotate(-18deg)}.site-background__shape--dashed-circle{border:1px dashed #38bdf838;border-radius:50%;width:150px;height:150px;animation:90s linear infinite shape-spin-slow;top:200%;right:4%}.site-background__shape--triangle-1{border-bottom:44px solid #7c3aed1a;border-left:26px solid #0000;border-right:26px solid #0000;width:0;height:0;animation:17s ease-in-out infinite shape-float;top:84%;left:12%}.site-background__shape--code-tag-1,.site-background__shape--code-tag-2{color:#38bdf838;white-space:nowrap;justify-content:center;align-items:center;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:600;display:flex}.site-background__shape--code-tag-1{font-size:22px;top:56%;left:5%;transform:rotate(-8deg)}.site-background__shape--code-tag-2{color:#94a3b847;font-size:18px;top:190%;left:18%;transform:rotate(6deg)}.site-background__shape--beam-1{background:linear-gradient(#0000,#38bdf84d,#0000);width:1px;height:320px;top:4%;left:32%;transform:rotate(18deg)}.site-background__shape--dot{background:#38bdf8;border-radius:50%;width:5px;height:5px;animation:5s ease-in-out infinite shape-pulse;box-shadow:0 0 8px 2px #38bdf880}.site-background__shape--dot-1{top:16%;right:34%}.site-background__shape--dot-2{animation-delay:1.2s;top:76%;left:26%}.site-background__shape--dot-3{animation-delay:2.4s;top:210%;right:40%}@keyframes shape-float{0%,to{transform:translateY(0)}50%{transform:translateY(-24px)}}@keyframes shape-spin{0%{transform:rotate(45deg)}to{transform:rotate(405deg)}}@keyframes shape-spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shape-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}@media (width<=900px){.site-background__shape{display:none}}button,a{-webkit-tap-highlight-color:transparent}.site-header{z-index:100;-webkit-backdrop-filter:blur(16px);background:#020617b8;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;width:100%;height:64px;padding:0 max(24px,50% - 590px);display:flex;position:sticky;top:0}.brand{color:#f8fafc;letter-spacing:-.035em;align-items:center;gap:10px;font-size:21px;font-weight:670;text-decoration:none;display:inline-flex}.brand strong,.cta-band h2 strong{color:#0056b3;font-weight:720}.brand-logo{width:34px;height:34px;display:block}.site-header nav{align-items:center;gap:34px;display:flex}.site-header nav a,.nav-link-btn,.login-link{color:#94a3b8;font-size:13px;font-weight:520;text-decoration:none;transition:color .18s}.nav-link-btn{cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit}.site-header nav a:hover,.nav-link-btn:hover,.login-link:hover{color:#0056b3}.header-actions{align-items:center;gap:22px;display:flex}.header-cta,.primary-cta{color:#fff;cursor:pointer;background:#0056b3;border:1px solid #0000001a;border-radius:8px;justify-content:center;align-items:center;gap:8px;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #0056b340,inset 0 1px #fff3}.header-cta{padding:8px 14px}.header-cta:hover,.primary-cta:hover{background:#004494;transform:translateY(-1px);box-shadow:0 6px 20px #0056b34d,inset 0 1px #fff3}.hero-section{isolation:isolate;flex-direction:column;align-items:center;min-height:calc(100vh - 76px);padding:82px 24px 96px;display:flex;position:relative}.hero-section:before{content:none}.hero-glow{z-index:-2;filter:blur(40px);pointer-events:none;opacity:.55;border-radius:50%;animation:8s ease-in-out infinite alternate glow-pulse;position:absolute}@keyframes glow-pulse{0%{opacity:.7;transform:translate(-50%)scale(1)}to{opacity:1;transform:translate(-50%)scale(1.05)}}.hero-glow--one{background:radial-gradient(circle,#1a6fd42e,#0000 68%);width:620px;height:420px;top:-120px;left:50%;transform:translate(-50%)}.hero-glow--two{background:radial-gradient(circle,#1a6fd42e,#0000 70%);width:900px;height:500px;bottom:-250px;left:50%;transform:translate(-50%)}.hero-copy{z-index:3;text-align:center;max-width:800px;animation:1s cubic-bezier(.16,1,.3,1) both hero-fade-in;position:relative}@keyframes hero-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.eyebrow{color:#7cb5ef;letter-spacing:.01em;background:#0056b31f;border:1px solid #0056b347;border-radius:999px;align-items:center;gap:8px;width:max-content;margin:0 auto 28px;padding:6px 14px;font-size:12px;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 12px #0056b31f}.eyebrow:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0056b31f}.hero-copy h1{color:#f8fafc;max-width:760px;margin:0 auto;font-family:Lexend,sans-serif;font-size:clamp(46px,5.4vw,72px);font-weight:640;line-height:.99}.hero-copy h1 span{-webkit-text-fill-color:transparent;background:linear-gradient(120deg,#7dd3fc,#38bdf8,#1a6fd4);-webkit-background-clip:text;background-clip:text}.hero-copy>p{color:#94a3b8;letter-spacing:-.01em;max-width:620px;margin:25px auto 0;font-size:17px;line-height:1.65}.hero-actions{justify-content:center;align-items:center;gap:12px;margin-top:31px;display:flex}.primary-cta,.secondary-cta{min-height:48px;padding:0 20px;font-size:13px}.secondary-cta{color:#e2e8f0;box-shadow:none;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:10px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.secondary-cta:hover{box-shadow:none;background:#ffffff14;border-color:#fff3;transform:translateY(-1px)}.secondary-cta span{color:#0056b3}.trust-line{color:#8490a2;flex-wrap:wrap;justify-content:center;gap:22px;margin-top:24px;font-size:10px;display:flex}.trust-line span{align-items:center;gap:6px;display:inline-flex}.trust-line svg{color:#4b9bf4}.product-stage{z-index:2;width:min(1120px,94vw);margin-top:86px;position:relative}.product-stage:before{content:"";z-index:-2;position:absolute;inset:-26px -38px}.stage-orbit{z-index:-3;pointer-events:none;border:1px solid #2e91f41f;border-radius:50%;position:absolute}.stage-orbit--one{width:980px;height:300px;top:40px;left:50%;transform:translate(-50%)rotate(-7deg)}.stage-orbit--two{width:760px;height:460px;top:-45px;left:50%;transform:translate(-50%)rotate(9deg)}.product-window{background:#020617;border:1px solid #1d293d;border-radius:14px;overflow:hidden;box-shadow:0 40px 90px #0f274a47,0 10px 28px #0f274a24}.window-bar{background:#020617;border-bottom:1px solid #1d293d;grid-template-columns:1fr auto 1fr;align-items:center;height:35px;padding:0 13px;display:grid}.window-dots{gap:6px;display:flex}.window-dots i{background:#26344a;border-radius:50%;width:10px;height:10px;transition:background .2s}.product-window:hover .window-dots i:first-child{background:#ff5f56}.product-window:hover .window-dots i:nth-child(2){background:#ffbd2e}.product-window:hover .window-dots i:nth-child(3){background:#27c93f}.window-address{color:#314158;background:#020617;border:1px solid #1d293d;border-radius:5px;justify-content:center;align-items:center;gap:5px;min-width:220px;height:21px;font-size:9px;display:flex}.stage-hint{color:#91a0b2;align-items:center;gap:8px;width:max-content;margin:22px auto 0;font-size:11px;font-weight:520;display:flex}.stage-hint>span{border:1px solid #b9c6d5;border-radius:8px;width:15px;height:22px;position:relative}.stage-hint i{background:#5296e7;border-radius:999px;width:2px;height:4px;animation:1.8s infinite mouse-scroll;position:absolute;top:4px;left:5.5px}@keyframes mouse-scroll{0%,to{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(6px)}}.features-intro{text-align:center;width:min(760px,100% - 48px);margin:0 auto;padding:112px 0 28px}.features-intro__eyebrow{color:#0056b3;letter-spacing:.04em;text-transform:uppercase;background:#0056b314;border:1px solid #0056b31a;border-radius:999px;margin:0 0 24px;padding:6px 16px;font-size:12px;font-weight:600;display:inline-block}.features-intro h2,.feature-section__copy h2,.cta-band h2{color:#f8fafc;letter-spacing:-.045em;margin:0;font-family:Lexend,sans-serif;font-weight:650;line-height:1.08}.features-intro h2{font-size:clamp(32px,4vw,48px)}.features-intro h2 span{-webkit-text-fill-color:transparent;background:linear-gradient(120deg,#7dd3fc,#38bdf8,#1a6fd4);-webkit-background-clip:text;background-clip:text}.features-intro>p{color:#94a3b8;max-width:560px;margin:18px auto 0;font-size:17px;line-height:1.6}.features-intro__actions{justify-content:center;align-items:center;gap:12px;margin-top:28px;display:flex}.feature-section{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:56px;width:min(1120px,100% - 48px);margin:0 auto;padding:72px 0;display:grid}.feature-section--reverse{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)}.feature-section--reverse .feature-section__copy{order:2}.feature-section--reverse .feature-visual{order:1}.feature-section__meta{color:#94a3b8;letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:18px;font-size:12px;font-weight:650;display:inline-flex}.feature-section__meta span{color:#0056b3;font-variant-numeric:tabular-nums}.feature-section__meta svg{color:#0056b3}.feature-section__copy h2{font-size:clamp(28px,3.2vw,40px)}.feature-section__copy>p{color:#94a3b8;margin:16px 0 0;font-size:16px;line-height:1.65}.feature-section__copy ul{flex-direction:column;gap:12px;margin:24px 0 0;padding:0;list-style:none;display:flex}.feature-section__copy li{color:#cbd5e1;padding-left:18px;font-size:14px;font-weight:520;line-height:1.45;position:relative}.feature-section__copy li:before{content:"";background:#0056b3;border-radius:50%;width:6px;height:6px;position:absolute;top:.5em;left:0}.feature-visual{position:relative}.feature-frame{background:#020617;border:1px solid #1d293d;border-radius:16px;transition:transform .3s,box-shadow .3s;animation:.7s both feature-rise;overflow:hidden;box-shadow:0 36px 80px #0f274a38,0 8px 24px #0f274a1f}.feature-frame:hover{transform:translateY(-4px);box-shadow:0 42px 90px #0f274a47,0 12px 28px #0f274a29}.feature-frame--compact .feature-frame__bar p{letter-spacing:0}.feature-frame__bar{background:#020617;border-bottom:1px solid #1d293d;align-items:center;gap:6px;height:36px;padding:0 14px;display:flex}.feature-frame__bar span{background:#26344a;border-radius:50%;width:10px;height:10px;transition:background .2s}.feature-frame:hover .feature-frame__bar span:first-child{background:#ff5f56}.feature-frame:hover .feature-frame__bar span:nth-child(2){background:#ffbd2e}.feature-frame:hover .feature-frame__bar span:nth-child(3){background:#27c93f}.feature-frame__bar p{color:#314158;margin:0 0 0 auto;font-size:11px;font-weight:520}.feature-frame__body{background:radial-gradient(circle at 20% 0,#0056b32e,#0000 42%),#020617;padding:18px;position:relative}.signature-board--modal{background:#020617;flex-direction:column;height:100%;display:flex}.signature-modal-header{color:#fff;background:#020617;border-bottom:1px solid #1d293d;justify-content:space-between;align-items:flex-start;padding:16px 20px;display:flex}.signature-modal-header h4{margin:0 0 4px;font-family:Lexend,sans-serif;font-size:14px;font-weight:600}.signature-modal-header p{color:#94a3b8;margin:0 0 8px;font-size:11px}.signature-modal-header strong{color:#e2e8f0;font-size:12px}.signature-modal-close{cursor:pointer;color:#94a3b8;font-size:14px}.signature-modal-body{background:#0f172a;flex:1;justify-content:center;padding:20px;display:flex;overflow:hidden}.signature-document{color:#1d293d;background:#fff;border-radius:4px;width:100%;max-width:400px;padding:24px;font-size:10px;line-height:1.5;position:relative;box-shadow:0 4px 12px #0003}.signature-watermark{color:#0000000a;pointer-events:none;letter-spacing:.1em;font-size:60px;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-30deg)}.signature-doc-header{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.signature-doc-header p{margin:0 0 4px}.signature-doc-title{background:#e2e8f0;margin-bottom:16px;padding:6px 12px;font-size:11px;font-weight:700}.signature-doc-content p{margin:0 0 4px}.signature-stamp-box{color:#1d293d;cursor:grab;background:#0056b308;border:1px dashed #0056b3;border-radius:4px;flex-direction:column;align-items:flex-start;gap:10px;margin-top:24px;padding:10px 14px;animation:4.5s ease-in-out infinite feature-float;display:inline-flex}.signature-stamp-logo{object-fit:contain;width:auto;height:28px}.signature-stamp-text{flex-direction:column;gap:2px;display:flex}.signature-stamp-text p{color:#1d293d;margin:0;font-size:11px;line-height:1.2}.signature-stamp-hash{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#314158!important;font-size:10px!important}.signature-modal-footer{background:#020617;border-top:1px solid #1d293d;justify-content:flex-end;gap:12px;padding:16px 20px;display:flex}.signature-modal-footer button{cursor:pointer;border-radius:6px;padding:8px 16px;font-family:Lexend,sans-serif;font-size:12px;font-weight:600}.exams-board,.metrics-board{color:#e2e8f0;padding:18px}.exams-board__header{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:14px;display:flex}.exams-board__header strong{letter-spacing:-.02em;font-size:15px;font-weight:650}.exams-board__header em{color:#94a3b8;font-size:12px;font-style:normal}.exams-board__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.exams-board__list li{background:#020617;border:1px solid #1d293d;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;transition:background .2s,transform .2s;display:flex}.exams-board__list li:hover{background:#1d293d;transform:translate(2px)}.exams-board__list div{flex-direction:column;gap:3px;min-width:0;display:flex}.exams-board__list code{color:#94a3b8;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.exams-board__list span{color:#f4f9ff;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:560;overflow:hidden}.exams-board__status{text-transform:uppercase;letter-spacing:.02em;border-radius:999px;flex:none;padding:4px 9px;font-size:10px;font-weight:700}.exams-board__status--teal{color:#5eead4;background:#14b8a62e}.exams-board__status--blue{color:#93c5fd;background:#3b82f62e}.exams-board__status--orange{color:#fdba74;background:#f973162e}.exams-board__status--green{color:#86efac;background:#22c55e2e}.metrics-board__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}.metrics-board__cards article{background:linear-gradient(#111827,#020617);border:1px solid #1d293d;border-radius:12px;padding:16px;transition:transform .2s,border-color .2s}.metrics-board__cards article:hover{border-color:#314158;transform:translateY(-2px)}.metrics-board__cards span{color:#94a3b8;font-size:11px;font-weight:560;display:block}.metrics-board__cards strong{color:#f4f9ff;letter-spacing:-.04em;margin-top:8px;font-family:Lexend,sans-serif;font-size:28px;font-weight:650;display:block}.metrics-board__cards small{color:#314158;margin-top:6px;font-size:11px;display:block}.metrics-board__chart{background:#020617;border:1px solid #1d293d;border-radius:12px;grid-template-columns:repeat(6,minmax(0,1fr));align-items:end;gap:10px;height:160px;padding:16px 12px 8px;display:grid}.metrics-board__col{flex-direction:column;justify-content:flex-end;align-items:center;gap:8px;height:100%;display:flex}.metrics-board__col i{background:linear-gradient(#38bdf8,#0056b3);border-radius:6px 6px 2px 2px;width:100%;max-width:28px;animation:.9s both bar-rise;box-shadow:0 0 18px #0056b347}.metrics-board__col:nth-child(2) i{animation-delay:80ms}.metrics-board__col:nth-child(3) i{animation-delay:.16s}.metrics-board__col:nth-child(4) i{animation-delay:.24s}.metrics-board__col:nth-child(5) i{animation-delay:.32s}.metrics-board__col:nth-child(6) i{animation-delay:.4s}.metrics-board__col span{color:#314158;font-size:10px;font-weight:600}.templates-board--modal{background:#020617;flex-direction:column;height:100%;padding:12px;display:flex}.templates-modal-header{color:#fff;background:linear-gradient(90deg,#0056b3,#1162b8);border-radius:8px 8px 0 0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.templates-modal-header h4{margin:0;font-family:Lexend,sans-serif;font-size:13px;font-weight:600}.templates-modal-close{cursor:pointer;opacity:.8;font-size:14px}.templates-modal-body{background:#0f172a;border:1px solid #1d293d;border-top:none;border-radius:0 0 8px 8px;flex-direction:column;flex:1;gap:16px;padding:16px;display:flex}.templates-modal-row{grid-template-columns:1fr auto;align-items:flex-end;gap:16px;display:grid}.templates-modal-field{flex-direction:column;gap:6px;display:flex}.templates-modal-field label{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.templates-modal-field input{color:#e2e8f0;background:#020617;border:1px solid #1d293d;border-radius:6px;padding:8px 12px;font-family:Lexend,sans-serif;font-size:13px}.templates-modal-toggle{align-items:center;gap:8px;padding-bottom:8px;display:flex}.templates-modal-toggle label{color:#e2e8f0;font-size:12px}.toggle-switch{background:#0056b3;border-radius:10px;width:32px;height:18px;position:relative}.toggle-switch:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;position:absolute;top:2px;right:2px}.templates-modal-help{color:#64748b;margin:0 0 4px;font-size:11px;line-height:1.4}.templates-modal-field textarea{color:#e2e8f0;resize:none;background:#020617;border:1px solid #1d293d;border-radius:6px;height:140px;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.5}.templates-modal-actions{justify-content:flex-end;gap:10px;margin-top:auto;padding-top:12px;display:flex}.templates-modal-actions button{cursor:pointer;border-radius:6px;padding:6px 14px;font-family:Lexend,sans-serif;font-size:12px;font-weight:600}.btn-cancel{color:#e2e8f0;background:0 0;border:1px solid #314158}.btn-save{color:#fff;background:#0056b3;border:none}.audit-board{background:#020617;flex-direction:column;height:100%;padding:20px;display:flex}.audit-board__header{border-bottom:1px solid #1d293d;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;display:flex}.audit-board__header div{flex-direction:column;gap:2px;display:flex}.audit-board__header strong{color:#e2e8f0;font-family:Lexend,sans-serif;font-size:13px}.audit-board__header span{color:#94a3b8;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.audit-board__timeline{flex-direction:column;padding-left:8px;display:flex}.audit-event{gap:16px;padding-bottom:24px;display:flex;position:relative}.audit-event:last-child{padding-bottom:0}.audit-event__dot{z-index:2;background:#314158;border-radius:50%;width:10px;height:10px;margin-top:4px;position:relative;box-shadow:0 0 0 4px #020617}.audit-event__dot--green{background:#22c55e}.audit-event__dot--blue{background:#3b82f6}.audit-event__dot--orange{background:#f97316}.audit-event__dot--gray{background:#64748b}.audit-event__line{z-index:1;background:#1d293d;width:2px;position:absolute;top:14px;bottom:0;left:4px}.audit-event__content{flex-direction:column;gap:4px;display:flex}.audit-event__action{color:#e2e8f0;margin:0;font-size:13px;font-weight:500}.audit-event__meta{color:#94a3b8;margin:0;font-size:11px}.cta-band{text-align:center;color:#e2e8f0;z-index:10;isolation:isolate;-webkit-backdrop-filter:blur(18px)saturate(140%);background:linear-gradient(#081228d1,#020617b8);border:1px solid #7dd3fc24;border-radius:28px;width:min(1120px,100% - 48px);margin:88px auto -80px;padding:88px 36px;position:relative;overflow:hidden;box-shadow:0 40px 80px #02081773,inset 0 1px #ffffff14}.cta-band:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;z-index:2;background:linear-gradient(135deg,#7dd3fc73,#0056b314 35%,#38bdf80d 65%,#1a6fd466);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.cta-band__aura{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.cta-band__glow{filter:blur(40px);border-radius:50%;position:absolute}.cta-band__glow--core{background:radial-gradient(circle,#38bdf873,#0000 70%);width:min(520px,70%);height:280px;animation:6s ease-in-out infinite cta-glow-pulse;top:-120px;left:50%;transform:translate(-50%)}.cta-band__glow--side{background:radial-gradient(circle,#0056b366,#0000 70%);width:320px;height:320px;animation:9s ease-in-out infinite cta-glow-drift;bottom:-120px;right:-80px}.cta-band__glow--beam{filter:blur(28px);opacity:.7;background:linear-gradient(#0000,#7dd3fc2e,#0000);width:180px;height:420px;animation:8s ease-in-out infinite cta-beam-sweep;top:50%;left:8%;transform:translateY(-50%)rotate(18deg)}.cta-band__ring{opacity:.55;border:1px solid #7dd3fc1f;border-radius:50%;width:420px;height:420px;animation:7s ease-in-out infinite cta-ring-breathe;position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)}.cta-band__ring:after{content:"";border:1px solid #0056b329;border-radius:50%;position:absolute;inset:48px}.cta-band__sheen{background:radial-gradient(circle at 20% 0,#ffffff14,#0000 28%) 0 0/100% 100%,linear-gradient(115deg,#0000 30%,#ffffff0a 48%,#0000 62%) 0 0/220% 100%;animation:10s ease-in-out infinite cta-sheen;position:absolute;inset:0}.cta-band__content{z-index:3;max-width:720px;margin:0 auto;position:relative}.cta-band__eyebrow{color:#7dd3fc;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;margin:0 0 22px;font-size:12px;font-weight:600;display:inline-flex}.cta-band__eyebrow:before{content:"";background:#38bdf8;border-radius:50%;width:6px;height:6px;animation:2.4s ease-in-out infinite cta-dot-pulse;box-shadow:0 0 0 4px #38bdf82e}.cta-band h2{color:#fff;letter-spacing:-.05em;text-wrap:balance;font-size:clamp(34px,4.4vw,52px)}.cta-band p{color:#94a3b8;max-width:540px;margin:18px auto 0;font-size:17px;line-height:1.65}.cta-band__button{background:linear-gradient(#1a6fd4 0%,#0056b3 100%);border:1px solid #7dd3fc47;border-radius:12px;min-height:54px;margin-top:34px;padding:0 30px;font-size:14px;font-weight:600;transition:transform .2s,box-shadow .2s,filter .2s;box-shadow:0 14px 34px #0056b361,0 0 0 1px #0056b333,inset 0 1px #ffffff38}.cta-band__button:hover{filter:brightness(1.04);background:linear-gradient(#2584ff 0%,#0b68d4 100%);transform:translateY(-2px);box-shadow:0 18px 42px #0056b37a,0 0 28px #38bdf838,inset 0 1px #ffffff40}@keyframes cta-glow-pulse{0%,to{opacity:.75;transform:translate(-50%)scale(1)}50%{opacity:1;transform:translate(-50%)scale(1.08)}}@keyframes cta-glow-drift{0%,to{opacity:.7;transform:translate(0)scale(1)}50%{opacity:1;transform:translate(-24px,-18px)scale(1.12)}}@keyframes cta-beam-sweep{0%,to{opacity:.35;transform:translateY(-50%)rotate(18deg)translate(0)}50%{opacity:.8;transform:translateY(-50%)rotate(18deg)translate(28px)}}@keyframes cta-ring-breathe{0%,to{opacity:.35;transform:translate(-50%,-50%)scale(.96)}50%{opacity:.7;transform:translate(-50%,-50%)scale(1.04)}}@keyframes cta-sheen{0%,to{background-position:0 0,120% 0}50%{background-position:0 0,-20% 0}}@keyframes cta-dot-pulse{0%,to{opacity:.85;box-shadow:0 0 0 4px #38bdf829}50%{opacity:1;box-shadow:0 0 0 8px #38bdf814}}.contact-modal-overlay{z-index:200;-webkit-backdrop-filter:blur(8px);background:#0206179e;justify-content:center;align-items:center;padding:24px;animation:.25s both hero-fade-in;display:flex;position:fixed;inset:0}.contact-modal{background:#0a0f1a;border:1px solid #ffffff14;border-radius:18px;width:min(560px,100%);max-height:min(90vh,720px);overflow:auto;box-shadow:0 28px 80px #0000008c}.contact-modal__header{justify-content:space-between;align-items:flex-start;gap:16px;padding:28px 28px 0;display:flex}.contact-modal__eyebrow{color:#0056b3;letter-spacing:.06em;text-transform:uppercase;margin:0 0 10px;font-size:11px;font-weight:650}.contact-modal__header h2{color:#f8fafc;letter-spacing:-.04em;margin:0;font-family:Lexend,sans-serif;font-size:26px;font-weight:650}.contact-modal__subtitle{color:#94a3b8;margin:10px 0 0;font-size:14px;line-height:1.55}.contact-modal__close{color:#94a3b8;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,color .2s;display:inline-flex}.contact-modal__close:hover{color:#f8fafc;background:#ffffff14}.contact-modal__form{padding:24px 28px 28px}.contact-modal__grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.contact-modal__field{flex-direction:column;gap:6px;display:flex}.contact-modal__field--full{margin-top:14px}.contact-modal__field span{color:#94a3b8;font-size:12px;font-weight:600}.contact-modal__field input,.contact-modal__field textarea{color:#f8fafc;resize:vertical;background:#00000059;border:1px solid #ffffff1a;border-radius:10px;outline:none;width:100%;padding:11px 12px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.contact-modal__field input:focus,.contact-modal__field textarea:focus{border-color:#0056b3;box-shadow:0 0 0 3px #0056b31f}.contact-modal__field input[aria-invalid=true],.contact-modal__field textarea[aria-invalid=true]{border-color:#ef4444}.contact-modal__field em{color:#dc2626;font-size:12px;font-style:normal}.contact-modal__submit-error{color:#fecaca;background:#dc26261f;border:1px solid #f8717147;border-radius:8px;margin:16px 0 0;padding:12px 14px;font-size:13px;line-height:1.45}.contact-modal__actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.contact-modal__actions .primary-cta:disabled,.contact-modal__cancel:disabled,.contact-modal__close:disabled,.contact-modal__field input:disabled,.contact-modal__field textarea:disabled{opacity:.65;cursor:not-allowed}.contact-modal__cancel{color:#e2e8f0;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:8px;min-height:44px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:600;transition:background .2s,border-color .2s}.contact-modal__cancel:hover{background:#ffffff0f;border-color:#fff3}.contact-modal__actions .primary-cta{min-height:44px;padding:0 18px}.contact-modal__success{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:40px 28px 36px;display:flex}.contact-modal__success svg{color:#0056b3}.contact-modal__success h3{color:#f8fafc;letter-spacing:-.03em;margin:8px 0 0;font-family:Lexend,sans-serif;font-size:22px;font-weight:650}.contact-modal__success p{color:#94a3b8;max-width:360px;margin:0 0 12px;font-size:14px;line-height:1.55}.contact-modal__success .primary-cta{min-height:44px;padding:0 20px}@media (width<=620px){.contact-modal__header,.contact-modal__form,.contact-modal__success{padding-left:20px;padding-right:20px}.contact-modal__grid{grid-template-columns:1fr}.contact-modal__actions{flex-direction:column-reverse}.contact-modal__cancel,.contact-modal__actions .primary-cta{width:100%}}@keyframes feature-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes feature-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes bar-rise{0%{transform-origin:bottom;opacity:.4;transform:scaleY(.2)}to{transform-origin:bottom;opacity:1;transform:scaleY(1)}}.site-footer{text-align:center;z-index:1;background:0 0;padding:120px 24px 48px;position:relative}.site-footer__inner{flex-direction:column;align-items:center;gap:28px;width:min(720px,100%);margin:0 auto;display:flex}.site-footer__logo{opacity:.88;width:auto;height:34px;transition:opacity .2s;display:block}.site-footer__logo:hover{opacity:1}.site-footer__contact{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px 20px;display:flex}.site-footer__phone{color:#e2e8f0;letter-spacing:.02em;align-items:center;gap:8px;font-size:15px;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.site-footer__phone:hover{color:#fff}.site-footer__phone svg{color:#38bdf8;flex-shrink:0}.site-footer__contact-btn{appearance:none;color:#cbd5e1;font:inherit;cursor:pointer;background:#0f172a59;border:1px solid #94a3b859;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600;transition:border-color .2s,color .2s,background .2s}.site-footer__contact-btn:hover{color:#fff;background:#0ea5e91f;border-color:#38bdf88c}.site-footer__divider{background:linear-gradient(90deg,#0000,#94a3b859,#0000);width:min(280px,70%);height:1px}.site-footer__legal{flex-direction:column;gap:8px;display:flex}.site-footer__copyright{color:#94a3b8;margin:0;font-size:12px;font-weight:500}.site-footer__credit{color:#64748b;margin:0;font-size:11px}.site-footer__credit strong{color:#38bdf8;font-weight:600}.site-footer__credit a{color:inherit;text-decoration:none}.site-footer__credit a:hover{text-decoration:underline}@media (width<=900px){.site-header nav{display:none}.hero-section{padding-top:60px}.features-intro{padding-top:80px}.feature-section,.feature-section--reverse{grid-template-columns:1fr;gap:28px;padding:48px 0}.feature-section--reverse .feature-section__copy,.feature-section--reverse .feature-visual{order:initial}.feature-signed-card{width:min(220px,52%);bottom:18px;right:18px}.templates-board{background:#020617;flex-direction:column;height:100%;display:flex}.templates-toolbar{background:#ffffff05;border-bottom:1px solid #1d293d;justify-content:space-between;padding:12px 18px;display:flex}.templates-toolbar__group{color:#94a3b8;gap:16px;display:flex}.templates-toolbar__group svg{cursor:pointer;transition:color .2s}.templates-toolbar__group svg:hover{color:#e2e8f0}.templates-editor{color:#e2e8f0;flex:1;padding:24px;font-family:Lexend,sans-serif;font-size:13px;line-height:1.6}.templates-editor h3{text-align:center;color:#fff;margin:0 0 16px;font-size:14px}.templates-editor p{margin:0 0 8px}.templates-editor hr{border:none;border-top:1px dashed #1d293d;margin:16px 0}.template-variable{color:#38bdf8;background:#0056b333;border:1px solid #0056b366;border-radius:4px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11.5px;display:inline-block}.template-editor__result-box{background:#ffffff08;border:1px solid #1d293d;border-radius:6px;margin-bottom:12px;padding:12px}.templates-board--modal{background:#020617;flex-direction:column;height:100%;padding:12px;display:flex}.templates-modal-header{color:#fff;background:linear-gradient(90deg,#5b21b6,#7c3aed);border-radius:8px 8px 0 0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.templates-modal-header h4{margin:0;font-family:Lexend,sans-serif;font-size:13px;font-weight:600}.templates-modal-close{cursor:pointer;opacity:.8;font-size:14px}.templates-modal-body{background:#0f172a;border:1px solid #1d293d;border-top:none;border-radius:0 0 8px 8px;flex-direction:column;flex:1;gap:16px;padding:16px;display:flex}.templates-modal-row{grid-template-columns:1fr auto;align-items:flex-end;gap:16px;display:grid}.templates-modal-field{flex-direction:column;gap:6px;display:flex}.templates-modal-field label{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.templates-modal-field input{color:#e2e8f0;background:#020617;border:1px solid #1d293d;border-radius:6px;padding:8px 12px;font-family:Lexend,sans-serif;font-size:13px}.templates-modal-toggle{align-items:center;gap:8px;padding-bottom:8px;display:flex}.templates-modal-toggle label{color:#e2e8f0;font-size:12px}.toggle-switch{background:#0056b3;border-radius:10px;width:32px;height:18px;position:relative}.toggle-switch:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;position:absolute;top:2px;right:2px}.templates-modal-help{color:#64748b;margin:0 0 4px;font-size:11px;line-height:1.4}.templates-modal-field textarea{color:#e2e8f0;resize:none;background:#020617;border:1px solid #1d293d;border-radius:6px;height:140px;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.5}.templates-modal-actions{justify-content:flex-end;gap:10px;margin-top:auto;padding-top:12px;display:flex}.templates-modal-actions button{cursor:pointer;border-radius:6px;padding:6px 14px;font-family:Lexend,sans-serif;font-size:12px;font-weight:600}.btn-cancel{color:#e2e8f0;background:0 0;border:1px solid #314158}.btn-save{color:#fff;background:#0056b3;border:none}.audit-board{background:#020617;flex-direction:column;height:100%;padding:20px;display:flex}.audit-board__header{border-bottom:1px solid #1d293d;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;display:flex}.audit-board__header div{flex-direction:column;gap:2px;display:flex}.audit-board__header strong{color:#e2e8f0;font-family:Lexend,sans-serif;font-size:13px}.audit-board__header span{color:#94a3b8;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.audit-board__timeline{flex-direction:column;padding-left:8px;display:flex}.audit-event{gap:16px;padding-bottom:24px;display:flex;position:relative}.audit-event:last-child{padding-bottom:0}.audit-event__dot{z-index:2;background:#314158;border-radius:50%;width:10px;height:10px;margin-top:4px;position:relative;box-shadow:0 0 0 4px #020617}.audit-event__dot--green{background:#22c55e}.audit-event__dot--blue{background:#3b82f6}.audit-event__dot--orange{background:#f97316}.audit-event__dot--gray{background:#64748b}.audit-event__line{z-index:1;background:#1d293d;width:2px;position:absolute;top:14px;bottom:0;left:4px}.audit-event__content{flex-direction:column;gap:4px;display:flex}.audit-event__action{color:#e2e8f0;margin:0;font-size:13px;font-weight:500}.audit-event__meta{color:#94a3b8;margin:0;font-size:11px}.metrics-board__cards{grid-template-columns:1fr}}@media (width<=620px){.site-header{width:calc(100% - 32px);height:66px}.brand{font-size:18px}.header-actions{gap:0}.login-link{display:none}.header-cta{padding:9px 11px;font-size:10px}.hero-section{min-height:auto;padding:54px 18px 42px}.hero-copy h1{font-size:45px}.hero-copy>p{font-size:15px}.hero-actions,.features-intro__actions{flex-direction:column}.primary-cta,.secondary-cta{width:min(320px,100%)}.trust-line{gap:10px 16px}.product-stage{margin-top:56px}.product-stage:before{border-radius:26px;inset:-14px -18px}.features-intro{width:calc(100% - 36px);padding-top:64px}.feature-section{width:calc(100% - 36px)}.feature-frame__body{padding:12px}.feature-signed-card{display:none}.exams-board__list span{max-width:140px}.security-section,.cta-band{border-radius:18px;width:calc(100% - 36px);margin-top:36px}.cta-band{margin-bottom:-60px;padding:56px 22px}.cta-band__ring{width:280px;height:280px}.cta-band__glow--beam{display:none}.site-footer{padding:88px 20px 36px}.site-footer__inner{gap:22px}.site-footer__logo{height:36px}.site-footer__phone{font-size:14px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
