:root{--hq-bg: #f4f4f4;--hq-sidebar: #2d3032;--hq-sidebar-raised: #4a4f51;--hq-sidebar-hover: #404447;--hq-accent: #47acff;--hq-primary: #0f766e;--hq-border: #d8dee8;--hq-border-soft: #e5eaf0;--hq-text: #17191c;--hq-text-muted: #65707d;--hq-surface: #ffffff;--hq-surface-muted: #f8fafc;--hq-control-bg: #ffffff;--hq-menu-section-bg: #ffffff;--hq-menu-section-text: #374151;color:var(--hq-text);color-scheme:light;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;line-height:1.5;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{background:var(--hq-bg);margin:0}button,input,select,textarea{font:inherit}.hq-shell{background:var(--hq-bg);min-height:100vh}.hq-sidebar{background:var(--hq-sidebar);bottom:0;color:#e8edf2;left:0;overflow:hidden;position:fixed;top:0;width:208px;z-index:10}.hq-workspace{margin-left:208px;min-height:100vh}.hq-content{padding:36px 24px 40px}.hq-brand{align-items:center;background:var(--hq-sidebar);display:flex;gap:10px;height:84px;padding:18px 16px 18px 17px;position:sticky;top:0;z-index:2}.hq-brand-mark{align-items:center;background:#f1f5f9;border-radius:6px;color:#24272a;display:inline-flex;flex:0 0 auto;font-size:13px;font-weight:800;height:34px;justify-content:center;width:34px}.hq-brand strong,.hq-brand span{display:block}.hq-brand strong{color:#fff;font-size:14px;letter-spacing:0}.hq-brand div>span{color:#aab3bd;font-size:11px;letter-spacing:0}.hq-menu-scroll{height:calc(100vh - 84px);overflow-y:auto;padding:18px 8px 28px 14px;width:230px}.hq-menu-group{margin-bottom:8px;width:186px}.hq-menu-group-button,.hq-menu-direct-item{align-items:center;background:transparent;border:0;cursor:pointer;display:flex;justify-content:space-between;text-align:left;transition:background-color .14s ease,color .14s ease;width:100%}.hq-menu-group-button{border-radius:8px;color:#fff;font-size:14px;font-weight:700;min-height:40px;padding:10px 12px}.hq-menu-group-button:hover,.hq-menu-group-button.active{background:var(--hq-sidebar-hover)}.hq-menu-group-button.active{color:var(--hq-accent)}.hq-menu-group-children{background:var(--hq-sidebar-raised);border-radius:6px;margin-top:4px;padding:8px 0 12px}.hq-menu-section{display:grid;gap:6px}.hq-menu-direct-item{border-radius:6px;color:#fff;font-size:13px;font-weight:600;margin:0 8px;min-height:34px;padding:7px 10px 7px 22px;width:calc(100% - 16px)}.hq-menu-direct-item:hover{color:var(--hq-accent)}.hq-menu-direct-item.active{background:var(--hq-menu-section-bg);border:2px solid var(--hq-accent);color:var(--hq-accent);padding-bottom:5px;padding-left:20px;padding-top:5px}.hq-menu-chevron{border-bottom:2px solid currentColor;border-right:2px solid currentColor;display:inline-block;height:7px;margin-right:2px;transform:rotate(45deg);transition:transform .16s ease;width:7px}.hq-menu-chevron.open{transform:rotate(225deg)}.hq-header{align-items:center;background:var(--hq-surface);border-bottom:1px solid var(--hq-border);display:grid;gap:16px;grid-template-columns:1fr auto;min-height:84px;padding:16px 24px}.hq-breadcrumb-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px;grid-column:1 / 2;min-width:0}.hq-home-button{align-items:center;background:transparent;border:0;border-radius:6px;cursor:pointer;display:inline-flex;height:30px;justify-content:center;width:30px}.hq-home-button:hover{background:#eef6ff}.hq-home-button-mark{background:linear-gradient(135deg,transparent 47%,var(--hq-accent) 48% 55%,transparent 56%),linear-gradient(45deg,transparent 47%,var(--hq-accent) 48% 55%,transparent 56%),linear-gradient(var(--hq-accent),var(--hq-accent));background-position:2px 4px,8px 4px,6px 12px;background-repeat:no-repeat;background-size:12px 12px,12px 12px,12px 8px;display:block;height:24px;width:24px}.hq-breadcrumb-segment{align-items:center;display:inline-flex;gap:8px}.hq-breadcrumb-divider{color:#a8b0ba;font-size:13px}.hq-breadcrumb-pill{background:var(--hq-surface-muted);border-radius:4px;color:var(--hq-text-muted);display:inline-flex;font-size:13px;font-weight:700;line-height:18px;max-width:180px;overflow:hidden;padding:2px 6px;text-overflow:ellipsis;white-space:nowrap}.hq-breadcrumb-pill.active{background:var(--hq-accent);color:#fff}.hq-header-title{grid-column:1 / 2;min-width:0}.hq-header-title p{color:var(--hq-text-muted);font-size:12px;font-weight:700;margin:0 0 4px}.hq-header-title h1{font-size:24px;letter-spacing:0;line-height:1.25;margin:0}.hq-profile{align-items:center;display:flex;gap:10px;grid-column:2 / 3;grid-row:1 / 3;justify-self:end}.hq-avatar{align-items:center;background:var(--hq-accent);border-radius:999px;color:#fff;display:inline-flex;font-size:13px;font-weight:800;height:28px;justify-content:center;width:28px}.hq-profile strong,.hq-profile span{display:block}.hq-profile strong{font-size:13px}.hq-profile div>span{color:var(--hq-text-muted);font-size:11px;font-weight:800}.hq-button,.form-panel button,.action-row button,.panel-header button{border-radius:6px;cursor:pointer;font-size:13px;font-weight:700;min-height:36px;padding:8px 13px}.hq-button-primary,.form-panel button{background:var(--hq-primary);border:1px solid var(--hq-primary);color:#fff}.hq-button-primary:hover,.form-panel button:hover{background:#115e59;border-color:#115e59}.hq-button-secondary,.action-row button,.panel-header button{background:#fff;border:1px solid #cbd5e1;color:#22262a}.hq-button-secondary:hover,.action-row button:hover,.panel-header button:hover{border-color:#9fb0c4}.hq-button:disabled{cursor:wait;opacity:.55}.hq-dependency-panel,.feedback,.panel{background:var(--hq-surface);border:1px solid var(--hq-border);border-radius:8px}.hq-dependency-panel{align-items:flex-start;display:flex;gap:12px;margin-bottom:18px;padding:14px 16px}.hq-dependency-panel>span{color:#7b8490;flex:0 0 auto;font-size:12px;font-weight:800;padding-top:2px}.hq-dependency-panel>div{display:flex;flex-wrap:wrap;gap:6px;min-width:0}.hq-dependency-chip{background:#eef6ff;border:1px solid #c7e2ff;border-radius:4px;color:#2563eb;font-size:12px;font-weight:700;line-height:18px;padding:2px 6px}.feedback{border-color:#a7f3d0;color:#047857;font-size:13px;font-weight:700;margin-bottom:18px;padding:12px 14px}.stack{display:grid;gap:18px}.panel{margin-bottom:18px;overflow:hidden}.panel>h2{border-bottom:1px solid var(--hq-border-soft);font-size:18px;letter-spacing:0;margin:0;padding:18px 20px}.panel-header{align-items:center;border-bottom:1px solid var(--hq-border-soft);display:flex;gap:16px;justify-content:space-between;padding:18px 20px}.panel-header h2{font-size:18px;letter-spacing:0;margin:0 0 4px}.panel-header p{color:var(--hq-text-muted);font-size:13px;margin:0}.table-wrap{overflow-x:auto}table{border-collapse:collapse;min-width:100%}th,td{border-bottom:1px solid var(--hq-border-soft);font-size:13px;max-width:260px;padding:12px 14px;text-align:left;vertical-align:top}th{background:#f8fafc;color:#586373;font-size:12px;font-weight:800}td{color:#242a31;overflow-wrap:anywhere}.form-grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.template-workspace{display:grid;gap:18px;grid-template-columns:minmax(0,1.5fr) minmax(320px,.8fr)}.template-editor-grid{display:grid;gap:18px;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)}.channel-tabs{border-bottom:1px solid var(--hq-border-soft);display:flex;flex-wrap:wrap;gap:8px;padding:14px 20px}.channel-tabs button{background:#fff;border:1px solid #cbd5e1;border-radius:999px;color:#374151;cursor:pointer;font-size:13px;font-weight:800;min-height:34px;padding:7px 14px}.channel-tabs button.active,.channel-tabs button:hover{background:#eef6ff;border-color:var(--hq-accent);color:#2563eb}.template-table table{table-layout:fixed}.template-table td strong,.template-table td span{display:block}.template-table td strong{color:#111827;font-size:13px}.template-table td span{color:var(--hq-text-muted);font-size:12px;font-weight:700;margin-top:2px}.status-badge{border-radius:999px;display:inline-flex;font-size:12px;font-weight:800;line-height:18px;padding:3px 9px;white-space:nowrap}.status-badge.success{background:#ecfdf5;color:#047857}.status-badge.warning{background:#fffbeb;color:#b45309}.status-badge.danger{background:#fef2f2;color:#b91c1c}.status-badge.neutral{background:#f1f5f9;color:#475569}.text-action-button{background:transparent;border:0;color:#0f766e;cursor:pointer;font-size:13px;font-weight:800;padding:4px 0}.text-action-button:hover{text-decoration:underline}.message-preview{background:#f8fafc;border:1px solid var(--hq-border-soft);border-radius:8px;display:grid;gap:8px;margin:18px 20px;min-height:180px;padding:18px}.message-preview span{color:#2563eb;font-size:12px;font-weight:900}.message-preview strong{color:#111827;font-size:16px}.message-preview p{color:#242a31;font-size:14px;line-height:1.6;margin:0;white-space:pre-wrap}.message-preview.alimtalk{background:#fff8db;border-color:#fde68a}.template-meta{border-top:1px solid var(--hq-border-soft);display:grid;gap:10px;margin:0;padding:16px 20px}.template-meta div{align-items:center;display:flex;justify-content:space-between}.template-meta dt{color:var(--hq-text-muted);font-size:12px;font-weight:800}.template-meta dd{color:#111827;font-size:13px;font-weight:800;margin:0}.policy-note{background:#eef6ff;border-top:1px solid #c7e2ff;color:#2563eb;font-size:13px;font-weight:700;margin:0;padding:14px 20px}.form-panel{display:grid;gap:14px;padding:18px 20px}.form-panel h2{border-bottom:0;font-size:18px;margin:0;padding:0}label{display:flex;flex-direction:column;gap:6px}label span{color:#586373;font-size:12px;font-weight:800}input,select,textarea{background:var(--hq-control-bg);border:1px solid var(--hq-border);border-radius:6px;color:var(--hq-text);font-size:13px;min-height:36px;padding:7px 9px;width:100%}textarea{line-height:1.55;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--hq-accent);outline:2px solid rgba(71,172,255,.18)}.notice-list{color:var(--hq-text-muted);font-size:13px;margin:0;padding:18px 20px 18px 38px}.notice-list li+li{margin-top:6px}.action-row{border-top:1px solid var(--hq-border-soft);display:flex;flex-wrap:wrap;gap:8px;padding:14px 20px 18px}@media(max-width:900px){.hq-sidebar{position:static;width:100%}.hq-menu-scroll{height:auto;width:100%}.hq-menu-group{width:100%}.hq-workspace{margin-left:0}.hq-header,.form-grid,.template-workspace,.template-editor-grid{grid-template-columns:1fr}.hq-profile{grid-column:1;grid-row:auto;justify-self:start}.hq-content{padding:24px 16px 32px}}.hq-login-shell{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px}.hq-login-panel{width:min(420px,100%)}.hq-login-panel h1{margin-bottom:8px}.selectable-table tbody tr{cursor:pointer}.selectable-table tbody tr:hover{background:#78a0ff24}.hq-apply-shell{max-width:760px;margin:0 auto;padding:32px 24px 64px;display:flex;flex-direction:column;gap:20px}.hq-apply-header p{margin:0;opacity:.72}.hq-apply-header h1{margin:4px 0 8px}.hq-apply-lead{line-height:1.6}.hq-apply-tabs{display:flex;gap:8px;margin-top:16px}.hq-apply-tabs button{padding:8px 16px;border-radius:8px;cursor:pointer}.hq-apply-tabs button.active{background:#78a0ff38}.hq-apply-panel{display:flex;flex-direction:column;gap:12px;padding:24px;border-radius:12px;background:#ffffff0a}.hq-apply-panel h2{margin:12px 0 0;font-size:1rem}.hq-apply-field{display:flex;flex-direction:column;gap:6px}.hq-apply-field>span em{color:#ff8080;font-style:normal}.hq-apply-field input,.hq-apply-field select,.hq-apply-field textarea{padding:10px 12px;border-radius:8px;font:inherit}.hq-apply-check{display:flex;align-items:flex-start;gap:8px;line-height:1.5}.hq-apply-submit{margin-top:16px;padding:12px 20px;border-radius:10px;cursor:pointer}.hq-apply-submit:disabled{cursor:not-allowed;opacity:.5}.hq-apply-note{margin:0;font-size:.86rem;opacity:.72;line-height:1.6}.hq-apply-error{margin:0;padding:12px 16px;border-radius:8px;background:#ff606029}.hq-apply-token{background:#78c88c24}.hq-apply-token-value{display:block;padding:12px;border-radius:8px;background:#00000047;word-break:break-all}.hq-apply-status{display:grid;grid-template-columns:140px 1fr;gap:8px 16px;margin:16px 0 0}.hq-apply-status dt{opacity:.72}.hq-apply-status dd{margin:0}.hint{margin:0 0 12px;font-size:13px;line-height:1.6;color:#64748b}.release-actions{display:flex;flex-direction:column;gap:8px;padding:0;margin:0;list-style:none}.release-actions li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px}.release-actions button[disabled]{opacity:.5;cursor:not-allowed}
