﻿html,body{margin:0;padding:0;background:#fff;color:#050505;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
*{box-sizing:border-box}
.hcc-app{min-height:100vh;background:#fff;color:#050505}
.hcc-nav{height:58px;border-bottom:1px solid #e5e5e5;background:#fff;display:flex;align-items:center;justify-content:flex-start;gap:30px;padding:0 34px;overflow:visible;position:relative;z-index:80}
.hcc-logo{width:32px;height:32px;border-radius:50%;background:conic-gradient(#c11007,#a50c36,#861043,#2563eb,#0ea5e9,#22c55e,#facc15,#f54927,#c11007);position:relative;flex:0 0 auto}
.hcc-logo:after{content:"";position:absolute;inset:10px;border-radius:50%;background:#fff}
.hcc-nav a{height:38px;border:0;background:transparent;border-radius:8px;padding:0 10px;font-size:14px;font-weight:760;color:#1f2937;text-decoration:none;display:inline-flex;align-items:center;white-space:nowrap}
.hcc-nav a:hover,.hcc-nav a.active{background:#f5f5f5;color:#050505}
.hcc-nav-item{height:58px;position:relative;display:inline-flex;align-items:center;flex:0 0 auto}
.hcc-nav-item.has-menu>a{gap:7px;padding-right:12px}
.hcc-nav-item.has-menu>a:after{content:"";width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-3px) rotate(45deg);margin-left:2px}
.hcc-nav-menu{position:absolute;top:56px;left:50%;width:max-content;min-width:164px;transform:translateX(-50%) translateY(6px);background:#fff;border:1px solid #d9d9d9;border-radius:12px;box-shadow:none;padding:6px;display:none;z-index:200}
.hcc-nav-menu:before{content:"";position:absolute;left:0;right:0;top:-12px;height:12px}
.hcc-nav-item:hover .hcc-nav-menu{display:grid;gap:4px}
.hcc-nav-menu a{height:42px;width:100%;border:0;border-radius:8px;padding:0 14px;justify-content:center;font-size:16px;font-weight:760;color:#1f2937;background:transparent}
.hcc-nav-menu a:hover,.hcc-nav-menu a.active{background:#f5f5f5;color:#050505}
.hcc-hero{min-height:346px;padding:46px 34px 104px;background:#f7f7f7}
.hcc-hero-inner{max-width:1216px;margin:0 auto}
.hcc-crumb{font-size:14px;color:#4b5563;font-weight:500;margin-bottom:12px}
.hcc-hero h1{font-size:56px;line-height:1.05;margin:0;font-weight:900;letter-spacing:0}
.hcc-hero p{max-width:760px;margin:16px 0 0;color:#1f2937;font-size:24px;line-height:1.42;font-weight:500}
.hcc-shell{max-width:1216px;margin:-34px auto 0;border:1px solid #dedede;border-radius:14px;background:#fff;position:relative;z-index:2;box-shadow:0 1px 0 rgba(0,0,0,.02)}
.hcc-summary{height:62px;display:grid;grid-template-columns:74px repeat(4,auto) minmax(352px,1fr) 28px 32px 32px;align-items:center;column-gap:20px;padding:0 16px 0 18px;border-bottom:1px solid #e5e5e5;position:relative}
.hcc-pill{display:none}
.hcc-dot{width:24px;height:24px;border-radius:50%;background:#8a3030;display:inline-block;flex:0 0 auto}
.hcc-eyedrop-icon{width:20px;height:20px;color:#111;display:block;opacity:.92;flex:0 0 auto}.hcc-eyedrop-icon path{fill:currentColor;stroke:none}
.hcc-mini-trigger{width:74px;height:44px;border:1px solid #dedede;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;gap:13px;cursor:pointer;padding:0;position:relative}.hcc-mini-trigger:hover{background:#fafafa}.hcc-mini-trigger .hcc-dot{width:24px;height:24px}.hcc-mini-trigger .hcc-eyedrop-icon{margin-left:0}.hcc-mini-picker{position:absolute;left:22px;top:72px;width:304px;border:1px solid #dedede;border-radius:14px;background:#fff;box-shadow:0 14px 36px rgba(0,0,0,.14);padding:16px;z-index:90;display:none}.hcc-mini-picker.show{display:block}.hcc-mini-sv{height:166px;border-radius:7px;position:relative;background:linear-gradient(0deg,#000,rgba(0,0,0,0)),linear-gradient(90deg,#fff,hsla(var(--hue,0),100%,50%,0)),hsl(var(--hue,0),100%,50%);cursor:crosshair;touch-action:none;overflow:hidden}.hcc-mini-target{position:absolute;width:20px;height:20px;border-radius:50%;border:5px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.35),0 1px 3px rgba(0,0,0,.18);left:65%;top:64%;transform:translate(-50%,-50%);z-index:2}.hcc-mini-hue{height:11px;margin-top:18px;border-radius:999px;background:linear-gradient(90deg,red,#ff0,lime,cyan,blue,#f0f,red);position:relative;cursor:pointer;touch-action:none}.hcc-mini-hue-knob{position:absolute;top:50%;left:0;width:18px;height:18px;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.25);transform:translate(-50%,-50%);background:#e22}.hcc-mini-input{height:40px;margin-top:18px;border:1px solid #dedede;border-radius:10px;display:grid;grid-template-columns:30px auto minmax(0,1fr);align-items:center;padding:0 10px;gap:5px}.hcc-mini-input .hcc-dot{width:24px;height:24px}.hcc-mini-input span:nth-child(2){color:#64748b;font-size:16px}.hcc-mini-input input{border:0;outline:0;background:#fff;min-width:0;font-size:14px;font-weight:780;color:#050505;text-transform:uppercase}
.hcc-stat{display:flex;align-items:baseline;gap:9px;white-space:nowrap;min-width:0}
.hcc-stat span{font-size:14px;color:#525866;font-weight:500}.hcc-stat b{font-size:14px;color:#020617;font-weight:760}
.hcc-strip{justify-self:end;width:352px;height:32px;border-radius:999px;overflow:hidden;clip-path:inset(0 round 999px);display:flex;background:var(--strip-gradient,#777);cursor:pointer;position:relative;transform:translateZ(0);isolation:isolate;box-shadow:none}
.hcc-strip i{display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;min-width:0;flex:1 1 1px;transition:flex-grow .18s ease,filter .16s ease,box-shadow .16s ease,padding .16s ease;z-index:1;color:transparent;font-size:10px;font-weight:700;white-space:nowrap;overflow:hidden}
.hcc-strip i:hover{flex-grow:1.38;z-index:3;filter:none;box-shadow:0 1px 4px rgba(0,0,0,.06);color:var(--strip-text,#000)}
.hcc-strip i:first-child:hover{justify-content:flex-start;padding-left:8px}
.hcc-strip i:first-child{border-top-left-radius:999px;border-bottom-left-radius:999px}.hcc-strip i:last-child{border-top-right-radius:999px;border-bottom-right-radius:999px}
.hcc-strip i.active:after{content:"";position:absolute;left:50%;top:50%;width:5px;height:5px;border-radius:50%;background:var(--strip-dot,#111);box-shadow:0 0 0 1px rgba(255,255,255,.65);transform:translate(-50%,-50%)}
.hcc-strip i.active:hover:after{opacity:0}
.hcc-icon-btn{width:32px;height:32px;border:0;background:#fff;border-radius:999px;cursor:pointer;color:#111;font-weight:800;display:inline-grid;place-items:center;position:relative;font-size:0}
.hcc-icon-btn:hover{background:#f6f6f6}
.hcc-history-icon{width:17px;height:17px;display:block;color:currentColor;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none}
.hcc-strip-toggle:before,.hcc-strip-toggle:after{content:"";position:absolute;left:50%;width:5px;height:5px;border-right:1.25px solid currentColor;border-bottom:1.25px solid currentColor}
.hcc-strip-toggle:before{top:8px;transform:translateX(-50%) rotate(-135deg)}
.hcc-strip-toggle:after{bottom:8px;transform:translateX(-50%) rotate(45deg)}
.hcc-export-icon{width:17px;height:17px;display:block;color:currentColor;flex:0 0 auto;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;fill:none}
.hcc-icon-btn.export:before{display:none}
.hcc-palette-panel{position:absolute;right:64px;top:56px;width:286px;background:#fff;border:1px solid #e2e2e2;border-radius:14px;box-shadow:0 18px 45px rgba(0,0,0,.12);padding:12px;display:none;z-index:20}
.hcc-palette-panel.show{display:grid;gap:8px}
.hcc-history-panel{position:absolute;right:48px;top:56px;width:352px;background:#fff;border:1px solid #e2e2e2;border-radius:14px;box-shadow:0 18px 45px rgba(0,0,0,.12);padding:10px 12px 12px;display:none;z-index:22;overflow:hidden}
.hcc-history-panel.show{display:grid;gap:10px}
.hcc-history-head{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:800;color:#111;padding:0 2px}
.hcc-history-clear{border:0;background:#fff;border-radius:7px;color:#666;font-size:12px;font-weight:700;cursor:pointer;padding:4px 7px}.hcc-history-clear:hover{background:#f4f4f4;color:#111}
.hcc-history-grid{height:32px;display:flex;align-items:stretch;gap:0;overflow-x:auto;overflow-y:hidden;padding:0;scroll-snap-type:x proximity;border-radius:999px;background:#f1f1f1;scrollbar-width:none;-ms-overflow-style:none}
.hcc-history-grid::-webkit-scrollbar{height:0;width:0;display:none}.hcc-history-grid::-webkit-scrollbar-track{background:transparent;border-radius:999px}.hcc-history-grid::-webkit-scrollbar-thumb{background:#d6d6d6;border-radius:999px}
.hcc-history-item{height:32px;border:0;border-radius:0;background:var(--history-color,#ccc);color:var(--history-text,#fff);cursor:pointer;flex:0 0 var(--history-width,18px);width:var(--history-width,18px);display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-size:0;font-weight:850;letter-spacing:0;box-shadow:inset -1px 0 0 rgba(255,255,255,.13);transition:flex-basis .2s ease,width .2s ease,box-shadow .18s ease,filter .18s ease;scroll-snap-align:center;overflow:hidden;position:relative}
.hcc-history-item:first-child{border-top-left-radius:999px;border-bottom-left-radius:999px}
.hcc-history-item:last-child{border-top-right-radius:999px;border-bottom-right-radius:999px}
.hcc-history-grid.has-hover .hcc-history-item{flex-basis:calc(var(--history-width,18px) * .78);width:calc(var(--history-width,18px) * .78)}
.hcc-history-grid .hcc-history-item.active{flex-basis:28px;width:28px;z-index:3;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);filter:none}
.hcc-history-grid .hcc-history-item.is-hovered{flex:0 0 52px!important;flex-basis:52px!important;width:52px!important;min-width:52px!important;max-width:52px!important;z-index:4;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);filter:none}
.hcc-history-item.is-hovered + .hcc-history-item,.hcc-history-item.active + .hcc-history-item{flex-basis:26px;width:26px}
.hcc-history-grid.has-hover .hcc-history-item:has(+ .hcc-history-item.is-hovered),.hcc-history-grid:has(.hcc-history-item.active) .hcc-history-item:has(+ .hcc-history-item.active){flex-basis:26px;width:26px}
.hcc-history-text{display:block;line-height:1;opacity:0;transform:scale(.92);transition:opacity .15s ease,transform .15s ease;text-shadow:none}
.hcc-history-item.is-hovered .hcc-history-text{opacity:1;transform:scale(1);font-size:10px}
.hcc-history-empty{height:42px;display:grid;place-items:center;color:#777;font-size:13px;font-weight:600;background:#f7f7f7;border-radius:9px}
.hcc-palette-row{height:40px;border:0;background:#fff;border-radius:10px;display:grid;grid-template-columns:70px 1fr;align-items:center;gap:10px;padding:0 8px;cursor:pointer;text-align:left;font-weight:780}
.hcc-palette-row:hover,.hcc-palette-row.active{background:#f5f5f5}
.hcc-mini-strip{height:16px;border-radius:999px;overflow:hidden;display:grid;position:relative}
.hcc-mini-strip i{display:block;position:relative}
.hcc-mini-dot{position:absolute;top:50%;left:var(--dot-left,8px);width:4px;height:4px;border-radius:50%;background:var(--dot-color,#fff);transform:translate(-50%,-50%);z-index:2;pointer-events:none}
.hcc-work{padding:32px 40px 36px 46px;display:grid;grid-template-columns:432px 304px 1fr;gap:16px;align-items:start}
.hcc-picker-card{border:1px solid #dedede;border-radius:12px;padding:23px 24px 24px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.025)}
.hcc-app.image-mode .hcc-picker-card,.hcc-app.wheel-mode .hcc-picker-card{height:480px;border-color:#dedede;box-shadow:0 1px 2px rgba(0,0,0,.025)}
.hcc-standard-picker{display:block}.hcc-image-picker,.hcc-wheel-picker{display:none}.hcc-app.image-mode .hcc-standard-picker,.hcc-app.wheel-mode .hcc-standard-picker{display:none}.hcc-app.image-mode .hcc-image-picker,.hcc-app.wheel-mode .hcc-wheel-picker{display:block}
.hcc-sv{height:254px;border:1px solid #d8d8d8;border-radius:7px;position:relative;background:linear-gradient(0deg,#000,rgba(0,0,0,0)),linear-gradient(90deg,#fff,hsla(var(--hue,0),100%,50%,0)),hsl(var(--hue,0),100%,50%);cursor:crosshair;touch-action:none;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)}
.hcc-target{position:absolute;width:22px;height:22px;border-radius:50%;border:5px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.36),0 1px 3px rgba(0,0,0,.18);left:65%;top:64%;transform:translate(-50%,-50%);z-index:2}
.hcc-hue{width:100%;height:11px;margin-top:16px;border-radius:999px;background:linear-gradient(90deg,red,#ff0,lime,cyan,blue,#f0f,red);position:relative;cursor:pointer;touch-action:none}
.hcc-hue-knob{position:absolute;top:50%;left:0;width:18px;height:18px;border-radius:50%;background:#e22;border:3px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.25);transform:translate(-50%,-50%)}
.hcc-input-row{height:40px;margin-top:25px;border:1px solid #dedede;border-radius:10px;display:grid;grid-template-columns:30px auto minmax(0,1fr) 38px 88px;align-items:center;padding:0 5px 0 8px;gap:4px}
.hcc-app.wheel-mode .hcc-input-row{margin-top:22px}
.hcc-input-row .hcc-dot{width:24px;height:24px}.hcc-prefix{color:#64748b}.hcc-color-input{border:0;outline:0;font-weight:780;text-transform:none;font-size:14px;min-width:0;background:#fff}
.hcc-copy{width:32px;height:32px;border:0;background:#fff;cursor:pointer;color:#555;font-size:0;display:grid;place-items:center;position:relative}.hcc-copy:before,.hcc-copy:after{content:"";position:absolute;width:8px;height:8px;border:1.4px solid currentColor;border-radius:1px}.hcc-copy:before{left:14px;top:9px}.hcc-copy:after{left:10px;top:13px;background:#fff}.hcc-select{height:32px;border:0;border-radius:7px;background:#f4f4f4;font-weight:720;padding:0 8px}
.hcc-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:42px}.hcc-app.image-mode .hcc-actions{margin-top:42px}.hcc-app.wheel-mode .hcc-actions{margin-top:16px}.hcc-btn{height:40px;border-radius:8px;border:1px solid #dedede;background:#fff;font-weight:820;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.hcc-btn-dark{background:#050505;color:#fff;border-color:#050505}.hcc-btn .hcc-export-icon{width:16px;height:16px;transform:translateY(.5px);stroke-width:1.8}
.hcc-image-drop{height:254px;border:1px dashed #cfcfcf;border-radius:8px;background:#fafafa;position:relative;overflow:hidden;display:grid;place-items:center;cursor:pointer;color:#525866;text-align:center;touch-action:none;user-select:none}.hcc-image-drop.has-image{border-style:solid;background:#fff;cursor:crosshair}.hcc-image-drop canvas{display:none}.hcc-image-drop.has-image #hccImageCanvas{display:block;position:absolute;left:var(--image-left,0);top:var(--image-top,0);width:var(--image-width,100%);height:var(--image-height,100%);max-width:none;max-height:none}.hcc-image-empty{display:grid;gap:10px;place-items:center;padding:24px}.hcc-image-drop.has-image .hcc-image-empty{display:none}.hcc-image-empty b{font-size:18px;color:#050505}.hcc-image-empty span{font-size:14px;line-height:1.4}.hcc-image-target{position:absolute;width:22px;height:22px;border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.45),0 1px 3px rgba(0,0,0,.2);left:50%;top:50%;transform:translate(-50%,-50%);display:none;z-index:4;background:var(--point-color,transparent);cursor:grab;touch-action:none}.hcc-image-target.active{width:26px;height:26px;z-index:6}.hcc-image-drop.has-image .hcc-image-target{display:block}.hcc-image-zoom{position:absolute;width:82px;height:82px;border-radius:50%;border:4px solid #fff;box-shadow:0 4px 18px rgba(0,0,0,.28);background:#fff;display:none;z-index:7;pointer-events:none;transform:translate(-50%,-116%);image-rendering:pixelated}.hcc-image-drop.picking .hcc-image-zoom{display:block}.hcc-file-input{display:none}.hcc-image-palette{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:6px;margin-top:14px}.hcc-image-palette button{height:30px;border:1px solid rgba(0,0,0,.08);border-radius:7px;cursor:pointer;font-size:0}.hcc-image-palette button.active{box-shadow:0 0 0 2px #111}
.hcc-wheel-wrap{height:254px;border:1px solid #d8d8d8;border-radius:8px;background:#fff;display:grid;place-items:center;position:relative;overflow:hidden}.hcc-wheel-light{position:absolute;left:50%;top:50%;width:244px;height:244px;border-radius:50%;transform:translate(-50%,-50%);background:linear-gradient(hsl(0,0%,0%),hsl(var(--wheel-h,0),var(--wheel-s,65%),50%),hsl(var(--wheel-h,0),var(--wheel-s,65%),95%));cursor:pointer;touch-action:none}.hcc-wheel-light:after{content:"";position:absolute;inset:24px;border-radius:50%;background:#fff;z-index:0;pointer-events:none}.hcc-wheel-light-rotor{position:absolute;inset:0;z-index:1;transform:rotate(0deg);pointer-events:none}.hcc-wheel-light-thumb{position:absolute;left:calc(100% - 6px);top:calc(50% - 6px);width:14px;height:14px;border-radius:50%;background:#fff;border:1px solid rgba(0,0,0,.24);box-shadow:0 1px 2px rgba(0,0,0,.16);transform:translateX(-50%);cursor:grab}.hcc-wheel{position:absolute;left:50%;top:50%;width:196px;height:196px;border-radius:50%;transform:translate(-50%,-50%);cursor:crosshair;touch-action:none;background:radial-gradient(circle at 50% 0,red,rgba(242,13,13,.8) 10%,rgba(230,26,26,.6) 20%,rgba(204,51,51,.4) 30%,rgba(166,89,89,.2) 40%,hsla(0,0%,50%,0) 50%),radial-gradient(circle at 85.35533905932738% 14.644660940672622%,#ffbf00,rgba(242,185,13,.8) 10%,rgba(230,179,26,.6) 20%,rgba(204,166,51,.4) 30%,rgba(166,147,89,.2) 40%,hsla(0,0%,50%,0) 50%),radial-gradient(circle at 100% 50%,#80ff00,rgba(128,242,13,.8) 10%,rgba(128,230,26,.6) 20%,rgba(128,204,51,.4) 30%,rgba(128,166,89,.2) 40%,hsla(0,0%,50%,0) 50%),radial-gradient(circle at 85.35533905932738% 85.35533905932738%,#00ff40,rgba(13,242,70,.8) 10%,rgba(26,230,77,.6) 20%,rgba(51,204,89,.4) 30%,rgba(89,166,108,.2) 40%,hsla(0,0%,50%,0) 50%),radial-gradient(circle at 50.00000000000001% 100%,#0ff,rgba(13,242,242,.8) 10%,rgba(26,230,230,.6) 20%,rgba(51,204,204,.4) 30%,rgba(89,166,166,.2) 40%,hsla(0,0%,50%,0) 50%),radial-gradient(circle at 14.64466094067263% 85.35533905932738%,#0040ff,rgba(13,70,242,.8) 10%,rgba(26,77,230,.6) 20%,rgba(51,89,204,.4) 30%,rgba(89,108,166,.2) 40%,hsla(0,0%,50%,0) 50%),radial-gradient(circle at 0 50.00000000000001%,#7f00ff,rgba(128,13,242,.8) 10%,rgba(128,26,230,.6) 20%,rgba(128,51,204,.4) 30%,rgba(128,89,166,.2) 40%,hsla(0,0%,50%,0) 50%),radial-gradient(circle at 14.644660940672615% 14.64466094067263%,#ff00bf,rgba(242,13,185,.8) 10%,rgba(230,26,179,.6) 20%,rgba(204,51,166,.4) 30%,rgba(166,89,147,.2) 40%,hsla(0,0%,50%,0) 50%);z-index:2}.hcc-wheel-target{position:absolute;width:24px;height:24px;border-radius:50%;border:4px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.18);left:50%;top:50%;transform:translate(-50%,-50%);z-index:4;cursor:grab;background:transparent}.hcc-wheel-dot{position:absolute;width:16px;height:16px;border-radius:50%;border:1px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.18);left:50%;top:50%;transform:translate(-50%,-50%);z-index:4;cursor:pointer;background:transparent}.hcc-wheel-note{display:none}
.hcc-app.wheel-mode .hcc-wheel-wrap{height:304px;border-color:transparent;box-shadow:none;overflow:visible}
.hcc-app.wheel-mode .hcc-wheel-light{width:302px;height:302px;z-index:1}
.hcc-app.wheel-mode .hcc-wheel-light:after{inset:14px}
.hcc-app.wheel-mode .hcc-wheel-light-thumb{pointer-events:none}
.hcc-app.wheel-mode .hcc-wheel{width:254px;height:254px;z-index:3}
.hcc-app.wheel-mode .hcc-wheel-target{pointer-events:none}
.hcc-preview-col{display:grid;gap:18px;width:304px}.hcc-select-wrap{position:relative;width:304px;height:40px}.hcc-harmony-select{display:none}.hcc-harmony-btn{width:304px;height:40px;border:1px solid #dedede;border-radius:8px;background:#fff;padding:0 42px 0 14px;font-size:16px;font-weight:700;text-align:left;display:flex;align-items:center;justify-content:space-between;cursor:pointer;position:relative;z-index:31}.hcc-harmony-btn:after{content:"";position:absolute;right:21px;top:50%;width:7px;height:7px;border-right:1.6px solid #111;border-bottom:1.6px solid #111;transform:translateY(-70%) rotate(45deg)}.hcc-select-wrap:not(.idle) .hcc-harmony-btn:after{display:none}.hcc-harmony-menu{position:absolute;left:0;right:0;top:48px;height:226px;background:#fff;border:1px solid #e5e5e5;border-radius:10px;box-shadow:0 14px 36px rgba(0,0,0,.1);padding:10px 26px;display:none;z-index:30;align-content:stretch}.hcc-harmony-menu.show{display:grid;grid-template-rows:repeat(6,minmax(0,1fr));gap:0}.hcc-harmony-menu button{border:0;background:#fff;text-align:left;font-size:16px;line-height:1;font-weight:700;cursor:pointer;padding:0;letter-spacing:0;display:flex;align-items:center;height:100%}.hcc-harmony-menu button:hover{color:#555}.hcc-clear-select{position:absolute;right:3px;top:3px;width:34px;height:34px;border:0;border-radius:7px;background:transparent;font-size:26px;font-weight:400;line-height:1;cursor:pointer;color:#777;display:grid;place-items:center;padding:0;z-index:32}.hcc-select-wrap.idle .hcc-clear-select{display:none}
.hcc-preview{width:304px;height:422px;border-radius:12px;background:#8a3030;color:#fff;display:grid;overflow:hidden;font-size:20px;font-weight:500}
.hcc-preview-swatch{display:grid;place-items:center;min-height:70px;cursor:pointer;color:var(--swatch-text,#000);text-shadow:none;letter-spacing:0}.hcc-preview-swatch.dark-text{color:#050505;text-shadow:none}
.hcc-sections{width:752px;max-width:calc(100% - 86px);margin:34px 40px 0 46px;padding-bottom:50px}
.hcc-panel{border-bottom:1px solid #dedede;padding:0 0 30px;margin-bottom:26px}
.hcc-panel-head{display:flex;align-items:center;justify-content:space-between;cursor:pointer}
.hcc-panel-head h2{font-size:30px;line-height:1.1;margin:0;font-weight:900}
.hcc-panel-toggle{width:36px;height:36px;border-radius:999px;color:#111}.hcc-panel-toggle:before{content:"";width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-2px) rotate(45deg)}.hcc-panel.closed .hcc-panel-toggle:before{transform:translateY(2px) rotate(-135deg)}
.hcc-panel-body{padding-top:24px}.hcc-panel.closed .hcc-panel-body{display:none}
.hcc-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:24px;row-gap:30px}
.hcc-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.hcc-title h3{font-size:19px;margin:0;font-weight:850}
.hcc-link-btn{border:0;background:#fff;color:#525866;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;gap:7px;padding:5px 8px;border-radius:8px}.hcc-link-btn:hover{background:#f3f3f3}.hcc-link-btn .hcc-export-icon{width:14px;height:14px;stroke-width:1.7}.hcc-bar{height:62px;border-radius:12px;overflow:hidden;display:flex;position:relative}
.hcc-bar i{display:grid;place-items:center;cursor:pointer;color:transparent;font-size:10px;font-weight:800;min-width:0;flex:1 1 1px;transition:flex-grow .18s ease,filter .16s ease,color .12s ease;padding:0 4px;white-space:nowrap;overflow:hidden;text-align:center}.hcc-bar i.is-hovered{color:var(--swatch-text,#000);filter:none;flex-grow:1.22}.hcc-bar.has-hover .hcc-bar-dot{opacity:0}
.hcc-bar:has(i:hover) .hcc-bar-dot{opacity:0}
.hcc-bar-dot{position:absolute;top:50%;left:var(--bar-dot-left,50%);width:5px;height:5px;border-radius:50%;background:var(--bar-dot-color,#fff);transform:translate(-50%,-50%);z-index:2;pointer-events:none}
.hcc-variation-list{display:grid;gap:34px}.hcc-wide-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.hcc-wide-title h3{font-size:18px;line-height:1;margin:0;font-weight:850}.hcc-wide-title .hcc-link-btn{font-size:14px;padding:5px 8px}
.hcc-long-bar{height:64px;border-radius:12px;overflow:hidden;display:flex;position:relative}.hcc-long-bar i{display:grid;place-items:center;cursor:pointer;color:transparent;font-size:10px;font-weight:800;min-width:0;flex:1 1 1px;transition:flex-grow .18s ease,filter .16s ease,color .12s ease;padding:0 4px;white-space:nowrap;overflow:hidden;text-align:center}.hcc-long-bar i.is-hovered{color:var(--swatch-text,#000);filter:none;flex-grow:1.18}.hcc-long-bar.has-hover .hcc-bar-dot{opacity:0}
.hcc-convert-table{border:1px solid #dedede;border-radius:14px;overflow:hidden;background:#fff}.hcc-convert-row{display:grid;grid-template-columns:176px 246px 1fr;min-height:57px;border-bottom:1px solid #e6e6e6;align-items:center}.hcc-convert-row:last-child{border-bottom:0}.hcc-convert-row div{padding:0 24px;font-size:16px;font-weight:720}.hcc-convert-row.head div{font-size:14px;font-weight:820}.hcc-convert-row button{border:0;background:transparent;text-align:left;font:inherit;font-weight:720;padding:0;cursor:pointer;color:#050505}
.hcc-contrast-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.hcc-contrast-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.hcc-contrast-title h3{font-size:18px;margin:0;font-weight:850}.hcc-ratio-pill{border-radius:8px;padding:6px 9px;font-size:12px;font-weight:850}.hcc-ratio-pill.bad{background:#ffe1e5;color:#e11d48}.hcc-ratio-pill.good{background:#dcfce7;color:#00a84f}.hcc-contrast-card{border:1px solid #dedede;border-radius:12px;overflow:hidden;background:#fff}.hcc-contrast-hero{height:192px;display:grid;place-items:center;text-align:center;font-weight:850}.hcc-contrast-hero b{display:block;font-size:40px;line-height:1}.hcc-contrast-hero span{display:block;font-size:14px;line-height:1.45;margin-top:4px}.hcc-contrast-hero.black{background:#000}.hcc-contrast-table-row{display:grid;grid-template-columns:1.5fr 1fr 1fr;min-height:53px;border-top:1px solid #e6e6e6;align-items:center}.hcc-contrast-table-row div{padding:0 16px;font-size:14px;font-weight:760}.hcc-pass,.hcc-fail{width:16px;height:16px;border-radius:50%;display:inline-grid;place-items:center;color:#fff;font-size:12px;font-weight:900}.hcc-pass{background:#00bf5b}.hcc-fail{background:#ff3040}
.hcc-blind-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px 40px}.hcc-blind-card .hcc-long-bar{height:64px}.hcc-blind-card .hcc-wide-title{margin-bottom:18px}
.hcc-info-text{padding:10px 0 4px;color:#333}.hcc-info-text h2{font-size:32px;line-height:1.12;margin:0 0 18px;font-weight:900;color:#050505}.hcc-info-text h3{font-size:22px;line-height:1.2;margin:30px 0 10px;font-weight:850;color:#050505}.hcc-info-text p{font-size:17px;line-height:1.72;margin:0 0 16px;font-weight:500;color:#3f3f46}.hcc-info-text strong{font-weight:850;color:#050505}.hcc-info-wheel{display:none}.hcc-app.wheel-mode .hcc-info-picker{display:none}.hcc-app.wheel-mode .hcc-info-wheel{display:block}
.hcc-names-page{display:none;padding:36px 34px 58px}.hcc-app.names-mode .hcc-hero{display:block}.hcc-app.names-mode .hcc-shell{margin-top:-34px;overflow:visible}.hcc-app.names-mode .hcc-work,.hcc-app.names-mode .hcc-sections,.hcc-app.names-mode .hcc-chart-page,.hcc-app.names-mode .hcc-library-page,.hcc-app.names-mode .hcc-converter-page,.hcc-app.names-mode .hcc-hexrgb-page,.hcc-app.names-mode .hcc-contrast-tool-page,.hcc-app.names-mode .hcc-mixer-page{display:none}.hcc-app.names-mode .hcc-names-page{display:block}.hcc-names-layout{width:752px;max-width:100%;display:grid;grid-template-columns:minmax(0,1fr);gap:0}.hcc-names-heading{display:block}.hcc-names-heading h2{font-size:30px;line-height:1.12;margin:0 0 28px;font-weight:900;color:#050505}.hcc-names-copy{display:none}.hcc-name-section{margin:0 0 34px}.hcc-name-section h2{font-size:30px;line-height:1.12;margin:0 0 16px;font-weight:900;color:#050505}.hcc-names-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #dedede;border-radius:14px;overflow:hidden;background:#fff}.hcc-names-table th,.hcc-names-table td{height:64px;border-bottom:1px solid #e6e6e6;text-align:left;padding:0 24px;font-size:16px;font-weight:560;white-space:nowrap}.hcc-names-table th{height:48px;font-size:14px;font-weight:760;color:#050505;background:#fff}.hcc-names-table tr:last-child td{border-bottom:0}.hcc-names-table th:first-child,.hcc-names-table td:first-child{width:98px}.hcc-name-dot{width:32px;height:32px;border-radius:50%;display:inline-block;vertical-align:middle;border:1px solid rgba(0,0,0,.06)}.hcc-name-code{font-weight:760;font-variant-numeric:tabular-nums;cursor:pointer}.hcc-name-code:hover{text-decoration:underline}.hcc-code-chip{height:30px;border-radius:7px;background:#f4f4f4;padding:0 10px;display:inline-flex;align-items:center;font-weight:780;cursor:pointer}.hcc-code-chip:hover{background:#eaeaea}.hcc-format-table td:first-child{width:98px}.hcc-format-note{color:#525866;font-size:14px;font-weight:500}.hcc-app:not(.names-mode) .hcc-names-page{display:none}
.hcc-chart-page{display:none}.hcc-app.chart-mode .hcc-hero{display:block}.hcc-app.chart-mode .hcc-crumb{font-size:14px;color:#444;font-weight:500}.hcc-app.chart-mode .hcc-hero h1{font-size:56px}.hcc-app.chart-mode .hcc-hero p{font-size:25px;line-height:1.36;max-width:760px;font-weight:500}.hcc-app.chart-mode .hcc-shell{margin-top:-34px;overflow:hidden}.hcc-app.chart-mode .hcc-work,.hcc-app.chart-mode .hcc-sections{display:none}.hcc-app.chart-mode .hcc-chart-page{display:block}.hcc-chart-page{padding:0}.hcc-chart-table{display:grid;gap:0}.hcc-chart-card{border-top:1px solid #e4e4e4;padding:42px 20px 58px}.hcc-chart-card:first-child{border-top:0}.hcc-chart-card h2{font-size:40px;line-height:1.1;margin:28px 0 16px;font-weight:900;color:#050505}.hcc-chart-card p{max-width:760px;margin:0 0 24px;font-size:22px;line-height:1.36;color:#172033;font-weight:500}.hcc-chart-btn{height:40px;border:1px solid #dedede;border-radius:10px;background:#fff;padding:0 15px;font-size:15px;font-weight:760;cursor:pointer;margin:0;text-decoration:none;color:#050505;display:inline-flex;align-items:center}.hcc-chart-btn:after{content:"\2192";font-size:22px;margin-left:10px;vertical-align:-2px;font-weight:400}.hcc-chart-btn:hover{background:#f6f6f6}.hcc-chart-matrix{display:flex;align-items:flex-start;width:752px;max-width:100%;overflow:hidden;border-radius:12px;background:transparent}.hcc-chart-col{flex:1 1 0;display:flex;flex-direction:column;min-width:0}.hcc-chart-col.fill{align-self:stretch}.hcc-chart-col.fill .hcc-chart-cell{aspect-ratio:auto;flex:1 1 0}.hcc-chart-cell{appearance:none;-webkit-appearance:none;display:block;aspect-ratio:1/1;width:100%;height:auto;border:0;border-radius:0;padding:0;margin:0;cursor:pointer;background:var(--cell-bg,#ccc);box-shadow:0 0 0 1px var(--cell-bg,#ccc);font-size:0;line-height:0;min-width:0;min-height:0}.hcc-chart-cell:hover{outline:2px solid rgba(0,0,0,.35);outline-offset:-2px;z-index:2}@media (max-width:980px){.hcc-app.chart-mode .hcc-hero h1{font-size:44px}.hcc-app.chart-mode .hcc-hero p{font-size:19px}.hcc-chart-card{padding:30px 14px 42px}.hcc-chart-card h2{font-size:32px}.hcc-chart-card p{font-size:18px}.hcc-chart-matrix{width:100%}}
.hcc-chart-detail{padding:42px 20px 58px}.hcc-chart-list{display:grid;gap:44px;width:752px;max-width:100%}.hcc-chart-family{background:#fff}.hcc-chart-family-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.hcc-chart-family h3{font-size:27px;line-height:1;margin:0;font-weight:900;color:#050505}.hcc-chart-family .hcc-link-btn{font-size:14px;padding:5px 8px}.hcc-chart-family-bar{height:64px;border-radius:12px;overflow:hidden;display:flex;background:transparent}.hcc-chart-family-swatch{appearance:none;-webkit-appearance:none;display:flex;align-items:center;justify-content:center;flex:1 1 0;border:0;border-radius:0;padding:0 2px;margin:0;cursor:pointer;background:var(--cell-bg,#ccc);box-shadow:0 0 0 1px var(--cell-bg,#ccc);font-size:0;line-height:1;min-width:0;color:var(--swatch-text,#000);transition:flex-grow .16s ease,filter .16s ease;position:relative;overflow:hidden}.hcc-chart-family-swatch.active:after{content:"";position:absolute;left:50%;top:50%;width:5px;height:5px;border-radius:50%;background:var(--chart-dot,#111);transform:translate(-50%,-50%);z-index:2}.hcc-chart-family-swatch.active.is-hovered:after{opacity:0}.hcc-chart-family-swatch span{opacity:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:10px;font-weight:800;letter-spacing:0;text-align:center;white-space:nowrap;pointer-events:none;line-height:1}.hcc-chart-family-swatch b,.hcc-chart-family-swatch em{display:block;font-style:normal;line-height:1}.hcc-chart-family-swatch.is-hovered{filter:none;flex-grow:1.22;z-index:4}.hcc-chart-family-swatch.is-hovered span{opacity:1}@media (max-width:980px){.hcc-chart-detail{padding:30px 14px 42px}.hcc-chart-list{gap:32px}.hcc-chart-family h3{font-size:23px}.hcc-chart-family-bar{height:54px}.hcc-chart-family-swatch span{font-size:9px;gap:3px}.hcc-chart-family-swatch.is-hovered{flex-grow:1.18}}
.hcc-library-page{display:none;padding:42px 20px 58px}.hcc-app.library-mode .hcc-hero{display:block}.hcc-app.library-mode .hcc-work,.hcc-app.library-mode .hcc-sections,.hcc-app.library-mode .hcc-chart-page,.hcc-app.library-mode .hcc-converter-page{display:none}.hcc-app.library-mode .hcc-library-page{display:block}.hcc-library-intro{width:752px;max-width:100%;margin:0 0 34px;display:flex;justify-content:center}.hcc-library-search{width:360px;max-width:100%;height:42px;border:1px solid #dedede;border-radius:10px;padding:0 14px;font-size:16px;font-weight:600;background:#fff}.hcc-library-list{width:752px;max-width:100%;display:grid;gap:38px}.hcc-library-section h3{font-size:30px;line-height:1.12;margin:0 0 14px;font-weight:900;color:#050505}.hcc-library-table-wrap{border:1px solid #dedede;border-radius:14px;overflow:auto;background:#fff}.hcc-library-table{width:100%;min-width:720px;border-collapse:separate;border-spacing:0}.hcc-library-table th,.hcc-library-table td{height:56px;border-bottom:1px solid #e6e6e6;text-align:left;padding:0 22px;font-size:15px;font-weight:560;white-space:nowrap}.hcc-library-table th{height:46px;color:#525866;font-size:13px;font-weight:760;background:#fff}.hcc-library-table tr:last-child td{border-bottom:0}.hcc-library-dot{width:32px;height:32px;border-radius:50%;display:inline-block;vertical-align:middle;border:1px solid rgba(0,0,0,.07);cursor:pointer}.hcc-library-name,.hcc-library-code{cursor:pointer;font-weight:760}.hcc-library-name:hover,.hcc-library-code:hover{text-decoration:underline}.hcc-library-empty{font-size:16px;color:#525866;font-weight:600;padding:24px 0}
.hcc-converter-page,.hcc-hexrgb-page,.hcc-contrast-tool-page,.hcc-mixer-page{display:none;padding:28px 20px 58px}.hcc-app.converter-mode .hcc-hero,.hcc-app.hexrgb-mode .hcc-hero,.hcc-app.contrast-tool-mode .hcc-hero,.hcc-app.mixer-mode .hcc-hero{display:block}.hcc-app.converter-mode .hcc-work,.hcc-app.converter-mode .hcc-sections,.hcc-app.converter-mode .hcc-chart-page,.hcc-app.converter-mode .hcc-library-page,.hcc-app.converter-mode .hcc-hexrgb-page,.hcc-app.converter-mode .hcc-contrast-tool-page,.hcc-app.converter-mode .hcc-mixer-page,.hcc-app.hexrgb-mode .hcc-work,.hcc-app.hexrgb-mode .hcc-sections,.hcc-app.hexrgb-mode .hcc-chart-page,.hcc-app.hexrgb-mode .hcc-library-page,.hcc-app.hexrgb-mode .hcc-converter-page,.hcc-app.hexrgb-mode .hcc-contrast-tool-page,.hcc-app.hexrgb-mode .hcc-mixer-page,.hcc-app.contrast-tool-mode .hcc-work,.hcc-app.contrast-tool-mode .hcc-sections,.hcc-app.contrast-tool-mode .hcc-chart-page,.hcc-app.contrast-tool-mode .hcc-library-page,.hcc-app.contrast-tool-mode .hcc-converter-page,.hcc-app.contrast-tool-mode .hcc-hexrgb-page,.hcc-app.contrast-tool-mode .hcc-mixer-page,.hcc-app.mixer-mode .hcc-work,.hcc-app.mixer-mode .hcc-sections,.hcc-app.mixer-mode .hcc-chart-page,.hcc-app.mixer-mode .hcc-library-page,.hcc-app.mixer-mode .hcc-converter-page,.hcc-app.mixer-mode .hcc-hexrgb-page,.hcc-app.mixer-mode .hcc-contrast-tool-page{display:none}.hcc-app.converter-mode .hcc-shell,.hcc-app.hexrgb-mode .hcc-shell,.hcc-app.contrast-tool-mode .hcc-shell,.hcc-app.mixer-mode .hcc-shell{margin-top:-34px;overflow:hidden}.hcc-app.converter-mode .hcc-converter-page,.hcc-app.hexrgb-mode .hcc-hexrgb-page,.hcc-app.contrast-tool-mode .hcc-contrast-tool-page,.hcc-app.mixer-mode .hcc-mixer-page{display:block}.hcc-converter-layout{width:752px;max-width:100%;display:grid;gap:16px;margin:0 0 0 6px}.hcc-converter-tabs{display:flex;gap:8px;margin:0 0 2px;justify-content:center;width:100%}.hcc-converter-tabs a{height:38px;padding:0 14px;border-radius:8px;background:#f5f5f5;color:#1f2937;text-decoration:none;font-size:14px;font-weight:760;display:inline-flex;align-items:center}.hcc-converter-tabs a.active,.hcc-converter-tabs a:hover{background:#050505;color:#fff}.hcc-converter-title{font-size:30px;line-height:1.1;margin:0 0 16px;font-weight:900;color:#050505}.hcc-converter-card{border:1px solid #dedede;border-radius:14px;background:#fff;padding:24px 24px 24px;display:grid;gap:24px}.hcc-converter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hcc-converter-grid.single{grid-template-columns:minmax(0,1fr)}.hcc-converter-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.hcc-converter-field{display:grid;gap:8px}.hcc-converter-field label{font-size:14px;color:#050505;font-weight:500}.hcc-converter-field input{height:40px;border:1px solid #dedede;border-radius:9px;padding:0 16px;font-size:16px;font-weight:700;background:#fff;color:#050505;min-width:0}.hcc-converter-field input[type="color"]{padding:3px}.hcc-converter-field input[type="range"]{padding:0;border:0}.hcc-converter-field input::placeholder{color:#8f96a3}.hcc-converter-actions{display:flex;gap:8px;flex-wrap:wrap}.hcc-converter-actions button{height:40px;border:1px solid #dedede;border-radius:9px;background:#fff;padding:0 16px;font-size:16px;font-weight:760;cursor:pointer;color:#050505;min-width:90px}.hcc-converter-actions button:hover{background:#f6f6f6}.hcc-converter-actions .primary{background:#050505;color:#fff;border-color:#050505}.hcc-converter-actions .primary:hover{background:#202020}.hcc-converter-result{border:1px solid #dedede;border-radius:14px;background:#fff;overflow:hidden}.hcc-converter-preview{height:190px;background:var(--converter-color,#fff);display:flex;align-items:center;justify-content:center;color:var(--converter-text,#000);font-size:22px;font-weight:500;letter-spacing:0;cursor:pointer}.hcc-converter-preview.has-color{font-weight:850}.hcc-converter-table{width:100%;border-collapse:separate;border-spacing:0}.hcc-converter-table th,.hcc-converter-table td{height:57px;border-top:1px solid #e5e5e5;text-align:left;padding:0 24px;font-size:16px;font-weight:500;white-space:nowrap}.hcc-converter-table th{height:48px;font-size:14px;font-weight:760;color:#050505;background:#fff}.hcc-converter-table td:first-child{font-weight:760}.hcc-converter-code{font-weight:560;cursor:pointer}.hcc-converter-code:hover{text-decoration:underline}.hcc-tool-metric{height:190px;border-radius:14px;border:1px solid #dedede;display:grid;place-items:center;text-align:center;font-weight:850;background:var(--tool-bg,#fff);color:var(--tool-fg,#050505)}.hcc-tool-metric b{display:block;font-size:58px;line-height:1}.hcc-tool-metric span{display:block;font-size:16px;margin-top:8px}.hcc-mixer-bar{height:78px;border-radius:14px;overflow:hidden;display:flex;border:1px solid #dedede}.hcc-mixer-bar button{flex:1;border:0;display:grid;place-items:center;font-size:13px;font-weight:850;color:var(--swatch-text,#000);cursor:pointer;background:var(--swatch-bg,#ccc)}.hcc-contrast-tool{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch}.hcc-contrast-form,.hcc-contrast-result{border:1px solid #dedede;border-radius:12px;background:#fff;overflow:hidden}.hcc-contrast-form{padding:24px}.hcc-contrast-group{display:grid;gap:12px;margin-bottom:28px}.hcc-contrast-group:last-child{margin-bottom:0}.hcc-contrast-group h3{font-size:16px;line-height:1;margin:0 0 10px;font-weight:900}.hcc-contrast-label{font-size:14px;font-weight:500;color:#050505}.hcc-contrast-hexbox{height:40px;border:1px solid #dedede;border-radius:14px;display:grid;grid-template-columns:24px auto 1fr;align-items:center;gap:9px;padding:0 10px;background:#fff}.hcc-contrast-swatch{width:24px;height:24px;border-radius:50%;border:1px solid rgba(0,0,0,.12);background:var(--contrast-color,#000);cursor:pointer}.hcc-contrast-hash{font-size:20px;color:#8a8f98;font-weight:400;line-height:1}.hcc-contrast-hexbox input{height:30px;border:0;outline:0;background:transparent;font-size:16px;font-weight:500;color:#1f2937;text-transform:uppercase;min-width:0}.hcc-contrast-lightness{font-size:14px;font-weight:700;color:#050505}.hcc-contrast-range{appearance:none;-webkit-appearance:none;width:100%;height:6px;border-radius:999px;background:linear-gradient(90deg,#050505 var(--range-pct,50%),#f1f1f1 var(--range-pct,50%));outline:0;cursor:pointer}.hcc-contrast-range::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;border:1px solid #050505;background:#fff}.hcc-contrast-range::-moz-range-thumb{width:16px;height:16px;border-radius:50%;border:1px solid #050505;background:#fff}.hcc-contrast-score{height:206px;display:grid;place-items:center;color:var(--contrast-accent,#ec253f);font-size:50px;font-weight:900;line-height:1;border-bottom:1px solid #dedede;background:#fff}.hcc-contrast-score span{cursor:pointer}.hcc-contrast-table{width:100%;border-collapse:separate;border-spacing:0}.hcc-contrast-table th,.hcc-contrast-table td{height:53px;border-bottom:1px solid #e6e6e6;text-align:center;font-size:14px;font-weight:650;color:#050505}.hcc-contrast-table th:first-child,.hcc-contrast-table td:first-child{text-align:left;padding-left:16px}.hcc-contrast-table tr:last-child td{border-bottom:0}.hcc-contrast-mark{width:16px;height:16px;border-radius:50%;display:inline-grid;place-items:center;color:#fff;font-size:12px;font-weight:900;line-height:1}.hcc-contrast-mark.pass{background:#0fc15a}.hcc-contrast-mark.fail{background:#f22645}.hcc-converter-note{font-size:16px;line-height:1.7;color:#3f3f46;font-weight:500;margin-top:28px}.hcc-converter-note h2{font-size:30px;line-height:1.12;margin:0 0 14px;font-weight:900;color:#050505}.hcc-converter-note h3{font-size:22px;line-height:1.2;margin:28px 0 10px;font-weight:850;color:#050505}.hcc-converter-note p{margin:0 0 14px}
@media (max-width:980px){.hcc-library-page,.hcc-converter-page,.hcc-hexrgb-page{padding:30px 14px 42px}.hcc-library-section h3,.hcc-converter-title,.hcc-converter-note h2{font-size:24px}.hcc-converter-layout{margin:0}.hcc-converter-grid{grid-template-columns:1fr}.hcc-converter-preview{height:150px}.hcc-converter-table{min-width:620px}.hcc-converter-result{overflow:auto}}
.hcc-modal{position:fixed;inset:0;background:rgba(0,0,0,.52);display:none;align-items:center;justify-content:center;z-index:1000;padding:22px}
.hcc-modal.show{display:flex}.hcc-dialog{width:min(880px,calc(100vw - 32px));height:min(674px,calc(100vh - 32px));background:#fff;border-radius:8px;box-shadow:0 24px 80px rgba(0,0,0,.28);display:grid;grid-template-rows:56px 1fr;overflow:hidden}
.hcc-modal-head{display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid #e6e6e6}.hcc-modal-head h2{font-size:17px;margin:0;font-weight:850}.hcc-close{width:36px;height:36px;border:0;background:#fff;border-radius:50%;font-size:26px;line-height:1;cursor:pointer}
.hcc-modal-body{display:grid;grid-template-columns:202px 1fr;min-height:0}.hcc-export-menu{border-right:1px solid #e6e6e6;padding:16px}.hcc-export-menu button{width:100%;border:0;background:#fff;border-radius:10px;padding:12px 15px;text-align:left;cursor:pointer}.hcc-export-menu button.active{background:#f4f4f4}.hcc-export-menu b{display:block;font-size:16px;font-weight:700;line-height:1.15}.hcc-export-menu span{display:block;color:#777;font-size:13px;font-weight:500;line-height:1.25;margin-top:3px}
.hcc-export-main{padding:18px;display:grid;grid-template-columns:314px 1fr;grid-template-rows:34px minmax(0,1fr);gap:16px;min-width:0;min-height:0;height:100%;box-sizing:border-box}.hcc-export-tabs{grid-column:1/3;display:grid;grid-template-columns:1fr 178px;gap:16px}.hcc-tabbar{display:flex;gap:18px}.hcc-export-tab{border:0;background:#fff;border-radius:9px;height:34px;padding:0 14px;font-weight:750;cursor:pointer}.hcc-export-tab.active{background:#f4f4f4}.hcc-prefix-input{height:34px;border:1px solid #e4e4e4;border-radius:9px;padding:0 12px;font-weight:700}
.hcc-export-swatches{border-radius:9px;overflow:hidden;align-self:stretch;display:grid;grid-template-rows:repeat(11,minmax(0,1fr));min-height:0}.hcc-export-swatch{min-height:0;display:flex;align-items:center;justify-content:center;color:#fff;border-bottom:1px solid rgba(255,255,255,.22);cursor:pointer}.hcc-export-swatch:last-child{border-bottom:0}.hcc-export-swatch.dark-text{color:#050505}.hcc-export-code{font-family:Consolas,Monaco,"Courier New",monospace;font-size:13px;font-weight:700;line-height:1;letter-spacing:0;font-variant-numeric:tabular-nums;text-align:center;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:9px;min-width:188px}.hcc-export-code .hcc-copy-mini{margin-left:0}
.hcc-copy-mini{width:16px;height:16px;display:inline-block;position:relative;opacity:.82;flex:0 0 auto;vertical-align:middle}.hcc-copy-mini:before,.hcc-copy-mini:after{content:"";position:absolute;width:10px;height:10px;border:1.25px solid currentColor;border-radius:1.5px;box-sizing:border-box}.hcc-copy-mini:before{left:5px;top:2px}.hcc-copy-mini:after{left:1px;top:6px;background:transparent}
.hcc-code-box{grid-column:2;grid-row:2;align-self:start;background:#f4f4f4;border:0;border-radius:9px;padding:22px 26px;font-family:Consolas,Monaco,"Courier New",monospace;font-size:14px;line-height:1.72;resize:none;min-height:0;height:calc(100% - 56px);width:100%;color:#050505;white-space:pre;overflow:auto;box-sizing:border-box;font-variant-numeric:tabular-nums}.hcc-copy-codes{grid-column:2;grid-row:2;align-self:end;height:40px;border:1px solid #e2e2e2;background:#fff;border-radius:9px;font-size:16px;font-weight:750;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px}.hcc-copy-codes .hcc-copy-mini{color:#111;opacity:.85;transform:translateY(0)}
.hcc-modal.single .hcc-dialog{height:424px}.hcc-modal.single .hcc-export-main{grid-template-rows:34px 254px 1fr;height:auto;align-content:start}.hcc-modal.single .hcc-export-tabs{grid-row:1}.hcc-modal.single .hcc-export-swatches{grid-column:1;grid-row:2;height:48px;align-self:start}.hcc-modal.single .hcc-code-box{grid-column:2;grid-row:2;height:254px}.hcc-modal.single .hcc-copy-codes{grid-column:2;grid-row:2;align-self:end;margin:0}
.hcc-mixer-control{border:1px solid #dedede;border-radius:12px;background:#fff;padding:22px 24px 24px;display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:12px;row-gap:18px}.hcc-mixer-field{display:grid;gap:9px}.hcc-mixer-field label,.hcc-mixer-wide-label{font-size:14px;font-weight:700;color:#050505}.hcc-mixer-hexbox{height:40px;border:1px solid #dedede;border-radius:14px;display:grid;grid-template-columns:24px auto 1fr;align-items:center;gap:9px;padding:0 10px;background:#fff}.hcc-mixer-swatch{width:24px;height:24px;border-radius:50%;border:1px solid rgba(0,0,0,.12);background:var(--mixer-color,#000);cursor:pointer}.hcc-mixer-hash{font-size:20px;color:#8a8f98;font-weight:400;line-height:1}.hcc-mixer-hexbox input{height:30px;border:0;outline:0;background:transparent;font-size:16px;font-weight:500;color:#1f2937;text-transform:uppercase;min-width:0}.hcc-mixer-range{appearance:none;-webkit-appearance:none;width:100%;height:6px;border-radius:999px;background:linear-gradient(90deg,#050505 var(--range-pct,50%),#f1f1f1 var(--range-pct,50%));outline:0;cursor:pointer}.hcc-mixer-range::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;border:1px solid #050505;background:#fff}.hcc-mixer-range::-moz-range-thumb{width:16px;height:16px;border-radius:50%;border:1px solid #050505;background:#fff}.hcc-mixer-wide{grid-column:1/4;display:grid;gap:14px}.hcc-mixer-ticks{display:grid;grid-template-columns:repeat(18,1fr);font-size:12px;color:#48515f;text-align:center}.hcc-mixer-ticks span{height:18px;display:grid;place-items:center}.hcc-mixer-ticks span.active{background:#e8e8e8;border-radius:999px;font-weight:800;color:#050505}.hcc-mixer-palette-head{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.hcc-mixer-palette-head h2{font-size:20px;line-height:1;margin:0;font-weight:900;color:#050505}.hcc-mixer-export{border:0;background:#fff;color:#525866;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;gap:8px;padding:6px 8px;border-radius:8px}.hcc-mixer-export:hover{background:#f3f3f3}.hcc-mixer-export .hcc-export-icon{width:14px;height:14px;stroke-width:1.7}.hcc-mixer-page .hcc-mixer-bar{height:318px;border-radius:12px;overflow:hidden;display:flex;background:#fff;border:0}.hcc-mixer-page .hcc-mixer-bar button{flex:1 1 1px;border:0;display:grid;place-items:center;font-size:13px;font-weight:850;color:transparent;cursor:pointer;background:var(--swatch-bg,#ccc);min-width:0;transition:flex-grow .18s ease,filter .16s ease,color .12s ease;padding:0 8px;white-space:nowrap;overflow:hidden}.hcc-mixer-page .hcc-mixer-bar button:hover{flex-grow:1.55;color:var(--swatch-text,#000);filter:none}
.hcc-toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%) translateY(8px);background:#111;color:#fff;border-radius:999px;padding:10px 16px;font-size:13px;font-weight:800;line-height:1;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:2147483647;box-shadow:0 10px 28px rgba(0,0,0,.24)}.hcc-toast.show{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
@media (max-width:980px){.hcc-nav{justify-content:flex-start;padding:8px 16px;overflow-x:auto;overflow-y:visible}.hcc-nav-menu{left:0;transform:translateY(6px);width:240px}.hcc-hero{min-height:346px;padding:46px 18px 104px}.hcc-hero h1{font-size:44px}.hcc-hero p{font-size:18px}.hcc-shell{margin:-34px 0 0;border-radius:0;border-left:0;border-right:0}.hcc-summary{grid-template-columns:1fr auto;gap:10px;height:auto;padding:14px}.hcc-stat,.hcc-strip{display:none}.hcc-work{grid-template-columns:1fr;padding:22px 18px}.hcc-preview{height:260px}.hcc-sections{margin:24px 18px 0;max-width:none}.hcc-grid,.hcc-convert-grid,.hcc-contrast-grid,.hcc-blind-grid{grid-template-columns:1fr}.hcc-convert-row{grid-template-columns:88px 1fr}.hcc-convert-row div:nth-child(3){grid-column:2}.hcc-modal-body,.hcc-export-main,.hcc-export-tabs{grid-template-columns:1fr}.hcc-export-tabs,.hcc-copy-codes{grid-column:auto}.hcc-dialog{height:auto;max-height:calc(100vh - 32px)}}
@media (max-width:980px){.hcc-mixer-control{grid-template-columns:1fr;padding:18px}.hcc-mixer-wide{grid-column:1}.hcc-mixer-page .hcc-mixer-bar{height:220px}.hcc-mixer-ticks{font-size:10px}}
