.flex{display:flex}.flexCol{display:flex;flex-direction:column}.flexRow{display:flex;flex-direction:row}.flexCenter{display:flex;justify-content:center;align-items:center}.flexBetween{display:flex;justify-content:space-between;align-items:center}.flexEnd{display:flex;justify-content:flex-end;align-items:center}.flexStart{display:flex;justify-content:flex-start;align-items:center}.itemsCenter{align-items:center}.itemsStart{align-items:flex-start}.itemsEnd{align-items:flex-end}.justifyCenter{justify-content:center}.justifyBetween{justify-content:space-between}.justifyEnd{justify-content:flex-end}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset0{inset:0}.block{display:block}.inlineBlock{display:inline-block}.inline{display:inline}.inlineFlex{display:inline-flex}.hidden{display:none}.w100{width:100%}.w50{width:50%}.wAuto{width:auto}.h100{height:100%}.hAuto{height:auto}.maxW500{max-width:500px}.maxH90vh{max-height:90vh}.p0{padding:0}.p1{padding:.25rem}.p2{padding:.5rem}.p3{padding:.75rem}.p4{padding:1rem}.p5{padding:1.25rem}.p6{padding:1.5rem}.p8{padding:2rem}.px2{padding-left:.5rem;padding-right:.5rem}.px3{padding-left:.75rem;padding-right:.75rem}.px4{padding-left:1rem;padding-right:1rem}.px6{padding-left:1.5rem;padding-right:1.5rem}.py1{padding-top:.25rem;padding-bottom:.25rem}.py2{padding-top:.5rem;padding-bottom:.5rem}.py3{padding-top:.75rem;padding-bottom:.75rem}.m0{margin:0}.m1{margin:.25rem}.m2{margin:.5rem}.m3{margin:.75rem}.m4{margin:1rem}.m6{margin:1.5rem}.mb0{margin-bottom:0}.mb1{margin-bottom:.25rem}.mb2{margin-bottom:.5rem}.mb4{margin-bottom:1rem}.mt4{margin-top:1rem}.mr2{margin-right:.5rem}.gap1{gap:.25rem}.gap2{gap:.5rem}.gap3{gap:.75rem}.gap4{gap:1rem}.gap6{gap:1.5rem}.rounded{border-radius:.25rem}.roundedMd{border-radius:.375rem}.roundedLg{border-radius:.5rem}.roundedFull{border-radius:999px}.rounded0{border-radius:0}.border{border:1px solid #e5e7eb}.borderB{border-bottom:1px solid #e5e7eb}.borderT{border-top:1px solid #e5e7eb}.borderNone{border:none}.textXs{font-size:.75rem}.textSm{font-size:.875rem}.textBase{font-size:1rem}.textLg{font-size:1.125rem}.textXl{font-size:1.25rem}.fontNormal{font-weight:400}.fontMedium{font-weight:500}.fontSemibold{font-weight:600}.fontBold{font-weight:700}.textCenter{text-align:center}.textLeft{text-align:left}.textRight{text-align:right}.textGray900{color:#111827}.textGray700{color:#374151}.textGray600{color:#4b5563}.textGray500{color:#6b7280}.textGray400{color:#9ca3af}.textWhite{color:#fff}.textBlue600{color:#2563eb}.textGreen600{color:#059669}.textRed600{color:#dc2626}.textYellow600{color:#d97706}.textPurple600{color:#7c3aed}.bgWhite{background-color:#fff}.bgGray50{background-color:#f9fafb}.bgGray100{background-color:#f3f4f6}.bgGray200{background-color:#e5e7eb}.bgTransparent{background-color:transparent}.bgBlue600{background-color:#2563eb}.bgGreen600{background-color:#059669}.bgRed600{background-color:#dc2626}.bgYellow600{background-color:#d97706}.bgSuccess{background-color:#ecfdf5}.bgError{background-color:#fef2f2}.bgWarning{background-color:#fffbeb}.bgInfo{background-color:#eff6ff}.shadow{box-shadow:0 1px 3px #0000001a}.shadowLg{box-shadow:0 10px 15px -3px #0000001a}.shadowXl{box-shadow:0 20px 25px -5px #0000001a}.shadowNone{box-shadow:none}.backdropBlur{backdrop-filter:blur(4px)}.cursorPointer{cursor:pointer}.cursorNotAllowed{cursor:not-allowed}.cursorAuto{cursor:auto}.transition{transition:all .2s}.transitionColors{transition:color .2s,background-color .2s,border-color .2s}.z10{z-index:10}.z20{z-index:20}.z50{z-index:50}.z100{z-index:100}.overflowHidden{overflow:hidden}.overflowScroll{overflow:scroll}.overflowAuto{overflow:auto}.overflowXScroll{overflow-x:scroll}.overflowYAuto{overflow-y:auto}.opacity0{opacity:0}.opacity50{opacity:.5}.opacity70{opacity:.7}.opacity100{opacity:1}.flexShrink0{flex-shrink:0}.flexGrow{flex-grow:1}.h8{height:2rem}.h10{height:2.5rem}.h12{height:3rem}.overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;backdrop-filter:blur(4px)}.card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.linkText{text-decoration:none}
