.ColorPalette-module__XQIvra__container{flex-direction:column;gap:2rem;width:100%;max-width:1000px;margin:0 auto;display:flex}.ColorPalette-module__XQIvra__palette{border-radius:var(--radius-lg);border:1px solid #222;grid-template-columns:repeat(5,1fr);height:300px;display:grid;overflow:hidden;box-shadow:0 20px 40px -10px #00000080}.ColorPalette-module__XQIvra__colorBlock{cursor:pointer;flex-direction:column;justify-content:flex-end;align-items:center;height:100%;padding-bottom:2rem;transition:flex .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.ColorPalette-module__XQIvra__colorBlock:hover{flex:1.5}.ColorPalette-module__XQIvra__colorInfo{border-radius:var(--radius-md);opacity:0;color:#ededed;background:#0a0a0ae6;border:1px solid #333;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem 1rem;font-family:monospace;font-weight:600;transition:all .2s;display:flex;transform:translateY(10px);box-shadow:0 4px 12px #00000080}.ColorPalette-module__XQIvra__colorBlock:hover .ColorPalette-module__XQIvra__colorInfo{opacity:1;transform:translateY(0)}.ColorPalette-module__XQIvra__controls{border-radius:var(--radius-lg);background:#0a0a0a;border:1px solid #222;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.ColorPalette-module__XQIvra__controlRow{flex-wrap:wrap;align-items:flex-end;gap:2rem;display:flex}.ColorPalette-module__XQIvra__inputGroup{flex-direction:column;flex:1;gap:.5rem;min-width:200px;display:flex}.ColorPalette-module__XQIvra__label{color:var(--secondary-foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}.ColorPalette-module__XQIvra__button{background:var(--primary);color:var(--primary-foreground);border-radius:var(--radius-full);cursor:pointer;border:none;align-items:center;gap:.5rem;width:fit-content;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #0003}.ColorPalette-module__XQIvra__button:hover{opacity:.9;transform:translateY(-2px)}.ColorPalette-module__XQIvra__button:active{transform:translateY(0)}.ColorPalette-module__XQIvra__copied{color:#ededed;border-radius:var(--radius-full);pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a0a0ae6;border:1px solid #333;padding:.5rem 1rem;font-size:.9rem;animation:1s forwards ColorPalette-module__XQIvra__fadeInOut;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes ColorPalette-module__XQIvra__fadeInOut{0%{opacity:0;transform:translate(-50%,-40%)}20%{opacity:1;transform:translate(-50%,-50%)}80%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,-60%)}}@media (max-width:600px){.ColorPalette-module__XQIvra__palette{grid-template-rows:repeat(5,1fr);grid-template-columns:1fr;height:500px}.ColorPalette-module__XQIvra__colorBlock{flex-direction:row;justify-content:space-between;align-items:center;padding:0 2rem}.ColorPalette-module__XQIvra__colorInfo{opacity:1;transform:none}.ColorPalette-module__XQIvra__controlRow{flex-direction:column;align-items:stretch;gap:1rem}}.ColorPalette-module__XQIvra__harmonyList{border-top:1px solid #222;margin-top:3rem;padding-top:2rem}.ColorPalette-module__XQIvra__harmonyListTitle{color:#ededed;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.ColorPalette-module__XQIvra__harmonyRows{flex-direction:column;gap:1rem;display:flex}.ColorPalette-module__XQIvra__harmonyRow{border-radius:var(--radius-lg);cursor:pointer;background:#0a0a0a;border:1px solid #222;flex-direction:column;gap:0;padding:1.5rem;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.ColorPalette-module__XQIvra__harmonyRow:hover{border-color:#333;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.ColorPalette-module__XQIvra__harmonyRowActive{border-color:var(--primary);background:#3b82f60d}.ColorPalette-module__XQIvra__harmonyRowContent{justify-content:space-between;align-items:center;gap:2rem;width:100%;display:flex}.ColorPalette-module__XQIvra__harmonyInfo{flex:1;min-width:0}.ColorPalette-module__XQIvra__harmonyName{color:var(--primary);text-transform:capitalize;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.ColorPalette-module__XQIvra__harmonyDesc{color:var(--secondary-foreground);margin:0;font-size:.95rem;line-height:1.6}.ColorPalette-module__XQIvra__harmonyColors{flex-shrink:0;gap:.5rem;display:flex}.ColorPalette-module__XQIvra__harmonyColorSwatch{border-radius:var(--radius-md);cursor:pointer;border:2px solid #ffffff1a;width:50px;height:50px;transition:transform .2s,border-color .2s;box-shadow:0 2px 8px #0003}.ColorPalette-module__XQIvra__harmonyColorSwatch:hover{border-color:#ffffff4d;transform:scale(1.1);box-shadow:0 4px 12px #0006}@media (max-width:768px){.ColorPalette-module__XQIvra__harmonyRowContent{flex-direction:column;align-items:flex-start;gap:1rem}.ColorPalette-module__XQIvra__harmonyColors{justify-content:space-between;width:100%}.ColorPalette-module__XQIvra__harmonyColorSwatch{flex:1;max-width:60px}}.ColorPalette-module__XQIvra__wcagToggle{border-radius:var(--radius-md);color:var(--primary);cursor:pointer;background:#3b82f61a;border:1px solid #3b82f64d;align-items:center;gap:.5rem;width:fit-content;margin-top:1rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.ColorPalette-module__XQIvra__wcagToggle:hover{background:#3b82f626;border-color:#3b82f680}.ColorPalette-module__XQIvra__wcagTable{margin-top:1rem;animation:.3s ColorPalette-module__XQIvra__slideDown;overflow-x:auto}@keyframes ColorPalette-module__XQIvra__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ColorPalette-module__XQIvra__wcagTable table{border-collapse:collapse;border-radius:var(--radius-md);background:#0003;width:100%;font-size:.85rem;overflow:hidden}.ColorPalette-module__XQIvra__wcagTable th,.ColorPalette-module__XQIvra__wcagTable td{text-align:center;border:1px solid #222;padding:.75rem}.ColorPalette-module__XQIvra__wcagTable th{color:var(--secondary-foreground);text-transform:uppercase;letter-spacing:.05em;background:#ffffff0d;font-size:.75rem;font-weight:600}.ColorPalette-module__XQIvra__wcagTable th:first-child{text-align:left}.ColorPalette-module__XQIvra__wcagTable td:first-child{text-align:left;background:#ffffff08}.ColorPalette-module__XQIvra__tableColorDot{border:2px solid #fff3;border-radius:50%;width:20px;height:20px;margin:0 auto;box-shadow:0 2px 4px #0000004d}.ColorPalette-module__XQIvra__tableColorCell{align-items:center;gap:.75rem;display:flex}.ColorPalette-module__XQIvra__colorHex{color:var(--secondary-foreground);font-family:monospace;font-size:.8rem}.ColorPalette-module__XQIvra__tableContrastCell{flex-direction:column;align-items:center;gap:.25rem;display:flex}.ColorPalette-module__XQIvra__contrastRatio{color:#ededed;font-family:monospace;font-size:.85rem;font-weight:600}.ColorPalette-module__XQIvra__tableSameCell{color:var(--secondary-foreground);opacity:.5;font-size:1.2rem}.ColorPalette-module__XQIvra__wcagBadgeSmall{border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;padding:.1rem .4rem;font-size:.65rem;font-weight:700}.ColorPalette-module__XQIvra__wcagAAA{color:#22c55e;background:#22c55e33;border:1px solid #22c55e4d}.ColorPalette-module__XQIvra__wcagAA{color:#3b82f6;background:#3b82f633;border:1px solid #3b82f64d}.ColorPalette-module__XQIvra__wcagAALarge{color:#eab308;background:#eab30833;border:1px solid #eab3084d}.ColorPalette-module__XQIvra__wcagFail{color:#ef4444;background:#ef444433;border:1px solid #ef44444d}@media (max-width:768px){.ColorPalette-module__XQIvra__wcagTable{font-size:.75rem}.ColorPalette-module__XQIvra__wcagTable th,.ColorPalette-module__XQIvra__wcagTable td{padding:.5rem .25rem}.ColorPalette-module__XQIvra__tableColorDot{width:16px;height:16px}.ColorPalette-module__XQIvra__colorHex{font-size:.7rem}.ColorPalette-module__XQIvra__tableColorCell{gap:.5rem}.ColorPalette-module__XQIvra__contrastRatio{font-size:.75rem}.ColorPalette-module__XQIvra__wcagBadgeSmall{padding:.1rem .3rem;font-size:.6rem}}
.CustomSelect-module__36dRpG__customSelect{width:100%;position:relative}.CustomSelect-module__36dRpG__selectTrigger{border-radius:var(--radius-md);color:#ededed;cursor:pointer;background:#171717;border:1px solid #333;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;font-size:.9rem;transition:all .2s;display:flex}.CustomSelect-module__36dRpG__selectTrigger:hover{background:#222;border-color:#444}.CustomSelect-module__36dRpG__selectOptions{border-radius:var(--radius-md);z-index:50;background:#171717;border:1px solid #333;max-height:300px;animation:.2s CustomSelect-module__36dRpG__slideDown;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow:hidden auto;box-shadow:0 10px 30px #00000080}@keyframes CustomSelect-module__36dRpG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.CustomSelect-module__36dRpG__option{cursor:pointer;color:var(--secondary-foreground);justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.9rem;transition:all .1s;display:flex}.CustomSelect-module__36dRpG__option:hover{color:#ededed;background:#222}.CustomSelect-module__36dRpG__option.CustomSelect-module__36dRpG__selected{color:var(--primary);background:#ffffff0d}
.page-module__zi_gja__container{flex-direction:column;align-items:center;gap:4rem;width:100%;display:flex}.page-module__zi_gja__hero{text-align:center;flex-direction:column;gap:1.5rem;max-width:600px;display:flex}.page-module__zi_gja__title{letter-spacing:-.03em;font-size:3rem;font-weight:800;line-height:1.1}.page-module__zi_gja__title span{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#fff,#a1a1a1);-webkit-background-clip:text;background-clip:text}.page-module__zi_gja__subtitle{color:var(--secondary-foreground);font-size:1.125rem;line-height:1.6}@media (max-width:768px){.page-module__zi_gja__title{font-size:2.25rem}.page-module__zi_gja__subtitle{font-size:1rem}.page-module__zi_gja__container{gap:2rem}}
.page-module__zQV8jq__container{flex-direction:column;align-items:center;gap:4rem;width:100%;display:flex}.page-module__zQV8jq__hero{text-align:center;flex-direction:column;gap:1.5rem;max-width:600px;display:flex}.page-module__zQV8jq__title{letter-spacing:-.03em;font-size:3rem;font-weight:800;line-height:1.1}.page-module__zQV8jq__title span{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#fff,#a1a1a1);-webkit-background-clip:text;background-clip:text}.page-module__zQV8jq__subtitle{color:var(--secondary-foreground);font-size:1.125rem;line-height:1.6}@media (max-width:768px){.page-module__zQV8jq__title{font-size:2.25rem}.page-module__zQV8jq__subtitle{font-size:1rem}.page-module__zQV8jq__container{gap:2rem}}
.ColorPicker-module__GlcOxW__popover{z-index:100;-webkit-backdrop-filter:blur(20px);background:#141414cc;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;gap:1.25rem;width:280px;max-width:calc(100vw - 2rem);padding:1.25rem;animation:.4s cubic-bezier(.175,.885,.32,1.275) ColorPicker-module__GlcOxW__springIn;display:flex;position:absolute;box-shadow:0 20px 50px -10px #00000080,0 0 0 1px #ffffff0d}@media (max-width:480px){.ColorPicker-module__GlcOxW__popover{width:100%;right:1rem;left:1rem!important}}@keyframes ColorPicker-module__GlcOxW__springIn{0%{opacity:0;transform:scale(.9)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.ColorPicker-module__GlcOxW__tabs{background:#ffffff0d;border-radius:16px;gap:4px;padding:4px;display:flex}.ColorPicker-module__GlcOxW__tab{color:#fff9;cursor:pointer;letter-spacing:.05em;background:0 0;border:none;border-radius:12px;flex:1;padding:8px;font-size:.75rem;font-weight:600;transition:all .2s}.ColorPicker-module__GlcOxW__tab:hover{color:#fff;background:#ffffff0d}.ColorPicker-module__GlcOxW__tab.ColorPicker-module__GlcOxW__active{color:#000;background:#fff;box-shadow:0 2px 10px #0000001a}.ColorPicker-module__GlcOxW__content{flex-direction:column;gap:1rem;display:flex}.ColorPicker-module__GlcOxW__inputGroup{align-items:center;gap:.75rem;display:flex}.ColorPicker-module__GlcOxW__label{color:#ffffff80;width:20px;font-size:.75rem;font-weight:600}.ColorPicker-module__GlcOxW__input{color:#fff;background:#0003;border:1px solid #ffffff1a;border-radius:12px;flex:1;padding:.75rem;font-family:monospace;font-size:.875rem;transition:border-color .2s}.ColorPicker-module__GlcOxW__input:focus{border-color:#ffffff4d;outline:none}.ColorPicker-module__GlcOxW__saturationArea{cursor:crosshair;background-image:linear-gradient(#0000,#000),linear-gradient(90deg,#fff,#0000);border-radius:16px;width:100%;height:160px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff1a}.ColorPicker-module__GlcOxW__saturationPointer{pointer-events:none;border:2px solid #fff;border-radius:50%;width:16px;height:16px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 4px #00000080}.ColorPicker-module__GlcOxW__hueSlider{appearance:none;cursor:pointer;background:linear-gradient(90deg,red 0%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);border:2px solid #ffffff1a;border-radius:999px;outline:none;width:100%;height:16px}.ColorPicker-module__GlcOxW__hueSlider::-webkit-slider-thumb{appearance:none;background:#fff;border:2px solid #0000001a;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 5px #0003}.ColorPicker-module__GlcOxW__trigger{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:9999px;justify-content:center;align-items:center;gap:10px;width:fit-content;padding:10px 16px;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:flex}.ColorPicker-module__GlcOxW__trigger:hover{background:#ffffff1a;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.ColorPicker-module__GlcOxW__triggerText{color:var(--foreground);font-size:.875rem;font-weight:500}.ColorPicker-module__GlcOxW__triggerColor{border:2px solid #fff3;border-radius:50%;flex-shrink:0;width:24px;height:24px;display:block;box-shadow:0 2px 4px #0000001a}.ColorPicker-module__GlcOxW__paletteGrid{grid-template-columns:repeat(5,1fr);gap:8px;margin-top:.5rem;display:grid}.ColorPicker-module__GlcOxW__paletteSwatch{aspect-ratio:1;cursor:pointer;border:1px solid #fff3;border-radius:8px;width:100%;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s}.ColorPicker-module__GlcOxW__paletteSwatch:hover{z-index:1;border-color:#fff;transform:scale(1.15);box-shadow:0 4px 12px #0000004d}.ColorPicker-module__GlcOxW__rgbRow{flex-direction:column;gap:.5rem;display:flex}.ColorPicker-module__GlcOxW__slider{border-radius:var(--radius-full);background:var(--input);appearance:none;cursor:pointer;outline:none;width:100%;height:6px}.ColorPicker-module__GlcOxW__slider::-webkit-slider-thumb{appearance:none;background:var(--foreground);border:2px solid var(--background);border-radius:50%;width:14px;height:14px;transition:transform .1s;box-shadow:0 1px 3px #0000004d}.ColorPicker-module__GlcOxW__slider::-webkit-slider-thumb:hover{transform:scale(1.2)}
.page-module__E0kJGG__container{flex-direction:column;align-items:center;gap:4rem;width:100%;display:flex}.page-module__E0kJGG__hero{text-align:center;flex-direction:column;gap:1.5rem;max-width:600px;display:flex}.page-module__E0kJGG__title{letter-spacing:-.03em;font-size:3rem;font-weight:800;line-height:1.1}.page-module__E0kJGG__title span{background:linear-gradient(90deg,#fff,#a1a1a1);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.page-module__E0kJGG__subtitle{color:var(--secondary-foreground);font-size:1.125rem;line-height:1.6}@media (max-width:768px){.page-module__E0kJGG__title{font-size:2.25rem}.page-module__E0kJGG__subtitle{font-size:1rem}.page-module__E0kJGG__container{gap:2rem}}
.page-module__j_N78q__container{flex-direction:column;align-items:center;gap:4rem;width:100%;display:flex}.page-module__j_N78q__hero{text-align:center;flex-direction:column;gap:1.5rem;max-width:600px;display:flex}.page-module__j_N78q__title{letter-spacing:-.03em;font-size:3rem;font-weight:800;line-height:1.1}.page-module__j_N78q__title span{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#fff,#a1a1a1);-webkit-background-clip:text;background-clip:text}.page-module__j_N78q__subtitle{color:var(--secondary-foreground);font-size:1.125rem;line-height:1.6}@media (max-width:768px){.page-module__j_N78q__title{font-size:2.25rem}.page-module__j_N78q__subtitle{font-size:1rem}.page-module__j_N78q__container{gap:2rem}}
