:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--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-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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(to right, #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-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) 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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{box-sizing:border-box}html{line-height:1.6;-webkit-text-size-adjust:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif}body{margin:0;padding:0;background-color:#fff;color:#03396c;font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dark body{background-color:#111827;color:#f9fafb}h1,h2,h3,h4,h5,h6{color:#011f4b;font-weight:600;line-height:1.2;margin:0 0 1rem}.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6{color:#f9fafb}a{color:#3066be;text-decoration:none;transition:color .2s ease}a:hover{color:#005b96}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}::-webkit-scrollbar-thumb{background:#b3cde0;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#005b96}.dark ::-webkit-scrollbar-track{background:#374151}.dark ::-webkit-scrollbar-thumb{background:#6b7280}.dark ::-webkit-scrollbar-thumb:hover{background:#9ca3af}}@layer components{.btn-wyni-primary{@apply bg-primary-600 text-white border-primary-600 hover:bg-primary-700 hover:border-primary-700 focus:bg-primary-700 focus:border-primary-700 transition-all duration-200 rounded-wyni;}.btn-wyni-secondary{@apply bg-secondary-500 text-white border-secondary-500 hover:bg-secondary-600 hover:border-secondary-600 transition-all duration-200 rounded-wyni;}.btn-wyni-outline{@apply bg-transparent text-primary-600 border-primary-600 hover:bg-primary-50 hover:text-primary-700 hover:border-primary-700 transition-all duration-200 rounded-wyni;}.card-wyni{@apply bg-white rounded-lg shadow-wyni border border-gray-200 p-6;}.dark .card-wyni{@apply bg-gray-800 border-gray-700;}.input-wyni{@apply border border-gray-300 rounded-wyni px-3 py-2 focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-primary-500 transition-all duration-200;}.dark .input-wyni{@apply bg-gray-700 border-gray-600 text-white;}.sidebar-wyni{@apply bg-white shadow-lg border-r border-gray-200;}.dark .sidebar-wyni{@apply bg-gray-800 border-gray-700;}.header-wyni{@apply bg-white shadow-sm border-b border-gray-200;}.dark .header-wyni{@apply bg-gray-800 border-gray-700;}.table-wyni{@apply w-full border-collapse;}.table-wyni th{@apply bg-gray-50 text-left font-semibold text-gray-700 p-4 border-b border-gray-200;}.table-wyni td{@apply p-4 border-b border-gray-100 text-gray-600;}.dark .table-wyni th{@apply bg-gray-700 text-gray-200 border-gray-600;}.dark .table-wyni td{@apply text-gray-300 border-gray-600;}.status-active{@apply bg-green-100 text-green-800 px-2 py-1 rounded-full text-xs font-medium;}.status-inactive{@apply bg-gray-100 text-gray-800 px-2 py-1 rounded-full text-xs font-medium;}.status-pending{@apply bg-yellow-100 text-yellow-800 px-2 py-1 rounded-full text-xs font-medium;}.status-error{@apply bg-red-100 text-red-800 px-2 py-1 rounded-full text-xs font-medium;}.dark .status-active{@apply bg-green-800 text-green-200;}.dark .status-inactive{@apply bg-gray-600 text-gray-200;}.dark .status-pending{@apply bg-yellow-800 text-yellow-200;}.dark .status-error{@apply bg-red-800 text-red-200;}.loading-spinner{@apply animate-spin rounded-full border-t-2 border-b-2 border-primary-600;}.fade-in{@apply animate-fade-in;}.slide-up{@apply animate-slide-up;}.mobile-hidden{@apply hidden md:block;}.desktop-hidden{@apply block md:hidden;}}@layer utilities{.text-ellipsis{@apply truncate;}.text-gradient-wyni{background:linear-gradient(135deg,#005b96,#3066be);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bg-gradient-wyni{@apply bg-gradient-to-br from-primary-600 to-primary-800;}.shadow-wyni-sm{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.shadow-wyni-md{box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.shadow-wyni-lg{box-shadow:0 6px 12px -2px #0000001f,0 12px 24px #00000014,0 18px 42px 12px #0000000d}.border-wyni{@apply border-primary-200;}.dark .border-wyni{@apply border-gray-600;}.focus-wyni{@apply focus:outline-none focus:ring-2 focus:ring-primary-500 focus:ring-offset-2;}.dark .focus-wyni{@apply focus:ring-offset-gray-800;}}.ant-layout{background:transparent!important}.ant-layout-header{padding:0 24px!important;height:64px!important;line-height:64px!important}.ant-layout-sider{box-shadow:2px 0 8px #1d23290d!important}.ant-menu{border-right:none!important}.ant-menu-item:hover{background-color:#f0f9ff!important}.ant-menu-item-selected{background-color:#e6f4ff!important}.ant-table-thead>tr>th{background-color:#fafafa!important;font-weight:600!important;color:#374151!important}.ant-table-tbody>tr:hover>td{background-color:#f8fafc!important}.dark .ant-layout{background:#111827!important}.dark .ant-layout-header{background:#1f2937!important;border-bottom:1px solid #374151!important}.dark .ant-layout-sider{background:#1f2937!important}.dark .ant-menu{background:#1f2937!important;color:#f9fafb!important}.dark .ant-menu-item{color:#d1d5db!important}.dark .ant-menu-item:hover{background-color:#374151!important;color:#f9fafb!important}.dark .ant-menu-item-selected{background-color:#3b82f6!important;color:#fff!important}@media (max-width: 768px){.ant-layout-header{padding:0 16px!important}.card-wyni{@apply p-4;}}@media print{.no-print{display:none!important}.print-break{page-break-after:always}.print-avoid-break{page-break-inside:avoid}}.ant-btn{color:#011f4b!important;border-color:#d9d9d9!important}.ant-btn:hover{color:#005b96!important;background-color:#f5f5f5!important;border-color:#005b96!important}.ant-btn:focus{color:#005b96!important;background-color:#f5f5f5!important;border-color:#005b96!important}.ant-btn-primary{background-color:#005b96!important;border-color:#005b96!important;color:#fff!important}.ant-btn-primary:hover{background-color:#3066be!important;border-color:#3066be!important;color:#fff!important}.ant-btn-primary:focus{background-color:#3066be!important;border-color:#3066be!important;color:#fff!important}.ant-btn-primary:active{background-color:#03396c!important;border-color:#03396c!important;color:#fff!important}.ant-btn-text{color:#011f4b!important}.ant-btn-text:hover{color:#005b96!important;background-color:#f5f5f5!important}.ant-btn-text:focus{color:#005b96!important;background-color:#f5f5f5!important}.ant-btn-link{color:#005b96!important}.ant-btn-link:hover{color:#3066be!important}.ant-btn-link:focus{color:#3066be!important}.ant-menu-dark .ant-menu-item{color:#fff!important}.ant-menu-dark .ant-menu-item:hover{color:#fff!important;background-color:#3066be!important}.ant-menu-dark .ant-menu-item-selected{color:#fff!important;background-color:#005b96!important}.ant-menu-dark .ant-menu-submenu-title{color:#fff!important}.ant-menu-dark .ant-menu-submenu-title:hover{color:#fff!important;background-color:#3066be!important}.ant-card-hoverable:hover{box-shadow:0 4px 12px #005b9626!important;border-color:#005b96!important}.ant-typography,.ant-typography h1,.ant-typography h2,.ant-typography h3,.ant-typography h4,.ant-typography h5,.ant-typography h6{color:#011f4b!important}.ant-table-tbody>tr:hover>td{background-color:#f5f5f5!important}.ant-input:focus,.ant-input-focused{border-color:#005b96!important;box-shadow:0 0 0 2px #005b9633!important}.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:#005b96!important}.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector{border-color:#005b96!important;box-shadow:0 0 0 2px #005b9633!important}.ant-progress-bg{background-color:#005b96!important}.ant-tag{border-color:#d9d9d9!important}.ant-statistic-content{color:#011f4b!important}.ant-drawer-header,.ant-modal-header{border-bottom:1px solid #f0f0f0!important}.quick-action-card{transition:all .3s ease!important}.quick-action-card:hover{transform:translateY(-2px)!important;box-shadow:0 4px 12px #005b9626!important}.wyni-primary{color:#005b96!important}.wyni-primary-hover{color:#3066be!important}.wyni-primary-active{color:#03396c!important}.wyni-text{color:#011f4b!important}.wyni-text-secondary{color:#03396c!important}.wyni-text-tertiary{color:#005b96!important}.wyni-bg-primary{background-color:#005b96!important}.wyni-bg-primary-hover{background-color:#3066be!important}.wyni-bg-primary-active{background-color:#03396c!important}.wyni-bg-light{background-color:#f5f5f5!important}@media (max-width: 768px){.ant-layout-header{padding:0 12px!important}.ant-layout-content{margin:12px 8px!important;padding:12px!important}.ant-typography h1{font-size:20px!important}.ant-typography h2{font-size:18px!important}.ant-typography h3{font-size:16px!important}.ant-typography h4{font-size:14px!important}.ant-table-wrapper{overflow-x:auto!important}.ant-table{min-width:500px!important}.ant-table-thead>tr>th{padding:8px 4px!important;font-size:12px!important}.ant-table-tbody>tr>td{padding:8px 4px!important;font-size:12px!important}.ant-card{margin-bottom:12px!important}.ant-card-body{padding:16px!important}.ant-card-head{padding:0 16px!important;min-height:48px!important}.ant-card-head-title{font-size:14px!important}.ant-form-item{margin-bottom:16px!important}.ant-form-item-label>label{font-size:14px!important}.ant-btn{height:36px!important;font-size:14px!important;margin-bottom:8px!important;margin-right:8px!important}.ant-btn-sm{height:28px!important;font-size:12px!important;padding:0 8px!important}.ant-space,.ant-space-vertical{width:100%!important}.ant-space-item{margin-bottom:8px!important}.ant-layout-header .ant-space.ant-space-horizontal{height:100%!important;justify-content:end!important;width:auto!important}.ant-layout-header .ant-space-item{margin-bottom:0!important}.ant-layout-header .ant-input{height:100%!important}.mobile-data-list .ant-input-search{width:100%!important}.mobile-data-list .ant-input-search .ant-input-group{display:flex!important;width:100%!important}.mobile-data-list .ant-input-search .ant-input-group .ant-input-affix-wrapper{flex:1!important;width:auto!important;height:40px!important;border-radius:8px 0 0 8px!important}.mobile-data-list .ant-input-search .ant-input-group .ant-input-group-addon{width:auto!important;flex-shrink:0!important}.mobile-data-list .ant-input-search .ant-input-group .ant-input-group-addon .ant-btn{height:40px!important;width:40px!important;border-radius:0 8px 8px 0!important}.mobile-data-list .ant-input-search .ant-input{height:100%!important}.ant-statistic{text-align:center!important}.ant-statistic-content{font-size:20px!important}.ant-statistic-title{font-size:12px!important}.ant-modal{margin:10px!important;max-width:calc(100vw - 20px)!important;top:20px!important}.ant-modal-content{border-radius:8px!important}.ant-modal-header,.ant-modal-body{padding:16px!important}.ant-modal-footer{padding:16px!important;text-align:center!important}.ant-drawer-body{padding:12px!important}.ant-input,.ant-select-selector,.ant-picker{height:36px!important;font-size:14px!important}.ant-tabs-nav{margin-bottom:16px!important}.ant-tabs-tab{padding:8px 12px!important;font-size:12px!important}.ant-tabs-tabpane{padding:12px 0!important}.ant-row{margin-left:-4px!important;margin-right:-4px!important}.ant-col{padding-left:4px!important;padding-right:4px!important}.ant-progress{margin-bottom:12px!important}.ant-list-item{padding:8px 0!important}.ant-list-item-meta-title{font-size:14px!important}.ant-list-item-meta-description{font-size:12px!important}.ant-dropdown-menu{max-height:60vh!important;overflow-y:auto!important}.ant-pagination{text-align:center!important;margin-top:16px!important}.ant-pagination-item{margin-right:4px!important}.ant-avatar{width:32px!important;height:32px!important;line-height:32px!important;font-size:12px!important}.ant-badge{font-size:10px!important}.mobile-hidden{display:none!important}.mobile-stack{flex-direction:column!important}.mobile-full-width{width:100%!important}.mobile-center{text-align:center!important}.mobile-small-text{font-size:12px!important}}@media (max-width: 480px){.ant-layout-content{margin:8px 4px!important;padding:8px!important}.ant-card-body{padding:12px!important}.ant-btn{height:32px!important;font-size:12px!important;padding:0 8px!important}.ant-input,.ant-select-selector{font-size:14px!important}.ant-table-column-hidden-mobile{display:none!important}}.mobile-data-card{touch-action:pan-y;user-select:none;-webkit-user-select:none}.mobile-data-card:active{transform:scale(.98);transition:transform .1s ease}.mobile-data-list{background-color:#f5f5f5;min-height:100vh}.mobile-action-sheet-item:active{background-color:#f5f5f5!important}.swipeable-card-container{overflow:hidden;touch-action:pan-y}.mobile-filter-panel{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -4px 12px #00000026;z-index:1000;max-height:70vh;overflow-y:auto}.mobile-refresh-indicator{display:flex;justify-content:center;align-items:center;padding:16px;color:#1890ff}@media (max-width: 768px){.mobile-touch-target{min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}.mobile-data-card:hover{box-shadow:0 2px 8px #00000014}.swipe-action-delete{background-color:#ff4d4f}.swipe-action-edit{background-color:#1890ff}.swipe-action-view{background-color:#52c41a}.ant-drawer-bottom .ant-drawer-content{border-radius:16px 16px 0 0}.mobile-form-fullscreen .ant-modal-content{border-radius:0;height:100vh;max-height:100vh}.mobile-status-tag{padding:4px 12px;font-size:13px;border-radius:12px}.mobile-card-field{margin-bottom:8px}.mobile-card-field-label{font-size:11px;color:#8c8c8c;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.mobile-card-field-value{font-size:14px;color:#262626}.mobile-empty-state{padding:48px 24px;text-align:center}.mobile-loading{display:flex;justify-content:center;align-items:center;min-height:200px}.mobile-safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}.mobile-safe-area-top{padding-top:env(safe-area-inset-top)}}
