:root{--cc-red: #D20A33;--cc-red-hover: #b91c1c;--cc-gray-100: #f2f3f5;--cc-gray-200: #e9ecef;--cc-gray-300: #dee2e6;--cc-gray-500: #adb5bd;--cc-gray-600: #6c757d;--cc-gray-700: #495057}html{font-family:Roboto,sans-serif}body{font-family:Roboto,sans-serif;background-color:var(--cc-gray-100);color:#000;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:Roboto Condensed,sans-serif;font-weight:700}.min-h-screen{min-height:100vh}.max-w-6xl{max-width:72rem}.mx-auto{margin-left:auto;margin-right:auto}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.space-y-6>*+*{margin-top:1.5rem}.cc-header{background-color:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--cc-gray-200);position:sticky;top:0;z-index:10}.flex{display:flex}.items-center{align-items:center}.gap-2{gap:.5rem}.cc-logo{height:3rem;width:auto}.text-2xl{font-size:1.5rem;line-height:2rem}.font-roboto-condensed{font-family:Roboto Condensed,sans-serif}.text-sm{font-size:.875rem;line-height:1.25rem}.cc-button-primary{background-color:var(--cc-red);color:#fff;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:background-color .2s;border:none;cursor:pointer;text-decoration:none;display:inline-block}.cc-button-primary:hover{background-color:var(--cc-red-hover)}.cc-button-secondary{background-color:var(--cc-gray-200);color:#000;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:background-color .2s;border:1px solid var(--cc-gray-300);cursor:pointer;text-decoration:none;display:inline-block}.cc-button-secondary:hover{background-color:var(--cc-gray-300)}.cc-card{background-color:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid var(--cc-gray-200);padding:1.5rem}.cc-card-header{padding-bottom:.5rem}.cc-card-title{font-size:1.25rem;font-weight:600;display:flex;align-items:center;gap:.5rem;font-family:Roboto Condensed,sans-serif}.cc-card-content{font-size:1.5rem;font-weight:600}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}@media (min-width: 768px){.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex{display:flex}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}}@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:col-span-2{grid-column:span 2 / span 2}}@media (max-width: 767px){.hidden{display:none}}.cc-tabs{width:100%}.cc-tabs-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem;background-color:var(--cc-gray-200);border-radius:1rem;padding:.25rem}@media (min-width: 480px){.cc-tabs-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}}@media (min-width: 640px){.cc-tabs-list{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 768px){.cc-tabs-list{grid-template-columns:repeat(7,minmax(0,1fr))}}.cc-tab{padding:.5rem .75rem;border-radius:.75rem;font-family:Roboto Condensed,sans-serif;border:none;cursor:pointer;transition:all .2s;font-size:.75rem;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 480px){.cc-tab{padding:.5rem 1rem;font-size:.875rem}}.cc-tab-active{background-color:var(--cc-red);color:#fff;box-shadow:0 1px 3px #0000001a}.cc-tab-inactive{background-color:var(--cc-gray-100);color:var(--cc-gray-700)}.cc-tab-inactive:hover{background-color:var(--cc-gray-200)}.w-5{width:1.25rem}.h-5{height:1.25rem}.cc-footer{border-top:1px solid var(--cc-gray-200);background-color:#fff}.cc-footer-content{max-width:72rem;margin-left:auto;margin-right:auto;padding:1rem 1rem 1.5rem;font-size:.875rem;color:var(--cc-gray-500)}.text-center{text-align:center}.flex-1{flex:1 1 0%}.min-w-0{min-width:0px}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bg-red-50{background-color:#fef2f2}.border-red-200{border-color:#fecaca}.text-red-800{color:#991b1b}.text-red-600{color:#dc2626}.bg-blue-50{background-color:#eff6ff}.text-blue-800{color:#1e40af}.text-blue-700{color:#1d4ed8}.border-blue-200{border-color:#bfdbfe}.border-blue-300{border-color:#93c5fd}.hover\:bg-blue-100:hover{background-color:#dbeafe}.bg-gray-50{background-color:#f9fafb}.text-gray-500{color:var(--cc-gray-500)}.text-gray-700{color:var(--cc-gray-700)}.text-gray-600{color:var(--cc-gray-600)}.border-gray-200{border-color:var(--cc-gray-200)}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.p-4{padding:1rem}.p-3{padding:.75rem}.p-2{padding:.5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mt-4{margin-top:1rem}.mt-3{margin-top:.75rem}.mt-2{margin-top:.5rem}.mt-1{margin-top:.25rem}.pt-3{padding-top:.75rem}.pt-2{padding-top:.5rem}.border-t{border-top-width:1px}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.list-disc{list-style-type:disc}.pl-6{padding-left:1.5rem}.h-12{height:3rem}.flex-col{flex-direction:column}.items-stretch{align-items:stretch}.gap-3{gap:.75rem}@media (min-width: 768px){.md\:flex-row{flex-direction:row}}.text-xs{font-size:.75rem;line-height:1rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.capitalize{text-transform:capitalize}.justify-between{justify-content:space-between}.shrink-0{flex-shrink:0}.hidden{display:none}@media (min-width: 768px){.md\:hidden{display:none}}.text-emerald-700{color:#047857}.text-rose-700{color:#be123c}.text-cc-red-500{color:var(--cc-red)}.text-green-600{color:#16a34a}.text-green-700{color:#15803d}.bg-green-50{background-color:#f0fdf4}.cc-input{height:2rem;width:6rem;border:1px solid var(--cc-gray-300);border-radius:.375rem;padding:.25rem .5rem;font-size:.875rem}.cc-input:focus{outline:none;border-color:var(--cc-red);box-shadow:0 0 0 3px #d20a331a}
