html,body,#root{width:100%;min-height:100%;margin:0;padding:0}#root{width:100%}.executive-dashboard{flex-direction:column;gap:24px;width:100%;min-width:0;padding-bottom:32px;display:flex}.dashboard-hero{color:#fff;background:radial-gradient(circle at 100% 0,#2563eb2e,#0000 34%),linear-gradient(135deg,#080b0d 0%,#101719 100%);border:1px solid #dbe4f0;border-radius:24px;justify-content:space-between;gap:28px;padding:30px;display:flex;position:relative;overflow:hidden}.dashboard-hero:after{content:"";border:1px solid #ffffff1f;border-radius:50%;width:220px;height:220px;position:absolute;top:-75px;right:-45px}.dashboard-hero__content,.dashboard-hero__actions{z-index:1;position:relative}.dashboard-hero__content{max-width:680px}.dashboard-hero__eyebrow{color:#ddf9ff;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:14px;font-size:13px;font-weight:800;display:inline-flex}.dashboard-hero h1{color:#fff;margin:0;font-size:clamp(28px,4vw,42px);line-height:1.08}.dashboard-hero p{color:#cbd5e1;max-width:620px;margin:14px 0 0;font-size:16px;line-height:1.6}.dashboard-hero__meta{flex-wrap:wrap;gap:14px 22px;margin-top:22px;display:flex}.dashboard-hero__meta span{color:#e2e8f0;align-items:center;gap:7px;font-size:13px;font-weight:700;display:inline-flex}.dashboard-hero__actions{align-items:flex-start;gap:10px;display:flex}.dashboard-button{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:800;line-height:1;text-decoration:none;transition:transform .16s,background-color .16s,border-color .16s,opacity .16s;display:inline-flex}.dashboard-button:hover{transform:translateY(-1px)}.dashboard-button:disabled{opacity:.65;cursor:wait;transform:none}.dashboard-button--primary:hover{background:#079bc4}.dashboard-button--secondary{color:#fff;background:#ffffff17;border-color:#ffffff38}.dashboard-button--secondary:hover{background:#ffffff29}.dashboard-spin{animation:.9s linear infinite dashboard-spin}@keyframes dashboard-spin{to{transform:rotate(360deg)}}.dashboard-inline-error{color:#b91c1c;background:#fff1f2;border:1px solid #fecaca;border-radius:14px;align-items:center;gap:10px;padding:13px 16px;font-size:14px;font-weight:700;display:flex}.dashboard-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.dashboard-metric{color:#080b0d;background:#fff;border:1px solid #e2e8f0;border-radius:18px;align-items:flex-start;gap:14px;min-width:0;min-height:142px;padding:20px;text-decoration:none;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex;box-shadow:0 1px 2px #0f172a08}.dashboard-metric--link:hover{border-color:#ddf9ff;transform:translateY(-2px);box-shadow:0 12px 28px #0f172a14}.dashboard-metric__icon{border-radius:14px;flex:0 0 46px;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.dashboard-metric__icon--blue{color:#079bc4;background:#ddf9ff}.dashboard-metric__icon--green{color:#15803d;background:#dcfce7}.dashboard-metric__icon--orange{color:#c2410c;background:#ffedd5}.dashboard-metric__icon--red{color:#b91c1c;background:#fee2e2}.dashboard-metric__icon--purple{color:#6d28d9;background:#ede9fe}.dashboard-metric__icon--cyan{color:#0e7490;background:#cffafe}.dashboard-metric__icon--pink{color:#be185d;background:#fce7f3}.dashboard-metric__icon--slate,.dashboard-metric__icon--primary{color:#334155;background:#f1f5f9}.dashboard-metric__content{flex-direction:column;flex:1;min-width:0;display:flex}.dashboard-metric__top{justify-content:space-between;align-items:flex-start;gap:8px;min-width:0;display:flex}.dashboard-metric__label{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800;overflow:hidden}.dashboard-metric__alert{color:#c2410c;letter-spacing:.02em;text-transform:uppercase;background:#fff7ed;border-radius:999px;flex-shrink:0;padding:4px 7px;font-size:10px;font-weight:900}.dashboard-metric__value{color:#080b0d;text-overflow:ellipsis;white-space:nowrap;margin-top:10px;font-size:clamp(23px,2.3vw,30px);line-height:1.1;overflow:hidden}.dashboard-metric__detail{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin-top:8px;font-size:12px;line-height:1.4;overflow:hidden}.dashboard-metric__arrow{color:#94a3b8;flex-shrink:0;align-self:center}.dashboard-grid{gap:18px;min-width:0;display:grid}.dashboard-grid--main{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr)}.dashboard-grid--secondary{grid-template-columns:minmax(0,1.55fr) minmax(300px,.45fr)}.dashboard-panel{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;min-width:0;display:flex;overflow:hidden;box-shadow:0 1px 2px #0f172a08}.dashboard-panel__header{color:#64748b;border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:16px;min-height:80px;padding:20px 22px;display:flex}.dashboard-panel__eyebrow{color:#10bceb;letter-spacing:.06em;text-transform:uppercase;margin-bottom:5px;font-size:11px;font-weight:900;display:block}.dashboard-panel__header h2{color:#080b0d;margin:0;font-size:18px}.dashboard-panel__footer-link{color:#10bceb;border-top:1px solid #eef2f7;justify-content:center;align-items:center;gap:8px;min-height:52px;margin-top:auto;font-size:13px;font-weight:800;text-decoration:none;display:flex}.dashboard-panel__footer-link:hover{background:#f8fafc}.dashboard-activity{flex-direction:column;display:flex}.dashboard-activity__item{min-width:0;color:inherit;border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:13px;padding:16px 22px;text-decoration:none;transition:background-color .15s;display:flex}.dashboard-activity__item:hover{background:#f8fafc}.dashboard-activity__item:last-child{border-bottom:0}.dashboard-activity__icon{color:#10bceb;background:#edfcff;border-radius:12px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.dashboard-activity__body{flex:1;min-width:0}.dashboard-activity__title{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.dashboard-activity__title strong{color:#080b0d;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.dashboard-activity__body p{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin:5px 0 0;font-size:13px;line-height:1.45;overflow:hidden}.dashboard-activity__meta{color:#94a3b8;justify-content:space-between;align-items:center;gap:12px;margin-top:7px;font-size:11px;display:flex}.dashboard-activity__meta strong{color:#334155}.dashboard-activity__arrow{color:#cbd5e1;flex-shrink:0;align-self:center}.dashboard-status{text-transform:uppercase;border-radius:999px;flex-shrink:0;align-items:center;padding:5px 8px;font-size:10px;font-weight:900;line-height:1;display:inline-flex}.dashboard-status--success{color:#166534;background:#dcfce7}.dashboard-status--warning{color:#9a3412;background:#ffedd5}.dashboard-status--danger{color:#991b1b;background:#fee2e2}.dashboard-status--neutral{color:#475569;background:#f1f5f9}.dashboard-expirations{flex-direction:column;padding:8px 14px;display:flex}.dashboard-expiration{color:#64748b;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #f1f5f9;align-items:center;gap:14px;width:100%;padding:14px 8px;display:flex}.dashboard-expiration:last-child{border-bottom:0}.dashboard-expiration:hover{background:#f8fafc}.dashboard-expiration__days{color:#c2410c;background:#fff7ed;border-radius:14px;flex-direction:column;flex:0 0 52px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.dashboard-expiration__days strong{font-size:19px;line-height:1}.dashboard-expiration__days span{text-transform:uppercase;margin-top:3px;font-size:10px;font-weight:800}.dashboard-expiration__body{flex-direction:column;flex:1;min-width:0;display:flex}.dashboard-expiration__body strong,.dashboard-expiration__body span,.dashboard-expiration__body small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-expiration__body strong{color:#080b0d;font-size:14px}.dashboard-expiration__body span{color:#64748b;margin-top:4px;font-size:12px}.dashboard-expiration__body small{color:#94a3b8;margin-top:4px;font-size:11px}.dashboard-table-wrapper{width:100%;min-width:0;overflow-x:auto}.dashboard-table{border-collapse:collapse;width:100%;font-size:13px}.dashboard-table th{color:#64748b;letter-spacing:.04em;text-align:left;text-transform:uppercase;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:13px 16px;font-size:11px;font-weight:900}.dashboard-table td{color:#475569;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #f1f5f9;padding:15px 16px}.dashboard-table tbody tr{cursor:pointer;transition:background-color .15s}.dashboard-table tbody tr:hover{background:#f8fafc}.dashboard-table tbody tr:last-child td{border-bottom:0}.dashboard-table__primary{flex-direction:column;display:flex}.dashboard-table__primary strong{color:#080b0d;font-size:13px}.dashboard-table__primary span{color:#94a3b8;margin-top:4px;font-size:11px}.dashboard-table__amount{font-weight:800;color:#080b0d!important;text-align:right!important}.dashboard-shortcuts{flex-direction:column;padding:10px 14px;display:flex}.dashboard-shortcut{color:#64748b;border-bottom:1px solid #f1f5f9;align-items:center;gap:13px;min-width:0;padding:13px 8px;text-decoration:none;transition:background-color .15s;display:flex}.dashboard-shortcut:last-child{border-bottom:0}.dashboard-shortcut:hover{background:#f8fafc}.dashboard-shortcut__icon{color:#10bceb;background:#edfcff;border-radius:13px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.dashboard-shortcut__body{flex-direction:column;flex:1;min-width:0;display:flex}.dashboard-shortcut__body strong,.dashboard-shortcut__body span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-shortcut__body strong{color:#080b0d;font-size:13px}.dashboard-shortcut__body span{color:#64748b;margin-top:4px;font-size:11px}.dashboard-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:230px;padding:30px;display:flex}.dashboard-empty__icon{color:#64748b;background:#f1f5f9;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.dashboard-empty strong{color:#080b0d;margin-top:14px;font-size:15px}.dashboard-empty p{color:#64748b;max-width:330px;margin:7px 0 0;font-size:13px;line-height:1.5}.dashboard-error-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:65vh;padding:32px;display:flex}.dashboard-error-page__icon{color:#b91c1c;background:#fee2e2;border-radius:19px;justify-content:center;align-items:center;width:62px;height:62px;display:flex}.dashboard-error-page h1{color:#080b0d;margin:18px 0 0;font-size:24px}.dashboard-error-page p{color:#64748b;max-width:540px;margin:9px 0 20px;line-height:1.55}.dashboard-loading{flex-direction:column;gap:22px;padding-bottom:30px;display:flex}.dashboard-loading__hero,.dashboard-loading__card,.dashboard-loading__panel{background:linear-gradient(90deg,#eef2f7 25%,#f8fafc 50%,#eef2f7 75%) 0 0/200% 100%;animation:1.4s infinite dashboard-skeleton}.dashboard-loading__hero{border-radius:24px;height:210px}.dashboard-loading__metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.dashboard-loading__card{border-radius:18px;height:142px}.dashboard-loading__panels{grid-template-columns:1.35fr .65fr;gap:18px;display:grid}.dashboard-loading__panel{border-radius:20px;height:420px}@keyframes dashboard-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=1280px){.dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid--secondary{grid-template-columns:1fr}}@media (width<=980px){.dashboard-hero{flex-direction:column}.dashboard-hero__actions{align-items:stretch}.dashboard-grid--main,.dashboard-loading__panels{grid-template-columns:1fr}}@media (width<=640px){.executive-dashboard{gap:16px}.dashboard-hero{border-radius:18px;padding:22px 18px}.dashboard-hero__actions{flex-direction:column}.dashboard-button{width:100%}.dashboard-metrics,.dashboard-loading__metrics{grid-template-columns:1fr}.dashboard-metric{min-height:125px;padding:17px}.dashboard-panel{border-radius:16px}.dashboard-panel__header{min-height:72px;padding:17px}.dashboard-activity__item{padding:14px 16px}.dashboard-activity__title{flex-direction:column;align-items:flex-start}.dashboard-activity__body p{white-space:normal}.dashboard-status{align-self:flex-start}.dashboard-table th,.dashboard-table td{padding-left:13px;padding-right:13px}}.dashboard-hero{background:radial-gradient(circle at 100% 0,#c7f00033,#0000 34%),radial-gradient(circle at 0 100%,#10bceb26,#0000 32%),linear-gradient(135deg,#080b0d 0%,#101719 100%);border-color:#c7f00047}.dashboard-hero__eyebrow{color:#c7f000}.dashboard-button--primary{color:#080b0d;background:#c7f000;border-color:#c7f000}.dashboard-button--primary:hover{background:#b1d700;border-color:#b1d700}.dashboard-panel__eyebrow{color:#10bceb}.dashboard-metric__icon--blue,.dashboard-shortcut__icon,.dashboard-activity__icon{color:#079bc4;background:#10bceb21}.dashboard-panel__footer-link{color:#079bc4}.dashboard-metric--link:hover{border-color:#10bceb66}.dashboard-hero__meta span:first-child svg{color:#c7f000}.empresa-dashboard{flex-direction:column;gap:28px;display:flex}.empresa-dashboard__hero{color:#fff;background:linear-gradient(135deg,#071015,#18241b);border-radius:30px;padding:38px;box-shadow:0 25px 60px #0000002e}.empresa-dashboard__badge{color:#c6ff00;text-transform:uppercase;align-items:center;gap:8px;font-size:13px;font-weight:900;display:flex}.empresa-dashboard__hero h1{margin-top:18px;font-size:42px;font-weight:900}.empresa-dashboard__hero p{color:#d1d8dc;max-width:650px;margin-top:12px;font-size:17px}.empresa-dashboard__actions{margin-top:25px}.empresa-dashboard__button{color:#071015;cursor:pointer;background:#c6ff00;border:none;border-radius:16px;padding:14px 24px;font-weight:900}.empresa-dashboard__stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.empresa-stat{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:22px;box-shadow:0 10px 25px #0000000d}.empresa-stat__icon{background:#f1f5f9;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.empresa-stat strong{margin-top:15px;font-size:34px;font-weight:900;display:block}.empresa-stat span{color:#64748b;font-weight:700}.empresa-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:28px;box-shadow:0 12px 30px #0000000d}.empresa-card h2{margin-bottom:22px;font-size:24px;font-weight:900}.empresa-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.empresa-info-item{background:#f8fafc;border-radius:18px;padding:18px}.empresa-info-item label{color:#64748b;margin-bottom:8px;font-size:13px;font-weight:800;display:block}.empresa-info-item strong{font-size:16px}.empresa-convenio{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.empresa-convenio div{background:#f8fafc;border-radius:18px;padding:18px}@media (width<=900px){.empresa-dashboard__stats,.empresa-info-grid,.empresa-convenio{grid-template-columns:1fr}}.deportistas-page{flex-direction:column;gap:20px;padding:22px 0 34px;display:flex}.deportistas-hero{color:#fff;background:radial-gradient(circle at 100% 0,#c7f0002e,#0000 34%),radial-gradient(circle at 0 100%,#10bceb21,#0000 32%),linear-gradient(135deg,#080b0d,#111b1e);border:1px solid #c7f00047;border-radius:22px;justify-content:space-between;align-items:flex-start;gap:26px;padding:28px;display:flex}.deportistas-hero>div:first-child{flex:1}.deportistas-hero small{color:#c7f000;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:900;display:inline-flex}.deportistas-hero h1{color:#fff;margin-top:10px;margin-bottom:10px;font-size:clamp(30px,4vw,42px)}.deportistas-hero p{color:#c8d2d7;max-width:720px;margin:0;line-height:1.6}.deportistas-hero-actions{align-items:center;gap:14px;display:flex}.deportistas-primary{color:#080b0d;cursor:pointer;background:#c7f000;border:none;border-radius:12px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-weight:900;transition:all .18s;display:inline-flex}.deportistas-primary:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0003}.deportistas-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.deportistas-kpis .summary-card{background:#fff;border:1px solid #dfe7e8;border-radius:18px;transition:all .18s}.deportistas-kpis .summary-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0000000f}.deportistas-kpis .summary-card__icon{background:#f2ffd1}.deportistas-kpis .summary-card__value{font-size:28px}.deportistas-kpis .summary-card__label{color:#64748b}.deportistas-toolbar{justify-content:space-between;align-items:center;gap:18px;display:flex}@media (width<=980px){.deportistas-hero{flex-direction:column}.deportistas-hero-actions{flex-direction:column;width:100%}.deportistas-primary{width:100%}.deportistas-kpis{grid-template-columns:1fr}}.deportistas-search{align-items:center;min-width:340px;display:flex;position:relative}.deportistas-search svg{color:#64748b;position:absolute;left:14px}.deportistas-search input{background:#fff;border:1px solid #d8e1e4;border-radius:12px;width:100%;height:46px;padding:0 16px 0 42px;transition:all .2s}.deportistas-search input:focus{border-color:#10bceb;outline:none;box-shadow:0 0 0 4px #10bceb1f}.deportista-card{background:#fff;border:1px solid #dfe7e8;border-radius:18px;flex-direction:column;gap:18px;padding:22px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.deportista-card:hover{border-color:#bfeff9;transform:translateY(-3px);box-shadow:0 14px 28px #080b0d14}.deportista-avatar{color:#6c8100;background:#f2ffd1;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;font-size:20px;font-weight:900;display:flex}.deportista-card h3{color:#080b0d;margin:4px 0;font-size:18px}.deportista-card p{color:#64748b;margin:0;font-size:13px}.deportista-contact{flex-direction:column;gap:10px;display:flex}.deportista-contact span{color:#52616b;align-items:center;gap:10px;font-size:13px;display:flex}.deportista-contact svg{color:#078eaf}.deportista-status{border-radius:999px;align-items:center;gap:8px;width:max-content;padding:6px 12px;font-size:12px;font-weight:800;display:inline-flex}.deportista-status:before{content:"";background:currentColor;border-radius:50%;width:8px;height:8px}.deportista-status.activo{color:#15803d;background:#ecfdf3}.deportista-status.inactivo{color:#dc2626;background:#fef2f2}.deportista-status.pendiente{color:#b7791f;background:#fff8e7}.deportista-metrics{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.deportista-metric{text-align:center;background:#f8fafc;border:1px solid #e5edf0;border-radius:14px;padding:14px}.deportista-metric strong{color:#080b0d;margin-bottom:4px;font-size:22px;display:block}.deportista-metric span{color:#64748b;font-size:12px;font-weight:600}.deportista-actions{gap:10px;margin-top:auto;display:flex}.deportista-actions button{cursor:pointer;border:none;border-radius:12px;flex:1;height:42px;font-weight:700;transition:all .18s}.deportista-actions button:first-child{color:#080b0d;background:#c7f000}.deportista-actions button:first-child:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000001f}.deportista-actions button:last-child{color:#0f172a;background:#eef5f7}.deportista-actions button:last-child:hover{background:#dbe8ec}.deportista-info{flex-direction:column;gap:8px;display:flex}.deportista-info strong{color:#111827;font-size:17px}.deportista-info small{color:#64748b;font-size:13px}.deportista-footer{border-top:1px solid #edf2f4;justify-content:space-between;align-items:center;gap:12px;padding-top:14px;display:flex}.deportista-footer span{color:#64748b;font-size:12px}.deportista-card,.summary-card,.deportistas-primary,.deportistas-search input{transition:all .22s}.deportista-card:hover{transform:translateY(-4px)}.deportista-avatar{transition:transform .25s}.deportista-card:hover .deportista-avatar{transform:scale(1.08)}.deportista-divider{background:#edf2f4;height:1px;margin:6px 0}.deportista-tag{color:#0f7490;background:#eef8fb;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:11px;font-weight:700;display:inline-flex}.deportistas-empty{text-align:center;background:#fafcfd;border:2px dashed #d9e4e8;border-radius:18px;padding:70px 20px}.deportistas-empty h3{color:#0f172a;margin-bottom:10px}.deportistas-empty p{color:#64748b}.deportistas-page::-webkit-scrollbar{width:10px}.deportistas-page::-webkit-scrollbar-thumb{background:#cbd5db;border-radius:999px}@media (width<=900px){.deportistas-grid{grid-template-columns:1fr}.deportista-metrics{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.deportistas-page{padding-top:14px}.deportistas-hero{padding:22px}.deportistas-search{min-width:100%}.deportista-card{padding:18px}.deportista-card__top{flex-direction:column;align-items:flex-start}.deportista-avatar{width:54px;height:54px}.deportista-metrics{grid-template-columns:1fr}.deportista-actions{flex-direction:column}.deportista-actions button{width:100%}}.deportistas-header{background:#fff;border:1px solid #e7edf0;border-radius:22px;justify-content:space-between;align-items:center;padding:24px 30px;display:flex;box-shadow:0 10px 30px #0f172a0a}.deportistas-header__left{align-items:center;gap:22px;display:flex}.deportistas-header__icon{color:#111827;background:linear-gradient(135deg,#c7f000,#dfff62);border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;display:flex;box-shadow:0 14px 26px #c7f00047}.deportistas-header small{color:#7c8a95;letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px;font-size:12px;font-weight:800;display:block}.deportistas-header h1{color:#081018;margin:0;font-size:40px;line-height:1.1}.deportistas-header p{color:#64748b;max-width:760px;margin-top:10px;line-height:1.6}.deportistas-hero{margin-top:18px}.deportistas-kpis{z-index:20;margin-top:-34px;padding:0 26px;position:relative}.deportistas-kpis .summary-card{box-shadow:0 18px 30px #0f172a14}@media (width<=900px){.deportistas-header{flex-direction:column;align-items:flex-start;gap:18px;padding:22px}.deportistas-header__left{flex-direction:column;align-items:flex-start}.deportistas-header__icon{width:60px;height:60px}.deportistas-header h1{font-size:30px}.deportistas-kpis{margin-top:18px;padding:0}}.deportistas-page{flex-direction:column;gap:20px;display:flex}.deportistas-page .deportistas-hero{min-height:180px;box-shadow:none;background:radial-gradient(circle at 92% 20%,#beff0024,#0000 32%),linear-gradient(120deg,#061417 0%,#0b1713 55%,#263f10 100%);border:1px solid #beff002e;border-radius:20px;justify-content:space-between;align-items:center;margin:0;padding:30px 32px;display:flex;position:relative;overflow:hidden}.deportistas-page .deportistas-hero>div{width:min(680px,100%)}.deportistas-page .deportistas-hero small{color:#c7ff00;letter-spacing:.08em;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.deportistas-page .deportistas-hero h1{color:#fff;margin:0 0 10px;font-size:clamp(30px,3vw,42px);line-height:1.05}.deportistas-page .deportistas-hero p{color:#ffffffdb;max-width:650px;margin:0;font-size:14px;line-height:1.6}.deportistas-page .deportistas-kpis{z-index:auto;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;width:100%;margin:0;padding:0;display:grid;position:static;transform:none}.deportistas-page .deportistas-summary-card{background:#fff;border:1px solid #dfe7e5;border-radius:16px;min-height:125px;margin:0;padding:20px;box-shadow:0 8px 22px #0f172a0d}.deportistas-page .deportistas-summary-card>div{color:#608000;background:#efffd0;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:12px;display:inline-flex}.deportistas-page .deportistas-summary-card span{color:#64748b;margin-bottom:5px;font-size:12px;font-weight:700;display:block}.deportistas-page .deportistas-summary-card strong{color:#071126;font-size:25px;line-height:1;display:block}.deportistas-page .deportistas-toolbar{background:#fff;border:1px solid #dfe7e5;border-radius:16px;align-items:center;gap:14px;width:100%;margin:0;padding:16px;display:flex;box-shadow:0 8px 22px #0f172a0a}.deportistas-page .deportistas-toolbar .deportistas-search{color:#64748b;background:#f8fafc;border:1px solid #d8e2e0;border-radius:11px;flex:auto;align-items:center;gap:10px;width:auto;min-width:0;height:46px;margin:0;padding:0 14px;display:flex}.deportistas-page .deportistas-toolbar .deportistas-search:focus-within{background:#fff;border-color:#a9da00;box-shadow:0 0 0 3px #beff0026}.deportistas-page .deportistas-toolbar .deportistas-search input{color:#0f172a;width:100%;min-width:0;height:100%;font:inherit;background:0 0;border:0;outline:0;flex:1;padding:0}.deportistas-page .deportistas-toolbar .deportistas-search input::placeholder{color:#94a3b8}.deportistas-page .deportistas-toolbar .deportistas-primary{color:#071106;white-space:nowrap;cursor:pointer;min-height:46px;box-shadow:none;background:#c7f900;border:0;border-radius:11px;flex:none;justify-content:center;align-items:center;margin:0;padding:0 20px;font-size:13px;font-weight:800;display:inline-flex}.deportistas-page .deportistas-toolbar .deportistas-primary:hover{background:#b9e900;transform:translateY(-1px)}.deportistas-page .deportistas-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;width:100%;margin:0;padding:0;display:grid}@media (width<=1250px){.deportistas-page .deportistas-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=980px){.deportistas-page .deportistas-kpis,.deportistas-page .deportistas-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.deportistas-page{gap:14px}.deportistas-page .deportistas-hero{border-radius:16px;min-height:auto;padding:24px 20px}.deportistas-page .deportistas-kpis,.deportistas-page .deportistas-grid{grid-template-columns:1fr}.deportistas-page .deportistas-toolbar{flex-direction:column;align-items:stretch;padding:14px}.deportistas-page .deportistas-toolbar .deportistas-search,.deportistas-page .deportistas-toolbar .deportistas-primary{width:100%}}.deportistas-page .deportistas-toolbar .deportistas-search{align-items:center;gap:10px;display:flex;position:relative}.deportistas-page .deportistas-toolbar .deportistas-search>svg{color:#64748b;pointer-events:none;flex:none;width:18px;height:18px;margin:0;position:static!important;transform:none!important}.deportistas-page .deportistas-toolbar .deportistas-search input{flex:auto;width:100%;min-width:0;margin:0;text-indent:0!important;padding-left:0!important;position:static!important}.deportista-modal-backdrop{z-index:99999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#050c18b3;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.deportista-modal-card{background:#fff;border-radius:20px;width:min(760px,100%);max-height:calc(100vh - 48px);overflow-y:auto;box-shadow:0 30px 80px #02081759}.deportista-modal-card>div:first-child{background:linear-gradient(135deg,#fff,#effff5);border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 24px;display:flex}.deportista-modal-card>div:first-child h2{color:#0f172a;margin:0;font-size:24px}.deportista-modal-card>div:first-child p{color:#64748b;margin:5px 0 0;font-size:13px}.deportista-modal-card>div:first-child button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #dbe4e7;border-radius:11px;width:38px;height:38px}.deportista-modal-card>div:last-child{padding:24px}.deportista-modal-card form>.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.deportista-modal-card form label{color:#334155;margin-bottom:7px;font-size:13px;font-weight:700;display:block}.deportista-modal-card form input,.deportista-modal-card form select{background:#fff;border:1px solid #d8e2e5;border-radius:10px;outline:none;width:100%;height:44px;padding:0 12px}.deportista-modal-card form input:focus,.deportista-modal-card form select:focus{border-color:#9bc600;box-shadow:0 0 0 3px #beff0029}.deportista-modal-card form>.flex{justify-content:flex-end;gap:12px;padding-top:20px;display:flex}.deportista-modal-card .btn-secondary,.deportista-modal-card .btn-primary{cursor:pointer;border-radius:10px;min-height:42px;padding:0 18px;font-weight:800}.deportista-modal-card .btn-secondary{color:#334155;background:#fff;border:1px solid #d8e2e5}.deportista-modal-card .btn-primary{color:#071106;background:#bff000;border:0}@media (width<=700px){.deportista-modal-backdrop{padding:12px}.deportista-modal-card{max-height:calc(100vh - 24px)}.deportista-modal-card form>.grid{grid-template-columns:1fr}}.ranking-page{flex-direction:column;gap:24px;min-width:0;display:flex}.ranking-hero{color:#fff;background:radial-gradient(circle at 85% 10%,#6366f159,#0000 34%),linear-gradient(135deg,#111827 0%,#172554 48%,#312e81 100%);border-radius:28px;justify-content:space-between;gap:30px;padding:34px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 55px #0f172a33}.ranking-hero:after{content:"";border:1px solid #ffffff1f;border-radius:50%;width:260px;height:260px;position:absolute;bottom:-90px;right:-70px}.ranking-hero__content{z-index:1;max-width:780px;position:relative}.ranking-eyebrow,.ranking-section-label{letter-spacing:.14em;align-items:center;gap:7px;font-size:.72rem;font-weight:850;display:inline-flex}.ranking-hero h1{letter-spacing:-.045em;margin:12px 0 10px;font-size:clamp(2rem,4vw,3.2rem);line-height:1}.ranking-hero p{color:#cbd5e1;max-width:680px;margin:0;line-height:1.65}.ranking-hero__badges{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.ranking-hero__badges span{color:#e2e8f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff21;border-radius:999px;align-items:center;gap:7px;padding:9px 12px;font-size:.83rem;font-weight:700;display:inline-flex}.ranking-refresh{z-index:1;color:#1e1b4b;cursor:pointer;background:#c7d2fe;border:0;border-radius:13px;align-self:flex-start;align-items:center;gap:8px;padding:12px 17px;font-weight:850;display:inline-flex;position:relative}.ranking-refresh:disabled{opacity:.7;cursor:wait}.ranking-refresh__spin,.ranking-spinner{animation:.8s linear infinite ranking-spin}@keyframes ranking-spin{to{transform:rotate(360deg)}}.ranking-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.ranking-stat{background:#fff;border:1px solid #e8edf5;border-radius:20px;align-items:flex-start;gap:14px;min-width:0;padding:20px;display:flex;box-shadow:0 11px 30px #0f172a0e}.ranking-stat__icon{border-radius:14px;flex:none;place-items:center;width:45px;height:45px;display:grid}.ranking-stat__content{min-width:0}.ranking-stat__content span,.ranking-stat__content small{color:#64748b;display:block}.ranking-stat__content span{margin-bottom:5px;font-size:.79rem;font-weight:750}.ranking-stat__content strong{color:#172033;letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap;margin-bottom:5px;font-size:clamp(1.25rem,2vw,1.65rem);display:block;overflow:hidden}.ranking-stat__content small{font-size:.72rem}.ranking-stat--blue .ranking-stat__icon{color:#2563eb;background:#eff6ff}.ranking-stat--purple .ranking-stat__icon{color:#7c3aed;background:#f5f3ff}.ranking-stat--red .ranking-stat__icon{color:#dc2626;background:#fef2f2}.ranking-panel{background:#fff;border:1px solid #e8edf5;border-radius:23px;min-width:0;padding:24px;box-shadow:0 14px 36px #0f172a0e}.ranking-panel__header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:21px;display:flex}.ranking-panel__header h2{color:#172033;letter-spacing:-.025em;margin:6px 0 5px;font-size:1.25rem}.ranking-panel__header p{color:#64748b;margin:0;font-size:.87rem}.ranking-panel__status,.ranking-result-count{border-radius:999px;flex:none;align-items:center;gap:6px;padding:8px 11px;font-size:.75rem;font-weight:800;display:inline-flex}.ranking-filters{grid-template-columns:minmax(230px,1.6fr) repeat(4,minmax(125px,.7fr));align-items:end;gap:14px;display:grid}.ranking-field{flex-direction:column;gap:7px;min-width:0;display:flex}.ranking-field>span{color:#475569;font-size:.76rem;font-weight:800}.ranking-field input,.ranking-field select{color:#1e293b;width:100%;min-height:44px;font:inherit;background:#fff;border:1px solid #dbe3ef;border-radius:12px;outline:none}.ranking-field input{padding:0 12px 0 40px}.ranking-field select{padding:0 34px 0 12px}.ranking-input-icon{position:relative}.ranking-input-icon svg{color:#94a3b8;pointer-events:none;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.ranking-filter-actions{grid-column:1/-1;justify-content:flex-end;gap:10px;padding-top:4px;display:flex}.ranking-button{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 16px;font-weight:800;display:inline-flex}.ranking-button--primary{color:#fff;background:#4f46e5;border:1px solid #4f46e5}.ranking-button--secondary{color:#475569;background:#fff;border:1px solid #dbe3ef}.ranking-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:17px;align-items:center;gap:14px;padding:18px 20px;display:flex}.ranking-error div{flex:1}.ranking-error strong,.ranking-error p{margin:0;display:block}.ranking-error p{margin-top:3px;font-size:.86rem}.ranking-error button{color:#991b1b;cursor:pointer;background:#fff;border:1px solid #fca5a5;border-radius:10px;padding:9px 13px;font-weight:800}.ranking-content-grid{grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);gap:18px;display:grid}.ranking-chart{flex-direction:column;gap:18px;display:flex}.ranking-chart__row{grid-template-columns:minmax(140px,190px) minmax(120px,1fr) 62px;align-items:center;gap:13px;display:grid}.ranking-chart__person{min-width:0}.ranking-chart__person strong,.ranking-chart__person span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.ranking-chart__person strong{color:#273449;font-size:.84rem}.ranking-chart__person span{color:#94a3b8;margin-top:3px;font-size:.72rem}.ranking-chart__track{background:#eef2f7;border-radius:999px;height:11px;overflow:hidden}.ranking-chart__bar{border-radius:inherit;background:linear-gradient(90deg,#6366f1,#8b5cf6);height:100%;transition:width .45s}.ranking-chart__value{color:#4338ca;text-align:right;font-size:.83rem}.ranking-leader{text-align:center;flex-direction:column;align-items:center;padding:8px 10px 22px;display:flex}.ranking-leader__medal{color:#a16207;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:22px;place-items:center;width:68px;height:68px;margin-bottom:13px;display:grid;box-shadow:0 12px 25px #f59e0b2e}.ranking-leader>span{color:#a16207;letter-spacing:.13em;font-size:.67rem;font-weight:900}.ranking-leader h3{color:#172033;margin:7px 0 4px;font-size:1.25rem}.ranking-leader p{color:#64748b;margin:0;font-size:.8rem}.ranking-leader__metrics{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.ranking-leader__metrics div{text-align:center;border:1px solid #eef2f7;border-radius:13px;min-width:0;padding:12px 8px}.ranking-leader__metrics span,.ranking-leader__metrics strong{display:block}.ranking-leader__metrics span{color:#94a3b8;font-size:.65rem}.ranking-leader__metrics strong{color:#273449;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:.81rem;overflow:hidden}.ranking-leader__link{color:#4338ca;background:#eef2ff;border-radius:11px;justify-content:center;align-items:center;gap:5px;margin-top:15px;padding:11px;font-size:.8rem;font-weight:850;text-decoration:none;display:flex}.ranking-table-wrapper{margin:0 -5px -4px;padding:0 5px 4px;overflow-x:auto}.ranking-table{border-collapse:collapse;width:100%;min-width:1120px}.ranking-table th{color:#64748b;letter-spacing:.035em;text-align:left;text-transform:uppercase;background:#f8fafc;border-bottom:1px solid #e8edf5;padding:12px 11px;font-size:.69rem;font-weight:850}.ranking-table th:first-child{border-radius:12px 0 0 12px}.ranking-table th:last-child{border-radius:0 12px 12px 0}.ranking-table td{color:#334155;vertical-align:middle;border-bottom:1px solid #eef2f7;padding:15px 11px;font-size:.81rem}.ranking-position{color:#64748b;background:#f1f5f9;border-radius:11px;place-items:center;width:33px;height:33px;font-weight:900;display:grid}.ranking-person{align-items:center;gap:10px;min-width:200px;display:flex}.ranking-person__avatar{color:#4338ca;background:#eef2ff;border-radius:12px;flex:none;place-items:center;width:37px;height:37px;font-size:.72rem;font-weight:900;display:grid}.ranking-person strong,.ranking-person span{display:block}.ranking-person strong{color:#1e293b}.ranking-person span{color:#94a3b8;margin-top:3px;font-size:.69rem}.ranking-category{color:#475569;background:#f1f5f9;border-radius:999px;padding:6px 9px;font-size:.71rem;font-weight:750;display:inline-flex}.ranking-cell-detail{color:#94a3b8;margin-top:3px;font-size:.66rem;display:block}.ranking-progress-cell{min-width:105px}.ranking-progress-cell__top{color:#4338ca;margin-bottom:6px}.ranking-progress-cell__track{background:#e8edf5;border-radius:999px;height:6px;overflow:hidden}.ranking-progress-cell__track span{border-radius:inherit;background:linear-gradient(90deg,#6366f1,#8b5cf6);height:100%;display:block}.ranking-status{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:6px 9px;font-size:.67rem;font-weight:850;display:inline-flex}.ranking-status--primary{color:#1d4ed8;background:#dbeafe}.ranking-status--warning{color:#a16207;background:#fef3c7}.ranking-status--progress{color:#7c3aed;background:#ede9fe}.ranking-status--neutral{color:#64748b;background:#f1f5f9}.ranking-row-link{color:#6366f1;background:#eef2ff;border-radius:10px;place-items:center;width:32px;height:32px;display:grid}.ranking-state{color:#64748b;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:230px;display:flex}.ranking-state__icon{color:#6366f1;background:#eef2ff;border-radius:18px;place-items:center;width:58px;height:58px;margin-bottom:12px;display:grid}.ranking-state strong{color:#273449}.ranking-state p{max-width:390px;margin:6px 0 0;font-size:.83rem}@media (width<=1250px){.ranking-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ranking-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.ranking-field--search{grid-column:span 2}}@media (width<=960px){.ranking-content-grid{grid-template-columns:1fr}.ranking-hero{flex-direction:column}.ranking-refresh{align-self:flex-start}}@media (width<=720px){.ranking-page{gap:17px}.ranking-hero,.ranking-panel{border-radius:19px;padding:20px}.ranking-stats-grid,.ranking-filters{grid-template-columns:1fr}.ranking-field--search{grid-column:auto}.ranking-filter-actions{justify-content:stretch}.ranking-button{flex:1}.ranking-panel__header{flex-direction:column}.ranking-chart__row{grid-template-columns:minmax(105px,145px) 1fr 50px}}.ranking-page{--ip-lima:#d6ff18;--ip-lima-suave:#efffc1;--ip-lima-palido:#f8ffe5;--ip-verde:#7fa600;--ip-verde-oscuro:#18300f;--ip-negro:#08100b;--ip-negro-suave:#111a14;--ip-borde:#dfe7da;--ip-texto:#172019;--ip-texto-suave:#617066}.ranking-hero{background:radial-gradient(circle at 88% 12%, #d6ff1847, transparent 32%), radial-gradient(circle at 70% 100%, #5f8c1b3d, transparent 35%), linear-gradient(135deg, var(--ip-negro) 0%, var(--ip-negro-suave) 48%, var(--ip-verde-oscuro) 100%);box-shadow:0 24px 55px #08100b33,inset 0 0 0 1px #d6ff180d}.ranking-hero:after{border-color:#d6ff1829}.ranking-eyebrow{color:var(--ip-lima)}.ranking-hero__badges span{color:#f4f8f4;background:#d6ff1812;border-color:#d6ff182e}.ranking-refresh{color:var(--ip-negro);background:var(--ip-lima);box-shadow:0 10px 24px #d6ff1838}.ranking-refresh:hover{background:#e2ff51}.ranking-button--primary{border-color:var(--ip-negro);color:var(--ip-negro);background:var(--ip-lima)}.ranking-button--primary:hover{border-color:var(--ip-negro);background:#e2ff51}.ranking-button--secondary:hover{color:var(--ip-negro);background:var(--ip-lima-palido);border-color:#abc94c}.ranking-section-label{color:var(--ip-verde)}.ranking-result-count{color:#506d00;background:var(--ip-lima-suave)}.ranking-panel__status{color:#3d5e00;background:var(--ip-lima-suave)}.ranking-category{color:#3f5123;background:#f0f6e8}.ranking-status--primary,.ranking-status--progress{color:#4f6800;background:var(--ip-lima-suave)}.ranking-status--success{color:#2c5a00;background:#dcf8bf}.ranking-field input:focus,.ranking-field select:focus{border-color:#a4c72a;box-shadow:0 0 0 3px #d6ff1838}.ranking-stat,.ranking-panel{border-color:var(--ip-borde)}.ranking-stat:hover,.ranking-panel:hover{border-color:#cbd9bc}.ranking-stat--blue .ranking-stat__icon,.ranking-stat--purple .ranking-stat__icon{color:#557300;background:var(--ip-lima-suave)}.ranking-stat--green .ranking-stat__icon{color:#2f6d00;background:#e8f9d6}.ranking-stat--teal .ranking-stat__icon{color:#3d6800;background:#eef8d7}.ranking-stat--orange .ranking-stat__icon{color:#667500;background:#fbf8d9}.ranking-stat--slate .ranking-stat__icon{color:#526157;background:#edf1ed}.ranking-chart__bar{background:linear-gradient(90deg, var(--ip-verde), var(--ip-lima))}.ranking-chart__value{color:#5f7e00}.ranking-progress-cell__top{color:#587600}.ranking-progress-cell__track span{background:linear-gradient(90deg, var(--ip-verde), var(--ip-lima))}.ranking-leader-panel{background:radial-gradient(circle at 90% 0,#d6ff1838,#0000 38%),#fff}.ranking-leader__medal{color:#253600;background:linear-gradient(135deg, #f2ff9d, var(--ip-lima));box-shadow:0 12px 25px #a0c8143d}.ranking-leader>span{color:#668300}.ranking-leader__link{color:#334900;background:var(--ip-lima-suave)}.ranking-leader__link:hover{color:var(--ip-negro);background:var(--ip-lima)}.ranking-person__avatar,.ranking-row-link{color:#405800;background:var(--ip-lima-suave)}.ranking-row-link:hover{color:var(--ip-negro);background:var(--ip-lima)}.ranking-position--gold{color:#506500;background:#f1ff9d}.ranking-position--silver{color:#4b5a4e;background:#e7ece7}.ranking-position--bronze{color:#75521e;background:#f5e7ca}.ranking-state__icon{color:#536f00;background:var(--ip-lima-suave)}.ranking-spinner{color:var(--ip-verde)}.ranking-table th{color:#445147;background:#f1f5ef}.ranking-table tbody tr:hover{background:var(--ip-lima-palido)}.metas-page{flex-direction:column;gap:24px;padding-bottom:36px;display:flex}.metas-hero{color:#fff;background:radial-gradient(circle at 88% 18%,#22c55e4d,#0000 34%),linear-gradient(135deg,#07130b 0%,#0b2513 55%,#123d20 100%);border:1px solid #22c55e3d;border-radius:28px;justify-content:space-between;align-items:flex-start;gap:24px;min-height:240px;padding:38px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 60px #052e1633}.metas-hero:after{content:"";border:50px solid #22c55e14;border-radius:50%;width:310px;height:310px;position:absolute;bottom:-130px;right:-70px}.metas-hero__content{z-index:1;max-width:760px;position:relative}.metas-eyebrow,.metas-section-label{letter-spacing:.11em;align-items:center;gap:8px;font-size:.75rem;font-weight:800;display:inline-flex}.metas-eyebrow{color:#86efac;margin-bottom:16px}.metas-section-label{color:#15803d}.metas-hero h1{letter-spacing:-.045em;margin:0;font-size:clamp(2rem,4vw,3.35rem);line-height:1.02}.metas-hero p{color:#ffffffc2;max-width:690px;margin:18px 0 0;font-size:1rem;line-height:1.75}.metas-hero__badges{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.metas-hero__badges span{color:#dcfce7;background:#ffffff12;border:1px solid #86efac33;border-radius:999px;align-items:center;gap:7px;padding:9px 13px;font-size:.82rem;font-weight:700;display:inline-flex}.metas-refresh{z-index:1;color:#fff;font:inherit;cursor:pointer;background:#ffffff14;border:1px solid #ffffff38;border-radius:12px;flex-shrink:0;align-items:center;gap:9px;padding:12px 17px;font-size:.88rem;font-weight:800;transition:transform .16s,background .16s;display:inline-flex;position:relative}.metas-refresh:hover{background:#ffffff24;transform:translateY(-1px)}.metas-refresh:disabled{cursor:wait;opacity:.7}.metas-refresh__spin,.metas-spinner{animation:.9s linear infinite metas-spin}@keyframes metas-spin{to{transform:rotate(360deg)}}.metas-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.metas-stat{background:#fff;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:15px;min-height:118px;padding:20px;transition:transform .16s,box-shadow .16s;display:flex;box-shadow:0 12px 30px #0f172a0f}.metas-stat:hover{transform:translateY(-2px);box-shadow:0 18px 38px #0f172a17}.metas-stat__icon{border-radius:15px;flex-shrink:0;place-items:center;width:50px;height:50px;display:grid}.metas-stat__content{min-width:0}.metas-stat__content span,.metas-stat__content small{color:#64748b;display:block}.metas-stat__content span{text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px;font-size:.78rem;font-weight:800}.metas-stat__content strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(1.25rem,2vw,1.7rem);line-height:1.15;display:block;overflow:hidden}.metas-stat__content small{margin-top:6px;font-size:.8rem}.metas-stat--green .metas-stat__icon,.metas-stat--success .metas-stat__icon{color:#15803d;background:#dcfce7}.metas-stat--blue .metas-stat__icon{color:#1d4ed8;background:#dbeafe}.metas-stat--purple .metas-stat__icon{color:#7e22ce;background:#f3e8ff}.metas-stat--teal .metas-stat__icon{color:#0f766e;background:#ccfbf1}.metas-stat--orange .metas-stat__icon{color:#c2410c;background:#ffedd5}.metas-panel,.metas-club-progress{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:25px;box-shadow:0 14px 36px #0f172a0f}.metas-panel__header,.metas-club-progress__header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.metas-panel__header h2,.metas-club-progress__header h2{color:#0f172a;letter-spacing:-.025em;margin:6px 0 0;font-size:1.35rem}.metas-panel__header p{color:#64748b;margin:7px 0 0;line-height:1.55}.metas-panel__status,.metas-result-count{border-radius:999px;flex-shrink:0;align-items:center;gap:7px;padding:8px 12px;font-size:.78rem;font-weight:800;display:inline-flex}.metas-panel__status{color:#166534;background:#dcfce7}.metas-result-count{color:#334155;background:#f1f5f9}.metas-filters{grid-template-columns:minmax(220px,1.7fr) repeat(4,minmax(130px,1fr)) auto;align-items:end;gap:14px;display:grid}.metas-field{flex-direction:column;gap:7px;min-width:0;display:flex}.metas-field>span{color:#334155;font-size:.8rem;font-weight:800}.metas-field input,.metas-field select{box-sizing:border-box;color:#0f172a;width:100%;height:44px;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:11px;outline:none;transition:border .15s,box-shadow .15s}.metas-field input{padding:0 13px 0 42px}.metas-field select{padding:0 36px 0 12px}.metas-field input:focus,.metas-field select:focus{border-color:#16a34a;box-shadow:0 0 0 4px #22c55e1f}.metas-input-icon{position:relative}.metas-input-icon svg{color:#64748b;pointer-events:none;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.metas-filter-actions{gap:9px;display:flex}.metas-button{height:44px;font:inherit;cursor:pointer;border-radius:11px;justify-content:center;align-items:center;gap:7px;padding:0 15px;font-size:.84rem;font-weight:800;display:inline-flex}.metas-button--primary{color:#fff;background:#15803d;border:1px solid #15803d}.metas-button--primary:hover{background:#166534}.metas-button--secondary{color:#334155;background:#fff;border:1px solid #cbd5e1}.metas-button--secondary:hover{background:#f8fafc}.metas-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:18px 20px;display:grid}.metas-error strong,.metas-error p{margin:0;display:block}.metas-error p{margin-top:4px;font-size:.9rem}.metas-error button{color:#fff;font:inherit;cursor:pointer;background:#b91c1c;border:0;border-radius:10px;padding:9px 13px;font-weight:800}.metas-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.metas-card{background:linear-gradient(#f0fdf4b3 0,#fff 135px);border:1px solid #e2e8f0;border-radius:21px;padding:22px;overflow:hidden;box-shadow:0 10px 26px #0f172a0d}.metas-card__header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.metas-person{align-items:center;gap:12px;min-width:0;display:flex}.metas-person__avatar{color:#fff;background:linear-gradient(135deg,#166534,#22c55e);border:2px solid #bbf7d0;border-radius:16px;flex-shrink:0;place-items:center;width:52px;height:52px;font-size:.9rem;font-weight:900;display:grid;overflow:hidden}.metas-person__avatar img{object-fit:cover;width:100%;height:100%}.metas-person h3,.metas-person p{margin:0}.metas-person h3{color:#0f172a;font-size:1rem}.metas-person p{color:#64748b;margin-top:4px;font-size:.83rem}.metas-status{text-transform:uppercase;letter-spacing:.035em;border-radius:999px;flex-shrink:0;align-items:center;padding:7px 10px;font-size:.7rem;font-weight:900;display:inline-flex}.metas-status--success{color:#166534;background:#dcfce7}.metas-status--progress{color:#9a3412;background:#ffedd5}.metas-status--neutral{color:#475569;background:#e2e8f0}.metas-card__summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:20px 0;display:grid}.metas-card__summary div,.metas-card__footer div{min-width:0}.metas-card__summary span,.metas-card__summary strong,.metas-card__footer span,.metas-card__footer strong{display:block}.metas-card__summary span,.metas-card__footer span{color:#64748b;font-size:.73rem;font-weight:700}.metas-card__summary strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:.96rem;overflow:hidden}.metas-card__progress-group{background:#f8fafc;border-radius:16px;flex-direction:column;gap:18px;padding:18px;display:flex}.metas-progress__header,.metas-progress__values{justify-content:space-between;gap:12px;display:flex}.metas-progress__header{align-items:center}.metas-progress__header span{color:#334155;font-size:.78rem;font-weight:800}.metas-progress__header strong{color:#15803d;font-size:.82rem}.metas-progress__track{background:#e2e8f0;border-radius:999px;height:9px;margin:8px 0;overflow:hidden}.metas-progress__track span{border-radius:inherit;background:linear-gradient(90deg,#15803d,#4ade80);height:100%;transition:width .4s;display:block}.metas-progress__values{color:#64748b;font-size:.72rem}.metas-card__no-goal{color:#475569;background:#f8fafc;border:1px dashed #94a3b8;border-radius:16px;align-items:center;gap:12px;min-height:118px;padding:18px;display:flex}.metas-card__no-goal svg{color:#64748b;flex-shrink:0}.metas-card__no-goal strong,.metas-card__no-goal p{margin:0;display:block}.metas-card__no-goal p{margin-top:5px;font-size:.82rem;line-height:1.5}.metas-card__footer{border-top:1px solid #e2e8f0;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px;padding-top:16px;display:grid}.metas-card__footer strong{color:#0f172a;margin-top:4px;font-size:.88rem}.metas-card__notes{color:#475569;background:#f8fafc;border-radius:13px;margin-top:15px;padding:13px}.metas-card__notes strong,.metas-card__notes p{margin:0;display:block}.metas-card__notes strong{color:#334155;font-size:.76rem}.metas-card__notes p{margin-top:5px;font-size:.8rem;line-height:1.5}.metas-state{text-align:center;place-items:center;min-height:280px;padding:34px;display:grid}.metas-state__icon{color:#15803d;background:#dcfce7;border-radius:20px;place-items:center;width:62px;height:62px;margin-bottom:14px;display:grid}.metas-state strong{color:#0f172a;font-size:1.05rem}.metas-state p{color:#64748b;max-width:480px;margin:7px 0 0;line-height:1.6}.metas-spinner{color:#15803d;margin-bottom:14px}.metas-club-progress{color:#fff;background:radial-gradient(circle at 90% 15%,#4ade8033,#0000 30%),linear-gradient(135deg,#07130b,#14532d);border-color:#14532d}.metas-club-progress .metas-section-label{color:#86efac}.metas-club-progress__header h2{color:#fff}.metas-club-progress__header svg{color:#86efac}.metas-club-progress__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.metas-club-progress .metas-progress{background:#ffffff0f;border:1px solid #86efac29;border-radius:16px;padding:18px}.metas-club-progress .metas-progress__header span,.metas-club-progress .metas-progress__values{color:#ffffffbf}.metas-club-progress .metas-progress__header strong{color:#86efac}.metas-club-progress .metas-progress__track{background:#ffffff24}@media (width<=1250px){.metas-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.metas-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.metas-field--search{grid-column:span 2}}@media (width<=900px){.metas-hero{flex-direction:column}.metas-refresh{align-self:flex-start}.metas-cards-grid,.metas-club-progress__grid{grid-template-columns:1fr}}@media (width<=680px){.metas-page{gap:18px}.metas-hero{border-radius:22px;min-height:auto;padding:27px 22px}.metas-stats-grid,.metas-filters{grid-template-columns:1fr}.metas-field--search{grid-column:auto}.metas-filter-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.metas-panel,.metas-club-progress{border-radius:20px;padding:20px 17px}.metas-panel__header,.metas-club-progress__header{flex-direction:column}.metas-card{padding:18px}.metas-card__header{flex-direction:column}.metas-card__summary{grid-template-columns:1fr 1fr}.metas-error{grid-template-columns:auto 1fr}.metas-error button{grid-column:1/-1}}.metas-card__actions{justify-content:flex-end;padding-top:4px;display:flex}.metas-goal-button{color:#166534;min-height:42px;font:inherit;cursor:pointer;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:.9rem;font-weight:800;transition:transform .16s,box-shadow .16s,border-color .16s,background .16s;display:inline-flex}.metas-goal-button:hover{background:#dcfce7;border-color:#4ade80;transform:translateY(-1px);box-shadow:0 8px 20px #1665341f}.metas-goal-button:focus-visible,.metas-modal button:focus-visible,.metas-modal input:focus-visible,.metas-modal textarea:focus-visible{outline-offset:2px;outline:3px solid #22c55e38}.metas-modal__backdrop{z-index:1300;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#020617ad;place-items:center;padding:24px;animation:.18s ease-out metas-backdrop-in;display:grid;position:fixed;inset:0;overflow-y:auto}.metas-modal{background:#fff;border:1px solid #e2e8f0eb;border-radius:24px;width:min(620px,100%);animation:.22s ease-out metas-modal-in;overflow:hidden;box-shadow:0 30px 80px #0206174d,0 4px 20px #0206171f}.metas-modal__header{background:radial-gradient(circle at 90% 0,#4ade8029,#0000 34%),linear-gradient(135deg,#f8fafc,#f0fdf4);border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:20px;padding:24px 26px 21px;display:flex}.metas-modal__title{align-items:flex-start;gap:14px;display:flex}.metas-modal__icon{color:#15803d;background:#dcfce7;border-radius:15px;flex:none;place-items:center;width:46px;height:46px;display:grid}.metas-modal__title span{color:#16a34a;letter-spacing:.09em;margin-bottom:4px;font-size:.72rem;font-weight:900;display:block}.metas-modal__title h2{color:#0f172a;margin:0;font-size:1.35rem;line-height:1.2}.metas-modal__title p{color:#64748b;margin:5px 0 0;font-size:.92rem}.metas-modal__close{color:#475569;cursor:pointer;background:#ffffffd1;border:1px solid #e2e8f0;border-radius:12px;flex:none;place-items:center;width:40px;height:40px;padding:0;display:grid}.metas-modal__close:hover{color:#0f172a;background:#fff}.metas-modal__form{gap:20px;padding:25px 26px 27px;display:grid}.metas-modal__period{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:14px;align-items:center;gap:12px;padding:13px 15px;display:flex}.metas-modal__period div{gap:2px;display:grid}.metas-modal__period span{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.76rem;font-weight:700}.metas-modal__period strong{color:#166534;font-size:.96rem}.metas-modal__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.metas-modal__field{gap:8px;display:grid;position:relative}.metas-modal__field>span{color:#334155;font-size:.86rem;font-weight:800}.metas-modal__field input,.metas-modal__field textarea{box-sizing:border-box;color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:12px;transition:border-color .16s,box-shadow .16s}.metas-modal__field input{height:47px;padding:0 13px}.metas-modal__field textarea{resize:vertical;min-height:104px;padding:12px 13px;line-height:1.5}.metas-modal__field input:hover,.metas-modal__field textarea:hover{border-color:#94a3b8}.metas-modal__field input:focus,.metas-modal__field textarea:focus{border-color:#22c55e;outline:none;box-shadow:0 0 0 4px #22c55e1a}.metas-modal__field input:disabled,.metas-modal__field textarea:disabled{cursor:not-allowed;opacity:.7;background:#f8fafc}.metas-modal__field small{color:#64748b;font-size:.76rem;line-height:1.4}.metas-modal__money{position:relative}.metas-modal__money>span{z-index:1;color:#64748b;font-weight:800;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.metas-modal__money input{padding-left:32px}.metas-modal__counter{background:#f8fafceb;border-radius:6px;padding:2px 6px;position:absolute;bottom:10px;right:12px}.metas-modal__error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:.87rem;font-weight:650;line-height:1.45;display:flex}.metas-modal__error svg{flex:none;margin-top:1px}.metas-modal__actions{justify-content:flex-end;gap:11px;padding-top:3px;display:flex}.metas-modal__cancel,.metas-modal__save{min-height:45px;font:inherit;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:850;display:inline-flex}.metas-modal__cancel{color:#475569;background:#fff;border:1px solid #cbd5e1}.metas-modal__cancel:hover{color:#0f172a;background:#f8fafc}.metas-modal__save{color:#fff;background:linear-gradient(135deg,#16a34a,#15803d);border:1px solid #15803d;box-shadow:0 8px 18px #15803d33}.metas-modal__save:hover{background:linear-gradient(135deg,#15803d,#166534)}.metas-modal__cancel:disabled,.metas-modal__save:disabled,.metas-modal__close:disabled{cursor:not-allowed;opacity:.62}.metas-spinner-inline{animation:.8s linear infinite metas-spin}.metas-toast{z-index:1400;color:#166534;background:#f0fdf4;border:1px solid #86efac;border-radius:14px;align-items:center;gap:10px;max-width:min(430px,100vw - 32px);padding:14px 15px;font-size:.88rem;font-weight:750;animation:.24s ease-out metas-toast-in;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 18px 45px #0206172e}.metas-toast button{width:30px;height:30px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;margin-left:4px;padding:0;display:grid}.metas-toast button:hover{background:#16653414}@keyframes metas-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes metas-modal-in{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes metas-toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=680px){.metas-card__actions{justify-content:stretch}.metas-goal-button{width:100%}.metas-modal__backdrop{align-items:end;padding:12px}.metas-modal{border-radius:21px;max-height:calc(100vh - 24px);overflow-y:auto}.metas-modal__header{padding:20px 18px 17px}.metas-modal__form{gap:17px;padding:20px 18px 22px}.metas-modal__fields{grid-template-columns:1fr}.metas-modal__actions{grid-template-columns:1fr 1fr;display:grid}.metas-modal__cancel,.metas-modal__save{padding-left:12px;padding-right:12px}.metas-toast{max-width:none;bottom:16px;left:16px;right:16px}}.beneficios-page{flex-direction:column;gap:18px;padding:22px 0 34px;display:flex}.beneficios-hero{color:#fff;background:radial-gradient(circle at 100% 0,#c7f00030,#0000 34%),radial-gradient(circle at 0 100%,#10bceb21,#0000 31%),linear-gradient(135deg,#080b0d 0%,#111b1e 100%);border:1px solid #c7f0004d;border-radius:22px;justify-content:space-between;align-items:flex-start;gap:26px;padding:26px;display:flex}.beneficios-hero__eyebrow{color:#c7f000;letter-spacing:.07em;text-transform:uppercase;align-items:center;gap:7px;font-size:12px;font-weight:900;display:inline-flex}.beneficios-hero h1{color:#fff;margin:10px 0 0;font-size:clamp(27px,4vw,38px)}.beneficios-hero p{color:#c5d0d5;max-width:760px;margin:10px 0 0;line-height:1.55}.beneficios-hero__status{margin-top:18px}.beneficios-alert{border-radius:999px;align-items:center;gap:7px;padding:8px 11px;font-size:12px;font-weight:800;display:inline-flex}.beneficios-alert--success{color:#dcff52;background:#c7f00021}.beneficios-alert--warning{color:#fed7aa;background:#fb923c26}.beneficios-hero__actions{flex-shrink:0;gap:10px;display:flex}.beneficios-refresh,.beneficios-primary{cursor:pointer;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:43px;padding:10px 15px;font-size:13px;font-weight:850;text-decoration:none;display:inline-flex}.beneficios-refresh{color:#fff;background:#ffffff14;border:1px solid #fff3}.beneficios-primary{color:#080b0d;background:#c7f000;border:1px solid #c7f000}.beneficios-refresh:disabled{opacity:.6;cursor:wait}.beneficios-inline-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;align-items:center;gap:8px;padding:12px 15px;font-size:12px;font-weight:750;display:flex}.beneficios-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.beneficios-kpi{background:#fff;border:1px solid #dfe7e8;border-radius:17px;align-items:flex-start;gap:13px;min-width:0;min-height:126px;padding:18px;display:flex}.beneficios-kpi__icon{border-radius:13px;flex:0 0 43px;justify-content:center;align-items:center;width:43px;height:43px;display:flex}.beneficios-kpi__icon--lime{color:#6c8100;background:#f2ffd1}.beneficios-kpi__icon--green{color:#15803d;background:#dcfce7}.beneficios-kpi__icon--cyan{color:#078eaf;background:#ddf9ff}.beneficios-kpi__icon--orange{color:#c2410c;background:#ffedd5}.beneficios-kpi__icon--red{color:#b91c1c;background:#fee2e2}.beneficios-kpi__icon--purple{color:#6d28d9;background:#ede9fe}.beneficios-kpi__icon--slate{color:#52616b;background:#eef3f4}.beneficios-kpi__body{flex:1;min-width:0}.beneficios-kpi__top{justify-content:space-between;align-items:center;gap:7px;display:flex}.beneficios-kpi__top>span{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800;overflow:hidden}.beneficios-kpi__top small{color:#c2410c;text-transform:uppercase;background:#fff7ed;border-radius:999px;padding:4px 7px;font-size:9px;font-weight:900}.beneficios-kpi__body>strong{color:#080b0d;margin-top:8px;font-size:23px;display:block}.beneficios-kpi__body p{color:#839099;text-overflow:ellipsis;white-space:nowrap;margin:7px 0 0;font-size:11px;overflow:hidden}.beneficios-filters{background:#fff;border:1px solid #dfe7e8;border-radius:16px;grid-template-columns:minmax(240px,1.4fr) repeat(5,minmax(130px,.65fr)) auto auto;align-items:center;gap:10px;padding:15px;display:grid}.beneficios-filters input,.beneficios-filters select{color:#334155;background:#fff;border:1px solid #d7e0e2;border-radius:10px;width:100%;min-height:42px;padding:9px 11px}.beneficios-filter-search{align-items:center;display:flex;position:relative}.beneficios-filter-search svg{color:#64748b;position:absolute;left:13px}.beneficios-filter-search input{padding-left:40px}.beneficios-filter-button{white-space:nowrap;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:9px 13px;font-weight:800;display:inline-flex}.beneficios-filter-button--apply{color:#fff;background:#080b0d;border:1px solid #080b0d}.beneficios-filter-button--clear{color:#52616b;background:#fff;border:1px solid #d7e0e2}.beneficios-filter-button:disabled{opacity:.45;cursor:not-allowed}.beneficios-content-grid{grid-template-columns:minmax(0,1.55fr) minmax(280px,.45fr);align-items:start;gap:16px;display:grid}.beneficios-list-panel,.beneficios-side-panel{background:#fff;border:1px solid #dfe7e8;border-radius:18px;overflow:hidden}.beneficios-panel-header,.beneficios-side-panel>header{border-bottom:1px solid #edf1f2;justify-content:space-between;align-items:center;gap:14px;min-height:76px;padding:18px 20px;display:flex}.beneficios-panel-header span,.beneficios-side-panel>header span{color:#078eaf;letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:900;display:block}.beneficios-panel-header h2,.beneficios-side-panel>header h2{color:#080b0d;margin:0;font-size:17px}.beneficios-panel-header>strong{color:#078eaf;background:#ddf9ff;border-radius:12px;justify-content:center;align-items:center;min-width:37px;height:37px;padding:0 10px;display:flex}.beneficios-table-wrapper{width:100%;overflow-x:auto}.beneficios-table{border-collapse:collapse;width:100%;min-width:1240px}.beneficios-table th{color:#52616b;text-align:left;text-transform:uppercase;background:#eef4f4;padding:12px 13px;font-size:10px;font-weight:900}.beneficios-table td{color:#52616b;vertical-align:middle;border-bottom:1px solid #edf1f2;padding:14px 13px;font-size:11px}.beneficios-table tbody tr:hover{background:#f5fbfc}.beneficios-company{align-items:center;gap:10px;min-width:190px;display:flex}.beneficios-company>div{color:#6c8100;background:#f2ffd1;border-radius:11px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.beneficios-company>span,.beneficios-primary-data,.beneficios-value,.beneficios-validity{flex-direction:column;min-width:0;display:flex}.beneficios-company strong,.beneficios-primary-data strong,.beneficios-value strong{color:#080b0d;font-size:11px}.beneficios-company small,.beneficios-primary-data span,.beneficios-primary-data small,.beneficios-value span,.beneficios-validity small{color:#8b989f;margin-top:3px;font-size:9px}.beneficios-primary-data small{text-overflow:ellipsis;white-space:nowrap;max-width:240px;overflow:hidden}.beneficios-category{color:#475569;white-space:nowrap;background:#f1f5f9;border-radius:999px;align-items:center;gap:5px;padding:6px 9px;font-size:10px;font-weight:800;display:inline-flex}.beneficios-status,.beneficios-validity__badge{text-transform:uppercase;white-space:nowrap;border-radius:999px;width:fit-content;padding:6px 9px;font-size:9px;font-weight:900;display:inline-flex}.beneficios-status--activo{color:#166534;background:#dcfce7}.beneficios-status--borrador{color:#075985;background:#e0f2fe}.beneficios-status--suspendido{color:#9a3412;background:#ffedd5}.beneficios-status--vencido,.beneficios-status--inactivo{color:#991b1b;background:#fee2e2}.beneficios-status--neutral{color:#475569;background:#f1f5f9}.beneficios-validity__badge--vigente{color:#166534;background:#dcfce7}.beneficios-validity__badge--por_vencer{color:#9a3412;background:#ffedd5}.beneficios-validity__badge--vencido{color:#991b1b;background:#fee2e2}.beneficios-validity__badge--futuro{color:#075985;background:#e0f2fe}.beneficios-validity__badge--sin_fecha{color:#475569;background:#f1f5f9}.beneficios-actions{gap:7px;display:flex}.beneficios-actions a{color:#078eaf;background:#fff;border:1px solid #dfe7e8;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.beneficios-actions a:hover{background:#ddf9ff;border-color:#10bceb}.beneficios-mobile-list{display:none}.beneficios-side-panels{flex-direction:column;gap:16px;display:flex}.beneficios-expiring-list,.beneficios-category-list{flex-direction:column;display:flex}.beneficios-expiring-list>a,.beneficios-category-list>div{border-bottom:1px solid #edf1f2;justify-content:space-between;align-items:center;gap:12px;padding:14px 17px;display:flex}.beneficios-expiring-list>a{color:inherit;text-decoration:none}.beneficios-expiring-list>a:hover{background:#f5fbfc}.beneficios-expiring-list>a>div{flex-direction:column;min-width:0;display:flex}.beneficios-expiring-list strong,.beneficios-category-list span{color:#080b0d;font-size:11px}.beneficios-expiring-list span{color:#839099;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:9px;overflow:hidden}.beneficios-expiring-list small{color:#9a3412;white-space:nowrap;background:#ffedd5;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900}.beneficios-category-list strong{color:#52616b;background:#eef3f4;border-radius:9px;justify-content:center;align-items:center;min-width:29px;height:29px;font-size:10px;display:flex}.beneficios-side-empty{color:#64748b;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:180px;padding:24px;display:flex}.beneficios-side-empty strong{color:#080b0d;margin-top:11px;font-size:12px}.beneficios-side-empty span{color:#839099;max-width:230px;margin-top:5px;font-size:10px;line-height:1.45}.beneficios-manage-link{color:#fff;background:#080b0d;border:1px solid #dfe7e8;border-radius:17px;justify-content:space-between;align-items:center;gap:13px;padding:17px;text-decoration:none;display:flex}.beneficios-manage-link>span{align-items:center;gap:11px;min-width:0;display:flex}.beneficios-manage-link>span>span{flex-direction:column;min-width:0;display:flex}.beneficios-manage-link strong{color:#fff;font-size:12px}.beneficios-manage-link small{color:#aebbc0;margin-top:4px;font-size:9px;line-height:1.4}.beneficios-empty,.beneficios-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:390px;padding:30px;display:flex}.beneficios-empty>div{color:#64748b;background:#eef3f4;border-radius:17px;justify-content:center;align-items:center;width:55px;height:55px;display:flex}.beneficios-empty h2,.beneficios-error h1{color:#080b0d;margin:14px 0 0}.beneficios-empty p,.beneficios-error p{color:#839099;max-width:420px;margin:7px 0 0;font-size:12px;line-height:1.5}.beneficios-error{color:#b91c1c;min-height:60vh}.beneficios-error button{color:#fff;cursor:pointer;background:#080b0d;border:0;border-radius:10px;align-items:center;gap:7px;margin-top:18px;padding:10px 14px;font-weight:800;display:inline-flex}.beneficios-loading{flex-direction:column;gap:17px;display:flex}.beneficios-loading__hero,.beneficios-loading__kpis>div,.beneficios-loading__panel{background:linear-gradient(90deg,#edf1f2 25%,#f8fafc 50%,#edf1f2 75%) 0 0/200% 100%;animation:1.4s infinite beneficios-loading}.beneficios-loading__hero{border-radius:22px;height:195px}.beneficios-loading__kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.beneficios-loading__kpis>div{border-radius:17px;height:126px}.beneficios-loading__panel{border-radius:18px;height:460px}.beneficios-spin{animation:.9s linear infinite beneficios-spin}@keyframes beneficios-loading{to{background-position:-200% 0}}@keyframes beneficios-spin{to{transform:rotate(360deg)}}@media (width<=1450px){.beneficios-filters{grid-template-columns:repeat(4,minmax(0,1fr))}.beneficios-filter-search{grid-column:span 2}}@media (width<=1260px){.beneficios-kpi-grid,.beneficios-loading__kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.beneficios-content-grid{grid-template-columns:1fr}.beneficios-side-panels{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.beneficios-manage-link{grid-column:span 2}}@media (width<=900px){.beneficios-hero{flex-direction:column}.beneficios-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.beneficios-filter-search{grid-column:span 2}.beneficios-table-wrapper{display:none}.beneficios-mobile-list{background:#f7fafb;flex-direction:column;gap:12px;padding:14px;display:flex}.beneficios-mobile-card{background:#fff;border:1px solid #dfe7e8;border-radius:15px;overflow:hidden}.beneficios-mobile-card header{border-bottom:1px solid #edf1f2;align-items:center;gap:10px;padding:14px;display:flex}.beneficios-mobile-card header>div{color:#6c8100;background:#f2ffd1;border-radius:12px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.beneficios-mobile-card header>span:nth-child(2){flex-direction:column;flex:1;min-width:0;display:flex}.beneficios-mobile-card header strong{color:#080b0d;font-size:12px}.beneficios-mobile-card header small{color:#839099;margin-top:3px;font-size:9px}.beneficios-mobile-card__company{color:#52616b;align-items:center;gap:7px;padding:12px 14px 0;font-size:11px;font-weight:750;display:flex}.beneficios-mobile-card__details{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:13px 14px;display:grid}.beneficios-mobile-card__details>div{background:#f7fafb;border-radius:10px;flex-direction:column;padding:10px;display:flex}.beneficios-mobile-card__details span{color:#8b989f;text-transform:uppercase;font-size:9px}.beneficios-mobile-card__details strong{color:#080b0d;margin-top:4px;font-size:11px}.beneficios-mobile-card footer{border-top:1px solid #edf1f2;display:flex}.beneficios-mobile-card footer a{color:#078eaf;flex:1;justify-content:center;align-items:center;gap:6px;min-height:45px;font-size:11px;font-weight:850;text-decoration:none;display:flex}.beneficios-mobile-card footer a+a{border-left:1px solid #edf1f2}}@media (width<=640px){.beneficios-page{padding-top:16px}.beneficios-hero{padding:20px 17px}.beneficios-hero__actions{flex-direction:column;width:100%}.beneficios-refresh,.beneficios-primary{width:100%}.beneficios-kpi-grid,.beneficios-loading__kpis,.beneficios-filters,.beneficios-side-panels{grid-template-columns:1fr}.beneficios-filter-search,.beneficios-manage-link{grid-column:auto}.beneficios-kpi{min-height:114px}.beneficios-mobile-card__details{grid-template-columns:1fr}}.beneficios-kpi--clickable{cursor:pointer;transition:transform .15s,box-shadow .15s,border-color .15s}.beneficios-kpi--clickable:hover{border-color:#10bceb8c;transform:translateY(-2px);box-shadow:0 10px 24px #080b0d14}.beneficios-kpi--clickable:focus-visible{outline-offset:2px;outline:3px solid #10bceb40}.beneficios-table th:nth-child(2),.beneficios-table td:nth-child(2){width:28%;min-width:260px}.beneficios-table th:first-child,.beneficios-table td:first-child{width:19%}.beneficios-table th:nth-child(3),.beneficios-table td:nth-child(3){width:15%}.beneficios-primary-data{min-width:230px;max-width:340px}.beneficios-primary-data small{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:320px;line-height:1.35;display:-webkit-box;overflow:hidden}.beneficios-category--sin-clasificar{color:#9a3412;background:#ffedd5}.beneficios-category--salud{color:#166534;background:#dcfce7}.beneficios-category--educacion{color:#1d4ed8;background:#dbeafe}.beneficios-category--recreacion,.beneficios-category--gimnasios{color:#6c8100;background:#f2ffd1}.beneficios-category--turismo{color:#6d28d9;background:#ede9fe}.beneficios-category--restaurantes{color:#c2410c;background:#ffedd5}.beneficios-category--tecnologia{color:#0e7490;background:#cffafe}.beneficios-category--seguros{color:#4338ca;background:#e0e7ff}.beneficios-category--comercio{color:#be185d;background:#fce7f3}.beneficios-category--servicios{color:#475569;background:#f1f5f9}.beneficios-category--bienestar{color:#0f766e;background:#ccfbf1}.beneficios-category--otro{color:#475569;background:#f1f5f9}.beneficios-actions a{position:relative}.beneficios-actions a:hover:after{z-index:20;color:#fff;content:attr(title);pointer-events:none;background:#080b0d;border-radius:7px;width:max-content;max-width:190px;padding:6px 8px;font-size:9px;font-weight:750;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.beneficios-actions a:hover:before{z-index:21;content:"";pointer-events:none;border:5px solid #0000;border-top-color:#080b0d;position:absolute;bottom:calc(100% + 3px);left:50%;transform:translate(-50%)}.pagos-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin:26px 0 20px;display:flex}.pagos-heading h1{color:var(--inter-black,#080b0d);margin:5px 0 0;font-size:clamp(25px,4vw,34px)}.pagos-heading p{max-width:720px;color:var(--inter-text-soft,#52616b);margin:9px 0 0;line-height:1.55}.pagos-eyebrow{color:var(--inter-cyan-dark,#078eaf);letter-spacing:.07em;text-transform:uppercase;font-size:12px;font-weight:900}.pagos-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:18px;display:grid}.pagos-summary-card{border:1px solid var(--inter-border,#dfe7e8);background:#fff;border-radius:17px;gap:13px;min-width:0;padding:18px;display:flex}.pagos-summary-card__icon{background:var(--inter-cyan-soft,#ddf9ff);width:43px;height:43px;color:var(--inter-cyan-dark,#078eaf);border-radius:13px;flex:0 0 43px;justify-content:center;align-items:center;display:flex}.pagos-summary-card>div:last-child{flex-direction:column;min-width:0;display:flex}.pagos-summary-card span{color:#64748b;font-size:12px;font-weight:750}.pagos-summary-card strong{color:#080b0d;text-overflow:ellipsis;white-space:nowrap;margin-top:7px;font-size:21px;overflow:hidden}.pagos-summary-card small{color:#94a3b8;margin-top:5px;font-size:11px}.pagos-filters{border:1px solid var(--inter-border,#dfe7e8);background:#fff;border-radius:16px;grid-template-columns:minmax(240px,1.4fr) repeat(4,minmax(130px,.6fr)) auto auto;align-items:center;gap:10px;margin-bottom:18px;padding:15px;display:grid}.pagos-filters input,.pagos-filters select{border-radius:10px;width:100%;min-height:42px}.pagos-filter--search{align-items:center;display:flex;position:relative}.pagos-filter--search svg{color:#64748b;position:absolute;left:13px}.pagos-filter--search input{padding-left:40px}.pagos-table-card{border:1px solid var(--inter-border,#dfe7e8);background:#fff;border-radius:18px;overflow:hidden}.pagos-table-wrapper{width:100%;overflow-x:auto}.pagos-table{border-collapse:collapse;width:100%;min-width:1080px}.pagos-table th{color:#52616b;letter-spacing:.04em;text-align:left;text-transform:uppercase;background:#eef4f4;padding:13px 15px;font-size:11px;font-weight:900}.pagos-table td{color:#475569;vertical-align:middle;border-bottom:1px solid #edf1f2;padding:15px;font-size:13px}.pagos-table tbody tr:hover{background:#f5fbfc}.pagos-table__amount{white-space:nowrap;font-weight:900;color:#080b0d!important;text-align:right!important}.pagos-person{align-items:center;gap:10px;min-width:185px;display:flex}.pagos-person__icon{background:var(--inter-lime-soft,#f2ffd1);color:#6c8100;border-radius:11px;flex:0 0 35px;justify-content:center;align-items:center;width:35px;height:35px;display:flex}.pagos-person>div:last-child,.pagos-primary-data{flex-direction:column;min-width:0;display:flex}.pagos-person strong,.pagos-primary-data strong{color:#080b0d;font-size:13px}.pagos-person span,.pagos-primary-data span,.pagos-primary-data a{color:#71808a;margin-top:4px;font-size:11px}.pagos-code,.pagos-primary-data a{color:var(--inter-cyan-dark,#078eaf);font-weight:750;text-decoration:none}.pagos-code:hover,.pagos-primary-data a:hover{text-decoration:underline}.pagos-status{text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:900;display:inline-flex}.pagos-status--confirmado{color:#166534;background:#dcfce7}.pagos-status--pendiente_validacion{color:#9a3412;background:#ffedd5}.pagos-status--rechazado,.pagos-status--anulado{color:#991b1b;background:#fee2e2}.pagos-status--neutral{color:#475569;background:#f1f5f9}.pagos-reject-reason{color:#b91c1c;max-width:180px;margin-top:7px;font-size:10px;line-height:1.35;display:block}.pagos-receipt-link{color:var(--inter-cyan-dark,#078eaf);align-items:center;gap:6px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}.pagos-no-file{color:#94a3b8;font-size:11px}.pagos-pagination{color:#64748b;border-top:1px solid #edf1f2;justify-content:space-between;align-items:center;gap:15px;padding:14px 16px;font-size:12px;display:flex}.pagos-pagination>div{align-items:center;gap:10px;display:flex}.pagos-pagination button{border:1px solid var(--inter-border,#dfe7e8);color:#334155;cursor:pointer;background:#fff;border-radius:9px;align-items:center;gap:5px;min-height:36px;padding:7px 11px;font-weight:750;display:inline-flex}.pagos-pagination button:disabled{opacity:.45;cursor:not-allowed}.pagos-loading{gap:12px;display:grid}.pagos-loading div{background:linear-gradient(90deg,#edf1f2 25%,#f8fafc 50%,#edf1f2 75%) 0 0/200% 100%;border-radius:15px;height:95px;animation:1.4s infinite pagos-loading}@keyframes pagos-loading{to{background-position:-200% 0}}.pagos-spin{animation:.9s linear infinite pagos-spin}@keyframes pagos-spin{to{transform:rotate(360deg)}}@media (width<=1250px){.pagos-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pagos-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.pagos-filter--search{grid-column:span 2}}@media (width<=700px){.pagos-heading{flex-direction:column}.pagos-summary-grid,.pagos-filters{grid-template-columns:1fr}.pagos-filter--search{grid-column:auto}.pagos-pagination{flex-direction:column;align-items:flex-start}.pagos-pagination>div{justify-content:space-between;width:100%}}.pagos-resumen{flex-direction:column;gap:18px;padding:22px 0 34px;display:flex}.pagos-resumen-hero{color:#fff;background:radial-gradient(circle at 100% 0,#c7f00030,#0000 34%),radial-gradient(circle at 0 100%,#10bceb21,#0000 31%),linear-gradient(135deg,#080b0d 0%,#111b1e 100%);border:1px solid #c7f0004d;border-radius:22px;justify-content:space-between;align-items:flex-start;gap:26px;padding:26px;display:flex}.pagos-resumen-hero__eyebrow{color:#c7f000;letter-spacing:.07em;text-transform:uppercase;align-items:center;gap:7px;font-size:12px;font-weight:900;display:inline-flex}.pagos-resumen-hero h1{color:#fff;margin:10px 0 0;font-size:clamp(27px,4vw,38px)}.pagos-resumen-hero p{color:#c5d0d5;max-width:720px;margin:10px 0 0;line-height:1.55}.pagos-resumen-hero__status{margin-top:18px}.pagos-resumen-alert{border-radius:999px;align-items:center;gap:7px;padding:8px 11px;font-size:12px;font-weight:800;display:inline-flex}.pagos-resumen-alert--success{color:#dcff52;background:#c7f00021}.pagos-resumen-alert--warning{color:#fed7aa;background:#fb923c26}.pagos-resumen-hero__actions{gap:10px;display:flex}.pagos-resumen-refresh,.pagos-resumen-primary{cursor:pointer;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:43px;padding:10px 15px;font-size:13px;font-weight:850;text-decoration:none;display:inline-flex}.pagos-resumen-refresh{color:#fff;background:#ffffff14;border:1px solid #fff3}.pagos-resumen-primary{color:#080b0d;background:#c7f000;border:1px solid #c7f000}.pagos-resumen-refresh:disabled{opacity:.6}.pagos-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.pagos-kpi{color:#080b0d;background:#fff;border:1px solid #dfe7e8;border-radius:17px;align-items:flex-start;gap:13px;min-width:0;min-height:128px;padding:18px;text-decoration:none;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex}.pagos-kpi--link:hover{border-color:#10bceb70;transform:translateY(-2px);box-shadow:0 10px 24px #080b0d12}.pagos-kpi__icon{border-radius:13px;flex:0 0 43px;justify-content:center;align-items:center;width:43px;height:43px;display:flex}.pagos-kpi__icon--lime{color:#6c8100;background:#f2ffd1}.pagos-kpi__icon--green{color:#15803d;background:#dcfce7}.pagos-kpi__icon--cyan{color:#078eaf;background:#ddf9ff}.pagos-kpi__icon--orange{color:#c2410c;background:#ffedd5}.pagos-kpi__icon--red{color:#b91c1c;background:#fee2e2}.pagos-kpi__icon--purple{color:#6d28d9;background:#ede9fe}.pagos-kpi__icon--slate{color:#52616b;background:#eef3f4}.pagos-kpi__body{flex:1;min-width:0}.pagos-kpi__top{justify-content:space-between;align-items:center;gap:8px;display:flex}.pagos-kpi__top>span{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800;overflow:hidden}.pagos-kpi__top small{color:#c2410c;text-transform:uppercase;background:#fff7ed;border-radius:999px;padding:4px 7px;font-size:9px;font-weight:900}.pagos-kpi__body>strong{color:#080b0d;text-overflow:ellipsis;white-space:nowrap;margin-top:8px;font-size:23px;display:block;overflow:hidden}.pagos-kpi__body p{color:#839099;text-overflow:ellipsis;white-space:nowrap;margin:7px 0 0;font-size:11px;overflow:hidden}.pagos-kpi__arrow{color:#a6b3b9;flex-shrink:0;align-self:center}.pagos-resumen-grid{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:16px;display:grid}.pagos-resumen-grid--bottom{grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr)}.pagos-resumen-panel{background:#fff;border:1px solid #dfe7e8;border-radius:18px;flex-direction:column;min-width:0;display:flex;overflow:hidden}.pagos-resumen-panel__header{color:#64748b;border-bottom:1px solid #edf1f2;justify-content:space-between;align-items:center;gap:14px;min-height:76px;padding:18px 20px;display:flex}.pagos-resumen-panel__header span{color:#078eaf;letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:900;display:block}.pagos-resumen-panel__header h2{color:#080b0d;margin:0;font-size:17px}.pagos-resumen-panel__footer{color:#078eaf;border-top:1px solid #edf1f2;justify-content:center;align-items:center;gap:7px;min-height:49px;margin-top:auto;font-size:12px;font-weight:850;text-decoration:none;display:flex}.pagos-methods{flex-direction:column;gap:19px;padding:21px;display:flex}.pagos-method__top{justify-content:space-between;align-items:center;gap:16px;display:flex}.pagos-method__top>div{flex-direction:column;display:flex}.pagos-method__top strong{color:#080b0d;font-size:13px}.pagos-method__top span{color:#839099;margin-top:3px;font-size:10px}.pagos-method__track{background:#edf2f3;border-radius:999px;height:8px;margin-top:9px;overflow:hidden}.pagos-method__bar{border-radius:inherit;background:linear-gradient(90deg,#10bceb 0%,#c7f000 100%);height:100%}.pagos-pending-list{flex-direction:column;display:flex}.pagos-pending-item{min-width:0;color:inherit;border-bottom:1px solid #edf1f2;align-items:center;gap:11px;padding:14px 18px;text-decoration:none;display:flex}.pagos-pending-item:hover{background:#f5fbfc}.pagos-pending-item__icon{color:#c2410c;background:#ffedd5;border-radius:12px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.pagos-pending-item__body{flex-direction:column;flex:1;min-width:0;display:flex}.pagos-pending-item__body strong,.pagos-pending-item__body span,.pagos-pending-item__body small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pagos-pending-item__body strong{color:#080b0d;font-size:12px}.pagos-pending-item__body span{color:#71808a;margin-top:3px;font-size:10px}.pagos-pending-item__body small{color:#9aa6ac;margin-top:3px;font-size:9px}.pagos-pending-item__amount{flex-direction:column;align-items:flex-end;display:flex}.pagos-pending-item__amount strong{color:#080b0d;font-size:12px}.pagos-pending-item__amount span{color:#c2410c;text-transform:uppercase;margin-top:4px;font-size:9px;font-weight:900}.pagos-recent-table-wrapper{width:100%;overflow-x:auto}.pagos-recent-table{border-collapse:collapse;width:100%;min-width:900px}.pagos-recent-table th{color:#52616b;text-align:left;text-transform:uppercase;background:#eef4f4;padding:11px 13px;font-size:10px;font-weight:900}.pagos-recent-table td{color:#52616b;border-bottom:1px solid #edf1f2;padding:13px;font-size:11px}.pagos-recent-primary{flex-direction:column;display:flex}.pagos-recent-primary strong{color:#080b0d;font-size:11px}.pagos-recent-primary span{color:#8b989f;margin-top:3px;font-size:9px}.pagos-recent-table__amount{text-align:right;font-weight:900;color:#080b0d!important}.pagos-quick-actions{flex-direction:column;padding:9px 13px;display:flex}.pagos-quick-actions>a{color:#64748b;border-bottom:1px solid #edf1f2;align-items:center;gap:11px;min-width:0;padding:13px 7px;text-decoration:none;display:flex}.pagos-quick-actions>a:hover{background:#f5fbfc}.pagos-quick-actions>a>div{color:#078eaf;background:#ddf9ff;border-radius:12px;flex:0 0 39px;justify-content:center;align-items:center;width:39px;height:39px;display:flex}.pagos-quick-actions>a>span{flex-direction:column;flex:1;min-width:0;display:flex}.pagos-quick-actions strong{color:#080b0d;font-size:12px}.pagos-quick-actions small{color:#839099;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:10px;overflow:hidden}.pagos-resumen-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:210px;padding:28px;display:flex}.pagos-resumen-empty>div{color:#64748b;background:#eef3f4;border-radius:15px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.pagos-resumen-empty strong{color:#080b0d;margin-top:13px}.pagos-resumen-empty p{color:#839099;max-width:320px;margin:6px 0 0;font-size:12px;line-height:1.45}.pagos-resumen-error{color:#b91c1c;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:55vh;display:flex}.pagos-resumen-error h2{color:#080b0d;margin:15px 0 0}.pagos-resumen-error p{color:#71808a;margin:7px 0 18px}.pagos-resumen-loading{flex-direction:column;gap:17px;padding:22px 0;display:flex}.pagos-resumen-loading__hero,.pagos-resumen-loading__cards>div,.pagos-resumen-loading__panels>div{background:linear-gradient(90deg,#edf1f2 25%,#f8fafc 50%,#edf1f2 75%) 0 0/200% 100%;animation:1.4s infinite pagos-loading}.pagos-resumen-loading__hero{border-radius:22px;height:195px}.pagos-resumen-loading__cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.pagos-resumen-loading__cards>div{border-radius:17px;height:128px}.pagos-resumen-loading__panels{grid-template-columns:1.2fr .8fr;gap:16px;display:grid}.pagos-resumen-loading__panels>div{border-radius:18px;height:350px}@media (width<=1260px){.pagos-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pagos-resumen-grid--bottom{grid-template-columns:1fr}.pagos-resumen-loading__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.pagos-resumen-hero{flex-direction:column}.pagos-resumen-grid,.pagos-resumen-loading__panels{grid-template-columns:1fr}}@media (width<=640px){.pagos-resumen-hero{padding:20px 17px}.pagos-resumen-hero__actions{flex-direction:column;width:100%}.pagos-resumen-refresh,.pagos-resumen-primary{width:100%}.pagos-kpi-grid,.pagos-resumen-loading__cards{grid-template-columns:1fr}.pagos-kpi{min-height:116px}}.reportes-page{--reportes-black:#080b0d;--reportes-dark:#111b1e;--reportes-text:#334155;--reportes-text-soft:#64748b;--reportes-muted:#8b989f;--reportes-border:#dfe7e8;--reportes-border-soft:#edf1f2;--reportes-background:#f5f8f8;--reportes-card:#fff;--reportes-cyan:#10bceb;--reportes-cyan-dark:#078eaf;--reportes-cyan-soft:#ddf9ff;--reportes-lime:#c7f000;--reportes-lime-dark:#6c8100;--reportes-lime-soft:#f2ffd1;--reportes-green:#15803d;--reportes-green-soft:#dcfce7;--reportes-orange:#c2410c;--reportes-orange-soft:#ffedd5;--reportes-red:#b91c1c;--reportes-red-soft:#fee2e2;--reportes-purple:#6d28d9;--reportes-purple-soft:#ede9fe;background:var(--reportes-background);min-height:100%;color:var(--reportes-text)}.reportes-shell{flex-direction:column;gap:18px;width:100%;max-width:1600px;margin:0 auto;padding:22px 0 36px;display:flex}.reportes-section{min-width:0}.reportes-panel{border:1px solid var(--reportes-border);background:var(--reportes-card);border-radius:18px;min-width:0;overflow:hidden}.reportes-panel__header{border-bottom:1px solid var(--reportes-border-soft);justify-content:space-between;align-items:center;gap:16px;min-height:76px;padding:18px 20px;display:flex}.reportes-panel__header-text{min-width:0}.reportes-panel__eyebrow{color:var(--reportes-cyan-dark);letter-spacing:.07em;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:900;display:block}.reportes-panel__title{color:var(--reportes-black);margin:0;font-size:17px;font-weight:850}.reportes-panel__description{color:var(--reportes-muted);margin:5px 0 0;font-size:12px;line-height:1.45}.reportes-panel__body{min-width:0;padding:20px}.reportes-grid{gap:16px;min-width:0;display:grid}.reportes-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.reportes-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.reportes-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.reportes-grid--analytics{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr)}.reportes-card{border:1px solid var(--reportes-border);background:var(--reportes-card);border-radius:17px;min-width:0}.reportes-button{cursor:pointer;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:9px 14px;font-family:inherit;font-size:12px;font-weight:850;text-decoration:none;transition:transform .15s,border-color .15s,background-color .15s,box-shadow .15s;display:inline-flex}.reportes-button:hover:not(:disabled){transform:translateY(-1px)}.reportes-button:disabled{opacity:.55;cursor:not-allowed}.reportes-button--primary{border-color:var(--reportes-lime);background:var(--reportes-lime);color:var(--reportes-black)}.reportes-button--secondary{border-color:var(--reportes-border);color:var(--reportes-text);background:#fff}.reportes-button--secondary:hover:not(:disabled){border-color:#10bceb73;box-shadow:0 8px 20px #080b0d0f}.reportes-button--dark{border-color:var(--reportes-black);background:var(--reportes-black);color:#fff}.reportes-input,.reportes-select{border:1px solid var(--reportes-border);width:100%;min-height:42px;color:var(--reportes-text);background:#fff;border-radius:10px;outline:none;padding:9px 12px;font-family:inherit;font-size:12px;transition:border-color .15s,box-shadow .15s}.reportes-input:focus,.reportes-select:focus{border-color:var(--reportes-cyan);box-shadow:0 0 0 3px #10bceb1f}.reportes-label{min-width:0;color:var(--reportes-text-soft);flex-direction:column;gap:6px;font-size:11px;font-weight:800;display:flex}.reportes-alert{border:1px solid;border-radius:13px;align-items:flex-start;gap:10px;padding:13px 15px;font-size:12px;line-height:1.5;display:flex}.reportes-alert--error{color:#991b1b;background:#fff1f2;border-color:#fecaca}.reportes-alert--success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.reportes-alert--warning{color:#9a3412;background:#fff7ed;border-color:#fed7aa}.reportes-scroll{width:100%;overflow-x:auto}.reportes-spin{animation:.9s linear infinite reportes-spin}@keyframes reportes-spin{to{transform:rotate(360deg)}}.reportes-skeleton{background:linear-gradient(90deg,#edf1f2 25%,#f8fafc 50%,#edf1f2 75%) 0 0/200% 100%;border-radius:15px;animation:1.4s infinite reportes-loading}@keyframes reportes-loading{to{background-position:-200% 0}}@media (width<=1260px){.reportes-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.reportes-grid--analytics{grid-template-columns:1fr}}@media (width<=900px){.reportes-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}.reportes-grid--2{grid-template-columns:1fr}}@media (width<=640px){.reportes-shell{gap:14px;padding:16px 0 28px}.reportes-panel{border-radius:15px}.reportes-panel__header{flex-direction:column;align-items:flex-start;min-height:auto;padding:16px}.reportes-panel__body{padding:16px}.reportes-grid--3,.reportes-grid--4{grid-template-columns:1fr}.reportes-button{width:100%}}.reportes-hero{color:#fff;background:radial-gradient(circle at 100% 0,#c7f00033,#0000 34%),radial-gradient(circle at 0 100%,#10bceb26,#0000 34%),linear-gradient(135deg,#080b0d 0%,#111b1e 100%);border:1px solid #c7f0004d;border-radius:22px;justify-content:space-between;align-items:flex-start;gap:28px;min-width:0;padding:27px;display:flex;position:relative;overflow:hidden}.reportes-hero:after{content:"";pointer-events:none;border:1px solid #ffffff12;border-radius:50%;width:210px;height:210px;position:absolute;bottom:-85px;right:-60px}.reportes-hero__content{z-index:1;min-width:0;max-width:780px;position:relative}.reportes-hero__eyebrow{color:var(--reportes-lime);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:7px;font-size:11px;font-weight:900;display:inline-flex}.reportes-hero h1{color:#fff;letter-spacing:-.035em;margin:10px 0 0;font-size:clamp(28px,4vw,39px);font-weight:900;line-height:1.1}.reportes-hero p{color:#c5d0d5;max-width:720px;margin:11px 0 0;font-size:13px;line-height:1.6}.reportes-hero__metadata{flex-wrap:wrap;gap:9px;margin-top:19px;display:flex}.reportes-hero__metadata>span{color:#dbe4e7;background:#ffffff12;border:1px solid #ffffff1c;border-radius:999px;align-items:center;gap:7px;min-height:32px;padding:7px 10px;font-size:10px;font-weight:750;display:inline-flex}.reportes-hero__metadata svg{color:var(--reportes-cyan);flex-shrink:0}.reportes-hero__actions{z-index:1;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:11px;display:flex;position:relative}.reportes-hero__refresh{border:1px solid var(--reportes-lime);background:var(--reportes-lime);min-height:43px;color:var(--reportes-black);cursor:pointer;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:10px 15px;font-family:inherit;font-size:12px;font-weight:900;transition:transform .15s,box-shadow .15s;display:inline-flex}.reportes-hero__refresh:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 25px #c7f00029}.reportes-hero__refresh:disabled{opacity:.65;cursor:not-allowed}.reportes-hero__badge{color:#c5d0d5;background:#ffffff12;border-radius:999px;align-items:center;gap:7px;padding:7px 10px;font-size:10px;font-weight:800;display:inline-flex}.reportes-hero__badge>span{background:var(--reportes-lime);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #c7f0001a}@media (width<=900px){.reportes-hero{flex-direction:column}.reportes-hero__actions{align-items:flex-start;width:100%}}@media (width<=640px){.reportes-hero{border-radius:18px;gap:21px;padding:21px 17px}.reportes-hero h1{font-size:29px}.reportes-hero__actions,.reportes-hero__refresh{width:100%}.reportes-hero__badge{align-self:center}.reportes-hero__metadata{flex-direction:column;align-items:stretch}.reportes-hero__metadata>span{border-radius:10px;width:100%}}.reportes-control-panel{z-index:3;border:1px solid var(--reportes-border);background:#fff;border-radius:18px;min-width:0;padding:21px;position:relative}.reportes-section-heading{justify-content:space-between;align-items:flex-start;gap:20px;min-width:0;margin-bottom:17px;display:flex}.reportes-section-heading__eyebrow{color:var(--reportes-cyan);letter-spacing:.09em;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:900;display:block}.reportes-section-heading h2,.reportes-results__heading h2{color:var(--reportes-black);letter-spacing:-.025em;margin:0;font-size:18px;font-weight:900;line-height:1.2}.reportes-section-heading p,.reportes-results__heading p{max-width:680px;color:var(--reportes-muted);margin:6px 0 0;font-size:11px;line-height:1.55}.reportes-control-panel>section,.reportes-control-panel>form,.reportes-control-panel>div:last-child{min-width:0;margin:0}.reportes-export-panel{border:1px solid var(--reportes-border);background:#ffffffe0;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:12px 15px;display:flex}.reportes-export-panel__label{color:var(--reportes-muted);letter-spacing:.04em;text-transform:uppercase;flex-shrink:0;font-size:10px;font-weight:850}.reportes-export-panel .report-export-actions{width:auto;margin:0}.reportes-layout-error{min-height:52px;box-shadow:none;align-items:center;margin:0;display:flex;border-radius:14px!important}.reportes-results{flex-direction:column;gap:17px;min-width:0;display:flex}.reportes-results__heading{justify-content:space-between;align-items:flex-start;gap:20px;min-width:0;padding:3px 2px 0;display:flex}.reportes-results__status{color:#3f6212;background:#f7fee7;border:1px solid #dce9c0;border-radius:999px;flex-shrink:0;align-items:center;gap:7px;min-height:31px;padding:7px 10px;font-size:10px;font-weight:850;display:inline-flex}.reportes-results__status>span{background:#65a30d;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #65a30d1a}.reportes-results__kpis,.reportes-results__analytics,.reportes-results__detail,.reportes-empty-zone{min-width:0}.reportes-results__kpis>section,.reportes-results__analytics>section,.reportes-results__detail>section,.reportes-empty-zone>section{min-width:0;margin:0}.reportes-results__analytics>section,.reportes-results__detail>section{border-color:var(--reportes-border);box-shadow:none;background:#fff;border-radius:18px;overflow:hidden}.reportes-results__analytics h2,.reportes-results__detail h2{color:var(--reportes-black);letter-spacing:-.018em;font-weight:900}.reportes-results__analytics p,.reportes-results__detail p{color:var(--reportes-muted)}.reportes-empty-zone{border-radius:18px;overflow:hidden}.reportes-page .shadow-sm{box-shadow:none}.reportes-page .border-slate-200{border-color:var(--reportes-border)}@media (width<=900px){.reportes-export-panel{flex-direction:column;align-items:stretch}.reportes-export-panel .report-export-actions{width:100%}}@media (width<=640px){.reportes-control-panel{border-radius:15px;padding:17px}.reportes-section-heading,.reportes-results__heading{flex-direction:column}.reportes-results__status{align-self:flex-start}.reportes-export-panel{border-radius:12px;padding:12px}.reportes-results__analytics>section,.reportes-results__detail>section,.reportes-empty-zone{border-radius:15px}}.report-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;width:100%;display:grid}.report-kpi-card{isolation:isolate;background:linear-gradient(145deg,#fffffffa,#f8fafcf5);border:1px solid #cbd5e1d1;border-radius:1.35rem;flex-direction:column;justify-content:space-between;min-width:0;min-height:190px;padding:1.25rem;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 28px #0f172a0f,0 2px 8px #0f172a08}.report-kpi-card:before{z-index:-1;content:"";pointer-events:none;background:#6366f10f;border-radius:999px;width:160px;height:160px;position:absolute;top:-72px;right:-72px}.report-kpi-card:after{content:"";opacity:.65;pointer-events:none;background:linear-gradient(90deg,#6366f126,#6366f1ad,#6366f126);height:3px;position:absolute;inset:auto 0 0}.report-kpi-card:hover{border-color:#94a3b8e6;transform:translateY(-3px);box-shadow:0 18px 38px #0f172a1a,0 4px 12px #0f172a0a}.report-kpi-card--featured{background:radial-gradient(circle at 100% 0,#ffffff38,#0000 38%),linear-gradient(145deg,#3730a3 0%,#4f46e5 52%,#6366f1 100%);border-color:#818cf8b8;box-shadow:0 18px 36px #4f46e538,0 4px 14px #4f46e51f}.report-kpi-card--featured:before{background:#ffffff1a;width:210px;height:210px;top:-90px;right:-68px}.report-kpi-card--featured:after{background:linear-gradient(90deg,#0000,#ffffffd6,#0000)}.report-kpi-card--featured:hover{border-color:#c7d2feeb;box-shadow:0 22px 44px #4f46e545,0 5px 16px #4f46e524}.report-kpi-card__top{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.report-kpi-card__icon{color:#4f46e5;background:#eef2ffeb;border:1px solid #c7d2fecc;border-radius:.9rem;flex:none;justify-content:center;align-items:center;width:2.65rem;height:2.65rem;display:inline-flex;box-shadow:0 4px 10px #4f46e514}.report-kpi-card--featured .report-kpi-card__icon{color:#fff;box-shadow:none;background:#ffffff24;border-color:#ffffff3d}.report-kpi-card__badge{color:#64748b;letter-spacing:.06em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;background:#f8fafceb;border:1px solid #cbd5e1b8;border-radius:999px;justify-content:center;align-items:center;max-width:100%;padding:.38rem .68rem;font-size:.68rem;font-weight:800;line-height:1;display:inline-flex;overflow:hidden}.report-kpi-card--featured .report-kpi-card__badge{color:#fffffff0;background:#ffffff24;border-color:#ffffff3b}.report-kpi-card__content{min-width:0;margin-top:1rem}.report-kpi-card__title{color:#64748b;letter-spacing:.075em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:800;line-height:1.25}.report-kpi-card--featured .report-kpi-card__title{color:#e0e7fff0}.report-kpi-card__value{overflow-wrap:anywhere;color:#0f172a;letter-spacing:-.045em;margin:.45rem 0 0;font-size:clamp(1.65rem,2vw,2.15rem);font-weight:850;line-height:1.05}.report-kpi-card--featured .report-kpi-card__value{color:#fff;text-shadow:0 2px 12px #1e1b4b33;font-size:clamp(1.75rem,2.2vw,2.35rem)}.report-kpi-card__description{color:#64748b;margin:.65rem 0 0;font-size:.78rem;font-weight:500;line-height:1.5}.report-kpi-card--featured .report-kpi-card__description{color:#e0e7ffe6}.report-kpi-card__footer{color:#94a3b8;letter-spacing:.025em;border-top:1px solid #e2e8f0cc;align-items:center;gap:.5rem;margin-top:1rem;padding-top:.8rem;font-size:.7rem;font-weight:700;display:flex}.report-kpi-card--featured .report-kpi-card__footer{color:#e0e7ffd9;border-top-color:#ffffff29}.report-kpi-card__indicator{background:#6366f1;border-radius:999px;flex:none;width:.48rem;height:.48rem;display:inline-block;box-shadow:0 0 0 4px #6366f11f}.report-kpi-card--featured .report-kpi-card__indicator{background:#fff;box-shadow:0 0 0 4px #ffffff21}.report-kpi-card--positive{border-color:#86efaccc}.report-kpi-card--positive:before{background:#22c55e12}.report-kpi-card--positive:after{background:linear-gradient(90deg,#22c55e1f,#22c55ebf,#22c55e1f)}.report-kpi-card--positive .report-kpi-card__icon{color:#16a34a;background:#f0fdf4f5;border-color:#86efacd1}.report-kpi-card--positive .report-kpi-card__value{color:#15803d}.report-kpi-card--positive .report-kpi-card__indicator{background:#22c55e;box-shadow:0 0 0 4px #22c55e21}.report-kpi-card--negative{border-color:#fecacae0}.report-kpi-card--negative:before{background:#ef444411}.report-kpi-card--negative:after{background:linear-gradient(90deg,#ef44441f,#ef4444b8,#ef44441f)}.report-kpi-card--negative .report-kpi-card__icon{color:#dc2626;background:#fef2f2f5;border-color:#fecacae6}.report-kpi-card--negative .report-kpi-card__value{color:#b91c1c}.report-kpi-card--negative .report-kpi-card__indicator{background:#ef4444;box-shadow:0 0 0 4px #ef44441f}.report-kpi-card--information .report-kpi-card__icon{color:#0284c7;background:#f0f9fff5;border-color:#bae6fdeb}.report-kpi-card--information .report-kpi-card__indicator{background:#0ea5e9;box-shadow:0 0 0 4px #0ea5e91f}.report-kpi-card--value .report-kpi-card__icon{color:#7c3aed;background:#f5f3fff5;border-color:#ddd6feeb}.report-kpi-card--value .report-kpi-card__indicator{background:#8b5cf6;box-shadow:0 0 0 4px #8b5cf61f}.report-kpi-card--neutral .report-kpi-card__icon{color:#64748b;background:#f8fafcf5;border-color:#cbd5e1e0}.report-kpi-card--neutral .report-kpi-card__indicator{background:#94a3b8;box-shadow:0 0 0 4px #94a3b821}@media (width<=1180px){.report-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.report-kpi-card{min-height:182px}}@media (width<=680px){.report-kpis{grid-template-columns:minmax(0,1fr);gap:.85rem}.report-kpi-card{border-radius:1.15rem;min-height:168px;padding:1.05rem}.report-kpi-card__icon{border-radius:.78rem;width:2.4rem;height:2.4rem}.report-kpi-card__value{font-size:clamp(1.55rem,8vw,2rem)}.report-kpi-card--featured .report-kpi-card__value{font-size:clamp(1.65rem,8.5vw,2.15rem)}}@media (prefers-reduced-motion:reduce){.report-kpi-card{transition:none}.report-kpi-card:hover{transform:none}}.report-filters{background:#fffffffa;border:1px solid #cbd5e1db;border-radius:1.5rem;width:100%;overflow:hidden;box-shadow:0 16px 38px #0f172a12,0 3px 10px #0f172a09}.report-filters__header{background:radial-gradient(circle at 100% 0,#6366f117,#0000 32%),linear-gradient(145deg,#f8fafcf5,#fffffffa);border-bottom:1px solid #e2e8f0e6;justify-content:space-between;align-items:flex-start;gap:1.25rem;padding:1.45rem 1.5rem;display:flex}.report-filters__heading{align-items:flex-start;gap:.95rem;min-width:0;display:flex}.report-filters__heading-icon{color:#4f46e5;background:#eef2fff2;border:1px solid #c7d2fee6;border-radius:.95rem;flex:none;justify-content:center;align-items:center;width:2.8rem;height:2.8rem;display:inline-flex;box-shadow:0 5px 14px #4f46e51a}.report-filters__eyebrow{color:#6366f1;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.25rem;font-size:.68rem;font-weight:850;line-height:1.2}.report-filters__title{color:#0f172a;letter-spacing:-.025em;margin:0;font-size:clamp(1.15rem,2vw,1.4rem);font-weight:800;line-height:1.2}.report-filters__description{color:#64748b;max-width:680px;margin:.35rem 0 0;font-size:.85rem;line-height:1.55}.report-filters__status{color:#15803d;white-space:nowrap;background:#f0fdf4f5;border:1px solid #bbf7d0e6;border-radius:999px;flex:none;align-items:center;gap:.5rem;padding:.48rem .72rem;font-size:.72rem;font-weight:750;display:inline-flex}.report-filters__status-dot{background:#22c55e;border-radius:999px;width:.46rem;height:.46rem;box-shadow:0 0 0 4px #22c55e1f}.report-filters__body{flex-direction:column;gap:1.15rem;padding:1.35rem 1.5rem;display:flex}.report-filters__section{background:#f8fafc9e;border:1px solid #e2e8f0eb;border-radius:1.15rem;padding:1.15rem}.report-filters__section--optional{background:#fafaffc7}.report-filters__section-heading{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.report-filters__section-title{color:#1e293b;letter-spacing:-.01em;margin:0;font-size:.88rem;font-weight:800}.report-filters__section-description{color:#64748b;margin:.25rem 0 0;font-size:.76rem;line-height:1.45}.report-filters__section-badge{color:#4f46e5;letter-spacing:.07em;text-transform:uppercase;background:#eef2fff2;border:1px solid #c7d2fee6;border-radius:999px;flex:none;align-items:center;padding:.36rem .62rem;font-size:.64rem;font-weight:850;display:inline-flex}.report-filters__section-badge--optional{color:#64748b;background:#f8fafcfa;border-color:#cbd5e1e6}.report-filters__grid{gap:1rem;display:grid}.report-filters__grid--main{grid-template-columns:repeat(5,minmax(0,1fr))}.report-filters__grid--additional{grid-template-columns:repeat(2,minmax(0,1fr))}.report-filter-field{flex-direction:column;gap:.45rem;min-width:0;display:flex}.report-filter-field__label{color:#334155;font-size:.76rem;font-weight:750;line-height:1.3}.report-filter-field__control{align-items:center;min-width:0;display:flex;position:relative}.report-filter-field__icon{z-index:2;color:#64748b;pointer-events:none;justify-content:center;align-items:center;display:inline-flex;position:absolute;left:.82rem}.report-filter-field__input{color:#1e293b;background:#fffffffa;border:1px solid #cbd5e1f5;border-radius:.9rem;outline:none;width:100%;min-height:2.8rem;padding:.7rem .85rem .7rem 2.55rem;font-size:.8rem;font-weight:550;transition:border-color .16s,box-shadow .16s,background-color .16s;box-shadow:0 2px 5px #0f172a06}.report-filter-field__input::placeholder{color:#94a3b8}.report-filter-field__input:hover:not(:disabled){border-color:#94a3b8f2}.report-filter-field__input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f121,0 3px 8px #0f172a09}.report-filter-field__input:disabled{cursor:not-allowed;color:#94a3b8;background:#f1f5f9e6;border-color:#e2e8f0f2}.report-filter-field__select{appearance:none;padding-right:2.4rem}.report-filter-field__chevron{color:#94a3b8;pointer-events:none;position:absolute;right:.78rem}.report-filter-field__date{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.report-filter-field__help{color:#94a3b8;min-height:1rem;font-size:.66rem;font-weight:500;line-height:1.35}.report-filter-field--disabled{opacity:.78}.report-filters__comparison{background:linear-gradient(145deg,#f8fafcf0,#fffffffa);border:1px solid #cbd5e1e6;border-radius:1.15rem;padding:1.05rem 1.15rem;transition:border-color .18s,background-color .18s,box-shadow .18s}.report-filters__comparison--active{background:linear-gradient(145deg,#eef2ffc2,#fffffffa);border-color:#a5b4fcf2;box-shadow:0 8px 20px #4f46e512}.report-filters__comparison-toggle{cursor:pointer;align-items:flex-start;gap:.85rem;display:flex}.report-filters__checkbox-wrapper{flex:none;margin-top:.1rem;display:inline-flex;position:relative}.report-filters__checkbox{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.report-filters__checkbox-control{color:#0000;background:#fff;border:1px solid #94a3b8f2;border-radius:.42rem;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex}.report-filters__checkbox:checked+.report-filters__checkbox-control{color:#fff;background:#4f46e5;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e521}.report-filters__checkbox:focus-visible+.report-filters__checkbox-control{box-shadow:0 0 0 3px #4f46e533}.report-filters__checkbox:disabled+.report-filters__checkbox-control{cursor:not-allowed;opacity:.55}.report-filters__comparison-copy{flex-direction:column;gap:.2rem;min-width:0;display:flex}.report-filters__comparison-title{color:#334155;font-size:.8rem;font-weight:800}.report-filters__comparison-description{color:#64748b;font-size:.72rem;line-height:1.45}.report-filters__comparison-fields{border-top:1px solid #c7d2feb3;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;padding-top:1rem;display:grid}.report-filters__footer{background:#f8fafcb8;border-top:1px solid #e2e8f0e6;justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 1.5rem;display:flex}.report-filters__footer-copy{color:#64748b;align-items:center;gap:.55rem;min-width:0;font-size:.72rem;font-weight:550;display:flex}.report-filters__actions{flex:none;align-items:center;gap:.7rem;display:flex}.report-filters__button{border-radius:.9rem;justify-content:center;align-items:center;gap:.55rem;min-height:2.8rem;padding:.68rem 1rem;font-size:.78rem;font-weight:750;line-height:1;transition:transform .15s,border-color .15s,background-color .15s,box-shadow .15s;display:inline-flex}.report-filters__button:hover:not(:disabled){transform:translateY(-1px)}.report-filters__button:focus-visible{outline:none;box-shadow:0 0 0 3px #6366f129}.report-filters__button:disabled{cursor:not-allowed;opacity:.55}.report-filters__button--secondary{color:#475569;background:#fff;border:1px solid #cbd5e1f5}.report-filters__button--secondary:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8f2}.report-filters__button--primary{color:#fff;background:linear-gradient(135deg,#4f46e5,#6366f1);border:1px solid #4f46e5;box-shadow:0 8px 18px #4f46e533,0 2px 5px #4f46e51f}.report-filters__button--primary:hover:not(:disabled){background:linear-gradient(135deg,#4338ca,#4f46e5);border-color:#4338ca;box-shadow:0 10px 22px #4f46e53d,0 3px 7px #4f46e524}.report-filters__spinner{border:2px solid #ffffff5c;border-top-color:#fff;border-radius:999px;width:1rem;height:1rem;animation:.75s linear infinite report-filters-spin}@keyframes report-filters-spin{to{transform:rotate(360deg)}}@media (width<=1280px){.report-filters__grid--main{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.report-filters__header{flex-direction:column}.report-filters__status{align-self:flex-start}.report-filters__grid--main{grid-template-columns:repeat(2,minmax(0,1fr))}.report-filters__footer{flex-direction:column;align-items:stretch}.report-filters__actions{justify-content:flex-end}}@media (width<=640px){.report-filters{border-radius:1.2rem}.report-filters__header,.report-filters__body,.report-filters__footer{padding-left:1rem;padding-right:1rem}.report-filters__heading{gap:.7rem}.report-filters__heading-icon{border-radius:.8rem;width:2.5rem;height:2.5rem}.report-filters__grid--main,.report-filters__grid--additional,.report-filters__comparison-fields{grid-template-columns:minmax(0,1fr)}.report-filters__section-heading{flex-direction:column;gap:.6rem}.report-filters__actions{grid-template-columns:minmax(0,1fr);display:grid}.report-filters__button{width:100%}.report-filters__footer-copy{align-items:flex-start}}@media (prefers-reduced-motion:reduce){.report-filters__button,.report-filters__comparison,.report-filter-field__input,.report-filters__checkbox-control{transition:none}.report-filters__button:hover:not(:disabled){transform:none}.report-filters__spinner{animation-duration:1.5s}}.report-export{background:#fffffffa;border:1px solid #cbd5e1e0;border-radius:1.5rem;width:100%;overflow:hidden;box-shadow:0 16px 38px #0f172a12,0 3px 10px #0f172a09}.report-export__header{background:radial-gradient(circle at 100% 0,#0ea5e914,#0000 34%),linear-gradient(145deg,#f8fafcfa,#fffffffa);border-bottom:1px solid #e2e8f0eb;justify-content:space-between;align-items:flex-start;gap:1.25rem;padding:1.4rem 1.5rem;display:flex}.report-export__heading{align-items:flex-start;gap:.95rem;min-width:0;display:flex}.report-export__heading-icon{color:#0284c7;background:#f0f9fffa;border:1px solid #bae6fdeb;border-radius:.95rem;flex:none;justify-content:center;align-items:center;width:2.8rem;height:2.8rem;display:inline-flex;box-shadow:0 5px 14px #0284c71a}.report-export__eyebrow{color:#0284c7;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.25rem;font-size:.68rem;font-weight:850;line-height:1.2}.report-export__title{color:#0f172a;letter-spacing:-.025em;margin:0;font-size:clamp(1.15rem,2vw,1.4rem);font-weight:800;line-height:1.2}.report-export__description{color:#64748b;max-width:680px;margin:.35rem 0 0;font-size:.85rem;line-height:1.55}.report-export__availability{white-space:nowrap;border-radius:999px;flex:none;align-items:center;gap:.5rem;padding:.5rem .72rem;font-size:.72rem;font-weight:750;display:inline-flex}.report-export__availability--ready{color:#15803d;background:#f0fdf4f5;border:1px solid #bbf7d0f2}.report-export__availability--disabled{color:#64748b;background:#f8fafcfa;border:1px solid #e2e8f0f5}.report-export__body{grid-template-columns:minmax(0,1fr) minmax(240px,.32fr);gap:1.1rem;padding:1.35rem 1.5rem;display:grid}.report-export__actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;display:grid}.report-export-button{text-align:left;background:#fff;border:1px solid #cbd5e1eb;border-radius:1.15rem;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;min-width:0;min-height:6.15rem;padding:1rem;transition:transform .16s,border-color .16s,background-color .16s,box-shadow .16s;display:grid;position:relative;box-shadow:0 6px 16px #0f172a0b,0 1px 3px #0f172a09}.report-export-button:hover:not(:disabled){transform:translateY(-2px)}.report-export-button:focus-visible{outline:none;box-shadow:0 0 0 3px #6366f126,0 8px 20px #0f172a14}.report-export-button:disabled{cursor:not-allowed;opacity:.52;filter:grayscale(.12)}.report-export-button__icon{border-radius:.85rem;flex:none;justify-content:center;align-items:center;width:2.65rem;height:2.65rem;display:inline-flex}.report-export-button__content{flex-direction:column;gap:.28rem;min-width:0;display:flex}.report-export-button__title{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;font-weight:800;line-height:1.25;overflow:hidden}.report-export-button__description{color:#64748b;font-size:.68rem;font-weight:500;line-height:1.4}.report-export-button__action{color:#94a3b8;flex:none;justify-content:center;align-items:center;display:inline-flex}.report-export-button__activity{color:#475569;letter-spacing:.05em;text-transform:uppercase;background:#f1f5f9eb;border-radius:999px;padding:.3rem .48rem;font-size:.58rem;font-weight:800}.report-export-button__spinner{animation:.8s linear infinite report-export-spin}.report-export-button--excel{background:linear-gradient(145deg,#ecfdf5db,#fffffffa);border-color:#a7f3d0f2}.report-export-button--excel .report-export-button__icon{color:#059669;background:#d1fae5f2}.report-export-button--excel:hover:not(:disabled){border-color:#34d399e6;box-shadow:0 10px 24px #0596691f}.report-export-button--pdf{background:linear-gradient(145deg,#fef2f2e0,#fffffffa);border-color:#fecacaf2}.report-export-button--pdf .report-export-button__icon{color:#dc2626;background:#fee2e2f5}.report-export-button--pdf:hover:not(:disabled){border-color:#f87171e6;box-shadow:0 10px 24px #dc26261c}.report-export-button--print{background:linear-gradient(145deg,#f8fafcf5,#fffffffa);border-color:#cbd5e1f5}.report-export-button--print .report-export-button__icon{color:#475569;background:#e2e8f0e6}.report-export-button--print:hover:not(:disabled){border-color:#94a3b8e6;box-shadow:0 10px 24px #4755691c}.report-export-button--processing{pointer-events:none}.report-export__information{background:linear-gradient(145deg,#eef2ffd6,#fffffffa);border:1px solid #c7d2fee6;border-radius:1.15rem;align-items:flex-start;gap:.8rem;padding:1rem;display:flex}.report-export__information-icon{color:#4f46e5;background:#e0e7fff2;border-radius:.8rem;flex:none;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;display:inline-flex}.report-export__information-title{color:#312e81;margin:0;font-size:.78rem;font-weight:800}.report-export__information-copy{color:#6366f1;margin:.3rem 0 0;font-size:.68rem;line-height:1.5}.report-export__empty-message{color:#64748b;background:#f8fafcc7;border:1px dashed #cbd5e1f5;border-radius:.9rem;align-items:center;gap:.6rem;margin:0 1.5rem 1.35rem;padding:.8rem .9rem;font-size:.7rem;font-weight:600;display:flex}.report-export__message{border-radius:.95rem;align-items:center;gap:.65rem;margin:0 1.5rem 1.35rem;padding:.85rem .95rem;font-size:.74rem;font-weight:700;display:flex}.report-export__message--success{color:#047857;background:#ecfdf5f5;border:1px solid #a7f3d0f2}.report-export__message--error{color:#b91c1c;background:#fef2f2f5;border:1px solid #fecacaf2}.report-export__message-icon{flex:none;justify-content:center;align-items:center;display:inline-flex}.report-export--empty .report-export-button{box-shadow:none;background:#f8fafcb3}@keyframes report-export-spin{to{transform:rotate(360deg)}}@media (width<=1180px){.report-export__body{grid-template-columns:minmax(0,1fr)}.report-export__information{max-width:none}}@media (width<=900px){.report-export__header{flex-direction:column}.report-export__availability{align-self:flex-start}.report-export__actions{grid-template-columns:minmax(0,1fr)}.report-export-button{min-height:5.3rem}}@media (width<=640px){.report-export{border-radius:1.2rem}.report-export__header,.report-export__body{padding-left:1rem;padding-right:1rem}.report-export__heading{gap:.7rem}.report-export__heading-icon{border-radius:.8rem;width:2.5rem;height:2.5rem}.report-export-button{grid-template-columns:auto minmax(0,1fr)}.report-export-button__action{display:none}.report-export__empty-message,.report-export__message{margin-left:1rem;margin-right:1rem}}@media (prefers-reduced-motion:reduce){.report-export-button{transition:none}.report-export-button:hover:not(:disabled){transform:none}.report-export-button__spinner{animation-duration:1.5s}}.report-chart{background:#fffffffc;border:1px solid #cbd5e1e0;border-radius:1.5rem;width:100%;overflow:hidden;box-shadow:0 18px 42px #0f172a13,0 3px 10px #0f172a09}.report-chart__header{background:radial-gradient(circle at 100% 0,#6366f11a,#0000 34%),linear-gradient(145deg,#f8fafcfa,#fffffffc);border-bottom:1px solid #e2e8f0eb;justify-content:space-between;align-items:flex-start;gap:1.25rem;padding:1.4rem 1.5rem;display:flex}.report-chart__heading{align-items:flex-start;gap:.95rem;min-width:0;display:flex}.report-chart__heading-icon{color:#4f46e5;background:#eef2fffa;border:1px solid #c7d2fef0;border-radius:.95rem;flex:none;justify-content:center;align-items:center;width:2.8rem;height:2.8rem;display:inline-flex;box-shadow:0 5px 15px #4f46e51c}.report-chart__eyebrow{color:#6366f1;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.25rem;font-size:.68rem;font-weight:850;line-height:1.2}.report-chart__title{color:#0f172a;letter-spacing:-.025em;margin:0;font-size:clamp(1.15rem,2vw,1.4rem);font-weight:800;line-height:1.2}.report-chart__description{color:#64748b;max-width:680px;margin:.35rem 0 0;font-size:.85rem;line-height:1.55}.report-chart__status{color:#4f46e5;white-space:nowrap;background:#eef2fff5;border:1px solid #c7d2fef0;border-radius:999px;flex:none;align-items:center;gap:.5rem;padding:.5rem .72rem;font-size:.72rem;font-weight:750;display:inline-flex}.report-chart__status-dot{background:#6366f1;border-radius:999px;width:.46rem;height:.46rem;box-shadow:0 0 0 4px #6366f121}.report-chart__summaries{grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;padding:1.25rem 1.5rem 0;display:grid}.report-chart-summary{background:#f8fafcc7;border:1px solid #e2e8f0f0;border-radius:1.05rem;align-items:flex-start;gap:.75rem;min-width:0;padding:.95rem;display:flex}.report-chart-summary__icon{border-radius:.8rem;flex:none;justify-content:center;align-items:center;width:2.35rem;height:2.35rem;display:inline-flex}.report-chart-summary__content{flex-direction:column;gap:.2rem;min-width:0;display:flex}.report-chart-summary__title{color:#64748b;letter-spacing:.04em;text-transform:uppercase;font-size:.66rem;font-weight:750;line-height:1.25}.report-chart-summary__value{color:#0f172a;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;font-weight:850;line-height:1.25;overflow:hidden}.report-chart-summary__description{color:#94a3b8;font-size:.64rem;font-weight:500;line-height:1.35}.report-chart-summary--primary{background:linear-gradient(145deg,#eef2ffdb,#fffffffa);border-color:#c7d2feeb}.report-chart-summary--primary .report-chart-summary__icon{color:#4f46e5;background:#e0e7fffa}.report-chart-summary--info{background:linear-gradient(145deg,#f0f9ffe0,#fffffffa);border-color:#bae6fdeb}.report-chart-summary--info .report-chart-summary__icon{color:#0284c7;background:#e0f2fefa}.report-chart-summary--success,.report-chart-summary--positive{background:linear-gradient(145deg,#ecfdf5e0,#fffffffa);border-color:#a7f3d0f0}.report-chart-summary--success .report-chart-summary__icon,.report-chart-summary--positive .report-chart-summary__icon{color:#059669;background:#d1fae5fa}.report-chart-summary--negative{background:linear-gradient(145deg,#fef2f2e6,#fffffffa);border-color:#fecacaf0}.report-chart-summary--negative .report-chart-summary__icon{color:#dc2626;background:#fee2e2fa}.report-chart-summary--neutral{background:linear-gradient(145deg,#f8fafcf5,#fffffffa);border-color:#cbd5e1eb}.report-chart-summary--neutral .report-chart-summary__icon{color:#64748b;background:#e2e8f0eb}.report-chart__canvas{width:100%;height:430px;min-height:430px;padding:1.15rem 1.25rem .5rem .7rem}.report-chart__canvas .recharts-wrapper{outline:none}.report-chart__canvas .recharts-surface{overflow:visible}.report-chart__canvas .recharts-cartesian-axis-tick-value{font-family:inherit}.report-chart__canvas .recharts-legend-wrapper{top:0!important}.report-chart__canvas .recharts-tooltip-wrapper{z-index:20;outline:none}.report-chart-tooltip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border:1px solid #cbd5e1f0;border-radius:1rem;min-width:220px;overflow:hidden;box-shadow:0 18px 38px #0f172a24,0 4px 10px #0f172a0f}.report-chart-tooltip__period{color:#334155;background:#f8fafcf0;border-bottom:1px solid #e2e8f0f0;align-items:center;gap:.45rem;padding:.75rem .85rem;font-size:.72rem;font-weight:800;display:flex}.report-chart-tooltip__rows{flex-direction:column;gap:.55rem;padding:.8rem .85rem;display:flex}.report-chart-tooltip__row{color:#64748b;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.5rem;font-size:.68rem;font-weight:600;display:grid}.report-chart-tooltip__row strong{color:#0f172a;font-size:.72rem;font-weight:850}.report-chart-tooltip__dot{border-radius:999px;width:.55rem;height:.55rem}.report-chart-tooltip__dot--principal{background:#6366f1;box-shadow:0 0 0 3px #6366f11f}.report-chart-tooltip__dot--comparative{background:#06b6d4;box-shadow:0 0 0 3px #06b6d41f}.report-chart-tooltip__variation{border-top:1px solid #e2e8f0f0;align-items:center;gap:.4rem;padding:.65rem .85rem;font-size:.67rem;font-weight:800;display:flex}.report-chart-tooltip__variation--positive{color:#047857;background:#ecfdf5f0}.report-chart-tooltip__variation--negative{color:#b91c1c;background:#fef2f2f0}.report-chart-tooltip__variation--neutral{color:#64748b;background:#f8fafcf0}.report-chart-legend{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.65rem 1rem;padding:.15rem .3rem;display:flex}.report-chart-legend__item{color:#64748b;align-items:center;gap:.45rem;font-size:.68rem;font-weight:700;display:inline-flex}.report-chart-legend__marker{border-radius:.22rem;width:.72rem;height:.72rem}.report-chart-legend__marker--principal{background:linear-gradient(145deg,#4f46e5,#818cf8)}.report-chart-legend__marker--comparative{background:#06b6d4;border-radius:999px;width:1rem;height:.2rem}.report-chart__footer{color:#64748b;background:#f8fafca8;border-top:1px solid #e2e8f0e6;align-items:center;gap:.5rem;padding:.9rem 1.5rem 1.1rem;font-size:.68rem;font-weight:550;display:flex}@media (width<=1180px){.report-chart__summaries{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.report-chart__header{flex-direction:column}.report-chart__status{align-self:flex-start}.report-chart__canvas{height:390px;min-height:390px}}@media (width<=640px){.report-chart{border-radius:1.2rem}.report-chart__header,.report-chart__summaries,.report-chart__footer{padding-left:1rem;padding-right:1rem}.report-chart__heading{gap:.7rem}.report-chart__heading-icon{border-radius:.8rem;width:2.5rem;height:2.5rem}.report-chart__summaries{grid-template-columns:minmax(0,1fr)}.report-chart__canvas{height:360px;min-height:360px;padding-left:0;padding-right:.35rem}.report-chart-legend{justify-content:flex-start}.report-chart-tooltip{min-width:190px}}@media (width<=420px){.report-chart__canvas{height:330px;min-height:330px}.report-chart-summary{padding:.8rem}}@media (prefers-reduced-motion:reduce){.report-chart__canvas .recharts-bar-rectangle,.report-chart__canvas .recharts-line-curve,.report-chart__canvas .recharts-dot{transition:none!important;animation:none!important}}.report-table-stack{flex-direction:column;gap:1.5rem;width:100%;min-width:0;display:flex}.report-table-card{isolation:isolate;background:linear-gradient(#fffffffc 0%,#f8fafcfa 100%);border:1px solid #94a3b83d;border-radius:1.5rem;width:100%;min-width:0;position:relative;overflow:hidden;box-shadow:0 24px 50px #0f172a12,0 4px 14px #0f172a0a}.report-table-card:before{z-index:0;content:"";background:linear-gradient(90deg,#2563eb 0%,#0ea5e9 48%,#14b8a6 100%);height:4px;position:absolute;inset:0 0 auto}.report-table-card--comparativo:before{background:linear-gradient(90deg,#7c3aed 0%,#a855f7 48%,#ec4899 100%)}.report-table-card__header{z-index:1;background:linear-gradient(135deg,#fffffffa 0%,#f8fafcf0 100%);border-bottom:1px solid #94a3b833;justify-content:space-between;align-items:center;gap:1.25rem;padding:1.4rem 1.5rem;display:flex;position:relative}.report-table-card__heading{align-items:center;gap:1rem;min-width:0;display:flex}.report-table-card__icon{color:#2563eb;background:linear-gradient(145deg,#dbeafef2,#eff6fffa);border:1px solid #2563eb24;border-radius:1rem;flex:none;justify-content:center;align-items:center;width:3rem;height:3rem;display:inline-flex;box-shadow:0 9px 22px #2563eb1f}.report-table-card--comparativo .report-table-card__icon{color:#7c3aed;background:linear-gradient(145deg,#ede9fef5,#faf5fffa);border-color:#7c3aed26;box-shadow:0 9px 22px #7c3aed1f}.report-table-card__titles{min-width:0}.report-table-card__eyebrow{color:#64748b;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.2rem;font-size:.68rem;font-weight:800;line-height:1.2}.report-table-card__title{color:#0f172a;letter-spacing:-.025em;margin:0;font-size:clamp(1.05rem,1.6vw,1.32rem);font-weight:800;line-height:1.25}.report-table-card__subtitle{color:#64748b;align-items:center;gap:.4rem;margin:.38rem 0 0;font-size:.84rem;font-weight:600;line-height:1.45;display:flex}.report-table-card__subtitle svg{color:#94a3b8;flex:none}.report-table-card__meta{flex:none;justify-content:flex-end;align-items:center;gap:.65rem;display:flex}.report-table-card__badge,.report-table-card__count{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:2rem;font-size:.75rem;font-weight:800;display:inline-flex}.report-table-card__badge{letter-spacing:.02em;border:1px solid #0000;padding:.42rem .78rem}.report-table-card__badge--principal{color:#1d4ed8;background:#dbeafec2;border-color:#2563eb29}.report-table-card__badge--comparativo{color:#6d28d9;background:#ede9fed1;border-color:#7c3aed29}.report-table-card__count{color:#475569;background:#f8fafceb;border:1px solid #94a3b836;gap:.3rem;padding:.42rem .74rem}.report-table-scroll{scrollbar-width:thin;scrollbar-color:#64748b7a #e2e8f08f;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;width:100%;max-width:100%;position:relative;overflow:auto visible}.report-table-scroll::-webkit-scrollbar{height:10px}.report-table-scroll::-webkit-scrollbar-track{background:#e2e8f08c;border-radius:999px}.report-table-scroll::-webkit-scrollbar-thumb{background:#64748b8c;border:2px solid #e2e8f08c;border-radius:999px}.report-table-scroll::-webkit-scrollbar-thumb:hover{background:#475569b8}.report-table{border-collapse:separate;border-spacing:0;color:#334155;font-variant-numeric:tabular-nums;width:100%;min-width:780px}.report-table__head{z-index:4;position:relative}.report-table__th{z-index:5;color:#475569;letter-spacing:.075em;text-align:left;text-transform:uppercase;white-space:nowrap;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#f8fafcfc 0%,#f1f5f9fa 100%);border-bottom:1px solid #94a3b838;padding:.82rem 1rem;font-size:.69rem;font-weight:800;line-height:1.3;position:sticky;top:0}.report-table__th--index{z-index:8;text-align:center;width:4.2rem;min-width:4.2rem;left:0}.report-table__th--period{z-index:7;min-width:190px;left:4.2rem;box-shadow:8px 0 14px -14px #0f172a73}.report-table__th--numeric{text-align:right;min-width:145px}.report-table__th--result{min-width:160px}.report-table-column{align-items:center;gap:.4rem;width:100%;display:inline-flex}.report-table-column--left{justify-content:flex-start}.report-table-column--right{justify-content:flex-end}.report-table-column svg{color:#64748b;flex:none}.report-table__body .report-table__row{transition:background-color .16s,box-shadow .16s}.report-table__body .report-table__row:hover{background:#eff6ff8a;box-shadow:inset 3px 0 #2563eb9e}.report-table-card--comparativo .report-table__body .report-table__row:hover{background:#faf5ff94;box-shadow:inset 3px 0 #7c3aed8f}.report-table__td{color:#475569;vertical-align:middle;background:#ffffffed;border-bottom:1px solid #e2e8f0e0;padding:.92rem 1rem;font-size:.86rem;line-height:1.45}.report-table__body .report-table__row:last-child .report-table__td{border-bottom-color:#0000}.report-table__td--index{z-index:3;text-align:center;background:#fffffffa;width:4.2rem;min-width:4.2rem;position:sticky;left:0}.report-table__td--period{z-index:2;background:#fffffffa;min-width:190px;position:sticky;left:4.2rem;box-shadow:8px 0 14px -14px #0f172a73}.report-table__row:hover .report-table__td--index,.report-table__row:hover .report-table__td--period{background:#eff6fffa}.report-table-card--comparativo .report-table__row:hover .report-table__td--index,.report-table-card--comparativo .report-table__row:hover .report-table__td--period{background:#faf5fffa}.report-table__td--numeric{text-align:right;white-space:nowrap}.report-table__row-number{color:#64748b;background:linear-gradient(145deg,#f8fafc,#f1f5f9e6);border:1px solid #94a3b82e;border-radius:.7rem;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.75rem;font-weight:800;display:inline-flex}.report-table__period{align-items:center;gap:.66rem;min-width:0;display:flex}.report-table__period-dot{background:#2563eb;border:2px solid #2563eb2e;border-radius:999px;flex:none;width:.58rem;height:.58rem;box-shadow:0 0 0 4px #2563eb14}.report-table-card--comparativo .report-table__period-dot{background:#7c3aed;border-color:#7c3aed2e;box-shadow:0 0 0 4px #7c3aed14}.report-table__period-label{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;font-weight:750;overflow:hidden}.report-table__number{color:#334155;font-weight:700}.report-table__number--muted{color:#475569;font-weight:650}.report-table__result{color:#1d4ed8;letter-spacing:-.015em;background:linear-gradient(145deg,#eff6fff2,#dbeafeb8);border:1px solid #2563eb21;border-radius:.72rem;justify-content:flex-end;align-items:center;min-height:2rem;padding:.38rem .66rem;font-weight:850;display:inline-flex}.report-table-card--comparativo .report-table__result{color:#6d28d9;background:linear-gradient(145deg,#faf5fff5,#ede9fec7);border-color:#7c3aed21}.report-table__foot{z-index:3;position:relative}.report-table__foot .report-table__td{background:linear-gradient(#f8fafcfc,#f1f5f9f7);border-top:1px solid #94a3b83b;border-bottom:0}.report-table__foot .report-table__td--index,.report-table__foot .report-table__td--period{z-index:4;background:linear-gradient(#f8fafc,#f1f5f9)}.report-table__total-label{color:#0f172a;font-size:.86rem;font-weight:850}.report-table__total-value{color:#1e293b;font-weight:850}.report-table__total-result{color:#0f766e;background:linear-gradient(145deg,#f0fdfafa,#ccfbf1bd);border:1px solid #0f766e26;border-radius:.72rem;justify-content:flex-end;align-items:center;min-height:2.1rem;padding:.4rem .72rem;font-weight:900;display:inline-flex}.report-table-card__footer{color:#94a3b8;text-align:right;background:#f8fafcb8;border-top:1px solid #94a3b829;justify-content:flex-end;align-items:center;min-height:2.9rem;padding:.72rem 1.25rem;font-size:.72rem;font-weight:650;display:flex}.report-table-empty{color:#475569;text-align:left;background:radial-gradient(circle at 0 0,#dbeafe73,#0000 42%),linear-gradient(145deg,#fffffffa,#f8fafcf2);border:1px dashed #94a3b87a;border-radius:1.4rem;justify-content:center;align-items:center;gap:1rem;min-height:150px;padding:1.5rem;display:flex}.report-table-empty__icon{color:#2563eb;background:#eff6fff0;border:1px solid #2563eb21;border-radius:1rem;flex:none;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;display:inline-flex;box-shadow:0 10px 24px #2563eb1a}.report-table-empty__content{min-width:0}.report-table-empty__title{color:#1e293b;margin:0;font-size:1rem;font-weight:800}.report-table-empty__description{color:#64748b;margin:.35rem 0 0;font-size:.84rem;line-height:1.5}@media (width<=900px){.report-table-stack{gap:1.2rem}.report-table-card{border-radius:1.25rem}.report-table-card__header{align-items:flex-start;padding:1.2rem}.report-table-card__icon{border-radius:.9rem;width:2.75rem;height:2.75rem}.report-table-card__meta{flex-direction:column;align-items:flex-end}.report-table{min-width:740px}.report-table__th,.report-table__td{padding-left:.85rem;padding-right:.85rem}.report-table-card__footer{text-align:left;justify-content:flex-start}}@media (width<=640px){.report-table-card{border-radius:1.05rem}.report-table-card__header{flex-direction:column;gap:1rem;padding:1.05rem}.report-table-card__heading{align-items:flex-start;width:100%}.report-table-card__meta{flex-direction:row;justify-content:flex-start;width:100%}.report-table-card__badge,.report-table-card__count{min-height:1.85rem;font-size:.7rem}.report-table-card__eyebrow{font-size:.62rem}.report-table-card__subtitle{align-items:flex-start;font-size:.78rem}.report-table{min-width:700px}.report-table__th{padding:.74rem .75rem;font-size:.63rem}.report-table__td{padding:.8rem .75rem;font-size:.8rem}.report-table__th--index,.report-table__td--index{width:3.6rem;min-width:3.6rem}.report-table__th--period,.report-table__td--period{min-width:165px;left:3.6rem}.report-table__row-number{width:1.8rem;height:1.8rem;font-size:.7rem}.report-table__result,.report-table__total-result{min-height:1.9rem;padding:.32rem .56rem}.report-table-card__footer{padding:.68rem 1rem;font-size:.68rem}.report-table-empty{text-align:center;flex-direction:column;min-height:170px}}@media (width<=420px){.report-table-card__heading{gap:.75rem}.report-table-card__icon{width:2.5rem;height:2.5rem}.report-table-card__meta{flex-wrap:wrap}.report-table-card__count,.report-table-card__badge{flex:auto}.report-table-empty{padding:1.25rem 1rem}}@media (prefers-reduced-motion:reduce){.report-table__body .report-table__row{transition:none}.report-table-scroll::-webkit-scrollbar-thumb{transition:none}}.reportes-export-panel{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:18px;min-width:0;padding:20px;display:flex}.reportes-export-panel__heading{border-bottom:1px solid #cbd5e1b3;justify-content:space-between;align-items:flex-start;gap:18px;width:100%;min-width:0;padding:0 1px 15px;display:flex}.reportes-export-panel__heading>div{min-width:0}.reportes-export-panel__heading h2{color:var(--reportes-black);letter-spacing:-.025em;margin:0;font-size:18px;font-weight:900;line-height:1.2}.reportes-export-panel__heading p{max-width:680px;color:var(--reportes-muted);margin:6px 0 0;font-size:11px;line-height:1.55}.reportes-export-panel__content{width:100%;min-width:0}.reportes-export-panel__content .report-export-actions{width:100%;min-width:0;margin:0}.reportes-export-panel__label{display:none}@media (width<=900px){.reportes-export-panel{gap:16px;padding:17px}.reportes-export-panel__heading{padding-bottom:14px}}@media (width<=640px){.reportes-export-panel{gap:14px;padding:15px}.reportes-export-panel__heading{padding-bottom:12px}.reportes-export-panel__heading h2{font-size:17px}}.usuario-modal-backdrop{z-index:100000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#030a0ec2;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.usuario-modal{background:#fff;border:1px solid #c7f0003d;border-radius:24px;flex-direction:column;width:min(900px,100%);max-height:min(92vh,900px);animation:.18s ease-out usuario-modal-enter;display:flex;overflow:hidden;box-shadow:0 35px 100px #0000006b}@keyframes usuario-modal-enter{0%{opacity:0;transform:translateY(14px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.usuario-modal__header{color:#fff;background:radial-gradient(circle at 90% 0,#c7f0002e,#0000 34%),linear-gradient(135deg,#070a0c,#102225);flex:none;justify-content:space-between;align-items:center;gap:20px;padding:24px 28px;display:flex}.usuario-modal__title{align-items:flex-start;gap:15px;display:flex}.usuario-modal__title-icon,.usuario-modal__section-heading>span{flex-shrink:0;place-items:center;display:grid}.usuario-modal__title-icon{color:#080b0d;background:#c7f000;border-radius:15px;width:48px;height:48px}.usuario-modal__eyebrow{color:#c7f000;letter-spacing:.09em;text-transform:uppercase;margin-bottom:5px;font-size:.72rem;font-weight:900;display:block}.usuario-modal__title h2{letter-spacing:-.025em;margin:0;font-size:1.55rem}.usuario-modal__title p{color:#cbd5e1;margin:6px 0 0;font-size:.88rem;line-height:1.5}.usuario-modal__close{cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:12px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:all .2s;display:flex}.usuario-modal__close:hover:not(:disabled){color:#fff;background:#ffffff26}.usuario-modal__body{flex:1;min-height:0;padding:24px 26px;overflow:hidden auto}.usuario-modal__section{background:#fff;border:1px solid #e1e8ea;border-radius:18px;margin-bottom:22px;padding:21px}.usuario-modal__section-heading{align-items:center;gap:12px;margin-bottom:19px;display:flex}.usuario-modal__section-heading>span{color:#078eaf;background:#eafaff;border-radius:13px;width:42px;height:42px}.usuario-modal__section-heading h3,.usuario-modal__section-heading p{margin:0}.usuario-modal__section-heading h3{color:#0f172a;font-size:1rem}.usuario-modal__section-heading p{color:#64748b;margin-top:4px;font-size:.8rem}.usuario-modal__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.usuario-modal__field{gap:7px;display:grid}.usuario-modal__field label{color:#334155;font-size:.8rem;font-weight:800}.usuario-modal__field label strong{color:#dc2626;margin-left:4px}.usuario-modal__field input{box-sizing:border-box;color:#0f172a;width:100%;height:46px;font:inherit;background:#fff;border:1px solid #d7e1e4;border-radius:11px;outline:none}.usuario-modal__field input:focus{border-color:#10bceb;box-shadow:0 0 0 4px #10bceb1f}.usuario-modal__field input:disabled{color:#64748b;background:#f8fafc}.usuario-input-icon,.usuario-person-search{align-items:center;display:flex;position:relative}.usuario-input-icon>svg,.usuario-person-search>svg{z-index:2;color:#64748b;pointer-events:none;position:absolute;left:13px}.usuario-input-icon input,.usuario-person-search input{padding:0 42px}.usuario-input-password>button,.usuario-person-search>button{z-index:3;color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:32px;height:32px;display:grid;position:absolute;right:8px}.usuario-input-password>button:hover,.usuario-person-search>button:hover{color:#078eaf;background:#effbfe}.usuario-person-search{z-index:20}.usuario-person-options{z-index:50;background:#fff;border:1px solid #d8e3e6;border-radius:13px;max-height:260px;padding:7px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 45px #0f172a29}.usuario-person-options>button{color:#334155;text-align:left;cursor:pointer;background:#fff;border:0;border-radius:10px;align-items:center;gap:11px;width:100%;padding:10px;display:flex}.usuario-person-options>button:hover{background:#f2fbfd}.usuario-person-avatar{color:#08110d;text-align:center;-webkit-user-select:none;user-select:none;background:#c7f000;border-radius:12px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;font-size:.8rem;font-weight:800;line-height:1;display:flex;overflow:hidden}.usuario-person-info{min-width:0}.usuario-person-info strong,.usuario-person-info small{display:block}.usuario-person-info strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.usuario-person-info small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.72rem;overflow:hidden}.usuario-person-empty,.usuario-role-empty{color:#64748b;text-align:center;padding:18px}.usuario-selected-person{background:#f8ffe9;border:1px solid #d8ebca;border-radius:13px;align-items:center;gap:12px;margin-top:13px;padding:12px;display:flex}.usuario-selected-person>div{flex:1;min-width:0}.usuario-selected-person strong,.usuario-selected-person span{display:block}.usuario-selected-person strong{color:#0f172a}.usuario-selected-person>div span{color:#64748b;margin-top:3px;font-size:.76rem}.usuario-selected-person__status{color:#4d6500;background:#eaff9d;border-radius:999px;padding:6px 9px;font-size:.7rem;font-weight:900}.usuario-password-rules{flex-wrap:wrap;gap:7px;margin-top:13px;display:flex}.usuario-password-rule{color:#94a3b8;background:#f1f5f9;border-radius:999px;align-items:center;gap:4px;padding:6px 8px;font-size:.68rem;font-weight:800;display:inline-flex}.usuario-password-rule svg{opacity:.4}.usuario-password-rule--active{color:#087044;background:#dcfce7}.usuario-password-rule--active svg{opacity:1}.usuario-role-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.usuario-role-option{cursor:pointer;background:#fff;border:1px solid #dde5e8;border-radius:13px;align-items:flex-start;gap:10px;min-height:78px;padding:13px;transition:border-color .15s,background .15s,transform .15s;display:flex}.usuario-role-option:hover{background:#f7fdff;border-color:#a9dbe6;transform:translateY(-1px)}.usuario-role-option--selected{background:#fbffe9;border-color:#9cbc00}.usuario-role-option input{opacity:0;pointer-events:none;position:absolute}.usuario-role-check{color:#fff;background:#fff;border:2px solid #cbd5e1;border-radius:7px;flex:0 0 22px;place-items:center;width:22px;height:22px;display:grid}.usuario-role-option--selected .usuario-role-check{background:#83a000;border-color:#83a000}.usuario-role-content strong,.usuario-role-content small{display:block}.usuario-role-content strong{color:#0f172a;font-size:.84rem}.usuario-role-content small{color:#64748b;margin-top:4px;font-size:.72rem;line-height:1.4}.usuario-modal__alert{border-radius:12px;align-items:flex-start;gap:9px;margin-bottom:17px;padding:13px 14px;font-size:.82rem;font-weight:700;display:flex}.usuario-modal__alert svg{flex-shrink:0}.usuario-modal__alert--error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.usuario-modal__alert--success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.usuario-modal__loading{color:#64748b;text-align:center;align-content:center;place-items:center;gap:9px;min-height:300px;display:grid}.usuario-modal__loading strong{color:#0f172a}.usuario-modal__spinner{animation:.75s linear infinite usuario-spinner}@keyframes usuario-spinner{to{transform:rotate(360deg)}}.usuario-modal__footer{background:#fff;border-top:1px solid #e5e7eb;flex:none;justify-content:space-between;align-items:center;gap:20px;margin:0;padding:18px 26px;display:flex}.usuario-modal__footer-note{color:#64748b;align-items:center;gap:8px;max-width:430px;font-size:.72rem;line-height:1.4;display:flex}.usuario-modal__footer-note svg{color:#078eaf;flex-shrink:0}.usuario-modal__actions{flex-shrink:0;gap:10px;display:flex}.usuario-modal__actions .ui-button--primary{color:#080b0d;background:#c7f000;box-shadow:0 9px 20px #96b50038}.usuario-modal__actions .ui-button--primary:hover:not(:disabled){background:#b8df00}@media (width<=700px){.usuario-modal-backdrop{align-items:end;padding:0}.usuario-modal{border-bottom:0;border-left:0;border-right:0;border-radius:22px 22px 0 0;width:100%;max-height:94vh}.usuario-modal__header{padding:20px}.usuario-modal__title-icon{width:42px;height:42px}.usuario-modal__title h2{font-size:1.25rem}.usuario-modal__title p{display:none}.usuario-modal__body{max-height:calc(94vh - 104px);padding:18px 16px 0}.usuario-modal__section{padding:16px}.usuario-modal__grid,.usuario-role-grid{grid-template-columns:1fr}.usuario-modal__footer{flex-direction:column;align-items:stretch;margin:0 -16px;padding:15px 16px}.usuario-modal__footer-note{display:none}.usuario-modal__actions{width:100%}.usuario-modal__actions .ui-button{flex:1}}.usuario-person-avatar{text-align:center!important;justify-content:center!important;align-items:center!important;width:42px!important;height:42px!important;margin:0!important;padding:0!important;font-family:Arial,Helvetica,sans-serif!important;font-size:15px!important;font-weight:800!important;line-height:1!important;display:flex!important}.usuario-person-avatar:before{content:"";height:1px;display:block}.usuario-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.usuario-profile-option{color:#334155;text-align:left;cursor:pointer;background:#fff;border:1px solid #dce5e8;border-radius:14px;align-items:center;gap:12px;min-height:80px;padding:14px;transition:all .15s;display:flex}.usuario-profile-option:hover{background:#fbffe9;border-color:#b7d43c;transform:translateY(-1px)}.usuario-profile-option--selected{color:#172100;background:#f5ffc5;border-color:#8eaa00;box-shadow:0 0 0 3px #c7f00024}.usuario-profile-option>svg:first-child{color:#6e8500;flex:none}.usuario-profile-option>svg:last-child{color:#6e8500;margin-left:auto}.usuario-profile-option span{flex:1;min-width:0}.usuario-profile-option strong,.usuario-profile-option small{display:block}.usuario-profile-option strong{color:#0f172a;font-size:.84rem}.usuario-profile-option small{color:#64748b;margin-top:4px;font-size:.72rem;line-height:1.35}.usuario-origin-toggle{background:#eef2f3;border-radius:12px;grid-template-columns:repeat(2,1fr);gap:6px;margin-bottom:18px;padding:5px;display:grid}.usuario-origin-toggle button{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:9px;min-height:42px;padding:8px 14px;font-weight:800}.usuario-origin-toggle button.active{color:#0f172a;background:#fff;box-shadow:0 3px 12px #0f172a1a}.usuario-modal__field>select{box-sizing:border-box;color:#0f172a;width:100%;height:46px;font:inherit;background:#fff;border:1px solid #d7e1e4;border-radius:11px;outline:none;padding:0 13px}.usuario-modal__field>select:focus{border-color:#10bceb;box-shadow:0 0 0 4px #10bceb1f}.usuario-edit-options{align-items:end;margin-top:18px}.usuario-switch-option{cursor:pointer;background:#f8fafc;border:1px solid #d7e1e4;border-radius:11px;align-items:center;gap:11px;min-height:46px;padding:10px 13px;display:flex}.usuario-switch-option input{accent-color:#84a000;width:19px;height:19px}.usuario-switch-option strong,.usuario-switch-option small{display:block}.usuario-switch-option strong{color:#0f172a;font-size:.8rem}.usuario-switch-option small{color:#64748b;margin-top:3px;font-size:.7rem}@media (width<=700px){.usuario-profile-grid,.usuario-origin-toggle{grid-template-columns:1fr}}.config-page{gap:24px;padding:28px;display:grid}.config-users-page{gap:24px}.config-hero{color:#fff;background:radial-gradient(circle at 90% 15%,#b7ff002b,#0000 32%),linear-gradient(135deg,#061113,#0b3327);border-radius:25px;justify-content:space-between;align-items:center;gap:30px;min-height:190px;padding:34px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 55px #0611132b}.config-hero:before{content:"";background:linear-gradient(90deg, var(--academy-lime,#b7ff00), var(--academy-cyan,#10bceb));border-radius:0 0 999px 999px;height:4px;position:absolute;top:0;left:25px;right:25px}.config-hero__content{z-index:1;max-width:720px;position:relative}.config-hero__eyebrow{color:var(--academy-lime,#b7ff00);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:8px;font-size:11px;font-weight:900;display:inline-flex}.config-hero h1{margin:10px 0 8px;font-size:clamp(28px,3vw,42px);line-height:1.08}.config-hero p{color:#b2c2c7;max-width:680px;margin:0;line-height:1.6}.config-hero__security{z-index:1;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:17px;align-items:center;gap:13px;min-width:275px;padding:18px;display:flex;position:relative}.config-hero__security>svg{color:var(--academy-lime,#b7ff00)}.config-hero__security div{flex-direction:column;gap:4px;display:flex}.config-hero__security strong{font-size:13px}.config-hero__security span{color:#9eb1b7;font-size:10px;line-height:1.4}.config-navigation{gap:13px;display:grid}.config-tabs{background:#fff;border:1px solid #dde7e9;border-radius:18px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:7px;display:grid;box-shadow:0 12px 30px #142f370f}.config-tab{color:#61747b;border-radius:13px;align-items:center;gap:12px;min-width:0;padding:13px 15px;text-decoration:none;transition:background .16s,color .16s,transform .16s;display:flex}.config-tab:hover{color:#102127;background:#f2f7f8}.config-tab--active{color:#071013;background:linear-gradient(135deg, var(--academy-lime,#b7ff00), #d5ff44);box-shadow:0 9px 22px #b7ff0038}.config-tab__icon{background:#0a232a12;border-radius:12px;flex:0 0 39px;place-items:center;width:39px;height:39px;display:grid}.config-tab--active .config-tab__icon{background:#0710131a}.config-tab__content{flex-direction:column;gap:3px;min-width:0;display:flex}.config-tab__content strong{font-size:12px}.config-tab__content small{text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:650;line-height:1.3;overflow:hidden}.config-subtabs{flex-wrap:wrap;gap:8px;display:flex}.config-subtab{color:#63767d;background:#fff;border:1px solid #dae5e7;border-radius:12px;align-items:center;gap:8px;min-height:41px;padding:0 15px;font-size:11px;font-weight:800;text-decoration:none;display:inline-flex}.config-subtab:hover{color:#071013;border-color:#b9cacc}.config-subtab--active{color:#fff;background:#102127;border-color:#102127}.config-module-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.config-module-card{color:#14272d;background:#fff;border:1px solid #dce6e8;border-radius:21px;flex-direction:column;min-height:275px;padding:24px;text-decoration:none;transition:transform .17s,box-shadow .17s,border-color .17s;display:flex;box-shadow:0 15px 36px #10272e0f}.config-module-card:hover{border-color:#10bceb61;transform:translateY(-4px);box-shadow:0 24px 46px #10272e1c}.config-module-card__top{justify-content:space-between;align-items:center;display:flex}.config-module-card__icon{color:#071013;background:var(--academy-lime,#b7ff00);border-radius:15px;place-items:center;width:48px;height:48px;display:grid}.config-module-card__arrow{color:#72858c;background:#f1f5f6;border-radius:11px;place-items:center;width:35px;height:35px;display:grid}.config-module-card__eyebrow{color:var(--academy-cyan-dark,#0287aa);letter-spacing:.1em;text-transform:uppercase;margin-top:25px;font-size:9px;font-weight:900}.config-module-card h2{margin:7px 0 8px;font-size:21px}.config-module-card p{color:#667980;flex:1;margin:0;font-size:12px;line-height:1.65}.config-module-card__action{color:#102127;align-items:center;gap:7px;margin-top:23px;font-size:11px;font-weight:900;display:flex}.config-section-header{background:#fff;border:1px solid #dce6e8;border-radius:20px;align-items:center;gap:17px;padding:23px;display:flex}.config-section-header__icon{color:#071013;background:var(--academy-lime,#b7ff00);border-radius:16px;flex:0 0 54px;place-items:center;width:54px;height:54px;display:grid}.config-section-header span{color:var(--academy-cyan-dark,#0287aa);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:900}.config-section-header h1{color:#102127;margin:4px 0;font-size:25px}.config-section-header p{color:#6a7d84;margin:0;font-size:11px}.config-form-layout{grid-template-columns:minmax(0,1fr) 290px;gap:20px;display:grid}.config-form-card,.config-side-card,.config-catalog-card,.config-role-card{background:#fff;border:1px solid #dce6e8;box-shadow:0 13px 32px #10272e0d}.config-form-card{border-radius:20px;padding:24px}.config-form-card>header{border-bottom:1px solid #e5ecee;justify-content:space-between;align-items:flex-start;gap:15px;padding-bottom:18px;display:flex}.config-form-card header span{color:var(--academy-cyan-dark,#0287aa);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:900}.config-form-card header h2{color:#102127;margin:5px 0 0;font-size:19px}.config-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;margin-top:20px;display:grid}.config-field{flex-direction:column;gap:7px;display:flex}.config-field--wide{grid-column:1/-1}.config-field>span{color:#344950;font-size:10px;font-weight:850}.config-input{color:#81949a;background:#f8fbfb;border:1px solid #d8e3e5;border-radius:12px;align-items:center;gap:10px;min-height:47px;padding:0 13px;display:flex}.config-input input{color:#344950;background:0 0;border:0;outline:0;width:100%;font-family:inherit}.config-side-stack{flex-direction:column;gap:14px;display:flex}.config-side-card{border-radius:17px;padding:20px}.config-side-card>svg{color:var(--academy-cyan-dark,#0287aa)}.config-side-card h3{color:#102127;margin:12px 0 7px;font-size:15px}.config-side-card p{color:#6c7f85;margin:0;font-size:10px;line-height:1.55}.config-disabled-button{color:#7b8b90;background:#e8edef;border:0;border-radius:13px;justify-content:center;align-items:center;gap:8px;min-height:46px;font-family:inherit;font-weight:850;display:flex}.config-coming-note{color:#5d7178;background:#f5fafb;border:1px solid #d8e7e9;border-radius:13px;padding:14px 16px;font-size:10px;line-height:1.55}.config-catalog-grid,.config-role-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.config-catalog-card{border-radius:17px;grid-template-columns:45px minmax(0,1fr) 38px;align-items:center;gap:14px;padding:18px;display:grid}.config-catalog-card__icon{width:45px;height:45px;color:var(--academy-cyan-dark,#0287aa);background:#eaf8fc;border-radius:14px;place-items:center;display:grid}.config-catalog-card h2{color:#102127;margin:0 0 5px;font-size:14px}.config-catalog-card p{color:#708188;margin:0;font-size:10px;line-height:1.45}.config-catalog-card button{color:#849399;background:#f0f4f5;border:0;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.config-role-card{border-radius:18px;flex-direction:column;min-height:185px;padding:20px;display:flex}.config-role-card__header{align-items:center;gap:12px;display:flex}.config-role-card__header>span{color:#071013;background:var(--academy-lime,#b7ff00);border-radius:13px;place-items:center;width:42px;height:42px;display:grid}.config-role-card__header div{flex-direction:column;gap:3px;display:flex}.config-role-card__header strong{color:#102127;font-size:14px}.config-role-card__header small{color:var(--academy-cyan-dark,#0287aa);font-size:9px;font-weight:850}.config-role-card>p{color:#687b82;flex:1;margin:16px 0;font-size:10px;line-height:1.55}.config-role-card__footer{border-top:1px solid #e5ecee;justify-content:space-between;align-items:center;gap:10px;padding-top:13px;display:flex}.config-role-card__footer>span{color:#608077;align-items:center;gap:6px;font-size:9px;font-weight:800;display:flex}.config-role-card__footer button{color:#809096;background:#f4f7f8;border:1px solid #dce5e7;border-radius:10px;align-items:center;gap:6px;min-height:34px;padding:0 11px;font-family:inherit;font-size:9px;font-weight:850;display:inline-flex}@media (width<=1000px){.config-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.config-form-layout{grid-template-columns:1fr}.config-side-stack{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.config-disabled-button{grid-column:1/-1}}@media (width<=760px){.config-page{padding:18px}.config-hero{flex-direction:column;align-items:flex-start;min-height:auto;padding:27px 22px}.config-hero__security{width:100%;min-width:0}.config-tabs{grid-template-columns:1fr}.config-tab__content small{white-space:normal}.config-module-grid,.config-catalog-grid,.config-role-grid,.config-form-grid,.config-side-stack{grid-template-columns:1fr}.config-field--wide,.config-disabled-button{grid-column:auto}.config-module-card{min-height:235px}}.config-module-grid{display:none!important}.config-users-page .ui-page-header{color:#102127!important;background:radial-gradient(circle at 92% 10%,#10bceb14,#0000 30%),#fff!important;border:1px solid #dce6e8!important;border-radius:22px!important;position:relative!important;overflow:hidden!important;box-shadow:0 18px 42px #10272e14!important}.config-users-page .ui-page-header:before{content:""!important;background:linear-gradient(90deg, var(--academy-lime,#b7ff00), var(--academy-cyan,#10bceb))!important;border-radius:0 0 999px 999px!important;height:4px!important;position:absolute!important;top:0!important;left:22px!important;right:22px!important}.config-users-page .ui-page-header__eyebrow{color:var(--academy-cyan-dark,#0287aa)!important}.config-users-page .ui-page-header h1{color:#102127!important}.config-users-page .ui-page-header p{color:#687b82!important}.config-users-page .ui-page-header__icon{color:#071013!important;background:#b7ff0029!important;border:1px solid #b7ff0080!important}.config-users-page .ui-page-header__actions .ui-button:not(.ui-button--secondary){color:#fff!important;background:linear-gradient(135deg,#102127,#17343c)!important;border:1px solid #102127!important;box-shadow:0 10px 22px #10272e29!important}.config-users-page .ui-page-header__actions .ui-button:not(.ui-button--secondary):hover{border-color:var(--academy-cyan,#10bceb)!important;background:linear-gradient(135deg,#132b32,#1b414b)!important;transform:translateY(-1px)!important}.config-users-page .config-navigation{order:-1}.config-tabs{margin-bottom:0!important}.config-subtabs{margin-top:0!important}@media (width<=760px){.config-users-page .ui-page-header__actions{width:100%}.config-users-page .ui-page-header__actions .ui-button{justify-content:center;width:100%}}.config-loading,.config-empty{color:#6b7e85;background:#fff;border:1px solid #dce6e8;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:180px;display:flex}.config-spinner{animation:.7s linear infinite config-spin}@keyframes config-spin{to{transform:rotate(360deg)}}.config-textarea,.config-plain-input{box-sizing:border-box;color:#263c43;background:#f8fbfb;border:1px solid #d8e3e5;border-radius:12px;outline:0;width:100%;font-family:inherit;font-size:12px}.config-plain-input{min-height:46px;padding:0 13px}.config-textarea{resize:vertical;padding:13px}.config-plain-input:focus,.config-textarea:focus{border-color:var(--academy-cyan,#10bceb);box-shadow:0 0 0 4px #10bceb17}.config-color-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.config-color-grid label{color:#526970;flex-direction:column;gap:7px;font-size:9px;font-weight:800;display:flex}.config-color-grid input{background:#fff;border:1px solid #d7e2e4;border-radius:10px;width:100%;height:43px;padding:3px}.config-save-button,.config-primary-button,.config-secondary-button{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 16px;font-family:inherit;font-size:11px;font-weight:850;display:inline-flex}.config-save-button,.config-primary-button{color:#fff;background:linear-gradient(135deg,#102127,#18343c);border:1px solid #102127}.config-secondary-button{color:#526970;background:#fff;border:1px solid #d6e1e3}.config-save-button:disabled,.config-primary-button:disabled{opacity:.6;cursor:wait}.config-message{border-radius:12px;align-items:center;gap:8px;margin-top:17px;padding:12px 14px;font-size:10px;font-weight:750;display:flex}.config-message--error{color:#b42318;background:#fff1f2}.config-message--success{color:#067647;background:#ecfdf3}.config-catalog-tabs{flex-wrap:wrap;gap:8px;display:flex}.config-catalog-tab{color:#63777e;cursor:pointer;background:#fff;border:1px solid #d9e4e6;border-radius:12px;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-family:inherit;font-size:10px;font-weight:800;display:inline-flex}.config-catalog-tab--active{color:#fff;background:#102127;border-color:#102127}.config-catalog-panel{background:#fff;border:1px solid #dce6e8;border-radius:20px;overflow:hidden;box-shadow:0 14px 34px #10272e0f}.config-catalog-panel__header{border-bottom:1px solid #e4ecee;justify-content:space-between;align-items:center;gap:18px;padding:22px;display:flex}.config-catalog-panel__header span{color:var(--academy-cyan-dark,#0287aa);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:900}.config-catalog-panel__header h2{color:#102127;margin:5px 0;font-size:20px}.config-catalog-panel__header p{color:#6b7e85;margin:0;font-size:10px}.config-catalog-list{display:grid}.config-catalog-row{border-bottom:1px solid #edf2f3;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;gap:13px;padding:15px 20px;display:grid}.config-catalog-row:last-child{border-bottom:0}.config-catalog-row__status{color:#102127;background:#b7ff002e;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.config-catalog-row__content{flex-direction:column;gap:3px;min-width:0;display:flex}.config-catalog-row__content strong{color:#172e35;font-size:12px}.config-catalog-row__content span{color:var(--academy-cyan-dark,#0287aa);font-size:8px;font-weight:850}.config-catalog-row__content p{color:#74868c;margin:2px 0 0;font-size:9px}.config-state{text-transform:uppercase;border-radius:999px;padding:6px 9px;font-size:8px;font-weight:900}.config-state--active{color:#067647;background:#ecfdf3}.config-state--inactive{color:#667085;background:#f2f4f7}.config-catalog-row__actions{gap:6px;display:flex}.config-catalog-row__actions button{color:#536a71;cursor:pointer;background:#fff;border:1px solid #dbe5e7;border-radius:10px;place-items:center;width:35px;height:35px;display:grid}.config-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#030a0ca6;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.config-modal{background:#fff;border-radius:21px;width:min(100%,510px);overflow:hidden;box-shadow:0 30px 80px #0000004d}.config-modal>header{color:#fff;background:linear-gradient(135deg,#071013,#17382e);justify-content:space-between;align-items:center;padding:21px;display:flex}.config-modal>header span{color:var(--academy-lime,#b7ff00);text-transform:uppercase;font-size:9px;font-weight:900}.config-modal>header h2{margin:5px 0 0;font-size:20px}.config-modal>header button{color:#fff;cursor:pointer;background:#ffffff12;border:1px solid #ffffff26;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.config-modal__body{gap:15px;padding:21px;display:grid}.config-modal>footer{border-top:1px solid #e4ecee;justify-content:flex-end;gap:9px;padding:16px 21px 21px;display:flex}@media (width<=700px){.config-catalog-panel__header{flex-direction:column;align-items:stretch}.config-catalog-row{grid-template-columns:38px minmax(0,1fr) auto}.config-state{display:none}.config-catalog-row__actions{grid-column:2/-1;justify-content:flex-end}.config-color-grid{grid-template-columns:1fr}.config-modal>footer{flex-direction:column-reverse}.config-modal>footer button{width:100%}}:root{--ui-green-950:#052d22;--ui-green-900:#083e2e;--ui-green-800:#07553d;--ui-green-700:#0b6b4b;--ui-green-600:#0f7f59;--ui-green-100:#dff7eb;--ui-green-50:#effbf5;--ui-lime:#d7ff1f;--ui-slate-950:#0f172a;--ui-slate-800:#1e293b;--ui-slate-700:#334155;--ui-slate-600:#475569;--ui-slate-500:#64748b;--ui-slate-400:#94a3b8;--ui-slate-300:#cbd5e1;--ui-slate-200:#e2e8f0;--ui-slate-100:#f1f5f9;--ui-slate-50:#f8fafc;--ui-white:#fff;--ui-danger:#b91c1c;--ui-danger-bg:#fee2e2;--ui-warning:#92400e;--ui-warning-bg:#fef3c7;--ui-radius-sm:10px;--ui-radius-md:14px;--ui-radius-lg:20px;--ui-radius-xl:26px;--ui-shadow-sm:0 8px 24px #0f172a0d;--ui-shadow-md:0 16px 40px #0f172a14}.ui-page{gap:22px;padding:28px;display:grid}.ui-page-header{min-height:128px;color:var(--ui-white);border-radius:var(--ui-radius-xl);background:radial-gradient(circle at 90% 0%, #ffffff1c, transparent 26%), linear-gradient(135deg, var(--ui-green-950), var(--ui-green-700));justify-content:space-between;align-items:center;gap:24px;padding:28px 30px;display:flex;box-shadow:0 18px 45px #083e2e2b}.ui-page-header__content{min-width:0}.ui-page-header__eyebrow{letter-spacing:.09em;text-transform:uppercase;opacity:.82;margin-bottom:7px;font-size:.75rem;font-weight:850;display:block}.ui-page-header h1{margin:0;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.1}.ui-page-header p{opacity:.87;max-width:720px;margin:10px 0 0;line-height:1.55}.ui-page-header__side{align-items:center;gap:14px;display:flex}.ui-page-header__icon{background:#ffffff1a;border:1px solid #fff3;border-radius:20px;flex:0 0 68px;place-items:center;width:68px;height:68px;display:grid}.ui-card{border:1px solid var(--ui-slate-200);border-radius:var(--ui-radius-lg);background:var(--ui-white);box-shadow:var(--ui-shadow-sm)}.ui-button{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 16px;font-family:inherit;font-weight:750;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.ui-button:hover:not(:disabled){transform:translateY(-1px)}.ui-button:disabled{cursor:not-allowed;opacity:.6}.ui-button--primary{color:var(--ui-white);background:var(--ui-green-700);box-shadow:0 8px 20px #0b6b4b33}.ui-button--primary:hover:not(:disabled){background:var(--ui-green-800)}.ui-button--secondary{color:var(--ui-slate-700);border-color:var(--ui-slate-200);background:var(--ui-white)}.ui-button--ghost{color:var(--ui-slate-600);background:0 0}.ui-button--sm{min-height:36px;padding:8px 12px;font-size:.82rem}.ui-button--lg{min-height:48px;padding:12px 20px}.ui-badge{border-radius:999px;align-items:center;width:fit-content;padding:5px 9px;font-size:.72rem;font-weight:800;line-height:1;display:inline-flex}.ui-badge--danger{color:var(--ui-danger);background:var(--ui-danger-bg)}.ui-badge--warning{color:var(--ui-warning);background:var(--ui-warning-bg)}.ui-badge--neutral{color:var(--ui-slate-600);background:var(--ui-slate-100)}.ui-badge--role{color:var(--ui-green-800);background:var(--ui-green-50);border:1px solid #ccebdd}.ui-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.ui-stat-card{border:1px solid var(--ui-slate-200);background:var(--ui-white);min-height:128px;box-shadow:var(--ui-shadow-sm);border-radius:18px;gap:7px;padding:19px;display:grid}.ui-stat-card__top{justify-content:space-between;align-items:center;display:flex}.ui-stat-card__top strong{color:var(--ui-slate-950);font-size:1.9rem;line-height:1}.ui-stat-card__icon{width:42px;height:42px;color:var(--ui-green-700);background:var(--ui-green-50);border-radius:13px;place-items:center;display:grid}.ui-stat-card__label{color:var(--ui-slate-700);font-weight:750}.ui-stat-card small{color:var(--ui-slate-500)}.ui-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.ui-toolbar__filters{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.ui-search-box{width:min(360px,100%);min-height:44px;color:var(--ui-slate-400);border:1px solid var(--ui-slate-200);background:var(--ui-white);border-radius:12px;align-items:center;gap:9px;padding:0 13px;transition:border-color .16s,box-shadow .16s;display:flex}.ui-search-box:focus-within{border-color:var(--ui-green-600);box-shadow:0 0 0 3px #0f7f591f}.ui-search-box input{width:100%;color:var(--ui-slate-800);background:0 0;border:0;outline:0;font-family:inherit}.ui-search-box button{color:var(--ui-slate-400);cursor:pointer;background:0 0;border:0;padding:3px;display:grid}.ui-select{min-height:44px;color:var(--ui-slate-700);border:1px solid var(--ui-slate-200);background:var(--ui-white);border-radius:12px;outline:0;padding:0 38px 0 13px;font-family:inherit}.ui-select:focus{border-color:var(--ui-green-600);box-shadow:0 0 0 3px #0f7f591f}.ui-table-card{overflow:hidden}.ui-table-scroll{overflow-x:auto}.ui-table{border-collapse:collapse;width:100%;min-width:900px}.ui-table th{color:var(--ui-slate-600);border-bottom:1px solid var(--ui-slate-200);letter-spacing:.025em;text-align:left;text-transform:uppercase;background:#f4f8f6;padding:14px 16px;font-size:.78rem;font-weight:850}.ui-table td{color:var(--ui-slate-700);border-bottom:1px solid var(--ui-slate-100);vertical-align:middle;padding:15px 16px}.ui-table tbody tr{transition:background .15s}.ui-table tbody tr:last-child td{border-bottom:0}.ui-user-cell{align-items:center;gap:12px;display:flex}.ui-avatar{width:42px;height:42px;color:var(--ui-green-950);background:linear-gradient(135deg, var(--ui-lime), #b7e80f);text-transform:uppercase;border-radius:13px;flex:0 0 42px;place-items:center;font-size:.78rem;font-weight:900;display:grid}.ui-user-cell strong{color:var(--ui-slate-950);display:block}.ui-user-cell small{color:var(--ui-slate-500);margin-top:3px;display:block}.ui-role-list{flex-wrap:wrap;gap:6px;display:flex}.ui-icon-button{width:36px;height:36px;color:var(--ui-slate-500);border:1px solid var(--ui-slate-200);background:var(--ui-white);cursor:pointer;border-radius:10px;place-items:center;display:grid}.ui-state{min-height:220px;color:var(--ui-slate-500);text-align:center;align-content:center;place-items:center;gap:10px;padding:30px;display:grid}.ui-state p{margin:0}.ui-state--empty strong{color:var(--ui-slate-800)}.ui-state__icon{width:54px;height:54px;color:var(--ui-green-700);background:var(--ui-green-50);border-radius:16px;place-items:center;display:grid}.ui-spinner{border:3px solid var(--ui-slate-200);border-top-color:var(--ui-green-700);border-radius:50%;width:28px;height:28px;animation:.75s linear infinite ui-spin}@keyframes ui-spin{to{transform:rotate(360deg)}}@media (width<=1050px){.ui-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.ui-page{gap:18px;padding:76px 15px 22px}.ui-page-header{align-items:flex-start;padding:23px}.ui-page-header__icon{display:none}.ui-stats-grid{grid-template-columns:1fr}.ui-toolbar,.ui-toolbar__filters{align-items:stretch}.ui-toolbar,.ui-toolbar__filters,.ui-search-box,.ui-select,.ui-toolbar .ui-button{width:100%}}.ui-page-header{background:radial-gradient(circle at 92% 0,#d7ff1f1f,#0000 29%),linear-gradient(120deg,#063326 0%,#07563e 58%,#0b714f 100%)}.ui-page-header__icon{color:#d7ff1f;background:#d7ff1f14;border-color:#d7ff1f47}.ui-button--primary{color:#07130f;background:#d7ff1f;border-color:#d7ff1f;box-shadow:0 10px 24px #b4e1003d}.ui-button--primary:hover:not(:disabled){color:#07130f;background:#c8f000;border-color:#c8f000}.ui-button--header{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-color:#ffffff47}.ui-button--header:hover:not(:disabled){color:#07130f;background:#d7ff1f;border-color:#d7ff1f}.ui-stat-card__icon{color:#123d2d;background:#eaff91}.ui-stat-card__top strong{color:#092d22}.ui-search-box:focus-within,.ui-select:focus{border-color:#a8cd00;box-shadow:0 0 0 3px #bee80f33}.ui-table th{color:#24372f;background:#f2f6f3}.ui-table tbody tr:hover{background:#f8fbe9}.ui-badge--role{color:#173e2f;background:#f2facd;border-color:#d4ea7f}.ui-badge--success{color:#14532d;background:#dcfce7}.ui-icon-button:hover{color:#173e2f;background:#f2facd;border-color:#c5df54}.ui-avatar{color:#07130f;background:linear-gradient(135deg,#d7ff1f,#b9e500);box-shadow:0 7px 18px #aed7002e}@media (width<=700px){.ui-page-header__side,.ui-page-header__side .ui-button{width:100%}}.ui-header-block{gap:12px;display:grid}.ui-breadcrumb{min-height:34px;color:var(--ui-slate-500);align-items:center;gap:2px;font-size:.82rem;font-weight:700;display:flex}.ui-breadcrumb button{color:var(--ui-slate-500);cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:6px;padding:5px 7px;font-family:inherit;font-weight:700;display:inline-flex}.ui-breadcrumb button:hover{color:var(--ui-green-700);background:var(--ui-green-50)}.ui-breadcrumb__item{align-items:center;display:inline-flex}.ui-breadcrumb__separator{color:var(--ui-slate-300)}.ui-breadcrumb__current{color:var(--ui-slate-800);padding:5px 7px}.ui-page-header__actions{align-items:center;gap:10px;display:flex}.ui-filter-card{gap:16px;padding:18px;display:grid}.ui-filter-card__heading,.ui-table-card__heading{justify-content:space-between;align-items:center;gap:18px;display:flex}.ui-filter-card__heading strong,.ui-table-card__heading strong{color:var(--ui-slate-950);font-size:.96rem;display:block}.ui-filter-card__heading span,.ui-table-card__heading span{color:var(--ui-slate-500);margin-top:3px;font-size:.82rem;display:block}.ui-filter-card__count{background:var(--ui-slate-100);white-space:nowrap;border-radius:999px;padding:7px 11px;font-weight:800;color:var(--ui-slate-600)!important;font-size:.75rem!important}.ui-table-card__heading{border-bottom:1px solid var(--ui-slate-200);padding:18px 18px 14px}.ui-actions-menu{justify-content:flex-end;display:flex;position:relative}.ui-actions-menu__dropdown{z-index:30;border:1px solid var(--ui-slate-200);background:var(--ui-white);width:225px;box-shadow:var(--ui-shadow-md);border-radius:14px;padding:7px;display:grid;position:absolute;top:42px;right:0}.ui-actions-menu__dropdown button{width:100%;color:var(--ui-slate-700);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:10px;padding:10px 11px;font-family:inherit;font-size:.82rem;font-weight:700;display:flex}.ui-actions-menu__dropdown button:hover{color:var(--ui-green-800);background:var(--ui-green-50)}.ui-actions-menu__dropdown .ui-actions-menu__danger{color:var(--ui-danger)}.ui-actions-menu__dropdown .ui-actions-menu__danger:hover{color:var(--ui-danger);background:var(--ui-danger-bg)}.ui-actions-menu__divider{background:var(--ui-slate-200);height:1px;margin:5px 3px}@media (width<=800px){.ui-page-header{flex-direction:column;align-items:stretch}.ui-page-header__side{justify-content:space-between}.ui-page-header__actions,.ui-page-header__actions .ui-button{flex:1}}@media (width<=560px){.ui-breadcrumb__home span{display:none}.ui-page-header__side{display:block}.ui-page-header__actions{grid-template-columns:1fr;display:grid}.ui-page-header__actions .ui-button{width:100%}.ui-filter-card__heading,.ui-table-card__heading{flex-direction:column;align-items:flex-start}}*{box-sizing:border-box}body{color:#0f172a;background:#eef3f8;margin:0;font-family:Arial,Helvetica,sans-serif}.app{width:100%;min-height:100vh;display:flex}.sidebar{color:#fff;background:linear-gradient(#07111f,#17243a);width:285px;min-width:285px;min-height:100vh;padding:28px 22px}.sidebar h2{text-align:center;margin:0;font-size:24px;line-height:1.1}.sidebar p{color:#cbd5e1;text-align:center;margin:10px 0 35px}.sidebar nav{gap:14px;display:grid}.sidebar nav span{background:#ffffff14;border-radius:14px;padding:14px 16px;font-weight:600}.sidebar nav span:hover{background:#ffffff29}.main{flex:1;width:100%;max-width:none;margin:0;padding:32px}header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px;display:flex}header h1{margin:0;font-size:34px}header p{color:#64748b;margin:8px 0 0}.header-badge{color:#166534;white-space:nowrap;background:#dcfce7;border-radius:999px;padding:12px 18px;font-weight:700}.cards{grid-template-columns:repeat(4,minmax(180px,1fr));gap:22px;display:grid}.card{background:#fff;border-radius:20px;min-height:150px;padding:24px;box-shadow:0 12px 30px #0f172a14}.card .icon{color:#2563eb;margin-bottom:14px}.card p{color:#64748b;margin:0 0 10px;font-weight:600}.card h2{margin:0;font-size:32px}.panel{background:#fff;border-radius:20px;margin-top:26px;padding:26px;box-shadow:0 12px 30px #0f172a14}.panel h2{margin-top:0}.table-wrapper{width:100%;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:720px}th{text-align:left;background:#e2e8f0;padding:15px}td{border-bottom:1px solid #e2e8f0;padding:15px}.badge{white-space:nowrap;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:700;display:inline-block}.activo{color:#166534;background:#dcfce7}.alerta{color:#92400e;background:#fef3c7}.grid-two{grid-template-columns:1.3fr .7fr;align-items:stretch;gap:24px;display:grid}.form-row{gap:12px;margin-top:18px;display:flex}input{border:1px solid #cbd5e1;border-radius:14px;width:100%;padding:15px;font-size:15px}button{color:#fff;cursor:pointer;white-space:nowrap;background:#16a34a;border:none;border-radius:14px;align-items:center;gap:8px;padding:15px 22px;font-weight:700;display:flex}.result{color:#166534;background:#dcfce7;border-radius:14px;margin-top:18px;padding:16px;font-weight:700}.qr-card{text-align:center;color:#2563eb;flex-direction:column;justify-content:center;display:flex}.qr-card p{color:#64748b}@media (width<=1100px){.cards{grid-template-columns:repeat(2,1fr)}.grid-two{grid-template-columns:1fr}}@media (width<=800px){.app{flex-direction:column}.sidebar{width:100%;min-width:100%;min-height:auto}.sidebar nav{grid-template-columns:repeat(2,1fr)}.main{padding:22px}header{flex-direction:column;align-items:flex-start}.cards{grid-template-columns:1fr}.form-row{flex-direction:column}button{justify-content:center}}@media (width<=480px){.sidebar nav{grid-template-columns:1fr}header h1{font-size:26px}.panel{padding:18px}}.result.ok{color:#166534;background:#dcfce7}.result.bad{color:#991b1b;background:#fee2e2}.validation-info{gap:4px;margin-top:12px;display:grid}.validation-info p{margin:0}.qr-demo{color:#1d4ed8;background:#eff6ff;border-radius:12px;margin-top:12px;padding:12px;font-weight:700}.brand{align-items:center;gap:12px;margin-bottom:34px;display:flex}.brand-mark{color:#fff;background:linear-gradient(135deg,#2563eb,#60a5fa);border-radius:15px;place-items:center;width:46px;height:46px;font-weight:800;display:grid;box-shadow:0 10px 24px #2563eb47}.brand h2,.brand p{text-align:left;margin:0}.brand p{margin-top:4px;font-size:13px}.sidebar{flex-direction:column;display:flex}.sidebar-menu{gap:9px;display:grid}.sidebar-menu a,.sidebar-menu .menu-disabled{color:#cbd5e1;border-radius:13px;align-items:center;gap:12px;padding:13px 15px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.sidebar-menu a:hover,.sidebar-menu a.active{color:#fff;background:#ffffff1f}.menu-disabled{opacity:.62;cursor:default}.sidebar-profile{background:#ffffff14;border-radius:15px;align-items:center;gap:11px;margin-top:auto;padding:16px;display:flex}.profile-avatar{background:#2563eb;border-radius:12px;place-items:center;width:38px;height:38px;font-weight:800;display:grid}.sidebar-profile strong,.sidebar-profile span{display:block}.sidebar-profile span{color:#94a3b8;margin-top:3px;font-size:12px}.page-heading{justify-content:space-between;align-items:flex-start;gap:25px;margin-bottom:26px;display:flex}.page-heading h1{margin:5px 0 7px;font-size:clamp(28px,3vw,38px)}.page-heading p{color:#64748b;max-width:720px;margin:0}.eyebrow{color:#2563eb;text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:800}.secondary-link,.button-link-secondary{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 17px;font-weight:700;text-decoration:none;display:inline-flex}.membership-form{gap:22px;display:grid}.form-section{background:#fff;border-radius:20px;padding:26px;box-shadow:0 12px 30px #0f172a12}.form-section__heading{align-items:center;gap:13px;margin-bottom:24px;display:flex}.form-section__heading h2,.form-section__heading p{margin:0}.form-section__heading h2{font-size:19px}.form-section__heading p{color:#64748b;margin-top:4px;font-size:14px}.form-section__icon{color:#2563eb;background:#eff6ff;border-radius:13px;place-items:center;width:44px;height:44px;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:19px;display:grid}.field{gap:8px;display:grid}.field--wide{grid-column:1/-1}.field>span{color:#334155;font-size:13px;font-weight:750}.field>span b{color:#dc2626;margin-left:4px}.field input,.field select,.field textarea{color:#0f172a;width:100%;min-height:48px;font:inherit;background:#fff;border:1px solid #dbe2ea;border-radius:12px;outline:none;padding:12px 14px}.field textarea{resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 4px #2563eb1a}.readonly-field{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:9px;min-height:48px;padding:12px 14px;display:flex}.selected-plan{color:#1d4ed8;background:#eff6ff;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;margin-top:21px;padding:17px;display:grid}.selected-plan p{color:#64748b;margin:4px 0 0;font-size:13px}.selected-plan>span{font-size:18px;font-weight:800}.form-footer{z-index:5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:1px solid #e2e8f0;border-radius:18px;justify-content:flex-end;align-items:center;gap:30px;padding:18px 22px;display:flex;position:sticky;bottom:15px;box-shadow:0 15px 35px #0f172a1f}.form-footer span,.form-footer strong{text-align:right;display:block}.form-footer span{color:#64748b;font-size:12px}.form-footer strong{margin-top:3px;font-size:21px}.primary-submit{background:#2563eb;min-height:50px;padding:0 22px}.primary-submit:hover{background:#1d4ed8}.primary-submit:disabled{opacity:.65;cursor:not-allowed}.form-alert{border-radius:13px;margin-bottom:20px;padding:15px 18px;font-weight:700}.form-alert--error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.success-membership{background:#fff;border-radius:24px;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:25px;padding:30px;display:grid;box-shadow:0 16px 40px #0f172a17}.success-membership__main h2{margin:10px 0;font-size:clamp(25px,3vw,38px)}.success-membership__main>p{color:#64748b;max-width:600px}.success-icon{color:#15803d;background:#dcfce7;border-radius:20px;place-items:center;width:65px;height:65px;display:grid}.success-label{color:#166534;text-transform:uppercase;background:#dcfce7;border-radius:999px;margin-top:22px;padding:7px 12px;font-size:13px;font-weight:800;display:inline-block}.success-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:25px;display:grid}.success-details>div{background:#f8fafc;border-radius:13px;padding:15px}.success-details span,.success-details strong{display:block}.success-details span{color:#64748b;font-size:12px}.success-details strong{margin-top:5px}.success-actions{flex-wrap:wrap;gap:11px;margin-top:24px;display:flex}.membership-qr{color:#fff;text-align:center;background:linear-gradient(145deg,#0f172a,#1e3a8a);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;padding:25px;display:flex}.membership-qr__box{background:#fff;border-radius:16px;padding:10px}.membership-qr strong{margin-top:18px;font-size:18px}.membership-qr span{margin-top:7px;font-weight:700}.membership-qr small{color:#bfdbfe;margin-top:5px}@media (width<=900px){.success-membership{grid-template-columns:1fr}.membership-qr{min-height:360px}}@media (width<=700px){.module-navigation{border-radius:18px;margin-top:6px;padding:20px}.module-navigation__heading{margin-bottom:18px}.module-tabs{flex-wrap:nowrap;padding-bottom:4px;overflow:auto}.module-tab{white-space:nowrap;flex:none}}.file-help{color:#64748b;font-size:12px;line-height:1.4}.field input[type=file]{background:#f8fafc;padding:10px}.field input[type=file]::file-selector-button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:9px;margin-right:12px;padding:9px 13px;font-weight:700}.menu-group-title{color:#fff;align-items:center;gap:12px;padding:12px 15px 7px;font-weight:750;display:flex}.menu-group a{margin-left:28px;font-size:14px;padding:10px 14px!important}.upload-box{color:#2563eb;cursor:pointer;background:#f8fbff;border:2px dashed #bfdbfe;border-radius:15px;align-items:center;gap:16px;min-height:105px;padding:20px;display:flex;position:relative;overflow:hidden}.upload-box:hover{background:#eff6ff;border-color:#2563eb}.upload-box>div{gap:5px;display:grid}.upload-box strong{color:#1e3a8a}.upload-box span{color:#64748b;font-size:12px}.upload-box input[type=file]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.form-footer__summary{align-items:center;gap:28px;display:flex}.form-footer__summary>div{min-width:130px}.receipt-link{color:#1d4ed8;background:#eff6ff;border-radius:11px;align-items:center;gap:8px;width:fit-content;margin-top:20px;padding:11px 15px;font-weight:750;text-decoration:none;display:inline-flex}.success-label--pending{color:#92400e;background:#fef3c7}.membership-qr--pending{background:linear-gradient(145deg,#0f172a,#92400e)}.menu-group{gap:5px;display:grid}.menu-group-title{color:#cbd5e1;width:100%;font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:13px;justify-content:space-between;align-items:center;gap:10px;padding:13px 15px;font-weight:650;display:flex}.menu-group-title>span{align-items:center;gap:12px;display:flex}.menu-group-title:hover,.menu-group-title--active{color:#fff;background:#ffffff1a}.submenu{border-left:1px solid #ffffff24;gap:4px;margin-left:28px;padding-left:13px;display:grid}.submenu a{align-items:center;gap:8px;min-height:39px;font-size:13px;display:flex;color:#94a3b8!important;border-radius:10px!important;padding:9px 12px!important}.submenu a:hover,.submenu a.active{color:#fff!important;background:#2563eb38!important}.mobile-menu-button{z-index:1002;color:#fff;background:#0f172a;border-radius:13px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:none;position:fixed;top:14px;left:14px;box-shadow:0 8px 22px #0f172a40}.sidebar-overlay{display:none}@media (width<=800px){.mobile-menu-button{display:flex}.sidebar{z-index:1001;width:min(305px,86vw);min-width:0;min-height:100vh;transition:transform .25s;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-105%)}.sidebar--open{transform:translate(0)}.sidebar-overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a94;border:0;border-radius:0;display:block;position:fixed;inset:0}.main{width:100%;padding-top:75px}.form-footer__summary{justify-content:space-between;width:100%}}@media (width<=540px){.form-footer__summary{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-footer__summary>div{min-width:0}.upload-box{flex-direction:column;align-items:flex-start}}.sidebar-module{gap:4px;display:grid}.sidebar-module__button{color:#cbd5e1;width:100%;min-height:48px;font:inherit;cursor:pointer;background:#ffffff0f;border:0;border-radius:13px;justify-content:space-between;align-items:center;gap:12px;padding:13px 15px;font-weight:650;transition:all .2s;display:flex}.sidebar-module__button:hover,.sidebar-module__button--active{color:#fff;background:#ffffff1f}.sidebar-module__label{align-items:center;gap:12px;display:flex}.sidebar-submenu{border-left:1px solid #94a3b847;gap:3px;margin:3px 0 7px 19px;padding-left:15px;display:grid}.sidebar-submenu a{align-items:center;min-height:36px;font-size:13px;font-weight:600;display:flex;color:#94a3b8!important;background:0 0!important;border-radius:9px!important;padding:8px 12px!important}.sidebar-submenu a:hover{color:#fff!important;background:#ffffff0f!important}.sidebar-submenu a.active{color:#bfdbfe!important;background:#2563eb2e!important}.sidebar-menu>a,.sidebar-menu>.menu-disabled{min-height:48px}.menu-disabled{background:#ffffff0f}.sidebar-menu--flat{gap:8px;display:grid}.sidebar-menu--flat>a{color:#94a3b8;background:0 0;border-radius:13px;align-items:center;gap:12px;width:100%;min-height:48px;padding:13px 15px;font-weight:650;text-decoration:none;transition:background .2s,color .2s,transform .2s;display:flex}.sidebar-menu--flat>a:hover{color:#fff;background:#ffffff12}.sidebar-menu--flat>a.active{color:#fff;background:#2563eb38;box-shadow:inset 3px 0 #60a5fa}.module-navigation{background:#fff;border:1px solid #e5e7eb;border-radius:22px;margin-bottom:28px;padding:24px 28px;box-shadow:0 10px 28px #0f172a0d}.module-navigation__heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;display:flex}.module-navigation__heading h1{color:#0f172a;margin:6px 0 10px;font-size:clamp(30px,3vw,40px);font-weight:800;line-height:1.1}.module-navigation__heading p{color:#64748b;max-width:760px;margin:0;line-height:1.6}.module-navigation__eyebrow{color:#16a34a;letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px;font-size:12px;font-weight:800;display:inline-block}.module-tabs{flex-wrap:wrap;gap:10px;display:flex}.module-tab{color:#64748b;background:#f8fafc;border:1px solid #0000;border-radius:999px;align-items:center;gap:8px;padding:12px 18px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.module-tab:after{display:none}.module-tab:hover{color:#0f172a;background:#eef6ff;border-color:#dbeafe}.module-tab--active{color:#fff;background:#0f172a;border-color:#0f172a}.module-tab--active:hover{color:#fff}.module-tab small{background:#ffffff2e;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;font-size:11px;display:inline-flex}.page-heading--inside-module{margin-top:28px}.module-summary-grid{grid-template-columns:repeat(3,minmax(190px,1fr));gap:18px;margin-bottom:24px;display:grid}.module-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;justify-content:center;min-height:135px;padding:23px;display:flex;box-shadow:0 10px 28px #0f172a0e}.module-summary-card>div{color:#2563eb;margin-bottom:13px}.module-summary-card span{color:#64748b;font-size:14px;font-weight:650}.module-summary-card strong{color:#0f172a;margin-top:7px;font-size:30px}.empty-module-card,.placeholder-page{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:35px;box-shadow:0 12px 30px #0f172a0f}.empty-module-card{text-align:center}.empty-module-card__icon{color:#2563eb;background:#eff6ff;border-radius:20px;place-items:center;width:68px;height:68px;margin:0 auto 18px;display:grid}.empty-module-card h2,.placeholder-page h2{margin:0 0 9px}.empty-module-card p,.placeholder-page p{color:#64748b;margin:0}.empty-module-card p{max-width:650px;margin-left:auto;margin-right:auto}.primary-action-link{color:#fff;background:#2563eb;border-radius:12px;align-items:center;gap:9px;margin-top:23px;padding:13px 18px;font-weight:750;text-decoration:none;display:inline-flex}@media (width<=900px){.module-summary-grid{grid-template-columns:1fr}}@media (width<=700px){.module-navigation{margin-top:5px}.module-navigation__heading{padding-bottom:12px}.module-tabs{margin-right:-22px;padding-right:22px}.module-tab{padding-left:12px;padding-right:12px}}.page-toolbar{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.page-toolbar h2,.page-toolbar p{margin:0}.page-toolbar p{color:#64748b;margin-top:6px}.secondary-button{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:11px;align-items:center;gap:8px;padding:11px 15px;font-weight:700;display:inline-flex}.form-alert--success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.payments-list{gap:18px;display:grid}.payment-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:23px;box-shadow:0 10px 28px #0f172a0e}.payment-card__header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.payment-card__header h3,.payment-card__header p{margin:0}.payment-card__header h3{margin-top:9px;font-size:20px}.payment-card__header p{color:#64748b;margin-top:4px}.payment-status{color:#92400e;background:#fef3c7;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.payment-amount{color:#0f172a;font-size:25px}.payment-card__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-top:22px;display:grid}.payment-data-item{background:#f8fafc;border-radius:11px;padding:13px}.payment-data-item span,.payment-data-item strong{display:block}.payment-data-item span{color:#64748b;font-size:12px}.payment-data-item strong{color:#1e293b;margin-top:4px}.payment-card__footer{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:18px;margin-top:20px;padding-top:18px;display:flex}.payment-document{color:#2563eb;align-items:center;gap:11px;display:flex}.payment-document strong,.payment-document span{display:block}.payment-document strong{color:#334155}.payment-document span{color:#64748b;margin-top:3px;font-size:12px}.payment-actions{flex-wrap:wrap;justify-content:flex-end;gap:9px;display:flex}.receipt-view-button,.reject-button,.approve-button{border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:41px;padding:10px 14px;font-weight:750;text-decoration:none;display:inline-flex}.receipt-view-button{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.reject-button{color:#be123c;background:#fff1f2;border:1px solid #fecaca}.approve-button{color:#fff;background:#16a34a;border:1px solid #86efac}.modal-backdrop{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a9e;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.modal-card{background:#fff;border-radius:19px;width:min(540px,100%);padding:25px;box-shadow:0 25px 70px #0f172a52}.modal-card__header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.modal-card__header h2{margin:5px 0 0}.modal-card>p{color:#64748b}.modal-close{color:#334155;background:#f1f5f9;border:0;border-radius:10px;place-items:center;width:36px;height:36px;padding:0;font-size:24px;display:grid}.modal-textarea{width:100%;font:inherit;resize:vertical;border:1px solid #cbd5e1;border-radius:11px;padding:13px}.modal-actions{justify-content:flex-end;gap:10px;margin-top:19px;display:flex}@media (width<=900px){.payment-card__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.payment-card__footer{flex-direction:column;align-items:flex-start}.payment-actions{justify-content:flex-start;width:100%}}@media (width<=600px){.page-toolbar,.payment-card__header{flex-direction:column}.payment-card__grid{grid-template-columns:1fr}.payment-actions{grid-template-columns:1fr;display:grid}.receipt-view-button,.reject-button,.approve-button{width:100%}.modal-actions{flex-direction:column-reverse}}@media (width<=800px){.deportistas-summary{grid-template-columns:1fr}.deportistas-toolbar{flex-direction:column;align-items:stretch}.deportistas-search{width:100%}}@media (width<=500px){.deportistas-grid,.deportista-card__metrics{grid-template-columns:1fr}}.deportistas-summary{grid-template-columns:repeat(3,minmax(180px,1fr));gap:17px;margin-bottom:24px;display:grid}.deportistas-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:17px;padding:21px;box-shadow:0 10px 26px #0f172a0d}.deportistas-summary-card>div{color:#2563eb;background:#eff6ff;border-radius:13px;place-items:center;width:43px;height:43px;margin-bottom:15px;display:grid}.deportistas-summary-card span,.deportistas-summary-card strong{display:block}.deportistas-summary-card span{color:#64748b;font-size:13px;font-weight:650}.deportistas-summary-card strong{color:#0f172a;margin-top:6px;font-size:29px}.deportistas-toolbar{justify-content:space-between;align-items:center;gap:22px;margin-bottom:21px;display:flex}.deportistas-toolbar h2,.deportistas-toolbar p{margin:0}.deportistas-toolbar p{color:#64748b;margin-top:5px}.deportistas-search{color:#64748b;background:#fff;border:1px solid #dbe3ed;border-radius:12px;align-items:center;gap:10px;width:min(390px,100%);min-height:46px;padding:0 14px;display:flex}.deportistas-search:focus-within{border-color:#60a5fa;box-shadow:0 0 0 4px #2563eb17}.deportistas-search input{color:#0f172a;width:100%;font:inherit;background:0 0;border:0;outline:none}.deportistas-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px;display:grid}.deportista-card{background:#fff;border:1px solid #e2e8f0;border-radius:19px;flex-direction:column;padding:21px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 11px 28px #0f172a0e}.deportista-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px #0f172a1a}.deportista-card__top{align-items:flex-start;gap:14px;display:flex}.deportista-avatar{color:#fff;background:linear-gradient(145deg,#1d4ed8,#60a5fa);border-radius:17px;flex:0 0 54px;place-items:center;width:54px;height:54px;font-size:17px;font-weight:850;display:grid}.deportista-card__top h3,.deportista-card__top p{margin:0}.deportista-card__top h3{color:#0f172a;margin-top:7px;font-size:18px}.deportista-card__top p{color:#64748b;margin-top:4px;font-size:13px}.deportista-status{text-transform:uppercase;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;display:inline-flex}.deportista-status--activo{color:#166534;background:#dcfce7}.deportista-status--inactivo,.deportista-status--retirado{color:#64748b;background:#f1f5f9}.deportista-contact{background:#f8fafc;border-radius:13px;gap:9px;margin-top:20px;padding:15px;display:grid}.deportista-contact span{color:#475569;overflow-wrap:anywhere;align-items:center;gap:9px;font-size:13px;display:flex}.deportista-card__metrics{grid-template-columns:1fr 1fr;gap:11px;margin-top:16px;display:grid}.deportista-card__metrics>div{border:1px solid #e2e8f0;border-radius:12px;padding:13px}.deportista-card__metrics span,.deportista-card__metrics strong{display:block}.deportista-card__metrics span{color:#64748b;font-size:11px}.deportista-card__metrics strong{color:#1e293b;margin-top:5px}.deportista-detail-link{color:#1d4ed8;background:#eff6ff;border-radius:11px;justify-content:center;align-items:center;gap:9px;min-height:43px;margin-top:18px;padding:10px 14px;font-weight:750;text-decoration:none;display:flex}.deportista-detail-link:hover{background:#dbeafe}.placeholder-back{width:fit-content;margin-top:22px}@media (width<=800px){.deportistas-summary{grid-template-columns:1fr}.deportistas-toolbar{flex-direction:column;align-items:stretch}.deportistas-search{width:100%}}@media (width<=500px){.deportistas-grid,.deportista-card__metrics{grid-template-columns:1fr}}@media (width<=1050px){.athlete-kpi-grid{grid-template-columns:repeat(2,minmax(190px,1fr))}}@media (width<=800px){.athlete-profile-header{flex-direction:column;align-items:flex-start}.athlete-profile-actions{justify-content:flex-start;width:100%}.athlete-kpi-grid{grid-template-columns:1fr}.athlete-section-heading{flex-direction:column}}@media (width<=560px){.athlete-profile-main{flex-direction:column;align-items:flex-start}.athlete-profile-actions{grid-template-columns:1fr;display:grid}.athlete-profile-actions a,.athlete-profile-actions button{justify-content:center;width:100%}.athlete-goal-heading,.athlete-goal-footer{flex-direction:column}.athlete-goal-heading>strong{font-size:29px}}.athlete-profile-header{background:#fff;border:1px solid #e2e8f0;border-radius:20px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:23px;padding:25px;display:flex;box-shadow:0 11px 30px #0f172a0e}.athlete-profile-main{align-items:center;gap:18px;display:flex}.athlete-profile-avatar{color:#fff;background:linear-gradient(145deg,#1d4ed8,#60a5fa);border-radius:22px;flex:0 0 76px;place-items:center;width:76px;height:76px;font-size:23px;font-weight:850;display:grid;box-shadow:0 12px 25px #2563eb38}.athlete-profile-tags{flex-wrap:wrap;gap:8px;display:flex}.athlete-code{color:#1d4ed8;background:#eff6ff;border-radius:999px;align-items:center;padding:5px 9px;font-size:11px;font-weight:800;display:inline-flex}.athlete-profile-main h1,.athlete-profile-main p{margin:0}.athlete-profile-main h1{color:#0f172a;margin-top:8px;font-size:clamp(24px,3vw,34px)}.athlete-profile-main p{color:#64748b;margin-top:5px}.athlete-contact-row{flex-wrap:wrap;gap:14px;margin-top:12px;display:flex}.athlete-contact-row span{color:#475569;align-items:center;gap:7px;font-size:13px;display:inline-flex}.athlete-profile-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.athlete-new-affiliation{margin-top:0}.athlete-kpi-grid{grid-template-columns:repeat(3,minmax(190px,1fr));gap:17px;margin-bottom:23px;display:grid}.athlete-kpi-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;min-height:155px;padding:21px;display:flex;box-shadow:0 10px 27px #0f172a0d}.athlete-kpi-icon{color:#2563eb;background:#eff6ff;border-radius:13px;place-items:center;width:43px;height:43px;margin-bottom:14px;display:grid}.athlete-kpi-card>span{color:#64748b;font-size:13px;font-weight:650}.athlete-kpi-card>strong{color:#0f172a;margin-top:6px;font-size:28px}.athlete-kpi-card>small{color:#94a3b8;margin-top:auto;padding-top:9px;font-size:11px}.athlete-goal-card{color:#fff;background:linear-gradient(145deg,#0f172a,#1e3a8a);border-radius:20px;margin-bottom:25px;padding:25px;box-shadow:0 16px 34px #1e3a8a38}.athlete-goal-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.athlete-goal-heading h2,.athlete-goal-heading p{margin:0}.athlete-goal-heading h2{margin-top:6px;font-size:23px}.athlete-goal-heading p{color:#bfdbfe;margin-top:5px}.athlete-goal-heading>strong{font-size:35px}.athlete-progress{background:#ffffff26;border-radius:999px;height:13px;margin-top:23px;overflow:hidden}.athlete-progress__bar{border-radius:inherit;background:linear-gradient(90deg,#38bdf8,#60a5fa);height:100%;transition:width .5s}.athlete-goal-footer{color:#dbeafe;justify-content:space-between;gap:20px;margin-top:12px;font-size:13px;display:flex}.athlete-section-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:16px;display:flex}.athlete-section-heading h2,.athlete-section-heading p{margin:0}.athlete-section-heading p{color:#64748b;margin-top:5px}.athlete-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:19px;overflow:hidden;box-shadow:0 11px 30px #0f172a0e}.athlete-table{min-width:960px}.athlete-table th{color:#64748b;text-transform:uppercase;letter-spacing:.04em;background:#f8fafc;padding:15px 17px;font-size:12px}.athlete-table td{color:#334155;border-top:1px solid #eef2f7;padding:15px 17px}.athlete-client-cell{align-items:center;gap:11px;display:flex}.athlete-client-cell>div{color:#1d4ed8;background:#eff6ff;border-radius:12px;flex:0 0 39px;place-items:center;width:39px;height:39px;font-size:12px;font-weight:850;display:grid}.athlete-client-cell span,.athlete-client-cell strong,.athlete-client-cell small{display:block}.athlete-client-cell small{color:#94a3b8;margin-top:3px}.athlete-state{white-space:nowrap;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800;display:inline-flex}.athlete-state--activa{color:#166534;background:#dcfce7}.athlete-state--pendiente_pago,.athlete-state--pendiente_validacion_pago{color:#92400e;background:#fef3c7}.athlete-state--proxima_vencer{color:#9a3412;background:#ffedd5}.athlete-state--vencida,.athlete-state--cancelada,.athlete-state--suspendida{color:#991b1b;background:#fee2e2}.athlete-balance{white-space:nowrap}.athlete-balance--pending{color:#b45309}.athlete-balance--paid{color:#15803d}@media (width<=1050px){.athlete-kpi-grid{grid-template-columns:repeat(2,minmax(190px,1fr))}}@media (width<=800px){.athlete-profile-header{flex-direction:column;align-items:flex-start}.athlete-profile-actions{justify-content:flex-start;width:100%}.athlete-kpi-grid{grid-template-columns:1fr}.athlete-section-heading{flex-direction:column}}@media (width<=560px){.athlete-profile-main{flex-direction:column;align-items:flex-start}.athlete-profile-actions{grid-template-columns:1fr;display:grid}.athlete-profile-actions a,.athlete-profile-actions button{justify-content:center;width:100%}.athlete-goal-heading,.athlete-goal-footer{flex-direction:column}.athlete-goal-heading>strong{font-size:29px}}.smart-table-mobile{display:none}.smart-table{border-collapse:collapse;width:100%;min-width:1120px}.smart-table th{color:#64748b;text-align:left;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;padding:14px 16px;font-size:11px;font-weight:800}.smart-table td{color:#334155;vertical-align:middle;border-top:1px solid #edf2f7;padding:15px 16px}.smart-table tbody tr:hover{background:#f8fbff}.smart-table .align-right{text-align:right}.smart-table-state{text-align:center;align-content:center;place-items:center;gap:9px;min-height:280px;padding:30px;display:grid}.smart-table-state h3,.smart-table-state p{margin:0}.smart-table-state p{color:#64748b}.smart-table-loader{border:4px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;width:38px;height:38px;animation:.8s linear infinite smart-table-spin}.smart-table-empty-icon{color:#2563eb;background:#eff6ff;border-radius:17px;place-items:center;width:54px;height:54px;font-weight:900;display:grid}@keyframes smart-table-spin{to{transform:rotate(360deg)}}.portfolio-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:23px;display:flex}.portfolio-heading h1,.portfolio-heading p{margin:0}.portfolio-heading h1{margin-top:6px;font-size:clamp(28px,3vw,38px)}.portfolio-heading p{color:#64748b;margin-top:6px}.portfolio-back{color:#64748b;align-items:center;gap:7px;margin-bottom:15px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.portfolio-heading__actions{flex-wrap:wrap;gap:10px;display:flex}.portfolio-heading__actions .primary-action-link{margin-top:0}.portfolio-kpis{grid-template-columns:repeat(3,minmax(170px,1fr));gap:15px;margin-bottom:22px;display:grid}.portfolio-kpi{background:#fff;border:1px solid #e2e8f0;border-radius:17px;padding:19px;box-shadow:0 9px 25px #0f172a0d}.portfolio-kpi>div{color:#2563eb;background:#eff6ff;border-radius:12px;place-items:center;width:40px;height:40px;margin-bottom:12px;display:grid}.portfolio-kpi span,.portfolio-kpi strong{display:block}.portfolio-kpi span{color:#64748b;font-size:12px;font-weight:700}.portfolio-kpi strong{color:#0f172a;margin-top:5px;font-size:24px}.portfolio-kpi--warning>div{color:#ea580c;background:#fff7ed}.portfolio-kpi--warning strong{color:#c2410c}.portfolio-filter-card{background:#fff;border:1px solid #e2e8f0;border-radius:17px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;padding:17px;display:flex}.portfolio-filters{flex:1;grid-template-columns:minmax(230px,1fr) 190px 210px auto auto;gap:10px;display:grid}.portfolio-search{color:#64748b;border:1px solid #dbe3ed;border-radius:11px;align-items:center;gap:9px;min-height:44px;padding:0 12px;display:flex}.portfolio-search:focus-within{border-color:#60a5fa;box-shadow:0 0 0 4px #2563eb17}.portfolio-search input{width:100%;font:inherit;background:0 0;border:0;outline:0}.portfolio-filters select{color:#334155;min-height:44px;font:inherit;background:#fff;border:1px solid #dbe3ed;border-radius:11px;padding:0 12px}.portfolio-search-button,.portfolio-clear-button{border-radius:11px;justify-content:center;align-items:center;gap:7px;min-height:44px;padding:0 14px;font-weight:750;display:inline-flex}.portfolio-search-button{color:#fff;background:#2563eb}.portfolio-clear-button{color:#475569;background:#fff;border:1px solid #cbd5e1}.portfolio-results{text-align:right;min-width:90px}.portfolio-results span,.portfolio-results strong{display:block}.portfolio-results span{color:#64748b;font-size:11px}.portfolio-results strong{margin-top:3px;font-size:23px}.portfolio-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:19px;overflow:hidden;box-shadow:0 11px 30px #0f172a0e}.portfolio-client{align-items:center;gap:11px;display:flex}.portfolio-client__avatar{color:#1d4ed8;background:#eff6ff;border-radius:13px;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:12px;font-weight:850;display:grid}.portfolio-client strong,.portfolio-client span,.portfolio-client small,.portfolio-plan strong,.portfolio-plan span,.portfolio-expiration strong,.portfolio-expiration span{display:block}.portfolio-client span,.portfolio-client small,.portfolio-plan span,.portfolio-expiration span{color:#94a3b8;margin-top:3px;font-size:11px}.portfolio-state{white-space:nowrap;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800;display:inline-flex}.portfolio-state--activa{color:#166534;background:#dcfce7}.portfolio-state--pendiente_pago,.portfolio-state--pendiente_validacion_pago{color:#92400e;background:#fef3c7}.portfolio-state--proxima_vencer{color:#9a3412;background:#ffedd5}.portfolio-state--vencida,.portfolio-state--suspendida,.portfolio-state--cancelada{color:#991b1b;background:#fee2e2}.portfolio-days--warning{color:#c2410c!important}.portfolio-days--expired{color:#b91c1c!important}.portfolio-balance--pending{color:#b45309}.portfolio-balance--paid{color:#15803d}.portfolio-actions{justify-content:flex-end;gap:6px;display:flex}.portfolio-actions a,.portfolio-actions button{color:#475569;background:#fff;border:1px solid #dbe3ed;border-radius:9px;place-items:center;width:34px;height:34px;padding:0;text-decoration:none;display:grid}.portfolio-actions a:hover{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.portfolio-actions button:disabled{opacity:.4;cursor:not-allowed}.portfolio-mobile-header{grid-template-columns:auto 1fr auto;align-items:flex-start;gap:11px;display:grid}.portfolio-mobile-header h3,.portfolio-mobile-header p{margin:0}.portfolio-mobile-header p{color:#64748b;margin-top:3px;font-size:12px}.portfolio-mobile-grid{grid-template-columns:1fr 1fr;gap:10px;margin:17px 0;display:grid}.portfolio-mobile-grid>div{background:#f8fafc;border-radius:10px;padding:11px}.portfolio-mobile-grid span,.portfolio-mobile-grid strong{display:block}.portfolio-mobile-grid span{color:#64748b;font-size:11px}.portfolio-mobile-grid strong{margin-top:4px;font-size:13px}@media (width<=1100px){.portfolio-filter-card{flex-direction:column;align-items:stretch}.portfolio-filters{grid-template-columns:1fr 1fr}.portfolio-results{text-align:left}}@media (width<=850px){.portfolio-heading{flex-direction:column;align-items:flex-start}.portfolio-kpis{grid-template-columns:repeat(2,minmax(150px,1fr))}.smart-table-desktop{display:none}.smart-table-mobile{gap:13px;padding:14px;display:grid}.smart-mobile-card{background:#fff;border:1px solid #e2e8f0;border-radius:15px;padding:16px}}@media (width<=600px){.portfolio-kpis,.portfolio-filters{grid-template-columns:1fr}.portfolio-heading__actions{grid-template-columns:1fr;width:100%;display:grid}.portfolio-heading__actions a,.portfolio-heading__actions button{justify-content:center;width:100%}.portfolio-mobile-header{grid-template-columns:auto 1fr}.portfolio-mobile-header .portfolio-state{grid-column:2}.portfolio-actions{justify-content:flex-start}}.profile-layout{gap:22px;display:grid}.profile-layout__header,.profile-layout__body{min-width:0}.profile-layout__body--with-sidebar{grid-template-columns:minmax(260px,320px) minmax(0,1fr);align-items:start;gap:22px;display:grid}.profile-layout__main{gap:20px;min-width:0;display:grid}.profile-layout__tabs{min-width:0}.profile-layout__content{gap:20px;min-width:0;display:grid}.profile-header{background:#fff;border:1px solid #e2e8f0;border-radius:21px;justify-content:space-between;align-items:center;gap:25px;padding:25px;display:flex;box-shadow:0 12px 32px #0f172a0f}.profile-header__identity{align-items:center;gap:18px;min-width:0;display:flex}.profile-header__avatar{color:#fff;background:linear-gradient(145deg,#1d4ed8,#60a5fa);border-radius:22px;flex:0 0 76px;place-items:center;width:76px;height:76px;font-size:23px;font-weight:850;display:grid;overflow:hidden;box-shadow:0 12px 26px #2563eb38}.profile-header__avatar img{object-fit:cover;width:100%;height:100%}.profile-header__details{min-width:0}.profile-header__badges{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.profile-code{color:#1d4ed8;background:#eff6ff;border-radius:999px;align-items:center;min-height:26px;padding:5px 9px;font-size:11px;font-weight:850;display:inline-flex}.profile-header h1{color:#0f172a;margin:8px 0 0;font-size:clamp(26px,3vw,36px);line-height:1.15}.profile-header p{color:#64748b;margin:6px 0 0}.profile-header__metadata{flex-wrap:wrap;gap:14px;margin-top:13px;display:flex}.profile-header__metadata span{color:#475569;align-items:center;gap:7px;font-size:13px;display:inline-flex}.profile-header__actions{flex-wrap:wrap;justify-content:flex-end;gap:9px;display:flex}.profile-sidebar{gap:18px;min-width:0;display:grid}.profile-sidebar--sticky{position:sticky;top:20px}.profile-card{background:#fff;border:1px solid #e2e8f0;border-radius:19px;min-width:0;overflow:hidden;box-shadow:0 10px 28px #0f172a0d}.profile-card__header{justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 21px 0;display:flex}.profile-card__heading{align-items:flex-start;gap:12px;min-width:0;display:flex}.profile-card__icon{color:#2563eb;background:#eff6ff;border-radius:12px;flex:0 0 41px;place-items:center;width:41px;height:41px;display:grid}.profile-card__header h2,.profile-card__header p{margin:0}.profile-card__header h2{color:#0f172a;font-size:17px}.profile-card__header p{color:#64748b;margin-top:4px;font-size:13px;line-height:1.45}.profile-card__action{flex:none}.profile-card__content{padding:20px 21px}.profile-stat{background:#fff;border:1px solid #e2e8f0;border-radius:15px;align-items:flex-start;gap:13px;min-height:116px;padding:17px;display:flex}.profile-stat__icon{color:#2563eb;background:#eff6ff;border-radius:12px;flex:0 0 41px;place-items:center;width:41px;height:41px;display:grid}.profile-stat__content{min-width:0}.profile-stat span,.profile-stat strong,.profile-stat small{display:block}.profile-stat span{color:#64748b;font-size:12px;font-weight:700}.profile-stat strong{color:#0f172a;overflow-wrap:anywhere;margin-top:5px;font-size:23px;line-height:1.2}.profile-stat small{color:#94a3b8;margin-top:7px;font-size:11px;line-height:1.4}.profile-stat--success .profile-stat__icon{color:#15803d;background:#dcfce7}.profile-stat--warning .profile-stat__icon{color:#b45309;background:#fef3c7}.profile-stat--danger .profile-stat__icon{color:#b91c1c;background:#fee2e2}.profile-info-grid{gap:0;margin:0;display:grid}.profile-info-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-info-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-info-item{border-bottom:1px solid #eef2f7;min-width:0;padding:14px 0}.profile-info-grid--2 .profile-info-item:nth-child(odd){padding-right:18px}.profile-info-grid--2 .profile-info-item:nth-child(2n){border-left:1px solid #eef2f7;padding-left:18px}.profile-info-item dt{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:750}.profile-info-item dd{color:#1e293b;overflow-wrap:anywhere;margin:6px 0 0;font-size:14px;font-weight:650;line-height:1.45}.profile-tabs{scrollbar-width:thin;border-bottom:1px solid #dbe3ed;align-items:center;gap:4px;display:flex;overflow-x:auto}.profile-tab{color:#64748b;min-height:48px;font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:0;flex:none;align-items:center;gap:8px;padding:11px 14px;font-size:13px;font-weight:750;display:inline-flex;position:relative}.profile-tab:after{content:"";background:0 0;border-radius:4px 4px 0 0;height:3px;position:absolute;bottom:-1px;left:11px;right:11px}.profile-tab:hover{color:#1d4ed8}.profile-tab--active{color:#2563eb}.profile-tab--active:after{background:#2563eb}.profile-tab small{color:#475569;background:#e2e8f0;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 6px;font-size:10px;display:inline-grid}.profile-status{color:#475569;white-space:nowrap;background:#f1f5f9;border-radius:999px;align-items:center;min-height:26px;padding:5px 9px;font-size:11px;font-weight:850;display:inline-flex}.profile-status--activo,.profile-status--activa,.profile-status--confirmado{color:#166534;background:#dcfce7}.profile-status--pendiente_pago,.profile-status--pendiente_validacion,.profile-status--pendiente_validacion_pago,.profile-status--proxima_vencer{color:#92400e;background:#fef3c7}.profile-status--vencida,.profile-status--vencido,.profile-status--rechazada,.profile-status--rechazado,.profile-status--cancelada,.profile-status--cancelado,.profile-status--suspendida,.profile-status--suspendido{color:#991b1b;background:#fee2e2}.profile-empty-state{text-align:center;align-content:center;place-items:center;gap:9px;min-height:240px;padding:30px;display:grid}.profile-empty-state__icon{color:#2563eb;background:#eff6ff;border-radius:17px;place-items:center;width:58px;height:58px;display:grid}.profile-empty-state h3,.profile-empty-state p{margin:0}.profile-empty-state h3{color:#0f172a}.profile-empty-state p{color:#64748b;max-width:520px}.profile-empty-state__action{margin-top:9px}@media (width<=1050px){.profile-layout__body--with-sidebar{grid-template-columns:minmax(230px,280px) minmax(0,1fr)}.profile-header{align-items:flex-start}.profile-header__actions{max-width:280px}}@media (width<=850px){.profile-layout__body--with-sidebar{grid-template-columns:1fr}.profile-sidebar--sticky{position:static}.profile-header{flex-direction:column;align-items:flex-start}.profile-header__actions{justify-content:flex-start;width:100%;max-width:none}}@media (width<=600px){.profile-header__identity{flex-direction:column;align-items:flex-start}.profile-header__actions{grid-template-columns:1fr;display:grid}.profile-header__actions>*{justify-content:center;width:100%}.profile-info-grid--2,.profile-info-grid--3{grid-template-columns:1fr}.profile-info-grid--2 .profile-info-item:nth-child(odd),.profile-info-grid--2 .profile-info-item:nth-child(2n){border-left:0;padding-left:0;padding-right:0}.profile-card__header{flex-direction:column;align-items:stretch}.profile-card__action{width:100%}}.empresa-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.empresa-form-field{gap:7px;min-width:0;display:grid}.empresa-form-label{color:#334155;align-items:center;gap:4px;font-size:13px;font-weight:800;display:flex}.empresa-form-label small{color:#dc2626;font-size:14px}.empresa-form-input-wrap{background:#fff;border:1px solid #cbd5e1;border-radius:11px;align-items:center;gap:9px;min-height:45px;padding:0 13px;transition:border-color .2s,box-shadow .2s;display:flex}.empresa-form-input-wrap:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.empresa-form-input-wrap--error{border-color:#ef4444}.empresa-form-input-icon{color:#64748b;flex-shrink:0;place-items:center;display:grid}.empresa-form-input-wrap input{color:#0f172a;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0}.empresa-form-select,.empresa-form-standalone-input,.empresa-form-textarea{color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:11px;outline:none;transition:border-color .2s,box-shadow .2s}.empresa-form-select,.empresa-form-standalone-input{min-height:45px;padding:0 13px}.empresa-form-textarea{resize:vertical;min-height:105px;padding:12px 13px;line-height:1.55}.empresa-form-select:focus,.empresa-form-standalone-input:focus,.empresa-form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.empresa-form-select--error,.empresa-form-standalone-input--error,.empresa-form-textarea--error{border-color:#ef4444}.empresa-form-error{color:#dc2626;font-size:12px;font-weight:700}@media (width<=760px){.empresa-form-grid{grid-template-columns:1fr}}.empresa-form-actions{z-index:5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;border:1px solid #dbe4ef;border-radius:15px;justify-content:flex-end;align-items:center;gap:12px;padding:14px 16px;display:flex;position:sticky;bottom:14px;box-shadow:0 12px 30px #0f172a1f}.empresa-form-actions .btn{justify-content:center;align-items:center;gap:8px;min-height:44px;display:inline-flex}@media (width<=620px){.empresa-form-actions{grid-template-columns:1fr;display:grid}.empresa-form-actions .btn{width:100%}}.module-back-button{color:#334155;width:fit-content;min-height:42px;font:inherit;cursor:pointer;background:#fff;border:1px solid #dbe4ef;border-radius:11px;justify-content:center;align-items:center;gap:9px;margin:0 0 20px;padding:9px 14px;font-size:14px;font-weight:750;transition:background-color .18s,border-color .18s,color .18s,transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 3px 10px #0f172a0d}.module-back-button:hover{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe;transform:translateY(-1px);box-shadow:0 5px 14px #2563eb1a}.module-back-button:active{transform:translateY(0)}.module-back-button:disabled{opacity:.55;cursor:not-allowed;transform:none}.empresa-form-actions{justify-content:flex-end;align-items:center;gap:12px;margin-top:8px;padding:18px 0 4px;display:flex;z-index:auto!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border:0!important;border-top:1px solid #e2e8f0!important;border-radius:0!important;position:static!important;bottom:auto!important}.empresa-form-actions .btn-primary{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}.empresa-form-actions .btn-primary:hover{background:#1d4ed8!important;border-color:#1d4ed8!important}.empresa-form-actions .btn-secondary{color:#334155!important;background:#fff!important;border:1px solid #cbd5e1!important}.empresa-form-actions .btn-secondary:hover{color:#1d4ed8!important;background:#eff6ff!important;border-color:#bfdbfe!important}@media (width<=620px){.empresa-form-actions{grid-template-columns:1fr;padding-top:16px;display:grid}.empresa-form-actions .btn{width:100%}}.documento-form{width:100%;display:block}.documento-form-grid{gap:20px;display:grid}.documento-form-section{background:#fff;border:1px solid #e2e8f0;border-radius:17px;padding:22px;box-shadow:0 5px 18px #0f172a0a}.documento-form-section-header{align-items:flex-start;gap:13px;margin-bottom:20px;display:flex}.documento-form-section-icon{color:#2563eb;background:#eff6ff;border-radius:12px;flex-shrink:0;place-items:center;width:43px;height:43px;display:grid}.documento-form-section-header h2{color:#0f172a;margin:0 0 5px;font-size:18px;line-height:1.3}.documento-form-section-header p{color:#64748b;margin:0;font-size:14px;line-height:1.5}.documento-form-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;display:grid}.documento-form-field{align-content:start;gap:7px;min-width:0;display:grid}.documento-form-field-full{grid-column:1/-1}.documento-form-field label{color:#334155;font-size:13px;font-weight:750}.documento-required{color:#dc2626;margin-left:4px}.documento-form-field input,.documento-form-field select,.documento-form-field textarea{color:#0f172a;width:100%;min-height:44px;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:11px;outline:none;padding:10px 12px;font-size:14px;transition:border-color .16s,box-shadow .16s,background-color .16s}.documento-form-field textarea{resize:vertical;min-height:110px;line-height:1.5}.documento-form-field input:focus,.documento-form-field select:focus,.documento-form-field textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #2563eb1f}.documento-form-field input:disabled,.documento-form-field select:disabled,.documento-form-field textarea:disabled{cursor:not-allowed;color:#94a3b8;background:#f8fafc}.documento-input-error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef444414!important}.documento-field-error{color:#dc2626;align-items:flex-start;gap:6px;margin:0;font-size:12px;line-height:1.4;display:flex}.documento-field-error svg{flex-shrink:0;margin-top:1px}.documento-input-with-icon{position:relative}.documento-input-with-icon>svg{z-index:1;color:#64748b;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.documento-input-with-icon select{padding-left:40px}.documento-upload-zone{color:#475569;text-align:center;cursor:pointer;background:#f8fbff;border:2px dashed #bfdbfe;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:165px;padding:22px;transition:border-color .18s,background-color .18s,transform .18s;display:flex}.documento-upload-zone:hover{background:#eff6ff;border-color:#3b82f6;transform:translateY(-1px)}.documento-upload-zone input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.documento-upload-zone strong{color:#1e3a8a;font-size:15px}.documento-upload-zone span{color:#64748b;font-size:13px}.documento-upload-icon{color:#2563eb;background:#dbeafe;border-radius:14px;place-items:center;width:50px;height:50px;display:grid}.documento-upload-zone-error{background:#fff7f7;border-color:#fca5a5}.documento-file-error{margin-top:9px}.documento-selected-file,.documento-current-file{background:#f8fafc;border:1px solid #dbe4ef;border-radius:13px;align-items:center;gap:12px;margin-top:13px;padding:13px 14px;display:flex}.documento-current-file{background:#eff6ff;border-color:#bfdbfe;margin:0 0 13px}.documento-selected-file-icon,.documento-current-file-icon{color:#2563eb;background:#dbeafe;border-radius:11px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.documento-selected-file-info,.documento-current-file-info{flex:1;min-width:0}.documento-selected-file-info strong,.documento-current-file-info strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.documento-selected-file-info span,.documento-current-file-info span{color:#64748b;margin-top:3px;font-size:12px;display:block}.documento-remove-file{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #fecaca;border-radius:9px;flex-shrink:0;place-items:center;width:35px;height:35px;padding:0;transition:background-color .16s,border-color .16s;display:grid}.documento-remove-file:hover{background:#fef2f2;border-color:#fca5a5}.documento-form-actions{background:0 0;border-top:1px solid #e2e8f0;justify-content:flex-end;align-items:center;gap:11px;margin-top:22px;padding:19px 0 4px;display:flex;z-index:auto!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;position:static!important;bottom:auto!important}.documento-button-primary,.documento-button-secondary{min-height:43px;font:inherit;cursor:pointer;border-radius:11px;justify-content:center;align-items:center;padding:10px 17px;font-size:14px;font-weight:750;transition:background-color .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.documento-button-primary{color:#fff;background:#2563eb;border:1px solid #2563eb}.documento-button-primary:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-1px)}.documento-button-secondary{color:#334155;background:#fff;border:1px solid #cbd5e1}.documento-button-secondary:hover:not(:disabled){color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.documento-button-primary:disabled,.documento-button-secondary:disabled{opacity:.58;cursor:not-allowed;transform:none}.btn-danger{color:#be123c;background:#fff1f2;border:1px solid #fecaca}.btn-danger:hover:not(:disabled){color:#9f1239;background:#ffe4e6;border-color:#fda4af}@media (width<=760px){.documento-form-section{padding:18px}.documento-form-fields{grid-template-columns:1fr}.documento-form-field-full{grid-column:auto}.documento-form-actions{grid-template-columns:1fr;display:grid}.documento-button-primary,.documento-button-secondary{width:100%}}@media (width<=480px){.documento-form-section-header{align-items:center}.documento-form-section-header h2{font-size:16px}.documento-upload-zone{min-height:145px;padding:18px 14px}.documento-selected-file,.documento-current-file{align-items:flex-start}}.documento-open-button{white-space:nowrap;text-decoration:none!important}.documento-open-button:hover,.documento-open-button:focus{text-decoration:none!important}.operacion-modal-overlay{z-index:3000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a9e;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.operacion-modal{--operacion-accent:#2563eb;--operacion-accent-soft:#eff6ff;background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:min(760px,100%);max-height:calc(100vh - 48px);overflow-y:auto;box-shadow:0 30px 80px #0f172a47}.operacion-modal-accent-success{--operacion-accent:#15803d;--operacion-accent-soft:#f0fdf4}.operacion-modal-accent-primary{--operacion-accent:#2563eb;--operacion-accent-soft:#eff6ff}.operacion-modal-accent-warning{--operacion-accent:#b45309;--operacion-accent-soft:#fffbeb}.operacion-modal-accent-danger{--operacion-accent:#b91c1c;--operacion-accent-soft:#fef2f2}.operacion-modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:20px;padding:24px 26px 20px;display:flex}.operacion-modal-heading{align-items:flex-start;gap:14px;display:flex}.operacion-modal-icon{width:46px;height:46px;color:var(--operacion-accent);background:var(--operacion-accent-soft);border-radius:14px;flex-shrink:0;place-items:center;display:grid}.operacion-modal-heading h2{color:#0f172a;margin:0 0 5px;font-size:1.24rem;line-height:1.25}.operacion-modal-heading p{color:#64748b;max-width:540px;margin:0;font-size:.92rem;line-height:1.5}.operacion-modal-close{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;place-items:center;width:38px;height:38px;transition:border-color .18s,background .18s,color .18s;display:grid}.operacion-modal-close:hover:not(:disabled){color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.operacion-modal-close:disabled{opacity:.55;cursor:not-allowed}.operacion-modal-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:20px 26px 0;padding:14px;display:grid}.operacion-modal-summary div{flex-direction:column;gap:3px;min-width:0;display:flex}.operacion-modal-summary span{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:.76rem;font-weight:700}.operacion-modal-summary strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;overflow:hidden}.operacion-modal-error-general{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:14px;align-items:flex-start;gap:10px;margin:16px 26px 0;padding:13px 15px;font-size:.9rem;line-height:1.45;display:flex}.operacion-modal-error-general svg{flex-shrink:0;margin-top:1px}.operacion-modal-form{padding:22px 26px 26px}.operacion-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.operacion-form-field{flex-direction:column;gap:7px;margin-bottom:17px;display:flex}.operacion-form-label{color:#334155;font-size:.86rem;font-weight:750}.operacion-form-field input,.operacion-form-field select,.operacion-form-field textarea{color:#0f172a;width:100%;min-height:44px;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none;padding:10px 12px;transition:border-color .18s,box-shadow .18s}.operacion-form-field textarea{resize:vertical;min-height:98px}.operacion-form-field input:focus,.operacion-form-field select:focus,.operacion-form-field textarea:focus{border-color:var(--operacion-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--operacion-accent) 15%, transparent)}.operacion-form-field-error input,.operacion-form-field-error select,.operacion-form-field-error textarea{border-color:#ef4444}.operacion-form-error{color:#b91c1c;font-size:.78rem;line-height:1.4}.operacion-form-help{color:#64748b;font-size:.77rem;line-height:1.4}.operacion-input-icon{position:relative}.operacion-input-icon svg{color:#64748b;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.operacion-input-icon input{padding-left:40px}.operacion-input-prefix{align-items:stretch;display:flex}.operacion-input-prefix>span{color:#475569;background:#f8fafc;border:1px solid #cbd5e1;border-right:0;border-radius:12px 0 0 12px;place-items:center;min-width:42px;font-weight:800;display:grid}.operacion-input-prefix input{border-radius:0 12px 12px 0}.operacion-payment-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:17px;margin:4px 0 18px;padding:17px}.operacion-payment-section-title{color:var(--operacion-accent);align-items:flex-start;gap:11px;margin-bottom:16px;display:flex}.operacion-payment-section-title svg{flex-shrink:0;margin-top:1px}.operacion-payment-section-title div{flex-direction:column;gap:3px;display:flex}.operacion-payment-section-title strong{color:#0f172a;font-size:.92rem}.operacion-payment-section-title span{color:#64748b;font-size:.8rem;line-height:1.4}.operacion-payment-highlight{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:15px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:15px 17px;display:flex}.operacion-payment-highlight span{color:#166534;font-size:.85rem;font-weight:700}.operacion-payment-highlight strong{color:#14532d;font-size:1.08rem}.operacion-file-input{color:#475569;cursor:pointer;background:#fff;border:1px dashed #94a3b8;border-radius:14px;align-items:center;gap:12px;min-height:72px;padding:13px 15px;transition:border-color .18s,background .18s;display:flex}.operacion-file-input:hover{border-color:var(--operacion-accent);background:var(--operacion-accent-soft)}.operacion-file-input svg{color:var(--operacion-accent);flex-shrink:0}.operacion-file-input div{flex-direction:column;gap:3px;min-width:0;display:flex}.operacion-file-input strong,.operacion-file-input span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.operacion-file-input strong{color:#0f172a;font-size:.86rem}.operacion-file-input span{color:#64748b;font-size:.77rem}.operacion-file-input input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.operacion-confirmation-box{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:15px;align-items:flex-start;gap:11px;margin-bottom:18px;padding:15px;display:flex}.operacion-confirmation-box svg{flex-shrink:0;margin-top:1px}.operacion-confirmation-box p{margin:0;font-size:.88rem;line-height:1.5}.operacion-confirmation-danger{color:#991b1b;background:#fef2f2;border-color:#fecaca}.operacion-modal-actions{border-top:1px solid #e2e8f0;justify-content:flex-end;align-items:center;gap:11px;margin-top:7px;padding-top:19px;display:flex}.operacion-modal-submit{color:#fff;background:var(--operacion-accent);min-height:42px;font:inherit;cursor:pointer;box-shadow:0 8px 20px color-mix(in srgb, var(--operacion-accent) 24%, transparent);border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px 17px;font-size:.88rem;font-weight:800;transition:transform .18s,opacity .18s,box-shadow .18s;display:inline-flex}.operacion-modal-submit:hover:not(:disabled){box-shadow:0 11px 25px color-mix(in srgb, var(--operacion-accent) 30%, transparent);transform:translateY(-1px)}.operacion-modal-submit:disabled{opacity:.62;cursor:not-allowed;box-shadow:none}.operacion-modal-spinner{border:2px solid #ffffff73;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.75s linear infinite operacion-modal-spin}@keyframes operacion-modal-spin{to{transform:rotate(360deg)}}@media (width<=720px){.operacion-modal-overlay{align-items:end;padding:12px}.operacion-modal{border-radius:22px 22px 16px 16px;width:100%;max-height:calc(100vh - 24px)}.operacion-modal-header{padding:20px 18px 17px}.operacion-modal-summary{grid-template-columns:1fr;margin:16px 18px 0}.operacion-modal-form{padding:18px}.operacion-form-grid{grid-template-columns:1fr;gap:0}.operacion-modal-actions{flex-direction:column-reverse;align-items:stretch}.operacion-modal-actions button{width:100%}}.afiliacion-detail-back{margin-bottom:16px}.afiliacion-actions-panel{background:#fff;border:1px solid #e2e8f0;border-radius:18px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:17px 18px;display:flex;box-shadow:0 8px 24px #0f172a0f}.afiliacion-actions-heading h3{color:#0f172a;margin:0 0 3px;font-size:.98rem}.afiliacion-actions-heading p{color:#64748b;margin:0;font-size:.8rem;line-height:1.45}.afiliacion-actions-list{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex}.afiliacion-action-button{min-height:39px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:7px;padding:8px 13px;font-size:.82rem;font-weight:800;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:inline-flex}.afiliacion-action-button:hover{transform:translateY(-1px)}.afiliacion-action-primary{color:#fff;background:#2563eb;box-shadow:0 7px 17px #2563eb33}.afiliacion-action-secondary{color:#334155;background:#fff;border-color:#cbd5e1}.afiliacion-action-secondary:hover{background:#f8fafc;border-color:#94a3b8}.afiliacion-action-success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.afiliacion-action-warning{color:#92400e;background:#fffbeb;border-color:#fde68a}.afiliacion-action-danger{color:#991b1b;background:#fef2f2;border-color:#fecaca}.afiliacion-operation-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:14px;align-items:center;gap:10px;margin-bottom:16px;padding:13px 15px;font-size:.87rem;font-weight:650;display:flex}.afiliacion-operation-success>span{flex:1}.afiliacion-operation-success>button{color:#166534;cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.afiliacion-operation-success>button:hover{background:#dcfce7}.afiliacion-no-actions{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:9px;margin-bottom:17px;padding:13px 15px;font-size:.84rem;display:flex}.afiliacion-no-actions svg{flex-shrink:0}@media (width<=980px){.afiliacion-actions-panel{flex-direction:column;align-items:flex-start}.afiliacion-actions-list{justify-content:flex-start;width:100%}}@media (width<=620px){.afiliacion-actions-panel{padding:15px}.afiliacion-actions-list{grid-template-columns:1fr;display:grid}.afiliacion-action-button{width:100%}}@page{size:A4 landscape;margin:12mm}@media print{html,body{-webkit-print-color-adjust:exact;print-color-adjust:exact;width:100%;min-height:auto;font-size:10pt;color:#0f172a!important;background:#fff!important;margin:0!important;padding:0!important;font-family:Arial,Helvetica,sans-serif!important}body *{visibility:hidden!important}.reportes-print-root,.reportes-print-root *{visibility:visible!important}.reportes-print-root{background:#fff!important;width:100%!important;min-height:auto!important;margin:0!important;padding:0!important;position:absolute!important;inset:0 auto auto 0!important;overflow:visible!important}.reportes-print-root>div{gap:12px!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.reportes-no-print,.report-export-actions,.reportes-print-root button,.reportes-print-root [role=alert]{display:none!important}.reportes-print-root header{break-after:avoid!important;page-break-after:avoid!important;border-bottom:2px solid #1e40af!important;margin:0 0 12px!important;padding:0 0 10px!important;display:block!important}.reportes-print-root header p:first-child{color:#1e40af!important;letter-spacing:.08em!important;margin:0 0 3px!important;font-size:8pt!important;font-weight:700!important}.reportes-print-root header h1{color:#0f172a!important;margin:0!important;font-size:19pt!important;line-height:1.15!important}.reportes-print-root header h1+p{color:#475569!important;max-width:none!important;margin:5px 0 0!important;font-size:9pt!important}.reportes-print-root section,.reportes-print-root article{box-shadow:none!important}.reportes-print-root section{background:#fff!important;border-color:#cbd5e1!important;margin-bottom:10px!important}.reportes-print-root .grid{gap:8px!important}.reportes-print-root canvas,.reportes-print-root svg{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;max-width:100%!important}.reportes-print-root canvas{width:100%!important;height:auto!important}.reportes-print-root table,.reportes-print-root thead,.reportes-print-root tbody,.reportes-print-root tr,.reportes-print-root th,.reportes-print-root td{visibility:visible!important}.reportes-print-root table{border-collapse:collapse!important;width:100%!important;font-size:8.5pt!important}.reportes-print-root thead{display:table-header-group!important}.reportes-print-root tfoot{display:table-footer-group!important}.reportes-print-root tr{break-inside:avoid!important;page-break-inside:avoid!important}.reportes-print-root th,.reportes-print-root td{color:#0f172a!important;background:#fff!important;border:1px solid #cbd5e1!important;padding:5px 7px!important}.reportes-print-root th{color:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#1e40af!important;font-weight:700!important}.reportes-print-root .overflow-x-auto{overflow:visible!important}.reportes-print-root .rounded-2xl,.reportes-print-root .rounded-xl{border-radius:4px!important}.reportes-print-root h2,.reportes-print-root h3{break-after:avoid!important;page-break-after:avoid!important}.reportes-print-root a{color:inherit!important;text-decoration:none!important}.reportes-print-root *,.reportes-print-root :before,.reportes-print-root :after{text-shadow:none!important;transition:none!important;animation:none!important}}.auth-layout{background:radial-gradient(circle at 78% 18%,#b9eb4c21,#0000 28%),#f5f8f4;grid-template-columns:minmax(360px,1.05fr) minmax(420px,.95fr);min-height:100vh;display:grid}.auth-layout__brand{color:#fff;background:radial-gradient(circle at 20% 15%,#c4f04e40,#0000 32%),linear-gradient(145deg,#071d16 0%,#0b3827 52%,#0d5134 100%);align-items:center;padding:72px clamp(40px,7vw,112px);display:flex;position:relative;overflow:hidden}.auth-layout__brand:after{content:"";border:64px solid #bfe94a1f;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-190px;right:-175px}.auth-layout__brand-content{z-index:1;max-width:600px;position:relative}.auth-layout__logo,.login-card__mobile-logo{letter-spacing:-1px;color:#17331c;background:linear-gradient(145deg,#d9f36e,#a7d931);border-radius:22px;place-items:center;width:76px;height:76px;font-size:28px;font-weight:900;display:grid;box-shadow:0 18px 45px #00000038,inset 0 1px #ffffffb3}.auth-layout__eyebrow{color:#c9ec72;letter-spacing:.16em;text-transform:uppercase;margin:38px 0 12px;font-size:13px;font-weight:800}.auth-layout__brand h1{letter-spacing:-.05em;max-width:580px;margin:0;font-size:clamp(42px,5.5vw,74px);line-height:.98}.auth-layout__description{color:#ffffffbd;max-width:540px;margin:26px 0 0;font-size:18px;line-height:1.65}.auth-layout__features{gap:13px;margin-top:38px;display:grid}.auth-layout__features span{color:#ffffffdb;padding-left:27px;font-weight:600;position:relative}.auth-layout__features span:before{content:"";background:#bee95b;border-radius:50%;width:10px;height:10px;position:absolute;top:.46em;left:0;box-shadow:0 0 0 5px #bee95b24}.auth-layout__form{justify-content:center;align-items:center;padding:50px clamp(24px,6vw,92px);display:flex}.login-card{background:#fffffff0;border:1px solid #14493017;border-radius:30px;width:min(100%,480px);padding:clamp(28px,4vw,48px);box-shadow:0 28px 75px #0f33241c,0 2px 8px #0f33240d}.login-card__mobile-logo{border-radius:18px;width:60px;height:60px;font-size:22px;display:none}.login-card__header>p{color:#6a972c;letter-spacing:.13em;text-transform:uppercase;margin:0 0 8px;font-size:13px;font-weight:850}.login-card__header h2{color:#14281d;letter-spacing:-.045em;margin:0;font-size:clamp(32px,4vw,43px)}.login-card__header>span{color:#697970;margin-top:12px;line-height:1.6;display:block}.login-form{gap:21px;margin-top:34px;display:grid}.login-field{gap:9px;display:grid}.login-field>span{color:#30483a;font-size:14px;font-weight:750}.login-field__control{background:#fbfdfb;border:1px solid #d9e3dc;border-radius:15px;align-items:center;gap:12px;min-height:54px;padding:0 16px;transition:border-color .16s,box-shadow .16s,background .16s;display:flex}.login-field__control:focus-within{background:#fff;border-color:#7cae32;box-shadow:0 0 0 4px #9dca3d24}.login-field__control>svg{color:#75907e;flex:none}.login-field__control input{color:#1b3023;width:100%;min-width:0;height:50px;font:inherit;background:0 0;border:0;outline:0}.login-field__control input::placeholder{color:#a2afa7}.login-field__toggle{color:#667b6e;cursor:pointer;background:0 0;border:0;border-radius:9px;flex:none;place-items:center;padding:6px;display:grid}.login-field__toggle:hover{color:#245038;background:#edf4ef}.login-error{color:#9d2929;background:#fff4f4;border:1px solid #f0c5c5;border-radius:13px;padding:13px 15px;font-size:14px;font-weight:650;line-height:1.45}.login-submit{color:#15321c;cursor:pointer;min-height:55px;font:inherit;background:linear-gradient(135deg,#c8ec62,#9cd438);border:0;border-radius:15px;font-weight:850;transition:transform .16s,box-shadow .16s,opacity .16s;box-shadow:0 14px 28px #709d263d}.login-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 17px 33px #709d264d}.login-submit:disabled{opacity:.68;cursor:wait}.login-card__footer{text-align:center;border-top:1px solid #e9efea;gap:4px;margin-top:32px;padding-top:22px;display:grid}.login-card__footer strong{color:#294635;font-size:14px}.login-card__footer span{color:#8a978f;font-size:12px}.auth-loading{color:#2c4938;text-align:center;background:#f5f8f4;place-content:center;justify-items:center;gap:9px;min-height:100vh;padding:30px;display:grid}.auth-loading__spinner{border:4px solid #dbe7dd;border-top-color:#81b63a;border-radius:50%;width:42px;height:42px;margin-bottom:8px;animation:.7s linear infinite auth-spin}.auth-loading span{color:#7a8a80;font-size:14px}.sidebar-profile__identity{flex:1;min-width:0}.sidebar-profile__identity strong,.sidebar-profile__identity span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.sidebar-logout{color:#ffffffb8;cursor:pointer;background:#ffffff14;border:0;border-radius:10px;flex:none;place-items:center;width:36px;height:36px;transition:color .16s,background .16s;display:grid}.sidebar-logout:hover:not(:disabled){color:#fff;background:#ffffff29}.sidebar-logout:disabled{opacity:.55;cursor:wait}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (width<=900px){.auth-layout{grid-template-columns:1fr}.auth-layout__brand{display:none}.auth-layout__form{min-height:100vh;padding:24px}.login-card__mobile-logo{margin-bottom:28px;display:grid}}@media (width<=520px){.auth-layout__form{align-items:flex-start;padding:0}.login-card{width:100%;min-height:100vh;box-shadow:none;border:0;border-radius:0;padding:34px 24px}}.auth-layout{background:radial-gradient(circle at 82% 16%,#00beeb2e,#0000 30%),#f5f7f8!important}.auth-layout__brand{background:radial-gradient(circle at 18% 18%,#dcff002e,#0000 32%),linear-gradient(145deg,#000 0%,#101010 55%,#171717 100%)!important}.auth-layout__brand:after{border-color:#00beeb61!important}.auth-layout__logo,.login-card__mobile-logo{color:#000!important;background:#dcff00!important;border:3px solid #00beeb!important;box-shadow:0 15px 40px #0006,0 0 22px #00beeb59!important}.auth-layout__eyebrow,.login-card__header>p{color:#8ea700!important}.auth-layout__features span:before{background:#dcff00!important;box-shadow:0 0 0 5px #00beeb3d!important}.login-card{border-top:5px solid #dcff00!important;border-bottom:4px solid #00beeb!important}.login-field__control:focus-within{border-color:#00beeb!important;box-shadow:0 0 0 4px #00beeb2e!important}.login-submit{color:#000!important;background:linear-gradient(135deg,#e8ff48,#dcff00)!important;box-shadow:0 14px 28px #9db90047!important}.login-submit:hover:not(:disabled){background:linear-gradient(135deg,#dcff00,#c5e800)!important}.login-card__footer strong{color:#111!important}:root{--ifc-black:#050505;--ifc-black-soft:#101315;--ifc-black-light:#1a2023;--ifc-lime:#d8ff00;--ifc-lime-hover:#c4e900;--ifc-lime-soft:#f3ffc2;--ifc-cyan:#00bdf2;--ifc-cyan-hover:#009dca;--ifc-cyan-soft:#dff8ff;--ifc-white:#fff;--ifc-background:#f4f7f8;--ifc-surface:#fff;--ifc-surface-muted:#edf2f3;--ifc-surface-dark:#080b0d;--ifc-text:#101820;--ifc-text-soft:#50606e;--ifc-text-muted:#758493;--ifc-text-inverse:#fff;--ifc-border:#dce5e8;--ifc-border-strong:#c6d2d7;--ifc-success:#15803d;--ifc-success-soft:#dcfce7;--ifc-warning:#c56a00;--ifc-warning-soft:#fff1d6;--ifc-danger:#b91c1c;--ifc-danger-soft:#fee2e2;--ifc-info:#078eaf;--ifc-info-soft:#dff8ff;--ifc-radius-sm:8px;--ifc-radius-md:12px;--ifc-radius-lg:18px;--ifc-radius-xl:26px;--ifc-radius-pill:999px;--ifc-shadow-sm:0 2px 8px #080b0d0f;--ifc-shadow-md:0 12px 30px #080b0d17;--ifc-shadow-lg:0 24px 60px #080b0d21;--ifc-space-1:4px;--ifc-space-2:8px;--ifc-space-3:12px;--ifc-space-4:16px;--ifc-space-5:20px;--ifc-space-6:24px;--ifc-space-8:32px;--ifc-space-10:40px;--ifc-transition:.16s ease}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #00bdf24d}.ifc-button{border-radius:var(--ifc-radius-md);cursor:pointer;min-height:42px;transition:transform var(--ifc-transition), background var(--ifc-transition), border-color var(--ifc-transition), box-shadow var(--ifc-transition);border:1px solid #0000;justify-content:center;align-items:center;gap:9px;padding:0 18px;font-weight:800;line-height:1;text-decoration:none;display:inline-flex}.ifc-button:hover:not(:disabled){transform:translateY(-1px)}.ifc-button:disabled{opacity:.55;cursor:not-allowed}.ifc-button--primary{color:var(--ifc-black);background:var(--ifc-lime);box-shadow:0 10px 24px #a6c50038}.ifc-button--primary:hover:not(:disabled){background:var(--ifc-lime-hover)}.ifc-button--secondary{color:var(--ifc-black);background:var(--ifc-cyan)}.ifc-button--secondary:hover:not(:disabled){background:var(--ifc-cyan-hover)}.ifc-button--dark{color:var(--ifc-white);background:var(--ifc-black-soft)}.ifc-button--outline{color:var(--ifc-text);border-color:var(--ifc-border);background:var(--ifc-white)}.ifc-button--danger{color:var(--ifc-danger);background:var(--ifc-danger-soft);border-color:#fecaca}.ifc-icon-button{border:1px solid var(--ifc-border);border-radius:var(--ifc-radius-md);width:40px;height:40px;color:var(--ifc-text-soft);background:var(--ifc-white);cursor:pointer;transition:color var(--ifc-transition), border-color var(--ifc-transition), background var(--ifc-transition);flex:none;place-items:center;padding:0;line-height:1;display:inline-grid}.ifc-icon-button:hover{color:var(--ifc-black);border-color:var(--ifc-cyan);background:var(--ifc-cyan-soft)}.ifc-icon-button>svg{margin:0;display:block}.ifc-action-menu-button,.action-menu-button,.actions-button,.options-button,.menu-trigger,.table-actions button,.row-actions button,td button[aria-label*=opci i],td button[title*=opci i]{border:1px solid var(--ifc-border)!important;vertical-align:middle!important;border-radius:11px!important;flex:none!important;place-items:center!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;padding:0!important;line-height:1!important;display:inline-grid!important}.ifc-action-menu-button svg,.action-menu-button svg,.actions-button svg,.options-button svg,.menu-trigger svg,.table-actions button svg,.row-actions button svg{margin:0!important;display:block!important;transform:none!important}.ifc-card{border:1px solid var(--ifc-border);border-radius:var(--ifc-radius-lg);background:var(--ifc-surface);box-shadow:var(--ifc-shadow-sm)}.ifc-card--interactive{transition:transform var(--ifc-transition), box-shadow var(--ifc-transition), border-color var(--ifc-transition)}.ifc-card--interactive:hover{box-shadow:var(--ifc-shadow-md);border-color:#00bdf273;transform:translateY(-2px)}.ifc-page-hero{border-radius:var(--ifc-radius-xl);color:var(--ifc-white);background:radial-gradient(circle at 92% 14%, #d8ff0029, transparent 28%), linear-gradient(135deg, var(--ifc-black) 0%, #0d1714 62%, #25360c 100%);box-shadow:var(--ifc-shadow-md);border:1px solid #d8ff002e;padding:clamp(24px,4vw,38px);position:relative;overflow:hidden}.ifc-page-hero__eyebrow{color:var(--ifc-lime);letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:900}.ifc-page-hero h1,.ifc-page-hero h2{color:var(--ifc-white)}.ifc-page-hero p{color:#ffffffb8}.ifc-badge{border-radius:var(--ifc-radius-pill);justify-content:center;align-items:center;gap:6px;min-height:26px;padding:4px 10px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.ifc-badge--success{color:var(--ifc-success);background:var(--ifc-success-soft)}.ifc-badge--warning{color:var(--ifc-warning);background:var(--ifc-warning-soft)}.ifc-badge--danger{color:var(--ifc-danger);background:var(--ifc-danger-soft)}.ifc-badge--brand{color:var(--ifc-black);background:var(--ifc-lime-soft);border:1px solid #aecd0073}.ifc-table{border-collapse:separate;border-spacing:0;width:100%}.ifc-table th{color:var(--ifc-text-soft);background:var(--ifc-surface-muted);letter-spacing:.05em;text-align:left;text-transform:uppercase;font-size:12px;font-weight:900}.ifc-table th,.ifc-table td{border-bottom:1px solid var(--ifc-border);vertical-align:middle;padding:14px 16px}.ifc-table td:last-child,.ifc-table th:last-child{text-align:center}.ifc-field{gap:8px;display:grid}.ifc-field label{color:var(--ifc-text);font-size:14px;font-weight:800}.ifc-input,.ifc-select,.ifc-textarea{border:1px solid var(--ifc-border);border-radius:var(--ifc-radius-md);width:100%;color:var(--ifc-text);background:var(--ifc-white)}.ifc-input,.ifc-select{min-height:46px;padding:0 14px}.ifc-textarea{resize:vertical;min-height:110px;padding:13px 14px}.ifc-input:focus,.ifc-select:focus,.ifc-textarea:focus{border-color:var(--ifc-cyan);outline:0;box-shadow:0 0 0 4px #00bdf21f}.ifc-brand-logo{object-fit:contain;width:100%;height:100%;display:block}.ifc-brand-logo-frame{background:var(--ifc-black);border-radius:12px;flex:none;place-items:center;display:grid;overflow:hidden}button svg,a svg{flex:none}table td>button,table td>a{vertical-align:middle}td:last-child>div,td:last-child .actions,td:last-child .table-actions,td:last-child .row-actions{justify-content:center;align-items:center;display:flex}@media (width<=760px){.ifc-button{min-height:44px}.ifc-page-hero{border-radius:20px;padding:22px}}:root{--academy-black:#080b0d;--academy-black-soft:#101719;--academy-black-elevated:#172125;--academy-lime:#c7f000;--academy-lime-hover:#b4da00;--academy-lime-soft:#f2ffd1;--academy-cyan:#10bceb;--academy-cyan-dark:#078eaf;--academy-cyan-soft:#ddf9ff;--academy-background:#f3f6f6;--academy-surface:#fff;--academy-border:#dde6e8;--academy-text:#101719;--academy-muted:#697b83;--academy-sidebar-width:286px;--academy-topbar-height:104px}.brand-logo{align-items:center;gap:13px;min-width:0;display:flex}.brand-logo__image-wrapper{background:linear-gradient(145deg,#ffffff14,#ffffff05);border:1px solid #c7f00057;border-radius:17px;flex:0 0 58px;place-items:center;width:58px;height:58px;display:grid;overflow:hidden;box-shadow:0 13px 30px #0000003d,0 0 0 4px #c7f0000d}.brand-logo__image{object-fit:contain;width:100%;height:100%;padding:3px;display:block}.brand-logo__identity{flex-direction:column;min-width:0;display:flex}.brand-logo__identity strong{color:#fff;letter-spacing:-.025em;max-width:178px;font-size:15px;font-weight:900;line-height:1.15;overflow:hidden}.brand-logo__identity span{color:#8fa4ad;letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:10px;font-weight:650;overflow:hidden}.brand-logo--compact .brand-logo__image-wrapper{background:#0c1417;border-color:#10bceb40;flex-basis:68px;width:68px;height:68px}.auth-layout--premium{grid-template-columns:minmax(520px,1.12fr) minmax(420px,.88fr);min-height:100vh;background:radial-gradient(circle at 82% 12%,#10bceb1f,#0000 27%),#f3f6f6!important}.auth-layout--premium .auth-layout__brand{isolation:isolate;padding:clamp(48px,6vw,88px) clamp(46px,7vw,108px);background:linear-gradient(145deg,#c7f0000f,#0000 36%),radial-gradient(circle at 88% 12%,#10bceb2e,#0000 28%),linear-gradient(145deg,#050708 0%,#0a1114 52%,#111e23 100%)!important}.auth-layout--premium .auth-layout__brand:after{width:480px;height:480px;bottom:-230px;right:-220px;box-shadow:0 0 0 60px #10bceb09,0 0 0 120px #c7f00005;border:1px solid #c7f00038!important}.auth-layout__decoration{z-index:-1;pointer-events:none;border-radius:999px;position:absolute}.auth-layout__decoration--one{background:var(--academy-lime);width:9px;height:9px;top:9%;right:8%;box-shadow:0 0 24px #c7f000b8}.auth-layout__decoration--two{background:var(--academy-cyan);width:6px;height:6px;top:15%;right:17%;box-shadow:0 0 22px #10bcebb8}.auth-brand-logo{margin-bottom:clamp(45px,7vh,78px)}.auth-brand-logo .brand-logo__image-wrapper{border-radius:22px;flex-basis:76px;width:76px;height:76px}.auth-brand-logo .brand-logo__identity strong{max-width:270px;font-size:20px}.auth-brand-logo .brand-logo__identity span{color:#91a5ad;margin-top:7px;font-size:12px}.auth-layout--premium .auth-layout__eyebrow{margin:0 0 14px;font-size:12px;color:var(--academy-lime)!important}.auth-layout--premium .auth-layout__brand h1{color:#fff;letter-spacing:-.052em;max-width:680px;font-size:clamp(40px,4.5vw,68px);line-height:1}.auth-layout--premium .auth-layout__description{color:#e5eff1b3;max-width:650px;margin-top:24px;font-size:17px}.auth-layout__feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:38px;display:grid}.auth-layout__feature-grid article{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff09;border:1px solid #ffffff14;border-radius:17px;flex-direction:column;gap:13px;min-width:0;padding:17px;display:flex}.auth-layout__feature-grid article>div{width:40px;height:40px;color:var(--academy-black);background:var(--academy-lime);border-radius:12px;place-items:center;display:grid}.auth-layout__feature-grid article:nth-child(2)>div{background:var(--academy-cyan)}.auth-layout__feature-grid article span{color:#9aadb4;font-size:11px;line-height:1.45}.auth-layout__feature-grid article strong{color:#fff;margin-bottom:4px;font-size:12px;display:block}.auth-layout__trust{color:#80959e;align-items:center;gap:9px;margin-top:32px;font-size:11px;font-weight:650;display:flex}.auth-layout__trust svg{color:var(--academy-cyan)}.auth-layout--premium .auth-layout__form{padding:clamp(35px,5vw,72px) clamp(25px,6vw,90px)}.auth-layout--premium .login-card{border-radius:25px;width:min(100%,470px);box-shadow:0 30px 75px #080b0d1c,0 6px 18px #080b0d09;border:1px solid #10171914!important;border-top:4px solid var(--academy-lime)!important;border-bottom:1px solid #10171914!important}.auth-layout--premium .login-card__header>p{color:var(--academy-cyan-dark)!important}.auth-layout--premium .login-card__header h2{color:var(--academy-black)}.auth-layout--premium .login-field__control:focus-within{border-color:var(--academy-cyan)!important;box-shadow:0 0 0 4px #10bceb1f!important}.auth-layout--premium .login-submit{color:var(--academy-black)!important;background:linear-gradient(135deg, #d9ff32, var(--academy-lime))!important;box-shadow:0 14px 30px #9dbb003d!important}.auth-layout--premium .login-submit:hover:not(:disabled){background:linear-gradient(135deg, var(--academy-lime), var(--academy-lime-hover))!important}.login-card__mobile-logo.brand-logo{display:none}.app--premium{background:var(--academy-background);min-height:100vh}.sidebar--premium{width:var(--academy-sidebar-width);flex-direction:column;display:flex;overflow:hidden;background:radial-gradient(circle at 10% 5%,#c7f00013,#0000 25%),linear-gradient(#06090a 0%,#0a1114 55%,#0d181d 100%)!important;border-right:1px solid #c7f0001c!important;padding:0!important}.brand--premium{min-height:112px;border-bottom:1px solid #ffffff12!important;padding:23px 20px!important}.brand--premium .brand-logo{width:100%}.sidebar-section-label{color:#647a83;letter-spacing:.12em;text-transform:uppercase;padding:23px 22px 10px;font-size:10px;font-weight:850}.sidebar--premium .sidebar-menu{flex-direction:column;flex:1;gap:5px;padding:0 14px;display:flex;overflow-y:auto}.sidebar--premium .sidebar-menu>a{align-items:center;gap:11px;font-size:13px;font-weight:720;color:#9db0b8!important;border:1px solid #0000!important;border-radius:13px!important;min-height:49px!important;padding:7px 10px!important;display:flex!important}.sidebar-menu__icon{color:#8298a1;background:#ffffff09;border-radius:10px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.sidebar-menu__text{flex:1;min-width:0}.sidebar-menu__arrow{color:#50646c;opacity:0;flex:none;transition:opacity .15s,transform .15s;transform:translate(-4px)}.sidebar--premium .sidebar-menu>a:hover{color:#fff!important;background:#10bceb13!important}.sidebar--premium .sidebar-menu>a:hover .sidebar-menu__icon{color:var(--academy-cyan);background:#10bceb1c}.sidebar--premium .sidebar-menu>a:hover .sidebar-menu__arrow{opacity:1;transform:translate(0)}.sidebar--premium .sidebar-menu>a.active{box-shadow:0 10px 25px #9ab70021;color:var(--academy-black)!important;background:linear-gradient(90deg, var(--academy-lime), #d9ff3e)!important;border-color:#c7f000bf!important}.sidebar--premium .sidebar-menu>a.active .sidebar-menu__icon{color:var(--academy-black);background:#080b0d17}.sidebar--premium .sidebar-menu>a.active .sidebar-menu__arrow{color:var(--academy-black);opacity:.65;transform:none}.sidebar--premium .sidebar-profile{border-radius:15px;min-height:67px;background:#ffffff0a!important;border:1px solid #ffffff13!important;padding:10px!important}.sidebar--premium .profile-avatar{flex:0 0 42px;width:42px;height:42px;color:var(--academy-black)!important;background:linear-gradient(145deg, var(--academy-cyan), #74e0fa)!important}.sidebar--premium .sidebar-profile__identity strong{font-size:12px;color:#fff!important}.sidebar--premium .sidebar-profile__identity span{margin-top:4px;font-size:10px;color:#81979f!important}.sidebar--premium .sidebar-logout{color:#82979f;width:34px;height:34px}.sidebar--premium .sidebar-logout:hover:not(:disabled){color:#fff;background:#ef444429}.sidebar-version{color:#52676f;text-align:center;margin-top:11px;font-size:9px;display:block}.main--premium{flex-direction:column;flex:1;min-width:0;min-height:100vh;display:flex;background:var(--academy-background)!important}.app-topbar{z-index:20;min-height:var(--academy-topbar-height);border-bottom:1px solid var(--academy-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe8;justify-content:space-between;align-items:center;gap:24px;padding:19px 28px;display:flex;position:relative}.app-topbar__page{min-width:0}.app-topbar__eyebrow{color:var(--academy-cyan-dark);letter-spacing:.105em;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:900;display:block}.app-topbar__page h1{color:var(--academy-black);letter-spacing:-.025em;margin:0;font-size:23px;line-height:1.15}.app-topbar__page p{color:var(--academy-muted);margin:6px 0 0;font-size:12px}.app-topbar__actions{flex:none;align-items:center;gap:10px;display:flex}.app-topbar__search,.app-topbar__icon-button{border:1px solid var(--academy-border);color:#64757d;cursor:pointer;background:#fff;border-radius:12px;justify-content:center;align-items:center;height:42px;display:inline-flex}.app-topbar__search{gap:8px;padding:0 14px;font-size:12px;font-weight:700}.app-topbar__icon-button{width:42px;position:relative}.app-topbar__search:hover,.app-topbar__icon-button:hover{color:var(--academy-cyan-dark);background:var(--academy-cyan-soft);border-color:#10bceb61}.app-topbar__notification-dot{background:var(--academy-lime);border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:9px;right:9px}.app-topbar__profile{border-left:1px solid var(--academy-border);align-items:center;gap:10px;min-width:195px;margin-left:3px;padding-left:13px;display:flex}.app-topbar__avatar{width:40px;height:40px;color:var(--academy-black);background:linear-gradient(145deg, var(--academy-lime), #dfff48);border-radius:12px;flex:0 0 40px;place-items:center;font-size:12px;font-weight:900;display:grid}.app-topbar__profile>div:last-child{flex-direction:column;min-width:0;display:flex}.app-topbar__profile strong,.app-topbar__profile span{text-overflow:ellipsis;white-space:nowrap;max-width:150px;overflow:hidden}.app-topbar__profile strong{color:var(--academy-black);font-size:12px}.app-topbar__profile span{color:var(--academy-muted);margin-top:4px;font-size:10px}.app-content{flex:1;width:100%;min-width:0;padding:25px 28px 32px}.app-content .dashboard-hero{border-color:#c7f00045;align-items:center;min-height:220px;padding:34px;box-shadow:0 16px 34px #080b0d1a}.app-content .dashboard-hero:before{content:"";opacity:.055;pointer-events:none;background:url(/branding/logo-international-fc-academy.png) 50%/contain no-repeat;width:220px;height:135px;position:absolute;top:50%;right:8%;transform:translateY(-50%)}.app-content .dashboard-metric{border-radius:17px;border-color:var(--academy-border)!important}.app-content .dashboard-panel{border-color:var(--academy-border)!important}@media (width<=1100px){.auth-layout__feature-grid{grid-template-columns:1fr}.auth-layout__feature-grid article{flex-direction:row;align-items:center}}@media (width<=900px){.auth-layout--premium{grid-template-columns:1fr}.login-card__mobile-logo.brand-logo{margin-bottom:26px;display:flex}.app-topbar{min-height:88px;padding:15px 18px 15px 70px}.app-topbar__search,.app-topbar__profile{display:none}.app-content{padding:20px 18px 28px}}@media (width<=768px){.sidebar--premium{width:min(var(--academy-sidebar-width), calc(100vw - 42px))}}@media (width<=640px){.app-topbar__page p{display:none}.app-topbar__page h1{font-size:19px}.app-content{padding:16px 13px 24px}.app-content .dashboard-hero{min-height:auto;padding:23px 19px}.app-content .dashboard-hero:before{width:170px;right:-40px}}@media (width<=520px){.auth-layout--premium .auth-layout__form{padding:0}.auth-layout--premium .login-card{border-radius:0;min-height:100vh;border:0!important;border-top:5px solid var(--academy-lime)!important}}.brand-logo__image-wrapper{isolation:isolate;position:relative}.brand-logo__image{object-fit:contain;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1.08);width:auto!important;max-width:none!important;height:112%!important;padding:0!important}.auth-brand-logo .brand-logo__image,.login-card__mobile-logo .brand-logo__image{height:116%!important}html,body,#root{min-height:100%}.app--premium{align-items:flex-start;min-height:100vh;display:flex}.sidebar--premium{z-index:80;flex:0 0 var(--academy-sidebar-width);top:0;height:100vh!important;min-height:100vh!important;position:sticky!important}.sidebar--premium .sidebar-menu{flex:auto;min-height:0;overflow:hidden auto}.sidebar-footer{background:linear-gradient(#0d181d00,#0d181df5 24%);flex:none}.sidebar-logout-wide{color:#93a7af;cursor:pointer;background:#ffffff06;border:1px solid #ffffff12;border-radius:12px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:42px;margin-top:8px;padding:9px 12px;font-family:inherit;font-size:11px;font-weight:750;transition:color .16s,border-color .16s,background .16s;display:flex}.sidebar-logout-wide:hover:not(:disabled){color:#fff;background:#ef44441f;border-color:#ef44443d}.sidebar-logout-wide:disabled{opacity:.55;cursor:wait}.main--premium{min-width:0}.app-topbar{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(118deg,#fffffffa,#fcfefef5);border:1px solid #d3dee1eb;border-radius:22px;min-height:112px;margin:18px 22px 0;padding:22px 25px 22px 28px;position:sticky;top:18px;overflow:visible;box-shadow:0 15px 38px #080b0d13,0 3px 10px #080b0d09}.app-topbar__accent{background:linear-gradient(90deg, var(--academy-lime) 0%, #a9ed49 44%, var(--academy-cyan) 100%);border-radius:0 0 999px 999px;height:4px;position:absolute;top:-1px;left:20px;right:20px}.app-topbar__watermark{color:#10171905;letter-spacing:-.09em;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:84px;font-weight:950;line-height:1;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.app-topbar__page,.app-topbar__actions{z-index:2;position:relative}.app-topbar__page{padding-left:3px}.app-topbar__eyebrow{color:var(--academy-cyan-dark);letter-spacing:.13em;margin-bottom:7px;font-size:10px}.app-topbar__page h1{letter-spacing:-.038em;font-size:clamp(22px,2vw,28px);font-weight:900}.app-topbar__page p{margin-top:7px;font-size:12px}.app-topbar__actions{gap:11px}.app-topbar__search{border-radius:14px;min-width:116px;height:46px;padding:0 16px;box-shadow:0 2px 6px #080b0d06}.app-topbar__icon-button{border-radius:14px;width:46px;height:46px;box-shadow:0 2px 6px #080b0d06}.app-topbar__profile-container{position:relative}.app-topbar__profile{border:1px solid #0000;border-left:1px solid var(--academy-border);cursor:pointer;text-align:left;background:0 0;border-radius:14px;gap:11px;min-width:215px;min-height:54px;margin-left:2px;padding:6px 8px 6px 14px;font-family:inherit;transition:border-color .16s,background .16s}.app-topbar__profile:hover,.app-topbar__profile--open{background:#ddf9ff7a;border-color:#10bceb2e}.app-topbar__avatar{border-radius:14px;flex-basis:44px;width:44px;height:44px;box-shadow:0 8px 20px #a6c7002e}.app-topbar__identity{flex-direction:column;flex:1;min-width:0;display:flex}.app-topbar__identity strong,.app-topbar__identity span{text-overflow:ellipsis;white-space:nowrap;max-width:130px;overflow:hidden}.app-topbar__identity strong{color:var(--academy-black);font-size:12px}.app-topbar__identity span{color:var(--academy-muted);margin-top:4px;font-size:10px}.app-topbar__profile-chevron{color:#71838b;flex:none;transition:transform .16s}.app-topbar__profile--open .app-topbar__profile-chevron{transform:rotate(180deg)}.app-profile-menu{z-index:120;border:1px solid var(--academy-border);background:#fff;border-radius:17px;width:278px;padding:12px;animation:.15s both academy-profile-menu-in;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 22px 55px #080b0d29,0 5px 15px #080b0d0f}@keyframes academy-profile-menu-in{0%{opacity:0;transform:translateY(-5px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.app-profile-menu__header{align-items:center;gap:11px;min-width:0;padding:6px;display:flex}.app-profile-menu__avatar{width:44px;height:44px;color:var(--academy-black);background:linear-gradient(145deg, var(--academy-lime), #ddff4d);border-radius:14px;flex:0 0 44px;place-items:center;font-size:12px;font-weight:900;display:grid}.app-profile-menu__header>div:last-child{flex-direction:column;min-width:0;display:flex}.app-profile-menu__header strong,.app-profile-menu__header span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.app-profile-menu__header strong{color:var(--academy-black);font-size:12px}.app-profile-menu__header span{color:var(--academy-muted);margin-top:4px;font-size:10px}.app-profile-menu__role{color:#657700;background:var(--academy-lime-soft);text-align:center;text-transform:uppercase;border-radius:10px;margin:9px 5px;padding:8px 10px;font-size:10px;font-weight:850}.app-profile-menu>button{color:#b91c1c;cursor:pointer;background:#fff7f7;border:1px solid #fee2e2;border-radius:11px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:42px;margin-top:4px;font-family:inherit;font-size:11px;font-weight:800;display:flex}.app-profile-menu>button:hover:not(:disabled){background:#fee2e2}.app-profile-menu>button:disabled{opacity:.55;cursor:wait}.app-content{padding:26px 28px 34px}@media (width<=900px){.sidebar--premium{top:0;left:0;position:fixed!important}.app-topbar{border-radius:17px;min-height:88px;margin:10px 10px 0;padding:15px 16px 15px 62px;top:10px}.app-topbar__watermark,.app-topbar__profile-container{display:none}.app-content{padding:18px 13px 26px}}@media (width<=640px){.app-topbar{min-height:82px}.app-topbar__accent{left:13px;right:13px}.app-topbar__page h1{font-size:19px}.sidebar-logout-wide{min-height:40px}}.app-topbar{z-index:30;position:relative!important;top:auto!important;left:auto!important;right:auto!important}.sidebar-logout,.sidebar-logout-wide{display:none!important}.sidebar--premium .sidebar-profile{padding-right:12px!important}.sidebar-profile__identity{padding-right:0!important}.brand--premium .brand-logo__image-wrapper{flex-basis:56px!important;width:56px!important;height:56px!important;padding:0!important}.brand--premium .brand-logo__image{transform-origin:50%!important;width:auto!important;max-width:none!important;height:91%!important;padding:0!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)scale(.94)!important}.brand--premium{min-height:106px!important;padding:20px 17px!important}.brand--premium .brand-logo{align-items:center!important;gap:12px!important}.brand--premium .brand-logo__identity{justify-content:center!important}.sidebar-menu__icon{flex:none!important;justify-content:center!important;place-items:center!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;padding:0!important;line-height:0!important;display:grid!important}.sidebar-menu__icon svg{vertical-align:middle!important;width:19px!important;height:19px!important;margin:0!important;padding:0!important;display:block!important;transform:none!important}.sidebar-menu__text{align-items:center!important;min-width:0!important;height:100%!important;margin:0!important;padding:0!important;line-height:1.2!important;display:flex!important}.sidebar-menu__arrow{place-self:center!important;width:16px!important;height:16px!important;margin:0!important;display:block!important}.sidebar--premium .sidebar-profile{grid-template-columns:42px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;display:grid!important}.sidebar--premium .profile-avatar{place-items:center!important;margin:0!important;display:grid!important}.sidebar--premium .profile-avatar,.sidebar--premium .profile-avatar *{line-height:1!important}.sidebar-footer{padding-bottom:16px!important}.app-profile-menu{z-index:150!important}.app-profile-menu>button{display:flex!important}@media (width<=900px){.app-topbar{position:relative!important;top:auto!important}.brand--premium .brand-logo__image-wrapper{flex-basis:52px!important;width:52px!important;height:52px!important}}.sidebar-footer .sidebar-profile{display:none!important}.sidebar-footer{margin-top:auto!important;padding:10px 16px 16px!important}.sidebar-version{margin-top:0!important}.sidebar--premium .sidebar-menu>a{grid-template-columns:38px minmax(0,1fr) 18px!important;align-items:center!important;column-gap:10px!important;min-height:52px!important;padding:7px 10px!important;display:grid!important}.sidebar-menu__icon{justify-content:center!important;align-self:center!important;align-items:center!important;width:38px!important;height:38px!important;margin:0!important;padding:0!important;display:flex!important}.sidebar-menu__icon svg{flex:none!important;width:19px!important;height:19px!important;margin:auto!important;display:block!important}.sidebar-menu__text{align-self:center!important;align-items:center!important;width:100%!important;min-width:0!important;height:38px!important;margin:0!important;padding:0!important;line-height:1!important;display:flex!important}.sidebar-menu__arrow{place-self:center!important;margin:0!important}.app-profile-menu>button{justify-content:flex-start!important;padding:0 13px!important}.app-profile-menu__password{color:#334b55!important;background:#f8fbfc!important;border-color:#dbe7ea!important;margin-top:7px!important}.app-profile-menu__password:hover{color:var(--academy-cyan-dark)!important;background:var(--academy-cyan-soft)!important;border-color:#10bceb57!important}.app-profile-menu__logout{color:#b91c1c!important;background:#fff7f7!important;border-color:#fee2e2!important;justify-content:center!important;margin-top:7px!important}.password-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#03080aa8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.password-modal{background:#fff;border:1px solid #ffffff24;border-radius:23px;width:min(100%,510px);animation:.18s both password-modal-in;overflow:hidden;box-shadow:0 35px 90px #00000052}@keyframes password-modal-in{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.password-modal__header{color:#fff;background:radial-gradient(circle at 90% 10%,#10bceb33,#0000 33%),linear-gradient(135deg,#071013,#102127);grid-template-columns:50px minmax(0,1fr) 40px;align-items:center;gap:14px;padding:23px;display:grid;position:relative}.password-modal__header:before{content:"";background:linear-gradient(90deg, var(--academy-lime), var(--academy-cyan));border-radius:0 0 999px 999px;height:4px;position:absolute;top:0;left:22px;right:22px}.password-modal__icon{width:50px;height:50px;color:var(--academy-black);background:var(--academy-lime);border-radius:15px;place-items:center;display:grid}.password-modal__header span{color:var(--academy-cyan);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:900}.password-modal__header h2{margin:4px 0 0;font-size:22px}.password-modal__header p{color:#9db0b7;margin:5px 0 0;font-size:11px}.password-modal__header>button{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;place-items:center;width:40px;height:40px;display:grid}.password-modal__body{flex-direction:column;gap:16px;padding:24px;display:flex}.password-modal__body label{color:var(--academy-text);flex-direction:column;gap:7px;font-size:11px;font-weight:800;display:flex}.password-modal__input{border:1px solid var(--academy-border);color:#83969e;background:#fbfdfd;border-radius:13px;align-items:center;gap:10px;min-height:48px;padding:0 14px;display:flex}.password-modal__input:focus-within{border-color:var(--academy-cyan);box-shadow:0 0 0 4px #10bceb1a}.password-modal__input input{width:100%;color:var(--academy-text);background:0 0;border:0;outline:0;font-family:inherit;font-size:13px}.password-modal__requirements{color:#60747c;background:#f1f6f7;border-radius:11px;padding:11px 13px;font-size:10px;line-height:1.5}.password-modal__message{border-radius:11px;padding:11px 13px;font-size:11px;font-weight:750}.password-modal__message--error{color:#b91c1c;background:#fff1f2}.password-modal__message--success{color:#047857;background:#ecfdf5}.password-modal__footer{border-top:1px solid var(--academy-border);justify-content:flex-end;gap:10px;margin-top:3px;padding-top:17px;display:flex}.password-modal__footer button{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:43px;padding:0 16px;font-family:inherit;font-size:11px;font-weight:850;display:inline-flex}.password-modal__cancel{border:1px solid var(--academy-border);color:#53666e;background:#fff}.password-modal__submit{border:1px solid var(--academy-lime);color:var(--academy-black);background:var(--academy-lime)}.password-modal__footer button:disabled{opacity:.58;cursor:wait}.password-modal__spinner{animation:.7s linear infinite password-spinner}@keyframes password-spinner{to{transform:rotate(360deg)}}@media (width<=560px){.password-modal-overlay{padding:10px}.password-modal__header{grid-template-columns:44px minmax(0,1fr) 38px;padding:20px 17px}.password-modal__icon{width:44px;height:44px}.password-modal__body{padding:20px 17px}.password-modal__footer{flex-direction:column-reverse}.password-modal__footer button{width:100%}}:root{--inter-black:#080b0d;--inter-black-soft:#101719;--inter-black-light:#182125;--inter-lime:#c7f000;--inter-lime-hover:#b1d700;--inter-lime-soft:#f2ffd1;--inter-cyan:#10bceb;--inter-cyan-dark:#078eaf;--inter-cyan-soft:#ddf9ff;--inter-white:#fff;--inter-background:#f4f7f7;--inter-surface:#fff;--inter-border:#dfe7e8;--inter-text:#111827;--inter-text-soft:#52616b;--inter-muted:#7b8a94;--inter-success:#15803d;--inter-success-soft:#dcfce7;--inter-warning:#c2410c;--inter-warning-soft:#ffedd5;--inter-danger:#b91c1c;--inter-danger-soft:#fee2e2;--inter-radius-small:10px;--inter-radius:14px;--inter-radius-large:20px;--inter-shadow:0 8px 26px #080b0d12}html{background:var(--inter-background)}body{color:var(--inter-text);background:var(--inter-background)!important}.app,.main,.module-page,.profile-layout,.executive-dashboard{background-color:var(--inter-background)}.main{min-width:0}.sidebar{background:radial-gradient(circle at top left, #c7f00014, transparent 24%), linear-gradient(180deg, var(--inter-black) 0%, #09141c 100%)!important;border-right:1px solid #c7f00026!important}.brand{border-bottom-color:#ffffff14!important}.brand-mark{letter-spacing:-.03em;flex:0 0 44px;justify-content:center;align-items:center;display:flex;box-shadow:0 8px 22px #c7f0002e;background:linear-gradient(135deg, var(--inter-lime) 0%, #dfff54 100%)!important;width:44px!important;height:44px!important;color:var(--inter-black)!important;border:1px solid #c7f0007a!important;border-radius:14px!important;font-size:16px!important;font-weight:950!important}.brand h2{line-height:1.08;color:var(--inter-white)!important}.brand p{color:#a8bcc4!important}.sidebar-menu a{color:#a9bbc5!important;border-color:#0000!important}.sidebar-menu a svg{color:#8299a4!important}.sidebar-menu a:hover{color:var(--inter-white)!important;background:#10bceb1a!important}.sidebar-menu a:hover svg{color:var(--inter-cyan)!important}.sidebar-menu a.active{box-shadow:0 8px 22px #c7f0001f;background:linear-gradient(90deg, var(--inter-lime) 0%, #d9ff3d 100%)!important;color:var(--inter-black)!important;border-color:#c7f000cc!important}.sidebar-menu a.active svg{color:var(--inter-black)!important}.sidebar-profile{background:#ffffff0a!important;border-color:#ffffff17!important}.sidebar-profile strong{color:var(--inter-white)!important}.sidebar-profile span{color:#91a5af!important}.profile-avatar{font-weight:900;background:var(--inter-cyan)!important;color:var(--inter-black)!important}.mobile-menu-button{background:var(--inter-black)!important;color:var(--inter-lime)!important;border-color:#c7f0006b!important}.module-eyebrow,.module-label,.profile-header__eyebrow,.dashboard-panel__eyebrow{color:var(--inter-cyan-dark)!important}.module-header h1,.profile-header h1,.module-title,.page-title{color:var(--inter-black)!important}.module-navigation,.module-tabs,.profile-tabs{border-color:var(--inter-border)!important;background:var(--inter-surface)!important}.module-navigation a,.module-navigation button,.module-tab,.profile-tabs a,.profile-tabs button{color:var(--inter-text-soft)!important}.module-navigation a:hover,.module-navigation button:hover,.module-tab:hover,.profile-tabs a:hover,.profile-tabs button:hover{color:var(--inter-cyan-dark)!important;background:var(--inter-cyan-soft)!important}.module-navigation a.active,.module-navigation button.active,.module-tab.active,.profile-tabs a.active,.profile-tabs button.active{color:var(--inter-black)!important;border-color:var(--inter-lime)!important;background:var(--inter-lime-soft)!important}button,a{font-family:inherit}.module-primary-button,.primary-button,.btn-primary,.button-primary,.action-primary,.form-submit-button,.module-add-button{border-color:var(--inter-lime)!important;background:var(--inter-lime)!important;color:var(--inter-black)!important;font-weight:850!important}.module-primary-button:hover,.primary-button:hover,.btn-primary:hover,.button-primary:hover,.action-primary:hover,.form-submit-button:hover,.module-add-button:hover{border-color:var(--inter-lime-hover)!important;background:var(--inter-lime-hover)!important}.module-secondary-button,.secondary-button,.btn-secondary,.button-secondary,.module-back-button{border-color:var(--inter-border)!important;background:var(--inter-white)!important;color:var(--inter-black)!important}.module-secondary-button:hover,.secondary-button:hover,.btn-secondary:hover,.button-secondary:hover,.module-back-button:hover{border-color:var(--inter-cyan)!important;color:var(--inter-cyan-dark)!important}.panel,.module-panel,.profile-card,.deportista-card,.deportistas-summary-card,.empresa-card,.smart-table-container,.form-card,.detail-card,.dashboard-panel,.dashboard-metric{box-shadow:0 2px 5px #080b0d09;border-color:var(--inter-border)!important;background:var(--inter-surface)!important}.panel:hover,.module-panel:hover,.deportista-card:hover,.empresa-card:hover{border-color:#10bceb61!important}.summary-card__icon,.deportistas-summary-card>div:first-child,.module-summary-icon,.profile-stat__icon{background:var(--inter-cyan-soft)!important;color:var(--inter-cyan-dark)!important}.deportistas-summary-card:nth-child(2n)>div:first-child{background:var(--inter-lime-soft)!important;color:#6c8100!important}input,select,textarea{background:var(--inter-white);color:var(--inter-text);border-color:var(--inter-border)!important}input:focus,select:focus,textarea:focus{border-color:var(--inter-cyan)!important;box-shadow:none!important;outline:3px solid #10bceb21!important}input::placeholder,textarea::placeholder{color:#94a3a9!important}label{color:var(--inter-text-soft)}table{color:var(--inter-text)}thead th{border-color:var(--inter-border)!important;color:var(--inter-text-soft)!important;background:#eef4f4!important}tbody td{border-color:#edf1f2!important}tbody tr:hover{background:#f5fbfc!important}.main a:not(.dashboard-button):not(.sidebar-menu a):not(.module-primary-button):not(.primary-button):not(.btn-primary){text-decoration-color:#10bceb59}.pagination button,.smart-table-pagination button{border-color:var(--inter-border)!important;background:var(--inter-white)!important;color:var(--inter-text-soft)!important}.pagination button.active,.smart-table-pagination button.active{border-color:var(--inter-lime)!important;background:var(--inter-lime)!important;color:var(--inter-black)!important}.badge.activo,.badge.activa,.status-active,.estado-activo,.estado-activa{background:var(--inter-success-soft)!important;color:var(--inter-success)!important}.badge.pendiente,.badge.alerta,.status-warning,.estado-pendiente{background:var(--inter-warning-soft)!important;color:var(--inter-warning)!important}.badge.rechazado,.badge.vencido,.badge.cancelado,.status-danger,.estado-rechazado,.estado-vencido{background:var(--inter-danger-soft)!important;color:var(--inter-danger)!important}*{scrollbar-width:thin;scrollbar-color:var(--inter-cyan) #e9eff0}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:#e9eff0}::-webkit-scrollbar-thumb{background:var(--inter-cyan);border:2px solid #e9eff0;border-radius:999px}@media (width<=768px){.brand-mark{flex-basis:40px;width:40px!important;height:40px!important}.main{background:var(--inter-background)!important}}:root{--ui-bg:#f6f8fb;--ui-card:#fff;--ui-primary:#183153;--ui-primary-soft:#eef4ff;--ui-accent:#b7d300;--ui-border:#e5e7eb;--ui-text:#0f172a;--ui-muted:#64748b;--ui-radius:22px;--ui-shadow:0 10px 30px #0f172a0d}.ui-card{background:var(--ui-card);border:1px solid var(--ui-border);border-radius:var(--ui-radius);box-shadow:var(--ui-shadow)}.ui-section{margin-bottom:28px}.ui-title{color:var(--ui-text);margin:0;font-size:clamp(30px,3vw,42px);font-weight:800}.ui-description{color:var(--ui-muted);margin-top:10px;line-height:1.6}.ui-pill{background:#f8fafc;border:1px solid #0000;border-radius:999px;align-items:center;gap:8px;padding:12px 18px;font-weight:700;transition:all .2s;display:inline-flex}.ui-pill:hover{background:#eef4ff}.ui-button{cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:13px 22px;font-weight:700;transition:all .2s;display:inline-flex}.ui-button-primary{background:var(--ui-primary);color:#fff}.ui-button-primary:hover{transform:translateY(-2px)}.ui-grid{gap:24px;display:grid}.ui-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.ui-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.ui-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (width<=1100px){.ui-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.ui-grid-2,.ui-grid-3,.ui-grid-4{grid-template-columns:1fr}}
