@charset "UTF-8";.sidebar__link{display:flex;align-items:center;gap:12px;padding:10px 16px;border-radius:8px;color:#64748b;text-decoration:none;font-weight:500;font-size:14px;transition:all .2s ease}.sidebar__link:hover{background:#f1f5f9;color:#1e293b}.sidebar__link-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.sidebar__link-icon svg{width:100%;height:100%}.sidebar__link-text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__link--active{background:#f0f7ff;color:#0f172a;font-weight:600}.sidebar__nav-item--talentox{margin-top:20px;padding:0 10px}.sidebar__nav-item--talentox .sidebar__link{background:#fff;color:#0f172a;border-radius:50px;padding:12px 20px;box-shadow:0 4px 15px #0000000d;border:1px solid #f1f5f9}.sidebar__nav-item--talentox .sidebar__link:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 6px 20px #00000014;border-color:#e11d48}.sidebar__nav-item--talentox .sidebar__link .sidebar__link-icon{color:#e11d48;width:24px;height:24px;background:#fff1f2;padding:5px;border-radius:10px}.sidebar__nav-item--talentox .sidebar__link .sidebar__link-text{font-weight:700;text-transform:uppercase;letter-spacing:.5px;font-size:13px}.sidebar__nav-group{display:flex;flex-direction:column}.sidebar__nav-title{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;font-size:.75rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-radius:8px;transition:all .2s ease;-webkit-user-select:none;user-select:none}.sidebar__nav-title:hover{background:#0000000a;color:var(--text)}.sidebar__nav-arrow{font-size:1rem;transition:transform .3s ease;line-height:1}.sidebar__nav-arrow--open{transform:rotate(180deg)}.sidebar__nav-children{display:flex;flex-direction:column;padding-left:8px;border-left:1px solid var(--border);margin-left:16px;margin-top:4px;margin-bottom:8px;gap:2px}.sidebar{display:flex;flex-direction:column;gap:12px;padding:24px 16px;background:var(--surface);border-right:1px solid var(--border);transition:all .3s ease;overflow-x:hidden;overflow-y:auto;height:100vh;top:0}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.sidebar__top{display:flex;flex-direction:column;height:100%}.sidebar__brand{margin-bottom:32px;padding:0 8px;display:flex;justify-content:center;align-items:center;flex-shrink:0}.sidebar__logo{max-width:140px;height:auto;display:block}.sidebar__nav{display:flex;flex-direction:column;gap:4px;padding-bottom:24px}.sidebar__nav-item{display:block;width:100%}@media(max-width:860px){.sidebar{position:fixed;left:0;top:0;bottom:0;width:260px;transform:translate(-100%);z-index:100;transition:transform .3s ease}.sidebar.sidebar--open{transform:translate(0)}}.user-menu__avatar{width:36px;height:36px;border-radius:10px;background:#ff0101;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;box-shadow:0 2px 4px #0000001a}.user-menu__overlay{position:fixed;inset:0;z-index:999}.user-menu__dropdown{position:absolute;top:calc(100% + 8px);right:0;width:200px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;padding:8px;z-index:1000;animation:userMenuDropdownFade .2s ease-out}.user-menu__dropdown-header{padding:12px;display:flex;flex-direction:column;gap:2px}.user-menu__dropdown-header strong{font-size:.9rem;color:var(--text)}.user-menu__dropdown-header span{font-size:.75rem;color:var(--text-muted)}.user-menu__dropdown-divider{height:1px;background:var(--border-soft);margin:4px 8px}@keyframes userMenuDropdownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-menu__dropdown-item{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;border:none;background:none;border-radius:8px;font-size:.85rem;font-weight:600;color:var(--text);cursor:pointer;transition:all .2s}.user-menu__dropdown-item:hover{background:var(--surface-soft)}.user-menu__dropdown-item--danger{color:var(--danger)}.user-menu__dropdown-item--danger:hover{background:#fdeaea}.user-menu{position:relative;z-index:1000}.user-menu__btn{display:flex;align-items:center;gap:12px;background:none;border:none;padding:6px 12px;border-radius:12px;cursor:pointer;transition:all .2s;border:1px solid transparent}.user-menu__btn:hover{background:var(--surface-soft)}.user-menu__btn--active{background:var(--surface-soft);border-color:var(--border-soft)}.user-menu__info{display:flex;flex-direction:column;align-items:flex-end}.user-menu__name{font-weight:700;font-size:.9rem;color:var(--text)}.user-menu__chevron{color:var(--text-muted);transition:transform .2s}.user-menu__chevron--open{transform:rotate(180deg)}.header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:64px;background:var(--surface);border-bottom:1px solid var(--border);position:relative;flex-shrink:0}.header__toggle{background:var(--surface-soft);border:1px solid var(--border);cursor:pointer;color:var(--text-muted);padding:8px;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .2s}.header__toggle:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.breadcrumbs{display:flex;align-items:center;padding:.5rem 0;font-size:.85rem;animation:fadeIn .3s ease-out}.breadcrumbs__list{display:flex;align-items:center;list-style:none;padding:0;margin:0;flex-wrap:wrap}.breadcrumbs__item{display:flex;align-items:center}.breadcrumbs__item:last-child .breadcrumbs__link{color:var(--text);font-weight:600;pointer-events:none;cursor:default}.breadcrumbs__item:last-child .breadcrumbs__separator{display:none}.breadcrumbs__link{color:var(--text-muted);text-decoration:none;transition:all .2s ease;display:flex;align-items:center;gap:.4rem;padding:.2rem .4rem;border-radius:4px}.breadcrumbs__link:hover:not(.breadcrumbs__link--active){color:var(--color-primary);background:var(--surface-soft)}.breadcrumbs__link--active{color:var(--text);font-weight:600}.breadcrumbs__separator{color:var(--text-muted);opacity:.4;margin:0 .25rem;font-weight:300}.breadcrumbs__icon{display:flex;align-items:center;color:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.layout{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.layout--sidebar-closed{grid-template-columns:0px 1fr}.layout__main{display:flex;flex-direction:column;height:100vh;overflow:hidden}.layout__content{flex:1;overflow-y:overlay;background:var(--bg);scrollbar-gutter:stable}.layout__content::-webkit-scrollbar{width:8px}.layout__content::-webkit-scrollbar-track{background:transparent}.layout__content::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px;border:2px solid transparent;background-clip:content-box}.layout__content::-webkit-scrollbar-thumb:hover{background:#0003;background-clip:content-box}@media(max-width:860px){.layout,.layout--sidebar-closed{grid-template-columns:1fr}}.db-carousel{position:relative;width:100%;height:300px;border-radius:24px;overflow:hidden;margin-bottom:32px;background:#fff;box-shadow:0 10px 30px #00000008;-webkit-user-select:none;user-select:none}.db-carousel__pattern{position:absolute;inset:0;z-index:1;pointer-events:none;background-image:radial-gradient(circle,rgba(30,58,95,.02) 1px,transparent 1px);background-size:24px 24px;opacity:.5}.db-carousel__container{position:relative;z-index:2;height:100%;display:flex;transition:all .5s cubic-bezier(.4,0,.2,1)}.db-carousel__container--fade{opacity:0;transform:scale(.98)}.db-carousel__left{flex:1.2;padding:30px 60px;display:flex;flex-direction:column;justify-content:center;gap:12px}@media(max-width:768px){.db-carousel__left{padding:40px}}.db-carousel__badge-container{display:flex;align-items:center;gap:12px;margin-bottom:8px}.db-carousel__badge-container:before{content:"";width:4px;height:24px;background:#1e3a5f;border-radius:4px}.db-carousel__badge{font-size:.75rem;font-weight:800;letter-spacing:.12em;color:#64748b;background:#f1f5f9;padding:6px 16px;border-radius:30px}.db-carousel__title{margin:0;font-size:1.4rem;font-weight:800;color:#ff0101;letter-spacing:-.01em}.db-carousel__description{margin:0;font-size:1rem;font-weight:500;color:#475569;line-height:1.5;max-width:400px}.db-carousel__nav-group{margin-top:24px;display:flex;align-items:center;gap:16px}.db-carousel__nav-arrow{width:32px;height:32px;border-radius:50%;border:1px solid #e2e8f0;background:#f8fafc;color:#1e3a5f;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.db-carousel__nav-arrow:hover{background:#fff;border-color:#ff0101;color:#ff0101;box-shadow:0 4px 12px #ff010126}.db-carousel__nav-dots{display:flex;gap:8px;align-items:center}.db-carousel__nav-dot{width:6px;height:6px;border-radius:50%;background:#e2e8f0;cursor:pointer;transition:all .3s}.db-carousel__nav-dot.active{width:24px;background:#ff0101;border-radius:4px}.db-carousel__right{flex:1;position:relative;display:flex;align-items:center;justify-content:center}@media(max-width:900px){.db-carousel__right{display:none}}.db-carousel__visual-bg{position:relative;width:200px;height:200px;background:#1e3a5f05;border-radius:60px;transform:rotate(-10deg);display:flex;align-items:center;justify-content:center}.db-carousel__visual-bg:after{content:"";position:absolute;inset:-20px;border:1.5px dashed rgba(30,58,95,.1);border-radius:80px;transform:rotate(20deg);z-index:-1}.db-carousel__visual-square{width:110px;height:110px;background:#fff;border-radius:40px;box-shadow:0 20px 40px #00000014;display:flex;align-items:center;justify-content:center;transform:rotate(10deg)}.db-carousel__visual-square img{width:70%;height:70%;object-fit:contain}.db-carousel__progress{position:absolute;bottom:0;left:0;width:100%;height:4px;background:#f1f5f9;z-index:10}.db-carousel__progress-fill{height:100%;background:#ff0101;animation:dbProg 5s linear forwards}@keyframes dbProg{0%{width:0%}to{width:100%}}@keyframes float{0%{transform:rotate(-10deg) translate(0)}25%{transform:rotate(-10deg) translate(6px,-6px)}50%{transform:rotate(-10deg) translateY(-12px)}75%{transform:rotate(-10deg) translate(-6px,-6px)}to{transform:rotate(-10deg) translate(0)}}@keyframes floatSquare{0%{transform:rotate(10deg) translate(0)}25%{transform:rotate(10deg) translate(-8px,-8px)}50%{transform:rotate(10deg) translateY(-16px)}75%{transform:rotate(10deg) translate(8px,-8px)}to{transform:rotate(10deg) translate(0)}}.db-carousel__visual-bg{animation:float 6s ease-in-out infinite}.db-carousel__visual-square{animation:floatSquare 5s ease-in-out infinite}.dashboard__header{margin-bottom:32px}.dashboard__title{font-size:1.8rem;font-weight:800;margin-bottom:4px;color:#1e3a5f}.dashboard__subtitle{color:var(--text-muted);font-size:.95rem;margin:0}.dashboard__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-bottom:30px}.dashboard__card{background:var(--surface);border-radius:16px;padding:24px;display:flex;align-items:center;gap:20px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.dashboard__card:after{content:"";position:absolute;top:0;right:0;width:4px;height:100%;background:var(--color-primary)}.dashboard__card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:var(--color-primary)}.dashboard__card-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:var(--surface-soft);color:var(--color-primary);flex-shrink:0}.dashboard__card-icon svg{width:28px;height:28px}.dashboard__card-content{flex:1}.dashboard__card-title{font-size:.85rem;font-weight:700;color:var(--text-muted);margin-bottom:4px;text-transform:uppercase;letter-spacing:.05em}.dashboard__card-value{font-size:2rem;font-weight:800;color:var(--text);line-height:1}.dashboard__card--imports:after{background:#ffb900}.dashboard__card--imports .dashboard__card-icon{background:#11233814;color:var(--color-primary)}.dashboard__card--exports:after{background:var(--accent)}.dashboard__card--exports .dashboard__card-icon{background:#ff010114;color:var(--accent)}.dashboard__card--quotes:after{background:#6366f1}.dashboard__card--quotes .dashboard__card-icon{background:#6366f114;color:#6366f1}.dashboard__card--users:after{background:var(--color-success)}.dashboard__card--users .dashboard__card-icon{background:#10b98114;color:var(--color-success)}.dashboard-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 0;color:var(--text-muted)}.dashboard-loading-container .spinner{width:40px;height:40px;border:4px solid var(--surface-soft);border-top:4px solid var(--color-primary);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.dashboard-error{background:#fff1f1;border:1px solid rgba(255,1,1,.1);border-radius:12px;padding:40px;text-align:center;max-width:500px;margin:50px auto}.dashboard-error h3{color:var(--color-danger);margin-bottom:1rem}.dashboard-error p{color:var(--text-muted);margin-bottom:2rem}.dashboard-error button{background:var(--color-primary);color:#fff;border:none;padding:10px 24px;border-radius:8px;font-weight:600;cursor:pointer}.table-wrapper{overflow-x:auto;background:var(--surface);border-radius:12px;width:100%}.custom-table{width:100%;border-collapse:collapse;text-align:left}.custom-table th{padding:16px;border-bottom:2px solid var(--border-soft);color:var(--text-muted);font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;background:var(--surface);white-space:nowrap}.custom-table td{padding:16px;border-bottom:1px solid var(--border-soft);vertical-align:middle;font-size:.95rem}.custom-table tbody tr{transition:background .2s ease}.custom-table tbody tr:hover{background:var(--surface-soft)}.custom-table tbody tr.clickable{cursor:pointer}.custom-table .empty-row{padding:60px;text-align:center;color:var(--text-muted)}.action-card{background:var(--bg);border:1px solid var(--border-soft);border-radius:16px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;cursor:pointer;text-decoration:none;color:var(--text);transition:all .3s ease;width:100%}.action-card:hover{transform:translateY(-5px);background:var(--surface);border-color:var(--color-primary);box-shadow:0 12px 20px -8px #ff010126}.action-card:hover .action-card__icon{background:var(--color-primary);color:#fff;transform:scale(1.1)}.action-card__label{font-size:.875rem;font-weight:600;color:var(--text);margin-left:4px}.action-card__icon{width:48px;height:48px;border-radius:12px;background:var(--surface-soft);color:var(--color-primary);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.action-card__icon svg{width:24px;height:24px}._baseButton_17bei_1{display:inline-flex;align-items:center;justify-content:center;padding:0 24px;height:44px;min-height:44px;border-radius:10px;font-weight:700;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:none;font-family:inherit;font-size:.9rem;gap:.5rem;-webkit-user-select:none;user-select:none;outline:none;white-space:nowrap}._baseButton_17bei_1:active{transform:scale(.98)}._baseButton_17bei_1:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}._primary_17bei_29{background-color:var(--color-primary, #ff0000);color:#fff;box-shadow:0 4px 12px #f003;border-radius:12px}._primary_17bei_29:hover:not(:disabled){background-color:#c00;transform:translateY(-2px);box-shadow:0 6px 15px #ff00004d}._danger_17bei_41{background-color:var(--color-danger);color:#fff;box-shadow:0 4px 12px #ff010133;border-radius:12px}._danger_17bei_41:hover:not(:disabled){background-color:#b91c1c;transform:translateY(-2px)}._outline_17bei_52{background-color:transparent;border:1.5px solid var(--border-soft, #e2e8f0);color:var(--text);border-radius:12px}._outline_17bei_52:hover:not(:disabled){background-color:var(--bg-soft, #f8fafc);border-color:var(--text-muted)}._microsoft_17bei_63{background-color:#fff;border:1px solid #c6c4c7;color:#5e5e5e;box-shadow:0 1px 2px #a7a2a9 0,0,0,.05;font-weight:500}._microsoft_17bei_63:hover:not(:disabled){background-color:#fff;border-color:#918d8d;box-shadow:0 4px 6px -1px #727579,0 2px 4px -1px #898e94}._microsoft_17bei_63:active:not(:disabled){background-color:#f2f2f2;box-shadow:none}._microsoft_17bei_63:before{content:"";width:18px;height:18px;background-image:url(https://upload.wikimedia.org/wikipedia/commons/4/44/Microsoft_logo.svg);background-size:contain;background-repeat:no-repeat;flex-shrink:0}._cardAction_17bei_89{background-color:var(--surface-soft);color:var(--color-primary);width:100%;border:1px solid transparent}._cardAction_17bei_89:hover:not(:disabled){background-color:#fff;border-color:var(--color-primary);box-shadow:0 2px 8px #ff01011a}._loading_17bei_101{cursor:wait}._spinner_17bei_105{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:currentColor;animation:_spin_17bei_105 .8s linear infinite}._loadingText_17bei_114{font-size:.8rem;opacity:.8}@keyframes _spin_17bei_105{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ui-input-container{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.ui-input-container.full-width{width:100%}.ui-input-label{font-size:.875rem;font-weight:600;color:var(--text)}.ui-input{width:100%;padding:12px 16px;font-size:1rem;background-color:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);transition:all .2s ease;outline:none}.ui-input::placeholder{color:var(--text-muted)}.ui-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #ff01011a}.ui-input--error{border-color:var(--color-danger)}.ui-input--error:focus{border-color:var(--color-danger);box-shadow:0 0 0 3px #ff01011a}.ui-input:disabled{background-color:var(--surface-soft);color:var(--text-muted);cursor:not-allowed}.ui-input-error-msg{font-size:.75rem;color:#e11d48;font-weight:600;margin-top:4px;display:block}.dropdown-container{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;width:100%}.dropdown-container .dropdown-label{font-size:.875rem;font-weight:600;color:var(--text);margin-left:4px}.dropdown-container .dropdown-select{padding:.625rem .75rem;font-size:1rem;border:1px solid #e2e8f0;border-radius:.375rem;background-color:#fff;color:#1a202c;transition:all .2s ease;cursor:pointer;width:100%}.dropdown-container .dropdown-select:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e133}.dropdown-container .dropdown-select:hover{border-color:#cbd5e0}.dropdown-container .dropdown-select:disabled{background-color:#f7fafc;color:#a0aec0;cursor:not-allowed}.toggle-switch__container{display:flex;justify-content:flex-start;gap:13px;width:100%;max-width:320px;padding:8px 12px}.toggle-switch__container:hover{background-color:rgba(var(--primary-rgb),.02)}.toggle-switch__field-label{font-size:.95rem;font-weight:600;color:var(--text);white-space:nowrap;cursor:pointer}.toggle-switch__wrapper{display:flex;align-items:center;gap:12px;flex-shrink:0}.toggle-switch__button{width:44px;height:22px;border-radius:20px;background:#e2e8f0;border:none;position:relative;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);padding:0;display:flex;align-items:center}.toggle-switch__button:focus{outline:none;box-shadow:0 0 0 3px #e11d4826}.toggle-switch__selector{width:18px;height:18px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000001a}.toggle-switch__button--active{background:var(--color-primary);box-shadow:0 2px 8px #e11d4833}.toggle-switch__button--active .toggle-switch__selector{transform:translate(22px);box-shadow:-2px 0 4px #0000001a}.toggle-switch__status-label{font-size:.8rem;font-weight:700;color:var(--text-muted);min-width:20px;text-transform:uppercase;letter-spacing:.5px}@media(max-width:600px){.toggle-switch__container{max-width:100%;padding:10px 0}}.stepper{display:flex;justify-content:space-between;align-items:center;position:relative;margin:2.5rem 0;padding:0 1.5rem;width:100%;-webkit-user-select:none;user-select:none}.stepper__line{position:absolute;top:21px;left:0;right:0;height:3px;background:#f1f5f9;z-index:0;border-radius:10px}.stepper__line-progress{height:100%;background:#dc2626!important;transition:width .6s cubic-bezier(.4,0,.2,1);position:relative}.stepper__line-progress:after{content:"";position:absolute;right:-4px;top:50%;transform:translateY(-50%);width:10px;height:10px;border-radius:50%;background:#dc2626;box-shadow:0 0 8px #dc262666}.stepper__step{display:flex;flex-direction:column;align-items:center;z-index:1;gap:14px;position:relative;flex:1}.stepper__step-icon{width:42px;height:42px;border-radius:50%;background:#fff;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:#94a3b8;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000d}.stepper__step-icon svg{width:18px;height:18px;stroke-width:3.5}.stepper__step-label{font-size:11px;color:#64748b;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:.06em;transition:all .3s ease;max-width:130px;line-height:1.4}.stepper__step:hover:not(.stepper__step--active):not(.stepper__step--completed){cursor:pointer}.stepper__step:hover:not(.stepper__step--active):not(.stepper__step--completed) .stepper__step-icon{border-color:#fecaca!important;color:#ef4444!important;transform:translateY(-2px)}.stepper__step:hover:not(.stepper__step--active):not(.stepper__step--completed) .stepper__step-label{color:#ef4444!important}.stepper__step--active .stepper__step-icon{background:#fff!important;border:2.5px solid #dc2626!important;color:#dc2626!important;transform:scale(1.1);box-shadow:0 0 0 6px #fecaca80!important}.stepper__step--active .stepper__step-label{color:#1e293b!important;font-weight:800!important}.stepper__step--completed .stepper__step-icon{background:#dc2626!important;border-color:#dc2626!important;color:#fff!important}.stepper__step--completed .stepper__step-icon svg{stroke:#fff!important}.stepper__step--completed .stepper__step-icon:hover{background:#f87171!important;border-color:#f87171!important;transform:translateY(-2px);box-shadow:0 4px 12px #ef444433!important}.stepper__step--completed .stepper__step-label{color:#475569!important}@media(max-width:768px){.stepper{flex-direction:column;align-items:flex-start;gap:32px;padding:0 2rem}.stepper__line{left:calc(2rem + 21px);top:0;bottom:0;width:2px;height:100%;right:auto}.stepper__line-progress{width:100%!important;height:var(--progress-height, 0%)}.stepper__step{flex-direction:row;justify-content:flex-start;gap:16px;width:100%;flex:none}.stepper__step-icon{width:36px;height:36px}.stepper__step-label{text-align:left;max-width:none}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-container{background:#fff;border-radius:20px;width:90%;padding:30px;box-shadow:0 20px 25px -5px #0000001a;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #f1f5f9}.modal-header h3{margin:0;color:var(--color-primary);font-size:1.2rem;font-weight:800}.modal-header__close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b;padding:4px 8px;border-radius:6px;transition:background-color .2s}.modal-header__close:hover{background-color:#f1f5f9}.ui-date-range{display:flex;flex-direction:column;gap:12px;padding:14px}.ui-date-range__field{display:flex;flex-direction:column;gap:4px}.ui-date-range__field label{font-size:.875rem;font-weight:600;color:var(--text);margin-left:4px}.ui-date-range__field input[type=date]{height:38px;padding:0 10px;border:1px solid var(--border);border-radius:8px;font-size:.9rem;background:var(--surface);color:var(--text);cursor:pointer;width:100%}.ui-date-range__field input[type=date]:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px #ff01011a}.ui-date-range--error .ui-date-range__field input[type=date]{border-color:#e11d48}.ui-date-range .error-message{color:#e11d48;font-size:.75rem;margin-top:4px;margin-left:4px}.ui-date-range--row{width:700px;flex-direction:row;gap:70px}.ui-date-range--row .ui-date-range__field{flex:1}.ui-select{display:flex;flex-direction:column;gap:6px}.ui-select__label{font-size:.95rem;font-weight:800;color:#1e3a5f;margin-bottom:8px}.ui-select .ui-select__control{border-radius:14px!important;border:none!important;background-color:#f1f5f9!important;min-height:48px!important;padding:0 10px}.ui-select .ui-select__menu{z-index:9999}.actionButtons{display:flex;gap:8px;justify-content:flex-end}.actionButtons__btn{padding:8px 12px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.actionButtons__btn:hover{background:#f8fafc;border-color:#cbd5e0}.actionButtons__status{padding:8px 16px;font-weight:700;font-size:13px;color:#fff;border:none;border-radius:8px;min-width:80px;cursor:pointer}.actionButtons__status--active{background:#10b981}.actionButtons__status--inactive{background:#ef4444}.actionButtons__status:hover{opacity:.9}.standard-header{padding:1.5rem 0;border-bottom:1px solid var(--border);margin-bottom:2rem}.standard-header__info{margin-bottom:1rem}.standard-header__title{font-size:1.75rem;font-weight:800;color:var(--color-primary);margin:0}.standard-header__subtitle{color:var(--text-muted);font-size:.95rem;margin:.25rem 0 0}.standard-header__filters{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem;padding:1rem;background:var(--surface-soft);border-radius:12px}.module-card{display:flex;flex-direction:column;gap:10px;width:100%;overflow:hidden}.grid-toolbar{display:flex;justify-content:space-between;align-items:center;padding:16px;background-color:#fff;border-radius:12px 12px 0 0}.grid-toolbar__left{display:flex;align-items:center;gap:16px}.grid-toolbar__page-size{display:flex;align-items:center;gap:8px;font-size:14px;color:#6b7280}.grid-toolbar__page-size select{padding:6px 10px;border:1px solid #e5e7eb;border-radius:6px;background-color:#fff;color:#1f2937;font-size:14px;cursor:pointer}.grid-toolbar__page-size select:focus{outline:none;border-color:#3b82f6}.grid-toolbar__search{position:relative;max-width:320px;width:100%}.grid-toolbar__search input{width:100%;padding:10px 16px 10px 40px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .2s}.grid-toolbar__search input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.grid-toolbar__search .search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#6b7280;font-size:16px}.ver-btn{padding:6px 12px;background-color:#3b82f6;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:opacity .2s}.ver-btn:hover{opacity:.9}.table-responsive{overflow-x:auto;width:100%;min-width:0}.premium-table thead th{padding:16px;font-weight:700;color:#718096;text-transform:uppercase;font-size:12px;letter-spacing:.05em;border-bottom:1px solid #edf2f7;vertical-align:middle;text-align:left;width:var(--col-width, auto)}.premium-table thead th .header-content{display:flex;align-items:center;gap:8px}.premium-table tbody tr td{padding:16px;color:#2d3748;vertical-align:middle;font-size:14px;width:var(--col-width, auto)}.premium-table tbody tr td.id-cell{color:#2d3748}.premium-table tbody tr td.no-data{text-align:center;padding:40px;color:#6b7280;font-style:italic}.premium-table tbody tr.no-data-row:hover{background-color:transparent!important}.premium-table tbody tr.no-data-row td{border:none!important;padding:60px 20px!important;text-align:center!important}.premium-table tbody tr.no-data-row td .no-data-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#a0aec0;font-style:italic;font-size:15px}.premium-table tbody tr.no-data-row td .no-data-content:before{content:"📂";font-size:32px;margin-bottom:8px;opacity:.5;font-style:normal}.admin-datagrid-pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:12px;width:100%;box-sizing:border-box;overflow:visible}.admin-datagrid-pagination .pagination-info{font-size:.8rem;color:#8e94a9;white-space:nowrap;flex-shrink:0}.admin-datagrid-pagination .pagination-info strong{color:#2d3748;font-weight:700}.admin-datagrid-pagination .pagination-controls{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;justify-content:flex-end;min-width:0;overflow-x:auto;max-width:calc(100% - 150px);padding:4px;scrollbar-width:none;-ms-overflow-style:none}.admin-datagrid-pagination .pagination-controls::-webkit-scrollbar{display:none}.admin-datagrid-pagination .pagination-btn{display:flex;align-items:center;gap:4px;padding:6px 10px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:11px;font-weight:600;color:#718096;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.2px;flex-shrink:0;white-space:nowrap}.admin-datagrid-pagination .pagination-btn svg{width:10px;height:10px;stroke-width:3}.admin-datagrid-pagination .pagination-btn:hover:not(:disabled){background-color:#f3f4f6;border-color:#cbd5e0;color:#1f2937;transform:translateY(-1px)}.admin-datagrid-pagination .pagination-btn:disabled{opacity:.3;cursor:not-allowed}.admin-datagrid-pagination .pagination-btn--nav{color:#2d3748}.admin-datagrid-pagination .page-numbers{display:flex;gap:4px;align-items:center;flex-shrink:0}.admin-datagrid-pagination .page-numbers .page-number{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:6px;background:#fff;font-size:12px;font-weight:600;color:#1f2937;cursor:pointer;transition:all .2s;flex-shrink:0;padding:0;min-width:28px}.admin-datagrid-pagination .page-numbers .page-number:hover:not(.active){border-color:#cbd5e0;background:#f7fafc}.admin-datagrid-pagination .page-numbers .page-number.active{background-color:red;color:#fff;border-color:red;box-shadow:0 2px 8px -1px #f006}.admin-datagrid-pagination .page-numbers .page-dots{display:flex;align-items:center;justify-content:center;width:24px;height:28px;color:#6b7280;font-size:11px;font-weight:700;-webkit-user-select:none;user-select:none;flex-shrink:0}.file-upload{display:flex;flex-direction:column;gap:6px;width:100%;margin-bottom:.5rem}.file-upload__label{font-size:.85rem;font-weight:600;color:#64748b}.file-upload__input-container{display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:8px;background:#fff;padding:0 12px;min-height:42px;gap:12px;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000d}.file-upload__input-container:hover{border-color:#3b82f6;box-shadow:0 4px 6px -1px #0000001a}.file-upload__input-container input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%;z-index:1}.file-upload__placeholder{display:flex;align-items:center;gap:10px;color:#94a3b8;font-size:.85rem}.file-upload__placeholder svg{width:18px;height:18px;color:#3b82f6}.file-upload__content{display:flex;align-items:center;gap:10px;flex:1;z-index:2;pointer-events:none}.file-upload__preview{width:28px;height:28px;object-fit:cover;border-radius:4px;border:1px solid #f1f5f9}.file-upload__icon-preview{width:28px;height:28px;background:#f1f5f9;color:#475569;display:flex;align-items:center;justify-content:center;border-radius:4px}.file-upload__icon-preview svg{width:18px;height:18px}.file-upload__info{display:flex;align-items:center;gap:8px;flex:1;overflow:hidden}.file-upload__name{font-size:.8rem;font-weight:500;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.file-upload__link-view{font-size:.75rem;color:#3b82f6;text-decoration:underline;font-weight:600;pointer-events:auto;cursor:pointer}.file-upload__link-view:hover{color:#2563eb}.file-upload__status{font-size:.65rem;color:#059669;font-weight:700;background:#ecfdf5;padding:2px 6px;border-radius:4px;text-transform:uppercase}.file-upload__btn-remove{margin-left:auto;background:#fee2e2;color:#ef4444;border:none;border-radius:6px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;font-size:1rem;z-index:3;pointer-events:auto}.file-upload__btn-remove:hover{background:#ef4444;color:#fff}.login-wrapper{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#eceff1;position:relative;overflow:hidden}.login-wrapper:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(17,35,56,.05) 0%,transparent 70%);top:-200px;right:-200px}.login-wrapper:after{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(255,1,1,.03) 0%,transparent 70%);bottom:-200px;left:-200px}.login-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 40px #0000000f,0 0 1px #0000001a;max-width:420px;width:90%;border:1px solid #e4e8f0;z-index:1;position:relative;overflow:hidden;display:flex;flex-direction:column}.login-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background-color:var(--color-danger)}.login-card__logo-container{display:flex;justify-content:center;align-items:center;margin-bottom:2rem;padding-top:.5rem}.login-card__logo{max-width:200px;height:auto;display:block}.login-card__field{margin-bottom:1.2rem}.login-card__field label{font-size:.875rem;font-weight:600;color:var(--text);margin-left:4px}.login-card__input{width:100%;padding:.9rem;border:1.5px solid #e4e8f0;border-radius:10px;font-size:16px;transition:all .2s ease;background:#f8f9fc}.login-card__input:focus{border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 4px #1123381a;outline:none}.login-card__button{width:100%;padding:1rem;background-color:var(--color-primary);color:#fff;border:none;border-radius:10px;cursor:pointer;font-size:16px;font-weight:700;margin-top:1rem;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.login-card__button:hover:not(:disabled){background-color:var(--color-primary-light);transform:translateY(-1px);box-shadow:0 4px 12px #11233833}.login-card__button:active:not(:disabled){transform:translateY(0)}.login-card__button:disabled{background-color:#cbd5e1;cursor:not-allowed}.login-card__divider{display:flex;align-items:center;margin:1.5rem 0;color:#94a3b8;font-size:13px}.login-card__divider:before,.login-card__divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.login-card__divider span{padding:0 1rem;font-weight:500}.login-card__microsoft{width:100%;padding:.9rem;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;font-size:15px;font-weight:600;color:#1e293b;transition:all .2s ease}.login-card__microsoft:hover:not(:disabled){background-color:#f1f5f9}.login-card__microsoft svg{width:20px;height:20px}.login-card__error{color:var(--color-danger);font-size:14px;text-align:center;font-weight:500}:root{--user-shadow: 0 4px 20px -5px rgba(0, 0, 0, .1);--user-gradient: linear-gradient(135deg, var(--color-primary), #cc0000)}.users-module{animation:usersFadeIn .4s ease}.users-module__header{margin-bottom:32px;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:24px}.users-module__tabs{display:flex;background:var(--surface);padding:6px;border-radius:16px;border:1px solid var(--border-soft);box-shadow:var(--user-shadow)}.users-module__tab{display:flex;align-items:center;gap:10px;padding:10px 20px;border-radius:12px;border:none;background:transparent;color:var(--text-muted);font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s}.users-module__tab svg{width:18px;height:18px}.users-module__tab--active{background:var(--user-gradient);color:#fff;box-shadow:0 4px 12px #e53e3e33}.users-module__tab:hover:not(.users-module__tab--active){background:var(--bg);color:var(--color-primary)}.users-module__main-content{margin-top:10px}.users-module__title{font-size:1.8rem;font-weight:800;color:var(--text);margin:0 0 8px}.users-module__description{color:var(--text-muted);font-size:1rem;margin:0}.users-module__error-banner{background:#fdf2f2;border:1px solid #fadbd8;color:#e74c3c;padding:12px 20px;border-radius:12px;margin-bottom:24px;display:flex;align-items:center;gap:12px;font-size:.9rem;font-weight:600}.users-module__error-banner svg{width:20px;height:20px}.users__list-container{background:var(--surface);border-radius:20px;padding:24px;box-shadow:var(--user-shadow);border:1px solid var(--border-soft)}.users__toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:16px;flex-wrap:wrap}.users__search-box{position:relative;max-width:400px;width:100%}.users__search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--text-muted)}.users__search-input{width:100%;padding:12px 16px 12px 42px;border-radius:12px;border:1px solid var(--border-soft);background:var(--bg);color:var(--text);font-size:.9rem;transition:all .2s}.users__search-input:focus{border-color:var(--color-primary);background:var(--surface);box-shadow:0 0 0 4px #e53e3e0d}.users__btn-create{background:var(--user-gradient);color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:700;font-size:.9rem;display:flex;align-items:center;gap:10px;cursor:pointer;transition:transform .2s,box-shadow .2s}.users__btn-create svg{width:20px;height:20px}.users__btn-create:hover{transform:translateY(-2px);box-shadow:0 8px 15px #e53e3e4d}.users__table-wrapper{overflow-x:auto}.users__table{width:100%;border-collapse:collapse}.users__table th{text-align:left;padding:12px 16px;font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border-soft)}.users__table td{padding:16px;border-bottom:1px solid var(--border-soft);font-size:.9rem}.users__table-row{transition:background .2s}.users__table-row:hover{background:#00000004}.users__table-row:last-child td{border-bottom:none}.users__user-cell{display:flex;align-items:center;gap:12px}.users__avatar{width:36px;height:36px;border-radius:50%;background:var(--user-gradient);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.8rem}.users__user-info{display:flex;flex-direction:column}.users__user-name{font-weight:700;color:var(--text)}.users__user-subtext{font-size:.75rem;color:var(--text-muted)}.users__email-text{color:var(--text-muted)}.users__badge{padding:4px 10px;border-radius:20px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.3px}.users__badge--super-admin{background:#fee2e2;color:#991b1b}.users__badge--admin{background:#e0f2fe;color:#075985}.users__badge--comercial{background:#fef3c7;color:#92400e}.users__badge--revisor{background:#f3f4f6;color:#374151}.users__status{display:flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600}.users__status-dot{width:8px;height:8px;border-radius:50%}.users__status--active{color:#059669}.users__status--active .users__status-dot{background:#10b981;box-shadow:0 0 8px #10b98180}.users__status--inactive{color:#94a3b8}.users__status--inactive .users__status-dot{background:#cbd5e1}.users__actions{display:flex;justify-content:flex-end;gap:8px}.users__action-btn{width:34px;height:34px;border-radius:10px;border:1px solid var(--border-soft);background:var(--bg);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:var(--text-muted)}.users__action-btn svg{width:16px;height:16px}.users__action-btn:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--surface)}.users__action-btn--block:hover{border-color:#ef4444;color:#ef4444}.users__action-btn--unblock:hover{border-color:#10b981;color:#10b981}.users-form__header{padding:32px 40px;border-bottom:1px solid var(--border-soft);display:flex;align-items:center;gap:20px}.users-form__btn-back{display:flex;align-items:center;gap:8px;background:var(--bg);border:1px solid var(--border-soft);padding:8px 16px;border-radius:10px;font-size:.85rem;font-weight:700;cursor:pointer;color:var(--text-muted);transition:all .2s}.users-form__btn-back svg{width:18px;height:18px}.users-form__btn-back:hover{color:var(--color-primary);border-color:var(--color-primary)}.users-form__title{margin:0;font-size:1.5rem;font-weight:800}.users-form__body{padding:0}.users-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}@media(max-width:900px){.users-form__grid{grid-template-columns:1fr}}.users-form__section-title{font-size:1.1rem;font-weight:700;margin:0 0 24px;padding-bottom:8px;border-bottom:2px solid var(--color-primary);width:fit-content}.users-form__fields{display:flex;flex-direction:column;gap:20px}.users-form__field{display:flex;flex-direction:column;gap:8px}.users-form__field label{font-size:.85rem;font-weight:700;color:var(--text)}.users-form__field input,.users-form__field select{padding:12px 16px;border-radius:12px;border:1px solid var(--border-soft);background:var(--bg);font-size:.9rem;outline:none;transition:all .2s}.users-form__field input:focus,.users-form__field select:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px #e53e3e0d}.users-form__hint{font-size:.75rem;font-weight:400;color:var(--text-muted)}.users-form__password-wrapper{position:relative}.users-form__password-wrapper input{width:100%;padding-right:48px}.users-form__password-wrapper button{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--text-muted)}.users-form__password-wrapper button svg{width:18px;height:18px}.users-form__switch-container{display:flex;align-items:center;gap:12px}.users-form__switch{width:50px;height:26px;border-radius:15px;background:var(--bg);border:1px solid var(--border-soft);position:relative;cursor:pointer;transition:all .3s}.users-form__switch-selector{width:18px;height:18px;background:#94a3b8;border-radius:50%;position:absolute;top:3px;left:3px;transition:all .3s}.users-form__switch--active{background:var(--color-primary);border-color:var(--color-primary)}.users-form__switch--active .users-form__switch-selector{transform:translate(24px);background:#fff}.users-form__switch-label{font-size:.85rem;font-weight:600;color:var(--text-muted)}.users-form__perm-preview{margin-top:32px;padding:24px;background:#e53e3e08;border:1px dashed var(--color-primary);border-radius:16px;animation:usersFadeIn .3s ease}.users-form__rbac-info{display:flex;align-items:center;gap:10px;margin-bottom:16px;color:var(--color-primary);font-weight:700;font-size:.85rem}.users-form__rbac-info svg{width:18px;height:18px}.users-form__perms-list{margin-bottom:16px}.users-form__perms-badges{display:flex;flex-wrap:wrap;gap:8px}.users-form__perm-badge{background:#fff;border:1px solid var(--border-soft);padding:6px 12px;border-radius:8px;font-size:.75rem;font-weight:600;color:var(--text);box-shadow:0 2px 4px #00000005}.users-form__perms-loading{font-size:.85rem;color:var(--text-muted);font-style:italic}.users-form__rbac-helper{margin:0;font-size:.75rem;color:var(--text-muted);font-style:italic;border-top:1px solid rgba(229,62,62,.1);padding-top:12px}.users-form__footer{padding:32px 40px;border-top:1px solid var(--border-soft);display:flex;justify-content:flex-end;gap:16px}.users-form__btn-cancel{padding:12px 24px;border-radius:12px;border:1px solid var(--border-soft);background:var(--surface);font-weight:700;cursor:pointer;transition:all .2s}.users-form__btn-cancel:hover{background:var(--bg)}.users-form__btn-save{padding:12px 32px;border-radius:12px;border:none;background:var(--user-gradient);color:#fff;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #e53e3e33;transition:all .2s}.users-form__btn-save:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 15px #e53e3e4d}.users-form__btn-save:disabled{opacity:.7;cursor:not-allowed}.user-detail-wrapper{animation:usersFadeIn .5s cubic-bezier(.16,1,.3,1);max-width:1200px;margin:24px auto 0}.user-detail-wrapper .user-form__btn-back{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--border-soft);padding:10px 18px;border-radius:12px;font-size:.85rem;font-weight:700;cursor:pointer;color:var(--text-muted);box-shadow:0 4px 10px #0000000d;transition:all .2s}.user-detail-wrapper .user-form__btn-back svg{width:18px;height:18px}.user-detail-wrapper .user-form__btn-back:hover{color:var(--color-primary);border-color:var(--color-primary);transform:translateY(-1px)}.user-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;gap:24px;flex-wrap:wrap}.user-detail-header__left{display:flex;align-items:center;gap:20px}.user-detail-content{display:grid;grid-template-columns:350px 1fr;gap:32px;align-items:start}@media(max-width:900px){.user-detail-content{grid-template-columns:1fr}}.user-profile-sidebar{background:#fff;border-radius:24px;padding:40px;box-shadow:0 4px 20px #0000000d;text-align:center;position:sticky;top:24px;border:1px solid #f1f5f9}.user-profile-sidebar .profile-image-container{width:140px;height:140px;margin:0 auto 24px;border-radius:50%;padding:6px;background:linear-gradient(135deg,var(--color-primary),#cc0000);box-shadow:0 10px 25px #e53e3e33;display:flex;align-items:center;justify-content:center}.user-profile-sidebar .profile-image-container .avatar-placeholder{width:100%;height:100%;border-radius:50%;background:#fff;border:4px solid white;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:900;color:var(--color-primary)}.user-profile-sidebar .profile-main-info{margin-bottom:20px}.user-profile-sidebar .profile-main-info h1{font-size:1.4rem;font-weight:800;color:#1e293b;margin-bottom:6px}.user-profile-sidebar .profile-main-info .id-tag{font-size:.8rem;color:#94a3b8;font-weight:700;letter-spacing:.02em;margin-bottom:12px;background:#f8fafc;padding:4px 12px;border-radius:8px;display:inline-block}.user-profile-sidebar .status-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:99px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin-top:0}.user-profile-sidebar .status-badge.active{margin-left:16px;background:#ecfdf5;color:#059669}.user-profile-sidebar .status-badge.active .dot{background:#10b981}.user-profile-sidebar .status-badge.inactive{background:#fef2f2;color:#dc2626}.user-profile-sidebar .status-badge.inactive .dot{background:#ef4444}.user-profile-sidebar .status-badge .dot{width:8px;height:8px;border-radius:50%}.user-profile-sidebar .profile-quick-stats .stat{display:flex;flex-direction:column;gap:6px}.user-profile-sidebar .profile-quick-stats .stat span{font-size:.7rem;color:#94a3b8;text-transform:uppercase;font-weight:800;letter-spacing:.3px}.user-profile-sidebar .profile-quick-stats .stat strong{font-size:1.1rem;color:#334155;font-weight:800}.user-profile-sidebar .profile-footer-actions{padding-top:24px}.user-profile-sidebar .premium-btn-outline{width:100%;padding:12px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .2s}.user-profile-sidebar .premium-btn-outline:hover{border-color:var(--color-primary);color:var(--color-primary);background:#e53e3e05}.user-info-main{display:flex;flex-direction:column;gap:24px}.info-grid .info-item label{font-size:.875rem;font-weight:600;color:#64748b;margin-left:4px}.rbac-helper-text{font-size:.9rem;color:#64748b;line-height:1.5;background:#e53e3e08;padding:16px;border-radius:12px;margin-bottom:24px;border:1px solid rgba(229,62,62,.08)}.rbac-helper-text strong{color:var(--color-primary)}.docs-compact-list{display:flex;flex-direction:column;gap:8px}.doc-compact-item{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#f8fafc;border-radius:12px;border:1px solid #f1f5f9;transition:all .2s}.doc-compact-item:hover{border-color:var(--color-primary);background:#fff;box-shadow:0 4px 10px #0000000d;transform:translate(4px)}.doc-compact-item .inherited-badge{font-size:.7rem;font-weight:800;color:var(--color-primary);text-transform:uppercase;background:#fff;padding:4px 10px;border-radius:6px;border:1px solid rgba(229,62,62,.1)}.permissions-table-container{border:1px solid #f1f5f9;border-radius:12px;overflow:hidden;background:#fff}.permissions-table{width:100%;border-collapse:collapse;font-size:.9rem}.permissions-table thead{background:#f8fafc}.permissions-table thead th{padding:12px 16px;text-align:left;font-size:.75rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #f1f5f9}.permissions-table tbody tr{border-bottom:1px solid #f1f5f9}.permissions-table tbody tr:last-child{border-bottom:none}.permissions-table tbody tr:hover{background:#fdf2f222}.permissions-table tbody td{padding:12px 16px;vertical-align:middle}.permissions-table .module-name{font-weight:800;color:#1e293b;font-size:.85rem;width:200px;background:#fcfdfe;border-right:1px solid #f1f5f9}.permissions-table .perms-cell{padding:10px 16px}.permissions-table .perm-badges{display:flex;flex-wrap:wrap;gap:6px}.permissions-table .perm-badge{background:#f1f5f9;color:#475569;padding:4px 10px;border-radius:6px;font-size:.72rem;font-weight:700;text-transform:capitalize;border:1px solid #e2e8f0;white-space:nowrap;transition:all .2s}.permissions-table .perm-badge:hover{background:#fff;border-color:var(--color-primary);color:var(--color-primary);box-shadow:0 4px 8px #e53e3e1a}.permissions-table .empty-state{text-align:center;color:#94a3b8;font-style:italic;padding:32px}.matrix-check{color:var(--color-primary);display:flex;justify-content:center}.matrix-check svg{width:18px;height:18px}.matrix-empty{opacity:.15;font-weight:400}.special-perms-cell{font-size:.75rem;color:#64748b;max-width:250px}.user-detail-footer{margin-top:0;padding-top:32px;border-top:2px solid #f1f5f9;display:flex;justify-content:center;width:100%}.user-detail-footer .action-btn-status{min-width:220px;height:48px;font-weight:900;font-size:.95rem;border-radius:12px;text-transform:uppercase;letter-spacing:.5px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #0000001a}.user-detail-footer .action-btn-status.btn-danger{background:red;color:#fff;box-shadow:0 6px 15px #f003}.user-detail-footer .action-btn-status.btn-danger:hover{background:#e60000;transform:translateY(-2px);box-shadow:0 10px 20px #ff00004d}.user-detail-footer .action-btn-status.btn-danger:active{transform:translateY(-1px)}.user-detail-footer .action-btn-status.btn-primary{background:#10b981;color:#fff;box-shadow:0 6px 15px #10b98133}.user-detail-footer .action-btn-status.btn-primary:hover{background:#059669;transform:translateY(-2px);box-shadow:0 10px 20px #10b9814d}.user-detail-footer .action-btn-status.btn-primary:active{transform:translateY(-1px)}@keyframes usersFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes usersFadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes usersSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.users__table-loading,.users__table-empty{text-align:center;padding:48px 16px!important;color:var(--text-muted);font-size:.9rem;font-weight:600}.users__badge--default{background:#f3e8ff;color:#6b21a8}.users-form__textarea{width:100%;padding:12px 16px;border-radius:12px;border:1px solid var(--border-soft);background:var(--bg);font-size:.9rem;font-family:inherit;outline:none;resize:vertical;min-height:80px;transition:all .2s}.users-form__textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px #e53e3e0d}.roles-permissions-table-section{margin-top:40px;background:var(--surface);border-radius:20px;padding:32px;border:1px solid var(--border-soft);box-shadow:var(--user-shadow)}.roles-permissions-table-wrapper{overflow-x:auto;margin-top:24px}.roles-permissions-table{width:100%;border-collapse:collapse}.roles-permissions-table th{padding:12px 16px;background:var(--bg);color:var(--text-muted);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid var(--border-soft)}.roles-permissions-table th.text-center{text-align:center}.roles-permissions-table th.text-right{text-align:right}.roles-permissions-table td{padding:14px 16px;border-bottom:1px solid var(--border-soft);font-size:.9rem}.roles-permissions-table td.text-center{text-align:center}.roles-permissions-table td.text-right{text-align:right}.roles-permissions-table td.module-name{font-weight:700;color:var(--text);width:200px}.roles-permissions-table tr:last-child td{border-bottom:none}.roles-permissions-table tr:hover{background:#00000003}.roles-perm-checkbox{width:18px;height:18px;accent-color:var(--color-primary);cursor:pointer;vertical-align:middle}.roles-perm-select-all-btn{background:none;border:none;color:var(--color-primary);font-size:.75rem;font-weight:700;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .2s}.roles-perm-select-all-btn:hover{background:#e53e3e0d;text-decoration:underline}.users-detail__empty-perms{color:var(--text-muted);font-size:.9rem;font-style:italic}.docmgmt__doc-panel{display:flex;flex-direction:column;height:100%;animation:fadeIn .4s ease-out}.docmgmt__doc-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;gap:20px}.docmgmt__doc-panel-title h3{margin:0;font-size:1.25rem;font-weight:800;color:var(--text)}.docmgmt__doc-panel-title svg{color:var(--color-primary);width:24px;height:24px}.actor-profile-workspace{height:100%;display:flex;flex-direction:column}.actor-profile-workspace .actor-workspace__tabs{display:flex;gap:32px;border-bottom:1px solid #e2e8f0;margin-bottom:28px;padding:0 4px}.actor-profile-workspace .actor-workspace__tab-btn{padding:12px 0;border:none;background:transparent;font-size:1rem;font-weight:600;color:#64748b;border-bottom:3px solid transparent;cursor:pointer;transition:all .2s ease;position:relative;bottom:-1px;font-family:inherit}.actor-profile-workspace .actor-workspace__tab-btn:hover{color:var(--color-primary)}.actor-profile-workspace .actor-workspace__tab-btn--active{font-weight:800;color:red;border-bottom-color:red}.actor-profile-workspace .actor-workspace__content{flex:1;overflow:hidden;display:flex;flex-direction:column}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors:active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors:active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;inset:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.pdf-viewer-container{width:100%;display:flex;flex-direction:column;align-items:center}.pdf-viewer-container .react-pdf__Page{box-shadow:0 10px 30px #0000001a;margin-bottom:20px}.pdf-viewer-error{padding:40px;text-align:center;color:#64748b;font-size:1rem;background:#fff;border-radius:12px;width:100%}.pdf-viewer-loading{padding:40px;text-align:center;color:#64748b;font-size:1rem}.pdf-viewer-controls{display:flex;align-items:center;gap:16px;margin-top:16px}.pdf-viewer-btn{padding:8px 16px;border:1px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer;font-weight:600;color:#64748b;transition:all .2s}.pdf-viewer-btn:hover:not(:disabled){border-color:#cbd5e1;background:#f8fafc}.pdf-viewer-btn:disabled{opacity:.4;cursor:not-allowed}.pdf-viewer-page-info{font-size:.9rem;color:#64748b;font-weight:500}.pdf-page{max-width:100%}.docmgmt__actor-subtabs{display:flex;gap:40px;margin-bottom:28px;border-bottom:1px solid #e2e8f0;padding:0 4px;width:100%}.docmgmt__actor-subtabs .docmgmt__tab{padding:12px 0;font-size:14px;font-weight:600;color:#64748b;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:all .2s ease;white-space:nowrap;position:relative;bottom:-1px;font-family:inherit}.docmgmt__actor-subtabs .docmgmt__tab:hover{color:var(--color-primary)}.docmgmt__actor-subtabs .docmgmt__tab--active{color:red;font-weight:800;border-bottom-color:red}.docmgmt__actor-subtabs--pills{background:#f1f5f9;padding:6px;border-radius:14px;border:none;gap:8px;width:fit-content;border-bottom:none}.docmgmt__actor-subtabs--pills .docmgmt__tab{border:none;border-radius:10px;padding:8px 24px;bottom:0}.docmgmt__actor-subtabs--pills .docmgmt__tab--active{background:#fff;box-shadow:0 4px 12px #00000014;border-bottom-color:transparent}.docmgmt__layout{display:flex;height:calc(100vh - 180px);gap:0}.docmgmt__sidebar{width:320px;background:#fff;border:1px solid #f1f5f9;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 15px -5px #0000000d;height:100%;margin-right:20px}.docmgmt__main{flex:1;overflow:hidden;display:flex;flex-direction:column}.docmgmt__welcome{flex:1;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:20px;border:1px solid #f1f5f9;box-shadow:0 4px 15px -5px #0000000d}.docmgmt__welcome-content{text-align:center;max-width:400px}.docmgmt__welcome-content h2{font-size:1.5rem;font-weight:800;color:var(--text);margin:20px 0 10px}.docmgmt__welcome-content p{color:var(--text-muted);line-height:1.6}.docmgmt__form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.actor-module{height:calc(93vh - 158px);overflow:hidden;display:flex;flex-direction:column}.actor-module .docmgmt__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:20px;flex-wrap:wrap}.actor-module .docmgmt__header-content{display:flex;align-items:center;gap:15px}.actor-module .docmgmt__tabs{display:flex;gap:0;border-bottom:2px solid #e2e8f0;padding:0 8px;flex:1}.actor-module .docmgmt__tab{padding:12px 24px;border:none;background:transparent;font-size:.95rem;font-weight:600;color:var(--text-muted, #718096);cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s ease}.actor-module .docmgmt__tab:hover{color:var(--text, #2d3748)}.actor-module .docmgmt__tab--active{color:var(--color-primary, #ff0000);border-bottom-color:var(--color-primary, #ff0000);font-weight:700}.actor-module .docmgmt__layout{display:flex;flex:1;gap:20px;background:transparent;min-height:0}@media(max-width:1024px){.actor-module .docmgmt__layout{flex-direction:column;height:auto;overflow:visible}}.actor-module .docmgmt__sidebar{width:320px;flex-shrink:0;background:var(--surface, #fff);border:1px solid var(--border-soft);border-radius:20px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 20px -5px #0000000d}@media(max-width:1024px){.actor-module .docmgmt__sidebar{width:100%;height:auto}}.actor-module .docmgmt__main{flex:1;background:var(--surface, #fff);border:1px solid var(--border-soft);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 20px -5px #0000000d;padding:24px}@media(max-width:1024px){.actor-module .docmgmt__main{min-height:400px}}.actor-module .docmgmt__main-content{flex:1;padding:24px 32px;overflow-y:hidden;display:flex;flex-direction:column}@media(max-width:768px){.actor-module .docmgmt__main-content{padding:20px}}.actor-module .docmgmt__welcome{flex:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--surface) 0%,var(--bg-soft) 100%);text-align:center}.actor-module .docmgmt__welcome-content{max-width:400px;padding:40px;display:flex;flex-direction:column;align-items:center;gap:16px}.actor-module .docmgmt__welcome-content h2{margin:0;font-size:1.5rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.actor-module .docmgmt__welcome-content p{margin:0;font-size:.95rem;color:var(--text-muted);line-height:1.6}.actor-module .docmgmt__empty-icon{opacity:.2;color:var(--color-primary);margin-bottom:8px}.actor-version-tag{font-size:10px;color:#cbd5e1;font-weight:700;background:#f8fafc;padding:2px 8px;border-radius:4px;text-transform:uppercase}.docmgmt__search-container{padding:0 20px 10px}.docmgmt__sidebar-header{padding:24px;background:#fff;display:flex;flex-direction:column;gap:20px;border-bottom:1px solid #f1f5f9}.docmgmt__sidebar-actions{display:flex;flex-direction:column;gap:8px}.docmgmt__sidebar-content{flex:1;overflow-y:auto;background:var(--surface)}.docmgmt__sidebar-content::-webkit-scrollbar{width:5px}.docmgmt__sidebar-content::-webkit-scrollbar-thumb{background:var(--border-soft);border-radius:10px}.docmgmt__entity-list{display:flex;flex-direction:column}.docmgmt__entity-item{display:flex;align-items:center;gap:14px;padding:14px 20px;cursor:pointer;border-bottom:1px solid #f1f5f9;transition:all .2s;position:relative}.docmgmt__entity-item--active{background:#f1f5f9}.docmgmt__entity-item--active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#cbd5e1}.docmgmt__entity-item:hover{background:#f8fafc}.docmgmt__entity-item:hover:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--color-primary)}.docmgmt__entity-icon{color:var(--text-muted);display:flex;align-items:center}.docmgmt__entity-info{display:flex;flex-direction:column;min-width:0}.docmgmt__entity-name{font-size:.88rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.docmgmt__entity-count{font-size:.72rem;color:var(--text-muted)}.actor-workspace{animation:fadeIn .3s ease-out}.actor-workspace__tabs{display:flex;gap:24px;border-bottom:1px solid #e2e8f0;margin-bottom:24px}.actor-workspace__tab{padding:12px 4px;border:none;background:transparent;font-size:.9rem;font-weight:500;color:#64748b;border-bottom:2px solid transparent;cursor:pointer;transition:all .2s}.actor-workspace__tab.active{font-weight:700;color:var(--color-primary);border-bottom-color:var(--color-primary)}.actor-workspace__content{flex:1;overflow:hidden;display:flex;flex-direction:column}.docmgmt__doc-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.docmgmt__doc-panel-title{display:flex;align-items:center;gap:12px}.docmgmt__doc-panel-title h3{margin:0}.docmgmt__doc-panel-actions{display:flex;gap:12px}.docmgmt__doc-name-cell .doc-name{font-weight:600;font-size:.9rem}.docmgmt__audit-cell{display:flex;flex-direction:column}.docmgmt__audit-cell .audit-user{font-size:.85rem;font-weight:600}.docmgmt__audit-cell .audit-date{font-size:.75rem;color:#64748b}.plus-icon{margin-right:6px}.actor-assoc-list{display:flex;flex-direction:column;gap:8px;overflow-y:auto;flex:1}.actor-assoc-list .assoc-header{display:grid;grid-template-columns:120px 1fr 150px;padding:12px 20px;background:#f8fafc;border-radius:8px;font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase}.actor-assoc-list .assoc-empty{padding:40px;text-align:center;color:#64748b;font-size:.9rem}.actor-assoc-list .assoc-row{display:grid;grid-template-columns:120px 1fr 150px;padding:16px 20px;align-items:center;border:1px solid #f1f5f9;border-radius:12px;transition:all .2s;cursor:pointer}.actor-assoc-list .assoc-row:hover{border-color:var(--color-primary);background-color:#fbfcfe}.actor-assoc-list .assoc-type-badge{font-size:.7rem;font-weight:800;color:#475569;background:#f1f5f9;padding:4px 8px;border-radius:4px;width:fit-content}.actor-assoc-list .assoc-entity{display:flex;align-items:center;gap:10px}.actor-assoc-list .assoc-entity .status-dot{width:8px;height:8px;border-radius:50%}.actor-assoc-list .assoc-entity .status-dot.active{background:#22c55e}.actor-assoc-list .assoc-entity .status-dot.inactive{background:#cbd5e1}.actor-assoc-list .assoc-entity .entity-name{font-weight:600;font-size:.9rem;color:#1e293b}.actor-info-sheet{display:flex;flex-direction:column;gap:32px;padding:4px;overflow-y:auto;flex:1}.actor-info-sheet .info-section .section-title{font-size:.85rem;color:var(--color-primary);margin-bottom:16px;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #f1f5f9;padding-bottom:8px}.actor-info-sheet .info-section .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.actor-info-sheet .info-section .info-item{display:flex;flex-direction:column;gap:6px}.actor-info-sheet .info-section .info-item .item-label{font-size:.75rem;font-weight:500;color:#64748b}.actor-info-sheet .info-section .info-item .item-value{font-size:1rem;font-weight:600;color:#334155}.actor-info-sheet .info-section .info-item .status-badge{padding:4px 12px;border-radius:6px;font-size:.8rem;font-weight:700;width:fit-content}.actor-info-sheet .info-section .info-item .status-badge.active{background:#e6f7ed;color:#1e8e49;border:1px solid #b7ebc1}.actor-info-sheet .info-section .info-item .status-badge.inactive{background:#fff1f0;color:#cf1322;border:1px solid #ffa39e}.btn-outline-sm{padding:6px 12px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;font-size:.75rem;font-weight:600;cursor:pointer;color:#64748b;transition:all .2s}.btn-outline-sm:hover{background-color:#f8fafc;border-color:#cbd5e1;color:var(--text)}.actor-info-card{transition:transform .2s,box-shadow .2s}.actor-info-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.assoc-card{transition:border-color .2s}.assoc-card:hover{border-color:var(--color-primary)}.docmgmt__helper-text{margin-top:8px;display:block}.docmgmt__section-content{flex:1;display:flex;flex-direction:column;background:var(--surface, #fff);border:1px solid var(--border-soft);border-radius:20px;box-shadow:0 4px 20px -5px #0000000d;padding:32px;animation:fadeIn .3s ease-out;overflow:hidden}.docmgmt__section-header{margin-bottom:28px}.docmgmt__section-header h2{margin:0;font-size:1.35rem;font-weight:800;color:var(--text);display:flex;align-items:center;gap:10px}.docmgmt__section-header svg{color:var(--color-primary)}.docmgmt__section-title{display:flex;align-items:center;gap:10px}.docmgmt__section-toolbar{display:flex;align-items:center;gap:16px;padding:16px;background-color:#fff;border-bottom:1px solid #e5e7eb;border-radius:12px 12px 0 0;margin:-32px -32px 24px}.docmgmt__section-toolbar .docmgmt__search-input-wrapper{flex:1;max-width:400px;background:#fff;border-color:#e2e8f0}.docmgmt__doc-name-cell{display:flex;align-items:center;gap:12px}.docmgmt__doc-name-cell .bold-cell{font-weight:600;font-size:.92rem}.docmgmt__audit-cell{display:flex;flex-direction:column;gap:2px}.docmgmt__audit-user{font-weight:600;color:var(--text);font-size:.85rem}.docmgmt__audit-date{font-size:.78rem;color:var(--text-muted)}.docmgmt__actor-section--full{animation:fadeIn .3s ease-out;display:flex;flex-direction:column;min-width:0;overflow:hidden}.docmgmt__actor-section--full .docmgmt__section-container{background:#fff;border-radius:20px;padding:24px;border:1px solid #f1f5f9;box-shadow:0 4px 15px -5px #0000000d;margin-top:20px}.docmgmt__actor-section--full .docmgmt__grid{min-width:0;overflow:hidden}.docmgmt__actor-section--full .table-responsive{overflow-x:auto;width:100%;min-width:0}.docmgmt__actor-section--full .airline__page-size{display:flex;align-items:center;gap:8px;color:#64748b;font-size:.9rem}.docmgmt__actor-section--full .airline__page-size select{padding:8px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#1e293b;outline:none;cursor:pointer;font-weight:600;transition:all .2s}.docmgmt__actor-section--full .airline__page-size select:focus{border-color:red;box-shadow:0 0 0 3px #ff00000d}.docmgmt__actor-section--full .airline__page-size span{color:#94a3b8;font-weight:500}.docmgmt__actor-section--full .docmgmt__section-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:20px}.docmgmt__actor-section--full .docmgmt__toolbar-left{display:flex;align-items:center}.docmgmt__actor-section--full .docmgmt__toolbar-right{flex:1;max-width:400px}.docmgmt__actor-section--full .cell-contact{display:flex;flex-direction:column;gap:2px}.docmgmt__actor-section--full .cell-contact span{font-weight:600;color:#1e293b}.docmgmt__actor-section--full .cell-contact small{color:#64748b;font-size:.75rem}.docmgmt__actor-section--full .airline__pagination{display:flex;justify-content:space-between;align-items:center;margin-top:32px;padding-top:24px;border-top:1px solid #f1f5f9;flex-wrap:wrap;gap:16px}.docmgmt__actor-section--full .airline__pagination-info{font-size:.9rem;color:#64748b}.docmgmt__actor-section--full .airline__pagination-info strong{color:#1e293b;font-weight:700}.docmgmt__actor-section--full .airline__pagination-controls{display:flex;align-items:center;gap:8px}.docmgmt__actor-section--full .airline__pagination-pages{display:flex;gap:6px;align-items:center;margin:0 8px}.docmgmt__actor-section--full .airline__pagination-btn{width:40px;height:40px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;color:#1e293b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:.9rem;font-weight:600}.docmgmt__actor-section--full .airline__pagination-btn svg{width:18px;height:18px;stroke-width:2.5}.docmgmt__actor-section--full .airline__pagination-btn:hover:not(:disabled){background:#f8fafc;border-color:red;color:red;transform:translateY(-2px);box-shadow:0 4px 12px #ff00001a}.docmgmt__actor-section--full .airline__pagination-btn.active{background:red;color:#fff;border-color:red;box-shadow:0 4px 12px #ff000040}.docmgmt__actor-section--full .airline__pagination-btn:disabled{opacity:.4;cursor:not-allowed;background:#f1f5f9}.docmgmt__actor-section--full .airline__pagination-btn--nav{width:auto;padding:0 16px;gap:8px;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.docmgmt__actor-section--full .docmgmt__id-badge{background:#f8fafc;color:#64748b;padding:6px 10px;border-radius:8px;font-size:.85rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;min-width:32px;border:1px solid #e2e8f0}.docmgmt__actor-section--full .premium-table{width:100%;border-collapse:separate;border-spacing:0}.docmgmt__actor-section--full .premium-table thead{position:sticky;top:0;z-index:10;background:#fff}.docmgmt__actor-section--full .premium-table th{background:#f8fafc;color:#94a3b8;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:18px 24px;border-bottom:1px solid #f1f5f9;text-align:left}.docmgmt__actor-section--full .premium-table th:first-child{border-top-left-radius:12px}.docmgmt__actor-section--full .premium-table th:last-child{border-top-right-radius:12px}.docmgmt__actor-section--full .premium-table td{padding:20px 24px;border-bottom:1px solid #f1f5f9;color:#475569;font-size:.9rem;vertical-align:middle;transition:all .2s}.docmgmt__actor-section--full .premium-table tr:nth-child(2n) td{background:#f8fafc80}.docmgmt__actor-section--full .premium-table .bold-cell{font-weight:800;color:#1e293b;font-size:.95rem}.docmgmt__actor-section--full .premium-table tr:hover td{background:#f1f5f9!important}.docmgmt__actor-section--full .premium-table tr:last-child td{border-bottom:none}.docmgmt__doc-actions{display:flex;justify-content:flex-end}.docmgmt__doc-actions--center{justify-content:center}.docmgmt{height:calc(100vh - 100px);overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.docmgmt__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:20px;flex-wrap:wrap}.docmgmt__header-content{display:flex;align-items:center;gap:15px}.docmgmt__tabs{display:flex;gap:0;border-bottom:2px solid #e2e8f0;padding:0 8px;flex:1}.docmgmt__tab{padding:12px 24px;border:none;background:transparent;font-size:.95rem;font-weight:600;color:var(--text-muted, #718096);cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s ease}.docmgmt__tab:hover{color:var(--text, #2d3748)}.docmgmt__tab--active{color:var(--color-primary, #ff0000);border-bottom-color:var(--color-primary, #ff0000);font-weight:700}.docmgmt__layout{display:flex;flex:1;gap:20px;background:transparent;min-height:0}@media(max-width:1024px){.docmgmt__layout{flex-direction:column;height:auto;overflow:visible}}.docmgmt__sidebar{width:320px;flex-shrink:0;background:var(--surface, #fff);border:1px solid var(--border-soft);border-radius:20px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 20px -5px #0000000d}@media(max-width:1024px){.docmgmt__sidebar{width:100%;height:auto}}.docmgmt__main{flex:1;background:var(--surface, #fff);border:1px solid var(--border-soft);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 20px -5px #0000000d;padding:24px}@media(max-width:1024px){.docmgmt__main{min-height:400px}}.docmgmt__main-content{flex:1;padding:24px 32px;overflow-y:auto;display:flex;flex-direction:column}@media(max-width:768px){.docmgmt__main-content{padding:20px}}.docmgmt__welcome{flex:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--surface) 0%,var(--bg-soft) 100%);text-align:center}.docmgmt__welcome-content{max-width:400px;padding:40px;display:flex;flex-direction:column;align-items:center;gap:16px}.docmgmt__welcome-content h2{margin:0;font-size:1.5rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.docmgmt__welcome-content p{margin:0;font-size:.95rem;color:var(--text-muted);line-height:1.6}.text-right{text-align:right}.text-center{text-align:center}.premium-table{width:100%;border-collapse:collapse;text-align:left;font-size:14px}.premium-table thead{background-color:#f9fafb}.premium-table thead th{padding:16px;font-weight:700;color:#718096;text-transform:uppercase;font-size:12px;letter-spacing:.05em;border-bottom:1px solid #edf2f7;vertical-align:middle;text-align:left}.premium-table thead th:first-child{border-radius:12px 0 0 12px}.premium-table thead th:last-child{border-radius:0 12px 12px 0}.premium-table tbody tr{border-bottom:1px solid #edf2f7;transition:background-color .2s}.premium-table tbody tr:hover{background-color:#f7fafc}.premium-table tbody tr:last-child td{border-bottom:none}.premium-table tbody tr td{padding:16px;color:#2d3748;vertical-align:middle;font-size:14px}.premium-table tbody tr td.bold-cell{font-weight:700;color:#1a202c}.premium-table tbody tr td.id-cell{font-weight:800;color:#1a202c}.premium-table tbody tr td .status-badge{padding:4px 10px;border-radius:9999px;font-size:11px;font-weight:600;text-transform:uppercase;display:inline-block}.premium-table tbody tr td .status-badge.activo,.premium-table tbody tr td .status-badge.nuevo,.premium-table tbody tr td .status-badge.active{background-color:#dcfce7;color:#166534}.premium-table tbody tr td .status-badge.inactivo,.premium-table tbody tr td .status-badge.inactive,.premium-table tbody tr td .status-badge.error{background-color:#fee2e2;color:#991b1b}.premium-table tbody tr td .status-badge.contactado,.premium-table tbody tr td .status-badge.pending,.premium-table tbody tr td .status-badge.pendiente{background-color:#fef9c3;color:#854d0e}.table-responsive{overflow-x:auto}.table-responsive--scrollable{flex:1;overflow-y:auto;min-height:0}.docmgmt__id-badge{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:28px;padding:0 10px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;font-size:.8rem;font-weight:700;color:#475569}.docmgmt__search-input-wrapper{display:flex;align-items:center;gap:12px;padding:0 20px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:24px;transition:all .2s ease;height:48px}.docmgmt__search-input-wrapper:focus-within{border-color:#cbd5e1;background:#fff;box-shadow:0 4px 12px #0000000d}.docmgmt__search-input-wrapper svg{color:#94a3b8;flex-shrink:0}.docmgmt__search-input{border:none;background:transparent;width:100%;font-size:.85rem;color:var(--text);outline:none}.docmgmt__search-input::placeholder{color:var(--text-muted);opacity:.7}.docmgmt__form-group{margin-bottom:20px}.docmgmt__form-group .ui-input{margin:8px 0}.docmgmt__upload-form{display:flex;flex-direction:column;gap:4px}.docmgmt__file-dropzone{margin:12px 0}.docmgmt__hidden-file-input{display:none}.docmgmt__edit-upload-link{display:flex;align-items:center;gap:12px;padding:14px 28px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#64748b;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease;width:100%}.docmgmt__edit-upload-link:hover{background:#f8fafc;border-color:#cbd5e1}.docmgmt__edit-upload-link svg{width:20px;height:20px;stroke:#3b82f6}.docmgmt__upload-text{font-size:.9rem}.docmgmt__autogen-wrapper{display:flex;flex-direction:column;gap:4px}.docmgmt__helper-text{font-size:.78rem;color:var(--text-muted);display:flex;align-items:center;gap:6px}.docmgmt__file-error{color:var(--color-danger);font-size:.8rem;margin-top:8px;display:block}.docmgmt__edit-info{margin-bottom:24px;padding:16px;background:var(--bg-soft);border-radius:12px;border:1px solid var(--border-soft)}.docmgmt__edit-info .ui-input--readonly{background-color:#f8fafc!important;cursor:not-allowed;border-color:#e2e8f0}.docmgmt__btn-volver{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 32px;border-radius:16px;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-weight:700;cursor:pointer;transition:all .2s;font-size:1rem;min-height:56px}.docmgmt__btn-volver svg{width:24px;height:24px;stroke-width:2.5px}.docmgmt__btn-volver:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.btn-premium{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:red;color:#fff;border:none;box-shadow:0 4px 15px #f003;padding:12px 24px;border-radius:14px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s;letter-spacing:.01em}.btn-premium:hover{background:#e60000;box-shadow:0 6px 20px #ff00004d;transform:translateY(-1px)}.docmgmt__form-actions{display:flex;gap:16px;margin-top:40px;justify-content:flex-end}.docmgmt__form-actions button,.docmgmt__form-actions .docmgmt__btn-volver{flex:1;max-width:240px;height:56px;border-radius:16px;font-size:1rem;font-weight:800;letter-spacing:.01em}.docmgmt__form-actions--upload{margin-top:32px}.docmgmt__form-actions--edit{margin-top:40px}.docmgmt__sidebar-btn{width:100%;justify-content:center;padding:11px;font-size:.9rem;font-weight:600;border-radius:14px;transition:all .2s ease;display:flex;align-items:center;gap:10px;cursor:pointer;margin-bottom:8px}.docmgmt__sidebar-btn--primary{background:red;color:#fff;border:none;box-shadow:0 4px 10px #f003}.docmgmt__sidebar-btn--primary:hover{background:#e60000;transform:translateY(-1px)}.docmgmt__sidebar-btn--outline{background:transparent;border:1px solid #e2e8f0;color:#64748b}.docmgmt__sidebar-btn--outline:hover{background:#f8fafc;border-color:#cbd5e1}.docmgmt__preview-body{max-height:80vh;overflow-y:auto;padding:24px;background:#f1f5f9;display:flex;justify-content:center;border-radius:12px}.docmgmt__empty-icon{opacity:.2;color:var(--color-primary);margin-bottom:8px}.docmgmt__empty-icon--subtle{opacity:.35}.docmgmt__doc-skeleton-row td{padding:14px 16px}.docmgmt__skeleton-bar{height:12px;background:#e2e8f0;border-radius:6px;animation:pulse 1.5s ease-in-out infinite}.docmgmt__skeleton-bar--w60{width:60%}.docmgmt__skeleton-bar--w40{width:40%}.docmgmt__skeleton-bar--w30{width:30%}.docmgmt__skeleton-icon{width:20px;height:20px;background:#e2e8f0;border-radius:4px;animation:pulse 1.5s ease-in-out infinite}.docmgmt__skeleton-text{height:12px;background:#e2e8f0;border-radius:6px;flex:1;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.plus-icon{margin-right:8px}.docmgmt__pagination{display:flex;align-items:center;justify-content:space-between;padding:16px 0 8px;margin-top:4px;flex-wrap:nowrap;gap:12px;width:100%;box-sizing:border-box;overflow:visible}.docmgmt__pagination-info{font-size:.8rem;color:#8e94a9;white-space:nowrap;flex-shrink:0}.docmgmt__pagination-info strong{color:#2d3748;font-weight:700}.docmgmt__pagination-controls{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;justify-content:flex-end;min-width:0;overflow-x:auto;max-width:calc(100% - 150px);padding:4px;scrollbar-width:none;-ms-overflow-style:none}.docmgmt__pagination-controls::-webkit-scrollbar{display:none}.docmgmt__pagination-pages{display:flex;gap:4px;align-items:center;flex-shrink:0}.docmgmt__pagination-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:6px;background:#fff;font-size:12px;font-weight:600;color:#1f2937;cursor:pointer;transition:all .2s;flex-shrink:0;padding:0;min-width:28px}.docmgmt__pagination-btn svg{width:10px;height:10px;stroke-width:3}.docmgmt__pagination-btn:hover:not(:disabled){background:#f3f4f6;border-color:#cbd5e0;color:#1f2937}.docmgmt__pagination-btn.active{background:red;color:#fff;border-color:red;box-shadow:0 2px 8px -1px #f006}.docmgmt__pagination-btn:disabled{opacity:.3;cursor:not-allowed}.docmgmt__pagination-btn--nav{width:auto;padding:6px 10px;gap:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.2px;white-space:nowrap;color:#2d3748}.docmgmt__pagination-btn--nav svg{width:10px;height:10px}.docmgmt__pagination-dots{display:flex;align-items:center;justify-content:center;width:24px;height:28px;color:#6b7280;font-size:11px;font-weight:700;-webkit-user-select:none;user-select:none;flex-shrink:0}.driver-page__admin-panel{background:var(--surface);border-radius:20px;padding:32px;margin-bottom:40px;box-shadow:0 10px 25px -5px #0000000d;border:1px solid var(--border-soft)}.driver-page__admin-panel-title{font-size:1.2rem;font-weight:700;margin-bottom:24px;display:flex;align-items:center;gap:12px;color:var(--color-primary)}.driver-page__actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.driver-page__list-section{background:var(--surface);border-radius:20px;padding:24px;box-shadow:0 10px 30px -5px #0000000a;border:1px solid var(--border-soft)}.driver-page__list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:0 8px;flex-wrap:wrap;gap:16px}.driver-page__list-header h2{font-size:1.4rem;font-weight:700;margin:0;color:var(--text)}.driver-page__search-container{position:relative;max-width:320px;width:100%}.driver-page__search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px!important;height:18px!important;color:var(--text-muted);pointer-events:none;transition:color .3s ease}.driver-page__search-input{padding:10px 14px 10px 42px!important;border-radius:12px!important;background:var(--bg)!important;border:1px solid var(--border-soft)!important;font-size:.9rem;width:100%;transition:all .2s ease}.driver-page__search-input:focus{background:var(--surface)!important;border-color:var(--color-primary)!important;box-shadow:0 0 0 4px #ff01011a}.driver-page__td-name{display:flex;align-items:center;gap:12px;font-weight:600}.driver-page__avatar{width:36px;height:36px;border-radius:10px;background:var(--primary-light, rgba(255, 1, 1, .0823529412));color:var(--color-primary);display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;transition:transform .2s ease}.driver-page .action-buttons{display:flex;gap:8px;justify-content:center;align-items:center}.driver-page__action-btn{background:var(--bg);border:1px solid var(--border-soft);padding:6px 14px;border-radius:10px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:6px}.driver-page__action-btn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary);transform:translateY(-1px);box-shadow:0 4px 12px #ff010126}.driver-page__action-btn--view{border-color:var(--border-soft);color:var(--text)}.driver-page__action-btn--view:hover{background:#f8f9fa;color:var(--color-primary);border-color:var(--color-primary);box-shadow:none;transform:none}.driver-page__td-plate{display:flex;align-items:center;gap:12px;font-weight:700}.driver-page__td-plate .plate-badge{background:#f8f9fa;color:#000;padding:4px 10px;border-radius:6px;border:1px solid #000;font-family:inherit;font-size:.85rem;letter-spacing:.5px}.driver-page__td-plate .no-plate{color:var(--text-muted);font-size:.8rem;font-style:italic;font-weight:400}.dynamic-list{grid-column:1/-1;margin-top:24px;background:var(--bg);padding:24px;border-radius:12px;border:1px solid var(--border-soft)}.dynamic-list__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.dynamic-list__header h4{margin:0;font-size:1.1rem;color:var(--text)}.dynamic-list__form-container{background:var(--surface);padding:20px;border-radius:12px;margin-bottom:24px;border:1px solid var(--border-soft);display:grid;grid-template-columns:repeat(2,1fr);gap:16px;box-shadow:0 4px 12px #0000000d}.badge{padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600}.badge--empleado{background:#ff01011a;color:var(--color-primary)}.badge--externo{background:#f1f1f1;color:#666}.driver-detail-wrapper{width:100%;max-width:1200px;margin:0 auto;animation:fadeIn .4s ease-out}.driver-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;gap:24px;flex-wrap:wrap}.driver-detail-header__left{display:flex;align-items:center;gap:20px}.driver-detail-header__title{font-size:1.5rem;font-weight:800;color:#1e293b;margin:0}.driver-detail-header .users-form__btn-back{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;padding:10px 18px;border-radius:12px;font-size:.85rem;font-weight:700;cursor:pointer;color:#64748b;box-shadow:0 4px 10px #0000000d;transition:all .2s}.driver-detail-header .users-form__btn-back svg{width:18px;height:18px}.driver-detail-header .users-form__btn-back:hover{color:var(--color-primary);border-color:var(--color-primary);transform:translateY(-1px)}.driver-detail-content{display:grid;grid-template-columns:350px 1fr;gap:32px;align-items:start}@media(max-width:900px){.driver-detail-content{grid-template-columns:1fr}}.driver-profile-card{background:#fff;border-radius:24px;padding:40px;box-shadow:0 4px 20px #0000000d;text-align:center;position:sticky;top:24px;border:1px solid #f1f5f9}.driver-profile-card .profile-image-container{width:140px;height:140px;margin:0 auto 24px;border-radius:50%;padding:6px;background:linear-gradient(135deg,var(--primary, #3b82f6),#cc0000);box-shadow:0 10px 25px #e53e3e33}.driver-profile-card .profile-image-container img{width:100%;height:100%;border-radius:50%;object-fit:cover;background:#fff;border:4px solid white}.driver-profile-card .profile-main-info{margin-bottom:24px}.driver-profile-card .profile-main-info h1{font-size:1.4rem;font-weight:800;color:#1e293b;margin-bottom:6px}.driver-profile-card .profile-main-info .id-tag{font-size:.8rem;color:#94a3b8;font-weight:700;letter-spacing:.02em;margin-bottom:12px;background:#f8fafc;padding:4px 12px;border-radius:8px;display:inline-block}.driver-profile-card .status-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:99px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin-top:12px}.driver-profile-card .status-badge.active{background:#ecfdf5;color:#059669}.driver-profile-card .status-badge.active .dot{background:#10b981}.driver-profile-card .status-badge.inactive{background:#fef2f2;color:#dc2626}.driver-profile-card .status-badge.inactive .dot{background:#ef4444}.driver-profile-card .status-badge .dot{width:8px;height:8px;border-radius:50%}.driver-profile-card .profile-quick-stats{border-top:1px solid #f1f5f9;margin-top:32px;padding-top:32px}.driver-profile-card .profile-quick-stats .stat{display:flex;flex-direction:column;gap:6px}.driver-profile-card .profile-quick-stats .stat span{font-size:.7rem;color:#94a3b8;text-transform:uppercase;font-weight:800;letter-spacing:.3px}.driver-profile-card .profile-quick-stats .stat strong{font-size:1.1rem;color:#334155;font-weight:800}.driver-profile-card .badge-contract{background:#e53e3e0d;color:var(--color-primary);font-size:.7rem;font-weight:800;padding:6px 14px;border-radius:8px;text-transform:uppercase;border:1px solid rgba(229,62,62,.1)}.driver-profile-card .profile-footer-actions{margin-top:32px;padding-top:24px;border-top:1px dashed #e2e8f0}.driver-profile-card .premium-btn-outline{width:100%;padding:12px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .2s}.driver-profile-card .premium-btn-outline:hover{border-color:var(--color-primary);color:var(--color-primary);background:#e53e3e05}.driver-info-main{display:flex;flex-direction:column;gap:24px}.info-card header h3{font-size:1.1rem;font-weight:800;color:#1e293b;letter-spacing:-.01em}.info-card .info-sub-section .sub-title{font-size:.85rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.empty-state{text-align:center;padding:32px;color:#94a3b8;font-size:.9rem;font-style:italic}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.info-grid .info-item label{font-size:.875rem;font-weight:600;color:var(--text);margin-left:4px}.badge-group{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.badge-group .category-badge{background:#eff6ff;color:#3b82f6;padding:4px 12px;border-radius:8px;font-size:.8rem;font-weight:700;border:1px solid #dbeafe}.security-list{display:flex;flex-direction:column;gap:12px}.security-list .security-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8fafc;border-radius:12px;border:1px solid #f1f5f9}.security-list .security-item .security-info{display:flex;flex-direction:column;flex:1}.security-list .security-item .security-info .type{font-size:.65rem;font-weight:700;color:#94a3b8;text-transform:uppercase}.security-list .security-item .security-info .entity{font-size:.9rem;color:#1e293b}.security-list .security-item .security-expiry{text-align:right;padding:0 24px;border-right:1px solid #e2e8f0}.security-list .security-item .security-expiry label{font-size:.875rem;font-weight:600;color:var(--text);margin-left:4px}.security-list .security-item .security-expiry span{font-size:.85rem;font-weight:600;color:#64748b}.security-list .security-item .security-expiry span.expired{color:#ef4444}.security-list .security-item .security-status{min-width:100px;display:flex;justify-content:flex-end;padding-left:24px}.security-list .security-item .security-status .status-pill{padding:4px 10px;border-radius:6px;font-size:.7rem;font-weight:800;text-transform:uppercase}.security-list .security-item .security-status .status-pill.pagada,.security-list .security-item .security-status .status-pill.pago{background:#d1fae5;color:#065f46}.security-list .security-item .security-status .status-pill.pendiente{background:#fef3c7;color:#92400e}.references-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.references-grid .reference-item{padding:20px;background:#f8fafc;border-radius:16px;border:1px solid #f1f5f9}.references-grid .reference-item .ref-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.references-grid .reference-item .ref-header strong{font-size:1rem;color:#1e293b}.references-grid .reference-item .ref-header .ref-type-badge{font-size:.65rem;font-weight:700;background:#e2e8f0;color:#475569;padding:2px 10px;border-radius:6px;text-transform:uppercase}.references-grid .reference-item .ref-details{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.references-grid .reference-item .ref-details .ref-detail-item{display:flex;flex-direction:column}.references-grid .reference-item .ref-details .ref-detail-item label{font-size:.875rem;font-weight:600;color:var(--text);margin-left:4px}.references-grid .reference-item .ref-details .ref-detail-item span{font-size:.85rem;color:#475569;font-weight:500}.references-grid .reference-item .ref-phone-box{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#eff6ff;border-radius:10px;color:#3b82f6;font-weight:700;font-size:.9rem;width:fit-content}.references-grid .reference-item .ref-phone-box svg{color:#60a5fa}.success-text{color:#10b981;font-weight:700}.warning-text{color:#f59e0b}.muted-text{color:#94a3b8}.loader{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.driver-detail-footer{margin-top:48px;padding-top:32px;border-top:2px solid #f1f5f9;display:flex;justify-content:center;width:100%}.driver-detail-footer .action-btn-status{min-width:220px;height:48px;font-weight:900;font-size:.95rem;border-radius:12px;text-transform:uppercase;letter-spacing:.5px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #0000001a}.driver-detail-footer .action-btn-status.primary,.driver-detail-footer .action-btn-status.btn-primary{background:#10b981;color:#fff;box-shadow:0 6px 15px #10b98133}.driver-detail-footer .action-btn-status.primary:hover,.driver-detail-footer .action-btn-status.btn-primary:hover{background:#059669;transform:translateY(-2px);box-shadow:0 10px 20px #10b9814d}.driver-detail-footer .action-btn-status.danger,.driver-detail-footer .action-btn-status.btn-danger{background:red;color:#fff;box-shadow:0 6px 15px #f003}.driver-detail-footer .action-btn-status.danger:hover,.driver-detail-footer .action-btn-status.btn-danger:hover{background:#e60000;transform:translateY(-2px);box-shadow:0 10px 20px #ff00004d}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.skeleton-line{border-radius:6px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:600px 100%;animation:shimmer 1.4s ease-in-out infinite}.skeleton-doc-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc}.skeleton-ref-card{padding:20px;border-radius:16px;border:1px solid #f1f5f9;background:#f8fafc;display:flex;flex-direction:column;gap:10px}.info-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid #f1f5f9}.info-card__header .info-card__title-group{display:flex;align-items:center;gap:12px}.info-card__header .info-card__title-group h3{margin:0;font-size:1.1rem;font-weight:800;color:#1e293b}.info-card__header .info-card__title-group .title-icon{width:22px;height:22px;color:var(--color-primary)}.unified-list{display:flex;flex-direction:column;gap:24px}.unified-list__sub-title{margin:0;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.doc-compact-item,.ref-compact-item{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#f8fafc;border-radius:12px;border:1px solid #f1f5f9;transition:all .2s}.doc-compact-item:hover,.ref-compact-item:hover{border-color:var(--color-primary);background:#fff;box-shadow:0 4px 10px #0000000d;transform:translate(4px)}.doc-compact-item--highlight{background:#fdf2f2;border-color:#e53e3e1a}.doc-compact-item__info span{font-size:.9rem;font-weight:700;color:#334155}.doc-compact-item a{font-size:.75rem;font-weight:800;color:var(--color-primary);text-decoration:none;padding:6px 14px;background:#fff;border-radius:8px;border:1px solid #e2e8f0;transition:all .2s}.doc-compact-item a:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.doc-compact-item .no-link{font-size:.75rem;color:#94a3b8;font-style:italic}.ref-compact-item__main{display:flex;align-items:center;gap:14px}.ref-compact-item__avatar{width:36px;height:36px;background:#e2e8f0;color:#64748b;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem}.ref-compact-item__content strong{display:block;font-size:.85rem;color:#1e293b;line-height:1.2}.ref-compact-item__content p{margin:4px 0 0;font-size:.72rem;color:#64748b;font-weight:600;display:flex;align-items:center;gap:4px}.ref-compact-item__content .ref-type-tag{color:var(--color-primary);text-transform:uppercase;font-size:.65rem;letter-spacing:.02em}.ref-compact-item__phone{display:flex;align-items:center;gap:6px;font-size:.8rem;font-weight:800;color:var(--color-primary);background:#fff;padding:6px 14px;border-radius:8px;border:1px solid rgba(229,62,62,.1)}.ref-compact-item__phone svg{opacity:.7}.empty-state-container{padding:40px;text-align:center;background:#f8fafc;border-radius:16px;border:1px dashed #e2e8f0}.empty-state-container .empty-state{margin:0;color:#94a3b8;font-size:.9rem;font-style:italic}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.vehicle-page__list-section{background:var(--surface);border-radius:20px;padding:24px;box-shadow:0 10px 30px -5px #0000000a;border:1px solid var(--border-soft)}.soat-layout{display:grid;grid-template-columns:140px 1fr;gap:16px;align-items:start;min-width:0}@media(max-width:900px){.soat-layout{grid-template-columns:1fr;gap:12px}}.soat-layout__file{min-width:0}.soat-layout__fields{display:flex;flex-direction:column;gap:12px;min-width:0}.soat-layout__row{display:grid;grid-template-columns:1fr 1fr;gap:12px;min-width:0}@media(max-width:560px){.soat-layout__row{grid-template-columns:1fr}}.policies-section__empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:40px 24px;background:#f8fafc;border:1.5px dashed #e2e8f0;border-radius:14px;text-align:center;color:var(--text-muted)}.policies-section__empty svg{opacity:.4}.policies-section__empty p{margin:0;font-size:.9rem;font-weight:600}.policies-list-table{display:flex;flex-direction:column;gap:8px;padding:12px 0;overflow-x:auto}.policies-list-table__header{display:grid;grid-template-columns:32px 1.2fr 1.2fr 1.2fr 130px 60px 40px;gap:12px;padding:0 16px 12px;border-bottom:2px solid #f1f5f9}.policies-list-table__header div{font-size:.72rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.policy-row{display:grid;grid-template-columns:32px 1.2fr 1.2fr 1.2fr 130px 60px 40px;gap:12px;align-items:center;padding:10px 16px;background:#fff;border:1px solid var(--border);border-radius:10px;transition:all .2s ease}.policy-row:hover{border-color:var(--primary-soft);box-shadow:0 2px 8px #0000000a}.policy-row__num{font-size:.75rem;font-weight:700;color:var(--text-muted)}.policy-row__remove{background:#fef2f2;color:#ef4444;border:1px solid #fecaca;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;transition:all .2s}.policy-row__remove:hover{background:#fee2e2;transform:scale(1.1)}.policy-row .ui-input-container,.policy-row .ui-dropdown-container{margin-bottom:0!important}.policy-row .ui-input,.policy-row .ui-dropdown,.policy-row select{padding:6px 10px!important;height:36px!important;font-size:.8rem!important}.policy-item-card{border-radius:12px;padding:16px;min-width:0;position:relative;transition:all .2s ease}.policy-item-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0}.policy-item-card__num{font-size:.85rem;font-weight:700;color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em}.policy-item-card__remove{display:flex;align-items:center;gap:6px;background:#fef2f2;color:#ef4444;border:1px solid #fecaca;padding:6px 12px;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s}.policy-item-card__remove:hover{background:#fee2e2;border-color:#f87171}.policy-item-card__remove svg{width:14px;height:14px}.policies-list{display:flex;flex-direction:column;gap:10px}.policy-item{display:grid;grid-template-columns:28px 1fr 1fr 1fr .9fr .9fr 76px 36px;gap:12px;align-items:start;padding:14px 16px;background:var(--surface);border:1px solid var(--border-soft);border-radius:12px;transition:border-color .2s ease,box-shadow .2s ease}.policy-item:hover{border-color:var(--color-primary-light);box-shadow:0 2px 12px #0000000a}@media(max-width:1200px){.policy-item{grid-template-columns:28px 1fr 1fr 1fr .9fr 76px 36px}.policy-item .policy-item__field:nth-child(5){display:none}}@media(max-width:900px){.policy-item{grid-template-columns:28px 1fr 1fr 36px;row-gap:10px}.policy-item .policy-item__field:nth-child(5),.policy-item .policy-item__field:nth-child(6),.policy-item .policy-item__field:nth-child(7){display:flex;grid-column:2/span 2}.policy-item .policy-item__remove{grid-row:1;grid-column:4;align-self:center}}@media(max-width:560px){.policy-item{grid-template-columns:28px 1fr;row-gap:8px;padding:12px}.policy-item .policy-item__field,.policy-item .policy-item__field:nth-child(5),.policy-item .policy-item__field:nth-child(6),.policy-item .policy-item__field:nth-child(7){display:flex;grid-column:2}.policy-item .policy-item__remove{grid-column:2;justify-content:flex-start}}.policy-item__num{display:flex;align-items:center;justify-content:center;width:24px;height:24px;min-width:24px;background:var(--color-primary);color:#fff;border-radius:50%;font-size:.7rem;font-weight:700;flex-shrink:0;align-self:center}.policy-item__field{display:flex;flex-direction:column;gap:4px;min-width:0}.policy-item__field label{font-size:.68rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.policy-item__field .ui-input-container,.policy-item__field .ui-dropdown-container,.policy-item__field .ui-select-container{margin-bottom:0!important;width:100%}.policy-item__field .ui-input,.policy-item__field .ui-dropdown,.policy-item__field select{padding:8px 10px!important;font-size:.85rem!important;height:38px;width:100%}.policy-item__field input[type=date]{padding:8px 10px;font-size:.85rem;height:38px;width:100%;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);outline:none}.policy-item__field input[type=date]:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #ff010114}.policy-item__remove{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;cursor:pointer;color:#ef4444;transition:all .2s ease;padding:0;align-self:center}.policy-item__remove:hover{background:#fee2e2;border-color:#f87171;transform:scale(1.05)}.policy-item__remove svg{width:14px;height:14px}.soat-layout .ui-input-container,.soat-layout .ui-dropdown-container,.soat-layout .ui-select-container{margin-bottom:0!important;width:100%}.soat-layout .ui-input,.soat-layout .ui-dropdown,.soat-layout select{padding:10px 12px!important;font-size:.9rem!important;height:42px;width:100%}.soat-layout input[type=date]{padding:10px 12px;font-size:.9rem;height:42px;width:100%;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);outline:none}.soat-layout input[type=date]:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #ff010114}.vehicle-page__admin-panel{background:var(--surface);border-radius:20px;padding:32px;margin-bottom:40px;box-shadow:0 10px 25px -5px #0000000d;border:1px solid var(--border-soft)}.vehicle-page__admin-panel-title{font-size:1.2rem;font-weight:700;margin-bottom:24px;display:flex;align-items:center;gap:12px;color:var(--color-primary)}.vehicle-page__actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.vehicle-page .action-card--active{border-radius:16px;border:2px solid var(--color-primary);background:#ff01010a;transform:scale(1.02)}.vehicle-page__block-card{background:#f8fafc;padding:24px;border-radius:16px;border:1px solid var(--border-soft);transition:border-color .2s ease,box-shadow .2s ease;width:100%;margin-bottom:24px}.vehicle-page__block-card:hover{border-color:var(--color-primary-light);box-shadow:0 4px 12px #00000008}.vehicle-page__block-card>.step-content__title{margin-bottom:20px}.vehicle-page__doc-card{background:#f8fafc;padding:20px;border-radius:14px;border:1px solid #e2e8f0;transition:border-color .2s ease}.vehicle-page__doc-card:hover{border-color:var(--color-primary-light)}.relationship-card{background:var(--surface);border:1px solid var(--border-soft);border-radius:16px;padding:18px;box-shadow:0 4px 20px -5px #0000000a;min-width:0;transition:all .3s ease}.relationship-card:hover{border-color:var(--color-primary-light);box-shadow:0 10px 30px -10px #00000014;transform:translateY(-2px)}.relationship-card__header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.relationship-card__icon{font-size:1.5rem;height:48px;width:48px;background:var(--bg);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px var(--border-soft)}.relationship-card__title{font-size:1.1rem;font-weight:700;color:var(--text);margin:0}.step-owner__selection-box{background:#f8fafc;padding:24px;border-radius:16px;border:1px solid var(--border-soft);margin:16px 0 24px}.step-owner__hint{margin-top:12px;font-size:.85rem;color:var(--text-muted);display:flex;align-items:center;gap:8px}.step-owner__hint:before{content:"i";font-style:normal;width:16px;height:16px;border:1px solid currentColor;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:800;flex-shrink:0}.step-owner__ref-form{background:#f8fafc;padding:24px;border-radius:14px;border:1px dashed var(--border-soft);margin-bottom:24px}.step-owner__ref-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:end}@media(max-width:900px){.step-owner__ref-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.step-owner__ref-grid{grid-template-columns:1fr}}.insurance-contact-info{display:flex;gap:16px;background:#f1f5f9;padding:8px 12px;border-radius:8px;margin:-4px 0 8px;border-left:3px solid var(--color-primary)}.insurance-contact-info span{font-size:.82rem;color:#475569;font-weight:500;display:flex;align-items:center;gap:6px}.insurance-contact-info.mini{background:transparent;padding:0;margin:4px 0 0;border:none}.insurance-contact-info.mini span{font-size:.72rem;color:var(--text-muted)}.info-banner{background:#f1f5f9;border-left:4px solid #64748b;padding:16px 20px;border-radius:8px;margin-top:16px}.info-banner p{margin:0;color:#334155;font-size:.9rem}.policy-card{background:var(--surface);border:1px solid var(--border-soft);border-radius:12px;padding:16px;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr .5fr;gap:16px;align-items:center;margin-bottom:12px;transition:transform .2s ease,box-shadow .2s ease}.policy-card:hover{transform:translate(4px);border-color:var(--color-primary-light);box-shadow:0 4px 12px #00000008}.policy-card__field{display:flex;flex-direction:column;gap:4px}.policy-card__field label{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.025em}.policy-card__actions{display:flex;justify-content:flex-end}.doc-section{background:#f8fafc;padding:20px;border-radius:16px;margin-bottom:24px}.doc-section__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.doc-section__header .icon{width:36px;height:36px;min-width:36px;background:var(--color-primary-light);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.65rem;letter-spacing:.02em}.doc-section__header h4{margin:0;font-size:1rem;font-weight:700;color:var(--text)}.doc-section__header>div:not(.icon){flex:1}.status-badge{padding:6px 14px;border-radius:20px;font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;letter-spacing:.03em;transition:all .2s ease}.status-badge.activo{background-color:#dcfce7;color:#166534;border:1px solid #bcf0cc}.status-badge.inactivo{background-color:#fee2e2;color:#991b1b;border:1px solid #fecaca}.driver-page__td-plate{display:flex;align-items:center;justify-content:center}.driver-page__td-plate .plate-badge{background:#fff;color:#000;padding:3px 10px;border-radius:4px;border:1.5px solid #1e293b;font-weight:800;font-family:Inter,sans-serif;letter-spacing:1px;box-shadow:0 2px 4px #0000001a;text-transform:uppercase}.error-message{color:#e11d48;font-size:.75rem;font-weight:600;margin-top:4px;display:block;animation:fadeInDown .2s ease-out}.error-message--photo{margin-top:8px;text-align:center;background:#e11d480d;padding:6px;border-radius:6px;border:1px solid rgba(225,29,72,.1)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.step-owner .file-upload__input-container{border-style:dashed;min-height:52px}.step-owner .file-upload__input-container--has-file{border-style:solid;border-color:var(--color-primary-light);background:#ff010108}.step-owner .file-upload__btn-remove{width:24px;height:24px;border-radius:50%;background:#fecaca;color:#991b1b;border:none;display:flex;align-items:center;justify-content:center;font-weight:700;cursor:pointer;flex-shrink:0}.step-owner .file-upload__btn-remove:hover{background:#f87171;color:#fff}.empty-state-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;color:var(--text-muted)}.empty-state-container .empty-icon-wrapper{width:64px;height:64px;background:var(--bg);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--color-primary);opacity:.5}.empty-state-container p{margin:0;font-weight:700;font-size:1rem;color:var(--text)}.empty-state-container span{font-size:.85rem;opacity:.7}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.photos-grid{gap:24px!important;width:70%!important}@media(max-width:768px){.photos-grid{grid-template-columns:1fr!important}}.step-photos__hint{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#eff6ff;color:#1d4ed8;border-radius:10px;font-size:.83rem;font-weight:500;border:1px solid #bfdbfe}.step-photos__hint strong{font-weight:800}.step-photos__hint--warning{background:#fffbeb;color:#92400e;border-color:#fde68a}.photo-card{background:var(--surface);border:1px solid var(--border-soft);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px;transition:transform .2s,box-shadow .2s}.photo-card:hover{box-shadow:0 4px 15px -5px #00000014;border-color:var(--color-primary-light)}.photo-card--uploaded{border-color:#10b981;background:#f0fdf4}.photo-card__status{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:20px;width:fit-content}.photo-card__status--success{background:#dcfce7;color:#16a34a}.photo-card__status--error{background:#fee2e2;color:#dc2626}.photo-card__uploading-overlay,.photo-card__uploaded-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-size:.85rem;font-weight:700;z-index:8;border-radius:6px}.photo-card__uploading-overlay{background:#ffffffd9;color:#1d4ed8}.photo-card__uploaded-overlay{background:#10b98173;pointer-events:none}.photo-card__spinner{width:28px;height:28px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.photo-card__btn-upload{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 16px;background:var(--primary, #e53e3e);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s ease}.photo-card__btn-upload:hover:not(:disabled){filter:brightness(.9);transform:translateY(-1px);box-shadow:0 4px 12px #e53e3e4d}.photo-card__btn-upload:disabled{opacity:.6;cursor:not-allowed;transform:none}.photo-card__btn-upload--reupload{background:transparent;color:#64748b;border:1px solid #e2e8f0;font-size:.8rem}.photo-card__btn-upload--reupload:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;box-shadow:none}.photo-card__hint{font-size:.75rem;color:#94a3b8;text-align:center;font-style:italic;margin:0}.photo-card__title{font-size:.95rem;font-weight:700;color:var(--text);margin:0;display:flex;align-items:center;gap:8px}.photo-card__title:before{content:"";width:4px;height:16px;background:var(--color-primary);border-radius:2px}.photo-card__upload{position:relative;width:100%;aspect-ratio:16/9;border:2px dashed var(--border-soft);border-radius:8px;background:#f8fafc;overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.photo-card__upload:hover{border-color:var(--color-primary-light);background:rgba(var(--primary-rgb),.02)}.photo-card__upload--has-file{border-style:solid;border-color:var(--color-primary-light)}.photo-card__placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--text-muted);font-size:.85rem;font-weight:600}.photo-card__placeholder svg{width:32px;height:32px;opacity:.5}.photo-card__preview-container{width:100%;height:100%;position:relative}.photo-card__preview{width:100%;height:100%;object-fit:cover}.photo-card__file-icon{font-size:2rem;display:flex;align-items:center;justify-content:center;height:100%}.photo-card__btn-remove{position:absolute;top:8px;right:8px;background:#ef4444;color:#fff;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700;font-size:1rem;transform:scale(.9);transition:transform .2s;z-index:10}.photo-card__btn-remove:hover{transform:scale(1.1);background:#dc2626}.photo-card__input-file{position:absolute;inset:0;opacity:0;cursor:pointer;z-index:5}.photo-card__info{margin-top:4px}.photo-card__info .ui-input-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.photo-card__info .ui-input{font-size:.85rem;padding:8px 12px}.photo-card__extra-previews{position:absolute;bottom:8px;left:8px;display:flex;gap:4px;z-index:10;max-width:calc(100% - 16px);overflow-x:auto;padding-bottom:4px}.photo-card__extra-previews::-webkit-scrollbar{height:3px}.photo-card__extra-previews::-webkit-scrollbar-thumb{background:#ffffff80;border-radius:3px}.photo-card__extra-item{position:relative;width:48px;height:48px;flex-shrink:0;border-radius:6px;overflow:hidden;border:2px solid white;box-shadow:0 4px 10px #00000040;background:#000}.photo-card__extra-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.photo-card__extra-item:hover img{transform:scale(1.1)}.photo-card__extra-item--existing{border-color:#3b82f6}.photo-card__extra-label{position:absolute;bottom:0;left:0;right:0;background:#3b82f6e6;color:#fff;font-size:8px;font-weight:800;text-transform:uppercase;text-align:center;padding:1px 0;letter-spacing:.02em}.photo-card__btn-remove-extra{position:absolute;top:0;right:0;background:#ef4444e6;color:#fff;border:none;width:14px;height:14px;font-size:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-bottom-left-radius:4px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.gps-step{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:28px}.gps-section{background:var(--surface, #fff);border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.gps-section__header{display:flex;align-items:flex-start;gap:14px;padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.gps-section__header h4{font-size:.95rem;font-weight:800;color:#1e293b;margin:0 0 2px}.gps-section__header span{font-size:.72rem;color:#94a3b8;font-weight:500}.gps-section__header span code{font-family:Fira Mono,Courier New,monospace;background:#e2e8f0;color:#475569;padding:1px 5px;border-radius:4px;font-size:.68rem}.gps-section__icon{width:38px;height:38px;min-width:38px;border-radius:10px;background:linear-gradient(135deg,#3b82f6,#6366f1);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 8px #6366f14d}.gps-section__icon--cred{background:linear-gradient(135deg,#f59e0b,#ef4444);box-shadow:0 2px 8px #ef44444d}.gps-section__body{padding:20px;display:flex;flex-direction:column;gap:16px}.gps-section__body--credentials{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:600px){.gps-section__body--credentials{grid-template-columns:1fr}}.gps-company-card{background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;overflow:hidden;animation:fadeSlideIn .3s ease-out}.gps-company-card__header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#e0f2fe;border-bottom:1px solid #bae6fd}.gps-company-card__name{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:800;color:#0369a1}.gps-company-card__name svg{color:#0284c7}.gps-company-card__fields{padding:14px 16px;display:flex;flex-direction:column;gap:10px}.gps-status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:99px;font-size:.72rem;font-weight:700}.gps-status-badge .dot{width:6px;height:6px;border-radius:50%}.gps-status-badge.active{background:#dcfce7;color:#16a34a}.gps-status-badge.active .dot{background:#22c55e;animation:pulse 2s infinite}.gps-status-badge.inactive{background:#fee2e2;color:#dc2626}.gps-status-badge.inactive .dot{background:#ef4444}.gps-readonly-field{display:flex;flex-direction:column;gap:2px}.gps-readonly-field label{font-size:.68rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.gps-readonly-field span{font-size:.9rem;color:#334155;font-weight:500}.gps-link{display:inline-flex;align-items:center;gap:5px;font-size:.85rem;color:#0284c7;text-decoration:none;font-weight:600;word-break:break-all}.gps-link:hover{text-decoration:underline;color:#0369a1}.gps-obs-field{grid-column:1/-1;display:flex;flex-direction:column;gap:6px}.gps-obs-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.025em}.gps-obs-textarea{width:100%;padding:10px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.9rem;color:#334155;background:#f8fafc;resize:vertical;min-height:80px;font-family:inherit;transition:border-color .2s,box-shadow .2s}.gps-obs-textarea:focus{outline:none;border-color:var(--primary, #e53e3e);box-shadow:0 0 0 3px #e53e3e14;background:#fff}.gps-obs-textarea::placeholder{color:#cbd5e1}.gps-loading{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#eff6ff;border-radius:10px;color:#1d4ed8;font-size:.85rem;font-weight:600}.gps-spinner{width:20px;height:20px;border:2.5px solid #bfdbfe;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}.gps-empty-state{display:flex;flex-direction:column;align-items:center;padding:48px 24px;color:#94a3b8;gap:12px}.gps-empty-state svg{width:54px;height:54px;opacity:.4}.gps-empty-state p{font-size:.9rem;font-weight:500;text-align:center;max-width:320px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.15)}}.vehicle-detail-wrapper{width:100%;max-width:1200px;margin:0 auto;animation:fadeIn .4s ease-out}.vehicle-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.vehicle-detail-header h2{font-size:1.2rem;font-weight:800;color:#1e293b;margin:0}.vehicle-detail-content{display:grid;grid-template-columns:320px 1fr;gap:32px;align-items:start}@media(max-width:900px){.vehicle-detail-content{grid-template-columns:1fr}}.vehicle-sidebar-card{background:#fff;border-radius:24px;padding:32px;box-shadow:0 4px 20px #0000000d;text-align:center;position:sticky;top:24px}.vehicle-sidebar-card .plate-display{width:100%;margin:0 auto 24px;background:#fff;border:3px solid #1e293b;border-radius:12px;padding:12px;box-shadow:0 4px 12px #0000001a}.vehicle-sidebar-card .plate-display h1{font-size:2.2rem;font-weight:900;color:#1e293b;margin:0;letter-spacing:.1em;font-family:Inter,sans-serif}.vehicle-sidebar-card .vehicle-main-info{margin-bottom:24px}.vehicle-sidebar-card .vehicle-main-info h2{font-size:1.25rem;font-weight:800;color:#1e293b;margin-bottom:4px}.vehicle-sidebar-card .vehicle-main-info .vehicle-tag{font-size:.85rem;color:#94a3b8;font-weight:600;letter-spacing:.05em;margin-bottom:12px;display:block}.vehicle-sidebar-card .status-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:99px;font-size:.8rem;font-weight:700}.vehicle-sidebar-card .status-badge.active{background:#ecfdf5;color:#059669}.vehicle-sidebar-card .status-badge.active .dot{background:#10b981}.vehicle-sidebar-card .status-badge.inactive{background:#fef2f2;color:#dc2626}.vehicle-sidebar-card .status-badge.inactive .dot{background:#ef4444}.vehicle-sidebar-card .status-badge .dot{width:8px;height:8px;border-radius:50%}.vehicle-sidebar-card .vehicle-quick-stats{border-top:1px solid #f1f5f9;margin-top:24px;padding-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.vehicle-sidebar-card .vehicle-quick-stats .stat{display:flex;flex-direction:column;gap:4px}.vehicle-sidebar-card .vehicle-quick-stats .stat span{font-size:.7rem;color:#94a3b8;text-transform:uppercase;font-weight:800}.vehicle-sidebar-card .vehicle-quick-stats .stat strong{font-size:1rem;color:#334155;font-weight:700}.vehicle-sidebar-card .profile-footer-actions{margin-top:32px;padding-top:24px;border-top:1px solid #f1f5f9;width:100%}.vehicle-sidebar-card .profile-footer-actions .premium-btn-outline{width:100%;padding:12px 24px;background:transparent;border:1.5px solid #e2e8f0;border-radius:12px;color:#475569;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.vehicle-sidebar-card .profile-footer-actions .premium-btn-outline:hover{background:#f8fafc;border-color:#cbd5e1;color:#1e293b;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.vehicle-sidebar-card .profile-footer-actions .premium-btn-outline:active{transform:translateY(0)}.vehicle-info-main{display:flex;flex-direction:column;gap:24px}.info-card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 20px #0000000d}.info-card header{margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid #f1f5f9}.info-card header h3{font-size:1.1rem;font-weight:800;color:#1e293b;letter-spacing:-.01em;display:flex;align-items:center;gap:10px}.info-card .info-sub-section .sub-title{font-size:.85rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;display:block}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.info-grid .info-item{display:flex;flex-direction:column;gap:4px}.info-grid .info-item label{font-size:.75rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.025em}.info-grid .info-item span{font-size:.95rem;color:#334155;font-weight:500}.info-grid .info-item span.expired{color:#dc2626;font-weight:700}.info-grid .info-item.full-width{grid-column:1/-1}.document-links{margin-top:20px;display:flex;flex-wrap:wrap;gap:12px}.document-links .doc-link{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#f1f5f9;color:#475569;text-decoration:none;border-radius:12px;font-size:.85rem;font-weight:600;transition:all .2s;border:1px solid transparent}.document-links .doc-link:hover{background:#e2e8f0;color:#1e293b;border-color:#cbd5e1;transform:translateY(-2px)}.document-links .doc-link svg{color:#64748b}.photos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.photos-grid .photo-item{background:#f8fafc;border-radius:16px;overflow:hidden;border:1px solid #f1f5f9;transition:transform .2s,border-color .2s}.photos-grid .photo-item:hover{transform:scale(1.02)}.photos-grid .photo-item--loaded{border-color:#bbf7d0;background:#f0fdf4}.photos-grid .photo-item .photo-container{aspect-ratio:4/3;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#e2e8f0}.photos-grid .photo-item .photo-container img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.photos-grid .photo-item .photo-container img:hover{transform:scale(1.05)}.photos-grid .photo-item .photo-container .no-photo{display:flex;flex-direction:column;align-items:center;gap:8px;color:#94a3b8;font-size:.75rem;font-weight:600}.photos-grid .photo-item .photo-label{padding:8px 10px;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;font-weight:700;color:#475569}.photos-grid .photo-item .photo-view-link{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;font-weight:700;color:#3b82f6;text-decoration:none;padding:2px 8px;border-radius:6px;background:#eff6ff;transition:background .15s}.photos-grid .photo-item .photo-view-link:hover{background:#dbeafe}.photos-grid .photo-item .photo-obs{padding:4px 10px 8px;font-size:.72rem;color:#94a3b8;font-style:italic;margin:0}.vehicle-detail-footer{margin-top:40px;padding-top:32px;border-top:2px solid #f1f5f9;display:flex;justify-content:center;align-items:center;gap:20px;width:100%}.vehicle-detail-footer .action-btn{min-width:220px;height:48px;display:flex;justify-content:center;align-items:center;font-weight:900;font-size:.95rem;border-radius:12px;text-transform:uppercase;letter-spacing:.5px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;color:#fff;box-shadow:0 10px 25px #0000001a}.vehicle-detail-footer .action-btn.btn-danger,.vehicle-detail-footer .action-btn.danger{background:red;box-shadow:0 6px 15px #f003}.vehicle-detail-footer .action-btn.btn-danger:hover,.vehicle-detail-footer .action-btn.danger:hover{background:#e60000;transform:translateY(-2px);box-shadow:0 10px 20px #ff00004d}.vehicle-detail-footer .action-btn.btn-primary,.vehicle-detail-footer .action-btn.primary{background:#10b981;box-shadow:0 6px 15px #10b98133}.vehicle-detail-footer .action-btn.btn-primary:hover,.vehicle-detail-footer .action-btn.primary:hover{background:#059669;transform:translateY(-2px);box-shadow:0 10px 20px #10b9814d}.vehicle-detail-footer .action-btn:active{transform:translateY(-1px)}@media(max-width:600px){.vehicle-detail-footer{flex-direction:column}.vehicle-detail-footer .action-btn{width:100%}}.unified-list{display:flex;flex-direction:column;gap:20px}.unified-list__section{display:flex;flex-direction:column;gap:12px}.unified-list__sub-title{font-size:.7rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.docs-compact-list,.refs-compact-list{display:flex;flex-direction:column;gap:8px}.doc-compact-item{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:#f8fafc;border:1px solid #f1f5f9;border-radius:14px;transition:all .2s}.doc-compact-item:hover{background:#fff;border-color:#e2e8f0;box-shadow:0 4px 12px #00000008;transform:translate(4px)}.doc-compact-item--primary{background:#f0f9ff;border-color:#e0f2fe}.doc-compact-item--primary svg{color:#0ea5e9}.doc-compact-item--highlight{background:#f0fdfa;border-color:#ccfbf1}.doc-compact-item--highlight svg{color:#0d9488}.doc-compact-item__info{display:flex;align-items:center;gap:12px}.doc-compact-item__info svg{width:18px;height:18px;color:#64748b}.doc-compact-item__info span{font-size:.9rem;font-weight:600;color:#334155}.doc-compact-item a{font-size:.75rem;font-weight:700;color:#3b82f6;text-decoration:none;padding:6px 12px;background:#eff6ff;border-radius:8px;transition:all .2s}.doc-compact-item a:hover{background:#dbeafe;transform:scale(1.05)}.doc-compact-item .no-link{font-size:.72rem;color:#cbd5e1;font-style:italic}.empty-state{font-size:.85rem;color:#94a3b8;text-align:center;padding:24px;font-style:italic;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:16px}.ref-compact-item{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:#fff;border:1px solid #f1f5f9;border-radius:14px;transition:all .2s}.ref-compact-item:hover{border-color:#e2e8f0;box-shadow:0 4px 12px #00000008}.ref-compact-item__main{display:flex;align-items:center;gap:12px}.ref-compact-item__avatar{width:36px;height:36px;background:#f1f5f9;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;color:#64748b;font-size:.9rem}.ref-compact-item__content{display:flex;flex-direction:column}.ref-compact-item__content strong{font-size:.9rem;color:#1e293b}.ref-compact-item__content p{margin:0;font-size:.72rem;color:#94a3b8;display:flex;align-items:center;gap:6px}.ref-compact-item__content .ref-type-tag{font-weight:700;color:#64748b;text-transform:uppercase}.ref-compact-item__phone{font-size:.85rem;font-weight:700;color:#334155;background:#f1f5f9;padding:6px 14px;border-radius:99px;display:flex;align-items:center;gap:6px}.ref-compact-item__phone svg{color:#94a3b8}.vehicle-tabs{display:flex;gap:0;margin-bottom:28px;border-bottom:2px solid #edf2f7;position:relative}.vehicle-tabs__tab{position:relative;padding:14px 28px;font-size:.95rem;font-weight:700;color:#718096;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:8px;transition:color .2s ease;letter-spacing:-.01em}.vehicle-tabs__tab svg{width:18px;height:18px;stroke-width:2.2}.vehicle-tabs__tab:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background:transparent;border-radius:3px 3px 0 0;transition:background .25s ease}.vehicle-tabs__tab:hover{color:#2d3748}.vehicle-tabs__tab--active{color:red}.vehicle-tabs__tab--active:after{background:red}.vehicle-tabs__tab--active svg{color:red}.novedades-page{display:flex;flex-direction:column;gap:24px;animation:novedadesFadeIn .35s ease-out}@keyframes novedadesFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.novedades-filters{background:var(--surface);border-radius:20px;padding:24px 28px;box-shadow:0 4px 25px -5px #0000000f;border:1px solid var(--border-soft)}.novedades-filters__row{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;align-items:end}@media(max-width:1200px){.novedades-filters__row{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.novedades-filters__row{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.novedades-filters__row{grid-template-columns:1fr}}.novedades-filters__field{display:flex;flex-direction:column;gap:6px}.novedades-filters__field label{font-size:.72rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.novedades-filters__field select,.novedades-filters__field input[type=date]{padding:10px 14px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;font-size:.88rem;font-weight:500;color:var(--text);outline:none;transition:all .2s ease;height:42px;width:100%}.novedades-filters__field select:focus,.novedades-filters__field input[type=date]:focus{background:#fff;border-color:red;box-shadow:0 0 0 3px #ff00000f}.novedades-filters__field--search input[type=text]{padding:10px 14px 10px 40px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;font-size:.88rem;font-weight:500;color:var(--text);outline:none;transition:all .2s ease;height:42px;width:100%}.novedades-filters__field--search input[type=text]:focus{background:#fff;border-color:red;box-shadow:0 0 0 3px #ff00000f}.novedades-filters__search-wrapper{position:relative}.novedades-filters__search-icon{position:absolute;left:13px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#a0aec0;pointer-events:none}.novedades-filters__clear{margin-top:14px;display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:.8rem;font-weight:700;color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;cursor:pointer;transition:all .2s ease}.novedades-filters__clear svg{width:14px;height:14px}.novedades-filters__clear:hover{background:#fee2e2;border-color:#f87171}.novedades-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1024px){.novedades-summary{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.novedades-summary{grid-template-columns:1fr}}.novedades-summary__card{background:var(--surface);border-radius:18px;padding:22px 24px;display:flex;align-items:center;gap:18px;box-shadow:0 4px 25px -5px #0000000f;border:1px solid var(--border-soft);transition:all .25s ease}.novedades-summary__card:hover{transform:translateY(-3px);box-shadow:0 10px 30px -8px #0000001a}.novedades-summary__icon{width:52px;height:52px;min-width:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.novedades-summary__icon svg{width:24px;height:24px}.novedades-summary__info{display:flex;flex-direction:column;gap:2px}.novedades-summary__value{font-size:1.6rem;font-weight:800;color:var(--text);letter-spacing:-.5px;line-height:1.2}.novedades-summary__label{font-size:.78rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.novedad-row{transition:background-color .2s ease}.novedad-row:hover{background-color:#f3f4f6}.novedad-tipo{display:flex;align-items:center;gap:8px;font-weight:600;color:#2d3748;font-size:.9rem}.novedad-tipo-icon{width:18px;height:18px;flex-shrink:0;color:#64748b}.novedad-descripcion{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;color:#475569}.novedad-fuente{font-size:.82rem;font-weight:700;color:#475569;letter-spacing:.03em}.novedad-estado{padding:5px 14px;border-radius:20px;font-size:.73rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;letter-spacing:.03em;transition:all .2s ease}.novedad-estado--activa{background-color:#fee2e2;color:#991b1b;border:1px solid #fecaca}.novedad-estado--proceso{background-color:#fef9c3;color:#854d0e;border:1px solid #fde68a}.novedad-estado--cerrada{background-color:#dcfce7;color:#166534;border:1px solid #bcf0cc}.prospect-form__container{max-width:1200px;margin:0 auto;padding:20px;animation:fadeIn .4s ease-out}.prospect-form__section--collapsed{padding:16px 32px}.prospect-form__section--collapsed .prospect-form__section-content{display:none}.prospect-form__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;cursor:pointer}.prospect-form__section-header h3{font-size:1.1rem;font-weight:700;color:var(--color-primary);margin:0;display:flex;align-items:center;gap:10px}.prospect-form__section-header .collapse-icon{color:var(--text-muted);transition:transform .3s}.prospect-form__section-header .collapse-icon.rotated{transform:rotate(180deg)}.prospect-form__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(max-width:768px){.prospect-form__grid{grid-template-columns:1fr}}.prospect-form__full-width{display:flex;flex-direction:column;grid-column:1/-1}.prospect-form__checkbox-group{display:flex;gap:32px;padding:16px 0 20px;margin-top:8px}.prospect-form__checkbox-group .checkbox-item{display:flex;align-items:center;gap:8px;font-weight:500;cursor:pointer;color:var(--text)}.prospect-form__checkbox-group .checkbox-item span{font-size:.875rem;font-weight:500;color:var(--text)}.prospect-form__checkbox-group .checkbox-item input[type=checkbox]{width:18px;height:18px;accent-color:var(--color-primary)}.prospect-form__actions{display:flex;justify-content:flex-end;gap:16px;margin-top:40px;padding:24px;bottom:20px}.prospect-form__actions .btn-filter{min-width:160px;height:48px}.cliente-filter__container{background:var(--surface);border-radius:16px;padding:24px;animation:fadeIn .4s ease-out}.cliente-filter__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;margin-bottom:24px}.cliente-filter__date-container{position:relative}.cliente-filter__date-container .ui-input-label{font-size:.875rem;font-weight:600;color:var(--text);margin-left:4px}.cliente-filter__date-picker-wrapper{margin-top:20px;width:100%;display:flex;flex-direction:row;justify-content:center}.cliente-filter__extra-section{margin-top:24px;padding-top:24px;animation:fadeIn .3s ease-out}.cliente-filter__extra-section .cliente-filter__grid{display:flex;flex-direction:row;margin-bottom:0}.cliente-filter__actions{margin-top:32px;padding-top:24px;display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap}.cliente-filter__actions .btn-filter{min-width:160px}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:500px;transform:translateY(0)}}.customer-page .cliente-page__subtitle{color:var(--text-muted);font-size:1.1rem;margin:0;font-weight:400}.customer-page .cliente-page__filter-btn{width:100px}.customer-page .cliente-page__admin-panel{background:var(--surface);border-radius:20px;padding:32px;margin-bottom:40px;box-shadow:0 10px 25px -5px #0000000d;border:1px solid var(--border-soft)}.customer-page .cliente-page__admin-panel-title{font-size:1.2rem;font-weight:700;margin-bottom:24px;display:flex;align-items:center;gap:12px;color:var(--color-primary)}.customer-page .cliente-page__actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.customer-page .cliente-page__list-section{background:var(--surface);border-radius:20px;padding:32px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid var(--border-soft)}.customer-page .cliente-page__list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.customer-page .cliente-page__list-header h2{font-size:1.5rem;font-weight:700;margin:0}.customer-page .cliente-page__search-container{position:relative;max-width:400px;width:100%}.customer-page .cliente-page__search-input{padding:12px 14px 12px 20px!important;border-radius:12px!important;background:var(--bg)!important;border:1px solid var(--border-soft)!important;font-size:.95rem;width:100%}.customer-page .cliente-page__search-input:focus{background:var(--surface)!important;border-color:var(--color-primary)!important;box-shadow:0 0 0 4px #ff01011a}.customer-page .cliente-page__td-name{display:flex;align-items:center;gap:12px}.customer-page .cliente-page__avatar{width:40px;height:40px;border-radius:50%;background:var(--primary-light, rgba(255, 1, 1, .1254901961));color:var(--color-primary);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700}.customer-page .cliente-page__action-btn{background:transparent;border:1px solid var(--border-soft);padding:6px 12px;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s}.customer-page .cliente-page__action-btn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.customer-page .cliente-page__action-btn--view{border-color:var(--color-primary);color:var(--color-primary)}.customer-page .cliente-page__filters{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;align-items:flex-start}.customer-page .cliente-page__date-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:100;background:var(--surface, #fff);border:1px solid var(--border-soft, #e2e8f0);border-radius:12px;box-shadow:0 10px 25px -5px #0000001a;min-width:220px;overflow:hidden}.customer-page .cliente-page__date-menu button{display:block;width:100%;padding:12px 16px;text-align:left;background:transparent;border:none;font-size:.9rem;color:var(--text);cursor:pointer;transition:all .2s;outline:none}.customer-page .cliente-page__date-menu button:hover{background:var(--bg-soft, #f8f9fa);color:var(--color-primary)}.customer-page .badge{padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600}.customer-page .badge--activo{background:#28a7451a;color:#28a745}.customer-page .badge--inactivo{background:#6666661a;color:#666}.customer-page .wizard{background:var(--surface);border-radius:20px;padding:40px;border:1px solid var(--border-soft);max-width:900px;margin:0 auto}.customer-page .wizard__step-content{margin-top:32px}.customer-page .wizard__form{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:600px){.customer-page .wizard__form{grid-template-columns:1fr}}.customer-page .wizard__actions{display:flex;justify-content:space-between;margin-top:40px;gap:16px}.customer-page .details{background:var(--surface);border-radius:20px;padding:40px;border:1px solid var(--border-soft)}.customer-page .details__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.customer-page .details__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px}.customer-page .details__item label{font-size:.875rem;font-weight:600;color:var(--text);margin-left:4px}.customer-page .details__item span{display:block;font-size:1.1rem;font-weight:600;color:var(--text)}.prospecto-cliente-page__tabs{display:flex;gap:0;border-bottom:2px solid #e2e8f0;margin-bottom:24px;padding:0 8px}.prospecto-cliente-page__tab{padding:12px 24px;font-size:14px;font-weight:600;color:var(--text-muted, #718096);background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:all .2s ease;margin-bottom:-2px}.prospecto-cliente-page__tab:hover{color:var(--text, #2d3748)}.prospecto-cliente-page__tab--active{color:var(--color-primary, #3b82f6);border-bottom-color:var(--color-primary, #3b82f6)}.provider-detail-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172ab3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease}.provider-detail-modal{background:#fff;width:90%;max-width:600px;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;animation:slideUp .4s cubic-bezier(.16,1,.3,1)}.provider-detail-modal__header{background:#f8fafc;padding:32px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:flex-start}.provider-detail-modal__header .id-badge{font-size:.75rem;font-weight:700;color:#64748b;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;display:block}.provider-detail-modal__header h2{margin:0;color:#0f172a;font-size:1.75rem;font-weight:800}.provider-detail-modal__header .nit-text{margin:4px 0 0;color:#64748b;font-weight:500}.provider-detail-modal__header .close-btn{background:#f1f5f9;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s}.provider-detail-modal__header .close-btn:hover{background:#e2e8f0;color:#0f172a}.provider-detail-modal__body{padding:32px}.provider-detail-modal__body .info-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px}.provider-detail-modal__body .info-grid .info-card label{display:block;font-size:.75rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.provider-detail-modal__body .info-grid .info-card .info-value{display:flex;align-items:center;gap:12px;margin-bottom:8px;color:#334155;font-weight:500;font-size:.95rem}.provider-detail-modal__body .info-grid .info-card .info-value .icon{font-size:1.1rem;width:24px}.provider-detail-modal__body .services-section{margin-bottom:32px}.provider-detail-modal__body .services-section label{display:block;font-size:.75rem;font-weight:700;color:#94a3b8;text-transform:uppercase;margin-bottom:16px}.provider-detail-modal__body .services-section .services-container{display:flex;flex-wrap:wrap;gap:8px}.provider-detail-modal__body .services-section .services-container .service-tag{background:#eff6ff;color:#1d4ed8;padding:6px 14px;border-radius:8px;font-size:.85rem;font-weight:600;border:1px solid #dbeafe}.provider-detail-modal__body .services-section .services-container .no-services{color:#94a3b8;font-style:italic}.provider-detail-modal__body .status-section .status-pill{display:inline-flex;align-items:center;gap:10px;padding:8px 20px;border-radius:30px;font-weight:700;font-size:.85rem}.provider-detail-modal__body .status-section .status-pill .dot{width:8px;height:8px;border-radius:50%}.provider-detail-modal__body .status-section .status-pill.active{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.provider-detail-modal__body .status-section .status-pill.active .dot{background:#22c55e}.provider-detail-modal__body .status-section .status-pill.inactive{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.provider-detail-modal__body .status-section .status-pill.inactive .dot{background:#ef4444}.provider-detail-modal__body .status-section .status-pill .status-name{opacity:.7;font-weight:500}.provider-detail-modal__footer{padding:24px 32px;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end}.provider-detail-modal__footer .btn-primary{background:#0f172a;color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s}.provider-detail-modal__footer .btn-primary:hover{background:#1e293b;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.supplier-section{display:flex;gap:50px}.supplier-status{width:100%}.supplier-status__select{display:flex;gap:50px;justify-content:center;align-items:center}.supplier-status__checkbox{display:flex;flex-direction:ro;justify-content:center;align-items:center;gap:8px;margin-top:12px}.supplier-status__checkbox label{font-size:.875rem;font-weight:600;color:var(--text);margin-left:4px}.provider-actions{display:flex;gap:16px;justify-content:center;padding:24px;background:var(--surface);position:sticky;bottom:0;z-index:10;margin:22px -35px -35px;border-bottom-left-radius:24px;border-bottom-right-radius:24px}.provider-actions button{min-width:180px;height:46px;font-weight:700}.provider-actions__submit{background:var(--color-primary)!important}.provider-actions__submit:hover{background:#d40101!important}.provider-page .cliente-page__subtitle{color:var(--text-muted);font-size:1.1rem;margin:0;font-weight:400}.provider-page .cliente-page__filter-btn{width:100px}.provider-page .cliente-page__admin-panel{background:var(--surface);border-radius:20px;padding:32px;margin-bottom:40px;box-shadow:0 10px 25px -5px #0000000d;border:1px solid var(--border-soft)}.provider-page .cliente-page__admin-panel-title{font-size:1.2rem;font-weight:700;margin-bottom:24px;display:flex;align-items:center;gap:12px;color:var(--color-primary)}.provider-page .cliente-page__actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.provider-page .cliente-page__list-section{background:var(--surface);border-radius:20px;padding:32px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid var(--border-soft)}.provider-page .cliente-page__list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.provider-page .cliente-page__list-header h2{font-size:1.5rem;font-weight:700;margin:0}.provider-page .cliente-page__search-container{position:relative;max-width:400px;width:100%}.provider-page .cliente-page__search-input{padding:12px 14px 12px 20px!important;border-radius:12px!important;background:var(--bg)!important;border:1px solid var(--border-soft)!important;font-size:.95rem;width:100%}.provider-page .cliente-page__search-input:focus{background:var(--surface)!important;border-color:var(--color-primary)!important;box-shadow:0 0 0 4px #ff01011a}.provider-page .cliente-page__td-name{display:flex;align-items:center;gap:12px}.provider-page .cliente-page__avatar{width:40px;height:40px;border-radius:50%;background:var(--primary-light, rgba(255, 1, 1, .1254901961));color:var(--color-primary);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700}.provider-page .cliente-page__action-btn{background:transparent;border:1px solid var(--border-soft);padding:6px 12px;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s}.provider-page .cliente-page__action-btn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.provider-page .cliente-page__action-btn--view{border-color:var(--color-primary);color:var(--color-primary)}.provider-page .cliente-page__filters{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;align-items:flex-start}.provider-page .cliente-page__date-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:100;background:var(--surface, #fff);border:1px solid var(--border-soft, #e2e8f0);border-radius:12px;box-shadow:0 10px 25px -5px #0000001a;min-width:220px;overflow:hidden}.provider-page .cliente-page__date-menu button{display:block;width:100%;padding:12px 16px;text-align:left;background:transparent;border:none;font-size:.9rem;color:var(--text);cursor:pointer;transition:all .2s;outline:none}.provider-page .cliente-page__date-menu button:hover{background:var(--bg-soft, #f8f9fa);color:var(--color-primary)}.provider-page .status-badge{padding:6px 14px;border-radius:50px;font-size:.75rem;font-weight:800;display:inline-flex;align-items:center;gap:6px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 4px #0000000d}.provider-page .status-badge:before{content:"";width:6px;height:6px;border-radius:50%}.provider-page .status-badge.en-revision{background:#fef3c7;color:#d97706;border:1px solid #fde68a}.provider-page .status-badge.en-revision:before{background:#d97706}.provider-page .status-badge.aprobado{background:#d1fae5;color:#059669;border:1px solid #a7f3d0}.provider-page .status-badge.aprobado:before{background:#059669}.provider-page .status-badge.rechazado{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.provider-page .status-badge.rechazado:before{background:#dc2626}.provider-page .badge{padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600}.provider-page .badge--activo{background:#28a7451a;color:#28a745}.provider-page .badge--inactivo{background:#6666661a;color:#666}.provider-page .wizard{background:var(--surface);border-radius:20px;padding:40px;border:1px solid var(--border-soft);max-width:900px;margin:0 auto}.provider-page .wizard__step-content{margin-top:32px}.provider-page .wizard__form{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:600px){.provider-page .wizard__form{grid-template-columns:1fr}}.provider-page .wizard__actions{display:flex;justify-content:space-between;margin-top:40px;gap:16px}.provider-page .details{background:var(--surface);border-radius:20px;padding:40px;border:1px solid var(--border-soft)}.provider-page .details__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.provider-page .details__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px}.provider-page .details__item label{font-size:.875rem;font-weight:600;color:var(--text);margin-left:4px}.provider-page .details__item span{display:block;font-size:1.1rem;font-weight:600;color:var(--text)}.provider-page .supplier-form__container{max-width:1000px;margin:0 auto;padding:0 10px}.provider-page .supplier-form__section{margin-bottom:8px}.provider-page .supplier-form__section:last-of-type{border-bottom:none;margin-bottom:0}.provider-page .supplier-form__section-header{margin:20px 0}.provider-page .supplier-form__section-header h3{font-size:1.1rem;font-weight:700;color:var(--color-primary);margin:0}.provider-page .supplier-form__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 30px}@media(max-width:768px){.provider-page .supplier-form__grid{grid-template-columns:1fr;gap:12px}}.provider-page .supplier-form__full-width{grid-column:1/-1}.airline-module{padding:10px}.airline-module__header{margin-bottom:24px}.airline-module__title{font-size:1.8rem;font-weight:800;color:var(--text);margin:0}.airline-module__fade-in{animation:airlineFadeIn .4s ease-out forwards}.airline-module__slide-up{animation:airlineSlideUp .4s cubic-bezier(.16,1,.3,1) forwards}.airline__toolbar{display:flex;justify-content:space-between;align-items:center;padding:16px;background-color:#fff;border-radius:12px 12px 0 0;margin-bottom:0;flex-wrap:wrap;gap:16px}.airline__toolbar-left{display:flex;align-items:center;gap:16px}.airline__btn-new,.btn-premium{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:red;color:#fff;border:none;box-shadow:0 4px 15px #f003;padding:12px 24px;border-radius:14px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s;letter-spacing:.01em}.airline__btn-new svg,.btn-premium svg{width:16px;height:16px;stroke-width:3}.airline__btn-new:hover,.btn-premium:hover{background:#e60000;box-shadow:0 6px 20px #ff00004d;transform:translateY(-1px)}.airline__page-size{display:flex;align-items:center;gap:8px;font-size:14px;color:#6b7280}.airline__page-size select{padding:6px 10px;border:1px solid #e5e7eb;border-radius:6px;background-color:#fff;color:#1f2937;font-size:14px;cursor:pointer;outline:none}.airline__page-size select:focus{outline:none;border-color:#3b82f6}.airline__page-size span{color:#6b7280}.airline__search{position:relative;max-width:320px;width:100%}.airline__search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#6b7280;pointer-events:none}.airline__search input{width:100%;padding:10px 16px 10px 40px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .2s;outline:none;background:#fff}.airline__search input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.airline__list-container{background:var(--surface);border-radius:20px;padding:30px;border:1px solid var(--border-soft);box-shadow:0 4px 20px -5px #0000000d;overflow:hidden}.airline__table-wrapper{overflow-x:auto;width:100%;min-width:0}.airline__table{width:100%;border-collapse:collapse;text-align:left;font-size:14px}.airline__table thead{background-color:#f9fafb}.airline__table thead th{padding:16px;color:#718096;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #edf2f7;vertical-align:middle;text-align:left}.airline__table thead th:first-child{border-radius:12px 0 0 12px}.airline__table thead th:last-child{border-radius:0 12px 12px 0}.airline__table thead th .header-content{display:flex;align-items:center;gap:8px}.airline__table tbody tr{border-bottom:1px solid #edf2f7;transition:background-color .2s}.airline__table tbody tr:hover{background-color:#f7fafc}.airline__table tbody tr:last-child td{border-bottom:none}.airline__table tbody td{padding:16px;color:#2d3748;vertical-align:middle;font-size:14px}.airline__th-actions{text-align:right!important}.airline__table-row{transition:all .2s}.airline__table-row:hover{background:var(--hover-color)}.airline__td-id{font-weight:800;color:#1a202c}.airline__td-name{font-weight:700;color:#1a202c}.airline__td-code{font-weight:500;color:#2d3748}.id-cell{font-weight:800;color:#1a202c}.bold-cell{font-weight:700;color:#1a202c}.airline__guide-badge,.status-badge{padding:4px 10px;border-radius:9999px;font-size:11px;font-weight:600;text-transform:uppercase;display:inline-block}.airline__guide-badge.high,.airline__guide-badge.activo,.airline__guide-badge.active,.status-badge.high,.status-badge.activo,.status-badge.active{background:#dcfce7;color:#166534}.airline__guide-badge.low,.airline__guide-badge.inactivo,.airline__guide-badge.inactive,.status-badge.low,.status-badge.inactivo,.status-badge.inactive{background:#fee2e2;color:#991b1b}.airline__guide-badge.pending,.airline__guide-badge.pendiente,.status-badge.pending,.status-badge.pendiente{background:#fef9c3;color:#854d0e}.no-data-row:hover{background-color:transparent!important}.no-data-row td{border:none!important;padding:60px 20px!important;text-align:center!important}.no-data-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#a0aec0;font-style:italic;font-size:15px}.no-data-content:before{content:"📂";font-size:32px;margin-bottom:8px;opacity:.5;font-style:normal}.airline__actions{display:flex;justify-content:flex-end;gap:8px}.airline__action-btn{width:38px;height:38px;border-radius:10px;border:1px solid var(--border-soft);background:var(--surface);color:var(--text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.airline__action-btn svg{width:18px;height:18px}.airline__action-btn:hover{color:var(--color-primary);border-color:var(--color-primary);background:var(--bg)}.airline__form-container{display:flex;justify-content:center;padding:20px 10px}.airline__form-card{max-width:600px;width:100%;background:var(--surface);border-radius:24px;box-shadow:0 10px 40px -10px #0000001a;border:1px solid var(--border-soft);overflow:hidden}.airline__form-header{padding:30px 40px;border-bottom:1px solid var(--border-soft)}.airline__form-title{margin:0;font-size:1rem;font-weight:800;text-align:center;color:var(--text);letter-spacing:1px}.airline__form{padding:40px}.airline__form-fields{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}.airline__form-group{display:flex;align-items:center;justify-content:space-between;gap:20px}.airline__form-group label{font-size:.875rem;font-weight:600;color:var(--text);margin-left:4px}.airline__form-group input{flex:1;padding:12px 16px;border-radius:10px;border:1px solid var(--border-soft);background:var(--bg);color:var(--text);outline:none;transition:all .2s;font-size:.95rem}.airline__form-group input:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px #e53e3e0d;background:var(--surface)}.airline__form-actions{display:flex;justify-content:center;gap:16px;padding-top:10px}.airline__btn-volver{display:flex;align-items:center;gap:8px;padding:12px 24px;border-radius:12px;border:1px solid var(--border-soft);background:var(--surface);color:var(--text-muted);font-weight:700;cursor:pointer;transition:all .2s}.airline__btn-volver svg{width:18px;height:18px}.airline__btn-volver:hover{background:var(--bg);color:var(--text)}.airline__btn-guardar{display:flex;align-items:center;gap:8px;padding:12px 32px;border-radius:12px;border:none;background:var(--color-primary);color:#fff;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #e53e3e33}.airline__btn-guardar svg{width:18px;height:18px}.airline__btn-guardar:hover{transform:translateY(-2px);box-shadow:0 8px 15px #e53e3e4d}.airline__pagination{display:flex;align-items:center;justify-content:space-between;padding:16px 0 8px;margin-top:4px;flex-wrap:nowrap;gap:12px;width:100%;box-sizing:border-box;overflow:visible}.airline__pagination-info{font-size:.8rem;color:#8e94a9;white-space:nowrap;flex-shrink:0}.airline__pagination-info strong{color:#2d3748;font-weight:700}.airline__pagination-controls{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;justify-content:flex-end;min-width:0;overflow-x:auto;max-width:calc(100% - 150px);padding:4px;scrollbar-width:none;-ms-overflow-style:none}.airline__pagination-controls::-webkit-scrollbar{display:none}.airline__pagination-pages{display:flex;gap:4px;align-items:center;flex-shrink:0}.airline__pagination-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:6px;background:#fff;font-size:12px;font-weight:600;color:#1f2937;cursor:pointer;transition:all .2s;flex-shrink:0;padding:0;min-width:28px}.airline__pagination-btn svg{width:10px;height:10px;stroke-width:3}.airline__pagination-btn:hover:not(:disabled){background:#f3f4f6;border-color:#cbd5e0;color:#1f2937}.airline__pagination-btn.active{background:red;color:#fff;border-color:red;box-shadow:0 2px 8px -1px #f006}.airline__pagination-btn:disabled{opacity:.3;cursor:not-allowed}.airline__pagination-btn--nav{width:auto;padding:6px 10px;gap:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.2px;white-space:nowrap;color:#2d3748}.airline__pagination-btn--nav svg{width:10px;height:10px}.airline__pagination-dots{display:flex;align-items:center;justify-content:center;width:24px;height:28px;color:#6b7280;font-size:11px;font-weight:700;-webkit-user-select:none;user-select:none;flex-shrink:0}@keyframes airlineFadeIn{0%{opacity:0}to{opacity:1}}@keyframes airlineSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.city-form__container{max-width:90%;padding:20px 10px;animation:fadeIn .4s ease-out}.city-form__card{background:var(--surface);border-radius:24px;border:1px solid var(--border-soft);box-shadow:0 10px 40px -10px #0000001a;overflow:hidden;display:flex;flex-direction:column}.city-form__header{background:var(--surface);padding:32px 40px;text-align:center}.city-form__header .header-info h3{font-size:1.1rem;font-weight:800;color:var(--text-primary);margin:0;text-transform:uppercase;letter-spacing:1px}.city-form__header .header-info p{font-size:.85rem;color:var(--text-secondary);margin:4px 0 0}.city-form__body{padding:0 40px}.city-form__grid{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.city-form__field-group{display:flex;align-items:center;gap:32px;margin-bottom:8px}@media(max-width:600px){.city-form__field-group{flex-direction:column;align-items:flex-start;gap:8px}}.city-form__field-group label{flex:0 0 180px;font-size:.95rem;font-weight:800;color:#1e3a5f;margin:0;text-align:left}.city-form__field-group .field-input{flex:1;width:100%}.city-form__field-group .field-input .ui-input-container{margin-bottom:0!important}.city-form__divider{height:1px;background:var(--border-soft);margin:32px 0;position:relative;opacity:.6}.city-form__airports-section .section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.city-form__airports-section .section-title h4{font-size:.95rem;font-weight:800;color:var(--text-primary);margin:0}.city-form__airports-grid{display:flex;flex-direction:column;gap:12px}.city-form__airports-grid .airport-input-row{display:flex;align-items:center;gap:12px;padding:10px 16px;background:var(--background);border-radius:12px;border:1px solid var(--border-soft);transition:all .2s}.city-form__airports-grid .airport-input-row:hover{border-color:var(--color-primary-light)}.city-form__airports-grid .airport-input-row .field-input{flex:1}.city-form__airports-grid .airport-input-row .btn-remove{background:transparent;border:none;cursor:pointer;padding:6px;color:var(--text-muted);font-size:1rem;border-radius:8px;transition:all .2s;display:flex;align-items:center;justify-content:center}.city-form__airports-grid .airport-input-row .btn-remove:hover{color:#ef4444;background:#fee2e2}.city-form__airports-grid .no-airports{text-align:center;padding:16px;color:var(--text-secondary);font-size:.85rem;font-style:italic;background:var(--background);border-radius:12px;border:1px dashed var(--border-soft)}.city-form__actions{display:flex;justify-content:center;gap:16px;padding:24px 32px;background:var(--background-soft);border-top:1px solid var(--border-soft)}.city-form__actions button{min-width:130px}.city-page__tabs{display:flex;gap:0;border-bottom:2px solid #edf2f7;margin-bottom:24px}.city-page__tab{padding:12px 28px;font-size:.95rem;font-weight:700;color:#718096;background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;cursor:pointer;transition:all .2s ease;letter-spacing:.01em}.city-page__tab:hover{color:#1a202c}.city-page__tab--active{color:red;border-bottom-color:red}.animal-breed-page__grid{margin-top:10px}.animal-breed-form__container{max-width:95%;margin:0 auto;padding:20px 10px}.animal-breed-form__card{background:var(--surface);border-radius:24px;border:1px solid var(--border-soft);box-shadow:0 10px 40px -10px #0000001a;overflow:hidden;display:flex;flex-direction:column}.animal-breed-form__header{background:var(--surface);padding:24px 32px;text-align:center}.animal-breed-form__header .header-info h3{font-size:1.1rem;font-weight:800;color:#ff0101;margin:0;text-transform:uppercase;letter-spacing:1px}.animal-breed-form__header .header-info p{font-size:.85rem;color:var(--text-secondary);margin:4px 0 0}.animal-breed-form__body{padding:0 40px}.animal-breed-form__grid{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.animal-breed-form__field-group{display:flex;align-items:center;gap:32px;margin-bottom:8px}@media(max-width:600px){.animal-breed-form__field-group{flex-direction:column;align-items:flex-start;gap:8px}}.animal-breed-form__field-group label{flex:0 0 150px;font-size:.95rem;font-weight:800;color:#1e3a5f;margin:0;text-align:left}.animal-breed-form__field-group .field-input{flex:1;width:100%}.animal-breed-form__field-group .field-input .ui-input-container{margin-bottom:0!important}.animal-breed-form__actions{display:flex;justify-content:center;gap:16px;padding:24px 32px;background:var(--background-soft)}.animal-breed-form__actions button{min-width:130px}.flights-page{padding:30px;max-width:1600px;margin:0 auto;animation:fadeIn .4s ease-out}.flights-page__header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:24px}.flights-page__actions{display:flex;gap:16px}.flights-page__btn-action{padding:10px 24px!important;font-size:.9rem!important;border-radius:14px!important;background:var(--color-primary)!important;color:#fff!important;border:none!important;font-weight:800!important;box-shadow:0 4px 12px #ff010133;transition:all .2s!important}.flights-page__btn-action:hover{transform:translateY(-2px);box-shadow:0 6px 15px #ff01014d;filter:brightness(1.1)}.flights-page__btn-action--outline{background:#fff!important;color:var(--color-primary)!important;border:1.5px solid var(--color-primary)!important;box-shadow:none}.flights-page__btn-action--outline:hover{background:#ff01010d!important;box-shadow:0 4px 12px #ff01011a}.calendar-header{background:var(--surface);padding:24px 32px;border-radius:20px 20px 0 0;border:1px solid var(--border-soft);display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-soft);box-shadow:0 10px 30px #00000005}.calendar-header__date{display:flex;align-items:center;gap:24px}.calendar-header__date h2{margin:0;font-size:1.4rem;font-weight:800;color:var(--text);text-transform:capitalize;min-width:220px;letter-spacing:-.02em}.calendar-header__nav{display:flex;align-items:center;background:#f1f5f9;padding:6px;border-radius:14px;gap:6px;border:1px solid #e2e8f0}.calendar-grid{background:var(--surface);border:1px solid var(--border-soft);border-top:none;border-radius:0 0 20px 20px;display:flex;min-height:600px;overflow-x:auto;box-shadow:0 15px 35px #00000008}.calendar-grid--month{display:grid;grid-template-columns:repeat(7,1fr);grid-auto-rows:minmax(150px,auto);overflow-x:hidden}.calendar-grid--month .calendar-column{border-bottom:1px solid var(--border-soft);min-width:0}.calendar-grid--month .calendar-column__header{padding:10px 8px}.calendar-grid--month .calendar-column__header .day-number{font-size:1.1rem}.calendar-grid--month .calendar-column__header .day-name{font-size:.65rem}.calendar-grid--month .calendar-column__content{padding:8px;gap:6px}.calendar-grid--month .flight-card{padding:6px 8px;border-radius:8px}.calendar-grid--month .flight-card__code{font-size:.75rem}.calendar-grid--month .flight-card__time{font-size:.65rem}.calendar-grid--month .flight-card__time svg{display:none}.calendar-grid--day .calendar-column{min-width:100%}.calendar-grid--day .calendar-column__header{text-align:left;padding:30px 40px;display:flex;align-items:center;gap:20px}.calendar-grid--day .calendar-column__header .day-name{font-size:1.2rem;margin:0}.calendar-grid--day .calendar-column__header .day-number{width:60px;height:60px;font-size:2rem;border-radius:16px}.calendar-grid--day .calendar-column__content{padding:40px;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.calendar-column{flex:1;min-width:160px;border-right:1px solid var(--border-soft);display:flex;flex-direction:column;transition:background .2s}.calendar-column:last-child{border-right:none}.calendar-column:hover{background:rgba(var(--primary-rgb, 255, 1, 1),.01)}.calendar-column__header{padding:20px 12px;text-align:center;background:#f8fafc;border-bottom:1px solid var(--border-soft)}.calendar-column__header .day-name{display:block;font-size:.8rem;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.calendar-column__header .day-number{font-size:1.5rem;font-weight:900;color:var(--text);transition:all .2s}.calendar-column__header .day-number-wrapper{display:flex;align-items:center;justify-content:center;gap:12px;position:relative}.calendar-column__header .airplane-indicator{color:var(--color-primary);opacity:.6;animation:planeFloat 4s ease-in-out infinite;display:flex}.calendar-column__header .airplane-indicator svg{width:18px;height:18px;transform:rotate(45deg)}.calendar-column__header--today{background:#ff010108}.calendar-column__header--today .day-number{color:#fff;background:var(--color-primary);width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;box-shadow:0 6px 15px #ff010140}.calendar-column__content{flex:1;padding:16px;display:flex;flex-direction:column;gap:12px}.flight-card{background:#fff;border:1px solid var(--border-soft);padding:14px 16px;border-radius:14px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;display:flex;flex-direction:column;gap:6px;box-shadow:0 2px 5px #00000005;position:relative;overflow:hidden}.flight-card:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:var(--color-primary);border-radius:0 4px 4px 0;opacity:.5;transition:opacity .2s}.flight-card__header{display:flex;justify-content:space-between;align-items:center}.flight-card__icon-wrap{color:var(--color-primary);opacity:.2;transition:all .3s}.flight-card__icon-wrap svg{width:16px;height:16px;transform:rotate(90deg)}.flight-card:hover{border-color:var(--color-primary);transform:translate(4px);box-shadow:0 10px 20px #0000000f}.flight-card:hover:before{opacity:1}.flight-card:hover .flight-card__icon-wrap{opacity:1;transform:scale(1.1)}.flight-card__time{font-size:.75rem;font-weight:800;color:#64748b;display:flex;align-items:center;gap:6px}.flight-card__code{font-size:1rem;font-weight:900;color:#1a202c;letter-spacing:-.01em}.view-switcher{display:flex;background:#f1f5f9;padding:5px;border-radius:16px;gap:4px;border:1px solid #e2e8f0}.view-switcher button{border:none;background:transparent;padding:8px 20px;border-radius:12px;font-size:.9rem;font-weight:800;color:#64748b;cursor:pointer;transition:all .2s}.view-switcher button.active{background:#fff;color:var(--color-primary);box-shadow:0 4px 12px #00000014}.view-switcher button:hover:not(.active){color:var(--text);background:#00000005}@keyframes planeFloat{0%{transform:translate(0)}50%{transform:translate(4px,-6px)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.budget-page__content{background-color:#f0f2f5;min-height:100vh;padding:40px 0}.budget-page .budget-container{background:#fff;padding:50px 60px;border-radius:24px;max-width:950px;box-shadow:0 10px 40px -10px #0000001a;border:none;margin:0 auto}.budget-page .budget-container .budget-title{color:red;font-size:1.4rem;font-weight:800;margin-bottom:30px;text-transform:uppercase;letter-spacing:.5px}.budget-page .budget-container .indication-text{color:#ff3b30;font-weight:500;font-size:.85rem;margin-bottom:35px;display:block}.budget-page .budget-container .form-row-standard{display:grid;grid-template-columns:200px 1fr;gap:24px;margin-bottom:24px;align-items:center}.budget-page .budget-container .form-row-standard label{text-align:right;font-weight:700;color:#1e3a5f;font-size:.9rem}.budget-page .budget-container .form-row-standard label .required{color:#ff3b30;margin-left:2px}.budget-page .budget-container .form-row-standard .ui-input{border:1px solid #f1f5f9;background-color:#fff;border-radius:12px;padding:12px 16px;transition:all .2s;box-shadow:0 2px 4px #00000005;width:100%}.budget-page .budget-container .form-row-standard .ui-input:focus{border-color:red;box-shadow:0 0 0 4px #ff00000d}.budget-page .budget-container .asignacion-section{margin-top:30px}.budget-page .budget-container .asignacion-section .asignacion-row-standard{display:grid;grid-template-columns:200px 1fr;gap:24px;margin-bottom:16px;align-items:center}.budget-page .budget-container .asignacion-section .asignacion-row-standard label{text-align:right;font-weight:700;color:#1e3a5f;font-size:.9rem}.budget-page .budget-container .asignacion-section .asignacion-row-standard .inputs-group{display:flex;gap:16px;align-items:center}.budget-page .budget-container .asignacion-section .asignacion-row-standard .inputs-group .name-field{flex:1;background-color:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;padding:12px 16px}.budget-page .budget-container .asignacion-section .asignacion-row-standard .inputs-group .value-currency-group{display:flex;align-items:center;width:350px;border:1px solid #f1f5f9;border-radius:12px;overflow:hidden;background:#fff}.budget-page .budget-container .asignacion-section .asignacion-row-standard .inputs-group .value-currency-group .box-label,.budget-page .budget-container .asignacion-section .asignacion-row-standard .inputs-group .value-currency-group .box-suffix{padding:12px 16px;background:#f8fafc;color:#64748b;font-size:.8rem;font-weight:700}.budget-page .budget-container .asignacion-section .asignacion-row-standard .inputs-group .value-currency-group input{border:none;padding:12px;text-align:right;font-weight:600;width:100%}.budget-page .budget-container .form-footer-custom{display:flex;justify-content:flex-end;gap:16px;margin-top:40px;padding-top:20px}.budget-page .budget-container .form-footer-custom .btn-volver{padding:12px 30px;border:1px solid #e2e8f0;background:#fff;border-radius:10px;font-weight:700;color:#1e3a5f;cursor:pointer;transition:all .2s}.budget-page .budget-container .form-footer-custom .btn-volver:hover{background:#f8fafc}.budget-page .budget-container .form-footer-custom .btn-guardar{padding:12px 30px;background:red;color:#fff;border:none;border-radius:10px;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #f003}.budget-page .budget-container .form-footer-custom .btn-guardar:hover{background:#e60000;transform:translateY(-1px)}.budget-page .budget-table-container{background:#fff;border-radius:20px;padding:32px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #f1f5f9;margin:0 24px}.budget-page .budget-table-container .table-tabs{display:flex;gap:12px;margin-bottom:24px;border-bottom:1px solid #f1f5f9}.budget-page .budget-table-container .table-tabs .tab-item{padding:10px 24px;font-size:.9rem;font-weight:600;cursor:pointer;color:#64748b;transition:all .2s;border-bottom:3px solid transparent}.budget-page .budget-table-container .table-tabs .tab-item.active{color:red;border-bottom-color:red}.btn-premium{display:flex;align-items:center;padding:10px 20px;background-color:red;color:#fff;border-radius:12px;font-weight:700;border:none;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #f003}.btn-premium:hover{background-color:#e60000;transform:translateY(-1px)}.route-page__content{background-color:var(--bg);min-height:calc(100vh - 100px);padding:40px 0}.route-page .route-container{background:#fff;padding:50px 60px;border-radius:24px;max-width:950px;box-shadow:0 10px 40px -10px #0000001a;border:none}.route-page .route-container .route-title{color:red;font-size:1.4rem;font-weight:800;margin-bottom:30px;text-transform:uppercase;letter-spacing:.5px}.route-page .route-container .indication-text{color:#ff3b30;font-weight:500;font-size:.85rem;margin-bottom:35px;display:block}.route-page .route-container .form-row-standard{display:grid;grid-template-columns:200px 1fr;gap:32px;margin-bottom:24px;align-items:center}.route-page .route-container .form-row-standard label{text-align:left;font-weight:800;color:#1e3a5f;font-size:.95rem}.route-page .route-container .form-row-standard label .required{color:#ff3b30;margin-left:2px}.route-page .route-container .form-row-standard .ui-input{border:none;background-color:#f1f5f9;border-radius:14px;padding:14px 20px;font-size:.9rem;font-weight:600;color:#475569;transition:all .2s;width:100%}.route-page .route-container .form-row-standard .ui-input::placeholder{color:#94a3b8}.route-page .route-container .form-row-standard .ui-input:focus{background-color:#eef2f6;box-shadow:0 0 0 2px #e2e8f080;outline:none}.route-page .route-container .form-footer-custom{display:flex;justify-content:flex-end;gap:16px;margin-top:40px;padding-top:20px}.route-page .route-container .form-footer-custom .btn-volver{padding:12px 30px;border:1px solid #e2e8f0;background:#fff;border-radius:10px;font-weight:700;color:#1e3a5f;cursor:pointer;transition:all .2s}.route-page .route-container .form-footer-custom .btn-volver:hover{background:#f8fafc}.route-page .route-container .form-footer-custom .btn-guardar{padding:12px 30px;background:red;color:#fff;border:none;border-radius:10px;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #f003}.route-page .route-container .form-footer-custom .btn-guardar:hover{background:#e60000;transform:translateY(-1px)}.status-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:700;text-transform:uppercase}.status-badge.inactivo{background:#fef2f2;color:#991b1b;border:1px solid #fee2e2}:root{font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1.4;--color-primary: #ff0101;--color-primary-light: #1e3a5f;--color-danger: #ef4444;--color-success: #10b981;--bg: #f1f3f7;--surface: #ffffff;--surface-soft: #f1f5f9;--surface-subtle: #f8fafc;--surface-subtle-2: #ffffff;--text: #0f172a;--text-muted: #64748b;--border: #e2e8f0;--border-soft: #f1f5f9;color:var(--text);background:var(--bg)}[data-theme=dark]{--bg: #11151d;--surface: #1a2230;--surface-soft: #273247;--surface-subtle: #212b3c;--surface-subtle-2: #1d2635;--text: #e6edf8;--text-muted: #9da8bc;--border: #2a3549;--border-soft: #2f3b52;--color-primary: #3f5f98;--color-danger: #c65c5c}.module-page__content{margin-top:10px}.module-card{background:var(--surface, #fff);border-radius:24px;padding:28px;border:1px solid var(--border-soft);box-shadow:0 4px 25px -5px #0000000f}.standard-header{margin-bottom:30px}.standard-header__info{display:flex;flex-direction:column;gap:4px}.standard-header__title{font-size:1.8rem;font-weight:800;color:#1a202c;margin:0;letter-spacing:-.5px}.standard-header__subtitle{font-size:1rem;color:var(--text-muted);margin:0;font-weight:400}.btn-premium{background:red;color:#fff;border:none;padding:12px 24px;border-radius:14px;font-weight:800;font-size:.85rem;display:flex;align-items:center;gap:10px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 16px #ff000040}.btn-premium svg{width:14px;height:14px;stroke-width:3.5}.btn-premium:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff000059;background:#e60000}.grid-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.grid-toolbar__left{display:flex;align-items:center;gap:24px}.grid-toolbar__page-size{display:flex;align-items:center;gap:12px;color:#718096;font-size:.9rem;font-weight:500}.grid-toolbar__page-size select{padding:10px 16px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;font-weight:600;cursor:pointer;outline:none}.grid-toolbar__page-size select:focus{border-color:red}.grid-toolbar__search{position:relative;max-width:340px;width:100%}.grid-toolbar__search input{width:100%;padding:12px 16px 12px 45px;border-radius:14px;border:1px solid #edf2f7;background:#f8fafc;font-size:.95rem;outline:none}.grid-toolbar__search input:focus{background:#fff;border-color:red;box-shadow:0 0 0 4px #ff00000d}.grid-toolbar__search .search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#a0aec0}.premium-table{width:100%;border-collapse:collapse}.premium-table th{text-align:left;padding:16px 20px;background:#f8fafc;color:#718096;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #edf2f7}.premium-table th:first-child{border-radius:12px 0 0 12px}.premium-table th:last-child{border-radius:0 12px 12px 0}.premium-table td{padding:20px;border-bottom:1px solid #f1f5f9;font-size:.95rem;color:#2d3748}.premium-table td.id-cell{font-weight:800;color:#1a202c}.premium-table td.bold-cell{font-weight:700;color:#1a202c}.premium-table tr:hover{background:#fbfcfe}.premium-table tr:last-child td{border-bottom:none}@keyframes moduleFadeIn{0%{opacity:0}to{opacity:1}}@keyframes moduleSlideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.stepper{display:flex;justify-content:space-between;margin-bottom:48px;position:relative;max-width:900px;margin-left:auto;margin-right:auto;padding:0 10px}.stepper__line{position:absolute;top:20px;left:40px;right:40px;height:4px;background:var(--border-soft);z-index:1;border-radius:4px}.stepper__line-progress{position:absolute;top:0;left:0;height:100%;background:var(--primary);transition:width .4s cubic-bezier(.4,0,.2,1);border-radius:4px;box-shadow:0 0 10px #ff010133}.stepper__step{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:12px;flex:1;cursor:pointer;transition:all .3s ease}.stepper__step:hover .stepper__step-icon{transform:scale(1.1);border-color:var(--primary);color:var(--primary);box-shadow:0 4px 12px #ff01011a}.stepper__step-icon{width:40px;height:40px;border-radius:50%;background:var(--surface);border:3px solid var(--border);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;color:var(--text-muted);transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #00000005}.stepper__step-icon svg{width:20px;height:20px}.stepper__step-label{font-size:.8rem;font-weight:600;color:var(--text-muted);text-align:center;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;white-space:nowrap}.stepper__step--active .stepper__step-icon{background:var(--surface);border-color:var(--primary);color:var(--primary);box-shadow:0 0 0 4px #ff01011a}.stepper__step--active .stepper__step-label{color:var(--primary);font-weight:800;transform:translateY(2px)}.stepper__step--completed .stepper__step-icon{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 4px 10px #ff010133}.stepper__step--completed .stepper__step-label{color:var(--text);opacity:.8}@media(max-width:600px){.stepper__step-label{display:none}.stepper{margin-bottom:24px}}.step-content{background:var(--surface);padding:32px;border-radius:20px;border:1px solid var(--border-soft);max-width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center}.step-content__title{margin-bottom:24px;font-size:1.1rem;font-weight:700;color:var(--primary);width:100%}.step-content__form{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;width:100%}@media(max-width:768px){.step-content__form{grid-template-columns:1fr}}.step-content__form .full-row{grid-column:1/-1}.step-content__actions{margin-top:32px;display:flex;justify-content:space-between;gap:16px;width:100%}.step-content__block-card{background:#f8fafc;padding:24px;border-radius:16px;border:1px solid var(--border-soft);transition:border-color .2s ease,box-shadow .2s ease;width:100%;margin-bottom:24px}.step-content__block-card:hover{border-color:var(--primary-light);box-shadow:0 4px 12px #00000008}.step-content__block-card>.step-content__title{margin-bottom:20px}.step-content__form-docs{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;width:100%}@media(max-width:768px){.step-content__form-docs{grid-template-columns:1fr}}.grid-2-cols{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;width:100%}@media(max-width:768px){.grid-2-cols{grid-template-columns:1fr}}.divider{width:100%;height:1px;background:var(--border-soft);margin:24px 0;grid-column:1/-1}.table-container{width:100%;overflow-x:auto;border:1px solid var(--border-soft);border-radius:12px;background:var(--surface)}.ss-matrix-table{width:100%;border-collapse:collapse;background:var(--surface);border-radius:12px;overflow:hidden}.ss-matrix-table th,.ss-matrix-table td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--border-soft);vertical-align:middle}.ss-matrix-table th{background:#f9fafb;font-weight:700;color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.ss-matrix-table tr:last-child td{border-bottom:none}.ss-matrix-table .dropdown-container,.ss-matrix-table .ui-input-container,.ss-matrix-table .datepicker-container{margin-bottom:0}.ss-matrix-table .ui-date-picker{height:38px!important;min-height:38px!important;font-size:.85rem!important}.additional-docs-table{width:100%;border-collapse:collapse;background:var(--surface);border-radius:12px;overflow:hidden}.additional-docs-table th,.additional-docs-table td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--border-soft);vertical-align:middle}.additional-docs-table th{background:#f9fafb;font-weight:700;color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.additional-docs-table tr:last-child td{border-bottom:none}.additional-docs-table .dropdown-container,.additional-docs-table .ui-input-container,.additional-docs-table .datepicker-container{margin-bottom:0}.additional-docs-table__cell{vertical-align:middle;padding:12px 16px}.cell-actions{display:flex;gap:8px;justify-content:center;align-items:center}.cell-center{text-align:center!important}.btn-icon-action{background:#fff;border:1px solid var(--border-soft);color:var(--navy, #1e3a5f);width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000000f}.btn-icon-action:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-1px);box-shadow:0 4px 10px #ff01011a}.btn-icon-action--delete{color:#ef4444}.btn-icon-action--delete:hover{border-color:#ef4444;color:#fff;background:#ef4444}.ss-action-btn{padding:6px 14px;border-radius:8px;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s;border:1px solid transparent}.ss-action-btn.btn-pay{background:var(--primary);color:#fff}.ss-action-btn.btn-pay:hover{background:#d40101;transform:translateY(-1px)}.ss-action-btn.btn-undo{background:transparent;border-color:var(--border-soft);color:var(--text-muted)}.ss-action-btn.btn-undo:hover{background:#f8f9fa;color:var(--primary);border-color:var(--primary)}.ss-action-btn.btn-delete{background:transparent;border-color:#fca5a5;color:#ef4444}.ss-action-btn.btn-delete:hover{background:#ef4444;color:#fff}.ui-input,.ui-dropdown__header,.ui-date-picker,.ss-date-input,.ui-multiselect__header{height:44px!important;border-radius:10px!important;font-size:.9rem!important;padding:0 14px!important;border:1px solid var(--border-soft)!important;background:var(--surface)!important;transition:all .2s ease!important;width:100%!important;display:flex!important;align-items:center!important;min-height:44px!important}.ui-input:focus,.ui-input:focus-within,.ui-input:hover,.ui-dropdown__header:focus,.ui-dropdown__header:focus-within,.ui-dropdown__header:hover,.ui-date-picker:focus,.ui-date-picker:focus-within,.ui-date-picker:hover,.ss-date-input:focus,.ss-date-input:focus-within,.ss-date-input:hover,.ui-multiselect__header:focus,.ui-multiselect__header:focus-within,.ui-multiselect__header:hover{border-color:var(--primary)!important;box-shadow:0 0 0 3px #ff01010f!important}.dropdown-container,.ui-input-container,.datepicker-container,.file-upload{margin-bottom:4px}.dropdown-container label,.dropdown-container .file-upload__label,.ui-input-container label,.ui-input-container .file-upload__label,.datepicker-container label,.datepicker-container .file-upload__label,.file-upload label,.file-upload .file-upload__label{display:block;margin-bottom:8px;font-size:.85rem;font-weight:700;color:var(--navy, #1e3a5f);margin-left:2px}.file-upload{display:flex;flex-direction:column;gap:4px;background:transparent}.file-upload__input-container{display:flex;align-items:center;border:1px solid var(--border-soft);border-radius:10px;background:var(--surface);padding:0 10px;min-height:44px;gap:10px;transition:all .2s;position:relative;overflow:hidden;cursor:pointer}.file-upload__input-container:hover{border-color:var(--primary);box-shadow:0 0 0 3px #ff01010f}.file-upload__input-container:focus-within{border-color:var(--primary)}.file-upload__input-container--has-file input[type=file]{width:105px;color:transparent}.file-upload--small .file-upload__input-container{padding:2px 6px;min-height:36px;border-style:dashed}.file-upload--small .file-upload__placeholder span{display:none}.file-upload__placeholder{display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:.85rem;pointer-events:none}.file-upload__placeholder svg{width:18px;height:18px;flex-shrink:0}.file-upload__content{display:flex;align-items:center;gap:8px;flex-grow:1;overflow:hidden}.file-upload__info{display:flex;align-items:center;gap:8px;overflow:hidden}.file-upload__icon{flex-shrink:0}.file-upload__preview{width:28px;height:28px;object-fit:cover;border-radius:4px;border:1px solid var(--border-soft);flex-shrink:0}.file-upload__name{font-size:.78rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.file-upload__btn-remove{margin-left:auto;font-size:1.1rem;color:#ff4d4f;line-height:1;background:transparent;border:none;cursor:pointer;padding:2px 6px;border-radius:4px;flex-shrink:0}.file-upload__btn-remove:hover{background:#ff4d4f1a;color:#cf1322}.file-upload input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.status-badge{display:inline-flex;align-items:center;gap:8px;padding:5px 12px;border-radius:20px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.status-badge:before{content:"";width:8px;height:8px;border-radius:50%;display:block}.status-badge.pendiente{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.status-badge.pendiente:before{background:#f59e0b}.status-badge.pagada{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.status-badge.pagada:before{background:#22c55e}.status-badge.vencida{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.status-badge.vencida:before{background:#ef4444}.status-badge.activo{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.status-badge.activo:before{background:#22c55e}.status-badge.inactivo{background:#f1f1f1;color:#666;border:1px solid #ddd}.status-badge.inactivo:before{background:#999}.badge--success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;padding:4px 10px;border-radius:6px;font-size:.8rem;font-weight:700;display:inline-block}.badge--warning{background:#fffbeb;color:#92400e;border:1px solid #fde68a;padding:4px 10px;border-radius:6px;font-size:.8rem;font-weight:700;display:inline-block}.badge--expired{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;padding:4px 10px;border-radius:6px;font-size:.8rem;font-weight:700;display:inline-block}.ss-date-input{border:1px solid var(--border-soft);padding:0 14px;border-radius:10px;font-size:.9rem;color:var(--text);background:var(--surface);height:44px}.ss-date-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #ff01010f}.toggles-row{display:flex;gap:88px;align-items:stretch;padding:12px 0}@media(max-width:768px){.toggles-row{gap:24px}}@media(max-width:600px){.toggles-row{flex-direction:column;align-items:flex-start;gap:16px}}*{box-sizing:border-box}body{margin:0;padding:0;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.primary,.secondary,.danger{border:0;border-radius:8px;padding:10px 16px;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .2s}.primary:hover,.secondary:hover,.danger:hover{opacity:.9}.primary{background:var(--primary);color:#fff}.secondary{background:var(--surface-soft);color:var(--text)}.danger{background:var(--danger);color:#fff}.page{width:100%;max-width:1200px;margin:0 auto;padding:30px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px}.card h4{margin:0 0 10px;color:var(--primary)}.card p{margin:0}input,select,textarea{width:100%;padding:12px 14px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit;outline:none;transition:border-color .2s}input:focus,select:focus,textarea:focus{border-color:var(--primary)}.badge{display:inline-block;border-radius:999px;background:var(--surface-soft);color:var(--text-muted);padding:4px 12px;font-size:.75rem;font-weight:700;text-transform:uppercase}.badge.success{background:#e6f4ea;color:var(--success)}.badge.error{background:#fce8e8;color:var(--danger)}.badge.super-admin{background:#ff01011a;color:var(--primary)}.badge.admin{background:#1e3a5f1a;color:var(--primary-light)}.badge.usuario{background:var(--surface-soft);color:var(--text-muted)}.error{color:var(--danger);font-size:.9rem}.success{color:var(--success);font-size:.9rem}.btn-small{padding:6px 12px!important;font-size:.75rem!important;height:auto!important;min-height:32px!important;width:fit-content!important}.full-row{grid-column:1/-1!important}
