@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;line-height:1.5;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#0f172a;background-color:#f8fafc;min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.25;color:#0f172a}h1{font-size:2.25rem;font-weight:700;line-height:1.25;color:#0f172a}h2{font-size:1.875rem;font-weight:600;line-height:1.25;color:#0f172a}h3{font-size:1.5rem;font-weight:600;line-height:1.25;color:#1e293b}p{margin:0;font-size:1rem;font-weight:400;line-height:1.5;color:#475569}a{color:#6366f1;text-decoration:none;transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1)}a:hover{color:#4f46e5}a:focus{outline:2px solid #6366f1;outline-offset:2px;border-radius:.25rem}ul,ol{margin:0;padding:0;list-style:none}img{max-width:100%;height:auto;display:block}input,textarea,select,button{font-family:inherit;font-size:inherit;line-height:inherit}button{cursor:pointer;border:none;background:none}:focus-visible{outline:2px solid #6366f1;outline-offset:2px;border-radius:.25rem}::selection{background-color:#6366f1;color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:9999px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media(prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}}@media(prefers-contrast: high){:root{--primary-color: #0000ff;--text-color: #000000;--background-color: #ffffff}}.header{background-color:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);position:sticky;top:0;z-index:1020}.header__container{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;padding:1rem 1.5rem}@media(max-width: 639px){.header__container{padding:.75rem 1rem}}.header__brand{display:flex;align-items:center;justify-content:center;gap:.75rem}.header__brand i{font-size:1.5rem;color:#6366f1}.header__brand h1{font-size:1.875rem;font-weight:600;line-height:1.25;color:#0f172a;color:#0f172a}.header__nav{display:flex;align-items:center;justify-content:center;gap:2rem}@media(max-width: 639px){.header__nav{display:none}}.header__user{display:flex;align-items:center;justify-content:center;gap:.75rem}.nav__link{font-size:1rem;font-weight:400;line-height:1.5;color:#475569;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:all 200ms cubic-bezier(0.4, 0, 0.2, 1)}.nav__link:hover{background-color:#f1f5f9;color:#6366f1}.nav__link.active{background-color:#6366f1;color:#fff}.user__avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#6366f1;color:#fff;border-radius:9999px;font-size:1.125rem}.user__name{font-size:1rem;font-weight:400;line-height:1.5;color:#475569;font-weight:500;color:#334155}@media(max-width: 639px){.user__name{display:none}}.main{min-height:calc(100vh - 80px);padding:2rem 0}.main__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(max-width: 639px){.main__container{padding:0 1rem}}.stats{display:grid;grid-template-columns:repeat(1, 1fr);gap:1.5rem}@media(min-width: 640px)and (max-width: 1023px){.stats{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}}@media(min-width: 1024px){.stats{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem}}.stats{margin-bottom:3rem}.stats__card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border:1px solid #e2e8f0;transition:all 200ms cubic-bezier(0.4, 0, 0.2, 1)}.stats__card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transform:translateY(-2px)}.stats__card{padding:1.5rem;display:flex;align-items:center;justify-content:center;gap:1rem;text-align:left;position:relative;overflow:hidden}.stats__card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg, #6366f1, #8b5cf6)}.card__icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg, #6366f1, #8b5cf6);border-radius:.75rem;color:#fff;font-size:1.5rem;flex-shrink:0}.card__content{flex:1}.card__title{font-size:.875rem;font-weight:400;line-height:1.5;color:#64748b;color:#64748b;margin-bottom:.25rem}.card__value{font-size:1.875rem;font-weight:600;line-height:1.25;color:#0f172a;color:#0f172a;margin-bottom:.5rem;font-variant-numeric:tabular-nums}.card__change{font-size:.875rem;font-weight:400;line-height:1.5;color:#64748b;font-weight:500;padding:.25rem .5rem;border-radius:.375rem}.card__change.positive{background-color:rgba(16,185,129,.1);color:#10b981}.card__change.negative{background-color:rgba(239,68,68,.1);color:#ef4444}.charts{margin-bottom:3rem}.chart__container{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border:1px solid #e2e8f0;transition:all 200ms cubic-bezier(0.4, 0, 0.2, 1)}.chart__container:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transform:translateY(-2px)}.chart__container{padding:1.5rem}.chart__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.chart__header h2{font-size:1.875rem;font-weight:600;line-height:1.25;color:#0f172a}.chart__controls{display:flex;align-items:center;justify-content:center;gap:1rem}.chart__content{position:relative;height:400px}.chart__content canvas{width:100% !important;height:100% !important}.tables{margin-bottom:3rem}.table__container{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border:1px solid #e2e8f0;transition:all 200ms cubic-bezier(0.4, 0, 0.2, 1)}.table__container:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transform:translateY(-2px)}.table__container{padding:1.5rem}.table__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.table__header h2{font-size:1.875rem;font-weight:600;line-height:1.25;color:#0f172a}.table__content{overflow-x:auto}.table{width:100%;border-collapse:collapse}.table th{font-size:.875rem;font-weight:400;line-height:1.5;color:#64748b;font-weight:600;color:#64748b;text-align:left;padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;background-color:#f8fafc}.table td{font-size:1rem;font-weight:400;line-height:1.5;color:#475569;padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9}.table tr:hover{background-color:#f8fafc}.user__info{display:flex;align-items:center;justify-content:center;gap:.75rem}.user__avatar--small{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:#e2e8f0;color:#475569;border-radius:9999px;font-size:.875rem}.status{font-size:.875rem;font-weight:400;line-height:1.5;color:#64748b;font-weight:500;padding:.25rem .75rem;border-radius:9999px}.status--success{background-color:rgba(16,185,129,.1);color:#10b981}.status--info{background-color:rgba(59,130,246,.1);color:#3b82f6}.status--warning{background-color:rgba(245,158,11,.1);color:#f59e0b}.status--error{background-color:rgba(239,68,68,.1);color:#ef4444}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1.25;text-decoration:none;cursor:pointer;transition:all 200ms cubic-bezier(0.4, 0, 0.2, 1);user-select:none}.btn:focus{outline:2px solid #6366f1;outline-offset:2px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1.25;text-decoration:none;cursor:pointer;transition:all 200ms cubic-bezier(0.4, 0, 0.2, 1);user-select:none}.btn--primary:focus{outline:2px solid #6366f1;outline-offset:2px}.btn--primary:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background-color:#6366f1;color:#fff}.btn--primary:hover:not(:disabled){background-color:#4f46e5;transform:translateY(-1px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.btn--primary:active{transform:translateY(0)}.btn--secondary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1.25;text-decoration:none;cursor:pointer;transition:all 200ms cubic-bezier(0.4, 0, 0.2, 1);user-select:none}.btn--secondary:focus{outline:2px solid #6366f1;outline-offset:2px}.btn--secondary:disabled{opacity:.5;cursor:not-allowed}.btn--secondary{background-color:#f1f5f9;color:#334155;border:1px solid #cbd5e1}.btn--secondary:hover:not(:disabled){background-color:#e2e8f0;border-color:#94a3b8}.btn--small{padding:.5rem 1rem;font-size:.875rem}.btn--large{padding:1rem 2rem;font-size:1.125rem}.select{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1.25;text-decoration:none;cursor:pointer;transition:all 200ms cubic-bezier(0.4, 0, 0.2, 1);user-select:none}.select:focus{outline:2px solid #6366f1;outline-offset:2px}.select:disabled{opacity:.5;cursor:not-allowed}.select{background-color:#fff;border:1px solid #cbd5e1;color:#334155;padding:.5rem 1rem;cursor:pointer}.select:hover{border-color:#94a3b8}.select:focus{border-color:#6366f1;outline:none}.loading{display:flex;align-items:center;justify-content:center;display:flex;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.9);z-index:1050;gap:1rem}.loading__spinner{width:60px;height:60px;border:6px solid #e2e8f0;border-top:6px solid #6366f1;border-radius:50%;animation:spin 1s linear infinite}.loading p{font-size:1.125rem;font-weight:400;line-height:1.5;color:#334155;color:#475569}@media(max-width: 639px){.stats__card{display:flex;flex-direction:column;text-align:center}.chart__header{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.chart__controls{width:100%;display:flex;align-items:center;justify-content:space-between}}.d-none{display:none !important}.d-block{display:block !important}.d-flex{display:flex !important}.d-grid{display:grid !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.justify-start{justify-content:flex-start !important}.justify-end{justify-content:flex-end !important}.justify-center{justify-content:center !important}.justify-between{justify-content:space-between !important}.justify-around{justify-content:space-around !important}.items-start{align-items:flex-start !important}.items-end{align-items:flex-end !important}.items-center{align-items:center !important}.items-stretch{align-items:stretch !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:.75rem !important}.m-4{margin:1rem !important}.m-5{margin:1.25rem !important}.m-6{margin:1.5rem !important}.m-8{margin:2rem !important}.m-10{margin:2.5rem !important}.m-12{margin:3rem !important}.m-16{margin:4rem !important}.m-20{margin:5rem !important}.m-24{margin:6rem !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:.75rem !important}.mt-4{margin-top:1rem !important}.mt-5{margin-top:1.25rem !important}.mt-6{margin-top:1.5rem !important}.mt-8{margin-top:2rem !important}.mt-10{margin-top:2.5rem !important}.mt-12{margin-top:3rem !important}.mt-16{margin-top:4rem !important}.mt-20{margin-top:5rem !important}.mt-24{margin-top:6rem !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:.75rem !important}.mb-4{margin-bottom:1rem !important}.mb-5{margin-bottom:1.25rem !important}.mb-6{margin-bottom:1.5rem !important}.mb-8{margin-bottom:2rem !important}.mb-10{margin-bottom:2.5rem !important}.mb-12{margin-bottom:3rem !important}.mb-16{margin-bottom:4rem !important}.mb-20{margin-bottom:5rem !important}.mb-24{margin-bottom:6rem !important}.ml-0{margin-left:0 !important}.ml-1{margin-left:.25rem !important}.ml-2{margin-left:.5rem !important}.ml-3{margin-left:.75rem !important}.ml-4{margin-left:1rem !important}.ml-5{margin-left:1.25rem !important}.ml-6{margin-left:1.5rem !important}.ml-8{margin-left:2rem !important}.ml-10{margin-left:2.5rem !important}.ml-12{margin-left:3rem !important}.ml-16{margin-left:4rem !important}.ml-20{margin-left:5rem !important}.ml-24{margin-left:6rem !important}.mr-0{margin-right:0 !important}.mr-1{margin-right:.25rem !important}.mr-2{margin-right:.5rem !important}.mr-3{margin-right:.75rem !important}.mr-4{margin-right:1rem !important}.mr-5{margin-right:1.25rem !important}.mr-6{margin-right:1.5rem !important}.mr-8{margin-right:2rem !important}.mr-10{margin-right:2.5rem !important}.mr-12{margin-right:3rem !important}.mr-16{margin-right:4rem !important}.mr-20{margin-right:5rem !important}.mr-24{margin-right:6rem !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:.75rem !important}.p-4{padding:1rem !important}.p-5{padding:1.25rem !important}.p-6{padding:1.5rem !important}.p-8{padding:2rem !important}.p-10{padding:2.5rem !important}.p-12{padding:3rem !important}.p-16{padding:4rem !important}.p-20{padding:5rem !important}.p-24{padding:6rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:.75rem !important}.pt-4{padding-top:1rem !important}.pt-5{padding-top:1.25rem !important}.pt-6{padding-top:1.5rem !important}.pt-8{padding-top:2rem !important}.pt-10{padding-top:2.5rem !important}.pt-12{padding-top:3rem !important}.pt-16{padding-top:4rem !important}.pt-20{padding-top:5rem !important}.pt-24{padding-top:6rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:.75rem !important}.pb-4{padding-bottom:1rem !important}.pb-5{padding-bottom:1.25rem !important}.pb-6{padding-bottom:1.5rem !important}.pb-8{padding-bottom:2rem !important}.pb-10{padding-bottom:2.5rem !important}.pb-12{padding-bottom:3rem !important}.pb-16{padding-bottom:4rem !important}.pb-20{padding-bottom:5rem !important}.pb-24{padding-bottom:6rem !important}.pl-0{padding-left:0 !important}.pl-1{padding-left:.25rem !important}.pl-2{padding-left:.5rem !important}.pl-3{padding-left:.75rem !important}.pl-4{padding-left:1rem !important}.pl-5{padding-left:1.25rem !important}.pl-6{padding-left:1.5rem !important}.pl-8{padding-left:2rem !important}.pl-10{padding-left:2.5rem !important}.pl-12{padding-left:3rem !important}.pl-16{padding-left:4rem !important}.pl-20{padding-left:5rem !important}.pl-24{padding-left:6rem !important}.pr-0{padding-right:0 !important}.pr-1{padding-right:.25rem !important}.pr-2{padding-right:.5rem !important}.pr-3{padding-right:.75rem !important}.pr-4{padding-right:1rem !important}.pr-5{padding-right:1.25rem !important}.pr-6{padding-right:1.5rem !important}.pr-8{padding-right:2rem !important}.pr-10{padding-right:2.5rem !important}.pr-12{padding-right:3rem !important}.pr-16{padding-right:4rem !important}.pr-20{padding-right:5rem !important}.pr-24{padding-right:6rem !important}.text-left{text-align:left !important}.text-center{text-align:center !important}.text-right{text-align:right !important}.text-justify{text-align:justify !important}.text-xs{font-size:.75rem !important}.text-sm{font-size:.875rem !important}.text-base{font-size:1rem !important}.text-lg{font-size:1.125rem !important}.text-xl{font-size:1.25rem !important}.text-2xl{font-size:1.5rem !important}.text-3xl{font-size:1.875rem !important}.text-4xl{font-size:2.25rem !important}.font-light{font-weight:300 !important}.font-normal{font-weight:400 !important}.font-medium{font-weight:500 !important}.font-semibold{font-weight:600 !important}.font-bold{font-weight:700 !important}.text-primary{color:#6366f1 !important}.text-secondary{color:#64748b !important}.text-success{color:#10b981 !important}.text-warning{color:#f59e0b !important}.text-error{color:#ef4444 !important}.text-info{color:#3b82f6 !important}.text-gray-50{color:#f8fafc !important}.text-gray-100{color:#f1f5f9 !important}.text-gray-200{color:#e2e8f0 !important}.text-gray-300{color:#cbd5e1 !important}.text-gray-400{color:#94a3b8 !important}.text-gray-500{color:#64748b !important}.text-gray-600{color:#475569 !important}.text-gray-700{color:#334155 !important}.text-gray-800{color:#1e293b !important}.text-gray-900{color:#0f172a !important}.text-white{color:#fff !important}.text-black{color:#000 !important}.bg-primary{background-color:#6366f1 !important}.bg-secondary{background-color:#64748b !important}.bg-success{background-color:#10b981 !important}.bg-warning{background-color:#f59e0b !important}.bg-error{background-color:#ef4444 !important}.bg-info{background-color:#3b82f6 !important}.bg-gray-50{background-color:#f8fafc !important}.bg-gray-100{background-color:#f1f5f9 !important}.bg-gray-200{background-color:#e2e8f0 !important}.bg-gray-300{background-color:#cbd5e1 !important}.bg-gray-400{background-color:#94a3b8 !important}.bg-gray-500{background-color:#64748b !important}.bg-gray-600{background-color:#475569 !important}.bg-gray-700{background-color:#334155 !important}.bg-gray-800{background-color:#1e293b !important}.bg-gray-900{background-color:#0f172a !important}.bg-white{background-color:#fff !important}.bg-black{background-color:#000 !important}.border{border:1px solid #cbd5e1 !important}.border-0{border:0 !important}.border-t{border-top:1px solid #cbd5e1 !important}.border-b{border-bottom:1px solid #cbd5e1 !important}.border-l{border-left:1px solid #cbd5e1 !important}.border-r{border-right:1px solid #cbd5e1 !important}.border-primary{border-color:#6366f1 !important}.border-secondary{border-color:#64748b !important}.border-success{border-color:#10b981 !important}.border-warning{border-color:#f59e0b !important}.border-error{border-color:#ef4444 !important}.border-info{border-color:#3b82f6 !important}.rounded-none{border-radius:0 !important}.rounded-sm{border-radius:.25rem !important}.rounded{border-radius:.375rem !important}.rounded-md{border-radius:.375rem !important}.rounded-lg{border-radius:.5rem !important}.rounded-xl{border-radius:.75rem !important}.rounded-2xl{border-radius:1rem !important}.rounded-full{border-radius:9999px !important}.shadow-none{box-shadow:none !important}.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05) !important}.shadow{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important}.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important}.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25) !important}.relative{position:relative !important}.absolute{position:absolute !important}.fixed{position:fixed !important}.sticky{position:sticky !important}.overflow-hidden{overflow:hidden !important}.overflow-auto{overflow:auto !important}.overflow-scroll{overflow:scroll !important}.overflow-visible{overflow:visible !important}.w-auto{width:auto !important}.w-full{width:100% !important}.w-screen{width:100vw !important}.w-1-2{width:50% !important}.w-1-3{width:33.333333% !important}.w-2-3{width:66.666667% !important}.w-1-4{width:25% !important}.w-3-4{width:75% !important}.h-auto{height:auto !important}.h-full{height:100% !important}.h-screen{height:100vh !important}.h-1-2{height:50% !important}.h-1-3{height:33.333333% !important}.h-2-3{height:66.666667% !important}.h-1-4{height:25% !important}.h-3-4{height:75% !important}.animate-fade-in{animation:fadeIn 300ms cubic-bezier(0, 0, 0.2, 1)}.animate-slide-up{animation:slideUp 300ms cubic-bezier(0, 0, 0.2, 1)}.animate-pulse{animation:pulse 1000ms cubic-bezier(0.4, 0, 0.2, 1) infinite}@media(max-width: 639px){.mobile\:hidden{display:none !important}.mobile\:block{display:block !important}.mobile\:flex{display:flex !important}.mobile\:grid{display:grid !important}}@media(min-width: 640px)and (max-width: 1023px){.tablet\:hidden{display:none !important}.tablet\:block{display:block !important}.tablet\:flex{display:flex !important}.tablet\:grid{display:grid !important}}@media(min-width: 1024px){.desktop\:hidden{display:none !important}.desktop\:block{display:block !important}.desktop\:flex{display:flex !important}.desktop\:grid{display:grid !important}}@keyframes countUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200px 0}100%{background-position:calc(200px + 100%) 0}}.skeleton{background:linear-gradient(90deg, #e2e8f0 25%, #f1f5f9 50%, #e2e8f0 75%);background-size:200px 100%;animation:shimmer 1.5s infinite}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:9999px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:9999px;transition:background-color 200ms cubic-bezier(0.4, 0, 0.2, 1)}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media print{.header,.loading,.btn,.chart__controls{display:none !important}.main{padding:0 !important}.stats__card,.chart__container,.table__container{box-shadow:none !important;border:1px solid #cbd5e1 !important;break-inside:avoid}}@media(prefers-contrast: high){:root{--primary-color: #0000ff;--text-color: #000000;--background-color: #ffffff;--border-color: #000000}.card__icon{background:blue !important}.btn--primary{background:blue !important;border:2px solid #000 !important}}@media(prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}.loading__spinner{animation:none !important}}.focus-trap:focus{outline:2px solid #6366f1;outline-offset:2px}.skip-link{position:absolute;top:-40px;left:6px;background:#6366f1;color:#fff;padding:8px;text-decoration:none;border-radius:.375rem;z-index:1070}.skip-link:focus{top:6px}/*# sourceMappingURL=style.css.map */
