:root{--color-navy:#0b1f3b;--color-blue:#1f4fd8;--color-blue-light:#3b6ff5;--color-blue-50:#eff6ff;--color-blue-100:#f0f5ff;--color-blue-border:#bfdbfe;--color-white:#fff;--color-surface:#fafafa;--color-green:#3bb273;--color-red:#ef4444;--color-red-50:#fff5f5;--color-red-100:#fef2f2;--color-red-200:#fecaca;--color-red-600:#dc2626;--color-success:#10b981;--color-success-dark:#059669;--color-success-600:#16a34a;--color-success-700:#15803d;--color-success-800:#166534;--color-success-50:#f0fdf4;--color-success-border:#bbf7d0;--color-yellow:#fbbf24;--color-amber:#f59e0b;--color-gray-50:#f9fafb;--color-gray-100:#f2f4f7;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--color-white);color:var(--color-navy);font-family:Geist,system-ui,-apple-system,sans-serif;line-height:1.5}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.m-4{margin:1rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mr-4{margin-right:1rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.border{border:1px solid var(--color-gray-300)}.border-gray-200{border-color:var(--color-gray-200)}.bg-white{background-color:var(--color-white)}.bg-gray-100{background-color:var(--color-gray-100)}.text-navy{color:var(--color-navy)}.text-gray-600{color:var(--color-gray-600)}.text-gray-800{color:var(--color-gray-800)}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.cursor-pointer{cursor:pointer}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hover\:bg-gray-100:hover{background-color:var(--color-gray-100)}.hover\:bg-blue:hover{background-color:var(--color-blue)}.hover\:text-white:hover{color:var(--color-white)}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-blue:focus{--tw-ring-color:var(--color-blue)}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.top-0{top:0}.left-0{left:0}.right-0{right:0}.bottom-0{bottom:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.select-none{-webkit-user-select:none;user-select:none}.pointer-events-none{pointer-events:none}
