:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify__toast-text{display:flex;flex-direction:column;gap:2px;line-height:1.35;width:100%}.Toastify__toast-text-title{font-weight:600}.Toastify__toast-text-content{opacity:.92}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:Inter,Poppins,system-ui,sans-serif;line-height:1.5;color:#0f172a;background:#f8fafc;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit}ul,ol{list-style:none}img{max-width:100%;display:block}table{border-collapse:collapse;width:100%}.app-shell{display:grid;grid-template-columns:260px 1fr;grid-template-rows:64px 1fr;min-height:100vh;background:#f8fafc}.app-shell.sidebar-collapsed{grid-template-columns:72px 1fr}.app-shell .top-nav{grid-column:1/-1;height:64px;background:#fff;border-bottom:1px solid #E2E8F0;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:100}.app-shell .top-nav .nav-brand{font-size:1.125rem;font-weight:700;color:#2563eb;display:flex;align-items:center;gap:8px}.app-shell .top-nav .nav-right{display:flex;align-items:center;gap:16px}.app-shell .top-nav .user-menu{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;border-radius:8px;transition:background .15s}.app-shell .top-nav .user-menu:hover{background:#f1f5f9}.app-shell .top-nav .user-menu .user-avatar{width:36px;height:36px;border-radius:9999px;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600}.app-shell .top-nav .user-menu .user-name{font-size:.875rem;font-weight:500;color:#334155}.app-shell .sidebar{grid-row:2;width:260px;background:#0f172a;height:calc(100vh - 64px);overflow-y:auto;display:flex;flex-direction:column;transition:width .25s ease;position:sticky;top:64px}.app-shell .sidebar .sidebar-section-label{padding:12px 16px 4px;font-size:.75rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;margin-top:8px}.app-shell .sidebar .nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;color:#94a3b8;font-size:.875rem;cursor:pointer;border-radius:8px;margin:2px 8px;transition:all .15s}.app-shell .sidebar .nav-item:hover{background:#ffffff0d;color:#fff}.app-shell .sidebar .nav-item.active{background:#2563eb;color:#fff}.app-shell .sidebar .nav-item .nav-icon{width:18px;flex-shrink:0}.app-shell .sidebar .nav-item .nav-label{white-space:nowrap}.app-shell .sidebar .nav-item .nav-badge{margin-left:auto;background:#ef4444;color:#fff;border-radius:9999px;font-size:10px;padding:1px 6px;font-weight:600}.app-shell .sidebar .nav-group .nav-group-toggle{display:flex;align-items:center;gap:12px;padding:12px 16px;color:#94a3b8;font-size:.875rem;cursor:pointer;border-radius:8px;margin:2px 8px;transition:all .15s}.app-shell .sidebar .nav-group .nav-group-toggle:hover{background:#ffffff0d;color:#fff}.app-shell .sidebar .nav-group .nav-group-toggle .arrow{margin-left:auto;transition:transform .2s}.app-shell .sidebar .nav-group .nav-group-toggle.open .arrow{transform:rotate(90deg)}.app-shell .sidebar .nav-group .nav-sub-items{padding-left:32px;overflow:hidden;max-height:0;transition:max-height .3s ease}.app-shell .sidebar .nav-group .nav-sub-items.open{max-height:400px}.app-shell .sidebar .nav-group .nav-sub-items .nav-item{margin:1px 8px 1px 0}.app-shell .main-content{grid-row:2;padding:24px;overflow-y:auto;max-width:1280px}.page .page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:12px}.page .page-header .page-title{font-size:1.5rem;font-weight:700;color:#0f172a}.page .page-header .page-subtitle{font-size:.875rem;color:#475569;margin-top:2px}.page .page-header .page-actions{display:flex;gap:8px;flex-wrap:wrap}.page .page-body{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;padding:24px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:24px}.stat-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;border:1px solid #E2E8F0;display:flex;align-items:flex-start;gap:16px}.stat-card .stat-icon{width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-card .stat-icon.blue{background:#eff6ff;color:#2563eb}.stat-card .stat-icon.green{background:#f0fdf4;color:#15803d}.stat-card .stat-icon.red{background:#fef2f2;color:#b91c1c}.stat-card .stat-icon.yellow{background:#fffbeb;color:#92400e}.stat-card .stat-body .stat-label{font-size:.875rem;color:#475569}.stat-card .stat-body .stat-value{font-size:1.25rem;font-weight:700;color:#0f172a;margin-top:2px}.stat-card .stat-body .stat-change{font-size:.75rem;color:#15803d;margin-top:2px}.btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;border:none;white-space:nowrap;text-decoration:none}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#fff;color:#334155;border:1px solid #E2E8F0}.btn-secondary:hover{background:#f8fafc}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#b91c1c}.btn-ghost{background:transparent;color:#2563eb}.btn-ghost:hover{background:#eff6ff}.btn-success{background:#22c55e;color:#fff}.btn-success:hover{background:#15803d}.btn-sm{padding:4px 12px;font-size:.75rem}.btn-lg{padding:12px 24px;font-size:1rem}.btn:disabled{opacity:.5;cursor:not-allowed}.btn .btn-spinner{width:14px;height:14px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-field{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.form-field label{font-size:.875rem;font-weight:500;color:#334155}.form-field label .required{color:#ef4444;margin-left:2px}.form-field input,.form-field select,.form-field textarea{padding:8px 12px;border:1px solid #E2E8F0;border-radius:8px;font-size:.875rem;color:#0f172a;background:#fff;transition:border-color .15s;width:100%}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.form-field input.error,.form-field select.error,.form-field textarea.error{border-color:#ef4444}.form-field input:disabled,.form-field select:disabled,.form-field textarea:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.form-field textarea{resize:vertical;min-height:80px}.form-field .field-error{color:#ef4444;font-size:.75rem;margin-top:2px}.form-field .field-hint{color:#94a3b8;font-size:.75rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:0 20px}.form-row{display:flex;gap:16px;align-items:flex-start}.form-row>*{flex:1}.data-table-wrapper{overflow-x:auto;border-radius:12px;border:1px solid #E2E8F0}.data-table-wrapper table thead tr{background:#f8fafc}.data-table-wrapper table thead tr th{padding:12px 16px;font-size:.75rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.05em;text-align:left;border-bottom:1px solid #E2E8F0;white-space:nowrap;-webkit-user-select:none;user-select:none}.data-table-wrapper table thead tr th.sortable{cursor:pointer}.data-table-wrapper table thead tr th.sortable:hover{color:#0f172a}.data-table-wrapper table tbody tr{border-bottom:1px solid #F1F5F9;transition:background .1s}.data-table-wrapper table tbody tr:hover{background:#f8fafc}.data-table-wrapper table tbody tr:last-child{border-bottom:none}.data-table-wrapper table tbody tr td{padding:12px 16px;font-size:.875rem;color:#334155}.table-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px;flex-wrap:wrap}.table-toolbar .toolbar-left,.table-toolbar .toolbar-right{display:flex;gap:8px;align-items:center}.table-toolbar .search-input{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #E2E8F0;border-radius:8px;background:#fff}.table-toolbar .search-input input{border:none;outline:none;font-size:.875rem;width:200px;color:#0f172a}.table-toolbar .search-input .search-icon{color:#94a3b8}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:9999px;font-size:.75rem;font-weight:500;white-space:nowrap}.badge-success{background:#f0fdf4;color:#15803d}.badge-danger{background:#fef2f2;color:#b91c1c}.badge-warning{background:#fffbeb;color:#92400e}.badge-info{background:#eff6ff;color:#1d4ed8}.badge-neutral{background:#f1f5f9;color:#475569}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background:#fff;border-radius:16px;box-shadow:0 20px 25px #0000001a,0 8px 10px #0000000f;width:100%;max-width:560px;max-height:90vh;overflow-y:auto}.modal-lg{max-width:760px}.modal-xl{max-width:960px}.modal-sm{max-width:400px}.modal .modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #E2E8F0}.modal .modal-header .modal-title{font-size:1.125rem;font-weight:600;color:#0f172a}.modal .modal-header .modal-close{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#94a3b8;cursor:pointer;transition:all .15s}.modal .modal-header .modal-close:hover{background:#f1f5f9;color:#334155}.modal .modal-body{padding:24px}.modal .modal-footer{padding:16px 24px;border-top:1px solid #E2E8F0;display:flex;justify-content:flex-end;gap:8px}.tabs{display:flex;border-bottom:2px solid #E2E8F0;margin-bottom:24px;gap:0}.tabs .tab{padding:12px 20px;font-size:.875rem;font-weight:500;color:#475569;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .15s}.tabs .tab:hover{color:#2563eb}.tabs .tab.active{color:#2563eb;border-bottom-color:#2563eb}.empty-state{text-align:center;padding:48px 24px}.empty-state .empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.empty-state .empty-title{font-size:1.125rem;font-weight:600;color:#334155;margin-bottom:8px}.empty-state .empty-desc{font-size:.875rem;color:#94a3b8;margin-bottom:20px}.skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#f8fafc,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.skeleton-text{height:14px}.skeleton-title{height:20px}.skeleton-avatar{width:40px;height:40px;border-radius:9999px}.skeleton-row{height:44px;margin-bottom:8px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.auth-layout{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eff6ff,#fff 60%,#f8fafc);padding:16px}.auth-card{background:#fff;border-radius:16px;box-shadow:0 20px 25px #0000001a,0 8px 10px #0000000f;padding:40px 32px;width:100%;max-width:440px}.auth-card .auth-logo{text-align:center;margin-bottom:32px}.auth-card .auth-logo .logo-icon{width:48px;height:48px;background:#2563eb;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:24px;margin-bottom:12px}.auth-card .auth-logo h1{font-size:1.5rem;font-weight:700;color:#0f172a}.auth-card .auth-logo p{font-size:.875rem;color:#475569;margin-top:4px}.auth-card .auth-footer{text-align:center;margin-top:24px;font-size:.875rem;color:#475569}.auth-card .auth-footer a{color:#2563eb;font-weight:500;cursor:pointer}.auth-card .auth-footer a:hover{text-decoration:underline}.invoice-print-area{background:#fff;padding:32px;border-radius:12px}.invoice-print-area .invoice-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid #E2E8F0}.invoice-print-area .invoice-title{font-size:28px;font-weight:800;color:#2563eb;text-transform:uppercase;letter-spacing:.05em}.invoice-print-area .invoice-totals{background:#f8fafc;border-radius:12px;padding:20px;margin-top:20px}.invoice-print-area .invoice-totals .total-row{display:flex;justify-content:space-between;padding:8px 0;font-size:.875rem;border-bottom:1px solid #E2E8F0}.invoice-print-area .invoice-totals .total-row:last-child{border:none;font-weight:700;font-size:1rem}.line-items{border:1px solid #E2E8F0;border-radius:12px;overflow:hidden;margin-bottom:20px}.line-items .line-item-header{display:grid;grid-template-columns:3fr 1fr 1fr 1fr 1fr 40px;gap:8px;padding:12px 16px;background:#f8fafc;font-size:.75rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #E2E8F0}.line-items .line-item-row{display:grid;grid-template-columns:3fr 1fr 1fr 1fr 1fr 40px;gap:8px;padding:8px 16px;align-items:center;border-bottom:1px solid #F1F5F9}.line-items .line-item-row:last-child{border-bottom:none}.line-items .line-item-row input,.line-items .line-item-row select{padding:4px 8px;border:1px solid #E2E8F0;border-radius:4px;font-size:.875rem;width:100%}.line-items .line-item-row input:focus,.line-items .line-item-row select:focus{outline:none;border-color:#3b82f6}.line-items .line-item-row .remove-btn{color:#ef4444;cursor:pointer;display:flex;align-items:center;justify-content:center}.line-items .line-item-row .remove-btn:hover{color:#b91c1c}.pagination{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-top:1px solid #E2E8F0;font-size:.875rem;color:#475569}.pagination .page-buttons{display:flex;gap:4px}.pagination .page-buttons button{width:32px;height:32px;border-radius:8px;border:1px solid #E2E8F0;background:#fff;font-size:.875rem;cursor:pointer;transition:all .15s}.pagination .page-buttons button:hover:not(:disabled){background:#f8fafc}.pagination .page-buttons button.active{background:#2563eb;color:#fff;border-color:#2563eb}.pagination .page-buttons button:disabled{opacity:.4;cursor:not-allowed}@media (max-width: 768px){.app-shell{grid-template-columns:0 1fr}.app-shell.sidebar-open{grid-template-columns:260px 1fr}.form-grid{grid-template-columns:1fr}.stat-grid{grid-template-columns:repeat(2,1fr)}.main-content{padding:16px}}@media print{.app-shell .sidebar,.app-shell .top-nav,.page-header .page-actions,.btn:not(.btn-print){display:none!important}.invoice-print-area{width:100%;max-width:210mm;margin:0 auto;padding:20mm;font-size:12pt}}
