@charset "UTF-8";.sidebar__link{display:block;padding:12px 16px;border-radius:10px;color:var(--text-muted);text-decoration:none;font-weight:500;transition:all .2s}.sidebar__link:hover{background:var(--surface-subtle);color:var(--text)}.sidebar__link--active{background:var(--primary);color:#fff;font-weight:600;box-shadow:0 4px 12px #243b6726}.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}}.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;gap:0}.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(--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(--primary)}.dashboard__card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:var(--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(--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(--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(--success)}.dashboard__card--users .dashboard__card-icon{background:#10b98114;color:var(--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(--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(--danger);margin-bottom:1rem}.dashboard-error p{color:var(--text-muted);margin-bottom:2rem}.dashboard-error button{background:var(--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(--primary);box-shadow:0 12px 20px -8px #ff010126}.action-card:hover .action-card__icon{background:var(--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(--primary);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.action-card__icon svg{width:24px;height:24px}._baseButton_153f0_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_153f0_1:active{transform:scale(.98)}._baseButton_153f0_1:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}._primary_153f0_29{background-color:var(--primary);color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}._primary_153f0_29:hover:not(:disabled){background-color:#d90000;filter:brightness(1.1)}._danger_153f0_39{background-color:var(--danger);color:#fff;box-shadow:0 4px 6px -1px #ff010133}._danger_153f0_39:hover:not(:disabled){background-color:#b91c1c}._outline_153f0_48{background-color:transparent;border:1px solid var(--border);color:var(--text)}._outline_153f0_48:hover:not(:disabled){background-color:var(--surface-soft);border-color:var(--text-muted)}._microsoft_153f0_58{background-color:#fff;border:1px solid #c6c4c7;color:#5e5e5e;box-shadow:0 1px 2px #a7a2a9 0,0,0,.05;font-weight:500}._microsoft_153f0_58:hover:not(:disabled){background-color:#fff;border-color:#918d8d;box-shadow:0 4px 6px -1px #727579,0 2px 4px -1px #898e94}._microsoft_153f0_58:active:not(:disabled){background-color:#f2f2f2;box-shadow:none}._microsoft_153f0_58: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_153f0_84{background-color:var(--surface-soft);color:var(--primary);width:100%;border:1px solid transparent}._cardAction_153f0_84:hover:not(:disabled){background-color:#fff;border-color:var(--primary);box-shadow:0 2px 8px #ff01011a}._loading_153f0_96{cursor:wait}._spinner_153f0_100{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:currentColor;animation:_spin_153f0_100 .8s linear infinite}._loadingText_153f0_109{font-size:.8rem;opacity:.8}@keyframes _spin_153f0_100{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);margin-left:4px}.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(--primary);box-shadow:0 0 0 3px #ff01011a}.ui-input--error{border-color:var(--danger)}.ui-input--error:focus{border-color:var(--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(--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}}.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(--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(--primary);background:#fff;box-shadow:0 0 0 4px #1123381a;outline:none}.login-card__button{width:100%;padding:1rem;background-color:var(--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(--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(--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(--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(--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(--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(--primary);color:var(--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{animation:usersSlideUp .4s ease;background:var(--surface);border-radius:24px;box-shadow:var(--user-shadow);overflow:hidden}.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(--primary);border-color:var(--primary)}.users-form__title{margin:0;font-size:1.5rem;font-weight:800}.users-form__body{padding:40px}.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(--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(--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(--primary);border-color:var(--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(--primary);border-radius:16px;animation:usersFadeIn .3s ease}.users-form__rbac-info{display:flex;align-items:center;gap:10px;margin-bottom:16px;color:var(--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(--primary);border-color:var(--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(--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(--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(--primary);color:var(--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(--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(--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(--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(--primary);color:var(--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(--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}.text-center{text-align:center}.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(--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(--primary);cursor:pointer;vertical-align:middle}.roles-perm-select-all-btn{background:none;border:none;color:var(--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}.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}.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}.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(--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(--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(--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(--primary);color:#fff;border-color:var(--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(--primary);border-color:var(--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--empleado{background:#ff01011a;color:var(--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(--primary);border-color:var(--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(--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(--primary);color:var(--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(--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(--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(--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(--primary);color:#fff;border-color:var(--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(--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(--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)}}.admin-datagrid-container{display:flex;flex-direction:column;gap:20px;width:100%}.admin-datagrid-toolbar .search-container{position:relative;max-width:320px}.admin-datagrid-toolbar .search-container .search-input{width:100%;padding:10px 16px 10px 40px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .2s}.admin-datagrid-toolbar .search-container .search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.admin-datagrid-toolbar .search-container .search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#6b7280;font-size:16px}.table-responsive{overflow-x:auto}.admin-datagrid{width:100%;border-collapse:collapse;text-align:left;font-size:14px}.admin-datagrid thead{background-color:#f9fafb}.admin-datagrid thead th{padding:12px 16px;font-weight:600;color:#6b7280;text-transform:uppercase;font-size:12px;letter-spacing:.05em;border-bottom:2px solid #e5e7eb;cursor:default}.admin-datagrid thead th.sortable{cursor:pointer}.admin-datagrid thead th.sortable:hover{color:#3b82f6}.admin-datagrid thead th .header-content{display:flex;align-items:center;gap:8px}.admin-datagrid thead th .sort-icon{font-size:14px;color:#3b82f6}.admin-datagrid tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .2s}.admin-datagrid tbody tr:last-child{border-bottom:none}.admin-datagrid tbody tr:hover{background-color:#f3f4f6}.admin-datagrid tbody tr.clickable-row{cursor:pointer}.admin-datagrid tbody tr td{padding:16px;color:#1f2937}.admin-datagrid tbody tr td .status-badge{padding:4px 10px;border-radius:9999px;font-size:11px;font-weight:600;text-transform:uppercase;display:inline-block}.admin-datagrid tbody tr td .status-badge.activo,.admin-datagrid tbody tr td .status-badge.nuevo,.admin-datagrid tbody tr td .status-badge.active{background-color:#dcfce7;color:#166534}.admin-datagrid tbody tr td .status-badge.inactivo,.admin-datagrid tbody tr td .status-badge.inactive,.admin-datagrid tbody tr td .status-badge.error{background-color:#fee2e2;color:#991b1b}.admin-datagrid tbody tr td .status-badge.contactado,.admin-datagrid tbody tr td .status-badge.pending,.admin-datagrid tbody tr td .status-badge.pendiente{background-color:#fef9c3;color:#854d0e}.admin-datagrid tbody tr td .no-data{text-align:center;padding:40px;color:#6b7280;font-style:italic}.admin-datagrid-pagination{display:flex;align-items:center;justify-content:space-between;padding:12px 4px}.admin-datagrid-pagination .pagination-btn{padding:8px 16px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;font-size:14px;font-weight:500;color:#1f2937;cursor:pointer;transition:all .2s}.admin-datagrid-pagination .pagination-btn:hover:not(:disabled){background-color:#f3f4f6;border-color:#c8ccd5}.admin-datagrid-pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.admin-datagrid-pagination .page-numbers{display:flex;gap:8px}.admin-datagrid-pagination .page-numbers .page-number{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:6px;background:#fff;font-size:14px;cursor:pointer;transition:all .2s}.admin-datagrid-pagination .page-numbers .page-number:hover:not(.active){border-color:#3b82f6;color:#3b82f6}.admin-datagrid-pagination .page-numbers .page-number.active{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.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(--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(--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(--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(--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(--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(--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(--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(--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(--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(--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(--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(--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(--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)}}.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(--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}.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(--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(--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(--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(--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(--primary-light);background:rgba(var(--primary-rgb),.02)}.photo-card__upload--has-file{border-style:solid;border-color:var(--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}@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}.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(--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(--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(--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(--primary);color:#fff;border-color:var(--primary)}.customer-page .cliente-page__action-btn--view{border-color:var(--primary);color:var(--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(--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)}.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(--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(--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}.prospect-page .cliente-page__subtitle{color:var(--text-muted);font-size:1.1rem;margin:0;font-weight:400}.prospect-page .cliente-page__filter-btn{width:100px}.prospect-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)}.prospect-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(--primary)}.prospect-page .cliente-page__actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.prospect-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)}.prospect-page .cliente-page__list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.prospect-page .cliente-page__list-header h2{font-size:1.5rem;font-weight:700;margin:0}.prospect-page .cliente-page__search-container{position:relative;max-width:400px;width:100%}.prospect-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%}.prospect-page .cliente-page__search-input:focus{background:var(--surface)!important;border-color:var(--primary)!important;box-shadow:0 0 0 4px #ff01011a}.prospect-page .cliente-page__td-name{display:flex;align-items:center;gap:12px}.prospect-page .cliente-page__avatar{width:40px;height:40px;border-radius:50%;background:var(--primary-light, rgba(255, 1, 1, .1254901961));color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700}.prospect-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}.prospect-page .cliente-page__action-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.prospect-page .cliente-page__action-btn--view{border-color:var(--primary);color:var(--primary)}.prospect-page .cliente-page__filters{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;align-items:flex-start}.prospect-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}.prospect-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}.prospect-page .cliente-page__date-menu button:hover{background:var(--bg-soft, #f8f9fa);color:var(--primary)}.badge{padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600}.badge--activo{background:#28a7451a;color:#28a745}.badge--inactivo{background:#6666661a;color:#666}.wizard{background:var(--surface);border-radius:20px;padding:40px;border:1px solid var(--border-soft);max-width:900px;margin:0 auto}.wizard__step-content{margin-top:32px}.wizard__form{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:600px){.wizard__form{grid-template-columns:1fr}}.wizard__actions{display:flex;justify-content:space-between;margin-top:40px;gap:16px}.details{background:var(--surface);border-radius:20px;padding:40px;border:1px solid var(--border-soft)}.details__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.details__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px}.details__item label{font-size:.875rem;font-weight:600;color:var(--text);margin-left:4px}.details__item span{display:block;font-size:1.1rem;font-weight:600;color:var(--text)}.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(--primary)!important}.provider-actions__submit:hover{background:#d40101!important}.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)}}.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(--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(--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(--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(--primary);color:#fff;border-color:var(--primary)}.provider-page .cliente-page__action-btn--view{border-color:var(--primary);color:var(--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(--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(--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;margin-bottom:24px;flex-wrap:wrap;gap:16px}.airline__toolbar-left{display:flex;align-items:center;gap:20px}.airline__btn-new{background:var(--primary);color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:700;display:flex;align-items:center;gap:10px;cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);box-shadow:0 4px 12px #e53e3e33}.airline__btn-new svg{width:18px;height:18px}.airline__btn-new:hover{transform:translateY(-2px);box-shadow:0 8px 15px #e53e3e4d}.airline__btn-new:active{transform:translateY(0)}.airline__page-size{display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:.9rem}.airline__page-size select{padding:8px 12px;border-radius:8px;border:1px solid var(--border-soft);background:var(--surface);color:var(--text);outline:none;cursor:pointer}.airline__search{position:relative;max-width:320px;width:100%}.airline__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--text-muted);pointer-events:none}.airline__search input{width:100%;padding:12px 12px 12px 40px;border-radius:12px;border:1px solid var(--border-soft);background:var(--surface);color:var(--text);transition:all .2s;outline:none}.airline__search input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #e53e3e0d}.airline__list-container{background:var(--surface);border-radius:20px;padding:30px;border:1px solid var(--border-soft);box-shadow:0 4px 20px -5px #0000000d}.airline__table-wrapper{overflow-x:auto}.airline__table{width:100%;border-collapse:collapse}.airline__table th{text-align:left;padding:16px;background:var(--bg);color:var(--text-muted);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border-soft)}.airline__table th:first-child{border-radius:12px 0 0 12px}.airline__table th:last-child{border-radius:0 12px 12px 0}.airline__table td{padding:16px;border-bottom:1px solid var(--border-soft);font-size:.95rem;color:var(--text)}.airline__th-actions{text-align:right!important}.airline__table-row{transition:all .2s}.airline__table-row:hover{background:#00000004}.airline__table-row:last-child td{border-bottom:none}.airline__td-id{font-weight:700;color:var(--text-muted);font-family:monospace}.airline__td-name{font-weight:700;color:var(--text)}.airline__td-code{font-weight:600;color:var(--primary)}.airline__guide-badge{padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:800}.airline__guide-badge.high{background:#dcfce7;color:#166534}.airline__guide-badge.low{background:#fef3c7;color:#92400e}.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(--primary);border-color:var(--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(--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(--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}@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(--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}.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(--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(--primary)!important;border:1.5px solid var(--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(--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(--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(--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(--primary);opacity:.2;transition:all .3s}.flight-card__icon-wrap svg{width:16px;height:16px;transform:rotate(90deg)}.flight-card:hover{border-color:var(--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(--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;--bg: #f1f3f7;--surface: #ffffff;--surface-soft: #f1f5f9;--surface-subtle: #f8fafc;--surface-subtle-2: #ffffff;--text: #0f172a;--text-muted: #64748b;--border: #e2e8f0;--border-soft: #f1f5f9;--primary: #ff0101;--primary-light: #1e3a5f;--danger: #ff0101;--success: #10b981;--accent: #ff0101;color:var(--text);background:var(--bg)}:root[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;--primary: #3f5f98;--danger: #c65c5c}.module-page__content{margin-top:10px}.module-card{background:var(--surface, #fff);border-radius:24px;padding:35px;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;margin-bottom:30px;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}
