:root{--primary: #3b82f6;--primary-hover: #2563eb;--accent: #3b82f6;--accent-hover: #2563eb;--heading: #111827;--subtext: #6b7280;--border: #e5e7eb;--bg-page: #f8fafc;--text-primary: #111827;--gray-900: #111827;--gray-700: #374151;--gray-600: #4b5563;--gray-500: #6b7280;--gray-400: #9ca3af;--gray-200: #e5e7eb;--gray-100: #f3f4f6;--gray-50: #f9fafb;--white: #ffffff;--green: #10b981;--yellow: #eab308;--radius: 10px;--radius-lg: 16px;--shadow: 0 1px 3px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .08);--font: "Plus Jakarta Sans", system-ui, sans-serif;--accent-bg: #eff6ff;--accent-muted: #93c5fd;--vuexy-nav: #283046;--vuexy-nav-hover: rgba(255, 255, 255, .08);--vuexy-nav-text: rgba(255, 255, 255, .85);--vuexy-nav-text-muted: rgba(255, 255, 255, .6);--vuexy-dropdown: #2d3548;--vuexy-dropdown-hover: rgba(255, 255, 255, .06);--vuexy-content-bg: #161d31;--vuexy-card-bg: #252d42;--vuexy-card-border: rgba(255, 255, 255, .06);--vuexy-active-purple: #7367f0;--vuexy-active-bg: rgba(115, 103, 240, .16);--vuexy-card-shadow: 0 4px 24px -2px rgba(0, 0, 0, .25);--vuexy-text: #e7e7ed;--vuexy-text-muted: #a5a5b8}.dashboard{--form-input-bg: #2d3548;--form-input-border: rgba(255, 255, 255, .12);--form-input-color: #e7e7ed;--form-label-color: #e7e7ed;--form-helper-color: #a5a5b8;--form-placeholder-color: #a5a5b8;--form-focus-border: var(--vuexy-active-purple);--form-focus-ring: rgba(115, 103, 240, .25)}[data-theme=light]{--vuexy-content-bg: #f5f5f9;--vuexy-card-bg: #ffffff;--vuexy-card-border: rgba(34, 41, 47, .08);--vuexy-text: #2d3748;--vuexy-text-muted: #718096;--vuexy-card-shadow: 0 4px 24px -2px rgba(34, 41, 47, .08);--vuexy-nav: #ffffff;--vuexy-nav-hover: rgba(0, 0, 0, .06);--vuexy-nav-text: #1e293b;--vuexy-nav-text-muted: #64748b;--vuexy-dropdown: #ffffff;--vuexy-dropdown-hover: #f1f5f9}[data-theme=light] .dashboard__header{border-bottom-color:#e2e8f0;box-shadow:0 1px 3px #0000000f}[data-theme=light] .dashboard__top-bar-title{color:#1e293b}[data-theme=light] .dashboard__nav-bar{border-top-color:#e2e8f0}[data-theme=light] .dashboard__nav-link:hover,[data-theme=light] .dashboard__nav-dropdown:hover .dashboard__nav-dropdown-trigger{color:#0f172a;background:#0000000f}[data-theme=light] .dashboard__dropdown-menu{border-color:#e2e8f0;box-shadow:0 10px 40px #0000001f}[data-theme=light] .dashboard__dropdown-item{color:#334155}[data-theme=light] .dashboard__dropdown-item:hover{background:#f1f5f9;color:#0f172a}[data-theme=light] .dashboard__dropdown-item--active{background:#7367f01f;color:var(--vuexy-active-purple)}[data-theme=light] .dashboard__drawer{background:#fff;border-right-color:#e2e8f0;box-shadow:4px 0 24px #00000014}[data-theme=light] .dashboard__drawer-link,[data-theme=light] .dashboard__drawer-sublink{color:#334155}[data-theme=light] .dashboard__drawer-link:hover,[data-theme=light] .dashboard__drawer-sublink:hover{background:#f1f5f9;color:#0f172a}[data-theme=light] .dashboard__drawer-label{color:#64748b}[data-theme=light] .dashboard__menu-toggle{background:#0000000f;color:#334155}[data-theme=light] .dashboard__menu-toggle:hover{background:#0000001a;color:#0f172a}[data-theme=light] .dashboard__icon-btn{color:#475569}[data-theme=light] .dashboard__icon-btn:hover{background:#0000000f;color:#0f172a}[data-theme=light] .dashboard__theme-dropdown{background:#fff;border-color:#e2e8f0;box-shadow:0 10px 40px #0000001f}[data-theme=light] .dashboard__theme-option{color:#334155}[data-theme=light] .dashboard__theme-option:hover{background:#f1f5f9;color:#0f172a}[data-theme=light] .dashboard__theme-option--active{background:#7367f01f;color:var(--vuexy-active-purple)}[data-theme=light] .dashboard{--form-input-bg: #ffffff;--form-input-border: #e2e8f0;--form-input-color: #1e293b;--form-label-color: #334155;--form-helper-color: #64748b;--form-placeholder-color: #94a3b8;--form-focus-border: var(--vuexy-active-purple);--form-focus-ring: rgba(115, 103, 240, .2)}[data-theme=light] .dashboard-data-card__head{background:#f8fafc;border-bottom-color:var(--vuexy-card-border)}[data-theme=light] .dashboard-data-card__table-wrap{background:#f8fafc}[data-theme=light] .dashboard-data-card__table th{background:#f1f5f9;color:#334155}[data-theme=light] .dashboard-data-card__table td{color:#475569}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font);background:var(--bg-page);color:var(--text-primary);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;overflow-x:hidden}#root{min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}a.btn--primary,button.btn--primary,.nav__links a.btn--primary{color:var(--white);background:var(--primary)}.nav__links a.btn--primary:hover{background:var(--primary-hover)}.nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:var(--white);border-bottom:1px solid var(--gray-100);box-shadow:var(--shadow)}@media(max-width:768px){.nav{padding:.75rem 1rem}.nav__brand{font-size:1rem;min-width:0}}.nav__brand{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:var(--accent)}.nav__logo-img{width:36px;height:36px;object-fit:contain;flex-shrink:0;display:block}.nav__links{display:flex;align-items:center;gap:2rem}.nav__links a{color:var(--gray-700);font-weight:500;transition:color .2s}.nav__links a:hover{color:var(--gray-900)}.nav__username{font-weight:600;color:var(--gray-800);max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav__username--mobile{padding:.5rem 0;margin-top:.25rem;border-bottom:1px solid var(--gray-100)}.nav__menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;border:none;border-radius:var(--radius);background:var(--gray-100);color:var(--gray-700);cursor:pointer;transition:background .2s,color .2s}.nav__menu-toggle:hover{background:var(--gray-200, #e5e7eb);color:var(--gray-900)}.nav__hamburger{display:block;width:20px;height:2px;background:currentColor;border-radius:1px}.nav__backdrop{position:fixed;inset:0;background:#0000004d;z-index:99;animation:navFadeIn .2s ease}.nav__mobile{position:fixed;top:0;right:0;width:280px;max-width:85vw;height:100vh;background:var(--white);z-index:101;box-shadow:-4px 0 20px #0000001a;transform:translate(100%);transition:transform .25s ease;padding:5rem 1.5rem 1.5rem}.nav__mobile--open{transform:translate(0)}.nav__mobile-links{display:flex;flex-direction:column;gap:.5rem}.nav__mobile-links a,.nav__mobile-links .btn{display:block;padding:.75rem 1rem;color:var(--gray-700);font-weight:500;text-align:left;border-radius:var(--radius);transition:background .2s,color .2s}.nav__mobile-links a:hover{color:var(--gray-900);background:var(--gray-50)}.nav__mobile-links .btn{margin-top:.5rem;justify-content:center}@keyframes navFadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.nav__menu-toggle{display:flex}.nav__links{display:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.25rem;font-family:var(--font);font-weight:600;font-size:.95rem;border-radius:var(--radius);cursor:pointer;transition:all .2s;border:none}.btn--primary{background:var(--primary);color:var(--white)}.btn--primary:hover{background:var(--primary-hover);box-shadow:0 4px 14px #3b82f666}.btn--secondary{background:var(--white);color:var(--gray-900);border:2px solid var(--gray-700)}.btn--secondary:hover{border-color:var(--gray-900);background:var(--gray-50)}.btn--white{background:var(--white);color:var(--accent)}.btn--white:hover{background:var(--gray-50);box-shadow:var(--shadow-lg)}.btn--outline-white{background:transparent;color:var(--white);border:2px solid var(--white)}.btn--outline-white:hover{background:#ffffff26}.welcome-section{padding:3rem 2rem 4rem;background:var(--white)}.welcome-section__inner{max-width:1100px;margin:0 auto}.welcome-section__header{text-align:center;margin-bottom:3rem}.welcome-section__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--gray-900);text-transform:uppercase;letter-spacing:.02em;margin:0 0 .5rem;line-height:1.3}.welcome-section__title-accent{color:var(--accent)}.welcome-section__tagline{font-size:1.05rem;color:var(--gray-600);margin:0;line-height:1.5}.welcome-section__features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.welcome-feature{text-align:center}.welcome-feature__icon{width:80px;height:80px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;background:var(--accent);color:var(--white);border-radius:50%}.welcome-feature__icon svg{width:36px;height:36px}.welcome-feature__title{font-size:1rem;font-weight:700;color:var(--gray-900);text-transform:uppercase;letter-spacing:.03em;margin:0 0 .75rem}.welcome-feature__desc{font-size:.95rem;color:var(--gray-600);line-height:1.6;margin:0}@media(max-width:900px){.welcome-section__features{grid-template-columns:1fr}}@media(max-width:768px){.welcome-section{padding:2.5rem 1rem 3rem}.welcome-section__header{margin-bottom:2rem}}.hero{padding:4rem 2rem 5rem;background:linear-gradient(180deg,var(--accent-bg) 0%,var(--white) 70%)}.hero__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media(max-width:900px){.hero__inner{grid-template-columns:1fr;text-align:center}.hero__actions{justify-content:center}.hero__badge{margin-left:auto;margin-right:auto}}@media(max-width:768px){.hero{padding:2.5rem 1rem 3.5rem}.hero__inner{gap:2rem}.hero__subtitle{max-width:100%}.hero__card-grid{grid-template-columns:1fr}}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--white);border:1px solid var(--gray-100);border-radius:100px;font-size:.875rem;color:var(--gray-700);margin-bottom:1.5rem;box-shadow:var(--shadow)}.hero__badge-icon{width:20px;height:20px;color:var(--accent)}.hero__title{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2;color:var(--gray-900);margin-bottom:1rem}.hero__title-accent{color:var(--accent)}.hero__subtitle{font-size:1.1rem;color:var(--gray-700);max-width:520px;margin-bottom:1.75rem}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero__card{background:var(--white);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-lg);border:1px solid var(--gray-100)}.hero__card-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-100)}.hero__card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--accent)}.hero__card-icon svg{width:24px;height:24px}.hero__card-title{font-size:1rem;font-weight:700;color:var(--gray-900)}.hero__card-subtitle{font-size:.85rem;color:var(--gray-500);margin-top:.15rem}.hero__card-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.hero__stat{background:var(--gray-50);border-radius:var(--radius);padding:1rem;text-align:center}.hero__stat-value{display:block;font-size:1.5rem;font-weight:800;color:var(--gray-900)}.hero__stat-value--blue{color:var(--accent)}.hero__stat-value--green{color:var(--green)}.hero__stat-label{font-size:.8rem;color:var(--gray-500);margin-top:.25rem}.stats{padding:3rem 2rem;background:var(--white)}.stats__inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:768px){.stats__inner{grid-template-columns:repeat(2,1fr);gap:1.25rem}.stats{padding:2rem 1rem}}@media(max-width:480px){.stats__inner{grid-template-columns:1fr}}.stats__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.stats__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--accent-bg);color:var(--accent);border-radius:50%}.stats__icon svg{width:28px;height:28px}.stats__value{font-size:1.75rem;font-weight:800;color:var(--gray-900)}.stats__label{font-size:.9rem;color:var(--gray-600)}.features-section{padding:4rem 2rem;background:var(--white)}.features-section__inner{max-width:1100px;margin:0 auto}.features-section__title{font-size:2.25rem;font-weight:800;color:var(--gray-900);text-align:center;margin-bottom:.5rem}.features-section__subtitle{font-size:1.05rem;color:var(--gray-600);text-align:center;max-width:640px;margin:0 auto 3rem;line-height:1.65}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.features-grid{grid-template-columns:1fr}}@media(max-width:768px){.features-section{padding:3rem 1rem}.features-section__title{font-size:1.75rem}.features-section__subtitle{margin-bottom:2rem}}.feature-card{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:1.75rem;transition:box-shadow .2s,border-color .2s}.feature-card:hover{border-color:var(--accent-muted);box-shadow:var(--shadow-lg)}.feature-card__icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:var(--accent-bg);color:var(--accent);border-radius:var(--radius);margin-bottom:1rem}.feature-card__icon svg{width:26px;height:26px}.feature-card__title{font-size:1.1rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.feature-card__desc{font-size:.95rem;color:var(--gray-600);line-height:1.6}.why-section{padding:4rem 2rem;background:var(--gray-50)}.why-section__inner{max-width:1100px;margin:0 auto}.why-section__title{font-size:2.25rem;font-weight:800;color:var(--gray-900);text-align:center;margin-bottom:.5rem}.why-section__subtitle{font-size:1.05rem;color:var(--gray-600);text-align:center;max-width:640px;margin:0 auto 3rem;line-height:1.65}.why-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media(max-width:900px){.why-section__grid{grid-template-columns:1fr}}@media(max-width:768px){.why-section{padding:3rem 1rem}.why-section__title{font-size:1.75rem}.why-section__subtitle{margin-bottom:2rem}.why-section__grid{gap:2rem}}.why-benefits__title,.why-testimonials__title{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.why-benefits__list{list-style:none}.why-benefits__list li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:var(--gray-700);font-size:1rem}.why-benefits__check{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--accent);color:var(--white);border-radius:50%}.why-benefits__check svg{width:14px;height:14px}.testimonial-cards{display:flex;flex-direction:column;gap:1rem}.testimonial-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow)}.testimonial-card__stars{color:var(--yellow);font-size:1rem;letter-spacing:.1em;margin-bottom:.5rem}.testimonial-card__quote{font-size:.95rem;color:var(--gray-700);line-height:1.6;margin-bottom:.5rem}.testimonial-card__company{font-size:.9rem;font-weight:600;color:var(--gray-900)}.cta{padding:4rem 2rem;background:var(--accent);text-align:center}.cta__inner{max-width:640px;margin:0 auto}.cta__title{font-size:2rem;font-weight:800;color:var(--white);margin-bottom:.75rem}.cta__subtitle{font-size:1.1rem;color:#ffffffe6;margin-bottom:1.75rem;line-height:1.6}.cta__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:768px){.cta{padding:3rem 1rem}.cta__title{font-size:1.5rem}.cta__subtitle{font-size:1rem;margin-bottom:1.5rem}.cta__actions{flex-direction:column;align-items:center}.cta__actions .btn{width:100%;max-width:280px}}.footer{padding:3rem 2rem 2rem;background:var(--white);border-top:1px solid var(--gray-100)}.footer__inner{max-width:1100px;margin:0 auto}.footer__main{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem;padding-bottom:2rem;border-bottom:1px solid var(--gray-100)}@media(max-width:900px){.footer__main{grid-template-columns:1fr 1fr}}@media(max-width:500px){.footer__main{grid-template-columns:1fr}}@media(max-width:768px){.footer{padding:2rem 1rem 1.5rem}.footer__main{gap:1.5rem;padding-bottom:1.5rem}.footer__tagline{max-width:100%}}.footer__logo{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:var(--accent);margin-bottom:.75rem}.footer__logo-img{width:40px;height:40px;object-fit:contain;flex-shrink:0;display:block}.footer__tagline{font-size:.95rem;color:var(--gray-600);line-height:1.6;margin-bottom:1rem;max-width:280px}.footer__copy{font-size:.9rem;color:var(--gray-500)}.footer__heading{font-size:.9rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.03em}.footer__col{display:flex;flex-direction:column;gap:.5rem}.footer__col a{font-size:.95rem;color:var(--gray-600);transition:color .2s}.footer__col a:hover{color:var(--accent)}.footer__contact{font-size:.95rem;color:var(--gray-600);margin-bottom:.25rem}.footer__social{display:flex;gap:.75rem;margin-top:.5rem}.footer__social a{font-size:.9rem;color:var(--gray-600);font-weight:600}.footer__social a:hover{color:var(--accent)}.footer__bottom{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;padding-top:1.5rem;font-size:.875rem;color:var(--gray-500)}.footer__bottom a{color:var(--gray-500)}.footer__bottom a:hover{color:var(--accent)}.footer__built{margin-left:auto}@media(max-width:600px){.footer__built{margin-left:0;width:100%;text-align:center}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(180deg,var(--accent-bg) 0%,var(--white) 60%);position:relative}.auth-page__back{position:absolute;top:1.5rem;left:1.5rem;display:inline-flex;align-items:center;gap:.5rem;color:var(--gray-600);font-weight:500;transition:color .2s}.auth-page__back:hover{color:var(--accent)}.auth-card{width:100%;max-width:420px;background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow-lg)}.auth-card__header{text-align:center;margin-bottom:1.75rem}.auth-card__logo{width:56px;height:56px;object-fit:contain;margin-bottom:1rem;display:block;margin-left:auto;margin-right:auto}.auth-card__title{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.35rem}.auth-card__subtitle{font-size:.95rem;color:var(--gray-600)}.auth-form .form-group{margin-bottom:1.25rem}.auth-form .form-group label{display:block;font-size:.9rem;font-weight:500;color:var(--gray-900);margin-bottom:.5rem}.auth-form .form-group input{width:100%;padding:.85rem 1rem;font-family:var(--font);font-size:1rem;background:var(--white);border:1px solid var(--gray-200, #e5e7eb);border-radius:var(--radius);color:var(--gray-900);transition:border-color .2s,box-shadow .2s}.auth-form .form-group input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg)}.auth-form__options{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:.5rem}.auth-form__error{margin:0 0 1rem;padding:.65rem 1rem;font-size:.9rem;color:#b91c1c;background:#fef2f2;border-radius:var(--radius);border:1px solid #fecaca}.auth-form__login-type{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}.auth-form__switch{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;font-weight:500}.auth-form__switch input{margin:0}.auth-form__label{display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.auth-form__radios{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.auth-form__radio{display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;font-size:.9rem}.auth-form__radio input{margin:0}.auth-form__note{margin:0 0 1rem;font-size:.85rem;color:var(--subtext, #6b7280)}.dashboard-form__success{margin:0 0 1rem;padding:.65rem 1rem;font-size:.9rem;color:#166534;background:#f0fdf4;border-radius:var(--radius);border:1px solid #bbf7d0}.dashboard-form__success-notice{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:0 0 1rem;padding:.75rem 1rem;font-size:.9rem;color:#166534;background:#dcfce7;border-radius:var(--radius);border:1px solid #bbf7d0}.dashboard-form__success-notice-text{flex:1}.dashboard-form__success-notice-dismiss{flex-shrink:0;width:1.75rem;height:1.75rem;padding:0;font-size:1.25rem;line-height:1;color:#6b7280;background:transparent;border:none;border-radius:var(--radius);cursor:pointer}.dashboard-form__success-notice-dismiss:hover{color:#374151;background:#0000000f}.auth-form__remember{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--gray-600);cursor:pointer}.auth-form__remember input{accent-color:var(--accent)}.auth-form__link{font-size:.9rem;color:var(--accent)}.auth-form__link:hover{text-decoration:underline}.auth-form__submit{padding:1rem;font-size:1rem}.auth-card__footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--gray-100)}.auth-card__footer p{font-size:.9rem;color:var(--gray-600)}.auth-card__footer a{color:var(--accent);font-weight:600}.auth-card__footer a:hover{text-decoration:underline}.auth-card__footer-link{background:none;border:none;padding:0;font:inherit;color:var(--accent);font-weight:600;cursor:pointer;text-decoration:none}.auth-card__footer-link:hover{text-decoration:underline}.signup-page{min-height:100vh;display:flex;flex-direction:column;background:#fff}.signup-page__header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:#374151;color:#fff}.signup-page__brand{font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none}.signup-page__brand:hover{color:#e5e7eb}.signup-page__nav{display:flex;align-items:center;gap:1.5rem}.signup-page__nav a{color:#e5e7eb;text-decoration:none;font-size:.8125rem;font-weight:600;letter-spacing:.02em}.signup-page__nav a:hover{color:#fff}.signup-page__main{flex:1;padding:2rem 1.5rem}.signup-page__grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media(max-width:900px){.signup-page__grid{grid-template-columns:1fr}}.signup-page__form-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem;box-shadow:0 1px 3px #0000000f}.signup-page__form-head{margin-bottom:1.5rem}.signup-page__title{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .35rem}.signup-page__title-icon{flex-shrink:0;color:#dc2626}.signup-page__tagline{font-size:.9375rem;color:#6b7280;margin:0}.signup-page__error{margin:0 0 1rem;padding:.65rem 1rem;font-size:.875rem;color:#b91c1c;background:#fef2f2;border-radius:6px;border:1px solid #fecaca}.signup-page__form .signup-page__field{margin-bottom:1rem}.signup-page__form .signup-page__field label{display:block;font-size:.875rem;font-weight:500;color:#b91c1c;margin-bottom:.35rem}.signup-page__form .signup-page__field input{width:100%;padding:.6rem .75rem;font-size:.9375rem;border:1px solid #ef4444;border-radius:6px;color:#111827;background:#fff;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.signup-page__form .signup-page__field input::placeholder{color:#9ca3af}.signup-page__form .signup-page__field input:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 2px #dc26262e}.signup-page__submit{width:100%;margin-top:.5rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;color:#fff;background:#dc2626;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.signup-page__submit:hover{background:#b91c1c}.signup-page__promo{padding:.5rem 0}.signup-page__promo-line1{font-size:1rem;font-weight:700;color:#ea580c;margin:0 0 .25rem;letter-spacing:.02em}.signup-page__promo-line2{font-size:1.25rem;font-weight:700;color:#374151;margin:0 0 1rem;letter-spacing:.02em}.signup-page__promo-text{font-size:.9375rem;color:#4b5563;line-height:1.5;margin:0 0 1rem}.signup-page__promo-cta{font-size:1rem;font-weight:600;color:#374151;margin:0 0 1.5rem}.signup-page__promo-img-wrap{margin-top:1rem}.signup-page__promo-img{max-width:100%;height:auto;border-radius:8px;display:block}.auth-modal__backdrop{position:fixed;inset:0;background:#00000080;z-index:1000;overflow:hidden}.auth-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:1001;pointer-events:none;overflow:hidden}.auth-modal__box{pointer-events:auto;width:100%;max-width:440px;max-height:90vh;overflow-x:hidden!important;overflow-y:auto;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--gray-100);display:flex;flex-direction:column;min-width:0;box-sizing:border-box;direction:ltr;scrollbar-width:none;-ms-overflow-style:none}.auth-modal__box::-webkit-scrollbar{display:none}.auth-modal__head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--gray-100)}.auth-modal__title{margin:0;font-size:1.25rem;font-weight:700;color:var(--gray-900)}.auth-modal__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;background:var(--gray-100);border-radius:var(--radius);color:var(--gray-600);cursor:pointer;transition:background .2s,color .2s}.auth-modal__close:hover{background:var(--gray-200, #e5e7eb);color:var(--gray-900)}.auth-modal__body{padding:1.25rem 1.5rem;min-width:0;flex:1;overflow-x:hidden;max-width:100%}.auth-card--modal{padding:0;box-shadow:none;border:none;max-width:100%;min-width:0}.auth-card--modal .auth-form .form-group input,.auth-card--modal .auth-form{max-width:100%;box-sizing:border-box}.auth-card--modal .auth-card__header{margin-bottom:1.25rem}.auth-card--modal .auth-card__logo{width:48px;height:48px;margin-bottom:.75rem}@media(max-width:600px){.auth-modal{padding:1rem;align-items:flex-end}.auth-modal__box{max-height:90vh;max-width:100%;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.auth-modal__body{padding:1rem 1.25rem}}@media(max-width:480px){.auth-modal{padding:.5rem .5rem 0}.auth-modal__box{max-height:95vh}.auth-modal__head{padding:.75rem 1rem}.auth-modal__title{font-size:1.1rem}.auth-modal__body{padding:1rem}.auth-form .form-group input{padding:.75rem 1rem}.auth-form__submit{padding:.85rem}}.dashboard{min-height:100vh;display:flex;flex-direction:column;background:var(--vuexy-content-bg);width:100%;max-width:100%;min-width:0}.dashboard__header{flex-shrink:0;display:flex;flex-direction:column;background:var(--vuexy-nav);border-bottom:1px solid rgba(255,255,255,.06);box-shadow:0 4px 8px #00000026;position:relative;z-index:100;width:100%;max-width:100%;min-width:0}.dashboard__top-bar{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;min-height:3.5rem;gap:1rem;width:100%;max-width:100%;min-width:0}.dashboard__navbar-left{display:flex;align-items:center;gap:2rem;flex:1;min-width:0}.dashboard__top-bar-brand{display:flex;align-items:center;gap:.75rem;min-width:0;flex-shrink:0}.dashboard__top-bar-logo{width:38px;height:38px;object-fit:contain;flex-shrink:0;display:block}.dashboard__top-bar-title{margin:0;font-size:1.25rem;font-weight:700;color:var(--white);letter-spacing:-.02em;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard__icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:8px;background:transparent;color:var(--vuexy-nav-text);cursor:pointer;transition:background .2s,color .2s;position:relative}.dashboard__icon-btn:hover{background:var(--vuexy-nav-hover);color:var(--white)}.dashboard__notif-dot{position:absolute;top:8px;right:8px;width:8px;height:8px;background:#ea5455;border-radius:50%;border:2px solid var(--vuexy-nav)}.dashboard__second-logo-wrap{width:40px;height:40px;flex-shrink:0;position:relative}.dashboard__second-logo{width:40px;height:40px;object-fit:contain;border-radius:50%;display:block}.dashboard__second-logo-fallback{width:40px;height:40px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#ffffff26;border:1px solid rgba(255,255,255,.2)}.dashboard__user-icon-wrap.dashboard__second-logo-fallback{background:transparent;border-color:#ffffff59}.dashboard__user-icon{width:24px;height:24px;color:#ffffffb3}[data-theme=light] .dashboard__user-icon{color:#00000080}.dashboard__second-logo-svg{width:100%;height:100%;display:block}.dashboard__top-bar-right{display:flex;align-items:center;gap:.5rem;flex-shrink:1;min-width:0}.dashboard__top-bar-right>*{flex-shrink:0}.dashboard__top-bar-right .dashboard__org-brand{flex-shrink:1;min-width:0}.dashboard__settings-wrap{position:relative}.dashboard__header-dropdown-backdrop{position:fixed;inset:0;z-index:45}.dashboard__header-dropdown{position:absolute;top:100%;right:0;margin-top:.35rem;min-width:200px;padding:.5rem 0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 40px #00000026;z-index:50;list-style:none}.dashboard__header-dropdown-item{display:block;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;color:#374151;text-decoration:none;transition:background .15s,color .15s}.dashboard__header-dropdown-item:hover{background:#f3f4f6;color:#111827}[data-theme=dark] .dashboard__header-dropdown{background:var(--vuexy-card-bg);border-color:var(--vuexy-card-border);box-shadow:0 10px 40px #00000059}[data-theme=dark] .dashboard__header-dropdown-item{color:var(--vuexy-text)}[data-theme=dark] .dashboard__header-dropdown-item:hover{background:var(--vuexy-nav-hover);color:var(--white)}.dashboard__theme-wrap{position:relative}.dashboard__theme-trigger{flex-shrink:0}.dashboard__top-bar-right>.dashboard__menu-toggle,.dashboard__top-bar-right>.dashboard__icon-btn,.dashboard__top-bar-right>.dashboard__theme-wrap,.dashboard__top-bar-right>.dashboard__second-logo-wrap,.dashboard__top-bar-right>.dashboard__settings-wrap,.dashboard__top-bar-right>.dashboard__btn-icon{flex-shrink:0}.dashboard__theme-backdrop{position:fixed;inset:0;z-index:40}.dashboard__theme-dropdown{position:absolute;top:100%;right:0;margin-top:.35rem;min-width:140px;padding:.35rem;background:var(--vuexy-dropdown);border:1px solid rgba(255,255,255,.08);border-radius:8px;box-shadow:0 8px 24px #0000004d;z-index:50}.dashboard__theme-option{display:flex;align-items:center;gap:.6rem;width:100%;padding:.5rem .75rem;font-family:var(--font);font-size:.875rem;font-weight:500;color:var(--vuexy-nav-text);background:none;border:none;border-radius:6px;cursor:pointer;text-align:left;transition:background .2s,color .2s}.dashboard__theme-option:hover{background:var(--vuexy-dropdown-hover);color:var(--white)}.dashboard__theme-option--active{background:var(--vuexy-active-bg);color:var(--vuexy-active-purple)}.dashboard__theme-option svg{flex-shrink:0}.dashboard__org-brand{display:flex;flex-direction:column;align-items:flex-end;text-align:left;min-width:0;max-width:min(260px,32vw)}.dashboard__org-name{font-size:.9rem;font-weight:600;color:var(--vuexy-nav-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;text-align:left;width:100%}.dashboard__org-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--vuexy-nav-text-muted);margin-bottom:.15rem}.dashboard__org-sub{font-size:.75rem;color:var(--vuexy-nav-text-muted)}.dashboard__btn-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;cursor:pointer;color:var(--white);transition:background .2s}.dashboard__btn-icon:hover{background:var(--vuexy-nav-hover)}.dashboard__btn-icon--green{background:var(--green)}.dashboard__btn-icon--green:hover{background:#059669}.dashboard__btn-icon--green.dashboard__btn-icon--open{background:#059669;box-shadow:0 0 0 2px #05966966}.dashboard__btn-icon--red{background:#dc2626}.dashboard__btn-icon--red:hover{background:#b91c1c}.dashboard .btn--primary{background:#7367f0}.dashboard .btn--primary:hover{background:#6358d8;box-shadow:0 4px 14px #7367f066}.dashboard .btn--secondary{background:#ffffff14;color:var(--vuexy-text);border:1px solid rgba(115,103,240,.5)}.dashboard .btn--secondary:hover{background:#7367f026;border-color:#7367f0;color:var(--vuexy-text)}[data-theme=light] .dashboard .btn--secondary{background:var(--white);color:#7367f0;border-color:#7367f0}[data-theme=light] .dashboard .btn--secondary:hover{background:#7367f014;border-color:#6358d8;color:#6358d8}.dashboard__nav-bar{display:flex;align-items:center;padding:0 1.5rem .5rem;min-height:2.75rem;border-top:1px solid rgba(255,255,255,.04);overflow:visible;flex-wrap:wrap;gap:.25rem 0;width:100%;max-width:100%;min-width:0}.dashboard__header-bar{display:none}.dashboard__nav{display:flex;align-items:center;gap:.15rem;flex-wrap:wrap;min-width:0;flex:1 1 auto}.dashboard__nav-link,.dashboard__nav-dropdown{flex-shrink:0}.dashboard__nav-link{padding:.5rem 1rem;color:var(--vuexy-nav-text);font-weight:500;font-size:.9rem;border-radius:8px;transition:background .2s,color .2s;display:inline-flex;align-items:center;gap:.5rem}.dashboard__nav-link:hover{background:var(--vuexy-nav-hover);color:var(--white)}.dashboard__nav-link--active{background:var(--vuexy-active-bg);color:var(--vuexy-active-purple)}.dashboard__nav-dropdown{position:relative}.dashboard__nav-dropdown.dashboard__nav-link--active .dashboard__nav-dropdown-trigger{background:var(--vuexy-active-bg);color:var(--vuexy-active-purple)}.dashboard__nav-dropdown-trigger{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--font);font-size:.9rem;font-weight:500;background:none;border:none;cursor:pointer;padding:.5rem 1rem;color:var(--vuexy-nav-text);border-radius:8px;transition:background .2s,color .2s}.dashboard__nav-dropdown:hover .dashboard__nav-dropdown-trigger{color:var(--white);background:var(--vuexy-nav-hover)}.dashboard__nav-chevron{margin-left:.2rem;transition:transform .2s}.dashboard__nav-dropdown-trigger--open .dashboard__nav-chevron{transform:rotate(180deg)}.dashboard__dropdown-menu{position:absolute;top:100%;left:0;min-width:220px;margin:.25rem 0 0;padding:.35rem;background:var(--vuexy-dropdown);border:1px solid rgba(255,255,255,.06);border-radius:8px;box-shadow:0 8px 24px #0000004d;list-style:none;z-index:110}.dashboard__dropdown-menu--overlay{z-index:9999;margin:0}.dashboard__dropdown-item{display:block;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--vuexy-nav-text);border-radius:6px;transition:background .2s,color .2s}.dashboard__dropdown-item:hover{background:var(--vuexy-dropdown-hover);color:var(--white)}.dashboard__dropdown-item--active{background:var(--vuexy-active-bg);color:var(--vuexy-active-purple)}.dashboard__dropdown-item--row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;text-decoration:none}.dashboard__dropdown-item-text{min-width:0}.dashboard__notif-badge--dropdown{position:static;flex-shrink:0}.dashboard__nav-msg-indicator{width:8px;height:8px;border-radius:50%;background:var(--accent);flex-shrink:0;animation:dashboardNotifBlink 1s ease-in-out infinite;box-shadow:0 0 0 2px #3b82f659}.dashboard__menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;min-width:44px;flex-shrink:0;padding:0;border:none;border-radius:8px;background:var(--vuexy-nav-hover);color:var(--vuexy-nav-text);cursor:pointer;transition:background .2s}.dashboard__menu-toggle:hover{background:#ffffff1f;color:var(--white)}.dashboard__hamburger{display:block;width:20px;height:2px;background:currentColor;border-radius:1px}.dashboard__drawer-backdrop{position:fixed;inset:0;background:#0006;z-index:999;animation:dashboard__fadeIn .2s ease}.dashboard__drawer{position:fixed;top:0;left:0;width:300px;max-width:85vw;height:100vh;background:var(--vuexy-nav);z-index:1000;transform:translate(-100%);transition:transform .25s ease;overflow-y:auto;box-shadow:4px 0 24px #00000040;border-right:1px solid rgba(255,255,255,.06)}.dashboard__drawer--open{transform:translate(0)}.dashboard__drawer-nav{display:flex;flex-direction:column;padding:1.25rem 0;gap:.15rem}.dashboard__drawer-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;color:var(--vuexy-nav-text);font-weight:500;font-size:.9rem;text-decoration:none;transition:background .2s,color .2s;margin:0 .5rem;border-radius:6px}.dashboard__drawer-link:hover{background:var(--vuexy-nav-hover);color:var(--white)}.dashboard__drawer-link--active{background:var(--vuexy-active-bg);color:var(--vuexy-active-purple)}.dashboard__drawer-group{padding:.75rem 1.25rem .35rem;display:flex;flex-direction:column;gap:.2rem}.dashboard__drawer-label{font-size:.7rem;font-weight:600;color:var(--vuexy-nav-text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.35rem;padding:0 .5rem}.dashboard__drawer-sublink{display:block;position:relative;padding:.55rem 1rem .55rem 1.5rem;font-size:.875rem;font-weight:500;color:var(--vuexy-nav-text);text-decoration:none;border-radius:6px;margin:0 .5rem;transition:background .2s,color .2s}.dashboard__drawer-sublink .dashboard__notif-badge{top:50%;right:.55rem;transform:translateY(-50%)}.dashboard__drawer-sublink:hover{background:var(--vuexy-nav-hover);color:var(--white)}.dashboard__drawer-sublink.dashboard__drawer-link--active{background:var(--vuexy-active-bg);color:var(--vuexy-active-purple)}@keyframes dashboard__fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:1024px){.dashboard__menu-toggle{display:flex}.dashboard__nav-bar{display:none}.dashboard__top-bar-right{flex-wrap:nowrap}}@media(max-width:768px){.dashboard__top-bar{padding:0 1rem}.dashboard__top-bar-title{font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.dashboard__org-brand,.dashboard__icon-btn{display:none}}@media(max-width:480px){.dashboard__top-bar{padding:0 .5rem;gap:.35rem}.dashboard__top-bar-brand{min-width:0}.dashboard__top-bar-title{max-width:100px;font-size:.9rem}.dashboard__top-bar-logo{width:32px;height:32px}.dashboard__top-bar-right{gap:.35rem}.dashboard__second-logo-wrap,.dashboard__second-logo-fallback,.dashboard__second-logo{width:34px;height:34px}.dashboard__btn-icon{width:34px;height:34px;min-width:34px}.dashboard__menu-toggle{width:38px;min-width:38px;height:38px}}.dashboard__header-right{display:flex;align-items:center;gap:1rem}.dashboard__search{padding:.5rem 1rem;font-family:var(--font);font-size:.9rem;border:1px solid var(--gray-200, #e5e7eb);border-radius:var(--radius);background:var(--gray-50);color:var(--gray-900);min-width:180px}.dashboard__search::placeholder{color:var(--gray-500)}.dashboard__search:focus{outline:none;border-color:var(--accent)}.dashboard__notif{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;cursor:pointer;color:var(--gray-600);border-radius:var(--radius);transition:color .2s,background .2s}.dashboard__notif:hover{color:var(--gray-900);background:var(--gray-100)}.dashboard__notif-badge{position:absolute;top:6px;right:6px;min-width:18px;height:18px;padding:0 5px;font-size:.7rem;font-weight:700;color:var(--white);background:var(--accent);border-radius:100px;display:flex;align-items:center;justify-content:center}.dashboard__notif-badge--blink{animation:dashboardNotifBlink 1s ease-in-out infinite}@keyframes dashboardNotifBlink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(1.12)}}.dashboard__message-toast{position:fixed;top:4.5rem;right:1rem;z-index:10050;max-width:min(22rem,calc(100vw - 2rem));animation:dashboardMessageToastIn .35s ease-out}@keyframes dashboardMessageToastIn{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.dashboard__message-toast__inner{padding:.9rem 1rem;border-radius:var(--radius, 8px);border:1px solid var(--gray-200, #e5e7eb);background:var(--gray-50, #f9fafb);color:var(--gray-900, #111827);box-shadow:0 10px 40px #0000001f}[data-theme=dark] .dashboard__message-toast__inner{border-color:var(--gray-700, #374151);background:var(--gray-800, #1f2937);color:var(--gray-100, #f3f4f6);box-shadow:0 12px 48px #00000073}.dashboard__message-toast__title{display:block;font-size:.8rem;font-weight:700;margin-bottom:.35rem;color:var(--accent, #6366f1)}[data-theme=dark] .dashboard__message-toast__title{color:#a5b4fc}.dashboard__message-toast__preview{margin:0;font-size:.85rem;line-height:1.4;word-break:break-word}.dashboard__message-toast__actions{display:flex;align-items:center;gap:.5rem;margin-top:.65rem}.dashboard__message-toast__open{flex:1;padding:.4rem .65rem;font-size:.8rem;font-weight:600;color:var(--white, #fff);background:var(--accent, #6366f1);border:none;border-radius:6px;cursor:pointer}.dashboard__message-toast__open:hover{filter:brightness(1.08)}.dashboard__message-toast__dismiss{flex-shrink:0;width:2rem;height:2rem;padding:0;font-size:1.25rem;line-height:1;color:var(--gray-500, #6b7280);background:transparent;border:none;border-radius:6px;cursor:pointer}.dashboard__message-toast__dismiss:hover{color:var(--gray-900, #111827);background:var(--gray-200, #e5e7eb)}[data-theme=dark] .dashboard__message-toast__dismiss:hover{color:var(--gray-100, #f3f4f6);background:var(--gray-700, #374151)}.dashboard__user{display:flex;align-items:center;gap:.75rem;padding:.25rem .5rem;border-radius:var(--radius)}.dashboard__user-avatar{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;color:var(--white);background:var(--accent);border-radius:50%}.dashboard__user-info{display:flex;flex-direction:column;align-items:flex-start}.dashboard__user-name{font-size:.95rem;font-weight:600;color:var(--gray-900)}.dashboard__user-role{font-size:.8rem;color:var(--gray-500)}.dashboard__logout{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:none;border:none;cursor:pointer;color:var(--gray-500);border-radius:var(--radius);transition:color .2s,background .2s}.dashboard__logout:hover{color:var(--gray-900);background:var(--gray-100)}.dashboard__main{flex:1;padding:2rem 2.5rem;overflow:auto;max-width:1600px;margin:0 auto;width:100%;background:var(--vuexy-content-bg)}.dashboard__footer{flex-shrink:0;padding:1rem 2rem;text-align:center;font-size:.8125rem;color:var(--vuexy-text-muted);background:var(--vuexy-content-bg);border-top:1px solid var(--vuexy-card-border)}.dashboard__page-header{margin-bottom:2rem;border:none;outline:none;background:transparent}.dashboard__welcome{font-size:2rem;font-weight:800;color:var(--vuexy-text);margin-bottom:.35rem;letter-spacing:-.03em;line-height:1.2}.dashboard__sub{font-size:1rem;color:var(--vuexy-text-muted);font-weight:500}.dashboard-panel{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:8px;padding:1.5rem 2rem;box-shadow:var(--vuexy-card-shadow)}.dashboard-panel__head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem}.dashboard-panel__title{font-size:1.25rem;font-weight:700;color:var(--vuexy-text)}.dashboard-panel__placeholder{font-size:1rem;color:var(--vuexy-text-muted);line-height:1.6}.message-center-v2{background:transparent}.message-center-v2__head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.message-center-v2__title{margin:0;font-size:1.25rem;font-weight:800;color:var(--vuexy-text)}.message-center-v2__subtitle{margin:.35rem 0 0;color:var(--vuexy-text-muted);font-weight:600}.message-center-v2__meta{color:var(--vuexy-text-muted);font-weight:700;white-space:nowrap}.message-center-v2__error{background:#ff484824;border:1px solid rgba(255,72,72,.35);color:#ffd6d6;padding:.75rem 1rem;border-radius:10px;margin-bottom:1rem;font-weight:800}.message-center-v2__grid{display:grid;grid-template-columns:360px 1fr;gap:1rem;min-height:520px}.message-center-v2__card{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:12px;box-shadow:var(--vuexy-card-shadow);overflow:hidden}.message-center-v2__card--list{margin-top:1rem}.message-center-v2__card--chat{height:100%;display:flex;flex-direction:column}.message-center-v2__card-head{padding:.9rem 1rem;border-bottom:1px solid var(--vuexy-card-border);display:flex;align-items:center;justify-content:space-between}.message-center-v2__card-title{font-weight:900;color:var(--vuexy-text)}.message-center-v2__card-body{padding:1rem}.message-center-v2__label{display:block;font-weight:800;color:var(--vuexy-text-muted);font-size:.9rem;margin-bottom:.35rem}.message-center-v2__select,.message-center-v2__input{width:100%;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:var(--vuexy-text);padding:.7rem .85rem;outline:none;font-weight:650}.message-center-v2__select option,.message-center-v2__select optgroup{color:#111827}.message-center-v2__spacer{height:.85rem}.message-center-v2__list{max-height:520px;overflow:auto;padding:.5rem}.message-center-v2__item{width:100%;border:1px solid transparent;background:transparent;border-radius:12px;padding:.75rem;text-align:left;cursor:pointer;transition:background .15s,border-color .15s;color:var(--vuexy-text)}.message-center-v2__item:hover{background:#ffffff0d}.message-center-v2__item--active{background:#7367f029;border-color:#7367f059}.message-center-v2__item-title{font-weight:900;color:var(--vuexy-text);margin-bottom:.2rem}.message-center-v2__item-preview{color:var(--vuexy-text-muted);font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.message-center-v2__empty{padding:1rem;color:var(--vuexy-text-muted);font-weight:700}.message-center-v2__chat-head{padding:.9rem 1rem;border-bottom:1px solid var(--vuexy-card-border);display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.message-center-v2__chat-head-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.message-center-v2__chat-title{font-weight:950;color:var(--vuexy-text);font-size:1.05rem}.message-center-v2__chat-sub{color:var(--vuexy-text-muted);font-weight:700;font-size:.85rem}.message-center-v2__chat-clear{flex-shrink:0;padding:.4rem .75rem;font-size:.8rem;font-weight:800;border-radius:8px;border:1px solid rgba(234,84,84,.45);background:#ea54541f;color:#f87171;cursor:pointer}.message-center-v2__chat-clear:hover:not(:disabled){background:#ea545438}.message-center-v2__chat-clear:disabled{opacity:.45;cursor:not-allowed}.message-center-v2__chat-body{flex:1;overflow:auto;padding:.75rem 1rem}.message-center-v2__bubbles{display:flex;flex-direction:column;gap:.75rem}.message-center-v2__bubble{max-width:78%;border-radius:14px;padding:.65rem .75rem;border:1px solid rgba(255,255,255,.1)}.message-center-v2__bubble--sent{align-self:flex-end;background:#28c76f1f}.message-center-v2__bubble--recv{align-self:flex-start;background:#00cfe81a}.message-center-v2__bubble-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.2rem}.message-center-v2__bubble-time{color:var(--vuexy-text-muted);font-weight:800;font-size:.85rem;margin-bottom:.25rem}.message-center-v2__bubble-meta{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;min-width:0}.message-center-v2__bubble-delete{flex-shrink:0;width:28px;height:28px;padding:0;border:none;border-radius:8px;background:#ffffff14;color:var(--vuexy-text-muted);font-size:1.2rem;line-height:1;cursor:pointer}.message-center-v2__bubble-delete:hover:not(:disabled){background:#ea545433;color:#f87171}.message-center-v2__bubble-delete:disabled{opacity:.5;cursor:default}.message-center-v2__bubble-role{font-size:.72rem;font-weight:900;letter-spacing:.02em;color:#d8d4ff;border:1px solid rgba(115,103,240,.4);border-radius:999px;padding:.08rem .45rem}.message-center-v2__bubble-sender{font-size:.8rem;font-weight:800;color:var(--vuexy-text-muted)}.message-center-v2__bubble-text{color:var(--vuexy-text);font-weight:650;white-space:pre-wrap;word-break:break-word}.message-center-v2__composer{border-top:1px solid var(--vuexy-card-border);padding:.75rem;display:grid;grid-template-columns:1fr 120px;gap:.75rem;align-items:end}.message-center-v2__composer-input{width:100%;min-height:46px;max-height:160px;resize:vertical;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:var(--vuexy-text);padding:.7rem .85rem;outline:none;font-weight:650}.message-center-v2__composer-mode{grid-column:1 / -1;color:var(--vuexy-text-muted);font-size:.78rem;font-weight:800;margin-top:-.2rem}.message-center-v2__composer-send{height:46px;border-radius:12px;border:1px solid rgba(115,103,240,.35);background:#7367f02e;color:#fff;font-weight:900;cursor:pointer;transition:background .15s,transform .05s}.message-center-v2__composer-send:hover:not(:disabled){background:#7367f047}.message-center-v2__composer-send:active:not(:disabled){transform:translateY(1px)}.message-center-v2__composer-send:disabled{opacity:.5;cursor:not-allowed}@media(max-width:1100px){.message-center-v2__head{flex-direction:column;align-items:flex-start}.message-center-v2__grid{grid-template-columns:1fr}.message-center-v2__card--list{margin-top:.75rem}.message-center-v2__composer{grid-template-columns:1fr}.message-center-v2__composer-send{width:100%}.message-center-v2__bubble{max-width:92%}}.mgmt-view{display:flex;flex-direction:column;gap:1.25rem}.mgmt-view__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.75rem}.mgmt-layout{display:grid;gap:0;background:var(--white);border:1px solid var(--gray-100);border-radius:10px;padding:0;box-shadow:var(--shadow);overflow:hidden}.dashboard .mgmt-layout{background:var(--vuexy-card-bg);border-color:var(--vuexy-card-border);box-shadow:var(--vuexy-card-shadow)}.dashboard .mgmt-form-section__title{color:var(--vuexy-active-purple)}.dashboard .mgmt-form__label{color:var(--form-label-color)}.mgmt-layout--trips{grid-template-columns:1fr 1.2fr 1fr}.mgmt-layout--facilities{grid-template-columns:1fr 1.3fr .85fr}.trip-mgmt{--trip-accent: #7367f0;--trip-accent-hover: #6358d8;--trip-success: #10b981;--trip-danger: #ef4444;--trip-panel-bg: var(--vuexy-card-bg);--trip-panel-border: var(--vuexy-card-border);--trip-panel-radius: 12px;--trip-panel-shadow: 0 1px 3px rgba(0, 0, 0, .08)}[data-theme=light] .trip-mgmt{--trip-panel-shadow: 0 1px 3px rgba(0, 0, 0, .06)}.trip-mgmt__toolbar{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.trip-mgmt__date-filter{display:inline-flex;align-items:center;gap:.5rem}.trip-mgmt__date-label{font-size:.875rem;font-weight:500;color:var(--subtext);white-space:nowrap}.trip-mgmt__date-input{width:auto;min-width:10rem;padding:.4rem .5rem;font-size:.875rem}.trip-mgmt__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;border-radius:10px;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,background .2s ease}.trip-mgmt__btn:hover{transform:translateY(-1px)}.trip-mgmt__btn:active{transform:translateY(0)}.trip-mgmt__btn-icon{font-size:1.125rem;line-height:1;opacity:.95}.trip-mgmt__btn--primary{background:#7367f0;color:#fff;box-shadow:0 2px 8px #7367f059}.trip-mgmt__btn--primary:hover{background:#6358d8;box-shadow:0 4px 12px #7367f066}.trip-mgmt__btn--secondary{background:var(--vuexy-card-bg);color:var(--vuexy-text-muted);border:1px solid rgba(115,103,240,.5)}.trip-mgmt__btn--secondary:hover{background:#7367f026;color:var(--vuexy-text);border-color:#7367f0}[data-theme=light] .trip-mgmt__btn--secondary{background:#f8fafc;color:#7367f0;border-color:#7367f0}[data-theme=light] .trip-mgmt__btn--secondary:hover{background:#7367f014;color:#6358d8;border-color:#6358d8}.trip-mgmt__error{margin-bottom:1rem;border-radius:8px}.trip-mgmt__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem}.trip-mgmt__spinner{width:40px;height:40px;border:3px solid var(--trip-panel-border);border-top-color:var(--trip-accent);border-radius:50%;animation:trip-mgmt-spin .8s linear infinite}@keyframes trip-mgmt-spin{to{transform:rotate(360deg)}}.driver-mgmt__error{margin-bottom:1rem}.driver-mgmt__loading{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem}.driver-mgmt__spinner{width:32px;height:32px;border:3px solid var(--vuexy-card-border);border-top-color:var(--vuexy-active-purple);border-radius:50%;animation:trip-mgmt-spin .8s linear infinite}.driver-mgmt--three-col{padding:0}.driver-mgmt--three-col .driver-mgmt__layout{display:grid;grid-template-columns:1.1fr 1.4fr .9fr;gap:1.25rem;align-items:start;min-height:0}.driver-mgmt__panel{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:var(--radius-lg);box-shadow:var(--vuexy-card-shadow);overflow:hidden;display:flex;flex-direction:column;min-height:0}.driver-mgmt__panel-head{padding:.75rem 1.25rem;background:#0003;border-bottom:1px solid var(--vuexy-card-border)}.driver-mgmt__panel-head--list{background:var(--vuexy-active-purple);border-bottom-color:#ffffff26}.driver-mgmt__panel-title{margin:0;font-size:.9375rem;font-weight:600;color:var(--vuexy-active-purple)}.driver-mgmt__panel-head--list .driver-mgmt__list-title{color:#fff;font-size:.9375rem;font-weight:600}.driver-mgmt__form-panel{max-height:85vh}.driver-mgmt__form-wrap{padding:1rem 1.25rem;overflow-y:auto;flex:1;min-height:0}.driver-mgmt__form-error{margin-bottom:.75rem}.driver-mgmt__form .mgmt-form__section-title{display:none}.driver-mgmt__form-body .mgmt-form__section{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem 1rem;align-content:start}.driver-mgmt__form-body .mgmt-form__section .mgmt-form__group:has(textarea),.driver-mgmt__form-body .mgmt-form__section .mgmt-form__group:has(input[type=file]),.driver-mgmt__form-body .mgmt-form__section .mgmt-form__group:has(input[type=checkbox]){grid-column:1 / -1}.driver-mgmt__form-body .mgmt-form__section .mgmt-form__section-title{grid-column:1 / -1;color:var(--vuexy-text);font-size:.9375rem;font-weight:600;margin:0 0 .5rem}.driver-mgmt__form-body .mgmt-form__label,.driver-mgmt__form .mgmt-form__label,.driver-mgmt__form .mgmt-form__input,.driver-mgmt__form .mgmt-form__textarea{color:var(--vuexy-text)}.driver-mgmt__form .mgmt-form__input::placeholder,.driver-mgmt__form .mgmt-form__textarea::placeholder{color:var(--vuexy-text-muted);opacity:1}[data-theme=light] .driver-mgmt__form-body .mgmt-form__section-title,[data-theme=light] .driver-mgmt__form .mgmt-form__label,[data-theme=light] .driver-mgmt__form .mgmt-form__input,[data-theme=light] .driver-mgmt__form .mgmt-form__textarea{color:#334155}[data-theme=light] .driver-mgmt__form .mgmt-form__input,[data-theme=light] .driver-mgmt__form .mgmt-form__textarea{background:var(--white);border-color:#e2e8f0;color:#1e293b}[data-theme=light] .driver-mgmt__form .mgmt-form__input::placeholder,[data-theme=light] .driver-mgmt__form .mgmt-form__textarea::placeholder{color:#94a3b8}.driver-mgmt__form-body{display:grid;grid-template-columns:1fr auto;gap:1rem 1.5rem;align-items:start}.driver-mgmt__form-body .mgmt-form__section{grid-column:1;min-width:0}.driver-mgmt__image-placeholder{grid-column:2;grid-row:1}.driver-mgmt__image-box{width:100px;height:100px;border:1px dashed var(--vuexy-card-border);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:var(--vuexy-text-muted);background:#0000001a}.driver-mgmt__form-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--vuexy-card-border)}.driver-mgmt__list-panel{min-height:400px;display:flex;flex-direction:column}.driver-mgmt__control-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.25rem;padding:1rem 1.25rem;background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:10px;margin-bottom:1rem;box-shadow:var(--vuexy-card-shadow)}.driver-mgmt__view-tabs{display:inline-flex;align-items:center;gap:.35rem}.driver-mgmt__view-tab{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background:#ffffff0f;border:1px solid var(--vuexy-card-border);border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s,color .2s;white-space:nowrap}.driver-mgmt__view-tab:hover{background:#ffffff1a;color:#fff}.driver-mgmt__view-tab--active{background:var(--vuexy-active-purple);color:#fff;border-color:var(--vuexy-active-purple)}.driver-mgmt__view-tab--active:hover{background:#6358d8;color:#fff}.driver-mgmt__toolbar-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.driver-mgmt__btn-add{white-space:nowrap}.driver-mgmt__btn-filter{white-space:nowrap;background:#ffffff14;border-color:var(--vuexy-card-border);color:#fff}.driver-mgmt__btn-filter:hover{background:#ffffff1f;border-color:#ffffff26;color:#fff}[data-theme=light] .driver-mgmt__view-tab{background:#f1f5f9;color:#475569;border-color:#e2e8f0}[data-theme=light] .driver-mgmt__view-tab:hover{background:#e2e8f0;color:#334155}[data-theme=light] .driver-mgmt__view-tab--active{background:var(--vuexy-active-purple);color:#fff;border-color:var(--vuexy-active-purple)}[data-theme=light] .driver-mgmt__view-tab--active:hover{background:#6358d8;color:#fff}[data-theme=light] .driver-mgmt__btn-filter{background:#f1f5f9;border-color:#e2e8f0;color:#475569}[data-theme=light] .driver-mgmt__btn-filter:hover{background:#e2e8f0;color:#334155}.vehicle-mgmt__control-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.75rem 1.25rem;padding:1rem 1.25rem;background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:10px;margin-bottom:1rem;box-shadow:var(--vuexy-card-shadow)}.vehicle-mgmt__toolbar-spacer{flex:1;min-width:0}.vehicle-mgmt__toolbar-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.vehicle-mgmt__btn-filter{white-space:nowrap;background:#ffffff14;border-color:var(--vuexy-card-border);color:#fff}.vehicle-mgmt__btn-filter:hover{background:#ffffff1f;border-color:#ffffff26;color:#fff}.vehicle-mgmt__btn-add{white-space:nowrap}.vehicle-mgmt__filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;padding:.75rem 1.25rem;margin-bottom:1rem;background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:10px;box-shadow:var(--vuexy-card-shadow)}.vehicle-mgmt__filter-label{font-size:.8125rem;font-weight:600;color:var(--vuexy-text)}.vehicle-mgmt__filter-input{width:12rem;min-width:8rem;padding:.4rem .5rem;font-size:.875rem}.vehicle-mgmt__list-panel{flex:1;min-width:0;min-height:400px;display:flex;flex-direction:column}.vehicle-mgmt__table-wrap{overflow:auto;flex:1;min-height:200px}.vehicle-mgmt__table{width:100%}.vehicle-mgmt__table th,.vehicle-mgmt__table td{padding:.5rem .75rem;font-size:.875rem;border-bottom:1px solid var(--vuexy-card-border);color:var(--vuexy-text)}.vehicle-mgmt__table thead th{background:var(--vuexy-bg-muted);font-weight:600;color:var(--vuexy-text)}.vehicle-mgmt__error{margin-bottom:1rem}[data-theme=light] .vehicle-mgmt__btn-filter{background:#f1f5f9;border-color:#e2e8f0;color:#475569}[data-theme=light] .vehicle-mgmt__btn-filter:hover{background:#e2e8f0;color:#334155}.dashboard .vehicle-mileage-panel{--vm-title: #f3f4f6;--vm-label: #9ca3af;--vm-muted: #94a3b8;--vm-section-bg: #1f2937;--vm-section-border: rgba(255, 255, 255, .06);--vm-input-bg: #111827;--vm-input-border: #374151;--vm-input-color: #f9fafb;--vm-asterisk: #94a3b8;--vm-table-head: #312e81;--vm-table-head-text: #cbd5e1;--vm-btn-primary: #6366f1;--vm-btn-primary-hover: #4f46e5;--vm-btn-secondary: rgba(255, 255, 255, .06);--vm-btn-secondary-border: rgba(255, 255, 255, .12);--vm-btn-secondary-hover: rgba(255, 255, 255, .1);margin-bottom:1.5rem;font-family:var(--font)}[data-theme=light] .dashboard .vehicle-mileage-panel{--vm-title: #0f172a;--vm-label: #64748b;--vm-muted: #64748b;--vm-section-bg: #ffffff;--vm-section-border: #e2e8f0;--vm-input-bg: #ffffff;--vm-input-border: #cbd5e1;--vm-input-color: #0f172a;--vm-asterisk: #64748b;--vm-table-head: #6366f1;--vm-table-head-text: #f8fafc;--vm-btn-primary: #6366f1;--vm-btn-primary-hover: #4f46e5;--vm-btn-secondary: #f8fafc;--vm-btn-secondary-border: #e2e8f0;--vm-btn-secondary-hover: #f1f5f9}.dashboard .vehicle-mileage-panel .auth-form__error{background:#ef44441f;border:1px solid rgba(248,113,113,.35);color:#fecaca;padding:.65rem 1rem;border-radius:8px}[data-theme=light] .dashboard .vehicle-mileage-panel .auth-form__error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.vehicle-mileage-panel__banner{margin-bottom:.75rem;padding:.65rem 1rem;border-radius:8px}.vehicle-mileage-panel__banner--ok{background:#10b98126;color:#34d399;border:1px solid rgba(16,185,129,.35)}[data-theme=light] .vehicle-mileage-panel__banner--ok{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.dashboard .vehicle-mileage-panel__section{background:var(--vm-section-bg);border:1px solid var(--vm-section-border);border-radius:10px;padding:1.25rem 1.5rem;margin-bottom:1.25rem;box-shadow:0 4px 24px -2px #0003}[data-theme=light] .dashboard .vehicle-mileage-panel__section{box-shadow:var(--vuexy-card-shadow)}.dashboard .vehicle-mileage-panel__title{margin:0 0 .5rem;font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--vm-title);display:flex;align-items:center;gap:.5rem}.dashboard .vehicle-mileage-panel__help{display:inline-flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;font-size:.65rem;font-weight:700;border-radius:50%;background:#94a3b833;color:#9ca3af;cursor:help;flex-shrink:0}[data-theme=light] .dashboard .vehicle-mileage-panel__help{background:#e2e8f0;color:#64748b}.dashboard .vehicle-mileage-panel__subtitle{margin:0 0 1rem;font-size:.8125rem;line-height:1.45;color:var(--vm-muted)}.dashboard .vehicle-mileage-panel .mgmt-form__label{color:var(--vm-label);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.dashboard .vehicle-mileage-panel .frequent-destinations-mgmt__req,.dashboard .vehicle-mileage-panel .vehicle-mileage-panel__req{color:var(--vm-asterisk);font-weight:600}.dashboard .vehicle-mileage-panel .mgmt-form__input{background:var(--vm-input-bg);border:1px solid var(--vm-input-border);color:var(--vm-input-color);border-radius:6px;font-size:.875rem}.dashboard .vehicle-mileage-panel select.mgmt-form__input{background:var(--vm-input-bg);color:var(--vm-input-color)}.dashboard .vehicle-mileage-panel .mgmt-form__input:focus{border-color:var(--vuexy-active-purple);box-shadow:0 0 0 2px var(--form-focus-ring, rgba(115, 103, 240, .25));outline:none}.dashboard .vehicle-mileage-panel .mgmt-form__input:disabled{opacity:.55;cursor:not-allowed}.dashboard .vehicle-mileage-panel .mgmt-form__input::placeholder{color:#6b7280}[data-theme=light] .dashboard .vehicle-mileage-panel .mgmt-form__input::placeholder{color:#94a3b8}.vehicle-mileage-panel__row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:.75rem}.vehicle-mileage-panel__row--filters{align-items:flex-end;margin-bottom:1rem}@media(max-width:900px){.vehicle-mileage-panel__row{grid-template-columns:1fr}}.vehicle-mileage-panel__actions{margin-top:.75rem}.dashboard .vehicle-mileage-panel__actions .btn--success{background:var(--vm-btn-primary);border-color:var(--vm-btn-primary);color:#fff;border-radius:8px;font-weight:600}.dashboard .vehicle-mileage-panel__actions .btn--success:hover{background:var(--vm-btn-primary-hover);border-color:var(--vm-btn-primary-hover);color:#fff}.vehicle-mileage-panel__report-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-end;padding-bottom:.25rem}.dashboard .vehicle-mileage-panel__report-actions .btn--secondary{background:var(--vm-btn-secondary);border:1px solid var(--vm-btn-secondary-border);color:#f3f4f6;border-radius:8px;font-weight:600}.dashboard .vehicle-mileage-panel__report-actions .btn--secondary:hover{background:var(--vm-btn-secondary-hover);border-color:#ffffff2e;color:#fff}[data-theme=light] .dashboard .vehicle-mileage-panel__report-actions .btn--secondary{color:#334155;border-color:var(--vm-btn-secondary-border)}[data-theme=light] .dashboard .vehicle-mileage-panel__report-actions .btn--secondary:hover{color:#0f172a;border-color:#cbd5e1}.vehicle-mileage-panel__print-area{overflow-x:auto}.dashboard .vehicle-mileage-panel__report-table{margin-top:.75rem;width:100%;border-collapse:collapse}.dashboard .vehicle-mileage-panel__report-table thead th{background:var(--vm-table-head);color:var(--vm-table-head-text);font-weight:600;font-size:.6875rem;letter-spacing:.06em;text-transform:uppercase;padding:.65rem .75rem;text-align:left;border:1px solid rgba(255,255,255,.08)}[data-theme=light] .dashboard .vehicle-mileage-panel__report-table thead th{border-color:#ffffff1f}.dashboard .vehicle-mileage-panel__report-table tbody td{padding:.6rem .75rem;font-size:.875rem;color:var(--vm-input-color);border-bottom:1px solid var(--vm-section-border);background:transparent}[data-theme=light] .dashboard .vehicle-mileage-panel__report-table tbody td{color:#1e293b;border-bottom-color:#e2e8f0}.vehicle-mileage-panel__empty{text-align:center;padding:1rem;color:var(--vm-muted);font-size:.875rem}.dashboard .vehicle-mgmt--odometer-only{padding:.5rem 0 1.5rem;min-height:60vh}[data-theme=light] .dashboard .vehicle-mgmt--odometer-only{background:transparent}.vehicle-mgmt--split{width:100%}.vehicle-mgmt-split{display:grid;grid-template-columns:minmax(300px,400px) minmax(320px,1fr);gap:1.25rem;align-items:start}@media(max-width:1024px){.vehicle-mgmt-split{grid-template-columns:1fr}}.vehicle-mgmt-form-card{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:10px;padding:1.25rem 1.35rem;box-shadow:var(--vuexy-card-shadow)}[data-theme=light] .vehicle-mgmt-form-card{background:#fff;border-color:#e5e7eb;box-shadow:0 1px 3px #0000000f}.vehicle-mgmt-form-card__title{margin:0 0 1rem;padding-bottom:.65rem;font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;border-bottom:1px solid var(--vuexy-card-border)}[data-theme=light] .vehicle-mgmt-form-card__title{color:var(--vuexy-text);border-bottom-color:var(--vuexy-card-border)}.dashboard .vehicle-mgmt-form-card .mgmt-form__label{font-size:.8125rem;font-weight:600;color:var(--form-label-color, var(--vuexy-text-muted))}[data-theme=light] .dashboard .vehicle-mgmt-form-card .mgmt-form__label{color:#6b7280}.vehicle-mgmt-form-card__req{color:var(--accent);font-weight:700}.vehicle-mgmt-form-card__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--vuexy-card-border)}[data-theme=light] .vehicle-mgmt-form-card__actions{border-top-color:#e5e7eb}.vehicle-mgmt-btn{border-radius:5px;font-weight:600;font-size:.8125rem;padding:.45rem .9rem;border:1px solid transparent}.vehicle-mgmt-btn--new{background:#38bdf8;border-color:#0ea5e9;color:#fff}.vehicle-mgmt-btn--new:hover{background:#0ea5e9;color:#fff}.vehicle-mgmt-btn--save{background:#10b981;border-color:#059669;color:#fff}.vehicle-mgmt-btn--save:hover:not(:disabled){background:#059669;color:#fff}.vehicle-mgmt-btn--edit{background:#2563eb;border-color:#1d4ed8;color:#fff}.vehicle-mgmt-btn--edit:hover{background:#1d4ed8;color:#fff}.vehicle-mgmt-btn--delete{background:#dc2626;border-color:#b91c1c;color:#fff}.vehicle-mgmt-btn--delete:hover:not(:disabled){background:#b91c1c;color:#fff}.vehicle-mgmt-btn:disabled{opacity:.6;cursor:not-allowed}.vehicle-mgmt-split__search{margin-bottom:.75rem}.vehicle-mgmt-split__search .mgmt-form__input{width:100%}.vehicle-mgmt-split__strip{background:#2563eb;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.65rem 1rem;border-radius:6px 6px 0 0}.vehicle-mgmt-split__table-wrap{overflow:auto;border:1px solid var(--vuexy-card-border);border-top:none;border-radius:0 0 8px 8px;max-height:min(70vh,560px)}[data-theme=light] .vehicle-mgmt-split__table-wrap{border-color:#e5e7eb}.vehicle-mgmt-split__table{width:100%;border-collapse:collapse;font-size:.875rem}.vehicle-mgmt-split__table thead th{background:#64748b;color:#fff;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;padding:.55rem .75rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.12)}.vehicle-mgmt-split__th-select{width:5rem}.vehicle-mgmt-split__table tbody tr:nth-child(2n){background:#ffffff08}[data-theme=light] .vehicle-mgmt-split__table tbody tr:nth-child(2n){background:#f9fafb}.vehicle-mgmt-split__table tbody td{padding:.5rem .75rem;border-bottom:1px solid var(--vuexy-card-border);color:var(--vuexy-text);vertical-align:middle}[data-theme=light] .vehicle-mgmt-split__table tbody td{border-bottom-color:#e5e7eb;color:#111827}.vehicle-mgmt-split__tr--selected td{background:#2563eb2e!important}[data-theme=light] .vehicle-mgmt-split__tr--selected td{background:#dbeafe!important}.vehicle-mgmt-split__select-link{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;text-decoration:underline;cursor:pointer;color:var(--vuexy-text)}[data-theme=light] .vehicle-mgmt-split__select-link{color:#111827}.vehicle-mgmt-split__select-link:hover{color:#2563eb}.vehicle-mgmt-split__cell-mono{font-family:ui-monospace,monospace;font-size:.8125rem;word-break:break-all}.vehicle-mgmt-split__loading,.vehicle-mgmt-split__empty{text-align:center;padding:1.25rem;color:var(--vuexy-text-muted)}.driver-mgmt__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;padding:1rem 1.25rem;background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:10px;margin-bottom:1rem;box-shadow:var(--vuexy-card-shadow)}.driver-mgmt__toolbar-left{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem}.driver-mgmt__tabs-inline{margin:0;padding:0;border:none}.driver-mgmt__tabs-inline .mgmt-tabs__tab{padding:.4rem .75rem;font-size:.8125rem}.driver-mgmt__list-panel{flex:1;min-width:0}.driver-mgmt__filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;padding:.75rem 1.25rem;border-bottom:1px solid var(--vuexy-card-border);background:#00000014}.driver-mgmt__filter-label{font-size:.8125rem;font-weight:600;color:var(--vuexy-text-muted)}.driver-mgmt__filter-input{width:10rem;min-width:8rem;padding:.4rem .5rem;font-size:.875rem}.driver-mgmt__filter-check{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;color:var(--vuexy-text);cursor:pointer}.driver-mgmt__tabs{display:flex;border-bottom:1px solid var(--vuexy-card-border);padding:0 1rem;gap:0}.driver-mgmt__tab{padding:.6rem 1rem;font-size:.8125rem;font-weight:500;background:transparent;border:none;color:var(--vuexy-text-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s,background .15s}.driver-mgmt__tab:hover{color:var(--vuexy-text)}.driver-mgmt__tab--active{color:var(--vuexy-active-purple);border-bottom-color:var(--vuexy-active-purple)}.driver-mgmt__table-wrap{overflow:auto;flex:1;min-height:200px}.driver-mgmt__table{width:100%}.driver-mgmt__table th,.driver-mgmt__table td{padding:.5rem .75rem;font-size:.875rem;border-bottom:1px solid var(--vuexy-card-border)}.driver-mgmt__table thead th{background:#0000001f;font-weight:600;color:var(--vuexy-text)}.driver-mgmt__row--selected{background:#7367f01f}.driver-mgmt__select-btn{white-space:nowrap}.driver-mgmt__side-panels{display:flex;flex-direction:column;gap:1rem}.driver-mgmt__side-card{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:10px;overflow:hidden}.driver-mgmt__side-card-head{padding:.6rem 1rem;font-size:.8125rem;font-weight:600;color:#fff;background:var(--vuexy-active-purple)}.driver-mgmt__side-card-body{padding:1rem}.driver-mgmt__side-label{display:block;font-size:.75rem;font-weight:600;color:var(--vuexy-text-muted);margin-bottom:.5rem}.driver-mgmt__side-row{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.driver-mgmt__side-field{display:flex;flex-direction:column;gap:.25rem;font-size:.8125rem;color:var(--vuexy-text)}.driver-mgmt__side-field span{font-weight:500}.driver-mgmt__side-field .mgmt-form__input{padding:.4rem .5rem;font-size:.875rem}.driver-mgmt__side-actions{display:flex;gap:.5rem;flex-wrap:wrap}@media(max-width:1200px){.driver-mgmt--three-col .driver-mgmt__layout{grid-template-columns:1fr 1fr}.driver-mgmt__side-panels{grid-column:1 / -1;flex-direction:row;flex-wrap:wrap}.driver-mgmt__side-card{flex:1;min-width:260px}.driver-mgmt__form-body .mgmt-form__section{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.driver-mgmt--three-col .driver-mgmt__layout,.driver-mgmt__form-body{grid-template-columns:1fr}.driver-mgmt__image-placeholder{grid-column:1;grid-row:auto}.driver-mgmt__form-body .mgmt-form__section{grid-template-columns:1fr}}.driver-view-page__header,.new-driver-page__header,.driver-edit-page__header{margin-top:0;margin-bottom:1rem}.new-driver-page.mgmt-view,.driver-edit-page.mgmt-view{padding-top:0;margin-top:0;gap:1rem}.new-driver-page .mgmt-view__title,.driver-edit-page .mgmt-view__title{color:var(--vuexy-text);margin-top:0;margin-bottom:.25rem}.new-driver-page .mgmt-view__subtitle,.driver-edit-page .mgmt-view__subtitle{color:var(--vuexy-text-muted);margin-top:0;margin-bottom:0}.driver-form-grid__wrap{max-width:56rem;margin:0 auto}.driver-form-grid .mgmt-form__section{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem 1.25rem;align-content:start;margin-bottom:1rem}.driver-form-grid .mgmt-form__section-title{grid-column:1 / -1;color:var(--vuexy-text);font-size:.9375rem;font-weight:600;margin:0 0 .5rem}.new-driver-page .mgmt-form__label,.driver-edit-page .mgmt-form__label{color:var(--vuexy-text)}.new-driver-page .mgmt-form__input,.driver-edit-page .mgmt-form__input{color:var(--vuexy-text);background:var(--form-input-bg);border-color:var(--form-input-border)}.new-driver-page .mgmt-form__input::placeholder,.driver-edit-page .mgmt-form__input::placeholder{color:var(--vuexy-text-muted);opacity:1}.new-driver-page .mgmt-form__textarea,.driver-edit-page .mgmt-form__textarea{color:var(--vuexy-text);background:var(--form-input-bg);border-color:var(--form-input-border)}.new-driver-page .mgmt-form__textarea::placeholder,.driver-edit-page .mgmt-form__textarea::placeholder{color:var(--vuexy-text-muted);opacity:1}.new-driver-page .mgmt-form__group label.mgmt-form__label,.driver-edit-page .mgmt-form__group label.mgmt-form__label{color:var(--vuexy-text)}.driver-form-grid .mgmt-form__section .mgmt-form__group{min-width:0}.driver-form-grid .mgmt-form__section .mgmt-form__group:has(textarea),.driver-form-grid .mgmt-form__section .mgmt-form__group:has(input[type=file]),.driver-form-grid .mgmt-form__section .mgmt-form__group:has(input[type=checkbox]){grid-column:1 / -1}.driver-form-grid .mgmt-form__actions{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--vuexy-card-border, rgba(0, 0, 0, .12));display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start}@media(max-width:1023px){.driver-form-grid .mgmt-form__section{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.driver-form-grid .mgmt-form__section{grid-template-columns:1fr}.driver-form-grid .mgmt-form__actions{flex-direction:column}.driver-form-grid .mgmt-form__actions button{width:100%}}[data-theme=light] .new-driver-page .mgmt-view__title,[data-theme=light] .driver-edit-page .mgmt-view__title{color:#1e293b}[data-theme=light] .new-driver-page .mgmt-view__subtitle,[data-theme=light] .driver-edit-page .mgmt-view__subtitle{color:#64748b}[data-theme=light] .driver-form-grid .mgmt-form__section-title,[data-theme=light] .new-driver-page .mgmt-form__section-title,[data-theme=light] .driver-edit-page .mgmt-form__section-title{color:#1e293b}[data-theme=light] .new-driver-page .mgmt-form__label,[data-theme=light] .driver-edit-page .mgmt-form__label,[data-theme=light] .new-driver-page .mgmt-form__group label.mgmt-form__label,[data-theme=light] .driver-edit-page .mgmt-form__group label.mgmt-form__label{color:#334155}[data-theme=light] .new-driver-page .mgmt-form__input,[data-theme=light] .driver-edit-page .mgmt-form__input,[data-theme=light] .new-driver-page .mgmt-form__textarea,[data-theme=light] .driver-edit-page .mgmt-form__textarea{color:#1e293b;background:var(--white);border-color:#e2e8f0}[data-theme=light] .new-driver-page .mgmt-form__input::placeholder,[data-theme=light] .driver-edit-page .mgmt-form__input::placeholder,[data-theme=light] .new-driver-page .mgmt-form__textarea::placeholder,[data-theme=light] .driver-edit-page .mgmt-form__textarea::placeholder{color:#94a3b8}.facility-form-page .record-view-page__title{color:var(--vuexy-text)}.facility-form-page .record-view-page__subtitle{color:var(--vuexy-text-muted)}.facility-form-page .driver-form-grid .mgmt-form__section-title{color:var(--vuexy-text);font-size:.9375rem;font-weight:600;margin:0 0 .5rem}.facility-form-page .mgmt-form__label,.facility-form-page .mgmt-form__group label.mgmt-form__label{color:var(--vuexy-text)}.facility-form-page .mgmt-form__input,.facility-form-page .mgmt-form__textarea{color:var(--vuexy-text);background:var(--form-input-bg);border-color:var(--form-input-border)}.facility-form-page .mgmt-form__input::placeholder,.facility-form-page .mgmt-form__textarea::placeholder{color:var(--vuexy-text-muted);opacity:1}.facility-form-page .driver-form-grid .mgmt-form__section{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem 1.25rem;align-content:start;margin-bottom:1rem}.facility-form-page .driver-form-grid .mgmt-form__section .mgmt-form__group:has(textarea),.facility-form-page .driver-form-grid .mgmt-form__section .mgmt-form__group:has(input[type=file]),.facility-form-page .driver-form-grid .mgmt-form__section .mgmt-form__group:has(input[type=checkbox]){grid-column:1 / -1}.facility-form-page .driver-form-grid .mgmt-form__actions{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--vuexy-card-border, rgba(0, 0, 0, .12));display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start}@media(max-width:1023px){.facility-form-page .driver-form-grid .mgmt-form__section{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.facility-form-page .driver-form-grid .mgmt-form__section{grid-template-columns:1fr}.facility-form-page .driver-form-grid .mgmt-form__actions button{width:100%}}[data-theme=light] .facility-form-page .record-view-page__title{color:#1e293b}[data-theme=light] .facility-form-page .record-view-page__subtitle{color:#64748b}[data-theme=light] .facility-form-page .driver-form-grid .mgmt-form__section-title{color:#1e293b}[data-theme=light] .facility-form-page .mgmt-form__label,[data-theme=light] .facility-form-page .mgmt-form__group label.mgmt-form__label{color:#334155}[data-theme=light] .facility-form-page .mgmt-form__input,[data-theme=light] .facility-form-page .mgmt-form__textarea{color:#1e293b;background:var(--white);border-color:#e2e8f0}[data-theme=light] .facility-form-page .mgmt-form__input::placeholder,[data-theme=light] .facility-form-page .mgmt-form__textarea::placeholder{color:#94a3b8}.facility-mgmt--three-panel{padding:0}.facility-mgmt--three-panel .mgmt-layout{min-height:420px}.facility-mgmt__form-panel{padding:1.25rem;border-right:1px solid var(--vuexy-card-border);overflow-y:auto}.facility-mgmt__section-title{color:var(--vuexy-text);font-size:.9375rem;font-weight:600;letter-spacing:.02em;margin:1rem 0 .5rem}.facility-mgmt__form-panel .facility-mgmt__section-title:first-child{margin-top:0}.facility-mgmt__form .mgmt-form__group{margin-bottom:.5rem}.facility-mgmt__form .mgmt-form__label,.facility-mgmt__form .mgmt-form__group label.mgmt-form__label{color:var(--form-label-color, var(--vuexy-text))}.facility-mgmt__form .mgmt-form__input,.facility-mgmt__form .mgmt-form__textarea{color:var(--form-input-color, var(--vuexy-text));background:var(--form-input-bg);border-color:var(--form-input-border)}.facility-mgmt__actions{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--vuexy-card-border);display:flex;flex-wrap:wrap;gap:.5rem}.facility-mgmt__panel-head{background:#7367f033;color:var(--vuexy-text);font-size:.8125rem;font-weight:600;letter-spacing:.04em;padding:.75rem 1.25rem;text-align:left;border-bottom:1px solid var(--vuexy-card-border)}.facility-mgmt__list-panel,.facility-mgmt__login-panel{display:flex;flex-direction:column;min-width:0;overflow:hidden}.facility-mgmt__list-panel .mgmt-table-wrap,.facility-mgmt__login-panel .facility-mgmt__filter{flex:1;overflow-y:auto}.facility-mgmt__filter{padding:1rem 1.25rem;border-bottom:1px solid var(--vuexy-card-border)}.facility-mgmt__filter .facility-mgmt__section-title{margin-top:0}.facility-mgmt__filter-form{display:flex;flex-direction:column;gap:.5rem}.facility-mgmt__filter-row{display:flex;flex-direction:column;gap:.25rem}.facility-mgmt__filter-label{font-size:.8125rem;font-weight:500;color:var(--vuexy-text-muted)}.facility-mgmt__filter .mgmt-form__input{color:var(--form-input-color, var(--vuexy-text));background:var(--form-input-bg);border-color:var(--form-input-border)}.facility-mgmt__filter-btn{margin-top:.5rem;align-self:flex-start}.facility-mgmt__table-wrap{padding:0 1rem 1rem}.facility-mgmt__table{width:100%}.facility-mgmt__login-panel .facility-mgmt__filter{border-bottom:none;flex:0 0 auto}.facility-mgmt__login-panel .facility-mgmt__login-table-wrap{flex:1;min-height:0;overflow-y:auto;padding:1rem 1.25rem}[data-theme=light] .facility-mgmt__section-title{color:#1e293b}[data-theme=light] .facility-mgmt__form-panel{border-right-color:#e2e8f0}[data-theme=light] .facility-mgmt__form .mgmt-form__label,[data-theme=light] .facility-mgmt__form .mgmt-form__group label.mgmt-form__label{color:#334155}[data-theme=light] .facility-mgmt__form .mgmt-form__input,[data-theme=light] .facility-mgmt__form .mgmt-form__textarea{color:#1e293b;background:var(--white);border-color:#e2e8f0}[data-theme=light] .facility-mgmt__panel-head{background:#f1f5f9;color:#475569;border-bottom-color:#e2e8f0}[data-theme=light] .facility-mgmt__filter-label{color:#64748b}[data-theme=light] .facility-mgmt__filter .mgmt-form__input{color:#1e293b;background:var(--white);border-color:#e2e8f0}.driver-view-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:1rem 2rem;margin-bottom:1.5rem}.driver-view-page__field{display:flex;flex-direction:column;gap:.25rem}.driver-view-page__field--full{grid-column:1 / -1}.driver-view-page__label{font-size:.8125rem;font-weight:600;color:var(--vuexy-text-muted)}.trip-mgmt__layout{display:grid;gap:1rem;align-items:start}.trip-mgmt__layout--list-only{grid-template-columns:1fr;max-width:100%}.trip-mgmt__layout--list-only .trip-mgmt__list-panel{width:100%;padding:0;overflow:hidden}.trip-mgmt__layout--list-only .trip-mgmt__list-panel .mgmt-list-header{border-radius:0}.trip-mgmt__panel{background:var(--trip-panel-bg);border:1px solid var(--trip-panel-border);border-radius:var(--trip-panel-radius);box-shadow:var(--trip-panel-shadow);padding:1.25rem;overflow:hidden}.trip-mgmt .trip-mgmt__panel .mgmt-form-section__title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--trip-accent);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(99,102,241,.2)}.trip-mgmt .trip-mgmt__panel .mgmt-form__group{margin-bottom:.75rem}.trip-mgmt .trip-mgmt__panel .mgmt-form__input{border-radius:8px;border-color:var(--trip-panel-border);transition:border-color .2s,box-shadow .2s}.trip-mgmt .trip-mgmt__panel .mgmt-form__input:focus{border-color:var(--trip-accent);box-shadow:0 0 0 3px #6366f126}.trip-mgmt__sidebar{padding:0;overflow:hidden}.trip-mgmt__list-header{background:linear-gradient(135deg,var(--trip-accent) 0%,#8b5cf6 100%);color:#fff;font-size:.8125rem;font-weight:600;letter-spacing:.03em;padding:.875rem 1.25rem;margin:0}.trip-mgmt__filter{padding:1rem 1.25rem;margin-bottom:0}.trip-mgmt__filter-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--vuexy-text-muted);margin:0 0 .75rem;padding:0;border:none}.trip-mgmt__table-wrap{border-radius:0 0 var(--trip-panel-radius) var(--trip-panel-radius);overflow:hidden}.trip-mgmt .dashboard-table--trips{border-radius:0}.trip-mgmt .dashboard-table--trips thead th{background:#0003;color:var(--vuexy-text-muted);font-size:.75rem;font-weight:600;padding:.75rem 1rem;border-bottom:1px solid var(--trip-panel-border)}[data-theme=light] .trip-mgmt .dashboard-table--trips thead th{background:#f8fafc;color:#475569}.trip-mgmt .dashboard-table--trips tbody tr{transition:background .15s ease}.trip-mgmt .dashboard-table--trips tbody tr:hover{background:#ffffff0a}.trip-update-status-page{max-width:640px;margin:0 auto}.trip-update-status-card{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-border);border-radius:var(--radius-lg);padding:1.5rem}.trip-update-status-card__title{margin:0 0 1.25rem;font-size:1.25rem;font-weight:700;color:var(--vuexy-text)}.trip-update-status-card__loading{margin:0;color:var(--vuexy-text-muted)}.trip-update-status-card__form{display:flex;flex-direction:column;gap:1rem}.trip-update-status-card__error{margin:0 0 .5rem;padding:.5rem .75rem;background:#dc262626;color:#fca5a5;border-radius:6px;font-size:.875rem}.trip-update-status-card__row{display:grid;grid-template-columns:140px 1fr;gap:.75rem;align-items:center}.trip-update-status-card__label{font-size:.875rem;font-weight:500;color:var(--vuexy-text-muted)}.trip-update-status-card__value{font-size:.9375rem;color:var(--vuexy-text)}.trip-update-status-card__input,.trip-update-status-card__select{padding:.5rem .75rem;border:1px solid var(--vuexy-border);border-radius:6px;background:var(--vuexy-content-bg);color:var(--vuexy-text);font-size:.9375rem;min-width:0}.trip-update-status-card__select{cursor:pointer}.trip-update-status-card__signature{margin:.5rem 0 0}.trip-update-status-card__signature-link{color:var(--accent);text-decoration:none;font-size:.875rem}.trip-update-status-card__signature-link:hover{text-decoration:underline}.trip-update-status-card__driver-sig{margin-top:.5rem}.trip-update-status-card__driver-sig-link{background:none;border:none;color:var(--accent);cursor:pointer;font-size:.875rem;padding:.25rem 0}.trip-update-status-card__driver-sig-link:hover{text-decoration:underline}.trip-update-status-card__driver-sig-thumb{margin-top:.5rem}.trip-update-status-card__driver-sig-thumb img{display:block;max-width:280px;max-height:120px;border:1px solid var(--vuexy-border);border-radius:6px;background:#fff}.trip-update-status-card__actions{display:flex;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}.signature-pad{margin-top:.75rem}.signature-pad__card{background:#0003;border:1px solid var(--vuexy-border);border-radius:8px;padding:1rem}.signature-pad__title{margin:0 0 .75rem;font-size:.9375rem;font-weight:600;color:var(--vuexy-text)}.signature-pad__canvas-wrap{position:relative;width:100%;height:200px;background:var(--vuexy-content-bg);border:1px solid var(--vuexy-border);border-radius:6px;overflow:hidden}.signature-pad__canvas{display:block;width:100%;height:100%;touch-action:none}.signature-pad__hint{margin:.35rem 0 .5rem;font-size:.75rem;color:var(--vuexy-text-muted)}.signature-pad__actions{display:flex;gap:.5rem;margin-top:.5rem}.signature-pad__btn{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;border:1px solid var(--vuexy-border);background:var(--vuexy-card-bg);color:var(--vuexy-text)}.signature-pad__btn:hover:not(:disabled){background:#ffffff14}.signature-pad__btn--clear{background:var(--vuexy-card-bg)}.signature-pad__btn--save{background:var(--green);color:#fff;border-color:var(--green)}.signature-pad__btn--save:hover:not(:disabled){background:#059669;border-color:#059669}.signature-pad__btn--save:disabled{opacity:.6;cursor:not-allowed}.signature-pad__btn--back{background:#3b82f6;color:#fff;border-color:#3b82f6}.signature-pad__btn--back:hover{background:#2563eb;border-color:#2563eb}[data-theme=light] .trip-update-status-card__input,[data-theme=light] .trip-update-status-card__select{background:#fff;color:#111827}[data-theme=light] .trip-update-status-card__error{background:#fef2f2;color:#b91c1c}.reimbursement-mgmt__layout{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}@media(max-width:900px){.reimbursement-mgmt__layout{grid-template-columns:1fr}}.reimbursement-mgmt .trip-mgmt__panel{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-border);border-radius:10px;padding:1.25rem;min-width:0}.reimbursement-mgmt__form-title{font-size:1.25rem;font-weight:700;margin:0 0 1rem;color:var(--vuexy-text)}.reimbursement-mgmt__error{margin-bottom:.75rem}.reimbursement-mgmt__section{margin-bottom:1.25rem}.reimbursement-mgmt__section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--accent);margin:0 0 .75rem;padding-bottom:.35rem;border-bottom:1px solid var(--vuexy-border)}.reimbursement-mgmt__rates-table-wrap{overflow-x:auto;margin-bottom:.75rem}.reimbursement-mgmt__rates-table{width:100%;border-collapse:collapse;font-size:.9375rem}.reimbursement-mgmt__rates-table th,.reimbursement-mgmt__rates-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--vuexy-border)}.reimbursement-mgmt__rates-table th{color:var(--vuexy-text-muted);font-weight:600}.reimbursement-mgmt__rates-table td .mgmt-form__input{width:100%;min-width:0}.reimbursement-mgmt__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--vuexy-border)}.reimbursement-mgmt__filter{margin-bottom:1rem}.reimbursement-mgmt__filter .mgmt-form__group{margin-bottom:.5rem}.reimbursement-mgmt__filter .btn{margin-top:.5rem}[data-theme=light] .trip-mgmt .dashboard-table--trips tbody tr:hover{background:#f8fafc}.trip-mgmt .dashboard-table__row--selected td{background:#ffffff0f}[data-theme=light] .trip-mgmt .dashboard-table__row--selected td{background:#f1f5f9}.trip-mgmt .dashboard-table__action-buttons{display:inline-flex;flex-wrap:nowrap;gap:.5rem;align-items:center;padding:.25rem 0}.trip-mgmt .dashboard-table__action-buttons .btn{border-radius:8px;font-size:.8125rem;font-weight:500;padding:.375rem .75rem;min-height:32px;border:1px solid transparent;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.trip-mgmt .dashboard-table__action-buttons .btn--secondary{background:#ffffff0f;border-color:#ffffff1f;color:var(--vuexy-text, #e2e8f0)}.trip-mgmt .dashboard-table__action-buttons .btn--secondary:hover{background:#ffffff1a;border-color:#fff3}.trip-mgmt .dashboard-table__action-buttons .btn--primary{background:#7367f0;border-color:#7367f0}.trip-mgmt .dashboard-table__action-buttons .btn--primary:hover{background:#6358d8;border-color:#6358d8;box-shadow:0 2px 8px #7367f059}.trip-mgmt .dashboard-table__action-buttons .btn--danger{background:#dc262626;border-color:#dc262666;color:#f87171}.trip-mgmt .dashboard-table__action-buttons .btn--danger:hover:not(:disabled){background:#dc2626;border-color:#dc2626;color:var(--white)}.trip-mgmt .dashboard-table__action-buttons .btn:hover{transform:none}[data-theme=light] .trip-mgmt .dashboard-table__action-buttons .btn--secondary{background:#f1f5f9;border-color:#cbd5e1;color:#475569}[data-theme=light] .trip-mgmt .dashboard-table__action-buttons .btn--secondary:hover{background:#e2e8f0;border-color:#94a3b8}[data-theme=light] .trip-mgmt .dashboard-table__action-buttons .btn--danger{background:#dc262614;border-color:#dc262659;color:#dc2626}[data-theme=light] .trip-mgmt .dashboard-table__action-buttons .btn--danger:hover:not(:disabled){background:#dc2626;border-color:#dc2626;color:var(--white)}.trip-mgmt__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--trip-panel-border)}.trip-mgmt__action-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .2s}.trip-mgmt__action-btn:hover:not(:disabled){transform:translateY(-1px)}.trip-mgmt__action-btn:disabled{opacity:.6;cursor:not-allowed}.trip-mgmt__action-btn--new{background:#6366f126;color:var(--trip-accent);border:1px solid rgba(99,102,241,.3)}.trip-mgmt__action-btn--new:hover:not(:disabled){background:#6366f140;box-shadow:0 2px 8px #6366f133}.trip-mgmt__action-btn--save{background:linear-gradient(135deg,var(--trip-success) 0%,#059669 100%);color:#fff;box-shadow:0 2px 6px #10b9814d}.trip-mgmt__action-btn--save:hover:not(:disabled){box-shadow:0 4px 12px #10b98159}.trip-mgmt__action-btn--edit{background:#6366f11f;color:var(--trip-accent);border:1px solid rgba(99,102,241,.25)}.trip-mgmt__action-btn--edit:hover:not(:disabled){background:#6366f133}.trip-mgmt__action-btn--delete{background:#ef44441f;color:var(--trip-danger);border:1px solid rgba(239,68,68,.25)}.trip-mgmt__action-btn--delete:hover:not(:disabled){background:#ef444433;box-shadow:0 2px 6px #ef444433}[data-theme=light] .trip-mgmt__action-btn--new,[data-theme=light] .trip-mgmt__action-btn--edit{background:#eef2ff;color:#7367f0;border-color:#c7d2fe}[data-theme=light] .trip-mgmt__action-btn--delete{background:#fef2f2;color:#dc2626;border-color:#fecaca}.trip-mgmt .dashboard-table--trips .badge--default{background:#ffffff1a;color:var(--vuexy-text-muted);font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:6px}[data-theme=light] .trip-mgmt .dashboard-table--trips .badge--default{background:#e2e8f0;color:#475569}.trip-mgmt__table-wrap .dashboard-panel__placeholder{padding:1.5rem 1.25rem;text-align:center;color:var(--vuexy-text-muted);font-size:.9375rem}.mgmt-layout--customers{grid-template-columns:1fr 1fr}.mgmt-layout--list-only{grid-template-columns:1fr;max-width:100%}.mgmt-layout__left,.mgmt-layout__center,.mgmt-layout__right{min-width:0;overflow-y:auto}.mgmt-form-section{margin-bottom:1.5rem}.mgmt-form-section__title{font-size:.85rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .75rem;padding-bottom:.35rem}.mgmt-form__group{margin-bottom:.75rem}.mgmt-form__label{display:block;font-size:.875rem;font-weight:600;color:var(--form-label-color, var(--gray-700));margin-bottom:.4rem}.mgmt-form__input{width:100%;padding:.6rem .875rem;font-family:var(--font);font-size:.9375rem;border:1px solid var(--form-input-border, var(--gray-200));border-radius:8px;background:var(--form-input-bg, var(--white));color:var(--form-input-color, var(--gray-900));transition:border-color .2s,box-shadow .2s}.mgmt-form__input::placeholder{color:var(--form-placeholder-color, var(--gray-500))}.mgmt-form__input:focus{outline:none;border-color:var(--form-focus-border, var(--accent));box-shadow:0 0 0 3px var(--form-focus-ring, var(--accent-bg))}.mgmt-form__input:disabled,.mgmt-form__input[readonly]{cursor:not-allowed;opacity:.9;background:#e5e7eb;color:#6b7280;border-color:#d1d5db}.mgmt-form__input--invalid,.mgmt-form__group--invalid .mgmt-form__input{border-color:var(--form-invalid-border, #dc2626);background-color:var(--form-invalid-bg, rgba(220, 38, 38, .04))}.mgmt-form__input--invalid:focus,.mgmt-form__group--invalid .mgmt-form__input:focus{border-color:var(--form-invalid-border, #dc2626);box-shadow:0 0 0 3px #dc262633}.mgmt-form__group--invalid .mgmt-form__label{color:var(--form-invalid-label, #dc2626)}.dashboard select.mgmt-form__input{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23a5a5b8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.25rem}[data-theme=light] .dashboard select.mgmt-form__input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")}.mgmt-form__input--sm{max-width:100px}.mgmt-form__input--inline{display:inline-block;width:auto;min-width:100px}.mgmt-form__textarea{resize:vertical;min-height:60px;border-radius:8px}.mgmt-form__row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-bottom:.75rem}.mgmt-form__row--actions{flex-wrap:wrap}.mgmt-form__icon-btn{width:36px;height:36px;padding:0;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--gray-50);cursor:pointer;font-size:.9rem}.mgmt-form__help{width:28px;height:28px;padding:0;border:none;border-radius:var(--radius);background:var(--gray-200, #e5e7eb);color:var(--gray-600);cursor:pointer;font-size:.9rem;margin-left:.25rem}.mgmt-form__radio,.mgmt-form__checkbox{display:inline-flex;align-items:center;gap:.35rem;font-size:.9rem;font-weight:500;color:var(--gray-700);cursor:pointer}.mgmt-form__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gray-100)}.mgmt-list-header{background:var(--accent);color:var(--white);font-size:.8125rem;font-weight:600;letter-spacing:.04em;padding:.75rem 1.25rem;border-radius:0;margin-bottom:0}.trip-mgmt__pagination{margin-left:.75rem;font-weight:500;display:inline-flex;align-items:center;gap:.5rem}.trip-mgmt__page-btn{margin-left:.25rem;padding:.25rem .5rem;min-width:auto}.dashboard .mgmt-list-header{background:#7367f033;color:var(--vuexy-text);border-bottom:1px solid var(--vuexy-card-border)}[data-theme=light] .dashboard .mgmt-list-header{background:#f1f5f9;color:#475569;border-bottom-color:#e2e8f0}.mgmt-tabs{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem 1.25rem 0;margin-bottom:0;border-bottom:1px solid var(--gray-100)}.dashboard .mgmt-tabs{border-bottom-color:var(--vuexy-card-border);padding:1rem 1.25rem .75rem}[data-theme=light] .dashboard .mgmt-tabs{border-bottom-color:#e2e8f0}.mgmt-tabs__tab{padding:.5rem 1rem;font-size:.875rem;font-weight:500;border:1px solid var(--gray-200);border-radius:8px;background:var(--gray-50);color:var(--gray-700);cursor:pointer;transition:background .2s,border-color .2s,color .2s}.mgmt-tabs__tab:hover{background:var(--gray-100)}.dashboard .mgmt-tabs__tab{background:#ffffff0f;border-color:var(--vuexy-card-border);color:var(--vuexy-text-muted)}.dashboard .mgmt-tabs__tab:hover{background:#ffffff1a;color:var(--vuexy-text)}[data-theme=light] .dashboard .mgmt-tabs__tab{background:#f8fafc;border-color:#e2e8f0;color:#64748b}[data-theme=light] .dashboard .mgmt-tabs__tab:hover{background:#f1f5f9;color:#334155}.mgmt-tabs__tab--active{background:var(--gray-200, #e5e7eb);font-weight:600;border-color:var(--gray-300)}.dashboard .mgmt-tabs__tab--active{background:var(--vuexy-active-bg);color:var(--vuexy-active-purple);border-color:#7367f066}[data-theme=light] .dashboard .mgmt-tabs__tab--active{background:#7367f01f;color:var(--vuexy-active-purple);border-color:#7367f04d}.dashboard .mgmt-layout .mgmt-table-wrap{margin-top:0;border-radius:0;border:none;border-top:1px solid var(--vuexy-card-border);padding:0 1.25rem 1.25rem}[data-theme=light] .dashboard .mgmt-layout .mgmt-table-wrap{border-top-color:#e2e8f0}.dashboard .mgmt-layout .mgmt-table-wrap:first-of-type{border-top:none}.mgmt-layout--list-only .mgmt-tabs+.mgmt-table-wrap{border-top:none}.mgmt-layout .mgmt-table-wrap{padding:0 1.25rem 1.25rem}.mgmt-table-wrap{overflow-x:auto}.mgmt-table-loading{text-align:center;padding:1.25rem .75rem!important;color:var(--vuexy-text-muted);font-size:.9375rem}.mgmt-table-loading__text{display:inline-block}[data-theme=light] .mgmt-table-loading{color:#64748b}.btn--sm{padding:.4rem .75rem;font-size:.85rem}.btn--outline-sm{background:transparent;border:1px solid var(--accent);color:var(--accent)}.btn--outline-sm:hover{background:var(--accent-bg)}.btn--success{background:#059669;color:var(--white)}.btn--success:hover{background:#047857;color:var(--white)}.btn--danger{background:#dc2626;color:var(--white)}.btn--danger:hover{background:#b91c1c;color:var(--white)}.mt-1{margin-top:.25rem}.mb-1{margin-bottom:.25rem}.mgmt-form__hint{font-size:.85rem;color:var(--gray-500)}.mgmt-form__image-placeholder{margin-top:.5rem;min-height:120px;background:var(--gray-100);border:1px dashed var(--gray-400);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:.85rem;color:var(--gray-500)}.mgmt-tabs__tab--active{background:var(--gray-200, #e5e7eb);font-weight:600}.mgmt-tabs--report{margin-bottom:1rem}.report-table-bar{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:.75rem}.report-table-bar__entries{font-size:.9rem;color:var(--gray-600)}.report-table-bar__search{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.report-table-bar__actions{display:flex;gap:.5rem;margin-left:auto}.report-table-empty{text-align:center;padding:1.5rem;color:var(--gray-500)}.report-pagination{font-size:.9rem;color:var(--gray-600);margin-top:.75rem}.reports-module__layout{gap:1rem}.reports-module__filters{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:.75rem;align-items:end;padding:1rem;border:1px solid var(--vuexy-card-border);border-radius:10px;background:var(--vuexy-card-bg);box-shadow:var(--vuexy-card-shadow);margin-bottom:.25rem}.reports-module__filter-label{font-size:.78rem;font-weight:600;color:var(--vuexy-text-muted);margin-bottom:-.35rem}.reports-module__filter-input{min-width:0}.reports-module__filter-button{justify-self:end}.reports-module__stats{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:.9rem;margin-bottom:1rem}.reports-module__stats .vuexy-stat-card{padding:1rem 1.1rem}.reports-module__stats .vuexy-stat-card__value{font-size:1.25rem}.reports-module__table-wrap{border:1px solid var(--vuexy-card-border);border-radius:10px;background:var(--vuexy-card-bg);box-shadow:var(--vuexy-card-shadow);overflow-x:auto}.reports-module__table{min-width:760px}.reports-module__table thead th{white-space:nowrap}.reports-module__vendor-row{cursor:pointer}.reports-module__vendor-row:hover{background:#6366f11f}.reports-module__drilldown-wrap{margin-top:1rem}.daily-tx-card{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:12px;box-shadow:var(--vuexy-card-shadow);padding:1rem;margin-bottom:.85rem}.daily-tx-tabs{display:flex;gap:.5rem;margin-bottom:.85rem}.daily-tx-top-fields{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.75rem}.daily-tx-entry-title{font-size:1.15rem;font-weight:600;margin:.35rem 0 .7rem;color:var(--vuexy-text)}.daily-tx-row-grid{display:grid;grid-template-columns:repeat(8,minmax(120px,1fr));gap:.7rem;align-items:end}.daily-tx-field label{display:block;font-size:.78rem;font-weight:600;color:var(--vuexy-text-muted);margin-bottom:.35rem}.daily-tx-actions{display:flex;justify-content:flex-end;align-items:flex-end}.daily-tx-total{margin-top:.7rem;text-align:right;font-size:1rem;font-weight:700;color:var(--vuexy-text)}.daily-tx-filters{display:block;background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:12px;box-shadow:var(--vuexy-card-shadow);padding:.95rem 1rem;margin-bottom:.85rem}.daily-tx-filters__grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr)) auto;gap:.75rem;align-items:end}.daily-tx-filters__field{display:flex;flex-direction:column;gap:.35rem;min-width:0}.daily-tx-filters__field label{font-size:.78rem;font-weight:600;color:var(--vuexy-text-muted)}.daily-tx-filters__field--grow{min-width:180px}.daily-tx-filters__field--search{min-width:200px}.daily-tx-filters__actions{display:flex;justify-content:flex-end;align-items:end}.daily-tx-filters__actions .btn{min-width:94px}.daily-tx-table-toolbar{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap}.daily-tx-table-toolbar__left,.daily-tx-table-toolbar__right{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.accounts-filters-row{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr)) auto;align-items:end;gap:.75rem}.accounts-filters-row__group{display:flex;flex-direction:column;gap:.3rem}.accounts-filters-row__go{min-width:84px}.accounts-meta-row{justify-content:space-between}.daily-tx-table{min-width:1000px}@media(max-width:1200px){.reports-module__filters{grid-template-columns:repeat(4,minmax(120px,1fr))}.reports-module__stats{grid-template-columns:repeat(2,minmax(180px,1fr))}.daily-tx-row-grid{grid-template-columns:repeat(4,minmax(120px,1fr))}.daily-tx-filters__grid{grid-template-columns:repeat(2,minmax(170px,1fr))}.daily-tx-filters__actions{grid-column:1 / -1;justify-content:flex-start}.accounts-filters-row{grid-template-columns:repeat(6,minmax(100px,1fr)) auto}}@media(max-width:768px){.reports-module__filters{grid-template-columns:repeat(2,minmax(120px,1fr));padding:.85rem}.reports-module__filter-button{grid-column:span 2;width:100%;justify-self:stretch}.reports-module__stats,.daily-tx-top-fields{grid-template-columns:1fr}.daily-tx-row-grid{grid-template-columns:repeat(2,minmax(120px,1fr))}.daily-tx-actions{grid-column:span 2;justify-content:stretch}.daily-tx-actions .btn{width:100%}.daily-tx-filters{padding:.85rem}.daily-tx-filters__grid{grid-template-columns:1fr;gap:.65rem}.daily-tx-filters__actions{grid-column:auto;justify-content:stretch}.daily-tx-filters__actions .btn{width:100%}.accounts-filters-row{grid-template-columns:repeat(2,minmax(140px,1fr))}.accounts-filters-row__go{width:100%;grid-column:1 / -1}.accounts-meta-row{flex-direction:column;align-items:stretch;gap:.6rem}}@media(max-width:480px){.accounts-filters-row{grid-template-columns:1fr}}@media(max-width:480px){.reports-module__filters{grid-template-columns:1fr}.reports-module__filter-button{grid-column:span 1}.daily-tx-row-grid{grid-template-columns:1fr}.daily-tx-actions{grid-column:span 1}}.schedule-view__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;padding:.75rem 1rem;background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:8px;margin-bottom:.5rem;box-shadow:var(--vuexy-card-shadow)}[data-theme=light] .schedule-view__toolbar{background:var(--white);border-color:#e2e8f0}.schedule-view__group{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem}.schedule-view__message{padding:.5rem .75rem;border-radius:6px;margin-bottom:.5rem;font-size:.875rem;font-weight:500;text-align:center;background:var(--vuexy-bg-muted);color:var(--vuexy-text);border:1px solid var(--vuexy-card-border)}.dashboard .schedule-view__message{background:var(--vuexy-bg-muted);color:var(--vuexy-text);border-color:var(--vuexy-card-border)}.dashboard .schedule-view__message,.schedule-view__message{color:#fff;background:#ffffff14;border-color:#ffffff1f}[data-theme=light] .schedule-view__message,[data-theme=light] .dashboard .schedule-view__message{background:#f8fafc;color:#334155;border-color:#e2e8f0}.schedule-view__row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;width:100%}.schedule-view__row:not(:last-child){margin-bottom:.4rem;padding-bottom:.5rem;border-bottom:1px solid var(--vuexy-card-border)}[data-theme=light] .schedule-view__row:not(:last-child){border-bottom-color:#e2e8f0}.schedule-view__row--actions{margin-bottom:0;padding-bottom:0;border-bottom:none}.schedule-view__label{font-size:.875rem;font-weight:500;color:var(--vuexy-text-muted)}[data-theme=light] .schedule-view__label{color:#64748b}.schedule-view__input{min-width:10rem}.schedule-view__checkbox{font-size:.875rem;font-weight:500;color:var(--vuexy-text);cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}[data-theme=light] .schedule-view__checkbox{color:#334155}.schedule-view__message.schedule-view__message--error,[data-theme=light] .schedule-view__message.schedule-view__message--error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.schedule-view__time-row{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:.5rem}.schedule-view__time-btn{padding:.5rem .75rem;font-size:.875rem;border:1px solid var(--vuexy-card-border);border-radius:6px;background:var(--vuexy-card-bg);color:var(--vuexy-text);cursor:pointer}.schedule-view__time-btn:hover{background:var(--vuexy-bg-hover)}.schedule-view__time-btn--active{background:var(--vuexy-primary);color:var(--white);border-color:var(--vuexy-primary)}.schedule-view__time-btn--all{margin-left:0}.schedule-view__layout{display:flex;gap:.75rem;align-items:flex-start}.schedule-view__table-section{flex:1;min-width:0;background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:8px;padding:.6rem .75rem;box-shadow:var(--vuexy-card-shadow)}.schedule-view__table-header-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.schedule-view__th--expand{width:1%;min-width:10rem;padding-left:.5rem}.schedule-view__td--expand{vertical-align:middle;padding:.5rem}.schedule-view__row-buttons{display:flex;flex-direction:row;align-items:center;gap:.5rem;flex-wrap:nowrap}.schedule-view__assign-driver-btn{padding:.4rem .6rem;font-size:.8125rem;font-weight:500;color:var(--vuexy-primary);background:transparent;border:1px solid var(--vuexy-primary);border-radius:6px;cursor:pointer;transition:background .2s,color .2s,border-color .2s;white-space:nowrap}.schedule-view__assign-driver-btn:hover{background:#8b5cf626;color:#a78bfa;border-color:#a78bfa}.schedule-view__assign-driver-btn:focus-visible{outline:2px solid var(--vuexy-primary);outline-offset:2px}[data-theme=light] .schedule-view__assign-driver-btn{color:#6d28d9;border-color:#6d28d9}[data-theme=light] .schedule-view__assign-driver-btn:hover{background:#f5f3ff;color:#5b21b6;border-color:#5b21b6}.schedule-view__expand-btn{display:inline-flex;align-items:center;justify-content:center;min-width:5rem;padding:.4rem .6rem;font-size:.8125rem;font-weight:600;color:#fff;background:#0d9488;border:1px solid #0f766e;border-radius:6px;cursor:pointer;transition:background .2s,border-color .2s,box-shadow .2s;box-shadow:0 1px 2px #00000014;white-space:nowrap}.schedule-view__expand-btn:hover{background:#0f766e;border-color:#115e59;box-shadow:0 2px 4px #0000001f}.schedule-view__expand-btn:focus-visible{outline:2px solid #0d9488;outline-offset:2px}[data-theme=light] .schedule-view__expand-btn{background:#0d9488;border-color:#0f766e;color:#fff}[data-theme=light] .schedule-view__expand-btn:hover{background:#0f766e;border-color:#115e59}.schedule-view__tr--expanded,.schedule-view__detail-row{background:var(--vuexy-bg-muted)}.schedule-view__detail-cell{padding:0!important;border-bottom:2px solid var(--vuexy-card-border);vertical-align:top}.schedule-view__detail{padding:.75rem 1rem 1rem}.schedule-view__detail-grid{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1.5rem;align-items:baseline;max-width:56rem;font-size:.875rem}.schedule-view__detail-row-label{color:var(--vuexy-text-muted);font-weight:500}.schedule-view__detail-row-value{color:var(--vuexy-text)}.schedule-view__detail-row-value--highlight{font-weight:600;background:#ffffff0f;padding:.2rem .4rem;border-radius:4px}[data-theme=light] .schedule-view__detail-row-value--highlight{background:#fef9c3;color:#334155}.schedule-view__status-badge{display:inline-block;padding:.15rem .5rem;font-size:.75rem;font-weight:500;border-radius:4px;background:var(--vuexy-primary);color:#fff}.schedule-view__maximize{font-size:.875rem;color:var(--vuexy-primary)}.schedule-view__date-badge{font-size:.75rem;font-weight:600;padding:.2rem .4rem;border-radius:4px;background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.12)}[data-theme=light] .schedule-view__date-badge{background:#f1f5f9;color:#475569;border-color:#e2e8f0}.schedule-view__table-wrap{overflow-x:auto;width:100%}.schedule-view__table{width:100%;table-layout:auto;border-collapse:collapse}.schedule-view__th{text-align:left;padding:.625rem .75rem;font-size:.8125rem;font-weight:600;color:var(--vuexy-text);background:var(--vuexy-bg-muted);border-bottom:2px solid var(--vuexy-card-border);white-space:nowrap}.schedule-view__th--customer{background:var(--vuexy-bg-muted);color:var(--vuexy-text)}[data-theme=light] .schedule-view__th--customer{background:#f8fafc;color:#334155}.schedule-view__th--act{text-align:center;min-width:4rem}.schedule-view__td{padding:.5rem .75rem;font-size:.875rem;color:var(--vuexy-text);border-bottom:1px solid var(--vuexy-card-border);vertical-align:middle}.schedule-view__td--name{font-weight:500;min-width:8rem}.schedule-view__td--time{white-space:nowrap;min-width:5rem}.schedule-view__td--center,.schedule-view__td--act{text-align:center}.schedule-view__empty{text-align:center;padding:1.5rem;color:var(--vuexy-text-muted);font-size:.9375rem}.schedule-view__select{min-width:7rem;max-width:11rem}.schedule-view__link{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.875rem;font-weight:500;color:var(--vuexy-primary);text-decoration:none;border-radius:6px;border:1px solid transparent;transition:color .2s,background .2s,border-color .2s}.schedule-view__link:hover{color:#a78bfa;background:#8b5cf61f;border-color:#8b5cf640;text-decoration:none}.schedule-view__link:focus-visible{outline:2px solid var(--vuexy-primary);outline-offset:2px}[data-theme=light] .schedule-view__link{color:#6d28d9}[data-theme=light] .schedule-view__link:hover{color:#5b21b6;background:#f5f3ff;border-color:#c4b5fd}.schedule-view__sidebar{flex:0 0 260px;background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:8px;padding:.6rem .75rem;box-shadow:var(--vuexy-card-shadow)}.schedule-view__sidebar-table-wrap{overflow-x:auto;max-height:70vh;overflow-y:auto}.schedule-view__sidebar-table{width:100%;table-layout:auto;border-collapse:collapse}.schedule-view__sidebar-table th{text-align:left;padding:.5rem .5rem .5rem 0;font-size:.8125rem;font-weight:600;color:var(--vuexy-text);border-bottom:1px solid var(--vuexy-card-border)}.schedule-view__sidebar-table td{padding:.4rem .5rem .4rem 0;font-size:.875rem;border-bottom:1px solid var(--vuexy-card-border);vertical-align:middle}.schedule-view__sidebar-driver{white-space:nowrap;font-weight:500}.dashboard .mgmt-form__radio{color:var(--vuexy-text-muted)}[data-theme=light] .dashboard .mgmt-form__radio{color:#64748b}.dispatching-grid-view__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem .85rem;padding:1rem 1.25rem;background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:10px;margin-bottom:1rem;box-shadow:var(--vuexy-card-shadow)}.dispatching-grid-view__toolbar--filters .mgmt-form__input{width:auto;min-width:0;flex:1 1 9.5rem;max-width:100%;box-sizing:border-box}.dispatching-grid-view__toolbar--filters .dispatching-grid-view__date{flex:0 1 10.5rem;min-width:9.5rem;max-width:12rem}.dispatching-grid-view__toolbar--filters select.mgmt-form__input{flex:1 1 10rem;min-width:8.5rem;max-width:16rem}.dispatching-grid-view__toolbar--filters .dispatching-grid-view__search{flex:2 1 14rem;min-width:12rem;max-width:28rem}.dispatching-grid-view__toolbar--filters .btn.dispatching-grid-view__refresh{flex:0 0 auto;align-self:center}.dispatching-grid-view__toolbar--filters .btn{white-space:nowrap}.dispatching-grid-view__label{margin-right:.25rem}.dispatching-grid-view__date{min-width:9.5rem}.dispatching-grid-view__error{margin-bottom:1rem}.dispatching-grid-view__loading{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem}.dispatching-grid-view__spinner{width:32px;height:32px;border:3px solid var(--vuexy-card-border);border-top-color:var(--vuexy-active-purple);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.dispatching-grid-view__grid-wrap{margin-bottom:1.5rem}.dispatching-grid-view__grid-wrap .mgmt-list-header{margin-bottom:.5rem}.dispatching-grid-view__table-wrap{overflow-x:auto;border:1px solid var(--vuexy-card-border);border-radius:10px;background:var(--vuexy-card-bg)}.dispatching-grid-view__table{width:100%;border-collapse:collapse;min-width:1450px}.dispatching-grid-view__table th,.dispatching-grid-view__table td{padding:.625rem .75rem;text-align:left;border-bottom:1px solid var(--vuexy-card-border)}.dispatching-grid-view__table thead th{font-weight:600;color:var(--vuexy-text);background:#0000001f}[data-theme=light] .dispatching-grid-view__table thead th{background:#f1f5f9;color:#334155}[data-theme=light] .dispatching-grid-view__table-wrap{border-color:#e2e8f0}[data-theme=light] .dispatching-grid-view__toolbar{background:var(--white);border-color:#e2e8f0}.dispatching-grid-view__message{padding:.875rem 1.25rem;border-radius:8px;margin-bottom:1rem;font-size:.9375rem;font-weight:500;text-align:center;background:var(--vuexy-bg-muted);color:var(--vuexy-text);border:1px solid var(--vuexy-card-border)}.dashboard .dispatching-grid-view__message{background:#ffffff0f;color:#fff;border-color:#ffffff1f}[data-theme=light] .dispatching-grid-view__message{background:#f8fafc;color:#334155;border-color:#e2e8f0}.dispatching-grid-view__pending{max-width:320px;margin-top:1rem;border-radius:10px;overflow:hidden;border:1px solid var(--vuexy-card-border);box-shadow:var(--vuexy-card-shadow)}[data-theme=light] .dispatching-grid-view__pending{border-color:#e2e8f0}.dispatching-grid-view__pending-label{font-size:.8125rem;font-weight:600;letter-spacing:.03em;color:var(--vuexy-text);padding:.75rem 1.25rem;background:#00000026;border-bottom:1px solid var(--vuexy-card-border)}[data-theme=light] .dispatching-grid-view__pending-label{background:#f8fafc;color:#334155;border-bottom-color:#e2e8f0}.dispatching-grid-view__pending-empty{padding:1.25rem;background:var(--vuexy-card-bg);margin:0;font-size:.9375rem;color:var(--vuexy-text-muted)}.dispatching-grid-view__pending-list{list-style:none;margin:0;padding:0}.dispatching-grid-view__pending-item{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem 1rem;padding:.75rem 1.25rem;border-bottom:1px solid var(--vuexy-card-border);background:var(--vuexy-card-bg)}.dispatching-grid-view__pending-item:last-child{border-bottom:none}.dispatching-grid-view__pending-name{font-weight:500;color:var(--vuexy-text);min-width:8rem}.dispatching-grid-view__pending-meta{font-size:.8125rem;color:var(--vuexy-text-muted);flex:1}[data-theme=light] .dispatching-grid-view__pending-empty{background:var(--white);color:#64748b}.frequent-destinations-mgmt{width:100%}.frequent-destinations-mgmt__banner-error{margin-bottom:1rem}.frequent-destinations-mgmt__layout{display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,1.2fr);gap:1.25rem;align-items:start}@media(max-width:960px){.frequent-destinations-mgmt__layout{grid-template-columns:1fr}}.frequent-destinations-mgmt__form-card,.frequent-destinations-mgmt__list-card{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:10px;box-shadow:var(--vuexy-card-shadow);overflow:hidden}[data-theme=light] .frequent-destinations-mgmt__form-card,[data-theme=light] .frequent-destinations-mgmt__list-card{background:var(--white);border-color:#e2e8f0}.frequent-destinations-mgmt__form-title,.frequent-destinations-mgmt__list-header{margin:0;padding:.875rem 1.25rem;font-size:.95rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fff;border-bottom:1px solid rgba(255,255,255,.12);background:linear-gradient(135deg,#5b4fc9 0%,var(--vuexy-active-purple) 50%,#8b7cff 100%);box-shadow:inset 0 -1px #0000000f}[data-theme=light] .frequent-destinations-mgmt__form-title,[data-theme=light] .frequent-destinations-mgmt__list-header{color:#fff;border-bottom-color:#ffffff26;background:linear-gradient(135deg,#5b4fc9 0%,var(--vuexy-active-purple) 50%,#7c6ae8 100%)}.frequent-destinations-mgmt__form{padding:1.25rem}.frequent-destinations-mgmt__req{color:var(--vuexy-active-purple);font-weight:700}.frequent-destinations-mgmt__row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:520px){.frequent-destinations-mgmt__row-2{grid-template-columns:1fr}}.frequent-destinations-mgmt__toolbar{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--vuexy-card-border)}.frequent-destinations-mgmt__table-wrap{max-height:min(70vh,640px);overflow:auto}.frequent-destinations-mgmt__table-wrap--wide{overflow-x:auto}.frequent-destinations-mgmt__table--grid{min-width:1100px}.frequent-destinations-mgmt__table{width:100%;border-collapse:collapse;margin:0}.frequent-destinations-mgmt__table--grid .dashboard-table__action-buttons{flex-wrap:wrap;justify-content:flex-start;gap:.35rem}.frequent-destinations-mgmt__table--grid .dashboard-table__action-buttons .btn--sm{padding:.25rem .5rem;font-size:.75rem}.frequent-destinations-mgmt__cell-date{white-space:nowrap;font-size:.8125rem}.frequent-destinations-mgmt__view-modal .record-view-page__detail-grid{margin-bottom:1rem}.frequent-destinations-mgmt__table thead th{background:#4a4472;color:#f1f0fb;font-weight:600;font-size:.8125rem;padding:.65rem 1rem;text-align:left;position:sticky;top:0;z-index:1;border-bottom:1px solid rgba(255,255,255,.08)}[data-theme=light] .frequent-destinations-mgmt__table thead th{background:#5b52a8;color:#fff}.frequent-destinations-mgmt__th-select{width:5.5rem;white-space:nowrap}.frequent-destinations-mgmt__table tbody td{padding:.6rem 1rem;border-bottom:1px solid var(--vuexy-card-border);font-size:.875rem;vertical-align:top}.frequent-destinations-mgmt__select-link{background:none;border:none;padding:0;color:var(--vuexy-active-purple, #7c3aed);font-weight:600;cursor:pointer;text-decoration:underline;font-size:inherit}.frequent-destinations-mgmt__select-link:hover{opacity:.9}.frequent-destinations-mgmt__cell-dest{word-break:break-word}.frequent-destinations-mgmt__tr--selected td{background:#7c3aed1f}[data-theme=light] .frequent-destinations-mgmt__tr--selected td{background:#eef2ff}.frequent-destinations-mgmt__loading{text-align:center;padding:1.5rem;color:var(--vuexy-text-muted)}.statistics-view{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow)}.dashboard .statistics-view{background:#fff;border-color:#e5e7eb;box-shadow:var(--shadow)}.dashboard .statistics-view__main-title{color:var(--vuexy-active-purple)}.dashboard .statistics-block__title{color:var(--vuexy-text)}.dashboard .statistics-block{border-bottom-color:var(--vuexy-card-border)}.dashboard .statistics-view__footer{border-top-color:var(--vuexy-card-border)}.dashboard .statistics-view .btn--secondary{background:#fff;border-color:#d1d5db;color:#1f2937}.dashboard .statistics-view .btn--secondary:hover{background:#f9fafb}.statistics-view__main-title{font-size:1rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.04em;margin:0 0 1.25rem;padding-bottom:.5rem}.statistics-block{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--gray-100)}.statistics-block:last-of-type{border-bottom:none}.statistics-block__title{font-size:.9rem;font-weight:700;color:var(--gray-900);margin:0 0 .75rem}.statistics-block__fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem 1.25rem;margin-bottom:.75rem}.statistics-block__actions{display:flex;gap:.5rem}.statistics-view__footer{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gray-100)}.statistics-view--legacy{background:#f3f4f6!important;border-color:#d1d5db!important;box-shadow:none!important;border-radius:4px;padding:.75rem}.statistics-view--legacy .statistics-view__main-title{color:#dc2626!important;font-size:1.1rem;margin-bottom:.75rem;border-bottom:1px solid #d1d5db;text-transform:uppercase}.statistics-view--legacy .statistics-block{border-bottom:1px solid #d1d5db;margin-bottom:.9rem;padding-bottom:.75rem}.statistics-view--legacy .statistics-block__title{color:#374151;font-size:.82rem;margin-bottom:.45rem}.statistics-view--legacy .statistics-block__fields{grid-template-columns:minmax(180px,1.4fr) minmax(130px,1fr) minmax(130px,1fr) auto;align-items:end;gap:.5rem .85rem}.statistics-view--legacy .statistics-block__actions{align-self:end;margin-bottom:.05rem}.statistics-view--legacy .mgmt-form__label{font-size:.72rem;color:#64748b;margin-bottom:.2rem}.statistics-view--legacy .mgmt-form__input{background:#fff;border:1px solid #cbd5e1;color:#111827;min-height:30px;padding:.32rem .5rem}.statistics-view--legacy .btn--secondary{background:#6b7280!important;border-color:#6b7280!important;color:#fff!important;min-height:30px;padding:.28rem .65rem;font-weight:700}.statistics-view--legacy .btn--secondary:hover{background:#4b5563!important;border-color:#4b5563!important}.statistics-view--legacy .mgmt-list{border:1px solid #9ca3af;background:#fff}.statistics-view--legacy .mgmt-list-header{display:none}.statistics-view--legacy .dashboard-table thead th{background:#7d7d7d;color:#fff;border-color:#9ca3af}.statistics-view--legacy .dashboard-table tbody td{border-color:#9ca3af;color:#374151;background:#fff}.statistics-view--legacy .statistics-view__footer{border-top:none;margin-top:.55rem;padding-top:.25rem}.statistics-view--legacy .btn--light{background:#e5e7eb;border:1px solid #9ca3af;color:#374151}.statistics-view--modern{--ts-bg: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);--ts-border: #e2e8f0;--ts-card-bg: #ffffff;--ts-card-border: #e5e7eb;--ts-title: #0f172a;--ts-muted: #64748b;--ts-input-bg: #ffffff;--ts-input-border: #cbd5e1;--ts-input-text: #0f172a;--ts-btn-bg: #4f46e5;--ts-btn-bg-hover: #4338ca;--ts-btn-text: #ffffff;--ts-table-head-bg: #1f2937;--ts-table-head-text: #ffffff;--ts-table-border: #e2e8f0;--ts-table-row-alt: #f8fafc;--ts-shadow: 0 10px 30px rgba(15, 23, 42, .08);background:var(--ts-bg)!important;border:1px solid var(--ts-border)!important;border-radius:14px;padding:1.25rem;box-shadow:var(--ts-shadow)!important}.statistics-view--modern .statistics-view__main-title{color:var(--ts-title)!important;font-size:1.35rem;font-weight:800;text-transform:none;letter-spacing:0;margin-bottom:1rem;border-bottom:1px solid var(--ts-border);padding-bottom:.75rem}.statistics-view--modern .statistics-block{margin-bottom:1rem;padding:.9rem;border:1px solid var(--ts-card-border);border-radius:12px;background:var(--ts-card-bg);box-shadow:0 2px 8px #0f172a0a;transition:border-color .2s,box-shadow .2s}.statistics-view--modern .statistics-block:focus-within{border-color:#6366f173;box-shadow:0 0 0 3px #6366f11f}.statistics-view--modern .statistics-block__title{color:var(--ts-title);font-size:.9rem;font-weight:700;margin-bottom:.7rem}.statistics-view--modern .statistics-block__fields{grid-template-columns:minmax(220px,1.55fr) minmax(190px,1.15fr) minmax(150px,1fr) minmax(150px,1fr) auto;gap:.75rem .9rem;align-items:end;margin-bottom:0}.statistics-view--modern .statistics-block__actions{align-self:end;justify-self:end;gap:.45rem;justify-content:flex-start;margin-bottom:1px;display:flex;white-space:nowrap}.statistics-view--modern .mgmt-form__label{color:var(--ts-muted);font-size:.72rem;font-weight:600;margin-bottom:.25rem}.statistics-view--modern .mgmt-form__input{background:var(--ts-input-bg);border:1px solid var(--ts-input-border);color:var(--ts-input-text);min-height:38px;border-radius:8px;padding:.4rem .6rem}.statistics-view--modern .mgmt-form__input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.statistics-view--modern .btn--secondary{background:var(--ts-btn-bg)!important;border-color:var(--ts-btn-bg)!important;color:var(--ts-btn-text)!important;min-height:38px;border-radius:8px;font-weight:700;padding:.42rem .9rem}.statistics-view--modern .btn--secondary:hover{background:var(--ts-btn-bg-hover)!important;border-color:var(--ts-btn-bg-hover)!important}.statistics-view--modern .btn--light{background:#eef2ff;color:#3730a3;border:1px solid #c7d2fe}.statistics-view--modern .btn--light:hover{background:#e0e7ff;color:#312e81}.statistics-view--modern .mgmt-list{border:1px solid var(--ts-table-border);border-radius:12px;overflow:hidden;background:var(--ts-card-bg);margin-top:.75rem}.statistics-view--modern .mgmt-list-header{display:none}.statistics-view--modern .mgmt-list-table-wrap{overflow-x:auto}.statistics-view--modern .dashboard-table{min-width:760px}.statistics-view--modern .dashboard-table thead th{background:var(--ts-table-head-bg);color:var(--ts-table-head-text);border-color:#111827;font-weight:700}.statistics-view--modern .dashboard-table tbody td{border-color:var(--ts-table-border);color:#334155;background:var(--ts-card-bg)}.statistics-view--modern .dashboard-table tbody tr:nth-child(2n) td{background:var(--ts-table-row-alt)}.statistics-view--modern .statistics-view__footer{border-top:none;margin-top:.9rem;padding-top:.4rem}.statistics-view--modern.revenue-statistics-view .revenue-statistics__radio-group{display:flex;align-items:center;gap:1rem;min-height:38px;color:var(--ts-input-text);font-weight:600}.statistics-view--modern.revenue-statistics-view .revenue-statistics__radio-item{display:inline-flex;align-items:center;gap:.35rem;color:var(--ts-input-text)}.statistics-view--modern.revenue-statistics-view .revenue-statistics__radio-item input[type=radio]{accent-color:#6366f1}.statistics-view--modern.revenue-statistics-view .revenue-statistics__total-row td{font-weight:700;background:#eef2ff;color:#1e3a8a}[data-theme=dark] .statistics-view--modern{--ts-bg: linear-gradient(180deg, #1f2937 0%, #111827 100%);--ts-border: #374151;--ts-card-bg: #1f2937;--ts-card-border: #374151;--ts-title: #e5e7eb;--ts-muted: #93a3b8;--ts-input-bg: #111827;--ts-input-border: #4b5563;--ts-input-text: #e5e7eb;--ts-btn-bg: #6366f1;--ts-btn-bg-hover: #5558e8;--ts-btn-text: #ffffff;--ts-table-head-bg: #0f172a;--ts-table-head-text: #f8fafc;--ts-table-border: #374151;--ts-table-row-alt: #111827;--ts-shadow: 0 10px 30px rgba(2, 6, 23, .45)}[data-theme=dark] .statistics-view--modern .dashboard-table tbody td{color:#cbd5e1}[data-theme=dark] .statistics-view--modern .btn--light{background:#312e81;border-color:#4338ca;color:#e0e7ff}[data-theme=dark] .statistics-view--modern .btn--light:hover{background:#3730a3}[data-theme=dark] .statistics-view--modern.revenue-statistics-view .revenue-statistics__total-row td{background:#1e1b4b;color:#e0e7ff}.btn--light{background:var(--gray-100);color:var(--gray-700)}.btn--light:hover{background:var(--gray-200, #e5e7eb);color:var(--gray-900)}@media(max-width:600px){.statistics-block__fields{grid-template-columns:1fr}.statistics-block__actions{flex-wrap:wrap}.statistics-block__actions .btn{flex:1;min-width:120px}.statistics-view--legacy .statistics-block__fields{grid-template-columns:1fr}.statistics-view--legacy .statistics-block__actions{width:100%}.statistics-view--modern{padding:.9rem}.statistics-view--modern .statistics-block{padding:.75rem}.statistics-view--modern .statistics-block__fields{grid-template-columns:1fr}.statistics-view--modern .statistics-block__actions{width:100%;flex-wrap:wrap;white-space:normal}.statistics-view--modern .statistics-block__actions .btn{flex:1;min-width:120px}.statistics-view--modern .dashboard-table{min-width:640px}.statistics-view--modern.revenue-statistics-view .revenue-statistics__radio-group{flex-wrap:wrap;gap:.75rem}}@media(min-width:1200px){.statistics-view--modern .statistics-block__fields{grid-template-columns:minmax(240px,1.6fr) minmax(210px,1.2fr) minmax(170px,1fr) minmax(170px,1fr) auto}}.mgmt-modal-form{padding:.25rem 0}.mgmt-modal-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.mgmt-modal-form__col{min-width:0}@media(max-width:768px){.mgmt-modal-form__grid{grid-template-columns:1fr}.mgmt-modal-form{padding:0}.mgmt-form__actions{flex-direction:column}.mgmt-form__actions button{width:100%}.mgmt-form__row{flex-direction:column;align-items:stretch}.mgmt-form__input--sm,.mgmt-form__input--inline{max-width:100%}}@media(max-width:1200px){.mgmt-layout--trips{grid-template-columns:1fr 1fr}.mgmt-layout__center{grid-column:1 / -1}}@media(max-width:768px){.mgmt-layout--trips,.mgmt-layout--customers,.mgmt-layout--facilities{grid-template-columns:1fr}.facility-mgmt__form-panel{border-right:none;border-bottom:1px solid var(--vuexy-card-border)}}.dashboard-modal__backdrop{position:fixed;inset:0;background:#0006;z-index:1000;animation:dashboardModalFadeIn .2s ease;overflow:hidden}.dashboard-modal{position:fixed;inset:0;z-index:1001;display:flex;align-items:center;justify-content:center;padding:1rem;pointer-events:none;overflow:hidden}.dashboard-modal .dashboard-modal__box{pointer-events:auto;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-width:440px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:dashboardModalSlideIn .25s ease;min-width:0;box-sizing:border-box}.dashboard .dashboard-modal .dashboard-modal__box{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);box-shadow:var(--vuexy-card-shadow)}.dashboard .dashboard-modal__title{color:var(--vuexy-text)}.dashboard .dashboard-modal__close{background:#ffffff14;color:var(--vuexy-text)}.dashboard .dashboard-modal__close:hover{background:#ffffff26;color:var(--vuexy-text)}.dashboard .dashboard-form__actions{border-top-color:var(--vuexy-card-border)}.dashboard .dashboard-modal__body{color:var(--vuexy-text)}.dashboard-modal__box--large{max-width:min(95vw,960px);width:100%;max-height:90vh}.dashboard-modal__box--large .dashboard-modal__body{overflow-x:hidden;overflow-y:auto;min-height:0;min-width:0;max-width:100%}@media(max-width:768px){.dashboard-modal{padding:.5rem;align-items:stretch;overflow-x:hidden}.dashboard-modal .dashboard-modal__box{max-width:100%;max-height:calc(100vh - 1rem);border-radius:var(--radius);min-width:0}.dashboard-modal__box--large{max-width:100%;max-height:calc(100vh - 1rem)}.dashboard-modal__box--large .dashboard-modal__body{padding:1rem;overflow-y:auto;min-height:0}.dashboard-modal__head{padding:1rem;flex-shrink:0}.dashboard-modal__title{font-size:1.1rem;min-width:0}.dashboard-modal__close{width:44px;height:44px;min-width:44px;min-height:44px}.dashboard-modal__body{padding:1rem;min-width:0}.dashboard-form__actions{flex-direction:column;gap:.5rem}.dashboard-form__actions button{width:100%}.mgmt-modal-form__grid{grid-template-columns:1fr}}@media(max-width:480px){.dashboard-modal{padding:0;align-items:flex-end}.dashboard-modal .dashboard-modal__box{max-height:95vh;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.dashboard-modal__box--large{max-height:95vh}.dashboard-modal__box--large .dashboard-modal__body{max-height:calc(95vh - 4rem);overflow-y:auto;padding:.75rem 1rem;min-height:0}.dashboard-modal__head{padding:.75rem 1rem}.dashboard-modal__title{font-size:1rem}}.dashboard-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-100);flex-shrink:0}.dashboard .dashboard-modal__head{border-bottom-color:var(--vuexy-card-border)}.dashboard-modal__head-inner{flex:1;min-width:0}.dashboard-modal__title{margin:0;font-size:1.25rem;font-weight:700;color:var(--gray-900)}.dashboard-modal__subtitle{margin:.35rem 0 0;font-size:.875rem;font-weight:400;color:var(--vuexy-text-muted, var(--gray-500))}.dashboard .dashboard-modal__subtitle{color:var(--vuexy-text-muted)}.dashboard-modal__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;background:var(--gray-100);color:var(--gray-600);border-radius:var(--radius);cursor:pointer;transition:background .2s,color .2s}.dashboard-modal__close:hover{background:var(--gray-200, #e5e7eb);color:var(--gray-900)}.dashboard-modal__body{padding:1.5rem;overflow-x:hidden;overflow-y:auto;min-height:0;flex:1 1 auto;max-width:100%;box-sizing:border-box;-webkit-overflow-scrolling:touch}.dashboard-form__group{margin-bottom:1.25rem}.dashboard-form__label{display:block;font-size:.875rem;font-weight:600;color:var(--form-label-color, var(--gray-700));margin-bottom:.4rem}.dashboard-form__input{width:100%;padding:.6rem 2.25rem .6rem .875rem;font-family:var(--font);font-size:.9375rem;border:1px solid var(--form-input-border, var(--gray-200));border-radius:8px;background:var(--form-input-bg, var(--white));color:var(--form-input-color, var(--gray-900));transition:border-color .2s,box-shadow .2s;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.dashboard-form__input[type=date],.dashboard-form__input[type=email],.dashboard-form__input[type=password],.dashboard-form__input[type=tel],.dashboard-form__input[type=text],.dashboard-form__input[type=number],textarea.dashboard-form__input{background-image:none;padding-right:.875rem}select.dashboard-form__input{padding-right:2.25rem}.dashboard-form__input::placeholder{color:var(--form-placeholder-color, var(--gray-500))}.dashboard-form__input:focus{outline:none;border-color:var(--form-focus-border, var(--accent));box-shadow:0 0 0 3px var(--form-focus-ring, var(--accent-bg))}.dashboard-form__input[readonly]{opacity:.85;cursor:default}.dashboard-form__helper{display:block;font-size:.8125rem;color:var(--form-helper-color, var(--gray-500));margin-top:.35rem;line-height:1.4}.dashboard-form__input--lg{padding:.75rem 1rem;font-size:1rem}.dashboard-form__input--sm{padding:.4rem .65rem;font-size:.875rem}.dashboard-form__actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--gray-100)}.dashboard-form__row{display:grid;gap:1rem 1.25rem;margin-bottom:1.25rem}.dashboard-form__row--two{grid-template-columns:1fr 1fr}.dashboard-form__row--two .dashboard-form__group{margin-bottom:0}.dashboard-form__input-group{display:flex;gap:.5rem}.dashboard-form__input-group .dashboard-form__input{flex:1;min-width:0}.dashboard-form__input--prefix{flex:0 0 auto;width:7rem;padding-right:2rem}.new-vehicle-page{max-width:560px;margin:0 auto;padding:0 1rem 2rem}.new-vehicle-page__header{margin-bottom:1.5rem}.new-vehicle-page__title{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .25rem;color:var(--vuexy-text)}.new-vehicle-page__subtitle{font-size:.875rem;color:var(--vuexy-text-muted);margin:0}.new-vehicle-page .auth-form__error{margin-bottom:1rem}.new-vehicle-page__form{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:12px;padding:1.5rem 1.75rem;box-shadow:var(--vuexy-card-shadow)}.new-vehicle-page__form .dashboard-form__actions{border-top-color:var(--vuexy-card-border);margin-top:1.5rem;padding-top:1.25rem}.new-vehicle-page__form .dashboard-form__input{border-radius:10px;padding:.65rem .9rem;transition:border-color .2s ease,box-shadow .2s ease}.new-vehicle-page__form .dashboard-form__input:focus{box-shadow:0 0 0 3px var(--form-focus-ring)}.new-vehicle-page__form .btn--primary,.new-vehicle-page__form .btn--secondary{border-radius:10px;padding:.6rem 1.15rem;font-weight:500;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}[data-theme=light] .new-vehicle-page__title{color:#1e293b}[data-theme=light] .new-vehicle-page__subtitle{color:#64748b}.vuexy-radio-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.vuexy-radio-card{display:flex;flex-direction:column;align-items:center;padding:1.25rem 1rem;border:1px solid var(--vuexy-card-border);border-radius:8px;background:#00000014;cursor:pointer;transition:border-color .2s,background .2s;position:relative}.dashboard .vuexy-radio-card{background:#0000001f}[data-theme=light] .dashboard .vuexy-radio-card{background:var(--white);border-color:#e2e8f0}.vuexy-radio-card--selected{border-color:var(--vuexy-active-purple);background:#7367f014}[data-theme=light] .dashboard .vuexy-radio-card--selected{border-color:var(--vuexy-active-purple);background:#7367f01a}.vuexy-radio-card__input{position:absolute;opacity:0;pointer-events:none}.vuexy-radio-card__icon{color:var(--vuexy-text-muted);margin-bottom:.5rem}.vuexy-radio-card--selected .vuexy-radio-card__icon{color:var(--vuexy-active-purple)}.vuexy-radio-card__label{font-weight:600;font-size:.9375rem;color:var(--vuexy-text)}.vuexy-radio-card__desc{font-size:.75rem;color:var(--vuexy-text-muted);margin-top:.25rem}.profile-page{margin-top:0;max-width:100%;background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:12px;box-shadow:var(--vuexy-card-shadow);overflow:hidden}.profile-page__banner{height:48px;border-radius:12px 12px 0 0;margin:0;position:relative;background:var(--vuexy-card-bg);border-bottom:1px solid var(--vuexy-card-border)}[data-theme=light] .profile-page__banner{border-bottom-color:#e2e8f0}.profile-page__header{display:flex;align-items:flex-end;gap:1.75rem;padding:0 2rem 1.5rem;margin-top:0;position:relative;flex-wrap:wrap}.profile-page__avatar-wrap{flex-shrink:0}.profile-page__avatar{width:100px;height:100px;border-radius:14px;border:3px solid var(--vuexy-card-bg);background:var(--vuexy-active-bg);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0003,0 0 0 1px #0000000f}[data-theme=light] .profile-page__avatar{border-color:var(--white);box-shadow:0 4px 16px #0000001a,0 0 0 1px #0000000a}.profile-page__avatar-initials{font-size:2rem;font-weight:700;color:var(--vuexy-active-purple);letter-spacing:-.02em}.profile-page__info{flex:1;min-width:0}.profile-page__name{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:var(--vuexy-text);letter-spacing:-.02em;line-height:1.25}[data-theme=light] .profile-page__name{color:#1e293b}.profile-page__meta{margin:0 0 .35rem;font-size:.875rem;color:var(--vuexy-text-muted);display:flex;align-items:center;gap:.5rem;line-height:1.5}.profile-page__meta:last-of-type{margin-bottom:0}.profile-page__meta-icon{flex-shrink:0;opacity:.8;color:var(--vuexy-active-purple)}[data-theme=light] .profile-page__meta-icon{color:#6366f1}[data-theme=light] .profile-page__meta{color:#64748b}.profile-page__connected-btn{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;padding:.5rem 1.125rem;font-size:.875rem;font-weight:600;border-radius:8px;transition:transform .15s ease,box-shadow .15s ease}.profile-page__connected-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #7367f059}.profile-page__tabs{display:flex;gap:.25rem;border-bottom:1px solid var(--vuexy-card-border);margin-bottom:1.5rem;padding:0 2rem .5rem}[data-theme=light] .profile-page__tabs{border-bottom-color:#e2e8f0}.profile-page__tab{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.125rem;font-size:.875rem;font-weight:500;color:var(--vuexy-text-muted);background:transparent;border:none;border-radius:8px;cursor:pointer;transition:color .2s,background .2s}.profile-page__tab-icon{display:flex;align-items:center;justify-content:center;opacity:.9}.profile-page__tab:hover{color:var(--vuexy-text);background:#ffffff0f}[data-theme=light] .profile-page__tab:hover{color:#1e293b;background:#0000000a}.profile-page__tab--active{color:#fff;background:var(--vuexy-active-purple);font-weight:600}.profile-page__tab--active .profile-page__tab-icon{opacity:1}[data-theme=dark] .profile-page__tab--active,[data-theme=light] .profile-page__tab--active{color:#fff;background:var(--vuexy-active-purple)}.profile-page__content{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding:0 2rem 2rem}@media(max-width:768px){.profile-page__content{grid-template-columns:1fr;gap:1.25rem;padding:0 1rem 1.5rem}.profile-page__header{flex-direction:column;align-items:flex-start;gap:1rem;padding-left:1rem;padding-right:1rem}.profile-page__tabs{padding-left:1rem;padding-right:1rem}.profile-page__banner{height:32px}.profile-page__header{margin-top:0}.profile-page__avatar{width:88px;height:88px;border-radius:12px}.profile-page__avatar-initials{font-size:1.75rem}}.profile-page__card{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:12px;padding:1.5rem 1.75rem;box-shadow:var(--vuexy-card-shadow);transition:box-shadow .2s,border-color .2s}.profile-page__card:hover{box-shadow:0 8px 32px -4px #0000002e}[data-theme=light] .profile-page__card{box-shadow:0 1px 3px #0000000f}[data-theme=light] .profile-page__card:hover{box-shadow:0 4px 20px -2px #00000014;border-color:#e2e8f0}.profile-page__card-title{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--vuexy-text-muted);margin:0 0 1.25rem;display:flex;align-items:center;gap:.5rem}[data-theme=light] .profile-page__card-title{color:#64748b}.profile-page__card-title-icon{opacity:.85}.profile-page__about-list{list-style:none;margin:0;padding:0}.profile-page__about-list li{display:flex;align-items:center;gap:.65rem;padding:.5rem 0;font-size:.9375rem;color:var(--vuexy-text);line-height:1.45}[data-theme=light] .profile-page__about-list li{color:#334155}.profile-page__about-icon{color:var(--vuexy-text-muted);flex-shrink:0;display:flex;align-items:center;justify-content:center}.profile-page__about-icon--success{color:#28c76f}[data-theme=light] .profile-page__about-icon--success{color:#16a34a}.profile-page__timeline{list-style:none;margin:0;padding:0}.profile-page__timeline-item{display:flex;align-items:flex-start;gap:.875rem;padding:.875rem 0;border-bottom:1px solid var(--vuexy-card-border)}.profile-page__timeline-item:first-child{padding-top:0}.profile-page__timeline-item:last-child{border-bottom:none;padding-bottom:0}[data-theme=light] .profile-page__timeline-item{border-bottom-color:#e2e8f0}.profile-page__timeline-dot{width:10px;height:10px;border-radius:50%;background:var(--vuexy-active-purple);flex-shrink:0;margin-top:.35rem}.profile-page__timeline-body{flex:1;min-width:0}.profile-page__timeline-title{margin:0 0 .25rem;font-size:.9375rem;font-weight:600;color:var(--vuexy-text);line-height:1.35}[data-theme=light] .profile-page__timeline-title{color:#1e293b}.profile-page__timeline-desc{margin:0;font-size:.8125rem;color:var(--vuexy-text-muted);line-height:1.45}[data-theme=light] .profile-page__timeline-desc{color:#64748b}.profile-page__timeline-time{font-size:.75rem;color:var(--vuexy-text-muted);flex-shrink:0;font-weight:500}[data-theme=light] .profile-page__timeline-time{color:#94a3b8}.account-page__tabs{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:1.5rem}.account-page__tab{padding:.65rem 1.25rem;font-size:.9375rem;font-weight:500;color:var(--vuexy-text-muted);background:transparent;border:none;border-radius:6px;cursor:pointer;transition:background .2s,color .2s}.account-page__tab:hover{color:var(--vuexy-text);background:#ffffff0a}.account-page__tab--active{background:var(--vuexy-active-bg);color:var(--vuexy-active-purple)}.account-page__content{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:8px;padding:1.5rem;box-shadow:var(--vuexy-card-shadow);max-width:100%;overflow-x:hidden}.user-admin{margin-top:0;width:100%;max-width:100%}.user-admin__title{margin:0 0 1.25rem;font-size:1.25rem;font-weight:600;color:var(--vuexy-text);letter-spacing:-.01em}.user-admin__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.user-admin__toolbar-left{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.user-admin__section-label{font-size:.8rem;font-weight:600;color:var(--vuexy-text-muted);text-transform:uppercase;letter-spacing:.04em}.user-admin__filters{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.user-admin__show-label{font-size:.9rem;font-weight:500;color:var(--vuexy-text-muted)}.user-admin__radios{display:flex;gap:1rem;flex-wrap:wrap}.user-admin__radio-label{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;color:var(--vuexy-text);cursor:pointer}.user-admin__radio-label input{accent-color:var(--vuexy-active-purple)}.user-admin__toolbar-right{display:flex;flex-wrap:wrap;gap:.5rem;flex-shrink:0}.user-admin__btn{padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s;border:1px solid transparent}.user-admin__btn--primary{color:var(--vuexy-text);background:var(--vuexy-active-bg);border-color:#7367f059}.user-admin__btn--primary:hover{background:#7367f040;border-color:var(--vuexy-active-purple)}.user-admin__add-link{padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;color:var(--vuexy-text);background:transparent;border:1px solid var(--vuexy-card-border);border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s}.user-admin__add-link:hover{background:#ffffff0a;border-color:var(--vuexy-active-purple)}.user-admin__error,.dashboard .user-admin .auth-form__error{margin:0 0 1rem;padding:.65rem 1rem;font-size:.9rem;color:var(--vuexy-text);background:#ef444426;border:1px solid rgba(239,68,68,.35);border-radius:8px}.user-admin__listing{margin-top:1rem}.user-admin__listing-title{margin:0 0 .75rem;font-size:.85rem;font-weight:700;color:var(--vuexy-text-muted);text-transform:uppercase;letter-spacing:.04em}.user-admin__table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;min-width:0}.user-admin__table{margin-top:0}.user-admin__loading{color:var(--vuexy-text-muted);padding:1.25rem 1rem;text-align:center}.user-admin__username-link{background:none;border:none;padding:0;font-size:inherit;color:var(--vuexy-text);cursor:pointer;text-decoration:none}.user-admin__username-link:hover{color:var(--vuexy-active-purple);text-decoration:underline}.user-admin__reset-link{display:inline-block;text-decoration:none;padding:.35rem .65rem;font-size:.85rem;color:var(--vuexy-text);background:transparent;border:1px solid var(--vuexy-card-border);border-radius:6px;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.user-admin__reset-link:hover:not(:disabled){color:var(--vuexy-active-purple);border-color:var(--vuexy-active-purple);background:var(--vuexy-active-bg)}.user-admin__reset-link:disabled{opacity:.6;cursor:not-allowed}.reset-password-page{width:100%;max-width:100%;padding:1.5rem 0;display:flex;flex-direction:column;align-items:center}.reset-password-page__card{background:var(--vuexy-card-bg, #1e293b);border:1px solid var(--vuexy-card-border, rgba(255,255,255,.08));border-radius:var(--radius-lg, 12px);box-shadow:var(--vuexy-card-shadow, 0 4px 24px rgba(0,0,0,.15));padding:2rem;width:100%;max-width:420px}[data-theme=light] .reset-password-page__card{background:var(--white, #fff);border-color:var(--border, #e5e7eb);box-shadow:var(--shadow-lg, 0 10px 40px rgba(0,0,0,.08))}.reset-password-page__title{margin:0 0 .5rem;font-size:1.35rem;font-weight:600;color:var(--vuexy-text, #e2e8f0)}.reset-password-page__brand{color:#f97316}.reset-password-page__user{margin:0 0 .5rem;font-size:.95rem;color:var(--vuexy-text-muted, #94a3b8)}.reset-password-page__user strong{color:var(--vuexy-text, #e2e8f0)}.reset-password-page__success{margin:0 0 1rem;color:var(--vuexy-text, #e2e8f0);font-size:.95rem}.reset-password-page__error{margin-bottom:.25rem}[data-theme=light] .reset-password-page__title{color:var(--heading, #111827)}.reset-password-page__subtitle{margin:0 0 1.5rem;font-size:.9rem;color:var(--vuexy-text-muted, #94a3b8)}.reset-password-page__form{display:flex;flex-direction:column;gap:1.25rem}.reset-password-page__alert{padding:.6rem .75rem;border-radius:8px;font-size:.9rem}.reset-password-page__alert--error{background:#ef444426;color:#fca5a5}[data-theme=light] .reset-password-page__alert--error{background:#fef2f2;color:#b91c1c}.reset-password-page__alert--success{background:#22c55e26;color:#86efac}[data-theme=light] .reset-password-page__alert--success{background:#f0fdf4;color:#15803d}.reset-password-page__field{display:flex;flex-direction:column;gap:.35rem}.reset-password-page__label{font-size:.9rem;font-weight:500;color:var(--vuexy-text, #e2e8f0)}[data-theme=light] .reset-password-page__label{color:var(--gray-700, #374151)}.reset-password-page__required{color:var(--vuexy-active-purple, #a78bfa)}.reset-password-page__input{padding:.6rem .75rem;font-size:1rem;border:1px solid var(--vuexy-card-border, rgba(255,255,255,.12));border-radius:8px;background:var(--vuexy-input-bg, #0f172a);color:var(--vuexy-text, #e2e8f0);width:100%;box-sizing:border-box}.reset-password-page__input:focus{outline:none;border-color:var(--vuexy-active-purple, #a78bfa);box-shadow:0 0 0 2px #a78bfa40}[data-theme=light] .reset-password-page__input{background:var(--white, #fff);border-color:var(--border, #e5e7eb);color:var(--text-primary, #111827)}.reset-password-page__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.reset-password-page__btn{padding:.6rem 1.25rem;font-size:.95rem;font-weight:500;border-radius:8px;cursor:pointer;border:none;transition:opacity .2s,background .2s}.reset-password-page__btn--secondary{background:var(--vuexy-card-border, rgba(255,255,255,.12));color:var(--vuexy-text, #e2e8f0)}.reset-password-page__btn--secondary:hover{background:var(--vuexy-text-muted, #64748b)}.reset-password-page__btn--primary{background:var(--gray-700, #374151);color:#fff}.reset-password-page__btn--primary:hover:not(:disabled){background:var(--gray-900, #111827)}.reset-password-page__btn:disabled{opacity:.7;cursor:not-allowed}.user-admin__check-row{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--vuexy-text);cursor:pointer;margin-bottom:1rem}.user-admin__check-row input{accent-color:var(--vuexy-active-purple)}.user-settings-page{margin-top:.5rem}.user-settings-page--modern .user-settings__grid{gap:1.5rem;align-items:start}.user-settings-page--modern .user-settings__panel{border-radius:12px;padding:1.75rem;box-shadow:0 1px 3px #00000014,0 4px 12px #0000000a;transition:box-shadow .2s ease}.user-settings-page--modern .user-settings__panel:hover{box-shadow:0 2px 6px #0000001a,0 8px 24px #0000000f}.user-settings-page--modern .user-settings__main-title{font-size:1.25rem;font-weight:600;letter-spacing:-.01em;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--vuexy-border)}.user-settings-page--modern .user-settings__form{display:flex;flex-direction:column;gap:0}.user-settings-page--modern .user-settings__alert{padding:.75rem 1rem;border-radius:10px;font-size:.875rem;margin-bottom:1.25rem;line-height:1.4}.user-settings-page--modern .user-settings__alert--error{background:#ef44441f;color:#fca5a5;border:1px solid rgba(239,68,68,.25)}[data-theme=light] .user-settings-page--modern .user-settings__alert--error{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.user-settings-page--modern .user-settings__alert--success{background:#10b9811f;color:#6ee7b7;border:1px solid rgba(16,185,129,.25)}[data-theme=light] .user-settings-page--modern .user-settings__alert--success{background:#ecfdf5;color:#047857;border-color:#a7f3d0}.user-settings-page--modern .user-settings__block{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--vuexy-border)}.user-settings-page--modern .user-settings__block:first-of-type{margin-top:0;padding-top:0;border-top:none}.user-settings-page--modern .user-settings__section-title{font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem;color:var(--vuexy-text-muted)}.user-settings-page--modern .user-settings__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}@media(max-width:520px){.user-settings-page--modern .user-settings__row{grid-template-columns:1fr}}.user-settings-page--modern .user-settings__row .user-settings__field:last-child{margin-bottom:0}.user-settings-page--modern .user-settings__field{margin-bottom:1rem}.user-settings-page--modern .user-settings__field:last-child{margin-bottom:0}.user-settings-page--modern .user-settings__required{color:var(--vuexy-active-purple)}.user-settings-page--modern .user-settings__input,.user-settings-page--modern .user-settings__select{max-width:none;padding:.625rem .875rem;border-radius:10px;font-size:.9375rem;transition:border-color .2s ease,box-shadow .2s ease}.user-settings-page--modern .user-settings__input:focus,.user-settings-page--modern .user-settings__select:focus{outline:none;border-color:var(--vuexy-active-purple);box-shadow:0 0 0 3px var(--vuexy-active-bg)}.user-settings-page--modern .user-settings__actions{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--vuexy-border);gap:.75rem;display:flex;flex-wrap:wrap;align-items:center}.user-settings-page--modern .user-settings__btn-save{min-height:2.75rem;padding-left:1.25rem;padding-right:1.25rem;border-radius:10px;font-weight:600}.user-settings-page--modern .user-settings__panel--card .user-settings__main-title{border-bottom:1px solid var(--vuexy-border);padding-bottom:1rem;margin-bottom:1.25rem}.user-settings-page--modern .user-settings__subscription-options{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.user-settings-page--modern .user-settings__radio-card{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border:1px solid var(--vuexy-border);border-radius:10px;background:var(--vuexy-content-bg);cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.user-settings-page--modern .user-settings__radio-card:hover{border-color:var(--vuexy-active-purple);background:var(--vuexy-active-bg)}.user-settings-page--modern .user-settings__radio-card--selected{border-color:var(--vuexy-active-purple);background:var(--vuexy-active-bg);box-shadow:0 0 0 1px var(--vuexy-active-purple)}.user-settings-page--modern .user-settings__radio-input{width:1.125rem;height:1.125rem;accent-color:var(--vuexy-active-purple);flex-shrink:0}.user-settings-page--modern .user-settings__radio-label{font-size:.9375rem;font-weight:500;color:var(--vuexy-text)}.user-settings-page--modern .user-settings__pay-btn{width:100%;min-height:2.75rem;padding:.75rem 1.25rem;border-radius:10px;font-weight:600;font-size:.9375rem;letter-spacing:.01em;text-transform:none;transition:opacity .2s ease,transform .05s ease}.user-settings-page--modern .user-settings__pay-btn:disabled{opacity:.6;cursor:not-allowed}.user-settings-page--modern .user-settings__card-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--vuexy-border)}.user-settings-page--modern .user-settings__badge{padding:.25rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;background:#94a3b82e;color:var(--vuexy-text);border:1px solid rgba(148,163,184,.22)}.user-settings-page--modern .user-settings__badge--success{background:#10b98124;border-color:#10b98140;color:#6ee7b7}[data-theme=light] .user-settings-page--modern .user-settings__badge--success{color:#047857}.user-settings-page--modern .payment-block__choice{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-bottom:.75rem}.user-settings-page--modern .payment-block__choice-item{display:inline-flex;align-items:center;gap:.4rem;font-size:.8125rem;color:var(--vuexy-text);cursor:pointer}.user-settings-page--modern .payment-block__choice-item input{width:.95rem;height:.95rem;accent-color:var(--vuexy-active-purple)}.user-settings-page--modern .payment-block__form{border:1px solid var(--vuexy-border);border-radius:10px;background:#ffffff08;overflow:hidden;margin-bottom:1rem}[data-theme=light] .user-settings-page--modern .payment-block__form{background:#f8fafc}.user-settings-page--modern .payment-block__form-title{text-align:center;font-weight:700;font-size:.75rem;letter-spacing:.05em;padding:.65rem .75rem;border-bottom:1px solid var(--vuexy-border);color:var(--vuexy-text);background:#00000014}[data-theme=light] .user-settings-page--modern .payment-block__form-title{background:#eef2f7}.user-settings-page--modern .payment-block__grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem .75rem;padding:.9rem}.user-settings-page--modern .payment-block__field--full{grid-column:1 / -1}.user-settings-page--modern .payment-block__label{display:block;font-size:.75rem;font-weight:600;color:var(--vuexy-text-muted);margin-bottom:.25rem}.user-settings-page--modern .payment-block__req{color:#ef4444;font-weight:700}.user-settings-page--modern .payment-block__input{width:100%;padding:.55rem .7rem;border-radius:8px;border:1px solid var(--vuexy-border);background:var(--vuexy-content-bg);color:var(--vuexy-text);font-size:.875rem}.user-settings-page--modern .payment-block__input--sm{max-width:140px}.user-settings-page--modern .payment-block__input:focus{outline:none;border-color:var(--vuexy-active-purple);box-shadow:0 0 0 3px var(--vuexy-active-bg)}@media(max-width:520px){.user-settings-page--modern .payment-block__grid{grid-template-columns:1fr}.user-settings-page--modern .payment-block__input--sm{max-width:none}}.user-mgmt{padding:.25rem 0}.user-mgmt--responsive{max-width:100%;overflow:hidden;min-height:0}.user-mgmt__error{margin:0 1.25rem .75rem;padding:.6rem .75rem;background:#ef444426;border:1px solid rgba(239,68,68,.4);border-radius:8px;color:#fca5a5;font-size:.875rem}.user-mgmt__success{margin:0 1.25rem .75rem;padding:.6rem .75rem;background:#22c55e26;border:1px solid rgba(34,197,94,.4);border-radius:8px;color:#86efac;font-size:.875rem}.user-mgmt__grid{display:grid;grid-template-columns:1.6fr 1.15fr .95fr;gap:1.25rem;align-items:start}@media(max-width:1100px){.user-mgmt__grid{grid-template-columns:1fr}}.user-mgmt__panel{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:12px;box-shadow:var(--vuexy-card-shadow);overflow:hidden}.user-mgmt__panel-head{padding:1rem 1.25rem;border-bottom:1px solid var(--vuexy-card-border);background:#7367f014}.user-mgmt__title{margin:0;font-size:1.05rem;font-weight:700;color:var(--vuexy-text)}.user-mgmt__form{padding:1rem 1.25rem 1.25rem}.user-mgmt__section-title{margin:0 0 .75rem;font-size:.75rem;font-weight:800;letter-spacing:.06em;color:var(--vuexy-active-purple);text-transform:uppercase}.user-mgmt__section-title--spaced{margin-top:1.1rem}.user-mgmt__hint{margin:-.25rem 0 .75rem;color:var(--vuexy-text-muted);font-size:.85rem}.user-mgmt__row--two{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}@media(max-width:520px){.user-mgmt__row--two{grid-template-columns:1fr}}.user-mgmt__field{margin-bottom:.9rem}.user-mgmt__label{display:block;font-size:.85rem;font-weight:600;color:var(--vuexy-text-muted);margin-bottom:.35rem}.user-mgmt__req{color:#ef4444;font-weight:800}.user-mgmt__input{width:100%;padding:.65rem .8rem;border-radius:10px;border:1px solid var(--vuexy-border);background:var(--vuexy-content-bg);color:var(--vuexy-text);font-size:.95rem}.user-mgmt__input:focus{outline:none;border-color:var(--vuexy-active-purple);box-shadow:0 0 0 3px var(--vuexy-active-bg)}.user-mgmt__field--toggles{display:flex;gap:1rem;align-items:center;padding-top:1.55rem}.user-mgmt__check{display:inline-flex;gap:.5rem;align-items:center;color:var(--vuexy-text);font-size:.9rem}.user-mgmt__check input{width:1rem;height:1rem;accent-color:var(--vuexy-active-purple)}.user-mgmt__modules{display:grid;grid-template-columns:1fr 1fr;gap:.6rem 1rem}@media(max-width:520px){.user-mgmt__modules{grid-template-columns:1fr}}.user-mgmt__module{display:inline-flex;gap:.5rem;align-items:center;font-size:.9rem;color:var(--vuexy-text)}.user-mgmt__module input{width:1rem;height:1rem;accent-color:var(--vuexy-active-purple)}.user-mgmt__actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.1rem}.user-mgmt__form--modal{padding:.5rem 0;max-height:75vh;overflow-y:auto}.user-mgmt__actions--modal{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--vuexy-card-border);justify-content:flex-end}.user-mgmt__edit-btn{white-space:nowrap}.user-mgmt__list-header{padding:.75rem 1rem;background:#3b82f626;color:var(--vuexy-text);border-bottom:1px solid var(--vuexy-card-border);font-size:.85rem;letter-spacing:.04em}.user-mgmt__list-header--row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.user-mgmt__add-child-btn{flex-shrink:0;white-space:nowrap}.user-mgmt__list-subtitle{margin:0;padding:.6rem 1rem .4rem;font-size:.8rem;font-weight:700;color:var(--vuexy-active-purple);text-transform:uppercase;letter-spacing:.05em}.user-mgmt__filters{display:grid;grid-template-columns:1.25fr auto auto;gap:.75rem;align-items:end;padding:1rem;border-bottom:1px solid var(--vuexy-card-border)}@media(max-width:1100px){.user-mgmt__filters{grid-template-columns:1fr auto auto}}@media(max-width:520px){.user-mgmt__filters{grid-template-columns:1fr;align-items:stretch}}.user-mgmt__filter-field{min-width:0}.user-mgmt__filter-label{display:block;font-size:.75rem;font-weight:700;color:var(--vuexy-text-muted);margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.05em}.user-mgmt__filter-input{width:100%;padding:.6rem .75rem;border-radius:10px;border:1px solid var(--vuexy-border);background:var(--vuexy-content-bg);color:var(--vuexy-text)}.user-mgmt__filter-check{display:inline-flex;gap:.5rem;align-items:center;padding-bottom:.15rem;justify-content:flex-end}.user-mgmt__filter-check input{width:1rem;height:1rem;accent-color:var(--vuexy-active-purple)}.user-mgmt__filter-btn{min-height:2.5rem;align-self:end}.user-mgmt__table-wrap{padding:1rem}.user-mgmt__table-wrap--scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.user-mgmt__table-wrap--scroll .dashboard-table{min-width:480px}.user-mgmt__login-list{margin:.75rem 0 0;padding:0;list-style:none;max-height:220px;overflow-y:auto}.user-mgmt__login-item{padding:.5rem 0;border-bottom:1px solid var(--vuexy-border);display:flex;flex-wrap:wrap;gap:.5rem;font-size:.85rem;color:var(--vuexy-text)}.user-mgmt__login-item:last-child{border-bottom:none}.user-mgmt__login-date{color:var(--vuexy-text-muted)}.user-mgmt__login-user{font-weight:600}.user-mgmt__select-btn{padding:.35rem .6rem;border-radius:8px;border:1px solid var(--vuexy-border);background:transparent;color:var(--vuexy-text);cursor:pointer}.user-mgmt__select-btn:hover{background:#ffffff0f}.user-mgmt__login-head{padding:.75rem 1rem;background:#7367f01f;border-bottom:1px solid var(--vuexy-card-border);color:var(--vuexy-text);font-size:.85rem;font-weight:700;letter-spacing:.04em}.user-mgmt__login-body{padding:1rem}.user-mgmt__login-subtitle{margin:0 0 .75rem;font-size:.85rem;color:var(--vuexy-text-muted)}.user-mgmt__login-subtitle strong{color:var(--vuexy-text)}.user-mgmt__login-table-wrap{margin-top:.75rem;max-height:220px;overflow-y:auto}.user-mgmt__login-table{width:100%;font-size:.85rem}.user-mgmt__login-table th,.user-mgmt__login-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--vuexy-border)}.user-mgmt__login-table th{color:var(--vuexy-text-muted);font-weight:600}.user-mgmt__login-date-cell{white-space:nowrap}.user-mgmt__login-filter{display:grid;grid-template-columns:1fr 1fr auto;gap:.75rem;align-items:end}@media(max-width:520px){.user-mgmt__login-filter{grid-template-columns:1fr}}.user-settings-page--modern .user-settings__panel--card .user-settings__main-title{margin-bottom:0;padding-bottom:0;border-bottom:none}.user-settings-page--modern .user-settings__toggle-wrap{display:inline-flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}.user-settings-page--modern .user-settings__toggle-label{font-size:.875rem;font-weight:500;color:var(--vuexy-text-muted)}.user-settings-page--modern .user-settings__toggle{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.user-settings-page--modern .user-settings__toggle-slider{display:inline-block;width:2.5rem;height:1.25rem;background:var(--vuexy-border);border-radius:999px;position:relative;transition:background .2s ease}.user-settings-page--modern .user-settings__toggle-slider:after{content:"";position:absolute;top:2px;left:2px;width:1rem;height:1rem;background:#fff;border-radius:50%;box-shadow:0 1px 2px #0003;transition:transform .2s ease}.user-settings-page--modern .user-settings__toggle:checked+.user-settings__toggle-slider{background:var(--vuexy-active-purple)}.user-settings-page--modern .user-settings__toggle:checked+.user-settings__toggle-slider:after{transform:translate(1.25rem)}.user-settings-page--modern .user-settings__toggle:focus+.user-settings__toggle-slider{box-shadow:0 0 0 3px var(--vuexy-active-bg)}.btn--outline{background:transparent;border:1px solid var(--vuexy-border);color:var(--vuexy-text)}.btn--outline:hover{background:#ffffff0f;border-color:var(--vuexy-text-muted)}[data-theme=light] .btn--outline{border-color:#cbd5e1;color:#475569}[data-theme=light] .btn--outline:hover{background:#f1f5f9;border-color:#94a3b8}.user-settings__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}@media(max-width:900px){.user-settings__grid{grid-template-columns:1fr}}.user-settings__panel{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:8px;padding:1.5rem;box-shadow:var(--vuexy-card-shadow)}.user-settings__main-title{margin:0 0 1.25rem;font-size:1.125rem;font-weight:700;color:var(--vuexy-text)}.user-settings__username,[data-theme=light] .user-settings__username{color:var(--vuexy-text)}.user-settings__main-title--light{font-weight:600;color:var(--vuexy-text)}.user-settings__section-title{margin:1.25rem 0 .5rem;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--vuexy-active-purple)}[data-theme=light] .user-settings__section-title{color:#5e50ee}.user-settings__section-title:first-of-type{margin-top:0}.user-settings__fields-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.5rem;margin-top:.5rem}@media(max-width:640px){.user-settings__fields-row{grid-template-columns:1fr}}.user-settings__col{min-width:0}.user-settings__panel--full{grid-column:1 / -1}.user-settings__field{margin-bottom:1rem}.user-settings__field--checkbox{margin-bottom:.75rem}.user-settings__label{display:block;font-size:.875rem;font-weight:500;color:var(--vuexy-text);margin-bottom:.35rem}.user-settings__field--checkbox .user-settings__label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.user-settings__field--checkbox .user-settings__label input{width:1rem;height:1rem}.user-settings__input,.user-settings__select{width:100%;max-width:320px;padding:.5rem .75rem;font-size:.9375rem;border:1px solid var(--vuexy-border);border-radius:6px;background:var(--vuexy-content-bg);color:var(--vuexy-text)}.user-settings__select{cursor:pointer}.user-settings__error{margin-bottom:.75rem}.user-settings__success{margin-bottom:.75rem;padding:.5rem .75rem;background:#10b98126;color:#10b981;border-radius:6px;font-size:.875rem}.user-settings__cancel-btn{margin-top:1rem;margin-bottom:1rem}.user-settings__actions{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.user-settings__subscription-options{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.user-settings__radio{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:var(--vuexy-text);cursor:pointer}.user-settings__radio input{width:1.125rem;height:1.125rem;accent-color:var(--primary)}.user-settings__pay-btn{width:100%;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;letter-spacing:.03em;background:var(--vuexy-card-bg);border:1px solid var(--vuexy-border);color:var(--vuexy-text);border-radius:6px;cursor:pointer}.user-settings__pay-btn:hover:not(:disabled){background:#ffffff0f}[data-theme=light] .user-settings__input,[data-theme=light] .user-settings__select{background:#fff;color:#111827}[data-theme=light] .user-settings__pay-btn{background:#f1f5f9;color:#334155;border-color:#e2e8f0}[data-theme=light] .user-settings__pay-btn:hover:not(:disabled){background:#e2e8f0}.prefs-page{display:flex;flex-direction:column;gap:1.5rem}.prefs-section{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:8px;overflow:hidden;box-shadow:var(--vuexy-card-shadow)}.prefs-section__title{margin:0;padding:.65rem 1rem;font-size:.75rem;font-weight:700;letter-spacing:.05em;color:#fff;background:#454170}.prefs-section__body{padding:1.25rem 1rem}.prefs-section__notice{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;border-radius:6px;border:1px solid transparent;flex-wrap:nowrap;min-height:0;align-self:start}.prefs-section__body--two-col>.prefs-section__notice,.prefs-section__body--two-col>.prefs-section__notice.prefs-section__notice--info{grid-column:1 / -1}.prefs-section__notice-text{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prefs-section__notice--success{color:#fff;background:#14532d;border:1px solid #22c55e}.prefs-section__notice--success .prefs-section__notice-dismiss{color:#fff}.prefs-section__notice--success .prefs-section__notice-dismiss:hover{color:#fff;background:#ffffff26}[data-theme=dark] .prefs-section__notice--success{color:#fff;background:#14532d;border-color:#22c55e}[data-theme=dark] .prefs-section__notice--success .prefs-section__notice-dismiss{color:#fff}[data-theme=dark] .prefs-section__notice--success .prefs-section__notice-dismiss:hover{background:#ffffff26}.prefs-section__notice--error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.prefs-section__notice--info{color:#1e40af;background:#eff6ff;border-color:#bfdbfe}[data-theme=dark] .prefs-section__notice--info{color:#93c5fd;background:#1e40af40;border-color:#3b82f6}.prefs-section__notice--success .prefs-section__notice-text{display:flex;align-items:center;gap:.5rem}.prefs-section__notice--success .prefs-section__notice-text:before{content:"";flex-shrink:0;width:1.125rem;height:1.125rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7'/%3E%3C/svg%3E") no-repeat center;background-size:contain}[data-theme=dark] .prefs-section__notice--success .prefs-section__notice-text:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7'/%3E%3C/svg%3E")}.prefs-section__notice-dismiss{flex-shrink:0;width:1.75rem;height:1.75rem;padding:0;font-size:1.25rem;line-height:1;color:#6b7280;background:transparent;border:none;border-radius:var(--radius);cursor:pointer}.prefs-section__notice-dismiss:hover{color:#374151;background:#0000000f}[data-theme=dark] .prefs-section__notice-dismiss:hover{background:#ffffff14}.prefs-section__body--two-col{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.5rem}.prefs-section__col{display:flex;flex-direction:column;gap:.75rem}.prefs-section__actions{display:flex;flex-wrap:wrap;gap:.75rem;padding:0 1rem 1.25rem}.prefs-section__body--two-col .prefs-section__actions{grid-column:1 / -1;padding:0;padding-top:.5rem}.prefs-grid-fields{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1rem;align-items:end}.prefs-grid-fields .dashboard-form__group{display:flex;flex-direction:column;gap:.35rem}@media(max-width:640px){.prefs-grid-fields{grid-template-columns:1fr}}.prefs-logo-row .prefs-logo-controls{display:flex;align-items:center;gap:.5rem}.prefs-logo-hint{font-size:.875rem;color:var(--vuexy-text-muted)}.prefs-logo-preview{margin-top:.35rem;font-size:.875rem;color:var(--vuexy-text-muted)}.prefs-logo-img{display:block;max-width:200px;max-height:80px;object-fit:contain;margin-top:.25rem}@media(max-width:640px){.prefs-section__body--two-col{grid-template-columns:1fr}}.account-page__photo-section{margin-bottom:1.5rem}.account-page__avatar{width:100px;height:100px;border-radius:50%;background:var(--vuexy-active-bg);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.account-page__avatar-initials{font-size:2rem;font-weight:700;color:var(--vuexy-active-purple)}.account-page__avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.account-page__photo-actions{display:flex;gap:.75rem;margin-bottom:.35rem}.account-page__form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.25rem}.account-page__form-group-full{grid-column:1 / -1}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:640px){.account-page__form-grid,.vuexy-radio-cards{grid-template-columns:1fr}}@keyframes dashboardModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes dashboardModalSlideIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.dashboard-overview{display:flex;flex-direction:column;gap:2rem}.dashboard-overview__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.vuexy-stat-card{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:8px;padding:1.25rem 1.5rem;box-shadow:var(--vuexy-card-shadow);transition:box-shadow .2s}.vuexy-stat-card:hover{box-shadow:0 8px 32px -4px #00000059}.vuexy-stat-card__value{font-size:2rem;font-weight:700;color:var(--vuexy-text);line-height:1.2;margin:0 0 .25rem;letter-spacing:-.02em}.vuexy-stat-card__label{font-size:.875rem;color:var(--vuexy-text-muted);margin:0 0 .35rem;font-weight:500}.vuexy-stat-card__trend{font-size:.8125rem;font-weight:600;margin:0}.vuexy-stat-card__trend--up{color:#28c76f}.vuexy-stat-card__trend--down{color:#ea5455}.vuexy-stat-card__icon-wrap{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.vuexy-stat-card__icon-wrap--pink{background:#c426d333;color:#e879f9}.vuexy-stat-card__icon-wrap--blue{background:#2563eb33;color:#60a5fa}.vuexy-stat-card__icon-wrap--green{background:#16a34a33;color:#4ade80}.vuexy-stat-card__icon-wrap--darkblue{background:#1e3a8a4d;color:#818cf8}.dashboard-overview__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem;align-items:start}.dashboard-overview__col{display:flex;flex-direction:column;gap:1.75rem}.dashboard-data-card__head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding:1rem 1.5rem;border-bottom:1px solid var(--vuexy-card-border);background:#0000001f}.dashboard-data-card__head-title{font-size:1rem;font-weight:700;color:var(--vuexy-text);margin:0;letter-spacing:-.01em}.dashboard-data-card__head-actions{display:flex;align-items:center;gap:1rem}.dashboard-data-card__head-link{font-size:.8125rem;font-weight:600;color:var(--vuexy-active-purple);background:none;border:none;cursor:pointer;padding:0;transition:color .2s}.dashboard-data-card__head-link:hover{color:#a5a0f7}.dashboard-data-card__head-link--icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;color:var(--vuexy-text-muted);transition:background .2s,color .2s}.dashboard-data-card__head-link--icon:hover{background:var(--vuexy-nav-hover);color:var(--vuexy-text)}.dashboard-data-card{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:8px;box-shadow:var(--vuexy-card-shadow);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s}.dashboard-data-card:hover{box-shadow:0 8px 32px -4px #00000059}.dashboard-data-card--tall{min-height:0}.dashboard-data-card__header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.25rem;color:var(--white);gap:.5rem}.dashboard-data-card__header-actions{display:flex;align-items:center;gap:.35rem}.dashboard-data-card__kebab{width:32px;height:32px;display:flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:6px;background:#ffffff26;color:var(--white);cursor:pointer;transition:background .2s}.dashboard-data-card__kebab:hover{background:#ffffff40}.dashboard-data-card__kebab svg{width:18px;height:18px}.dashboard-data-card__header-inner{display:flex;align-items:center;gap:.6rem}.dashboard-data-card__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#fff3}.dashboard-data-card__icon svg{width:20px;height:20px;flex-shrink:0}.dashboard-data-card__title{font-size:.8rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.dashboard-data-card__header--pink{background:linear-gradient(135deg,#c026d3,#a21caf)}.dashboard-data-card__header--blue{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.dashboard-data-card__header--green{background:linear-gradient(135deg,#16a34a,#15803d)}.dashboard-data-card__header--darkblue{background:linear-gradient(135deg,#1e3a8a,#1e40af)}.dashboard-data-card__refresh{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:none;border-radius:10px;background:#ffffff40;color:var(--white);cursor:pointer;transition:background .2s,transform .2s}.dashboard-data-card__refresh:hover{background:#fff6;transform:rotate(-90deg)}.dashboard-data-card__refresh svg{width:18px;height:18px}.dashboard-data-card__body{padding:1.25rem 1.5rem;flex:1;display:flex;flex-direction:column;gap:.85rem;min-height:0}.dashboard-data-card__summary{font-size:1rem;color:var(--vuexy-text);margin:0;font-weight:600}.dashboard-data-card__breakdown{list-style:none;margin:0;padding:0;font-size:.875rem;color:var(--vuexy-text-muted);line-height:1.6}.dashboard-data-card__breakdown li{margin-bottom:.3rem}.dashboard-data-card__empty{font-size:.9rem;color:var(--vuexy-text-muted);margin:0;font-style:italic}.dashboard-chart{margin:.75rem 0;color:var(--vuexy-text)}.dashboard-chart--donut{min-height:220px}.dashboard-chart--bar{min-height:180px}.dashboard-chart .recharts-text{fill:var(--vuexy-text-muted)}.dashboard-chart .recharts-tooltip-wrapper .recharts-default-tooltip{background:var(--vuexy-card-bg)!important;border:1px solid var(--vuexy-card-border)!important;border-radius:8px;padding:.5rem .75rem;color:var(--vuexy-text)}[data-theme=light] .dashboard-chart .recharts-tooltip-wrapper .recharts-default-tooltip{background:var(--white)!important;border-color:#e2e8f0!important;color:#334155}.dashboard-data-card__table-wrap{overflow:auto;margin-top:.5rem;border:1px solid var(--vuexy-card-border);border-radius:8px;max-height:220px;background:#00000026}.dashboard-data-card--tall .dashboard-data-card__body{flex:1;min-height:0}.dashboard-data-card__table{width:100%;border-collapse:collapse;font-size:.875rem}.dashboard-data-card__table th,.dashboard-data-card__table td{padding:.6rem 1rem;text-align:left;border-bottom:1px solid var(--vuexy-card-border)}.dashboard-data-card__table th{background:#0003;color:var(--vuexy-text);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.dashboard-data-card__table tbody tr:last-child td{border-bottom:none}.dashboard-data-card__table td{color:var(--vuexy-text-muted)}@media(max-width:900px){.dashboard-overview__grid{grid-template-columns:1fr}.dashboard-overview__stats{grid-template-columns:1fr 1fr}}@media(max-width:600px){.dashboard-overview__stats{grid-template-columns:1fr}}.dashboard__nav-link{display:inline-flex;align-items:center;gap:.4rem}.dashboard-table-wrap{overflow-x:auto}.dashboard .dashboard-table-wrap{background:var(--vuexy-card-bg)}[data-theme=light] .dashboard .dashboard-table-wrap{background:var(--white)}.dashboard-table{width:100%;border-collapse:collapse;font-size:.9375rem}.dashboard-table th,.dashboard-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--gray-100);color:var(--gray-900)}.dashboard-table th{font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-600);background:var(--gray-50)}.dashboard-table tbody tr:hover{background:var(--gray-50)}.dashboard .dashboard-table th,.dashboard .dashboard-table td{color:var(--vuexy-text);border-bottom-color:var(--vuexy-card-border)}.dashboard .dashboard-table th{background:#0003;color:var(--vuexy-text-muted);font-weight:600}.dashboard .dashboard-table tbody tr:hover{background:#ffffff0a}[data-theme=light] .dashboard .dashboard-table th,[data-theme=light] .dashboard .dashboard-table td{color:#334155;border-bottom-color:#e2e8f0}[data-theme=light] .dashboard .dashboard-table th{background:#f8fafc;color:#475569}[data-theme=light] .dashboard .dashboard-table tbody tr:hover{background:#f8fafc}.dashboard .dashboard-table--dark th{background:var(--vuexy-active-bg);color:var(--vuexy-active-purple);border-bottom-color:#7367f04d}[data-theme=light] .dashboard .dashboard-table--dark th{background:#7367f01f;color:var(--vuexy-active-purple)}.dashboard .dashboard-table .mgmt-form__input,.dashboard .dashboard-table select.mgmt-form__input{color:var(--form-input-color);background:var(--form-input-bg);border-color:var(--form-input-border)}[data-theme=light] .dashboard .dashboard-table .mgmt-form__input,[data-theme=light] .dashboard .dashboard-table select.mgmt-form__input{color:#1e293b;background:var(--white);border-color:#e2e8f0}.badge{display:inline-block;padding:.25rem .65rem;font-size:.8rem;font-weight:600;border-radius:100px}.badge--success{background:#d1fae5;color:#065f46}.badge--info{background:#dbeafe;color:#1e40af}.badge--warning{background:#fef3c7;color:#92400e}.badge--default{background:var(--gray-100);color:var(--gray-700)}.dashboard .dashboard-table .badge--success{background:#22c55e33;color:#4ade80}.dashboard .dashboard-table .badge--info{background:#06b6d433;color:#22d3ee}.dashboard .dashboard-table .badge--warning{background:#f59e0b33;color:#fbbf24}.dashboard .dashboard-table .badge--default{background:#ffffff1a;color:var(--vuexy-text-muted)}[data-theme=light] .dashboard .dashboard-table .badge--success{background:#dcfce7;color:#15803d}[data-theme=light] .dashboard .dashboard-table .badge--info{background:#cffafe;color:#0e7490}[data-theme=light] .dashboard .dashboard-table .badge--warning{background:#fef3c7;color:#b45309}[data-theme=light] .dashboard .dashboard-table .badge--default{background:#f1f5f9;color:#64748b}.table-badge{display:inline-flex;align-items:center;padding:.3rem .65rem;font-size:.75rem;font-weight:600;border-radius:6px;white-space:nowrap}.table-badge--active{background:#7367f033;color:#a5a0f7}.table-badge--completed,.table-badge--success{background:#22c55e33;color:#4ade80}.table-badge--scheduled,.table-badge--info{background:#06b6d433;color:#22d3ee}.table-badge--pending,.table-badge--warning{background:#f59e0b33;color:#fbbf24}.table-badge--default{background:#ffffff1a;color:var(--vuexy-text-muted)}[data-theme=light] .dashboard .table-badge--active{background:#7367f026;color:var(--vuexy-active-purple)}[data-theme=light] .dashboard .table-badge--completed,[data-theme=light] .dashboard .table-badge--success{background:#dcfce7;color:#15803d}[data-theme=light] .dashboard .table-badge--scheduled,[data-theme=light] .dashboard .table-badge--info{background:#cffafe;color:#0e7490}[data-theme=light] .dashboard .table-badge--pending,[data-theme=light] .dashboard .table-badge--warning{background:#fef3c7;color:#b45309}[data-theme=light] .dashboard .table-badge--default{background:#f1f5f9;color:#64748b}.dashboard-table__actions-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:6px;background:transparent;color:var(--vuexy-text-muted);cursor:pointer;transition:background .2s,color .2s}.dashboard-table__actions-btn:hover{background:#ffffff14;color:var(--vuexy-text)}[data-theme=light] .dashboard .dashboard-table__actions-btn{color:#64748b}[data-theme=light] .dashboard .dashboard-table__actions-btn:hover{background:#f1f5f9;color:#334155}.dashboard-table__actions-col{width:1%;min-width:160px;white-space:nowrap;text-align:right}.dashboard-table__actions-cell{white-space:nowrap;text-align:right;vertical-align:middle}.dashboard-table__action-buttons{display:inline-flex;flex-wrap:nowrap;gap:.5rem;justify-content:flex-end;align-items:center}.dashboard-table__action-buttons .btn{margin:0;flex-shrink:0}.dashboard-table__cell--ellipsis{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-table__row--selected td{background:#6366f11f}[data-theme=light] .dashboard .dashboard-table__row--selected td{background:#6366f114}.vehicle-view-page{max-width:640px;margin:0 auto;padding:0 1rem 2rem}.vehicle-view-page__header{margin-bottom:1.5rem}.vehicle-view-page__back{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;font-weight:500;color:var(--vuexy-text);background:#ffffff0f;border:1px solid var(--vuexy-card-border);border-radius:8px;padding:.5rem .85rem;margin-bottom:1rem;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.vehicle-view-page__back:hover{background:#ffffff1a;border-color:#ffffff26;color:#fff}.vehicle-view-page__back-icon{opacity:.9}.vehicle-view-page__title{font-size:1.5rem;font-weight:700;margin:0 0 .25rem;color:var(--vuexy-text);letter-spacing:-.02em}.vehicle-view-page__subtitle{font-size:.875rem;color:var(--vuexy-text-muted);margin:0}.vehicle-view-page__card{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:12px;padding:1.5rem 1.75rem;box-shadow:var(--vuexy-card-shadow)}.vehicle-view-page__detail-list{display:flex;flex-direction:column;gap:.05rem;margin-bottom:1.5rem}.vehicle-view-page__detail-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--vuexy-card-border)}.vehicle-view-page__detail-row:last-child{border-bottom:none}.vehicle-view-page__detail-label{font-size:.8125rem;font-weight:500;color:var(--vuexy-text-muted);flex-shrink:0}.vehicle-view-page__detail-value{font-size:.9375rem;font-weight:500;color:var(--vuexy-text);text-align:right;word-break:break-word}.vehicle-view-page__actions{display:flex;justify-content:flex-end;padding-top:.5rem;border-top:1px solid var(--vuexy-card-border)}[data-theme=light] .vehicle-view-page__back{background:#f1f5f9;border-color:#e2e8f0;color:#475569}[data-theme=light] .vehicle-view-page__back:hover{background:#e2e8f0;border-color:#cbd5e1;color:#334155}[data-theme=light] .vehicle-view-page__detail-label{color:#64748b}[data-theme=light] .vehicle-view-page__detail-value{color:#1e293b}.record-view-page{max-width:720px;margin:0 auto;padding:0 1rem 2rem}.record-view-page__header{margin-bottom:1.5rem}.record-view-page__back{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;font-weight:500;color:var(--vuexy-text);background:#ffffff0f;border:1px solid var(--vuexy-card-border);border-radius:8px;padding:.5rem .85rem;margin-bottom:1rem;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.record-view-page__back:hover{background:#ffffff1a;border-color:#ffffff26;color:#fff}.record-view-page__back-icon{opacity:.9}.record-view-page__title{font-size:1.5rem;font-weight:700;margin:0 0 .25rem;color:var(--vuexy-text);letter-spacing:-.02em}.record-view-page__subtitle{font-size:.875rem;color:var(--vuexy-text-muted);margin:0}.record-view-page__card{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:12px;padding:1.5rem 1.75rem;box-shadow:var(--vuexy-card-shadow)}.record-view-page__detail-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem 2rem;margin-bottom:1.5rem}.record-view-page__detail-row{display:flex;flex-direction:column;gap:.2rem;padding:.6rem 0;border-bottom:1px solid var(--vuexy-card-border)}.record-view-page__detail-row:nth-last-child(-n+2){border-bottom:none}.record-view-page__detail-label{font-size:.8125rem;font-weight:500;color:var(--vuexy-text-muted)}.record-view-page__detail-value{font-size:.9375rem;font-weight:500;color:var(--vuexy-text);word-break:break-word}.record-view-page__detail-row--full{grid-column:1 / -1}.record-view-page__actions{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid var(--vuexy-card-border)}[data-theme=light] .record-view-page__back{background:#f1f5f9;border-color:#e2e8f0;color:#475569}[data-theme=light] .record-view-page__back:hover{background:#e2e8f0;border-color:#cbd5e1;color:#334155}[data-theme=light] .record-view-page__detail-label{color:#64748b}[data-theme=light] .record-view-page__detail-value{color:#1e293b}@media(max-width:640px){.record-view-page__detail-list{grid-template-columns:1fr}.record-view-page__detail-row:nth-last-child(-n+2){border-bottom:1px solid var(--vuexy-card-border)}.record-view-page__detail-row:last-child{border-bottom:none}}.new-trip-page{max-width:960px;margin:0 auto;padding:0 1rem 2rem}.new-trip-page__header{margin-bottom:1.5rem}.new-trip-page__back{display:inline-block;font-size:.875rem;color:var(--vuexy-primary);text-decoration:none;margin-bottom:.5rem;background:none;border:none;cursor:pointer;padding:0}.new-trip-page__back:hover{text-decoration:underline}.new-trip-page__title{font-size:1.5rem;font-weight:700;margin:0 0 .25rem;color:var(--vuexy-text)}.new-trip-page__subtitle{font-size:.875rem;color:var(--vuexy-text-muted);margin:0}.new-trip-page__error{margin-bottom:1rem}.new-trip-page__form{background:var(--vuexy-card-bg);border-radius:10px;padding:1.5rem;border:1px solid var(--vuexy-border)}.new-trip-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}@media(max-width:768px){.new-trip-page__grid{grid-template-columns:1fr}}.new-trip-page__section{min-width:0}.new-trip-page__section--full{grid-column:1 / -1}.trip-customer-block{display:flex;flex-direction:column;gap:1.25rem;padding:1.25rem;background:var(--vuexy-card-bg, rgba(255, 255, 255, .03));border:1px solid var(--vuexy-border, rgba(255, 255, 255, .08));border-radius:10px}[data-theme=light] .trip-customer-block{background:var(--gray-50, #f8fafc);border-color:var(--vuexy-border, #e2e8f0)}.trip-customer-block__group{display:flex;flex-direction:column;gap:.5rem;min-width:0}.trip-customer-block__group-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--vuexy-muted, #94a3b8);margin:0 0 .25rem}.trip-customer-block__fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem 1rem;align-items:end}.trip-travel-block{display:flex;flex-direction:column;gap:1.25rem;padding:1.25rem;background:var(--vuexy-card-bg, rgba(255, 255, 255, .03));border:1px solid var(--vuexy-border, rgba(255, 255, 255, .08));border-radius:10px}[data-theme=light] .trip-travel-block{background:var(--gray-50, #f8fafc);border-color:var(--vuexy-border, #e2e8f0)}.trip-travel-block__group{display:flex;flex-direction:column;gap:.5rem}.trip-travel-block__group-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--vuexy-muted, #94a3b8);margin:0 0 .25rem}.trip-travel-block__row{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;align-items:end}.trip-travel-block__row--date-time{grid-template-columns:1.8fr 1fr .85fr;max-width:480px;min-width:0}.trip-travel-block__row--date-time .mgmt-form__group{display:flex;flex-direction:column;align-items:stretch;min-width:0;overflow:hidden}.trip-travel-block__row--date-time .mgmt-form__input{text-align:left;max-width:100%;box-sizing:border-box}.trip-travel-block__row--date-time input[type=time],.trip-travel-block__row--date-time input[type=date]{text-align:left;padding-left:.875rem;min-width:0}.trip-travel-block__row--date-time .mgmt-form__group:last-child .mgmt-form__input{max-width:7.5rem}@media(max-width:520px){.trip-travel-block__row--date-time{grid-template-columns:1fr}}.trip-travel-block__locations-wrap{display:grid;grid-template-columns:1fr auto;gap:1.25rem;align-items:start}@media(max-width:640px){.trip-travel-block__locations-wrap{grid-template-columns:1fr}}.trip-travel-block__locations{display:flex;flex-direction:column;gap:.75rem;min-width:0}.trip-travel-block__locations-grid{display:grid;grid-template-columns:1fr auto;gap:.75rem 1.25rem;align-items:end}.trip-travel-block__locations-grid .mgmt-form__group{display:flex;flex-direction:column;margin-bottom:0}.trip-travel-block__locations-grid .mgmt-form__group .mgmt-form__label{margin-bottom:.35rem}.trip-travel-block__locations-grid .mgmt-form__input{min-height:2.5rem;box-sizing:border-box}@media(max-width:640px){.trip-travel-block__locations-grid{grid-template-columns:1fr}}.trip-travel-block__locations-grid .btn{white-space:nowrap;font-size:.8125rem;padding:.5rem .875rem;justify-self:start;min-height:2.5rem;box-sizing:border-box;display:inline-flex;align-items:center}.trip-travel-block__locations-grid .trip-travel-block__import-trip-btn{min-height:0}.trip-travel-block__locations-grid-spacer{height:0}.trip-travel-block__map-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:.5rem}.trip-travel-block__map-card{border:1px solid var(--vuexy-border, #334155);border-radius:14px;padding:.85rem;background:#94a3b814}.trip-travel-block__map-card-head{display:flex;justify-content:space-between;gap:.75rem;align-items:center;margin-bottom:.5rem}.trip-travel-block__map-card-head a{font-size:.8rem}.trip-travel-block__map-label{margin:0 0 .65rem;font-size:.82rem;color:var(--vuexy-muted, #94a3b8)}.trip-travel-block__map-frame{width:100%;min-height:220px;border:0;border-radius:10px;background:#fff}.trip-travel-block__suggestions{margin-top:.35rem;border:1px solid var(--vuexy-border, #334155);border-radius:8px;overflow:hidden;max-height:200px;overflow-y:auto;background:var(--vuexy-card-bg, #1f2937)}.trip-travel-block__suggestion-item{width:100%;text-align:left;padding:.55rem .65rem;font-size:.8rem;color:var(--vuexy-text, #e2e8f0);border-bottom:1px solid var(--vuexy-border, #334155)}.trip-travel-block__suggestion-item:last-child{border-bottom:0}.trip-travel-block__suggestion-item--btn{background:transparent;border:0;cursor:pointer}.trip-travel-block__suggestion-item--btn:hover{background:#94a3b81f}@media(max-width:860px){.trip-travel-block__map-preview-grid{grid-template-columns:1fr}}.trip-travel-block__destinations-list{margin-top:1rem;padding:1rem;background:var(--vuexy-card-bg, rgba(0, 0, 0, .2));border:1px solid var(--vuexy-border, rgba(255, 255, 255, .08));border-radius:8px}.trip-travel-block__destinations-list .trip-travel-block__group-title{margin-bottom:.5rem;display:block}.trip-travel-block__destinations-empty{margin:0;padding:.75rem 0 0;font-size:.9375rem;line-height:1.45;color:var(--vuexy-text, #e2e8f0);opacity:.95}[data-theme=light] .trip-travel-block__destinations-empty{color:#475569}.trip-travel-block__destinations-ul{list-style:none;margin:0;padding:0}.trip-travel-block__destination-li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--vuexy-border, rgba(255, 255, 255, .06))}.trip-travel-block__destination-li:last-child{border-bottom:none}.trip-travel-block__destination-select{flex-shrink:0;background:none;border:none;color:#7367f0;cursor:pointer;font-size:.875rem;font-weight:500;padding:0;text-decoration:underline}.trip-travel-block__destination-select:hover{color:#6358d8}.trip-travel-block__destination-addr{font-size:.9375rem;color:var(--vuexy-text, #e2e8f0)}[data-theme=light] .trip-travel-block__destinations-list{background:#f1f5f9;border-color:#e2e8f0}[data-theme=light] .trip-travel-block__destination-li{border-bottom-color:#e2e8f0}[data-theme=light] .trip-travel-block__destination-select{color:#7367f0}[data-theme=light] .trip-travel-block__destination-addr{color:#1e293b}.trip-travel-block__import-actions{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.trip-travel-block__import-actions .btn{white-space:nowrap;font-size:.8125rem;padding:.5rem .875rem}.trip-travel-block__notes{grid-column:1 / -1}.trip-travel-block__notes .mgmt-form__input{min-height:72px;resize:vertical}.trip-travel-block__return-row{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.trip-travel-block__return-row .mgmt-form__label{margin-bottom:0}.trip-travel-block__needs-assists{display:grid;grid-template-columns:auto 1fr;gap:1.5rem 2rem;align-items:start}@media(max-width:520px){.trip-travel-block__needs-assists{grid-template-columns:1fr}}.trip-travel-block__needs-group,.trip-travel-block__assists-group{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;align-items:center}.trip-travel-block__assists-group{flex-direction:column;align-items:flex-start;gap:.5rem}.trip-travel-block__needs-group .mgmt-form__label,.trip-travel-block__assists-group .mgmt-form__label{margin-bottom:0}.trip-travel-block__assists-group .mgmt-form__label{color:var(--vuexy-text, #e2e8f0);width:100%}.trip-travel-block__assists-group .mgmt-form__checkbox{display:inline-flex;align-items:center;gap:.5rem;color:var(--vuexy-text, #e2e8f0);white-space:nowrap;cursor:pointer}.trip-travel-block__assists-group .mgmt-form__checkbox input[type=checkbox]{width:1rem;height:1rem;flex-shrink:0;margin:0;cursor:pointer}[data-theme=light] .trip-travel-block__assists-group .mgmt-form__label,[data-theme=light] .trip-travel-block__assists-group .mgmt-form__checkbox{color:#1e293b}.trip-travel-block__input-sm{width:100px}.trip-travel-block__input-md{width:120px}.trip-travel-block__mileage{display:flex;align-items:center;gap:.5rem}.trip-travel-block__mileage .btn{white-space:nowrap}.trip-travel-block__est-time-row{margin-top:1rem}.trip-travel-block__est-time-row .mgmt-form__label{margin-bottom:.4rem}.trip-travel-block__est-time-wrap{display:flex;align-items:center;gap:.5rem}.trip-travel-block__est-time-wrap .btn{white-space:nowrap}.new-trip-page .mgmt-form__input:disabled,.new-trip-page .mgmt-form__input[readonly],.trip-travel-block .mgmt-form__input:disabled,.trip-travel-block .mgmt-form__input[readonly]{background:#4b5563;color:#d1d5db;border-color:#6b7280;cursor:not-allowed;opacity:1}[data-theme=light] .new-trip-page .mgmt-form__input:disabled,[data-theme=light] .new-trip-page .mgmt-form__input[readonly],[data-theme=light] .trip-travel-block .mgmt-form__input:disabled,[data-theme=light] .trip-travel-block .mgmt-form__input[readonly]{background:#e5e7eb;color:#6b7280;border-color:#d1d5db}.trip-view-page__content{margin-top:.5rem}.trip-view-page__field{margin-bottom:.75rem}.trip-view-page__label{display:block;font-size:.8125rem;font-weight:500;color:var(--vuexy-muted, #94a3b8);margin-bottom:.25rem}.trip-view-page__value{display:block;font-size:.9375rem;color:var(--vuexy-text, #e2e8f0)}[data-theme=light] .trip-view-page__label{color:#64748b}[data-theme=light] .trip-view-page__value{color:#1e293b}.trip-view-page{max-width:1200px}.trip-view-page__header-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.4rem}.trip-view-page__header-left{display:flex;align-items:center;gap:.9rem;min-width:0}.trip-view-page__title-wrap{min-width:0}.trip-view-page__title-wrap .record-view-page__title{margin:0}.trip-view-page__title-wrap .record-view-page__subtitle{margin:.25rem 0 0}.trip-view-page__header-actions{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.trip-view-page__summary-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.8rem;margin-bottom:1rem}.trip-view-page__summary-card{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:10px;padding:.75rem .8rem;min-height:86px;display:flex;flex-direction:column;gap:.3rem}.trip-view-page__summary-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--vuexy-text-muted)}.trip-view-page__summary-value{font-size:.92rem;color:var(--vuexy-text);line-height:1.3;word-break:break-word}.trip-view-page__status-badge{display:inline-flex;align-items:center;width:fit-content;padding:.2rem .55rem;border-radius:999px;font-size:.78rem;font-weight:700;background:#94a3b82e;color:#cbd5e1}.trip-view-page__status-badge--pending{background:#f59e0b26;color:#fcd34d}.trip-view-page__status-badge--accepted{background:#22c55e26;color:#86efac}.trip-view-page__status-badge--in-progress{background:#3b82f633;color:#93c5fd}.trip-view-page__status-badge--completed{background:#10b98133;color:#6ee7b7}.trip-view-page__status-badge--rejected{background:#ef444433;color:#fca5a5}.trip-view-page__section--notes{grid-column:1 / -1}.trip-view-page__header-top .record-view-page__back{margin-bottom:0}.trip-view-page__sections{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1.25rem}.trip-view-page__section{grid-column:span 6;min-width:0}.trip-view-page__section-title{font-size:.9375rem;font-weight:700;color:var(--vuexy-text);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid var(--vuexy-card-border)}.record-view-page__detail-list--cols-2{grid-template-columns:repeat(2,1fr)}.record-view-page__detail-list--cols-3{grid-template-columns:repeat(3,1fr)}.trip-view-page__section .record-view-page__detail-list{margin-bottom:0}.trip-view-page__section .record-view-page__detail-row:nth-last-child(-n+2),.trip-view-page__section .record-view-page__detail-list--cols-3 .record-view-page__detail-row:nth-last-child(-n+3){border-bottom:none}@media(max-width:1200px){.trip-view-page__summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:960px){.trip-view-page__section{grid-column:span 12}.trip-view-page__summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.trip-view-page__summary-grid{grid-template-columns:1fr}}@media(max-width:640px){.trip-view-page__header-top{flex-direction:column;align-items:stretch}.trip-view-page__header-left{flex-direction:column;align-items:flex-start;gap:.55rem}.trip-view-page__header-actions{width:100%}.trip-view-page__header-actions .btn{flex:1}.trip-view-page__section .record-view-page__detail-list,.record-view-page__detail-list--cols-2,.record-view-page__detail-list--cols-3{grid-template-columns:1fr}.trip-view-page__section .record-view-page__detail-row:nth-last-child(-n+2),.trip-view-page__section .record-view-page__detail-list--cols-3 .record-view-page__detail-row:nth-last-child(-n+3){border-bottom:1px solid var(--vuexy-card-border)}.trip-view-page__section .record-view-page__detail-row:last-child{border-bottom:none}}[data-theme=light] .trip-view-page__section-title{color:#1e293b}[data-theme=light] .trip-view-page__summary-card{background:#fff;border-color:#e2e8f0}[data-theme=light] .trip-view-page__summary-label{color:#64748b}[data-theme=light] .trip-view-page__summary-value{color:#1e293b}.new-trip-page__section-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--accent);margin:0 0 .75rem;padding-bottom:.35rem;border-bottom:1px solid var(--vuexy-border)}.new-trip-page__fields .mgmt-form__group,.new-trip-page__travel-grid .mgmt-form__group{margin-bottom:.6rem}.new-trip-page__fields .mgmt-form__label,.new-trip-page__travel-grid .mgmt-form__label{font-size:.8rem}.new-trip-page__travel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:0 1rem;row-gap:.6rem}.new-trip-page__field-row{grid-column:1 / -1;margin-top:.5rem}.new-trip-page__field-row--inline{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.new-trip-page__actions{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--vuexy-border)}.new-customer-page{max-width:960px;margin:0 auto;padding:0 1rem 2rem}.new-customer-page__header{margin-bottom:1.5rem}.new-customer-page__back{display:inline-block;font-size:.875rem;color:var(--vuexy-primary);text-decoration:none;margin-bottom:.5rem;background:none;border:none;cursor:pointer;padding:0}.new-customer-page__back:hover{text-decoration:underline}.new-customer-page__title{font-size:1.5rem;font-weight:700;margin:0 0 .25rem;color:var(--vuexy-text)}.new-customer-page__subtitle{font-size:.875rem;color:var(--vuexy-text-muted);margin:0}.new-customer-page__error{margin-bottom:1rem}.new-customer-page__form{background:var(--vuexy-card-bg);border-radius:10px;padding:1.5rem;border:1px solid var(--vuexy-border)}.new-customer-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}@media(max-width:768px){.new-customer-page__grid{grid-template-columns:1fr}}.new-customer-page__section{min-width:0}.new-customer-page__section--full{grid-column:1 / -1}.new-customer-page__section-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--accent);margin:0 0 .75rem;padding-bottom:.35rem;border-bottom:1px solid var(--vuexy-border)}.new-customer-page__fields .mgmt-form__group{margin-bottom:.6rem}.new-customer-page__fields .mgmt-form__label{font-size:.8rem}.new-customer-page__actions{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--vuexy-border)}.new-reimbursement-page{max-width:960px;margin:0 auto;padding:0 1rem 2rem}.new-reimbursement-page__header{margin-bottom:1.5rem}.new-reimbursement-page__back{display:inline-block;font-size:.875rem;color:var(--vuexy-primary);text-decoration:none;margin-bottom:.5rem;background:none;border:none;cursor:pointer;padding:0}.new-reimbursement-page__back:hover{text-decoration:underline}.new-reimbursement-page__title{font-size:1.5rem;font-weight:700;margin:0 0 .25rem;color:var(--vuexy-text)}.new-reimbursement-page__subtitle{font-size:.875rem;color:var(--vuexy-text-muted);margin:0}.new-reimbursement-page__error{margin-bottom:1rem}.new-reimbursement-page__form{background:var(--vuexy-card-bg);border-radius:10px;padding:1.5rem;border:1px solid var(--vuexy-border)}.new-reimbursement-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}@media(max-width:768px){.new-reimbursement-page__grid{grid-template-columns:1fr}}.new-reimbursement-page__section{min-width:0}.new-reimbursement-page__section--full{grid-column:1 / -1}.new-reimbursement-page__section-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--accent);margin:0 0 .75rem;padding-bottom:.35rem;border-bottom:1px solid var(--vuexy-border)}.new-reimbursement-page__fields .mgmt-form__group{margin-bottom:.6rem}.new-reimbursement-page__rates-wrap{overflow-x:auto;margin-bottom:.75rem}.new-reimbursement-page__rates-table{width:100%;border-collapse:collapse;font-size:.9375rem}.new-reimbursement-page__rates-table th,.new-reimbursement-page__rates-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--vuexy-border)}.new-reimbursement-page__rates-table th{color:var(--vuexy-text-muted);font-weight:600}.new-reimbursement-page__rates-table td .mgmt-form__input{width:100%;min-width:0}.new-reimbursement-page__actions{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--vuexy-border)}@media(max-width:900px){.dashboard__header-bar{flex-wrap:wrap;gap:1rem}.dashboard__nav{order:3;width:100%;justify-content:flex-start}.dashboard__search{min-width:120px}.dashboard__user-info{display:none}}.dashboard--driver .dashboard__header--driver{border-bottom:1px solid var(--vuexy-card-border, rgba(255, 255, 255, .08))}.dashboard--driver .dashboard__top-bar--driver{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:.75rem 1.5rem}.dashboard__driver-icons{display:flex;align-items:center;gap:.5rem}.dashboard__driver-icon{width:48px;height:48px;min-width:48px;border:none;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer;background:var(--vuexy-nav-bg, #2d3548);color:#fff;transition:background .2s ease,color .2s ease}.dashboard__driver-icon:hover{background:var(--vuexy-nav-hover, #3d4558)}.dashboard__driver-icon--active{background:#2563eb;color:#fff}.dashboard__driver-icon--active:hover{background:#1d4ed8}.dashboard__driver-icon--red{background:#dc2626;color:#fff}.dashboard__driver-icon--red:hover{background:#b91c1c}.dashboard__driver-icon--outline{background:transparent;border:1px solid var(--vuexy-card-border, rgba(255, 255, 255, .2));color:var(--vuexy-text, #e7e7ed)}.dashboard__driver-icon--outline:hover{background:#ffffff14}.dashboard__driver-icon-chevron{font-size:8px;line-height:1;opacity:.9}.dashboard__main--driver{background:var(--vuexy-bg, #1a1d28)}[data-theme=light] .dashboard__main--driver{background:var(--vuexy-bg-subtle, #f1f5f9)}.driver-assigned-trips.dashboard-panel{padding:1.5rem 2rem}.driver-assigned-trips__head{margin-bottom:0}.driver-assigned-trips__head .dashboard-panel__title{margin:0}.driver-assigned-trips__empty{margin:0;text-align:center}.driver-schedule-section{margin-bottom:1.5rem;margin-top:1.25rem;padding:1rem;background:var(--vuexy-card-bg, #252d42);border-radius:var(--radius, 10px);border:1px solid var(--vuexy-card-border, rgba(255, 255, 255, .06))}.dashboard[data-theme=light] .driver-schedule-section,[data-theme=light] .driver-schedule-section{background:var(--vuexy-bg-subtle, #f5f5f9);border-color:var(--vuexy-border, #e2e2e8)}.driver-schedule-section__title{font-size:1.1rem;font-weight:600;margin:0 0 .75rem;color:var(--vuexy-text, #e7e7ed)}[data-theme=light] .driver-schedule-section__title{color:var(--vuexy-text, #1e293b)}.driver-schedule-section__row{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.driver-schedule-section__label{color:var(--vuexy-text-muted, #a5a5b8);font-size:.9rem}[data-theme=light] .driver-schedule-section__label{color:var(--vuexy-text-muted, #64748b)}.driver-schedule-section__date{width:auto;min-width:160px}.driver-schedule-section__btn{font-weight:600}.driver-trips-tables{display:flex;flex-direction:column;gap:1.5rem}.driver-assigned-trips .driver-trips-tables{margin-top:0}.driver-trips-block__title{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:var(--vuexy-text, #e7e7ed)}.driver-trips-block__empty-cell{color:var(--vuexy-text-muted, #a5a5b8);font-style:italic;padding:1rem}.driver-trips-get-direction{color:var(--vuexy-primary, #7367f0);text-decoration:none;font-weight:500}.driver-trips-get-direction:hover{text-decoration:underline}[data-theme=light] .driver-trips-get-direction{color:var(--vuexy-primary, #5e50ee)}.driver-trips-block__empty{color:var(--vuexy-text-muted, #a5a5b8);font-size:.9rem;margin:.5rem 0;padding:.75rem;background:var(--vuexy-card-bg, #252d42);border-radius:var(--radius, 10px);border:1px dashed var(--vuexy-card-border, rgba(255, 255, 255, .06))}@media(max-width:1024px){.dashboard__nav-link,.dashboard__nav-dropdown-trigger{font-size:15px}}@media(max-width:768px){.dashboard__nav-link,.dashboard__nav-dropdown-trigger{font-size:14px}}@media(max-width:600px){.dashboard__header-bar{padding:.75rem 1rem}.dashboard__search{display:none}.dashboard__nav-link,.dashboard__nav-dropdown-trigger{padding:.5rem .6rem;font-size:13px}}.invoice-mgmt{width:100%;max-width:100%}.invoice-mgmt--loading{min-height:40vh;display:flex;align-items:center;justify-content:center}.invoice-mgmt__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.invoice-mgmt__mode-toggle{display:inline-flex;border-radius:10px;overflow:hidden;border:1px solid var(--vuexy-card-border);background:var(--vuexy-card-bg)}.invoice-mgmt__mode-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:600;border:none;background:transparent;color:var(--vuexy-text-muted);cursor:pointer}.invoice-mgmt__mode-btn--active{background:var(--vuexy-active-bg);color:var(--vuexy-active-purple)}.invoice-mgmt__toolbar-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}@media(max-width:640px){.invoice-mgmt__toolbar{flex-direction:column;align-items:stretch}.invoice-mgmt__mode-toggle{width:100%;justify-content:stretch}.invoice-mgmt__mode-btn{flex:1;min-height:44px}.invoice-mgmt__toolbar-actions{flex-direction:column}.invoice-mgmt__toolbar-actions .btn{width:100%;min-height:44px;justify-content:center}}.invoice-mgmt__error{margin-bottom:.75rem}.invoice-mgmt__grid{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr) minmax(200px,260px);gap:1rem;align-items:start}.invoice-mgmt__grid--statement{grid-template-columns:minmax(220px,280px) minmax(0,1fr) minmax(200px,260px)}.invoice-mgmt__list-panel{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:10px;box-shadow:var(--vuexy-card-shadow);min-width:0}.invoice-mgmt__list-header{padding:.75rem 1rem;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:linear-gradient(90deg,#2563eb,#6366f1);border-radius:10px 10px 0 0}.invoice-mgmt__list-scroll{max-height:min(60vh,520px);overflow:auto;padding:.5rem}.invoice-mgmt__list{list-style:none;margin:0;padding:0}.invoice-mgmt__list-row{display:flex;align-items:stretch;gap:.35rem;margin-bottom:.35rem}.invoice-mgmt__list-row input[type=checkbox]{margin-top:.65rem;flex:0 0 auto}.invoice-mgmt__list-select{flex:1;min-width:0;text-align:left;display:flex;flex-direction:column;gap:.15rem;padding:.5rem .65rem;border-radius:8px;border:1px solid var(--vuexy-card-border);background:#ffffff08;color:var(--vuexy-text);cursor:pointer;font-size:.8125rem}.invoice-mgmt__list-select--active{border-color:var(--vuexy-active-purple);background:var(--vuexy-active-bg)}.invoice-mgmt__list-num{font-weight:700}.invoice-mgmt__list-sub{font-size:.75rem;color:var(--vuexy-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.invoice-mgmt__list-due{font-size:.75rem;color:#34d399}.invoice-mgmt__form-stack{display:flex;flex-direction:column;gap:1rem;min-width:0}.invoice-mgmt__card{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:10px;padding:1rem 1.15rem;box-shadow:var(--vuexy-card-shadow)}.invoice-mgmt__section-title{margin:0 0 .85rem;padding-bottom:.5rem;font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;border-bottom:1px solid var(--vuexy-card-border)}.invoice-mgmt__fields.grid-responsive{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem 1rem}.invoice-mgmt__span-2{grid-column:1 / -1}@media(min-width:900px){.invoice-mgmt__fields.grid-responsive{grid-template-columns:repeat(2,minmax(0,1fr))}}.invoice-mgmt__hint{font-size:.75rem;color:var(--vuexy-text-muted);margin:0}.invoice-mgmt__check{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--vuexy-text)}.invoice-mgmt__line-items{display:flex;flex-direction:column;gap:.5rem}.invoice-mgmt__line-row{display:grid;grid-template-columns:1fr 4.5rem 5.5rem auto;gap:.5rem;align-items:center}@media(max-width:640px){.invoice-mgmt__line-row{grid-template-columns:1fr}}.invoice-mgmt__aside{display:flex;flex-direction:column;gap:.75rem;min-width:0}.invoice-mgmt__amount-card{padding:1rem}.invoice-mgmt__amount-due{display:flex;justify-content:space-between;align-items:center;gap:.75rem;font-size:.875rem;color:var(--vuexy-text-muted)}.invoice-mgmt__amount-due strong{font-size:1.35rem;color:var(--vuexy-text)}.invoice-mgmt__actions{display:flex;flex-wrap:wrap;gap:.5rem}.invoice-mgmt__actions--secondary .btn{flex:1 1 auto;min-width:0}[data-theme=light] .invoice-mgmt__list-header{color:#fff}[data-theme=light] .invoice-mgmt__section-title{color:var(--vuexy-text)}[data-theme=light] .invoice-mgmt__list-select{background:#f8fafc;color:#1e293b}@media(max-width:1100px){.invoice-mgmt__grid,.invoice-mgmt__grid--statement{grid-template-columns:1fr}.invoice-mgmt__list-panel{order:1}.invoice-mgmt__aside{order:2;position:sticky;top:.5rem;z-index:2;padding-bottom:.35rem;margin-bottom:.25rem;background:var(--vuexy-content-bg);border-radius:10px}.invoice-mgmt__form-stack{order:3}.invoice-mgmt__list-scroll{max-height:min(36vh,280px)}}@media(max-width:640px){.invoice-mgmt__actions .btn,.invoice-mgmt__actions--secondary .btn{min-height:44px}.invoice-mgmt__amount-card{border-radius:12px}}.vehicle-inspection-view{width:100%}.vehicle-inspection-view--loading{min-height:40vh;display:flex;align-items:center;justify-content:center}.vehicle-inspection-view__filters{margin-bottom:.75rem}.vehicle-inspection-view__filter-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.65rem .85rem;padding:.85rem 1rem;background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:10px;box-shadow:var(--vuexy-card-shadow)}.vehicle-inspection-view__field{flex:1 1 140px;min-width:0}.vehicle-inspection-view__field label{display:block;font-size:.75rem;font-weight:600;color:var(--vuexy-text-muted);margin-bottom:.25rem}.vehicle-inspection-view__field .mgmt-form__input{width:100%;min-height:44px;font-size:16px}.vehicle-inspection-view__filter-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;flex:1 1 100%}@media(min-width:900px){.vehicle-inspection-view__filter-actions{flex:0 1 auto;margin-left:auto}}.vehicle-inspection-view__btn-charcoal{background:#4a4a4a;border:1px solid #3d3d3d;color:#fff;min-height:44px;padding:.5rem 1rem;font-weight:600;border-radius:8px}.vehicle-inspection-view__btn-charcoal:hover:not(:disabled){background:#5c5c5c;color:#fff}.vehicle-inspection-view__title-row{margin:.75rem 0 1rem;padding-bottom:.5rem;border-bottom:1px solid var(--vuexy-card-border)}.vehicle-inspection-view__title{margin:0;font-size:1rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#fff}[data-theme=light] .vehicle-inspection-view__title{color:var(--vuexy-text)}.vehicle-inspection-view__results{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:10px;padding:1rem;min-height:120px}.vehicle-inspection-view__empty{color:#22c55e;font-weight:600;text-align:center;padding:2rem 1rem;margin:0}.vehicle-inspection-view__table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.vehicle-inspection-view__table{min-width:520px}.vehicle-inspection-view__badge{display:inline-block;padding:.2rem .5rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:capitalize}.vehicle-inspection-view__badge--pending{background:#eab30833;color:#facc15}.vehicle-inspection-view__badge--completed{background:#22c55e33;color:#4ade80}.vehicle-inspection-view__badge--failed{background:#ef444433;color:#f87171}.vehicle-inspection-view__modal-overlay{position:fixed;inset:0;z-index:2000;background:#0000008c;display:flex;align-items:flex-end;justify-content:center;padding:0}@media(min-width:600px){.vehicle-inspection-view__modal-overlay{align-items:center;padding:1rem}}.vehicle-inspection-view__modal{width:100%;max-width:560px;max-height:92vh;overflow:auto;background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:12px 12px 0 0;box-shadow:0 -4px 24px #00000059}@media(min-width:600px){.vehicle-inspection-view__modal{border-radius:12px}}.vehicle-inspection-view__modal--wide{max-width:640px}.vehicle-inspection-view__modal-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-bottom:1px solid var(--vuexy-card-border)}.vehicle-inspection-view__modal-header h3{margin:0;font-size:1.05rem;color:var(--vuexy-text)}.vehicle-inspection-view__modal-close{background:none;border:none;color:var(--vuexy-text-muted);font-size:1.5rem;line-height:1;cursor:pointer;padding:.25rem .5rem;min-width:44px;min-height:44px}.vehicle-inspection-view__modal-body{padding:1rem}.vehicle-inspection-view__modal-grid{display:grid;grid-template-columns:1fr;gap:.65rem}@media(min-width:500px){.vehicle-inspection-view__modal-grid{grid-template-columns:1fr 1fr}}.vehicle-inspection-view__checklist-heading{margin:1rem 0 .5rem;font-size:.85rem;font-weight:700;color:var(--vuexy-text-muted);text-transform:uppercase;letter-spacing:.04em}.vehicle-inspection-view__checklist{display:flex;flex-direction:column;gap:.65rem}.vehicle-inspection-view__check-item{display:flex;align-items:flex-start;gap:.65rem;font-size:.9375rem;color:var(--vuexy-text);cursor:pointer;min-height:44px}.vehicle-inspection-view__check-item input{width:1.15rem;height:1.15rem;margin-top:.15rem}.vehicle-inspection-view__upload .vehicle-inspection-view__file{width:100%;min-height:44px;font-size:16px}.vehicle-inspection-view__hint{font-size:.75rem;color:var(--vuexy-text-muted);margin:.35rem 0 0}.vehicle-inspection-view__thumbs{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.vehicle-inspection-view__thumb{width:96px;height:96px;object-fit:cover;border-radius:8px;border:1px solid var(--vuexy-card-border)}.vehicle-inspection-view__modal-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--vuexy-card-border)}.vehicle-inspection-view__tpl-editor{display:flex;flex-direction:column;gap:.5rem}.vehicle-inspection-view__tpl-row{display:grid;grid-template-columns:1fr;gap:.5rem}@media(min-width:500px){.vehicle-inspection-view__tpl-row{grid-template-columns:1fr 120px auto;align-items:center}}@media print{.vehicle-inspection-view__filters,.vehicle-inspection-view__modal-overlay,.dashboard__header-bar,.dashboard__nav-wrap{display:none!important}.vehicle-inspection-print-area{border:none;box-shadow:none}}.reports-modern{display:flex;flex-direction:column;gap:1rem}.reports-modern__header{display:flex;flex-direction:column;gap:.25rem}.reports-modern__title{font-size:1.35rem;font-weight:700;color:var(--vuexy-text)}.reports-modern__subtitle{font-size:.9rem;color:var(--vuexy-text-muted)}.reports-modern__card{background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:12px;box-shadow:var(--vuexy-card-shadow);padding:.9rem}.reports-modern__filters-row{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:.6rem;align-items:center}.reports-modern__input{border:1px solid var(--form-input-border);background:var(--form-input-bg);color:var(--form-input-color);border-radius:8px;padding:.52rem .6rem;min-height:38px}.reports-modern__search{grid-column:span 2}.reports-modern__stats{display:grid;gap:.8rem;grid-template-columns:repeat(3,minmax(0,1fr))}.reports-modern__stats article{display:flex;flex-direction:column;gap:.3rem}.reports-modern__stats span{font-size:.82rem;color:var(--vuexy-text-muted)}.reports-modern__stats strong{font-size:1.15rem;color:var(--vuexy-text)}.reports-modern__actions{display:flex;justify-content:space-between;gap:.8rem;margin-bottom:.7rem}.reports-modern__actions-left,.reports-modern__actions-right{display:flex;gap:.5rem;align-items:center;position:relative}.reports-modern__columns-menu{position:absolute;right:0;top:2.25rem;z-index:5;background:var(--vuexy-card-bg);border:1px solid var(--vuexy-card-border);border-radius:10px;min-width:180px;box-shadow:var(--vuexy-card-shadow);padding:.6rem;display:flex;flex-direction:column;gap:.4rem}.reports-modern__checkbox{display:flex;gap:.45rem;align-items:center;color:var(--vuexy-text);font-size:.86rem}.reports-modern__table-wrap{max-height:62vh;overflow:auto;border:1px solid var(--vuexy-card-border);border-radius:10px}.reports-modern__table thead th{position:sticky;top:0;z-index:1;cursor:pointer;background:var(--vuexy-card-bg)}.reports-modern__th-number,.reports-modern__td-number{text-align:right}.reports-modern__skeleton-wrap{display:grid;gap:.6rem}.reports-modern__skeleton{height:42px;border-radius:8px;background:linear-gradient(90deg,#94a3b829,#94a3b83d,#94a3b829);background-size:200% 100%;animation:reportsShimmer 1.2s linear infinite}@keyframes reportsShimmer{0%{background-position:0 0}to{background-position:-200% 0}}.reports-modern__empty{border:1px dashed var(--vuexy-card-border);border-radius:10px;padding:1.2rem;text-align:center;color:var(--vuexy-text-muted)}.reports-modern__pagination{margin-top:.8rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;color:var(--vuexy-text-muted);font-size:.86rem}.reports-modern__pagination-controls{display:flex;align-items:center;gap:.45rem}.reports-modern__page-size{min-width:105px}@media(max-width:1200px){.reports-modern__filters-row{grid-template-columns:repeat(4,minmax(0,1fr))}.reports-modern__search{grid-column:span 2}}@media(max-width:800px){.reports-modern__filters-row,.reports-modern__stats{grid-template-columns:1fr}.reports-modern__search{grid-column:span 1}.reports-modern__actions,.reports-modern__pagination{flex-direction:column;align-items:stretch}}
