.hlg-wrapper{--hlg-primary:#2563eb;--hlg-primary-light:#1d4ed8;--hlg-primary-bg:rgba(37, 99, 235, 0.06);--hlg-surface:#ffffff;--hlg-surface-2:#f8fafc;--hlg-border:#e2e8f0;--hlg-border-light:#f1f5f9;--hlg-text:#0f172a;--hlg-text-2:#334155;--hlg-muted:#64748b;--hlg-ok:#16a34a;--hlg-ok-bg:rgba(22,163,74,.08);--hlg-accent:#dc2626;--hlg-accent-soft:rgba(220,38,38,.06);--hlg-radius:16px;--hlg-radius-sm:10px;--hlg-shadow:0 1px 3px rgba(0,0,0,.06), 0 6px 16px rgba(0,0,0,.04);--hlg-shadow-lg:0 4px 12px rgba(0,0,0,.06), 0 20px 48px rgba(0,0,0,.08);--hlg-font:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;font-family:var(--hlg-font);font-size:inherit;color:var(--hlg-text);max-width:100%;width:100%;margin:0 auto;padding:0;line-height:1.55;-webkit-font-smoothing:antialiased}.hlg-wrapper *,.hlg-wrapper *::before,.hlg-wrapper *::after{box-sizing:border-box!important}.hlg-header{display:flex!important;align-items:center;gap:10px;padding:14px 22px;background:var(--hlg-surface-2);border:1px solid var(--hlg-border);border-bottom:none;border-radius:var(--hlg-radius) var(--hlg-radius) 0 0;color:var(--hlg-text)}.hlg-header-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;background:var(--hlg-primary-bg);border-radius:8px;color:var(--hlg-primary);flex-shrink:0}.hlg-header-icon svg{width:18px;height:18px;display:block}.hlg-subtitle{margin:0!important;padding:0!important;font-size:14px;font-weight:600;color:var(--hlg-text-2);line-height:1.4}.hlg-body{background:var(--hlg-surface);border:1px solid var(--hlg-border);border-top:none;border-radius:0 0 var(--hlg-radius) var(--hlg-radius);padding:24px;box-shadow:var(--hlg-shadow)}.hlg-grid{display:grid!important;grid-template-columns:1fr 1fr;gap:24px}.hlg-col{min-width:0;width:100%}.hlg-output-area{overflow:visible!important}.hlg-section{margin-bottom:16px;background:var(--hlg-surface);border:1px solid var(--hlg-border);border-radius:var(--hlg-radius);padding:20px;box-shadow:var(--hlg-shadow)}.hlg-section-header{display:flex!important;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--hlg-border-light)}.hlg-section-number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--hlg-primary);color:#fff!important;border-radius:8px;font-size:13px;font-weight:700;flex-shrink:0}.hlg-section-icon{display:flex;align-items:center;color:var(--hlg-primary);flex-shrink:0}.hlg-section-header h3{margin:0;font-size:15px;font-weight:700;color:var(--hlg-text)}.hlg-field{margin-bottom:14px;overflow:visible!important}.hlg-field label{display:block;margin-bottom:6px;font-size:13px;font-weight:700;color:var(--hlg-text-2);text-transform:uppercase;letter-spacing:.04em}.hlg-required{color:var(--hlg-accent)}.hlg-field-row{display:flex!important;gap:12px}.hlg-field-half{flex:1;min-width:0}.hlg-wrapper input[type="text"],.hlg-wrapper input[type="url"],.hlg-wrapper input[type="number"],.hlg-wrapper select{width:100%;padding:12px 14px;font:inherit;font-size:14px;border:1px solid var(--hlg-border);border-radius:var(--hlg-radius-sm);background:var(--hlg-surface-2);color:var(--hlg-text);transition:border-color .2s,box-shadow .2s;outline:none}.hlg-wrapper input:focus,.hlg-wrapper select:focus{border-color:var(--hlg-primary);box-shadow:0 0 0 3px rgb(37 99 235 / .1);background:#fff}.hlg-wrapper input.hlg-error{border-color:var(--hlg-accent);box-shadow:0 0 0 3px var(--hlg-accent-soft)}.hlg-hint-inline,.hlg-hint{display:block!important;font-size:12px;color:var(--hlg-muted);margin-top:5px;line-height:1.4}.hlg-checkbox-grid{display:flex!important;flex-wrap:wrap!important;gap:6px}.hlg-chip{display:inline-flex!important;align-items:center;cursor:pointer}.hlg-chip input[type="checkbox"]{display:none}.hlg-chip span{display:inline-block;padding:7px 14px;border:1px solid var(--hlg-border);border-radius:8px;font-size:13px;font-weight:600;font-family:'SF Mono','Consolas',monospace;color:var(--hlg-text-2);transition:all .15s;user-select:none}.hlg-chip:hover span{border-color:var(--hlg-primary);color:var(--hlg-primary)}.hlg-chip input:checked+span{background:var(--hlg-primary);border-color:var(--hlg-primary);color:#fff}.hlg-color-grid{display:flex;flex-direction:column;gap:0}.hlg-color-pick{display:flex!important;align-items:center;gap:8px}.hlg-color-swatch{display:inline-block!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;border:1px solid var(--hlg-border)!important;border-radius:0!important;flex-shrink:0!important;cursor:pointer!important;transition:box-shadow .15s,border-color .15s;box-sizing:border-box!important;padding:0!important;margin:0!important;line-height:0!important;font-size:0!important;vertical-align:middle!important}.hlg-color-swatch:hover{border-color:var(--hlg-primary)!important;box-shadow:0 0 0 3px rgb(37 99 235 / .12)!important}.hlg-color-text{width:110px!important;flex:0 1 110px!important;font-family:'SF Mono','Consolas',monospace!important;text-transform:uppercase;font-size:13px!important}.hlg-cpicker-popup{position:absolute;z-index:99999;width:260px;background:#fff;border:1px solid var(--hlg-border,#e2e8f0);border-radius:12px;box-shadow:0 8px 32px rgb(0 0 0 / .14),0 2px 8px rgb(0 0 0 / .06);padding:12px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.hlg-cpicker-gradient{position:relative;width:100%;height:150px;border-radius:8px;overflow:hidden;cursor:crosshair;touch-action:none}.hlg-cpicker-gradient-white{position:absolute;inset:0;background:linear-gradient(to right,#fff,transparent)}.hlg-cpicker-gradient-black{position:absolute;inset:0;background:linear-gradient(to bottom,transparent,#000)}.hlg-cpicker-cursor{position:absolute;width:16px;height:16px;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px rgb(0 0 0 / .25),0 2px 6px rgb(0 0 0 / .2);transform:translate(-50%,-50%);pointer-events:none}.hlg-cpicker-hue-wrap{padding:10px 0 6px}.hlg-cpicker-hue{position:relative;width:100%;height:14px;border-radius:7px;background:linear-gradient(to right,#FF0000 0%,#FFFF00 17%,#00FF00 33%,#00FFFF 50%,#0000FF 67%,#FF00FF 83%,#FF0000 100%);cursor:pointer;touch-action:none}.hlg-cpicker-hue-thumb{position:absolute;top:50%;width:18px;height:18px;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px rgb(0 0 0 / .2),0 2px 6px rgb(0 0 0 / .15);transform:translate(-50%,-50%);pointer-events:none}.hlg-cpicker-presets{display:flex;flex-wrap:wrap;gap:4px;padding:8px 0;border-top:1px solid #f1f5f9;margin-top:4px}.hlg-cpicker-preset{width:20px;height:20px;border-radius:4px;cursor:pointer;border:1px solid rgb(0 0 0 / .1);transition:transform .1s,box-shadow .1s}.hlg-cpicker-preset:hover{transform:scale(1.25);box-shadow:0 2px 6px rgb(0 0 0 / .2);z-index:1}.hlg-cpicker-footer{display:flex;align-items:center;gap:8px;padding-top:8px;border-top:1px solid #f1f5f9}.hlg-cpicker-preview-swatch{width:32px;height:32px;border-radius:6px;border:1px solid rgb(0 0 0 / .1);flex-shrink:0}.hlg-cpicker-hex-input{flex:1;padding:7px 10px!important;font-family:'SF Mono','Consolas',monospace!important;font-size:13px!important;text-transform:uppercase;border:1px solid #e2e8f0!important;border-radius:6px!important;background:#f8fafc!important;color:#0f172a!important;outline:none;width:auto!important}.hlg-cpicker-hex-input:focus{border-color:#2563eb!important;box-shadow:0 0 0 2px rgb(37 99 235 / .1)}.hlg-preview-section{margin-top:16px}.hlg-preview-box{padding:24px;background:var(--hlg-surface-2);border-radius:var(--hlg-radius-sm);text-align:center;border:1px solid var(--hlg-border-light)}.hlg-preview-box a{text-decoration:underline;color:#06c;cursor:default;font-size:15px}.hlg-code-section{margin-top:12px}.hlg-code-wrap{background:var(--hlg-surface-2);border:1px solid var(--hlg-border-light);border-radius:var(--hlg-radius-sm);overflow-x:auto}.hlg-code-wrap pre{margin:0;padding:16px;white-space:pre-wrap;word-break:break-all}.hlg-code-wrap code{font-family:'SF Mono','Consolas',monospace;font-size:13px;color:var(--hlg-text);background:#fff0}.hlg-btn-copy-inline{margin-left:auto;background:none;border:1px solid var(--hlg-border);border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--hlg-muted);transition:all .15s;flex-shrink:0}.hlg-btn-copy-inline:hover{border-color:var(--hlg-primary);color:var(--hlg-primary);background:var(--hlg-primary-bg)}.hlg-btn-copy-inline.copied{border-color:var(--hlg-ok);color:var(--hlg-ok);background:var(--hlg-ok-bg)}.hlg-actions{display:flex!important;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid var(--hlg-border)}.hlg-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:var(--hlg-radius-sm);font-weight:700;font-size:14px;font-family:inherit;cursor:pointer;transition:all .15s;border:none;white-space:nowrap}.hlg-btn-primary{background:linear-gradient(135deg,#2563eb 0,#1d4ed8 100%);color:#fff!important;box-shadow:0 4px 14px rgb(37 99 235 / .3)}.hlg-btn-primary:hover{background:linear-gradient(135deg,#1d4ed8 0,#1e40af 100%);box-shadow:0 6px 20px rgb(37 99 235 / .4);transform:translateY(-1px)}.hlg-btn-primary:active{transform:scale(.97)}.hlg-btn-primary span,.hlg-btn-primary svg{color:#fff!important}.hlg-section-number,.hlg-section-number span{color:#fff!important}.hlg-btn-ghost{background:#fff0;color:var(--hlg-muted);border:1px solid var(--hlg-border)}.hlg-btn-ghost:hover{border-color:var(--hlg-primary);color:var(--hlg-primary)}.hlg-toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--hlg-text);color:#fff;padding:10px 24px;border-radius:var(--hlg-radius-sm);font-size:14px;font-weight:600;box-shadow:var(--hlg-shadow-lg);z-index:99999;animation:hlg-toast-in 0.3s ease;font-family:inherit}@keyframes hlg-toast-in{from{opacity:0;transform:translateX(-50%) translateY(10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@media (max-width:768px){.hlg-grid{grid-template-columns:1fr!important;gap:16px}.hlg-body{padding:16px}.hlg-section{padding:16px}}@media (max-width:600px){.hlg-header{padding:12px 16px}.hlg-subtitle{font-size:13px}.hlg-body{padding:12px}.hlg-section{padding:14px;border-radius:14px}.hlg-field-row{flex-direction:column!important;gap:0}.hlg-wrapper input[type="text"],.hlg-wrapper input[type="url"],.hlg-wrapper input[type="number"],.hlg-wrapper select{padding:14px;font-size:16px}.hlg-color-pick{flex-wrap:wrap}.hlg-color-text{width:90px!important;font-size:12px!important}.hlg-code-wrap pre{padding:12px}.hlg-code-wrap code{font-size:12px}.hlg-actions{flex-direction:column!important}.hlg-btn{justify-content:center;width:100%;padding:14px}.hlg-chip span{padding:5px 12px;font-size:12px}.hlg-preview-box{padding:16px}.hlg-toast{left:12px;right:12px;transform:none;text-align:center}@keyframes hlg-toast-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}}@media (max-width:380px){.hlg-header{padding:10px 12px;gap:8px}.hlg-subtitle{font-size:12px}.hlg-body{padding:8px}.hlg-section{padding:12px}.hlg-section-number{width:24px;height:24px;font-size:11px;border-radius:6px}.hlg-color-swatch{width:34px;height:34px}.hlg-btn{font-size:13px;padding:12px}}.hlg-wrapper{padding:8px 0!important}.hlg-header{background:linear-gradient(135deg,#f8fafc 0%,#eef2ff 100%)!important;border:1px solid #e2e8f0!important;padding:18px 24px!important;border-radius:16px 16px 0 0!important}.hlg-header-icon{width:42px!important;height:42px!important;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%)!important;color:#fff!important;box-shadow:0 4px 12px rgb(37 99 235 / .3)!important;border-radius:10px!important}.hlg-header-icon svg{width:22px!important;height:22px!important}.hlg-section{border:1px solid #e2e8f0!important;border-radius:14px!important;padding:22px!important;box-shadow:0 1px 2px rgb(10 10 10 / .04)!important;transition:box-shadow .2s ease}.hlg-section:hover{box-shadow:0 4px 16px rgb(10 10 10 / .06)!important}.hlg-section-number{width:32px!important;height:32px!important;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%)!important;color:#fff!important;border-radius:10px!important;font-size:14px!important;font-weight:800!important;box-shadow:0 2px 8px rgb(37 99 235 / .3)!important}.hlg-section-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;background:rgb(37 99 235 / .08)!important;border-radius:10px!important;color:#2563eb!important}.hlg-section-icon svg{width:18px!important;height:18px!important}.hlg-section-header h3{font-family:DM Sans,Manrope,system-ui,sans-serif!important;font-size:16px!important;font-weight:800!important;letter-spacing:-.015em!important;color:#0a0a0a!important}.hlg-section-header{border-bottom:1px solid #f1f5f9!important;padding-bottom:14px!important;margin-bottom:18px!important}.hlg-wrapper input[type="text"],.hlg-wrapper input[type="url"],.hlg-wrapper input[type="number"],.hlg-wrapper select,.hlg-wrapper textarea{border:1px solid #e2e8f0!important;border-radius:10px!important;padding:11px 14px!important;font-size:14px!important;background:#ffffff!important;transition:border-color .15s ease,box-shadow .15s ease}.hlg-wrapper input[type="text"]:focus,.hlg-wrapper input[type="url"]:focus,.hlg-wrapper input[type="number"]:focus,.hlg-wrapper select:focus,.hlg-wrapper textarea:focus{outline:none!important;border-color:#2563eb!important;box-shadow:0 0 0 3px rgb(37 99 235 / .12)!important}.hlg-wrapper label{font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.06em!important;color:#64748b!important;margin-bottom:6px!important}.hlg-pill,.hlg-rel-pill,[class*="hlg-rel"] label,.hlg-pills label{border:1px solid #e2e8f0!important;background:#ffffff!important;color:#334155!important;border-radius:9999px!important;padding:8px 16px!important;font-size:13px!important;font-weight:600!important;cursor:pointer!important;transition:all .15s ease!important;display:inline-flex!important;align-items:center!important;gap:6px!important}.hlg-pill:hover,[class*="hlg-rel"] label:hover{border-color:#2563eb!important;color:#2563eb!important;background:rgb(37 99 235 / .04)!important}.hlg-pill.is-active,[class*="hlg-rel"] input:checked+label,.hlg-pill[data-active="1"]{background:#2563eb!important;border-color:#2563eb!important;color:#fff!important;box-shadow:0 2px 8px rgb(37 99 235 / .2)!important}.hlg-preview-section{background:linear-gradient(135deg,#f8fafc 0%,#eef2ff 100%)!important;border:1px dashed #cbd5e1!important}.hlg-preview-box,.hlg-preview-area,[class*="preview-content"]{background:#ffffff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;padding:32px 24px!important;text-align:center!important;min-height:80px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:15px!important}.hlg-code-section pre,.hlg-code-section code,.hlg-output-code,[class*="code-block"]{background:#0a0a0a!important;color:#e2e8f0!important;border-radius:12px!important;padding:18px 20px!important;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important;font-size:13px!important;line-height:1.6!important;overflow-x:auto!important;border:1px solid #1e293b!important}.hlg-copy-btn,.hlg-btn-copy,button[class*="copy"]{width:36px!important;height:36px!important;background:#ffffff!important;border:1px solid #e2e8f0!important;border-radius:8px!important;color:#475569!important;cursor:pointer!important;transition:all .15s ease!important}.hlg-copy-btn:hover,.hlg-btn-copy:hover,button[class*="copy"]:hover{background:#2563eb!important;color:#fff!important;border-color:#2563eb!important}.hlg-color-row,.hlg-color-input{display:flex!important;align-items:center!important;gap:10px!important}input[type="color"]{-webkit-appearance:none!important;appearance:none!important;width:48px!important;height:42px!important;padding:0!important;border:1px solid #e2e8f0!important;border-radius:10px!important;cursor:pointer!important;background:#ffffff!important;overflow:hidden!important}input[type="color"]::-webkit-color-swatch-wrapper{padding:3px!important;border-radius:8px!important}input[type="color"]::-webkit-color-swatch{border:none!important;border-radius:6px!important}.hlg-wrapper input[type="checkbox"]{width:18px!important;height:18px!important;border-radius:4px!important;accent-color:#2563eb!important;cursor:pointer!important}.hlg-tip,.hlg-note,.hlg-hint,[class*="hlg-tip"]{background:rgb(37 99 235 / .04)!important;border-left:3px solid #2563eb!important;padding:10px 14px!important;border-radius:0 8px 8px 0!important;font-size:13px!important;color:#475569!important;margin-top:14px!important}.hlg-required,[class*="-required"]{color:#dc2626!important;font-weight:700!important}@media (max-width:768px){.hlg-grid{grid-template-columns:1fr!important;gap:16px!important}.hlg-section{padding:18px!important}.hlg-header{padding:14px 18px!important}}