@import"https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/variable/woff2/SUIT-Variable.css";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-brand-primary: #FFA400;--color-brand-primary-60: #FFC866;--color-brand-primary-20: #FFEDCC;--color-brand-primary-10: #FFF6E5;--color-brand-primary-dark: #FF8A00;--color-brand-primary-black: #001A28;--color-brand-secondary-black: #001A28;--color-brand-secondary-gray-dark: #334854;--color-brand-secondary-gray: #859198;--color-semantic-danger: #FF5959;--color-semantic-danger-60: #FF9B9B;--color-semantic-danger-10: #FFEEEE;--color-semantic-info: #2494EA;--color-semantic-info-60: #7CBFF2;--color-semantic-info-10: #E9F4FD;--color-semantic-success: #00DD80;--color-semantic-success-40: #99F1CC;--color-semantic-success-10: #E5FCF2;--color-neutral-100: #222222;--color-neutral-80: #444444;--color-neutral-60: #666666;--color-neutral-40: #D9E0E7;--color-neutral-20: #E7EEF1;--color-neutral-10: #F4F6F8;--color-neutral-white: #FFFFFF;--color-overlay-dim: rgba(0, 0, 0, .4);--color-overlay-black-10: rgba(34, 34, 34, .1);--color-overlay-white-30: rgba(255, 255, 255, .3);--gradient-brand-primary: linear-gradient(135deg, #FFA400, #FF8A00);--radius-small: 4px;--radius-medium: 8px;--radius-large: 12px;--radius-x-large: 16px;--radius-xx-large: 24px;--radius-full: 999px;--space-2: 2px;--space-4: 4px;--space-8: 8px;--space-12: 12px;--space-16: 16px;--space-24: 24px;--space-32: 32px;--space-40: 40px;--text-display-size: 32px;--text-display-weight: 700;--text-display-line-height: 1.2;--text-display-letter-spacing: -.02em;--text-heading-large-size: 24px;--text-heading-large-weight: 700;--text-heading-large-line-height: 1.2;--text-heading-large-letter-spacing: -.02em;--text-heading-medium-size: 20px;--text-heading-medium-weight: 600;--text-heading-medium-line-height: 1.3;--text-heading-medium-letter-spacing: -.02em;--text-heading-small-size: 18px;--text-heading-small-weight: 600;--text-heading-small-line-height: 1.3;--text-heading-small-letter-spacing: -.01em;--text-body-large-size: 16px;--text-body-large-weight: 400;--text-body-large-line-height: 1.5;--text-body-large-letter-spacing: -.01em;--text-body-medium-size: 14px;--text-body-medium-weight: 400;--text-body-medium-line-height: 1.5;--text-body-medium-letter-spacing: -.01em;--text-body-small-size: 12px;--text-body-small-weight: 400;--text-body-small-line-height: 1.5;--text-body-small-letter-spacing: 0em;--text-caption-size: 10px;--text-caption-weight: 400;--text-caption-line-height: 1.5;--text-caption-letter-spacing: 0em;--font-size: var(--text-body-large-size);--background: var(--color-neutral-white);--foreground: var(--color-neutral-100);--card: var(--color-neutral-white);--card-foreground: var(--color-neutral-100);--primary: var(--color-brand-primary);--primary-dark: var(--color-brand-primary-dark);--primary-foreground: var(--color-neutral-white);--secondary: var(--color-neutral-10);--secondary-foreground: var(--color-neutral-100);--muted: var(--color-neutral-20);--muted-foreground: var(--color-neutral-60);--border: var(--color-neutral-40);--input-background: var(--color-neutral-10);--destructive: var(--color-semantic-danger);--destructive-foreground: var(--color-neutral-white);--radius: var(--radius-medium);--ring: var(--color-neutral-40)}.dark{--background: #1a1a2e;--foreground: #f5f5f7;--card: #1a1a2e;--card-foreground: #f5f5f7;--primary: #f5f5f7;--primary-foreground: #2a2a3e;--secondary: #2a2a3e;--secondary-foreground: #f5f5f7;--muted: #2a2a3e;--muted-foreground: #b0b0b0;--accent: #2a2a3e;--accent-foreground: #f5f5f7;--destructive: #ff4757;--destructive-foreground: #ff8a8a;--border: #2a2a3e;--input: #2a2a3e;--ring: #666}html{font-size:var(--font-size);font-family:SUIT Variable,SUIT,Noto Sans KR,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;-webkit-text-size-adjust:100%}body{margin:0;background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:inherit}img,video{display:block;max-width:100%;height:auto}svg{display:block}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:none;border:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.grow{flex-grow:1}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.self-end{align-self:flex-end}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.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-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-16{padding-bottom:4rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pl-10{padding-left:2.5rem}.pr-4{padding-right:1rem}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.-ml-2{margin-left:-.5rem}.-mt-1{margin-top:-.25rem}.w-1{width:.25rem}.w-2{width:.5rem}.w-3{width:.75rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-32{width:8rem}.w-full{width:100%}.min-w-0{min-width:0}.max-w-sm{max-width:24rem}.h-3{height:.75rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-32{height:8rem}.h-48{height:12rem}.min-h-screen{min-height:100vh}.text-2xl{font-size:1.5rem;line-height:2rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[11px\]{font-size:11px;line-height:1}.text-\[8px\]{font-size:8px;line-height:1}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-light{font-weight:300}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.whitespace-nowrap{white-space:nowrap}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uppercase{text-transform:uppercase}.line-clamp-1{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.text-white{color:#fff}.text-black{color:#000}.text-gray-400{color:var(--gray-400)}.text-gray-500{color:var(--gray-500)}.text-gray-600{color:var(--gray-600)}.text-gray-700{color:var(--gray-700)}.text-gray-800{color:var(--gray-800)}.text-gray-900{color:var(--gray-900)}.text-orange-500{color:var(--orange-500)}.text-orange-600{color:var(--orange-600)}.text-orange-700{color:var(--orange-700)}.text-blue-500{color:var(--blue-500)}.text-blue-600{color:var(--blue-600)}.text-blue-700{color:var(--blue-700)}.text-green-500{color:var(--green-500)}.text-green-600{color:var(--green-600)}.text-red-500{color:var(--red-500)}.text-red-600{color:var(--red-600)}.text-yellow-500{color:var(--yellow-500)}.bg-white{background-color:#fff}.bg-black{background-color:#000}.bg-transparent{background-color:transparent}.bg-gray-50{background-color:var(--gray-50)}.bg-gray-100{background-color:var(--gray-100)}.bg-gray-200{background-color:var(--gray-200)}.bg-gray-800{background-color:var(--gray-800)}.bg-gray-900{background-color:var(--gray-900)}.bg-orange-50{background-color:var(--orange-50)}.bg-orange-100{background-color:var(--orange-100)}.bg-orange-500{background-color:var(--orange-500)}.bg-orange-600{background-color:var(--orange-600)}.bg-blue-50{background-color:var(--blue-50)}.bg-blue-100{background-color:var(--blue-100)}.bg-blue-500{background-color:var(--blue-500)}.bg-green-50{background-color:var(--green-50)}.bg-green-100{background-color:var(--green-100)}.bg-green-500{background-color:var(--green-500)}.bg-red-50{background-color:var(--red-50)}.bg-red-100{background-color:var(--red-100)}.bg-red-600{background-color:var(--red-600)}.bg-yellow-50{background-color:var(--yellow-50)}.bg-yellow-100{background-color:var(--yellow-100)}.bg-yellow-400{background-color:var(--yellow-400)}.bg-pink-50{background-color:var(--pink-50)}.bg-pink-100{background-color:var(--pink-100)}.bg-black\/50{background-color:#00000080}.bg-black\/40{background-color:#0006}.bg-black\/60{background-color:#0009}.border{border:1px solid var(--border)}.border-b{border-bottom:1px solid var(--border)}.border-t{border-top:1px solid var(--border)}.border-l{border-left:1px solid var(--border)}.border-r{border-right:1px solid var(--border)}.border-2{border-width:2px;border-style:solid}.border-transparent{border-color:transparent}.border-black{border-color:#000}.border-gray-100{border-color:var(--gray-100)}.border-gray-200{border-color:var(--gray-200)}.border-gray-300{border-color:var(--gray-300)}.border-gray-400{border-color:var(--gray-400)}.border-blue-100{border-color:var(--blue-100)}.border-orange-500{border-color:var(--orange-500)}.border-orange-200{border-color:#fed7aa}.border-0{border-width:0}.divide-y>*+*{border-top:1px solid var(--border)}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.top-0{top:0}.top-2{top:.5rem}.top-4{top:1rem}.top-1\/2{top:50%}.bottom-0{bottom:0}.bottom-2{bottom:.5rem}.bottom-4{bottom:1rem}.bottom-16{bottom:4rem}.left-0{left:0}.left-3{left:.75rem}.left-4{left:1rem}.left-1\/2{left:50%}.right-0{right:0}.right-2{right:.5rem}.right-4{right:1rem}.inset-0{inset:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.transform{transform:translate(var(--tw-translate-x, 0),var(--tw-translate-y, 0))}.-translate-x-1\/2{transform:translate(-50%)}.-translate-y-1\/2{transform:translateY(-50%)}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.object-cover{object-fit:cover}.object-contain{object-fit:contain}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.cursor-pointer{cursor:pointer}.transition{transition-property:color,background-color,border-color,opacity,box-shadow,transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.15s}.transition-all{transition-property:all;transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-duration:.15s}.transition-transform{transition-property:transform;transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.animate-spin{animation:spin 1s linear infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-bounce{animation:bounce 1s infinite}.animate-shimmer{animation:shimmer 2s infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.hover\:bg-orange-600:hover{background-color:var(--orange-600)}.hover\:bg-orange-700:hover{background-color:var(--orange-700)}.hover\:bg-gray-100:hover{background-color:var(--gray-100)}.hover\:bg-gray-200:hover{background-color:var(--gray-200)}.hover\:bg-gray-900:hover{background-color:var(--gray-900)}.hover\:bg-blue-600:hover{background-color:var(--blue-600)}.hover\:text-gray-700:hover{color:var(--gray-700)}.hover\:text-orange-600:hover{color:var(--orange-600)}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}input[type=checkbox]{width:1.25rem;height:1.25rem;border:2px solid var(--gray-300);border-radius:.25rem;appearance:none;cursor:pointer}input[type=checkbox]:checked{background-color:#ea580c;border-color:#ea580c;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}.outline-none{outline:none}.focus\:outline-none:focus{outline:none}.focus\:ring-2:focus{box-shadow:0 0 0 2px var(--ring)}.select-none{-webkit-user-select:none;user-select:none}.pointer-events-none{pointer-events:none}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.border-b-2{border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:transparent}.border-b-2.border-orange-500{border-bottom-color:var(--orange-500)}.border-b-2.border-transparent{border-bottom-color:transparent}.border-b-2.border-gray-900{border-bottom-color:var(--gray-900)}.border-b-2.border-black{border-bottom-color:#000}.border-b-2.border-orange-400{border-bottom-color:#fb923c}.last\:border-0:last-child{border:0}.space-y-1>*+*{margin-top:.25rem}.space-y-1\.5>*+*{margin-top:.375rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-x-2>*+*{margin-left:.5rem}.mt-0\.5{margin-top:.125rem}.mb-0\.5{margin-bottom:.125rem}.mb-5{margin-bottom:1.25rem}.gap-2\.5{gap:.625rem}.gap-1\.5{gap:.375rem}.pt-5{padding-top:1.25rem}.pb-5{padding-bottom:1.25rem}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pt-1{padding-top:.25rem}.pl-9{padding-left:2.25rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.w-36{width:9rem}.h-36{height:9rem}.h-14{height:3.5rem}.h-2{height:.5rem}.h-1\.5{height:.375rem}.h-1{height:.25rem}.w-10{width:2.5rem}.w-8{width:2rem}.w-3\.5{width:.875rem}.h-3\.5{height:.875rem}.w-4{width:1rem}.h-4{height:1rem}.shrink-0{flex-shrink:0}.text-emerald-500{color:#10b981}.text-red-500{color:#ef4444}.fill-white{fill:#fff}.stroke-gray-300{stroke:#d1d5db}.line-through{text-decoration:line-through}.text-\[26px\]{font-size:26px}.font-extrabold{font-weight:800}.rounded-3xl{border-radius:1.5rem}.active\:opacity-60:active{opacity:.6}.active\:scale-95:active{transform:scale(.95)}.bg-white\/15{background-color:#ffffff26}.bg-white\/25{background-color:#ffffff40}.text-white\/70{color:#ffffffb3}.text-white\/60{color:#fff9}.text-white\/20{color:#fff3}.border-white\/20{border-color:#fff3}.-mr-2{margin-right:-.5rem}.leading-none{line-height:1}.leading-tight{line-height:1.25}.border-orange-100{border-color:var(--orange-100)}.bg-white-30{background-color:#ffffff4d}.bg-white-10{background-color:#ffffff1a}.shadow-orange-100{box-shadow:0 4px 6px -1px #f973161a,0 2px 4px -2px #f973161a}.bg-\[\#FF6F0F\]{background-color:#ff6f0f}.bg-\[\#E66000\],.hover\:bg-\[\#E66000\]:hover{background-color:#e66000}.hover\:bg-orange-50:hover{background-color:var(--orange-50)}.hover\:text-orange-500:hover{color:var(--orange-500)}.hover\:text-red-500:hover{color:var(--red-500)}.hover\:bg-red-50:hover{background-color:var(--red-50)}.hover\:bg-green-600:hover{background-color:var(--green-600)}.active\:bg-green-700:active{background-color:var(--green-700)}.ring-4{box-shadow:0 0 0 4px var(--orange-500)}.ring-2{box-shadow:0 0 0 2px #86efac}.ring-orange-500{--ring-color: var(--orange-500)}.ring-green-400{--ring-color: #4ade80}.aspect-square{aspect-ratio:1/1}.scale-105{transform:scale(1.05)}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.max-w-4xl{max-width:56rem}.max-h-\[85vh\]{max-height:85vh}.z-\[100\]{z-index:100}.z-\[210\]{z-index:210}.text-\[10px\]{font-size:10px;line-height:1}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.leading-snug{line-height:1.375}.break-words{word-wrap:break-word;overflow-wrap:break-word}.cursor-grab{cursor:grab}.active\:cursor-grabbing:active{cursor:grabbing}.grayscale{filter:grayscale(100%)}.opacity-80{opacity:.8}.hover\:border-orange-400:hover{border-color:#fb923c}.border-green-300{border-color:#86efac}.border-green-400{border-color:#4ade80}.ml-0\.5{margin-left:.125rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.rounded-md{border-radius:.375rem}.hover\:scale-110:hover{transform:scale(1.1)}.text-orange-400{color:#fb923c}.bg-blue-600{background-color:var(--blue-600)}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.bg-green-600,.hover\:bg-green-600:hover{background-color:var(--green-600)}.text-green-700{color:var(--green-700)}.opacity-70{opacity:.7}.mt-1\.5{margin-top:.375rem}.ring-offset-1{--ring-offset: 1px}.ring-offset-2{--ring-offset: 2px}.w-12{width:3rem}.h-12{height:3rem}.pt-24{padding-top:6rem}.gap-0{gap:0}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.h-9{height:2.25rem}.w-9{width:2.25rem}.mb-0{margin-bottom:0}.bg-amber-50{background-color:#fffbeb}.bg-gray-300{background-color:#d1d5db}.bg-gray-400{background-color:#9ca3af}.bg-gray-500{background-color:#6b7280}.bg-gray-700{background-color:#374151}.bg-gray-950{background-color:#030712}.bg-green-700{background-color:#15803d}.bg-orange-700{background-color:#c2410c}.bg-red-500{background-color:#ef4444}.bg-yellow-500{background-color:#eab308}.bg-blue-700{background-color:#1d4ed8}.bg-blue-800{background-color:#1e40af}.border-amber-100{border-color:#fef3c7}.border-gray-50{border-color:#f9fafb}.border-red-100{border-color:#fee2e2}.border-red-200{border-color:#fecaca}.border-yellow-200{border-color:#fef08a}.border-yellow-400{border-color:#facc15}.border-yellow-600{border-color:#ca8a04}.border-orange-300{border-color:#fdba74}.border-orange-600{border-color:#ea580c}.border-l-4{border-left-width:4px;border-left-style:solid}.text-amber-700{color:#b45309}.text-yellow-600{color:#ca8a04}.text-blue-400{color:#60a5fa}.text-blue-700{color:#1d4ed8}.text-orange-300{color:#fdba74}.hover\:bg-yellow-500:hover{background-color:#eab308}.hover\:bg-blue-100:hover{background-color:#dbeafe}.px-7{padding-left:1.75rem;padding-right:1.75rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-12{padding-top:3rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-32{padding-bottom:8rem}.mt-3{margin-top:.75rem}.text-gray-300{color:#d1d5db}.text-green-400{color:#4ade80}.text-red-400{color:#f87171}.text-red-900{color:#7f1d1d}.text-yellow-300{color:#fde047}.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}
