*{margin:0;padding:0;box-sizing:border-box}body{background-color:#fafafa;color:#1c1c1e;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,system-ui,sans-serif;min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;color:#1c1c1e}h1{font-size:1.5rem;line-height:2rem}h2{font-size:1.25rem;line-height:1.75rem}h3{font-size:1.125rem;line-height:1.75rem}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.h-full{height:100%}.w-full{width:100%}.w-64{width:16rem}.w-16{width:4rem}.w-10{width:2.5rem}.w-8{width:2rem}.w-6{width:1.5rem}.w-5{width:1.25rem}.w-4{width:1rem}.w-3{width:.75rem}.w-2{width:.5rem}.h-16{height:4rem}.h-10{height:2.5rem}.h-8{height:2rem}.h-6{height:1.5rem}.h-5{height:1.25rem}.h-4{height:1rem}.h-3{height:.75rem}.h-2{height:.5rem}.flex{display:flex}.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.space-x-2>*+*{margin-left:.5rem}.space-x-3>*+*{margin-left:.75rem}.space-x-4>*+*{margin-left:1rem}.space-x-6>*+*{margin-left:1.5rem}.space-y-1>*+*{margin-top:.25rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pl-10{padding-left:2.5rem}.m-2{margin:.5rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-y-0{top:0;bottom:0}.inset-0{inset:0}.left-0{left:0}.left-3{left:.75rem}.top-1\/2{top:50%}.right-0{right:0}.-top-1{top:-.25rem}.-right-1{right:-.25rem}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-x-auto{overflow-x:auto}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translateY(-50%)}.block{display:block}.inline-flex{display:inline-flex}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.text-white{color:#fff}.text-gray-900{color:#1c1c1e}.text-gray-700{color:#636366}.text-gray-600{color:#8e8e93}.text-gray-500{color:#aeaeb2}.text-gray-400{color:#c7c7cc}.text-red-600{color:#ff3b30}.text-red-700{color:#cc2e24}.text-green-600{color:#34c759}.text-green-700{color:#2b8a3e}.text-blue-600{color:#007aff}.text-orange-600{color:#ff9500}.bg-white{background-color:#fff}.bg-gray-50{background-color:#fafafa}.bg-gray-100{background-color:#f5f5f7}.bg-gray-200{background-color:#e5e5ea}.bg-red-50{background-color:#fff5f5}.bg-red-100{background-color:#ffebee}.bg-orange-100{background-color:#ffefcc}.bg-blue-50{background-color:#ebf4ff}.bg-green-100{background-color:#e8f5e8}.bg-amber-50{background-color:#fffbeb}.bg-apple-blue{background-color:#007aff}.bg-apple-green{background-color:#34c759}.bg-apple-red{background-color:#ff3b30}.bg-apple-orange{background-color:#ff9500}.bg-apple-purple{background-color:#af52de}.text-apple-blue{color:#007aff}.text-apple-green{color:#34c759}.text-apple-red{color:#ff3b30}.text-apple-orange{color:#ff9500}.text-apple-purple{color:#af52de}.border{border:1px solid}.border-t{border-top:1px solid}.border-b{border-bottom:1px solid}.border-r{border-right:1px solid}.border-gray-200{border-color:#e5e5ea}.border-gray-300{border-color:#d1d1d6}.border-red-200{border-color:#ffcccb}.border-orange-200{border-color:#ffd4a3}.rounded-lg{border-radius:8px}.rounded-xl{border-radius:12px}.rounded-2xl{border-radius:16px}.rounded-full{border-radius:9999px}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.hover\\:bg-gray-100:hover{background-color:#f5f5f7}.hover\\:bg-gray-200:hover{background-color:#e5e5ea}.hover\\:bg-gray-50:hover{background-color:#fafafa}.hover\\:text-gray-900:hover{color:#1c1c1e}.hover\\:text-gray-800:hover{color:#48484a}.hover\\:text-blue-600:hover{color:#007aff}.hover\\:text-red-600:hover{color:#ff3b30}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}@media (min-width: 768px){.md\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1024px){.lg\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.ml-64{margin-left:16rem}.ml-16{margin-left:4rem}.card{background-color:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000000d;border:1px solid rgba(229,229,234,.5)}.card-padding{padding:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s ease-in-out;outline:none;border:none;cursor:pointer;text-decoration:none}.btn:focus{box-shadow:0 0 0 2px #007aff80}.btn-primary{background-color:#007aff;color:#fff}.btn-primary:hover{background-color:#0056cc}.btn-secondary{background-color:#f5f5f7;color:#1c1c1e}.btn-secondary:hover{background-color:#e5e5ea}.btn-danger{background-color:#ff3b30;color:#fff}.btn-danger:hover{background-color:#cc2e24}.input{display:block;width:100%;border-radius:12px;border:1px solid #D1D1D6;padding:.75rem;font-size:.875rem;color:#1c1c1e;background-color:#fff}.input::placeholder{color:#aeaeb2}.input:focus{border-color:#007aff;box-shadow:0 0 0 1px #007aff;outline:none}.stat-card{background-color:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000000d;border:1px solid rgba(229,229,234,.5);padding:1.5rem}.stat-value{font-size:1.5rem;font-weight:600;color:#1c1c1e}.stat-label{font-size:.875rem;color:#8e8e93}.stat-trend{font-size:.75rem;font-weight:500}.stat-trend-up{color:#34c759}.stat-trend-down{color:#ff3b30}.shadow-apple-lg{box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #0000000d}.uppercase{text-transform:uppercase}.tracking-wide{letter-spacing:.025em}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.min-w-0{min-width:0px}.cursor-pointer{cursor:pointer}.underline{text-decoration-line:underline}.min-w-full{min-width:100%}.divide-y>:not([hidden])~:not([hidden]){border-top-width:1px;border-color:#e5e5ea}.divide-gray-200>:not([hidden])~:not([hidden]){border-color:#e5e5ea}.whitespace-nowrap{white-space:nowrap}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.max-w-md{max-width:28rem}.max-w-280{max-width:280px}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.flex-shrink-0{flex-shrink:0}.flex-wrap{flex-wrap:wrap}.w-32{width:8rem}.w-12{width:3rem}.w-48{width:12rem}.w-80{width:20rem}.mx-auto{margin-left:auto;margin-right:auto}.bg-opacity-50{background-color:#00000080}.hidden{display:none}@media (min-width: 1024px){.lg\\:ml-64{margin-left:16rem}}
