*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}table{border-collapse:collapse;border-spacing:0}ul,ol{list-style:none}:root{--vu-primary: var(--vu-primary-color, #001846);--vu-secondary: var(--vu-secondary-color, #0a2a5e);--vu-gradient: var(--vu-brand-gradient, linear-gradient(135deg, #001846 0%, #0a2a5e 100%));--vu-accent: var(--vu-accent-color, #37b0d7);--vu-on-primary: var(--vu-text-on-primary, #ffffff);--vu-gray-50: #f8f9fb;--vu-gray-100: #f0f2f5;--vu-gray-200: #e2e6eb;--vu-gray-300: #ccd1d9;--vu-gray-400: #9ba3b0;--vu-gray-500: #6b7685;--vu-gray-600: #4a5568;--vu-gray-700: #2d3748;--vu-gray-800: #1a202c;--vu-gray-900: #111827;--vu-white: #ffffff;--vu-dark: #1a202c;--vu-success: #22c55e;--vu-success-light: #dcfce7;--vu-warning: #ffb547;--vu-warning-light: #fff8ec;--vu-error: #ef4444;--vu-error-light: #fee2e2;--vu-info: #37b0d7;--vu-info-light: #e8f6fb;--vu-space-xs: 4px;--vu-space-sm: 8px;--vu-space-md: 16px;--vu-space-lg: 24px;--vu-space-xl: 32px;--vu-space-2xl: 48px;--vu-space-3xl: 64px;--vu-font-sans: "Lexend", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--vu-font-mono: "SF Mono", SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;--vu-text-xs: .75rem;--vu-text-sm: .875rem;--vu-text-base: 1rem;--vu-text-lg: 1.125rem;--vu-text-xl: 1.25rem;--vu-text-2xl: 1.5rem;--vu-text-3xl: 1.875rem;--vu-text-4xl: 2.25rem;--vu-leading-tight: 1.2;--vu-leading-normal: 1.5;--vu-leading-relaxed: 1.75;--vu-weight-normal: 400;--vu-weight-medium: 500;--vu-weight-semibold: 600;--vu-weight-bold: 700;--vu-sidebar-width: 260px;--vu-sidebar-collapsed-width: 80px;--vu-header-height: 80px;--vu-content-padding: 30px;--vu-grid-gap: 20px;--vu-radius-sm: 4px;--vu-radius: 8px;--vu-radius-lg: 12px;--vu-radius-xl: 16px;--vu-radius-full: 9999px;--vu-border: 1px solid var(--vu-gray-200);--vu-shadow-sm: 0 1px 2px rgba(0, 24, 70, .05);--vu-shadow: 0 4px 12px rgba(0, 24, 70, .08);--vu-shadow-md: 0 8px 24px rgba(0, 24, 70, .08);--vu-shadow-lg: 0 12px 32px rgba(0, 24, 70, .1);--vu-shadow-xl: 0 20px 48px rgba(0, 24, 70, .12);--vu-focus-ring: 0 0 0 3px rgba(0, 24, 70, .12);--vu-focus-ring-accent: 0 0 0 3px rgba(55, 176, 215, .2);--vu-focus-ring-error: 0 0 0 3px rgba(239, 68, 68, .1);--vu-primary-pale: rgba(0, 24, 70, .06);--vu-primary-light: rgba(0, 24, 70, .1);--vu-transition: .2s ease;--vu-transition-slow: .35s ease;--vu-transition-spring: .5s cubic-bezier(.175, .885, .32, 1.275)}body{font-family:var(--vu-font-sans);font-size:var(--vu-text-base);line-height:var(--vu-leading-normal);color:var(--vu-gray-900);background-color:var(--vu-gray-50)}h1,h2,h3,h4,h5,h6{line-height:var(--vu-leading-tight);font-weight:600;color:var(--vu-gray-900)}h1{font-size:var(--vu-text-3xl)}h2{font-size:var(--vu-text-2xl)}h3{font-size:var(--vu-text-xl)}h4{font-size:var(--vu-text-lg)}p{margin-bottom:var(--vu-space-md)}p:last-child{margin-bottom:0}a{color:var(--vu-primary);transition:color var(--vu-transition)}a:hover{color:var(--vu-secondary)}code{font-family:var(--vu-font-mono);font-size:var(--vu-text-sm);background:var(--vu-gray-100);padding:2px 6px;border-radius:var(--vu-radius-sm)}small{font-size:var(--vu-text-sm);color:var(--vu-gray-500)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.vu-app{min-height:100vh;display:flex;flex-direction:column;background-color:var(--vu-gray-50);overflow-x:hidden}.vu-app__header{position:sticky;top:0;z-index:100;height:var(--vu-header-height);background:var(--vu-white);border-bottom:var(--vu-border);display:flex;align-items:center;padding:0 var(--vu-space-md)}.vu-header{display:flex;align-items:center;justify-content:space-between;width:100%;gap:var(--vu-space-lg)}.vu-header__brand{display:flex;align-items:center;gap:10px;font-weight:var(--vu-weight-bold);font-size:var(--vu-text-lg);color:var(--vu-gray-900);text-decoration:none}.vu-header__brand:hover{color:var(--vu-gray-900)}.vu-header__logo{height:var(--vu-logo-height, 48px);width:auto}.vu-header__user{display:flex;align-items:center;gap:var(--vu-space-md)}.vu-header__user-name{font-size:var(--vu-text-sm);font-weight:var(--vu-weight-medium);color:var(--vu-gray-700)}.vu-header__avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;background:var(--vu-gradient);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow var(--vu-transition)}.vu-header__avatar:hover{box-shadow:0 0 0 3px var(--vu-gray-200)}.vu-header__avatar-initials{color:var(--vu-on-primary);font-size:var(--vu-text-sm);font-weight:var(--vu-weight-semibold)}.vu-user-menu .vu-dropdown__menu{min-width:220px}.vu-user-menu__info{padding:var(--vu-space-sm) var(--vu-space-md);display:flex;flex-direction:column;gap:2px}.vu-user-menu__name{font-size:var(--vu-text-sm);font-weight:var(--vu-weight-semibold);color:var(--vu-gray-900)}.vu-user-menu__email{font-size:var(--vu-text-xs);color:var(--vu-gray-500);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vu-header__right{display:flex;align-items:center;gap:var(--vu-space-lg)}.vu-header__mobile-toggle{display:none;width:44px;height:44px;background:none;border:none;border-radius:var(--vu-radius);color:var(--vu-gray-700);padding:0;cursor:pointer;align-items:center;justify-content:center;transition:background var(--vu-transition),color var(--vu-transition)}.vu-header__mobile-toggle svg{width:28px;height:28px}.vu-header__mobile-toggle:hover{background:var(--vu-gray-100);color:var(--vu-gray-900)}.vu-header-counters{display:flex;align-items:center;gap:var(--vu-space-sm)}.vu-header-counter{display:inline-flex;align-items:center;gap:0;height:36px;padding:0 10px;border-radius:var(--vu-radius-full);background:var(--vu-white);border:var(--vu-border);box-shadow:var(--vu-shadow-sm);text-decoration:none;color:var(--vu-gray-500);font-size:var(--vu-text-xs);font-weight:var(--vu-weight-medium);white-space:nowrap;overflow:hidden;max-width:36px;transition:max-width .3s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1),box-shadow var(--vu-transition),color var(--vu-transition);position:relative}.vu-header-counter:hover{max-width:200px;padding:0 12px;gap:6px;box-shadow:var(--vu-shadow);color:var(--vu-gray-700)}.vu-header-counter__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:16px;height:16px}.vu-header-counter__icon svg{width:16px;height:16px}.vu-header-counter__label{opacity:0;max-width:0;overflow:hidden;transition:opacity .2s ease .1s,max-width .3s cubic-bezier(.4,0,.2,1);color:var(--vu-gray-600)}.vu-header-counter:hover .vu-header-counter__label{opacity:1;max-width:100px}.vu-header-counter__badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:var(--vu-radius-full);background:var(--vu-gray-100);color:var(--vu-gray-600);font-size:11px;font-weight:var(--vu-weight-bold);line-height:1;flex-shrink:0;margin-left:2px}.vu-header-counter:hover .vu-header-counter__badge{background:var(--vu-primary);color:var(--vu-on-primary)}.vu-header-counter__unread{position:absolute;top:2px;right:2px;width:8px;height:8px;border-radius:50%;background:var(--vu-error);font-size:0;line-height:0;padding:0;border:1.5px solid var(--vu-white)}.vu-header-counter.has-unread .vu-header-counter__icon{color:var(--vu-error)}.vu-app__body{display:grid;grid-template-columns:var(--vu-sidebar-width) 1fr;flex:1}.vu-app__sidebar{background:var(--vu-primary);border-right:1px solid rgba(255,255,255,.08);padding:var(--vu-space-lg) 0;position:sticky;top:var(--vu-header-height);height:calc(100vh - var(--vu-header-height));overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}.vu-app__content{padding:var(--vu-content-padding);width:100%;min-width:0;overflow-x:hidden}.vu-app__content>*+*{margin-top:var(--vu-space-lg)}.vu-app--minimal .vu-app__content{max-width:800px;margin:0 auto}.vu-footer{padding:var(--vu-space-lg) var(--vu-content-padding);color:var(--vu-gray-400);font-size:var(--vu-text-sm)}.vu-powered-by{position:fixed;bottom:16px;right:16px;z-index:50;font-size:12px;opacity:.65;transition:opacity var(--vu-transition)}.vu-powered-by:hover{opacity:1}.vu-powered-by a,.vu-powered-by__inner{display:inline-flex;align-items:center;gap:5px;color:var(--vu-gray-500);text-decoration:none;background:var(--vu-white);padding:6px 10px;border-radius:var(--vu-radius);box-shadow:var(--vu-shadow-sm);border:var(--vu-border)}.vu-powered-by a:hover{color:var(--vu-gray-700);box-shadow:var(--vu-shadow)}.vu-powered-by img{height:16px;width:auto}.vu-powered-by strong{font-weight:var(--vu-weight-semibold);color:var(--vu-gray-700)}@media(max-width:1024px){.vu-app__body{grid-template-columns:1fr}.vu-app__sidebar{position:fixed;top:var(--vu-header-height);left:0;bottom:0;width:var(--vu-sidebar-width);z-index:90;transform:translate(-100%);transition:transform var(--vu-transition-slow);box-shadow:none}.vu-app__sidebar.is-open{transform:translate(0);box-shadow:var(--vu-shadow-xl)}.vu-header__mobile-toggle{display:flex}.vu-header-counters{display:none}.vu-app__content{padding:var(--vu-space-md)}}@media(max-width:768px){.vu-header__logo{max-height:48px}.vu-header__user-name{display:none}.vu-header{gap:var(--vu-space-sm)}.vu-header__brand{flex:1;min-width:0;overflow:hidden}.vu-header__brand span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(max-width:640px){.vu-app__content{padding:var(--vu-space-sm)}.vu-header__logo{max-height:40px}.vu-header__brand{font-size:var(--vu-text-sm)}.vu-powered-by{bottom:8px;right:8px;font-size:11px}.vu-powered-by a,.vu-powered-by__inner{padding:4px 8px}.vu-powered-by img{height:14px}}.vu-sidebar-nav{display:flex;flex-direction:column;gap:2px;padding:0 var(--vu-space-sm)}.vu-sidebar-nav__item{display:flex;align-items:center;gap:12px;padding:10px var(--vu-space-md);border-radius:var(--vu-radius);font-size:var(--vu-text-sm);font-weight:var(--vu-weight-medium);color:#ffffffd1;transition:all var(--vu-transition);text-decoration:none;position:relative}.vu-sidebar-nav__item:hover{background:#ffffff14;color:#fff}.vu-sidebar-nav__item.is-active{background:var(--vu-accent);color:var(--vu-white);box-shadow:var(--vu-shadow-sm)}.vu-sidebar-nav__item.is-active:hover{background:var(--vu-accent);color:var(--vu-white);filter:brightness(1.08)}.vu-sidebar-nav__icon{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.vu-sidebar-nav__icon svg{opacity:.7;transition:opacity var(--vu-transition)}.vu-sidebar-nav__item:hover .vu-sidebar-nav__icon svg{opacity:1}.vu-sidebar-nav__item.is-active .vu-sidebar-nav__icon svg{opacity:1}.vu-sidebar-nav__badge{margin-left:auto;background:var(--vu-error);color:var(--vu-white);font-size:11px;font-weight:var(--vu-weight-bold);padding:2px 8px;border-radius:var(--vu-radius-full);min-width:22px;text-align:center;line-height:1.4}.vu-sidebar-nav__item.is-active .vu-sidebar-nav__badge{background:var(--vu-white);color:var(--vu-error)}.vu-sidebar-nav__divider{height:1px;background:#ffffff14;margin:var(--vu-space-md) var(--vu-space-md)}.vu-sidebar-nav__section{padding:var(--vu-space-md) var(--vu-space-md) var(--vu-space-xs);font-size:var(--vu-text-xs);font-weight:var(--vu-weight-semibold);text-transform:uppercase;letter-spacing:.08em;color:#ffffff8c}.vu-auth{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--vu-gradient);padding:var(--vu-space-lg);font-family:var(--vu-font-sans);margin:0}.vu-auth__card{background:var(--vu-white);border-radius:var(--vu-radius-xl);box-shadow:var(--vu-shadow-xl);padding:var(--vu-space-2xl) var(--vu-space-2xl) var(--vu-space-xl);width:100%;max-width:420px}.vu-auth__logo{display:flex;justify-content:center;margin-bottom:var(--vu-space-lg)}.vu-auth__logo img,.vu-auth__logo-img{height:48px;width:auto}.vu-auth__title{text-align:center;margin:0 0 var(--vu-space-sm);font-size:var(--vu-text-2xl);font-weight:var(--vu-weight-bold);color:var(--vu-gray-900);line-height:var(--vu-leading-tight)}.vu-auth__welcome{text-align:center;color:var(--vu-gray-400);margin:0 0 var(--vu-space-xl);font-size:var(--vu-text-sm);line-height:var(--vu-leading-normal)}.vu-auth__error{background:var(--vu-error-light);color:#991b1b;padding:var(--vu-space-sm) var(--vu-space-md);border-radius:var(--vu-radius-sm);font-size:var(--vu-text-sm);margin-bottom:var(--vu-space-lg);text-align:center;line-height:var(--vu-leading-normal)}#vu-login-form{margin:0}#vu-login-form p{margin:0 0 var(--vu-space-md)}#vu-login-form .login-username,#vu-login-form .login-password{display:flex;flex-direction:column;gap:var(--vu-space-xs)}#vu-login-form label{display:block;font-size:var(--vu-text-sm);font-weight:var(--vu-weight-medium);color:var(--vu-gray-700);line-height:var(--vu-leading-normal)}#vu-login-form .input,#vu-login-form input[type=text],#vu-login-form input[type=password]{display:block;width:100%;padding:12px 16px;font-size:var(--vu-text-base);font-family:var(--vu-font-sans);color:var(--vu-gray-900);background:var(--vu-white);border:1px solid var(--vu-gray-300);border-radius:var(--vu-radius-sm);outline:none;transition:border-color var(--vu-transition),box-shadow var(--vu-transition);box-sizing:border-box;line-height:var(--vu-leading-normal)}#vu-login-form .input:hover,#vu-login-form input[type=text]:hover,#vu-login-form input[type=password]:hover{border-color:var(--vu-gray-400)}#vu-login-form .input:focus,#vu-login-form input[type=text]:focus,#vu-login-form input[type=password]:focus{border-color:var(--vu-primary);box-shadow:var(--vu-focus-ring)}#vu-login-form .login-remember{display:flex;align-items:center;margin:var(--vu-space-md) 0 var(--vu-space-lg)}#vu-login-form .login-remember label{display:flex;align-items:center;gap:var(--vu-space-sm);font-size:var(--vu-text-sm);font-weight:var(--vu-weight-normal);color:var(--vu-gray-500);cursor:pointer;-webkit-user-select:none;user-select:none}#vu-login-form .login-remember input[type=checkbox]{width:18px;height:18px;border:1px solid var(--vu-gray-300);border-radius:4px;cursor:pointer;accent-color:var(--vu-primary);flex-shrink:0}#vu-login-form .login-submit{margin:0}#vu-login-form .button,#vu-login-form input[type=submit]{display:block;width:100%;padding:14px var(--vu-space-lg);font-size:var(--vu-text-base);font-weight:var(--vu-weight-semibold);font-family:var(--vu-font-sans);color:var(--vu-on-primary);background:var(--vu-primary);border:none;border-radius:var(--vu-radius-sm);cursor:pointer;transition:background var(--vu-transition),transform var(--vu-transition),box-shadow var(--vu-transition);line-height:var(--vu-leading-normal);text-align:center;letter-spacing:.01em}#vu-login-form .button:hover,#vu-login-form input[type=submit]:hover{background:var(--vu-secondary);box-shadow:var(--vu-shadow-md);transform:translateY(-1px)}#vu-login-form .button:active,#vu-login-form input[type=submit]:active{transform:translateY(0);box-shadow:var(--vu-shadow-sm)}.vu-auth__forgot{text-align:center;margin-top:var(--vu-space-lg)}.vu-auth__forgot a{font-size:var(--vu-text-sm);color:var(--vu-gray-400);text-decoration:none;transition:color var(--vu-transition)}.vu-auth__forgot a:hover{color:var(--vu-primary)}.vu-auth__footer{text-align:center;margin-top:var(--vu-space-lg);padding-top:var(--vu-space-lg);border-top:1px solid var(--vu-gray-100);font-size:var(--vu-text-sm);color:var(--vu-gray-400)}.vu-auth__footer a{color:var(--vu-primary);text-decoration:none;font-weight:var(--vu-weight-semibold);transition:color var(--vu-transition)}.vu-auth__footer a:hover{color:var(--vu-secondary)}.vu-auth__success{background:var(--vu-success-light, #dcfce7);color:#15803d;padding:var(--vu-space-sm) var(--vu-space-md);border-radius:var(--vu-radius-sm);font-size:var(--vu-text-sm);margin-bottom:var(--vu-space-lg);text-align:center;line-height:var(--vu-leading-normal)}.vu-auth__status-icon{display:flex;justify-content:center;margin-bottom:var(--vu-space-md)}.vu-auth__status-icon svg{width:48px;height:48px}.vu-auth__status-icon--success{color:#16a34a}.vu-auth__status-icon--info{color:var(--vu-primary)}.vu-auth__info{background:var(--vu-gray-50, #f9fafb);border-radius:var(--vu-radius-sm);padding:var(--vu-space-md);margin-bottom:var(--vu-space-lg)}.vu-auth__info-row{display:flex;justify-content:space-between;align-items:center;padding:var(--vu-space-xs) 0;font-size:var(--vu-text-sm);color:var(--vu-gray-600)}.vu-auth__info-row+.vu-auth__info-row{border-top:1px solid var(--vu-gray-100)}.vu-auth__info-row strong{color:var(--vu-gray-900);font-weight:var(--vu-weight-semibold)}.vu-auth__info-row a{color:var(--vu-primary);text-decoration:none;font-weight:var(--vu-weight-semibold)}.vu-auth__notice{background:var(--vu-gray-50, #f9fafb);color:var(--vu-gray-500);padding:var(--vu-space-sm) var(--vu-space-md);border-radius:var(--vu-radius-sm);font-size:var(--vu-text-xs);margin-bottom:var(--vu-space-lg);text-align:center;line-height:var(--vu-leading-normal)}.vu-auth__action{margin-top:var(--vu-space-md)}.vu-btn--block{display:block;width:100%;text-align:center;box-sizing:border-box}.vu-auth__field{display:flex;flex-direction:column;gap:var(--vu-space-xs);margin-bottom:var(--vu-space-lg)}.vu-auth__field label{font-size:var(--vu-text-sm);font-weight:var(--vu-weight-medium);color:var(--vu-gray-700)}.vu-auth__input{display:block;width:100%;padding:12px 16px;font-size:var(--vu-text-base);font-family:var(--vu-font-sans);color:var(--vu-gray-900);background:var(--vu-white);border:1px solid var(--vu-gray-300);border-radius:var(--vu-radius-sm);outline:none;transition:border-color var(--vu-transition),box-shadow var(--vu-transition);box-sizing:border-box}.vu-auth__input:focus{border-color:var(--vu-primary);box-shadow:var(--vu-focus-ring)}.vu-auth__card--wide{max-width:560px}#vu-forgot-form .vu-auth__field{display:flex;flex-direction:column;gap:var(--vu-space-xs);margin-bottom:var(--vu-space-lg)}#vu-forgot-form label{font-size:var(--vu-text-sm);font-weight:var(--vu-weight-medium);color:var(--vu-gray-700)}#vu-forgot-form input[type=text]{display:block;width:100%;padding:12px 16px;font-size:var(--vu-text-base);font-family:var(--vu-font-sans);color:var(--vu-gray-900);background:var(--vu-white);border:1px solid var(--vu-gray-300);border-radius:var(--vu-radius-sm);outline:none;transition:border-color var(--vu-transition),box-shadow var(--vu-transition);box-sizing:border-box}#vu-forgot-form input[type=text]:focus{border-color:var(--vu-primary);box-shadow:var(--vu-focus-ring)}#vu-forgot-form .vu-auth__submit{margin-top:var(--vu-space-md)}@media(max-width:640px){.vu-auth{padding:var(--vu-space-md);align-items:flex-start;padding-top:8vh}.vu-auth__card{padding:var(--vu-space-xl) var(--vu-space-lg) var(--vu-space-lg);border-radius:var(--vu-radius-lg)}.vu-auth__card--wide{max-width:100%}.vu-auth__title{font-size:var(--vu-text-xl)}#vu-login-form .input,#vu-login-form input[type=text],#vu-login-form input[type=password],#vu-forgot-form input[type=text]{font-size:16px}}@media(max-width:380px){.vu-auth{padding:var(--vu-space-sm);padding-top:5vh}.vu-auth__card{padding:var(--vu-space-lg) var(--vu-space-md) var(--vu-space-md)}}.vu-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--vu-space-sm);padding:10px 20px;font-size:var(--vu-text-sm);font-weight:var(--vu-weight-semibold);line-height:1;border-radius:var(--vu-radius);border:1px solid transparent;cursor:pointer;transition:all var(--vu-transition);text-decoration:none;white-space:nowrap}.vu-btn:focus-visible{outline:2px solid var(--vu-primary);outline-offset:2px}.vu-btn--primary{background:var(--vu-gray-900);color:var(--vu-white);border-color:var(--vu-gray-900)}.vu-btn--primary:hover{background:var(--vu-gray-800);border-color:var(--vu-gray-800);color:var(--vu-white);box-shadow:var(--vu-shadow)}.vu-btn--brand{background:var(--vu-primary);color:var(--vu-on-primary);border-color:var(--vu-primary)}.vu-btn--brand:hover{background:var(--vu-secondary);border-color:var(--vu-secondary);color:var(--vu-on-primary);box-shadow:var(--vu-shadow)}.vu-btn--secondary{background:var(--vu-white);color:var(--vu-gray-700);border-color:var(--vu-gray-200)}.vu-btn--secondary:hover{background:var(--vu-gray-50);border-color:var(--vu-gray-300);color:var(--vu-gray-900)}.vu-btn--ghost{background:transparent;color:var(--vu-gray-500)}.vu-btn--ghost:hover{background:var(--vu-gray-100);color:var(--vu-gray-900)}.vu-btn--outline{background:var(--vu-white);color:var(--vu-primary);border-color:var(--vu-primary)}.vu-btn--outline:hover{background:var(--vu-primary);color:var(--vu-on-primary)}.vu-btn--danger{background:var(--vu-error);color:var(--vu-white);border-color:var(--vu-error)}.vu-btn--danger:hover{background:#dc2626;border-color:#dc2626;color:var(--vu-white)}.vu-btn--success{background:#15803d;color:var(--vu-white);border-color:#15803d}.vu-btn--success:hover{background:#166534;border-color:#166534;color:var(--vu-white)}.vu-btn--xs{padding:4px 8px;font-size:11px;border-radius:var(--vu-radius-sm)}.vu-btn--sm{padding:6px 12px;font-size:var(--vu-text-xs);border-radius:var(--vu-radius-sm)}.vu-btn--lg{padding:14px 28px;font-size:var(--vu-text-base)}.vu-btn--block{display:flex;width:100%}.vu-btn--icon{width:40px;height:40px;padding:0}.vu-btn--icon.vu-btn--sm{width:32px;height:32px}.vu-btn:disabled,.vu-btn.is-disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.vu-btn-group{display:inline-flex;gap:1px}.vu-btn-group .vu-btn{border-radius:0}.vu-btn-group .vu-btn:first-child{border-radius:var(--vu-radius) 0 0 var(--vu-radius)}.vu-btn-group .vu-btn:last-child{border-radius:0 var(--vu-radius) var(--vu-radius) 0}.vu-card{background:var(--vu-white);border-radius:var(--vu-radius-lg);padding:var(--vu-space-lg);box-shadow:var(--vu-shadow);position:relative;overflow:hidden}.vu-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--vu-space-md)}.vu-card__title{font-size:var(--vu-text-xl);font-weight:var(--vu-weight-bold)}.vu-card__subtitle{font-size:var(--vu-text-sm);color:var(--vu-gray-500)}.vu-stat-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--vu-grid-gap);margin-bottom:var(--vu-space-xl)}.vu-stat-card{background:var(--vu-white);border-radius:var(--vu-radius-lg);padding:var(--vu-space-lg);box-shadow:var(--vu-shadow);position:relative;overflow:hidden;transition:box-shadow var(--vu-transition)}.vu-stat-card:hover{box-shadow:var(--vu-shadow-md)}a.vu-stat-card--link{display:block;text-decoration:none;color:inherit;cursor:pointer;transition:box-shadow var(--vu-transition)}a.vu-stat-card--link:hover{box-shadow:var(--vu-shadow-md),inset 0 0 0 2px var(--vu-primary)}.vu-stat-card--primary{background:var(--vu-primary);color:var(--vu-on-primary)}.vu-stat-card--dark{background:var(--vu-gray-800);color:var(--vu-white)}.vu-stat-card--accent{background:var(--vu-accent);color:var(--vu-white)}.vu-stat-card--gradient{background:var(--vu-gradient);color:var(--vu-on-primary)}.vu-stat-card__label{font-size:var(--vu-text-base);font-weight:var(--vu-weight-medium);margin-bottom:var(--vu-space-sm);opacity:.85}.vu-stat-card__value{font-size:var(--vu-text-4xl);font-weight:var(--vu-weight-bold);line-height:var(--vu-leading-tight);margin-bottom:var(--vu-space-md)}.vu-stat-card--compact .vu-stat-card__value{font-size:var(--vu-text-2xl)}.vu-stat-card__change{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:var(--vu-radius-sm);font-size:var(--vu-text-xs);font-weight:var(--vu-weight-semibold);margin-bottom:var(--vu-space-sm)}.vu-stat-card__change--up{background:#fff3;color:inherit}.vu-stat-card__change--down{background:#0000001a;color:inherit}.vu-stat-card:not([class*=--primary]):not([class*=--dark]):not([class*=--accent]):not([class*=--gradient]) .vu-stat-card__change--up{background:var(--vu-success-light);color:#15803d}.vu-stat-card:not([class*=--primary]):not([class*=--dark]):not([class*=--accent]):not([class*=--gradient]) .vu-stat-card__change--down{background:var(--vu-error-light);color:#991b1b}.vu-stat-card__detail{font-size:var(--vu-text-sm);opacity:.75;line-height:var(--vu-leading-relaxed)}.vu-stat-card__sparkline{position:absolute;bottom:0;right:0;width:150px;height:60px;opacity:.4}.vu-stat-card__sparkline svg{width:100%;height:100%}.vu-dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--vu-grid-gap)}.vu-dashboard-grid--2col{grid-template-columns:repeat(2,1fr)}.vu-dashboard-grid--4col{grid-template-columns:repeat(4,1fr)}.vu-grid-span-2{grid-column:span 2}.vu-grid-span-3{grid-column:span 3}.vu-grid-span-full{grid-column:1 / -1}@media(max-width:1024px){.vu-dashboard-grid{grid-template-columns:repeat(2,1fr)}.vu-grid-span-3{grid-column:span 2}}@media(max-width:640px){.vu-dashboard-grid,.vu-dashboard-grid--2col,.vu-dashboard-grid--4col{grid-template-columns:1fr}.vu-grid-span-2,.vu-grid-span-3{grid-column:span 1}.vu-stat-cards{grid-template-columns:repeat(2,1fr);gap:var(--vu-space-sm)}.vu-stat-card{padding:var(--vu-space-md)}.vu-stat-card__label{font-size:var(--vu-text-sm);margin-bottom:var(--vu-space-xs)}.vu-stat-card__value{font-size:var(--vu-text-2xl);margin-bottom:var(--vu-space-sm)}.vu-chart-container{height:200px}.vu-chart-card{padding:var(--vu-space-md);padding-bottom:var(--vu-space-lg)}.vu-chart-card__header{flex-direction:column;gap:var(--vu-space-sm)}.vu-gauge{width:120px;height:120px}}.vu-gauge{position:relative;width:150px;height:150px;margin:0 auto var(--vu-space-md)}.vu-gauge__bg{width:100%;height:100%;border-radius:50%;background:var(--vu-gray-100)}.vu-gauge__ring{position:absolute;top:0;left:0;width:100%;height:100%}.vu-gauge__ring circle{fill:none;stroke-width:3;stroke-linecap:round}.vu-gauge__ring-bg{stroke:var(--vu-gray-200)}.vu-gauge__ring-fill{stroke:var(--vu-primary);transition:stroke-dasharray var(--vu-transition-slow)}.vu-gauge__center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.vu-gauge__value{font-size:var(--vu-text-2xl);font-weight:var(--vu-weight-bold)}.vu-gauge__label{font-size:var(--vu-text-sm);color:var(--vu-gray-500)}.vu-chart-card{padding-bottom:var(--vu-space-2xl)}.vu-chart-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--vu-space-lg)}.vu-chart-card__title{font-size:var(--vu-text-xl);font-weight:var(--vu-weight-bold);margin-bottom:4px}.vu-chart-card__subtitle{font-size:var(--vu-text-sm);color:var(--vu-gray-500)}.vu-chart-card__legend{display:flex;align-items:center;gap:var(--vu-space-lg)}.vu-legend-item{display:flex;align-items:center;gap:var(--vu-space-sm);font-size:var(--vu-text-sm);color:var(--vu-gray-600)}.vu-legend-dot{width:8px;height:8px;border-radius:50%}.vu-legend-dot--primary{background:var(--vu-primary)}.vu-legend-dot--dark{background:var(--vu-gray-800)}.vu-legend-dot--accent{background:var(--vu-accent)}.vu-chart-container{position:relative;width:100%;height:300px}.vu-table-wrap{overflow-x:auto;border-radius:var(--vu-radius-lg);background:var(--vu-white);box-shadow:var(--vu-shadow)}.vu-table{width:100%;font-size:var(--vu-text-sm)}.vu-table th{text-align:left;padding:14px var(--vu-space-lg);font-weight:var(--vu-weight-medium);color:var(--vu-gray-400);font-size:var(--vu-text-xs);text-transform:uppercase;letter-spacing:.06em;background:var(--vu-white);border-bottom:var(--vu-border);white-space:nowrap}.vu-table td{padding:14px var(--vu-space-lg);border-bottom:1px solid var(--vu-gray-100);color:var(--vu-gray-700);vertical-align:middle}.vu-table tbody tr:last-child td{border-bottom:none}.vu-table tbody tr{transition:background var(--vu-transition)}.vu-table tbody tr:hover{background:var(--vu-gray-50)}.vu-table--clickable tbody tr{cursor:pointer}.vu-table__cell--bold{font-weight:var(--vu-weight-semibold);color:var(--vu-gray-900)}.vu-table__cell--muted{color:var(--vu-gray-400)}.vu-table__cell--nowrap{white-space:nowrap}.vu-table th[data-sort]{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color var(--vu-transition)}.vu-table th[data-sort]:hover{color:var(--vu-gray-700)}.vu-table th[data-sort]:after{content:" ↕";opacity:.3}.vu-table th[data-sort].is-asc:after{content:" ↑";opacity:1}.vu-table th[data-sort].is-desc:after{content:" ↓";opacity:1}.vu-table__actions{display:flex;gap:4px;opacity:0;transition:opacity var(--vu-transition)}.vu-table tbody tr:hover .vu-table__actions{opacity:1}@media(max-width:768px){.vu-table-wrap{border-radius:var(--vu-radius)}.vu-table th{padding:10px var(--vu-space-md);font-size:10px}.vu-table td{padding:10px var(--vu-space-md)}.vu-table__actions{opacity:1}.vu-table--clickable thead{display:none}.vu-table--clickable,.vu-table--clickable tbody{display:block}.vu-table--clickable tbody tr{display:grid;grid-template-columns:1fr auto;padding:var(--vu-space-sm) var(--vu-space-md);gap:2px;border-bottom:1px solid var(--vu-gray-100);cursor:pointer}.vu-table--clickable tbody tr:last-child{border-bottom:none}.vu-table--clickable td{padding:0;border:none;vertical-align:baseline}.vu-table--clickable .vu-table__cell--checkbox,.vu-table--clickable .vu-table__cell--icon,.vu-table--clickable .vu-table__cell--practice,.vu-table--clickable .vu-table__cell--notes,.vu-table--clickable .vu-table__cell--pdf{display:none}.vu-table--clickable .vu-entry-name{grid-column:1;grid-row:1;font-weight:var(--vu-weight-semibold);font-size:var(--vu-text-sm);color:var(--vu-gray-900)}.vu-table--clickable .vu-table__cell--status{grid-column:2;grid-row:1;text-align:right;display:flex;align-items:center;justify-content:flex-end}.vu-table--clickable .vu-table__cell--referrer{grid-column:1;grid-row:2;font-size:var(--vu-text-xs);color:var(--vu-gray-500)}.vu-table--clickable .vu-table__cell--date{grid-column:2;grid-row:2;text-align:right;font-size:var(--vu-text-xs)}.vu-table--clickable tbody tr.is-unread{background:var(--vu-primary-pale)}}@media(max-width:640px){.vu-table th{padding:8px var(--vu-space-sm)}.vu-table td{padding:8px var(--vu-space-sm);font-size:var(--vu-text-xs)}.vu-table--clickable tbody tr{padding:var(--vu-space-sm)}}.vu-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;font-size:var(--vu-text-xs);font-weight:var(--vu-weight-semibold);border-radius:var(--vu-radius-full);white-space:nowrap;line-height:1.4}.vu-badge__dot{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.7}.vu-badge--new{background:var(--vu-info-light);color:#1a6f8a}.vu-badge--in-progress{background:var(--vu-warning-light);color:#9a6b1a}.vu-badge--responded{background:var(--vu-success-light);color:#15803d}.vu-badge--awaiting-info{background:var(--vu-warning-light);color:#9a6b1a}.vu-badge--resolved{background:var(--vu-success-light);color:#15803d}.vu-badge--closed{background:var(--vu-gray-100);color:var(--vu-gray-600)}.vu-badge--archived{background:var(--vu-gray-100);color:var(--vu-gray-500);opacity:.8}.vu-badge--success{background:var(--vu-success-light);color:#15803d}.vu-badge--warning{background:var(--vu-warning-light);color:#9a6b1a}.vu-badge--error{background:var(--vu-error-light);color:#991b1b}.vu-badge--info{background:var(--vu-info-light);color:#1a6f8a}.vu-badge--neutral{background:var(--vu-gray-100);color:var(--vu-gray-600)}.vu-badge--outline{background:transparent;border:1px solid currentColor;padding:2px 9px}.vu-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:var(--vu-weight-bold);background:var(--vu-error);color:var(--vu-white);border-radius:var(--vu-radius-full)}.vu-count-badge--sm{min-width:16px;height:16px;padding:0 4px;font-size:10px}.vu-presence-dot{width:8px;height:8px;border-radius:50%;border:2px solid var(--vu-white)}.vu-presence-dot--online{background:var(--vu-success)}.vu-presence-dot--offline{background:var(--vu-gray-300)}.vu-priority{display:inline-flex;align-items:center;gap:4px;font-size:var(--vu-text-xs);font-weight:var(--vu-weight-medium)}.vu-priority__icon{width:14px;height:14px}.vu-priority--high{color:var(--vu-error)}.vu-priority--medium{color:var(--vu-warning)}.vu-priority--low{color:var(--vu-gray-400)}.vu-pagination{display:flex;align-items:center;justify-content:center;gap:4px;padding:var(--vu-space-lg) 0}.vu-pagination__item{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 var(--vu-space-sm);font-size:var(--vu-text-sm);font-weight:var(--vu-weight-medium);border-radius:var(--vu-radius-sm);color:var(--vu-gray-600);text-decoration:none;transition:all var(--vu-transition);border:none;background:none;cursor:pointer}.vu-pagination__item:hover{background:var(--vu-gray-100);color:var(--vu-gray-900)}.vu-pagination__item.is-active{background:var(--vu-gray-900);color:var(--vu-white);font-weight:var(--vu-weight-semibold)}.vu-pagination__item.is-disabled{opacity:.3;pointer-events:none}.vu-pagination__ellipsis{color:var(--vu-gray-400);padding:0 4px;font-size:var(--vu-text-sm)}.vu-pagination-wrap{display:flex;align-items:center;justify-content:space-between;padding:var(--vu-space-md) 0;flex-wrap:wrap;gap:var(--vu-space-md)}.vu-pagination-info{font-size:var(--vu-text-sm);color:var(--vu-gray-500)}@media(max-width:640px){.vu-pagination-wrap{justify-content:center}.vu-pagination-info{width:100%;text-align:center}.vu-pagination{flex-wrap:wrap;gap:3px}.vu-pagination__item{min-width:32px;height:32px;font-size:var(--vu-text-xs)}}.vu-form-group{margin-bottom:var(--vu-space-lg)}.vu-label{display:block;font-size:var(--vu-text-sm);font-weight:var(--vu-weight-medium);color:var(--vu-gray-700);margin-bottom:var(--vu-space-xs)}.vu-label--required:after{content:" *";color:var(--vu-error)}.vu-input,.vu-select,.vu-textarea{display:block;width:100%;padding:10px var(--vu-space-md);font-size:var(--vu-text-sm);font-family:inherit;color:var(--vu-gray-900);border:1px solid var(--vu-gray-200);border-radius:var(--vu-radius);background:var(--vu-white);transition:border-color var(--vu-transition),box-shadow var(--vu-transition)}.vu-input::placeholder,.vu-textarea::placeholder{color:var(--vu-gray-400)}.vu-input:hover,.vu-select:hover,.vu-textarea:hover{border-color:var(--vu-gray-300)}.vu-input:focus,.vu-select:focus,.vu-textarea:focus{outline:none;border-color:var(--vu-primary);box-shadow:var(--vu-focus-ring)}.vu-textarea{resize:vertical;min-height:100px;line-height:var(--vu-leading-relaxed)}.vu-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px;cursor:pointer}.vu-input--sm,.vu-select--sm{padding:6px 12px;font-size:var(--vu-text-xs);border-radius:var(--vu-radius-sm)}.vu-input--lg,.vu-select--lg{padding:14px var(--vu-space-lg);font-size:var(--vu-text-base)}.vu-search{position:relative}.vu-search__input{padding-left:40px}.vu-search__icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--vu-gray-400);pointer-events:none;width:16px;height:16px}.vu-toolbar{display:flex;align-items:center;gap:var(--vu-space-md);margin-bottom:var(--vu-space-lg);flex-wrap:wrap}.vu-toolbar__spacer{flex:1}.vu-toolbar__count{font-size:var(--vu-text-sm);color:var(--vu-gray-500)}.vu-checkbox{width:18px;height:18px;accent-color:var(--vu-primary);cursor:pointer;border-radius:4px}.vu-toggle{position:relative;width:44px;height:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--vu-gray-200);border-radius:var(--vu-radius-full);cursor:pointer;transition:background var(--vu-transition);border:none}.vu-toggle:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:var(--vu-white);border-radius:50%;box-shadow:var(--vu-shadow-sm);transition:transform var(--vu-transition)}.vu-toggle:checked{background:var(--vu-primary)}.vu-toggle:checked:before{transform:translate(20px)}.vu-form-help{font-size:var(--vu-text-xs);color:var(--vu-gray-500);margin-top:var(--vu-space-xs)}.vu-form-group--error .vu-input,.vu-form-group--error .vu-select,.vu-form-group--error .vu-textarea{border-color:var(--vu-error)}.vu-form-group--error .vu-input:focus,.vu-form-group--error .vu-select:focus,.vu-form-group--error .vu-textarea:focus{box-shadow:var(--vu-focus-ring-error)}.vu-form-error{font-size:var(--vu-text-xs);color:var(--vu-error);margin-top:var(--vu-space-xs)}.vu-form-disclaimer{font-size:11px;color:var(--vu-gray-400);margin:var(--vu-space-xs) 0 0;line-height:var(--vu-leading-relaxed)}.vu-form-inline{display:flex;align-items:flex-end;gap:var(--vu-space-md)}.vu-form-inline .vu-form-group{margin-bottom:0}@media(max-width:640px){.vu-input,.vu-select,.vu-textarea{font-size:16px}.vu-form-inline,.vu-toolbar{flex-direction:column;align-items:stretch}.vu-toolbar__spacer{display:none}}.vu-page-header__title{font-size:var(--vu-text-2xl);font-weight:var(--vu-weight-bold);color:var(--vu-gray-900);line-height:var(--vu-leading-tight)}.vu-page-header__subtitle{font-size:var(--vu-text-sm);color:var(--vu-gray-500);margin-top:2px}.vu-page-header__actions{display:flex;gap:var(--vu-space-sm);align-items:center}.vu-breadcrumb{display:flex;align-items:center;gap:var(--vu-space-sm);font-size:var(--vu-text-sm);color:var(--vu-gray-400);margin-bottom:var(--vu-space-md)}.vu-breadcrumb__separator{color:var(--vu-gray-300);font-size:var(--vu-text-xs)}.vu-breadcrumb a{color:var(--vu-gray-500);text-decoration:none;transition:color var(--vu-transition)}.vu-tabs{display:flex;gap:0;border-bottom:1px solid var(--vu-gray-200);margin-bottom:var(--vu-space-lg)}.vu-tabs__item{padding:var(--vu-space-sm) var(--vu-space-lg);font-size:var(--vu-text-sm);font-weight:var(--vu-weight-medium);color:var(--vu-gray-500);border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;transition:all var(--vu-transition);text-decoration:none;background:none;border-top:none;border-left:none;border-right:none;white-space:nowrap}.vu-tabs__item:hover{color:var(--vu-gray-700)}.vu-tabs__item.is-active{color:var(--vu-gray-900);border-bottom-color:var(--vu-gray-900);font-weight:var(--vu-weight-semibold)}.vu-tabs__item .vu-count-badge{margin-left:var(--vu-space-sm);font-size:10px;min-width:18px;height:18px}.vu-tabs--pills{border-bottom:none;gap:var(--vu-space-xs);background:var(--vu-gray-100);padding:4px;border-radius:var(--vu-radius);display:inline-flex}.vu-tabs--pills .vu-tabs__item{border-bottom:none;margin-bottom:0;border-radius:var(--vu-radius-sm);padding:6px var(--vu-space-md)}.vu-tabs--pills .vu-tabs__item.is-active{background:var(--vu-white);box-shadow:var(--vu-shadow-sm);color:var(--vu-gray-900)}.vu-dropdown{position:relative;display:inline-block}.vu-dropdown__menu{position:absolute;top:calc(100% + 4px);right:0;min-width:180px;background:var(--vu-white);border-radius:var(--vu-radius);box-shadow:var(--vu-shadow-lg);border:var(--vu-border);padding:var(--vu-space-xs) 0;z-index:50;opacity:0;visibility:hidden;transform:translateY(-4px);transition:all var(--vu-transition)}.vu-dropdown.is-open .vu-dropdown__menu{opacity:1;visibility:visible;transform:translateY(0)}.vu-dropdown__item{display:flex;align-items:center;gap:var(--vu-space-sm);padding:8px var(--vu-space-md);font-size:var(--vu-text-sm);color:var(--vu-gray-700);text-decoration:none;transition:background var(--vu-transition);cursor:pointer;border:none;background:none;width:100%;text-align:left}.vu-dropdown__item:hover{background:var(--vu-gray-50);color:var(--vu-gray-900)}.vu-dropdown__item--danger{color:var(--vu-error)}.vu-dropdown__item--danger:hover{background:var(--vu-error-light)}.vu-dropdown__divider{height:1px;background:var(--vu-gray-100);margin:var(--vu-space-xs) 0}@media(max-width:768px){.vu-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.vu-tabs::-webkit-scrollbar{display:none}.vu-tabs--pills{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.vu-tabs--pills::-webkit-scrollbar{display:none}}@media(max-width:640px){.vu-tabs__item{padding:var(--vu-space-sm) var(--vu-space-md);font-size:var(--vu-text-xs)}.vu-tabs--pills .vu-tabs__item{padding:5px var(--vu-space-sm);font-size:var(--vu-text-xs)}.vu-page-header__title{font-size:var(--vu-text-xl)}.vu-breadcrumb{font-size:var(--vu-text-xs)}.vu-dropdown__menu{min-width:160px}}.vu-toast-container{position:fixed;bottom:var(--vu-space-lg);right:var(--vu-space-lg);z-index:200;display:flex;flex-direction:column;gap:var(--vu-space-sm);pointer-events:none}.vu-toast{display:flex;align-items:center;gap:var(--vu-space-sm);padding:12px var(--vu-space-md);border-radius:var(--vu-radius);font-size:var(--vu-text-sm);font-weight:var(--vu-weight-medium);box-shadow:var(--vu-shadow-lg);animation:vu-toast-in .3s var(--vu-transition-spring) forwards;max-width:400px;pointer-events:auto;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.vu-toast__icon{width:18px;height:18px;flex-shrink:0}.vu-toast__message{flex:1}.vu-toast__close{background:none;border:none;color:inherit;opacity:.6;cursor:pointer;padding:2px;display:flex;transition:opacity var(--vu-transition)}.vu-toast__close:hover{opacity:1}.vu-toast--success{background:#22c55ef2;color:var(--vu-white)}.vu-toast--error{background:#ef4444f2;color:var(--vu-white)}.vu-toast--warning{background:#ffb547f2;color:var(--vu-white)}.vu-toast--info{background:#37b0d7f2;color:var(--vu-white)}.vu-toast.is-leaving{animation:vu-toast-out .2s ease forwards}@keyframes vu-toast-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes vu-toast-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(20px)}}@media(max-width:640px){.vu-toast-container{left:var(--vu-space-md);right:var(--vu-space-md);bottom:var(--vu-space-md)}.vu-toast{max-width:100%}}.vu-messages{display:flex;flex-direction:column;gap:var(--vu-space-md);max-height:500px;overflow-y:auto;padding:var(--vu-space-lg);scrollbar-width:thin;scrollbar-color:var(--vu-gray-200) transparent}.vu-message{max-width:75%;padding:var(--vu-space-sm) var(--vu-space-md);border-radius:var(--vu-radius-lg);font-size:var(--vu-text-sm);line-height:var(--vu-leading-relaxed);position:relative}.vu-message--sent{align-self:flex-end;background:var(--vu-primary);color:var(--vu-white);border-bottom-right-radius:var(--vu-radius-sm)}.vu-message--received{align-self:flex-start;background:var(--vu-gray-100);color:var(--vu-gray-900);border-bottom-left-radius:var(--vu-radius-sm)}.vu-message__sender{font-size:var(--vu-text-xs);font-weight:var(--vu-weight-semibold);margin-bottom:2px;opacity:.8}.vu-message__text{word-break:break-word}.vu-message__meta{font-size:11px;opacity:.6;margin-top:var(--vu-space-xs)}.vu-message-form{display:flex;gap:var(--vu-space-sm);padding:var(--vu-space-md) var(--vu-space-lg);border-top:var(--vu-border);background:var(--vu-gray-50);border-radius:0 0 var(--vu-radius-lg) var(--vu-radius-lg)}.vu-message-form__input{flex:1}.vu-messaging .vu-form-disclaimer{padding:0 var(--vu-space-lg) var(--vu-space-sm);background:var(--vu-gray-50);border-radius:0 0 var(--vu-radius-lg) var(--vu-radius-lg);margin:0}.vu-inbox-summary{display:flex;align-items:center;gap:var(--vu-space-lg);padding:var(--vu-space-md) var(--vu-space-xl);background:var(--vu-white);border-radius:var(--vu-radius-lg);box-shadow:var(--vu-shadow-sm);border:var(--vu-border)}.vu-inbox-summary__item{display:flex;align-items:baseline;gap:var(--vu-space-xs)}.vu-inbox-summary__value{font-size:var(--vu-text-xl);font-weight:var(--vu-weight-bold);color:var(--vu-gray-900);line-height:1}.vu-inbox-summary__label{font-size:var(--vu-text-sm);color:var(--vu-gray-400);font-weight:var(--vu-weight-medium)}.vu-inbox-summary__divider{width:1px;height:28px;background:var(--vu-gray-200);flex-shrink:0}.vu-inbox-summary__item--alert .vu-inbox-summary__value{color:var(--vu-error)}.vu-inbox-summary__item--alert .vu-inbox-summary__label{color:var(--vu-error);opacity:.7}@media(max-width:768px){.vu-thread-item{padding:var(--vu-space-sm) var(--vu-space-md)}.vu-thread-item__avatar{width:36px;height:36px;font-size:var(--vu-text-sm)}.vu-message-form{padding:var(--vu-space-sm) var(--vu-space-md)}.vu-messages{padding:var(--vu-space-md)}}@media(max-width:640px){.vu-inbox-summary{flex-wrap:wrap;gap:var(--vu-space-md);padding:var(--vu-space-md)}.vu-inbox-summary__divider{display:none}.vu-inbox-summary__item{min-width:calc(50% - var(--vu-space-md))}}.vu-thread-list{display:flex;flex-direction:column}.vu-thread-item{display:flex;align-items:center;gap:var(--vu-space-md);padding:var(--vu-space-lg) var(--vu-space-xl);border-bottom:1px solid var(--vu-gray-100);text-decoration:none;color:inherit;transition:background var(--vu-transition)}.vu-thread-item:hover{background:var(--vu-gray-50)}.vu-thread-item:last-child{border-bottom:none}.vu-thread-item.is-unread{background:var(--vu-info-light)}.vu-thread-item.is-unread:hover{background:#d4eef6}.vu-thread-item__avatar{width:44px;height:44px;border-radius:50%;background:var(--vu-gradient);display:flex;align-items:center;justify-content:center;color:var(--vu-on-primary);font-size:var(--vu-text-base);font-weight:var(--vu-weight-semibold);flex-shrink:0}.vu-thread-item__body{flex:1;min-width:0}.vu-thread-item__header{display:flex;align-items:center;justify-content:space-between;gap:var(--vu-space-md);margin-bottom:2px}.vu-thread-item__name{font-size:var(--vu-text-sm);font-weight:var(--vu-weight-bold);color:var(--vu-gray-900)}.vu-thread-item__time{font-size:var(--vu-text-xs);color:var(--vu-gray-400);white-space:nowrap;flex-shrink:0}.vu-thread-item__subject{font-size:var(--vu-text-sm);font-weight:var(--vu-weight-medium);color:var(--vu-gray-700);margin-bottom:2px}.vu-thread-item__entry-id{font-weight:var(--vu-weight-normal);color:var(--vu-gray-400);margin-left:4px}.vu-thread-item__preview{font-size:var(--vu-text-sm);color:var(--vu-gray-400);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vu-thread-item.is-unread .vu-thread-item__name,.vu-thread-item.is-unread .vu-thread-item__subject{color:var(--vu-gray-900)}.vu-thread-item.is-unread .vu-thread-item__preview{color:var(--vu-gray-600)}.vu-messages-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--vu-space-3xl) var(--vu-space-lg);text-align:center;color:var(--vu-gray-400)}.vu-messages-empty__icon{width:48px;height:48px;margin-bottom:var(--vu-space-md);opacity:.4}.vu-fields-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--vu-space-md)}.vu-field-item{padding:var(--vu-space-md);background:var(--vu-gray-50);border-radius:var(--vu-radius);border:1px solid var(--vu-gray-100)}.vu-field-label{font-size:var(--vu-text-xs);font-weight:var(--vu-weight-semibold);color:var(--vu-gray-400);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--vu-space-xs)}.vu-field-value{font-size:var(--vu-text-sm);color:var(--vu-gray-900);line-height:var(--vu-leading-relaxed);word-break:break-word}.vu-field-item--full{grid-column:1 / -1}@media(max-width:640px){.vu-fields-grid{grid-template-columns:1fr}}.gform_wrapper.gravity-theme{font-family:var(--vu-font-sans)}.gform_wrapper.gravity-theme .gfield{margin-bottom:var(--vu-space-lg)}.gform_wrapper.gravity-theme .gfield_label{font-size:var(--vu-text-sm);font-weight:var(--vu-weight-medium);color:var(--vu-gray-700);margin-bottom:var(--vu-space-xs)}.gform_wrapper.gravity-theme .gfield_required{color:var(--vu-error)}.gform_wrapper.gravity-theme input[type=text],.gform_wrapper.gravity-theme input[type=email],.gform_wrapper.gravity-theme input[type=tel],.gform_wrapper.gravity-theme input[type=url],.gform_wrapper.gravity-theme input[type=number],.gform_wrapper.gravity-theme input[type=date],.gform_wrapper.gravity-theme select,.gform_wrapper.gravity-theme textarea{display:block;width:100%;padding:10px var(--vu-space-md);font-size:var(--vu-text-sm);font-family:inherit;color:var(--vu-gray-900);border:1px solid var(--vu-gray-200);border-radius:var(--vu-radius);background:var(--vu-white);transition:border-color var(--vu-transition),box-shadow var(--vu-transition)}.gform_wrapper.gravity-theme input:hover,.gform_wrapper.gravity-theme select:hover,.gform_wrapper.gravity-theme textarea:hover{border-color:var(--vu-gray-300)}.gform_wrapper.gravity-theme input:focus,.gform_wrapper.gravity-theme select:focus,.gform_wrapper.gravity-theme textarea:focus{outline:none;border-color:var(--vu-primary);box-shadow:var(--vu-focus-ring)}.gform_wrapper.gravity-theme textarea{min-height:100px;resize:vertical}.gform_wrapper.gravity-theme select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.gform_wrapper.gravity-theme .gchoice{margin-bottom:var(--vu-space-sm)}.gform_wrapper.gravity-theme .gfield_radio input[type=radio],.gform_wrapper.gravity-theme .gfield_checkbox input[type=checkbox]{accent-color:var(--vu-primary);width:18px;height:18px;margin-right:var(--vu-space-sm);vertical-align:middle}.gform_wrapper.gravity-theme .gchoice label{font-size:var(--vu-text-sm);color:var(--vu-gray-700);cursor:pointer}.gform_wrapper.gravity-theme .gform_button,.gform_wrapper.gravity-theme input[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:var(--vu-space-sm);padding:12px 28px;font-size:var(--vu-text-sm);font-weight:var(--vu-weight-semibold);font-family:inherit;line-height:1;border-radius:var(--vu-radius);border:1px solid var(--vu-gray-900);background:var(--vu-gray-900);color:var(--vu-white);cursor:pointer;transition:all var(--vu-transition)}.gform_wrapper.gravity-theme .gform_button:hover,.gform_wrapper.gravity-theme input[type=submit]:hover{background:var(--vu-gray-800);border-color:var(--vu-gray-800);box-shadow:var(--vu-shadow)}.gform_wrapper.gravity-theme .gfield_error .gfield_label{color:var(--vu-error)}.gform_wrapper.gravity-theme .gfield_error input,.gform_wrapper.gravity-theme .gfield_error select,.gform_wrapper.gravity-theme .gfield_error textarea{border-color:var(--vu-error)}.gform_wrapper.gravity-theme .gfield_error input:focus,.gform_wrapper.gravity-theme .gfield_error select:focus,.gform_wrapper.gravity-theme .gfield_error textarea:focus{box-shadow:var(--vu-focus-ring-error)}.gform_wrapper.gravity-theme .validation_message{font-size:var(--vu-text-xs);color:var(--vu-error);margin-top:var(--vu-space-xs)}.gform_wrapper.gravity-theme .validation_error{background:var(--vu-error-light);color:#991b1b;padding:var(--vu-space-md);border-radius:var(--vu-radius);font-size:var(--vu-text-sm);margin-bottom:var(--vu-space-lg);border:1px solid rgba(239,68,68,.2)}.gform_wrapper.gravity-theme .gform_confirmation_message{background:var(--vu-success-light);color:#15803d;padding:var(--vu-space-lg);border-radius:var(--vu-radius);font-size:var(--vu-text-sm);border:1px solid rgba(34,197,94,.2)}.gform_wrapper.gravity-theme .gfield_description{font-size:var(--vu-text-xs);color:var(--vu-gray-500);margin-top:var(--vu-space-xs)}.gform_wrapper.gravity-theme .gsection{border-bottom:var(--vu-border);padding-bottom:var(--vu-space-md);margin-bottom:var(--vu-space-lg)}.gform_wrapper.gravity-theme .gsection_title{font-size:var(--vu-text-lg);font-weight:var(--vu-weight-bold);color:var(--vu-gray-900)}.gform_wrapper.gravity-theme .gf_progressbar{margin-bottom:var(--vu-space-xl)}.gform_wrapper.gravity-theme .gf_progressbar_wrapper{background:var(--vu-gray-100);border-radius:var(--vu-radius-full);height:8px;overflow:hidden}.gform_wrapper.gravity-theme .gf_progressbar_percentage{background:var(--vu-primary);height:100%;border-radius:var(--vu-radius-full);transition:width var(--vu-transition-slow)}.gform_wrapper.gravity-theme .gf_progressbar_title{font-size:var(--vu-text-sm);font-weight:var(--vu-weight-medium);color:var(--vu-gray-600);margin-bottom:var(--vu-space-sm)}.gform_wrapper.gravity-theme .gform_footer,.gform_wrapper.gravity-theme .gform_page_footer{display:flex;gap:var(--vu-space-md);padding-top:var(--vu-space-lg);border-top:var(--vu-border);margin-top:var(--vu-space-lg)}.gform_wrapper.gravity-theme .gform_previous_button{background:var(--vu-white);color:var(--vu-gray-700);border-color:var(--vu-gray-200)}.gform_wrapper.gravity-theme .gform_previous_button:hover{background:var(--vu-gray-50);border-color:var(--vu-gray-300)}.vu-idle-warning{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:vuFadeIn .2s ease}.vu-idle-warning__card{background:var(--vu-white);border-radius:var(--vu-radius-lg);padding:var(--vu-space-xl) var(--vu-space-2xl);box-shadow:var(--vu-shadow-lg);text-align:center;max-width:380px;width:90%}.vu-idle-warning__icon{color:var(--vu-warning, #ffb547);margin-bottom:var(--vu-space-md)}.vu-idle-warning__icon svg{width:40px;height:40px}.vu-idle-warning__card h3{font-size:var(--vu-text-lg);font-weight:var(--vu-weight-semibold);color:var(--vu-gray-900);margin:0 0 var(--vu-space-sm)}.vu-idle-warning__card p{font-size:var(--vu-text-sm);color:var(--vu-gray-600);margin:0 0 var(--vu-space-lg);line-height:var(--vu-leading-relaxed)}.vu-idle-countdown{font-variant-numeric:tabular-nums;color:var(--vu-error)}@keyframes vuFadeIn{0%{opacity:0}to{opacity:1}}.vu-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--vu-space-2xl);min-height:300px;color:var(--vu-gray-400)}.vu-placeholder__icon{font-size:48px;margin-bottom:var(--vu-space-md);opacity:.5}.vu-placeholder__title{font-size:var(--vu-text-xl);font-weight:600;color:var(--vu-gray-500);margin-bottom:var(--vu-space-sm)}.vu-placeholder__text{font-size:var(--vu-text-sm);color:var(--vu-gray-400);max-width:400px}.vu-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--vu-space-2xl);background:var(--vu-white);border:2px dashed var(--vu-gray-200);border-radius:var(--vu-radius)}.vu-empty-state__title{font-size:var(--vu-text-lg);font-weight:600;color:var(--vu-gray-600);margin-bottom:var(--vu-space-sm)}.vu-empty-state__text{font-size:var(--vu-text-sm);color:var(--vu-gray-400);max-width:400px;margin:0 auto var(--vu-space-xl);line-height:var(--vu-leading-normal)}.vu-empty-state__icon{width:48px;height:48px;margin-bottom:var(--vu-space-md);color:var(--vu-gray-300)}.vu-empty-state__icon svg{width:100%;height:100%}.vu-note-item__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--vu-space-xs);gap:var(--vu-space-sm)}.vu-note-item__author{font-size:var(--vu-text-sm);font-weight:var(--vu-weight-semibold, 600);color:var(--vu-gray-700)}.vu-note-item__time{font-size:var(--vu-text-xs);color:var(--vu-gray-400);white-space:nowrap}.vu-note-item__text{font-size:var(--vu-text-sm);color:var(--vu-gray-600);line-height:1.6}.vu-card__header{display:flex;align-items:center;justify-content:space-between;padding:var(--vu-space-md) var(--vu-space-lg);border-bottom:1px solid var(--vu-gray-100);gap:var(--vu-space-sm)}.vu-card__title{font-size:var(--vu-text-base);font-weight:var(--vu-weight-semibold, 600);color:var(--vu-gray-900);margin:0}.vu-card__subtitle{font-size:var(--vu-text-xs);color:var(--vu-gray-400);white-space:nowrap}.vu-stat-card--compact{cursor:pointer;border:none;background:var(--vu-white);text-align:left;font-family:inherit}.vu-stat-card--compact:hover{border-color:var(--vu-primary)}a.vu-stat-card--compact{text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}a.vu-stat-card--compact.is-active,.vu-stat-card--compact.is-active{border:2px solid var(--vu-primary);box-shadow:0 0 0 1px var(--vu-primary-light, rgba(59, 130, 246, .15))}.vu-stat-card--mini{cursor:default;opacity:.7}.vu-stat-card--mini .vu-stat-card__label{font-size:10px}.vu-stat-card--mini .vu-stat-card__value{font-size:var(--vu-text-lg)}.vu-stat-card__detail{font-size:var(--vu-text-xs);color:var(--vu-gray-400);margin-top:var(--vu-space-2xs, 2px)}.vu-tab-panel{display:none}.vu-tab-panel.is-active{display:block}.vu-table td .vu-badge{vertical-align:middle}.vu-thread-item__avatar{flex-shrink:0}.vu-card>.vu-empty-state{border:none;border-radius:0}.vu-summary-bar{display:flex;flex-wrap:wrap;gap:var(--vu-space-md)}@media(max-width:768px){.vu-fields-grid{grid-template-columns:1fr}.vu-stat-cards{grid-template-columns:repeat(2,1fr);gap:var(--vu-space-md)}}@media(max-width:640px){.vu-note-item{padding:var(--vu-space-sm) var(--vu-space-md)}.vu-note-item__header{flex-direction:column;align-items:flex-start}.vu-card{padding:var(--vu-space-md);border-radius:var(--vu-radius)}.vu-card__header{flex-direction:column;align-items:flex-start;padding:var(--vu-space-sm) var(--vu-space-md);gap:var(--vu-space-xs)}.vu-summary-bar{gap:var(--vu-space-sm)}.vu-summary-bar .vu-stat-card--compact,.vu-thread-item{padding:var(--vu-space-sm) var(--vu-space-md)}.vu-thread-item__avatar{width:36px;height:36px;font-size:var(--vu-text-sm)}.vu-thread-item__preview{font-size:var(--vu-text-xs)}.vu-message{max-width:85%}.vu-message__text{font-size:var(--vu-text-sm)}.vu-messages{padding:var(--vu-space-md)}.vu-message-form{padding:var(--vu-space-sm) var(--vu-space-md)}.vu-message-form__input{font-size:16px}.vu-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.vu-stat-cards{gap:var(--vu-space-sm)}.vu-inbox-summary{padding:var(--vu-space-sm) var(--vu-space-md)}}.vu-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--vu-space-xl);gap:var(--vu-space-md);flex-wrap:wrap}.vu-page-header__title{font-size:var(--vu-text-2xl);font-weight:var(--vu-weight-bold);color:var(--vu-gray-900);margin:0}.vu-page-header__subtitle{font-size:var(--vu-text-sm);color:var(--vu-gray-400);font-weight:var(--vu-weight-normal);margin-top:2px}.vu-page-header__actions{display:flex;align-items:center;gap:var(--vu-space-sm)}.vu-period-selector{display:inline-flex;background:var(--vu-white);border-radius:var(--vu-radius-sm);box-shadow:var(--vu-shadow-sm)}.vu-period-selector__btn{padding:8px 16px;font-size:var(--vu-text-sm);font-weight:var(--vu-weight-medium);font-family:var(--vu-font-sans);color:var(--vu-gray-500);background:none;border:none;cursor:pointer;transition:background var(--vu-transition),color var(--vu-transition);white-space:nowrap}.vu-period-selector__btn:hover{background:var(--vu-gray-50);color:var(--vu-gray-700)}.vu-period-selector__btn.is-active{background:var(--vu-primary);color:var(--vu-on-primary)}.vu-filter-bar{display:flex;align-items:center;gap:var(--vu-space-md);margin-bottom:var(--vu-space-lg);flex-wrap:wrap}.vu-filter-bar__group{display:flex;align-items:center;gap:var(--vu-space-sm)}.vu-filter-bar__label{font-size:var(--vu-text-sm);font-weight:var(--vu-weight-medium);color:var(--vu-gray-500);white-space:nowrap}.vu-filter-bar select,.vu-filter-bar input[type=text]{padding:8px 12px;font-size:var(--vu-text-sm);font-family:var(--vu-font-sans);border:1px solid var(--vu-gray-300);border-radius:var(--vu-radius-sm);background:var(--vu-white);color:var(--vu-gray-700);outline:none;transition:border-color var(--vu-transition)}.vu-filter-bar select:focus,.vu-filter-bar input[type=text]:focus{border-color:var(--vu-primary);box-shadow:var(--vu-focus-ring)}.vu-search-input{min-width:240px;padding-left:36px!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%239ca3af' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.868-3.834Zm-5.242.156a5 5 0 1 1 0-10 5 5 0 0 1 0 10Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:12px center}.vu-filter-bar__spacer{flex:1}.vu-status-tabs{display:flex;gap:2px;margin-bottom:var(--vu-space-lg);overflow-x:auto;padding-bottom:2px}.vu-status-tab{display:inline-flex;align-items:center;gap:var(--vu-space-xs);padding:8px 16px;font-size:var(--vu-text-sm);font-weight:var(--vu-weight-medium);font-family:var(--vu-font-sans);color:var(--vu-gray-500);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:color var(--vu-transition),border-color var(--vu-transition);white-space:nowrap;text-decoration:none}.vu-status-tab:hover{color:var(--vu-gray-700)}.vu-status-tab.is-active{color:var(--vu-primary);border-bottom-color:var(--vu-primary)}.vu-status-tab__count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;font-size:var(--vu-text-xs);font-weight:var(--vu-weight-semibold);background:var(--vu-gray-100);color:var(--vu-gray-500);border-radius:var(--vu-radius-full)}.vu-status-tab.is-active .vu-status-tab__count{background:var(--vu-primary-light);color:var(--vu-primary)}.vu-bulk-bar{display:none;align-items:center;gap:var(--vu-space-md);padding:var(--vu-space-sm) var(--vu-space-md);background:var(--vu-info-light);border-radius:var(--vu-radius-sm);margin-bottom:var(--vu-space-md);font-size:var(--vu-text-sm)}.vu-bulk-bar.is-visible{display:flex}.vu-bulk-bar__count{font-weight:var(--vu-weight-semibold);color:var(--vu-gray-700)}.vu-table .vu-unread-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--vu-primary);margin-right:var(--vu-space-xs);flex-shrink:0}.vu-table .vu-star-btn{background:none;border:none;cursor:pointer;padding:2px;color:var(--vu-gray-300);font-size:18px;line-height:1;transition:color var(--vu-transition)}.vu-table .vu-star-btn:hover,.vu-table .vu-star-btn.is-starred{color:var(--vu-warning)}.vu-entry-name{display:flex;align-items:center;gap:var(--vu-space-xs)}.vu-entry-name__link{font-weight:var(--vu-weight-semibold);color:var(--vu-gray-900);text-decoration:none;transition:color var(--vu-transition)}.vu-entry-name__link:hover{color:var(--vu-primary)}.vu-per-page{display:flex;align-items:center;gap:var(--vu-space-sm);font-size:var(--vu-text-sm);color:var(--vu-gray-500)}.vu-per-page select{padding:4px 8px;font-size:var(--vu-text-sm);border:1px solid var(--vu-gray-300);border-radius:var(--vu-radius-sm);background:var(--vu-white)}.vu-entry-layout{display:grid;grid-template-columns:1fr 380px;gap:var(--vu-grid-gap);align-items:start}.vu-entry-layout__main{min-width:0}.vu-entry-layout__main>*+*{margin-top:var(--vu-space-lg)}.vu-entry-layout__sidebar{display:flex;flex-direction:column;gap:var(--vu-grid-gap)}.vu-notes-add{display:flex;flex-direction:column;gap:var(--vu-space-sm);padding:var(--vu-space-md) var(--vu-space-lg);border-bottom:1px solid var(--vu-gray-100)}.vu-notes-add textarea{flex:1;padding:8px 12px;font-size:var(--vu-text-sm);font-family:var(--vu-font-sans);border:1px solid var(--vu-gray-300);border-radius:var(--vu-radius-sm);resize:vertical;min-height:60px;outline:none;transition:border-color var(--vu-transition)}.vu-notes-add textarea:focus{border-color:var(--vu-primary)}.vu-notes-add__footer{display:flex;align-items:center;justify-content:space-between;gap:var(--vu-space-sm)}.vu-notes-list{display:flex;flex-direction:column}.vu-notes-empty{padding:var(--vu-space-xl) var(--vu-space-lg);text-align:center;color:var(--vu-gray-400);font-size:var(--vu-text-sm)}.vu-note-item{padding:var(--vu-space-md) var(--vu-space-lg);border-bottom:1px solid var(--vu-gray-100)}.vu-note-item:last-child{border-bottom:none}.vu-note-item__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--vu-space-xs)}.vu-note-item__author{font-size:var(--vu-text-sm);font-weight:var(--vu-weight-semibold);color:var(--vu-gray-700)}.vu-note-item__time{font-size:var(--vu-text-xs);color:var(--vu-gray-400)}.vu-note-item__text{font-size:var(--vu-text-sm);color:var(--vu-gray-600);line-height:var(--vu-leading-relaxed)}.vu-note-actions{display:flex;align-items:center;gap:var(--vu-space-xs);margin-top:var(--vu-space-xs)}.vu-note-action{background:none;border:none;padding:2px 6px;font-size:var(--vu-text-xs);color:var(--vu-gray-400);cursor:pointer;transition:color var(--vu-transition)}.vu-note-action:hover{color:var(--vu-primary)}.vu-note-action--delete:hover{color:var(--vu-error)}.vu-note-share-toggle{display:inline-flex;align-items:center;gap:4px;font-size:var(--vu-text-xs);color:var(--vu-gray-400);cursor:pointer;background:none;border:none;padding:2px 6px}.vu-note-share-toggle.is-shared{color:var(--vu-accent)}.vu-activity-log{display:flex;flex-direction:column;overflow:hidden}.vu-activity-item{display:flex;gap:var(--vu-space-sm);padding:var(--vu-space-sm) var(--vu-space-lg);font-size:var(--vu-text-sm)}.vu-activity-item__dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:var(--vu-gray-300);margin-top:6px}.vu-activity-log__empty{padding:var(--vu-space-md) var(--vu-space-lg);font-size:var(--vu-text-sm);color:var(--vu-gray-400);text-align:center}.vu-activity-item__content{flex:1;min-width:0}.vu-activity-item__desc{color:var(--vu-gray-600);line-height:var(--vu-leading-normal);overflow-wrap:anywhere}.vu-activity-item__time{font-size:var(--vu-text-xs);color:var(--vu-gray-400)}.vu-qr-buttons{display:flex;flex-wrap:wrap;gap:var(--vu-space-sm);padding:var(--vu-space-md) var(--vu-space-lg)}.vu-qr-btn{padding:6px 14px;font-size:var(--vu-text-sm);font-family:var(--vu-font-sans);font-weight:var(--vu-weight-medium);color:var(--vu-primary);background:var(--vu-primary-pale);border:1px solid var(--vu-primary-light);border-radius:var(--vu-radius-sm);cursor:pointer;transition:background var(--vu-transition),border-color var(--vu-transition)}.vu-qr-btn:hover{background:var(--vu-primary-light);border-color:var(--vu-primary)}.vu-qr-btn:disabled{opacity:.5;cursor:not-allowed}.vu-qr-log{display:flex;flex-direction:column}.vu-qr-log__title{font-size:var(--vu-text-xs);font-weight:var(--vu-weight-semibold);color:var(--vu-gray-400);text-transform:uppercase;letter-spacing:.06em;padding:var(--vu-space-sm) var(--vu-space-lg) 0}.vu-qr-log__item{display:flex;align-items:center;justify-content:space-between;padding:var(--vu-space-sm) var(--vu-space-lg);border-bottom:1px solid var(--vu-gray-100);font-size:var(--vu-text-sm)}.vu-qr-log__item:last-child{border-bottom:none}.vu-qr-log__name{font-weight:var(--vu-weight-medium);color:var(--vu-gray-700)}.vu-qr-log__time{font-size:var(--vu-text-xs);color:var(--vu-gray-400)}.vu-qr-templates{display:flex;flex-direction:column;gap:var(--vu-space-md)}.vu-qr-template-card{background:var(--vu-white);border-radius:var(--vu-radius);border:var(--vu-border);padding:var(--vu-space-lg)}.vu-qr-template-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--vu-space-md)}.vu-qr-template-card label{display:block;font-size:var(--vu-text-sm);font-weight:var(--vu-weight-medium);color:var(--vu-gray-700);margin-bottom:var(--vu-space-xs)}.vu-qr-template-card input,.vu-qr-template-card textarea{width:100%;padding:8px 12px;font-size:var(--vu-text-sm);font-family:var(--vu-font-sans);border:1px solid var(--vu-gray-300);border-radius:var(--vu-radius-sm);outline:none;transition:border-color var(--vu-transition);box-sizing:border-box}.vu-qr-template-card input:focus,.vu-qr-template-card textarea:focus{border-color:var(--vu-primary)}.vu-qr-template-card textarea{min-height:100px;resize:vertical}.vu-qr-template-card .vu-field-group+.vu-field-group{margin-top:var(--vu-space-md)}.vu-overview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--vu-grid-gap)}.vu-overview-cta{margin-bottom:var(--vu-space-xl);text-align:center}.vu-overview-columns{display:grid;grid-template-columns:2fr 1fr;gap:var(--vu-grid-gap);margin-top:var(--vu-space-xl)}.vu-ranked-table td:first-child{font-weight:var(--vu-weight-semibold);color:var(--vu-gray-400);width:40px;text-align:center}.vu-bar-cell{display:flex;align-items:center;gap:var(--vu-space-sm)}.vu-bar-fill{height:8px;border-radius:4px;background:var(--vu-primary);transition:width var(--vu-transition-slow)}.vu-bar-count{font-size:var(--vu-text-sm);font-weight:var(--vu-weight-semibold);color:var(--vu-gray-700);white-space:nowrap}.vu-referrer-detail-columns{display:grid;grid-template-columns:1fr 340px;gap:var(--vu-grid-gap);align-items:start;margin-top:var(--vu-space-xl)}.vu-referrer-detail-main{display:flex;flex-direction:column;gap:var(--vu-space-lg);min-width:0}.vu-referrer-detail-sidebar{display:flex;flex-direction:column;gap:var(--vu-grid-gap)}.vu-breadcrumb{display:flex;align-items:center;gap:var(--vu-space-xs);font-size:var(--vu-text-sm);color:var(--vu-gray-400);margin-bottom:var(--vu-space-md)}.vu-breadcrumb a{color:var(--vu-gray-400);text-decoration:none;transition:color var(--vu-transition)}.vu-breadcrumb a:hover{color:var(--vu-primary)}.vu-breadcrumb__sep{color:var(--vu-gray-300)}.vu-breadcrumb__current{color:var(--vu-gray-700);font-weight:var(--vu-weight-medium)}.vu-status-select{padding:6px 10px;font-size:var(--vu-text-sm);font-family:var(--vu-font-sans);border:1px solid var(--vu-gray-300);border-radius:var(--vu-radius-sm);background:var(--vu-white);color:var(--vu-gray-700);cursor:pointer;outline:none;transition:border-color var(--vu-transition)}.vu-status-select:focus{border-color:var(--vu-primary)}.vu-sidebar-section{background:var(--vu-white);border-radius:var(--vu-radius-lg);box-shadow:var(--vu-shadow);overflow:hidden}.vu-sidebar-section__title{display:flex;align-items:center;justify-content:space-between;padding:var(--vu-space-md) var(--vu-space-lg);border-bottom:1px solid var(--vu-gray-100);font-size:var(--vu-text-sm);font-weight:var(--vu-weight-semibold);color:var(--vu-gray-700);margin:0}.vu-sidebar-section__body{padding:var(--vu-space-md) var(--vu-space-lg)}.vu-sidebar-section__body--flush{padding:0}.vu-sidebar-section>.vu-status-select{display:block;margin:var(--vu-space-md) var(--vu-space-lg)}.vu-sidebar-section>.vu-meta-list{padding:var(--vu-space-md) var(--vu-space-lg)}.vu-meta-list{display:flex;flex-direction:column;gap:var(--vu-space-sm)}.vu-meta-list__item{display:flex;justify-content:space-between;align-items:center;font-size:var(--vu-text-sm)}.vu-meta-list__label{color:var(--vu-gray-400)}.vu-meta-list__value{color:var(--vu-gray-700);font-weight:var(--vu-weight-medium)}.vu-empty-state{text-align:center;padding:var(--vu-space-3xl) var(--vu-space-xl);color:var(--vu-gray-400)}.vu-empty-state__title{font-size:var(--vu-text-lg);font-weight:var(--vu-weight-semibold);color:var(--vu-gray-600);margin-bottom:var(--vu-space-sm)}.vu-sidebar-actions{display:flex;align-items:center;gap:var(--vu-space-sm);padding:var(--vu-space-md) var(--vu-space-lg)}.vu-star-btn--lg,.vu-read-btn{display:inline-flex;align-items:center;gap:var(--vu-space-xs);padding:6px 12px;font-size:var(--vu-text-sm);font-family:var(--vu-font-sans);font-weight:var(--vu-weight-medium);color:var(--vu-gray-500);background:var(--vu-gray-50);border:1px solid var(--vu-gray-200);border-radius:var(--vu-radius-sm);cursor:pointer;transition:background var(--vu-transition),color var(--vu-transition),border-color var(--vu-transition)}.vu-star-btn--lg:hover,.vu-read-btn:hover{background:var(--vu-gray-100);color:var(--vu-gray-700)}.vu-star-btn--lg.is-starred{color:var(--vu-warning);background:#ffb54714;border-color:#ffb5474d}.vu-read-btn.is-read{color:var(--vu-success);background:#22c55e14;border-color:#22c55e4d}.vu-star-btn--lg svg,.vu-read-btn svg{flex-shrink:0}.vu-sidebar-section .vu-messages{max-height:300px}.vu-merge-tags{display:flex;flex-wrap:wrap;gap:var(--vu-space-xs);margin-top:var(--vu-space-sm)}.vu-merge-tag{display:inline-block;padding:2px 8px;font-size:var(--vu-text-xs);font-family:var(--vu-font-mono);background:var(--vu-gray-100);color:var(--vu-gray-600);border-radius:4px;cursor:pointer;transition:background var(--vu-transition)}.vu-merge-tag:hover{background:var(--vu-gray-200)}@media(max-width:1200px){.vu-entry-layout{grid-template-columns:1fr 320px}.vu-referrer-detail-columns{grid-template-columns:1fr 300px}}@media(max-width:1024px){.vu-entry-layout,.vu-referrer-detail-columns{grid-template-columns:1fr}.vu-overview-grid{grid-template-columns:repeat(2,1fr);gap:var(--vu-space-md)}.vu-overview-columns{grid-template-columns:1fr}.vu-period-selector{display:flex;overflow-x:auto;scrollbar-width:none;max-width:100%}.vu-period-selector::-webkit-scrollbar{display:none}.vu-period-selector__btn{flex-shrink:0}.vu-page-header{flex-direction:column;align-items:flex-start}.vu-page-header__actions{width:100%;overflow:hidden}}@media(max-width:768px){.vu-table-wrap{margin-left:calc(-1 * var(--vu-space-md));margin-right:calc(-1 * var(--vu-space-md));border-radius:0}.vu-bulk-bar{display:none!important}.vu-sidebar-section__body{padding:var(--vu-space-sm) var(--vu-space-md)}.vu-sidebar-actions{padding:var(--vu-space-sm) var(--vu-space-md);flex-wrap:wrap}.vu-qr-buttons,.vu-activity-item,.vu-note-item{padding:var(--vu-space-sm) var(--vu-space-md)}}@media(max-width:640px){.vu-filter-bar{flex-direction:column;align-items:stretch}.vu-filter-bar__group{width:100%}.vu-filter-bar__spacer{display:none}.vu-search-input{min-width:0;width:100%}.vu-status-tabs{gap:0;scrollbar-width:none;-webkit-overflow-scrolling:touch}.vu-status-tabs::-webkit-scrollbar{display:none}.vu-status-tab{padding:6px 12px;font-size:var(--vu-text-xs)}.vu-status-tab__count{min-width:16px;height:16px;font-size:10px}.vu-period-selector__btn{padding:6px 12px;font-size:var(--vu-text-xs)}.vu-bulk-bar{flex-wrap:wrap;gap:var(--vu-space-sm)}.vu-overview-grid{grid-template-columns:1fr;gap:var(--vu-space-sm)}.vu-stat-card{padding:var(--vu-space-md)}.vu-stat-card__label{font-size:var(--vu-text-sm)}.vu-stat-card__value{font-size:var(--vu-text-2xl)}.vu-stat-card__detail{font-size:var(--vu-text-xs)}.vu-overview-columns{gap:var(--vu-space-md)}.vu-table-wrap{margin-left:calc(-1 * var(--vu-space-sm));margin-right:calc(-1 * var(--vu-space-sm))}.vu-per-page{flex-wrap:wrap;justify-content:center}.vu-qr-template-card{padding:var(--vu-space-md)}.vu-qr-template-card__header{flex-direction:column;align-items:stretch}.vu-notes-add{padding:var(--vu-space-sm) var(--vu-space-md)}.vu-note-item__header{flex-direction:column;align-items:flex-start;gap:var(--vu-space-xs)}.vu-notes-add__footer{flex-direction:column;align-items:stretch}.vu-meta-list__item{flex-direction:column;align-items:flex-start;gap:2px}.vu-entry-layout__sidebar{gap:var(--vu-space-md)}.vu-empty-state{padding:var(--vu-space-xl) var(--vu-space-md)}.vu-chart-container{height:200px}.vu-chart-card__header{flex-direction:column;gap:var(--vu-space-sm)}.vu-chart-card__legend,.vu-referrer-detail-columns{gap:var(--vu-space-md)}.vu-ranked-table td:first-child{width:30px;padding:10px var(--vu-space-sm)}}.vu-help-layout{display:grid;grid-template-columns:220px 1fr;gap:var(--vu-space-lg);align-items:start}.vu-help-sidebar{position:sticky;top:var(--vu-space-lg)}.vu-help-nav__section{margin-bottom:var(--vu-space-lg)}.vu-help-nav__title{font-size:var(--vu-text-xs);font-weight:var(--vu-weight-semibold);color:var(--vu-gray-400);text-transform:uppercase;letter-spacing:.05em;padding:0 var(--vu-space-sm);margin-bottom:var(--vu-space-xs)}.vu-help-nav__list{list-style:none;margin:0;padding:0}.vu-help-nav__link{display:block;padding:var(--vu-space-xs) var(--vu-space-sm);font-size:var(--vu-text-sm);color:var(--vu-gray-600);text-decoration:none;border-radius:var(--vu-radius-md);transition:background .15s ease,color .15s ease}.vu-help-nav__link:hover{background:var(--vu-gray-50);color:var(--vu-gray-900)}.vu-help-nav__link.is-active{background:var(--vu-primary-light, rgba(59, 130, 246, .08));color:var(--vu-primary);font-weight:var(--vu-weight-semibold)}.vu-help-main{min-width:0}.vu-help-article{padding:var(--vu-space-lg);font-size:var(--vu-text-sm);line-height:1.7;color:var(--vu-gray-700)}.vu-help-article h2{font-size:var(--vu-text-lg);font-weight:var(--vu-weight-semibold);color:var(--vu-gray-900);margin:var(--vu-space-xl) 0 var(--vu-space-md) 0;padding-bottom:var(--vu-space-xs);border-bottom:1px solid var(--vu-gray-100)}.vu-help-article h2:first-child{margin-top:0}.vu-help-article h3{font-size:var(--vu-text-base);font-weight:var(--vu-weight-semibold);color:var(--vu-gray-800);margin:var(--vu-space-lg) 0 var(--vu-space-sm) 0}.vu-help-article p{margin:0 0 var(--vu-space-md) 0}.vu-help-article ul,.vu-help-article ol{margin:0 0 var(--vu-space-md) 0;padding-left:var(--vu-space-lg)}.vu-help-article li{margin-bottom:var(--vu-space-xs)}.vu-help-article table{width:100%;border-collapse:collapse;margin:var(--vu-space-md) 0;font-size:var(--vu-text-sm)}.vu-help-article table th,.vu-help-article table td{padding:var(--vu-space-sm) var(--vu-space-md);text-align:left;border-bottom:1px solid var(--vu-gray-100)}.vu-help-article table th{font-weight:var(--vu-weight-semibold);color:var(--vu-gray-900);background:var(--vu-gray-50)}.vu-docs-info-box{padding:var(--vu-space-md) var(--vu-space-lg);border-radius:var(--vu-radius-lg);margin:var(--vu-space-md) 0;border-left:4px solid}.vu-docs-info-box.note{background:var(--vu-info-light);border-left-color:var(--vu-info, #37b0d7)}.vu-docs-info-box.tip{background:var(--vu-success-light);border-left-color:var(--vu-success, #22c55e)}.vu-docs-info-box.warning{background:var(--vu-warning-light);border-left-color:var(--vu-warning, #ffb547)}.vu-docs-info-box.danger{background:var(--vu-error-light);border-left-color:var(--vu-error, #ef4444)}.vu-docs-info-box-title{font-weight:var(--vu-weight-semibold);margin-bottom:var(--vu-space-xs);font-size:var(--vu-text-sm)}.vu-docs-info-box p{margin:0;font-size:var(--vu-text-sm)}.vu-docs-status-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;font-size:var(--vu-text-xs);font-weight:var(--vu-weight-semibold);border-radius:var(--vu-radius-full);background:var(--vu-gray-100);color:var(--vu-gray-700)}.vu-help-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--vu-space-md)}.vu-help-card{display:block;padding:var(--vu-space-lg);background:var(--vu-white);border:1px solid var(--vu-gray-200);border-radius:var(--vu-radius-lg);text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease}.vu-help-card:hover{border-color:var(--vu-primary);box-shadow:var(--vu-shadow-sm)}.vu-help-card__title{font-size:var(--vu-text-base);font-weight:var(--vu-weight-semibold);color:var(--vu-gray-900);margin:0 0 var(--vu-space-xs) 0}.vu-help-card__desc{font-size:var(--vu-text-sm);color:var(--vu-gray-500);margin:0;line-height:1.5}.vu-help-article-nav{display:flex;justify-content:space-between;gap:var(--vu-space-md);margin-top:var(--vu-space-lg)}.vu-help-article-nav__link{display:flex;flex-direction:column;padding:var(--vu-space-md) var(--vu-space-lg);background:var(--vu-white);border:1px solid var(--vu-gray-200);border-radius:var(--vu-radius-lg);text-decoration:none;transition:border-color .15s ease;min-width:0;flex:1}.vu-help-article-nav__link:hover{border-color:var(--vu-primary)}.vu-help-article-nav__link--next{text-align:right;margin-left:auto}.vu-help-article-nav__label{font-size:var(--vu-text-xs);color:var(--vu-gray-400);margin-bottom:2px}.vu-help-article-nav__title{font-size:var(--vu-text-sm);font-weight:var(--vu-weight-semibold);color:var(--vu-gray-900)}@media(max-width:768px){.vu-help-layout{grid-template-columns:1fr}.vu-help-sidebar{position:static;border-bottom:1px solid var(--vu-gray-100);padding-bottom:var(--vu-space-md);margin-bottom:var(--vu-space-md)}.vu-help-nav{display:flex;flex-wrap:wrap;gap:var(--vu-space-xs)}.vu-help-nav__section{margin-bottom:0}.vu-help-nav__title{display:none}.vu-help-nav__list{display:flex;flex-wrap:wrap;gap:var(--vu-space-xs)}.vu-help-nav__link{padding:var(--vu-space-xs) var(--vu-space-sm);font-size:var(--vu-text-xs);border:1px solid var(--vu-gray-200);border-radius:var(--vu-radius-full)}.vu-help-grid{grid-template-columns:1fr}.vu-help-article-nav{flex-direction:column}.vu-help-article-nav__link--next{text-align:left}}
