    /* ── Reset & Base ── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --bg:        #0a0a0f;
      --bg2:       #111118;
      --bg3:       #181825;
      --surface:   rgba(255,255,255,0.04);
      --surface2:  rgba(255,255,255,0.07);
      --border:    rgba(255,255,255,0.08);
      --border2:   rgba(255,255,255,0.14);
      --text:      #f0f0f8;
      --text2:     #a0a0b8;
      --text3:     #606078;
      --accent:    #7c3aed;
      --accent2:   #9f67ff;
      --accent3:   #c4b5fd;
      --pink:      #ec4899;
      --blue:      #3b82f6;
      --cyan:      #06b6d4;
      --green:     #10b981;
      --yellow:    #f59e0b;
      --red:       #ef4444;
      --youtube:   #ff0000;
      --tiktok:    #010101;
      --instagram: #e1306c;
      --radius:    12px;
      --radius-sm: 8px;
      --radius-lg: 20px;
      --shadow:    0 8px 32px rgba(0,0,0,0.4);
      --shadow-sm: 0 4px 16px rgba(0,0,0,0.25);
      --glow:      0 0 40px rgba(124,58,237,0.15);
    }
    html { background: #0a0a0f; }
    html.light-mode { background: #F8FAFC; }
    /* ── Light Mode / Dark Mode Theme Variables ── */
    body {
      font-family: 'Pretendard', 'Inter', -apple-system, sans-serif;
      background: var(--bg);
      color: var(--text);
      min-height: 100vh;
      overflow-x: hidden;
      top: 0 !important;
      position: static !important;
    }
    /* ── Google Translate Clean Styling & Overrides ── */
    .skiptranslate, iframe.skiptranslate, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, .goog-te-gadget, #google_translate_element { display: none !important; }
    .goog-text-highlight { background: none !important; box-shadow: none !important; }
    .qpowi-lang-wrap,
    .qpowi-floating-lang {
      display: none !important;
    }

    html.light-mode body,
    body.light-mode {
      --bg:        #F8FAFC;
      --bg2:       #FFFFFF;
      --bg3:       #F1F5F9;
      --surface:   #FFFFFF;
      --surface2:  #F8FAFC;
      --border:    #E2E8F0;
      --border2:   #CBD5E1;
      --text:      #0F172A;
      --text2:     #334155;
      --text3:     #64748B;
      --shadow:    0 10px 30px rgba(0,0,0,0.06);
    }
    body.light-mode .bg-mesh {
      background: 
        radial-gradient(ellipse 80% 60% at 20% 10%, rgba(124,58,237,0.06) 0%, transparent 60%),
        radial-gradient(ellipse 60% 50% at 80% 80%, rgba(59,130,246,0.05) 0%, transparent 60%);
    }
    body.light-mode .topbar {
      background: rgba(255,255,255,0.92) !important;
      border-bottom: 1px solid #E2E8F0 !important;
    }
    body.light-mode .topbar a {
      color: #0F172A !important;
    }
    body.light-mode .modal {
      background: #FFFFFF !important;
      border-color: #E2E8F0 !important;
      color: #0F172A !important;
    }
    body.light-mode input, body.light-mode select {
      background: #F1F5F9 !important;
      border-color: #CBD5E1 !important;
      color: #0F172A !important;
    }

    /* ── Layout ── */
    #app { position: relative; z-index: 1; display: flex; flex-direction: column; min-height: 100vh; }

    /* ── Sidebar (상용 사이트 뷰를 위해 은닉) ── */
    .sidebar { display: none; }

    /* ── Main Content (100% 풀위드 상용 사이트 구도) ── */
    .main { margin-left: 0; width: 100%; flex: 1; display: flex; flex-direction: column; min-height: 100vh; }
    .topbar {
      position: sticky; top: 0; z-index: 50;
      background: rgba(8,8,12,0.92);
      backdrop-filter: blur(22px);
      border-bottom: 1px solid rgba(255,255,255,0.06);
      padding: 12px 22px;
      display: flex; align-items: center; justify-content: space-between; gap: 12px;
      flex-wrap: nowrap; overflow-x: auto;
    }
    .topbar-left, .topbar-right {
      display: flex; align-items: center; gap: 10px; flex-shrink: 0;
    }
    .topbar-nav {
      display: flex; align-items: center; gap: 4px; flex-shrink: 0;
    }
    .topbar-nav a {
      display: inline-flex; align-items: center; gap: 5px;
      white-space: nowrap !important; writing-mode: horizontal-tb !important;
      color: rgba(255,255,255,0.72); text-decoration: none; padding: 8px 10px; border-radius: 8px;
      font-size: 12.5px; font-weight: 650; letter-spacing: -0.01em;
      transition: color 0.15s, background 0.15s;
      background: transparent; border: none;
    }
    .topbar-nav a:hover { background: transparent; color: #fff; }
    .topbar-nav a.accent, .topbar-nav a.active {
      color: #f4d4a8; background: transparent; border: none; font-weight: 800;
    }
    .topbar-nav a.sourcing-link {
      color: rgba(255,255,255,0.72); border: none; background: transparent;
    }
    .topbar-nav a.sourcing-link:hover { color: #fff; background: transparent; }
    .qp-flow-steps { display:flex; gap:8px; flex-wrap:wrap; }
    .qp-flow-step {
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 12px; border-radius:999px; font-size:12px; font-weight:650;
      color: var(--text3); background: rgba(255,255,255,0.03); border: 1px solid var(--border);
    }
    .qp-flow-step span {
      width:18px; height:18px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center;
      font-size:10px; font-weight:800; background:rgba(255,255,255,0.08); color:#fff;
    }
    .qp-flow-step.active { color:#fff; border-color: rgba(212,165,116,0.45); background: rgba(212,165,116,0.1); }
    .qp-flow-step.active span { background: #d4a574; color:#111; }
    .qp-editor-ribbon {
      display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:10px;
      padding:12px 14px; background:rgba(14,14,18,0.95); border:1px solid rgba(255,255,255,0.06);
      border-radius:14px; margin-bottom:12px;
    }
    #page-editor {
      max-width: none !important;
      width: 100% !important;
      margin: 0 !important;
      padding: 16px 22px 28px !important; /* 상단 메뉴(topbar)와 같은 좌우 여백 */
      box-sizing: border-box !important;
    }
    #page-editor .editor-layout {
      gap: 14px;
      width: 100%;
      flex-wrap: nowrap;
      align-items: stretch;
    }
    #page-editor .editor-main {
      flex: 1 1 auto;
      min-width: 0;
      width: 100%;
    }
    #page-editor .qp-export-dock,
    #page-editor .qp-simple-timeline-bar { display:none !important; }
    #page-editor .qp-quick-actions-bar { display:flex !important; }
    #page-editor .editor-sidebar,
    #page-editor .editor-main { background:#111116; border-color:rgba(255,255,255,.09); box-shadow:none; }
    #page-editor .qp-editor-ribbon { background:#111116; border-color:rgba(255,255,255,.09); }
    #page-editor #editBtn { background:linear-gradient(135deg,#f3e8d4,#d8bb94) !important; color:#1c1712 !important; box-shadow:none !important; }
    #page-editor #editorPreviewBox {
      display: block !important;
      width: 100%;
      box-sizing: border-box;
      overflow: visible;
    }
    #page-editor #editorPreviewStage {
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      overflow: hidden; /* 확대해도 타임라인 영역으로 넘치지 않음 */
    }
    #page-editor #editorPreviewPlayerWrap {
      display: flex;
      justify-content: center;
      align-items: center;
      width: auto;
      max-width: 340px;
      aspect-ratio: 9 / 16;
      max-height: 52vh;
      margin: 0 auto !important;
      box-sizing: border-box;
      transform: none !important;
      position: relative;
      overflow: hidden;
    }
    #page-editor #editorPreviewPlayer {
      display: block;
      margin: 0 auto;
      max-width: 100% !important;
      object-fit: contain;
      box-sizing: border-box;
    }
    #page-editor .editor-preview-stage {
      display: grid;
      grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
      gap: 16px;
      align-items: start;
    }
    @media (max-width: 980px) {
      #page-editor .editor-layout { flex-wrap: wrap; }
      #page-editor .editor-preview-stage { grid-template-columns: 1fr; }
    }
    #page-editor #editorFilmstripContainer {
      width: 100%;
      box-sizing: border-box;
      --fs-card-w: 56px;
      --fs-thumb-h: 88px;
      --fs-gap: 3px;
      padding: 10px 12px !important;
    }
    #page-editor #editorFilmstripTrack {
      gap: var(--fs-gap) !important;
      min-height: calc(var(--fs-thumb-h) + 28px);
      max-height: 180px;
      scroll-behavior: smooth;
      padding: 8px 4px !important;
    }
    #page-editor .filmstrip-frame-card {
      width: var(--fs-card-w) !important;
      flex: none;
      border-radius: 8px !important;
    }
    #page-editor .filmstrip-frame-card .fs-thumb {
      height: var(--fs-thumb-h) !important;
    }
    #page-editor .filmstrip-frame-card.overview-card {
      width: var(--fs-card-w) !important;
    }
    #page-editor .filmstrip-frame-card.overview-card .fs-thumb {
      height: var(--fs-thumb-h) !important;
    }
    #page-editor .filmstrip-frame-card.active-frame-card {
      outline: 2px solid #22d3ee;
      outline-offset: 1px;
      z-index: 2;
      transform: translateY(-2px);
    }
    #page-editor #editorFpsStripMeta {
      font-variant-numeric: tabular-nums;
      color: #e0f2fe;
      font-weight: 800;
      font-size: 14px;
      background: rgba(14,165,233,.18);
      border: 1px solid rgba(56,189,248,.45);
      padding: 6px 12px;
      border-radius: 999px;
      letter-spacing: -0.01em;
    }
    #page-editor .fs-zoom-btn {
      min-width: 36px;
      height: 34px;
      padding: 0 10px;
      font-size: 18px;
      font-weight: 800;
      line-height: 1;
      border-radius: 8px;
      border: 1px solid rgba(255,255,255,.16);
      background: #16161f;
      color: #fff;
      cursor: pointer;
    }
    #page-editor .fs-zoom-btn:hover { border-color: #38bdf8; color: #7dd3fc; }
    #page-editor #editorFilmZoomLabel {
      min-width: 52px;
      text-align: center;
      font-size: 13px;
      font-weight: 800;
      color: #67e8f9;
      font-variant-numeric: tabular-nums;
    }
    .editor-simple-guide { display:flex; gap:8px; flex-wrap:wrap; margin:0 0 14px; }
    .editor-simple-guide span { padding:7px 10px; border:1px solid rgba(255,255,255,.09); border-radius:999px; color:var(--text2); font-size:11.5px; }
    .editor-simple-guide b { color:#e8d5b8; margin-right:4px; }
    .qp-export-dock {
      margin-bottom:16px; border-radius:14px; padding:14px 16px;
      background: linear-gradient(135deg, rgba(16,185,129,0.1), rgba(212,165,116,0.08));
      border: 1px solid rgba(16,185,129,0.28);
    }
    .qp-export-dock-inner { display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap; }
    .qp-export-title { font-size:14px; font-weight:800; color:#fff; margin-bottom:4px; }
    .qp-export-desc { font-size:12px; color:var(--text2); }
    .qp-export-actions { display:flex; gap:8px; flex-wrap:wrap; }
    .qp-advanced-hidden { display: none !important; }
    body:not(.landing-home) .marquee-wrap { display: none !important; }
    .topbar-title {
      font-size: 16px; font-weight: 800; flex: 0 0 auto;
      white-space: nowrap !important; writing-mode: horizontal-tb !important;
      text-orientation: mixed !important;
      display: flex; align-items: center; gap: 8px; color: #fff;
    }
    .topbar-title img { width: 28px; height: 28px; object-fit: contain; }
    .topbar-title span { color: var(--accent2); }

    /* ── Global Search ── */
    .search-wrapper {
      position: relative; flex: 1; max-width: 520px;
    }
    .search-wrapper input {
      width: 100%; padding: 10px 16px 10px 40px;
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: 30px;
      color: var(--text); font-size: 14px;
      outline: none; transition: all 0.2s;
    }
    .search-wrapper input:focus {
      border-color: var(--accent); box-shadow: 0 0 0 3px rgba(124,58,237,0.15);
    }
    .search-wrapper .search-icon {
      position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
      font-size: 16px; color: var(--text3);
    }
    .search-wrapper input::placeholder { color: var(--text3); }

    .count-select {
      padding: 8px 12px;
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: var(--radius-sm);
      color: var(--text2); font-size: 13px;
      outline: none; cursor: pointer;
    }

    /* ── Pages ── */
    .page {
      display: none; flex: 1; padding: 22px 18px;
      animation: fadeIn 0.25s ease;
      max-width: 880px; width: 100%; margin: 0 auto; box-sizing: border-box;
    }
    .page.active { display: block; }
    /* 편집기·스튜디오·홈 랜딩은 넓은 작업 영역 유지 */
    #page-editor.active,
    #page-vrewstudio.active,
    #page-shortstudio.active,
    #page-alphacut.active { max-width: none; margin: 0; }
    body:not(.landing-home) #page-editor.active {
      display: block !important;
      min-height: calc(100vh - 64px);
      visibility: visible !important;
    }
    #page-admin.active { max-width: none; width: 100%; padding-left: 12px; padding-right: 12px; }
    @keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

    /* ── Section Headers ── */
    .section-header {
      display: flex; align-items: center; justify-content: space-between;
      margin-bottom: 20px;
    }
    .section-title { font-size: 16px; font-weight: 700; display: flex; align-items: center; gap: 8px; }
    .section-title .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent2); }

    /* ── Keyword Chips ── */
    .keyword-grid {
      display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px;
    }
    .kw-group { display: flex; flex-direction: column; gap: 8px; }
    .kw-group-label {
      font-size: 11px; font-weight: 600; color: var(--text3);
      text-transform: uppercase; letter-spacing: 0.06em;
    }
    .kw-row { display: flex; gap: 8px; }
    .kw-chip {
      display: inline-flex; align-items: center; gap: 6px;
      padding: 8px 14px; border-radius: 30px;
      background: var(--surface);
      border: 1px solid var(--border);
      color: var(--text2); font-size: 13px; font-weight: 500;
      cursor: pointer; transition: all 0.2s; white-space: nowrap;
      user-select: none;
    }
    .kw-chip:hover { background: var(--surface2); color: var(--text); border-color: var(--border2); }
    .kw-chip.active {
      background: rgba(124,58,237,0.2);
      border-color: var(--accent);
      color: var(--accent3);
    }
    .kw-chip .platform-icon { font-size: 14px; }
    .kw-chip .vol {
      font-size: 10px; color: var(--text3);
      background: var(--surface2); padding: 1px 5px; border-radius: 10px;
    }

    /* ── Platform Tabs ── */
    .platform-tabs {
      display: flex; gap: 6px; margin-bottom: 20px;
    }
    .platform-tab {
      display: flex; align-items: center; gap: 6px;
      padding: 8px 16px; border-radius: var(--radius-sm);
      cursor: pointer; transition: all 0.2s;
      border: 1px solid var(--border);
      font-size: 13px; font-weight: 500; color: var(--text2);
      background: var(--surface);
    }
    .platform-tab:hover { border-color: var(--border2); color: var(--text); }
    .platform-tab.active.youtube { background: rgba(255,0,0,0.15); border-color: rgba(255,0,0,0.4); color: #ff5555; }
    .platform-tab.active.tiktok { background: rgba(100,100,100,0.2); border-color: rgba(200,200,200,0.3); color: #eee; }
    .platform-tab.active.instagram { background: rgba(225,48,108,0.15); border-color: rgba(225,48,108,0.4); color: #f472b6; }
    .platform-tab.active.all { background: rgba(124,58,237,0.2); border-color: var(--accent); color: var(--accent3); }

    /* ── Video Card Grid ── */
    .video-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 16px;
      margin-bottom: 24px;
    }
    .video-card {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      overflow: hidden;
      transition: all 0.25s;
      cursor: pointer;
      position: relative;
    }
    .video-card:hover {
      transform: translateY(-4px);
      border-color: var(--accent);
      box-shadow: var(--glow), var(--shadow);
    }
    .video-card.saved { border-color: rgba(245,158,11,0.5); }
    .video-card.selected { border-color: var(--accent); box-shadow: 0 0 0 2px rgba(124,58,237,0.4); }
    
    .card-thumb {
      position: relative; width: 100%; padding-top: 56.25%; overflow: hidden;
      background: var(--bg3);
    }
    .card-thumb img {
      position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
      transition: transform 0.4s;
    }
    .video-card:hover .card-thumb img { transform: scale(1.05); }
    .card-duration {
      position: absolute; bottom: 6px; right: 6px;
      background: rgba(0,0,0,0.8); color: #fff;
      font-size: 11px; font-weight: 600; padding: 2px 6px; border-radius: 4px;
    }
    .card-platform-badge {
      position: absolute; top: 6px; left: 6px;
      padding: 3px 8px; border-radius: 20px;
      font-size: 10px; font-weight: 700; letter-spacing: 0.04em;
    }
    .card-platform-badge.youtube { background: rgba(255,0,0,0.85); color: #fff; }
    .card-platform-badge.tiktok { background: rgba(0,0,0,0.85); color: #fff; border: 1px solid #555; }
    .card-platform-badge.instagram { background: rgba(225,48,108,0.85); color: #fff; }
    
    .card-overlay {
      position: absolute; inset: 0;
      background: rgba(0,0,0,0.7);
      display: flex; align-items: center; justify-content: center; gap: 8px;
      opacity: 0; transition: opacity 0.25s;
    }
    .video-card:hover .card-overlay { opacity: 1; }
    .overlay-btn {
      width: 36px; height: 36px; border-radius: 50%;
      background: rgba(255,255,255,0.15);
      backdrop-filter: blur(8px);
      border: 1px solid rgba(255,255,255,0.2);
      color: #fff; font-size: 16px;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer; transition: all 0.2s;
    }
    .overlay-btn:hover { background: var(--accent); transform: scale(1.1); }

    .card-body { padding: 12px 14px; }
    .card-title {
      font-size: 13px; font-weight: 600; line-height: 1.4;
      display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
      overflow: hidden; margin-bottom: 8px;
    }
    .card-meta {
      display: flex; align-items: center; gap: 8px;
      font-size: 11px; color: var(--text3);
    }
    .card-meta .channel { color: var(--text2); font-weight: 500; }
    .card-meta .sep { color: var(--border2); }
    .card-stats {
      display: flex; gap: 10px; margin-top: 8px;
      font-size: 11px; color: var(--text3);
    }
    .card-stat { display: flex; align-items: center; gap: 3px; }
    .card-actions {
      display: flex; gap: 6px; margin-top: 10px;
      padding-top: 10px; border-top: 1px solid var(--border);
    }
    .card-btn {
      flex: 1; padding: 6px 4px;
      background: var(--surface2); border: 1px solid var(--border);
      border-radius: var(--radius-sm);
      color: var(--text2); font-size: 11px; font-weight: 500;
      cursor: pointer; transition: all 0.2s;
      text-align: center;
    }
    .card-btn:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
    .card-btn.saved-btn.active { background: rgba(245,158,11,0.2); color: var(--yellow); border-color: rgba(245,158,11,0.4); }
    
    .card-select-check {
      position: absolute; top: 8px; right: 8px;
      width: 22px; height: 22px; border-radius: 50%;
      background: rgba(0,0,0,0.6); border: 2px solid rgba(255,255,255,0.4);
      display: flex; align-items: center; justify-content: center;
      cursor: pointer; transition: all 0.2s; font-size: 11px;
      z-index: 5;
    }
    .card-select-check.checked {
      background: var(--accent); border-color: var(--accent); color: #fff;
    }

    /* ── Influencer Table ── */
    .table-container {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      overflow: hidden;
    }
    .table-toolbar {
      display: flex; align-items: center; gap: 10px;
      padding: 14px 16px;
      border-bottom: 1px solid var(--border);
    }
    .table-search {
      flex: 1; padding: 8px 12px;
      background: var(--bg3); border: 1px solid var(--border);
      border-radius: var(--radius-sm); color: var(--text);
      font-size: 13px; outline: none;
    }
    .table-search:focus { border-color: var(--accent); }
    .data-table { width: 100%; border-collapse: collapse; }
    .data-table th {
      padding: 12px 14px; text-align: left;
      font-size: 11px; font-weight: 700; color: var(--text3);
      text-transform: uppercase; letter-spacing: 0.06em;
      border-bottom: 1px solid var(--border);
      background: var(--bg3); cursor: pointer; white-space: nowrap;
      user-select: none;
    }
    .data-table th:hover { color: var(--text2); }
    .data-table td {
      padding: 12px 14px; font-size: 13px;
      border-bottom: 1px solid var(--border);
      vertical-align: middle;
    }
    .data-table tr:last-child td { border-bottom: none; }
    .data-table tbody tr {
      transition: background 0.15s; cursor: pointer;
    }
    .data-table tbody tr:hover { background: var(--surface2); }
    
    .platform-pill {
      display: inline-flex; align-items: center; gap: 4px;
      padding: 3px 8px; border-radius: 20px;
      font-size: 11px; font-weight: 600;
    }
    .platform-pill.youtube { background: rgba(255,0,0,0.15); color: #ff5555; }
    .platform-pill.tiktok { background: rgba(200,200,200,0.1); color: #ccc; }
    .platform-pill.instagram { background: rgba(225,48,108,0.15); color: #f472b6; }

    .link-cell a {
      color: var(--accent3); text-decoration: none; font-size: 12px;
    }
    .link-cell a:hover { text-decoration: underline; }
    .truncate { max-width: 160px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

    /* ── Modals ── */
    .modal-overlay {
      position: fixed; inset: 0; z-index: 200;
      background: rgba(0,0,0,0.75); backdrop-filter: blur(8px);
      display: flex; align-items: center; justify-content: center;
      padding: 20px;
      animation: fadeIn 0.2s ease;
    }
    .modal-overlay.hidden { display: none !important; }
    .modal {
      background: var(--bg2); border: 1px solid var(--border2);
      border-radius: 16px; padding: 22px;
      width: 100%; max-width: 420px;
      max-height: 90vh; overflow-y: auto;
      box-shadow: var(--shadow);
    }
    .modal-header {
      display: flex; align-items: center; justify-content: space-between;
      margin-bottom: 24px;
    }
    .modal-title { font-size: 18px; font-weight: 700; }
    .modal-close {
      width: 32px; height: 32px; border-radius: 50%;
      background: var(--surface); border: 1px solid var(--border);
      color: var(--text2); font-size: 18px; cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      transition: all 0.2s;
    }
    .modal-close:hover { background: rgba(239,68,68,0.2); color: var(--red); }

    /* ── Form Inputs ── */
    .form-group { margin-bottom: 12px; max-width: 520px; }
    .form-label { display: block; font-size: 12.5px; font-weight: 600; color: var(--text2); margin-bottom: 5px; }
    .form-input, .form-select, .form-textarea {
      width: 100%; max-width: 520px; padding: 9px 12px;
      background: var(--bg3); border: 1px solid var(--border);
      border-radius: var(--radius-sm); color: var(--text);
      font-size: 13px; outline: none; transition: border-color 0.2s;
      font-family: inherit;
    }
    .form-input:focus, .form-select:focus, .form-textarea:focus {
      border-color: rgba(212,165,116,0.55); box-shadow: 0 0 0 3px rgba(212,165,116,0.12);
    }
    .form-textarea { resize: vertical; min-height: 72px; }
    .form-select { cursor: pointer; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; max-width: 520px; }

    /* ── Buttons ── */
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 6px;
      padding: 10px 18px; border-radius: var(--radius-sm);
      font-size: 13px; font-weight: 600; cursor: pointer;
      border: 1px solid transparent; transition: all 0.2s;
      white-space: nowrap;
    }
    .btn-primary {
      background: linear-gradient(135deg, var(--accent), #6d28d9);
      color: #fff; border-color: var(--accent);
    }
    .btn-primary:hover { opacity: 0.9; transform: translateY(-1px); box-shadow: var(--glow); }
    .btn-secondary {
      background: var(--surface); border-color: var(--border); color: var(--text2);
    }
    .btn-secondary:hover { background: var(--surface2); color: var(--text); }
    .btn-danger { background: rgba(239,68,68,0.15); border-color: rgba(239,68,68,0.3); color: var(--red); }
    .btn-danger:hover { background: rgba(239,68,68,0.25); }
    .btn-success { background: rgba(16,185,129,0.15); border-color: rgba(16,185,129,0.3); color: var(--green); }
    .btn-success:hover { background: rgba(16,185,129,0.25); }
    .btn-sm { padding: 7px 12px; font-size: 12px; }
    .btn-icon { padding: 8px; border-radius: var(--radius-sm); }
    .btn-loading { pointer-events: none; opacity: 0.7; }

    /* 3일 쇼츠 자동제작: 색 박스 버튼 → 텍스트 버튼 */
    #adminPanel-shortsauto button,
    #adminPanel-shortsauto a.btn {
      background: transparent !important;
      background-image: none !important;
      border: none !important;
      border-radius: 0 !important;
      box-shadow: none !important;
      padding: 4px 8px !important;
      color: #94a3b8 !important;
      font-weight: 650 !important;
      transform: none !important;
    }
    #adminPanel-shortsauto button:hover,
    #adminPanel-shortsauto a.btn:hover {
      background: transparent !important;
      color: #fff !important;
      text-decoration: underline;
      opacity: 1 !important;
      transform: none !important;
      box-shadow: none !important;
    }
    #adminPanel-shortsauto button.btn-primary,
    #adminPanel-shortsauto button.btn-primary.btn-sm {
      color: #e2e8f0 !important;
      font-weight: 750 !important;
    }
    #adminPanel-shortsauto .sa-run-filter {
      background: transparent !important;
      border: none !important;
      border-radius: 0 !important;
      padding: 4px 8px !important;
      color: #64748b !important;
      font-weight: 650 !important;
    }
    #adminPanel-shortsauto .sa-run-filter.is-on {
      color: #f8fafc !important;
      text-decoration: underline;
      opacity: 1 !important;
      font-weight: 750 !important;
    }

    .qp-help, .sa-help {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 16px;
      height: 16px;
      margin-left: 5px;
      border: 1px solid #64748b;
      border-radius: 50%;
      color: #94a3b8;
      font-size: 11px;
      font-weight: 800;
      line-height: 1;
      cursor: help;
      flex-shrink: 0;
      vertical-align: middle;
    }
    .qp-help:hover, .qp-help:focus,
    .sa-help:hover, .sa-help:focus {
      color: #fff;
      border-color: #94a3b8;
    }
    .qp-help-tip, .sa-help-tip {
      display: none;
      position: absolute;
      left: 0;
      top: calc(100% + 8px);
      z-index: 240;
      width: max-content;
      max-width: 280px;
      padding: 8px 10px;
      background: #1a1a24;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 8px;
      color: #e2e8f0;
      font-size: 11px;
      font-weight: 500;
      line-height: 1.5;
      box-shadow: 0 10px 28px rgba(0,0,0,.5);
      white-space: normal;
      text-align: left;
      pointer-events: none;
    }
    .qp-help:hover .qp-help-tip, .qp-help:focus .qp-help-tip, .qp-help:focus-within .qp-help-tip,
    .sa-help:hover .sa-help-tip, .sa-help:focus .sa-help-tip, .sa-help:focus-within .sa-help-tip {
      display: block;
    }

    /* ── 📱 9:16 Shorts Auto Phone Mockup Preview ── */
    .sa-slot-grid-layout {
      display: grid;
      grid-template-columns: 1fr 230px;
      gap: 14px;
      align-items: start;
    }
    @media (max-width: 860px) {
      .sa-slot-grid-layout {
        grid-template-columns: 1fr;
      }
    }
    .sa-phone-mockup-wrapper {
      position: sticky;
      top: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .sa-phone-mockup {
      width: 220px;
      height: 390px;
      background: #090d16;
      border: 7px solid #1e293b;
      border-radius: 28px;
      box-shadow: 0 14px 30px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.1);
      position: relative;
      overflow: hidden;
      user-select: none;
      font-family: -apple-system, BlinkMacSystemFont, "Pretendard", sans-serif;
    }
    .sa-phone-notch {
      position: absolute;
      top: 6px;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 12px;
      background: #1e293b;
      border-radius: 10px;
      z-index: 10;
    }
    .sa-phone-screen {
      width: 100%;
      height: 100%;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background-size: cover;
      background-position: center;
      overflow: hidden;
    }
    .sa-phone-bg-qpowi {
      background: linear-gradient(160deg, #0f172a 0%, #1e1b4b 50%, #090d16 100%);
    }
    .sa-phone-bg-saju {
      background: linear-gradient(160deg, #1e1035 0%, #31104b 50%, #0b071a 100%);
    }
    .sa-phone-bg-church {
      background: linear-gradient(160deg, #064e3b 0%, #065f46 50%, #022c22 100%);
    }
    .sa-phone-subtitle-container {
      position: absolute;
      left: 6px;
      right: 6px;
      top: 35%;
      text-align: center;
      z-index: 8;
      transition: top 0.2s ease, bottom 0.2s ease;
      pointer-events: auto;
    }
    .sa-phone-sub-line1, .sa-phone-sub-line2 {
      display: block;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      font-weight: 900;
      font-size: 10.5px;
      line-height: 1.35;
      padding: 2px 3px;
      border-radius: 4px;
      word-break: keep-all;
      white-space: nowrap !important;
      overflow: hidden;
      text-overflow: ellipsis;
      cursor: text;
      pointer-events: auto;
      text-shadow: -1.5px -1.5px 0 #000, 1.5px -1.5px 0 #000, -1.5px 1.5px 0 #000, 1.5px 1.5px 0 #000, 0 3px 6px rgba(0,0,0,0.9);
      transition: outline 0.15s ease, background 0.15s ease;
    }
    .sa-phone-sub-line1:hover, .sa-phone-sub-line2:hover,
    .sa-phone-sub-line1:focus, .sa-phone-sub-line2:focus {
      outline: 1.5px dashed #38bdf8 !important;
      background: rgba(0,0,0,0.4) !important;
    }
    .sa-phone-sub-line1[contenteditable]:empty:before,
    .sa-phone-sub-line2[contenteditable]:empty:before {
      content: attr(placeholder);
      color: rgba(255,255,255,0.5);
    }
    
    /* 🎬 유튜브 쇼츠 실제 플레이어 하단바 (Image 1 스타일) */
    .sa-phone-yt-player {
      width: 100%;
      z-index: 9;
      background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 70%, transparent 100%);
    }
    .sa-phone-yt-progress-bg {
      width: 100%;
      height: 3px;
      background: rgba(255,255,255,0.3);
      position: relative;
    }
    .sa-phone-yt-progress-fill {
      width: 35%;
      height: 100%;
      background: #ff0000;
      border-radius: 0 2px 2px 0;
    }
    .sa-phone-yt-controls {
      padding: 6px 10px 8px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #fff;
      font-size: 11px;
      font-weight: 700;
    }
    .sa-phone-yt-left {
      display: flex;
      align-items: center;
      gap: 7px;
    }
    .sa-phone-yt-btn {
      cursor: pointer;
      opacity: 0.9;
      font-size: 13px;
      line-height: 1;
      transition: transform 0.15s ease, opacity 0.15s ease;
    }
    .sa-phone-yt-btn:hover {
      opacity: 1.0;
      transform: scale(1.2);
    }
    .sa-phone-yt-time {
      font-size: 10px;
      color: rgba(255,255,255,0.9);
      font-weight: 600;
      letter-spacing: -0.3px;
    }



    /* ── AI Script Panel ── */
    .script-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 20px; }
    .script-source { 
      background: var(--surface); border: 1px solid var(--border);
      border-radius: var(--radius); padding: 16px;
    }
    .script-result { 
      background: var(--surface); border: 1px solid var(--border);
      border-radius: var(--radius); padding: 16px;
      display: flex; flex-direction: column;
    }
    .selected-video-item {
      display: flex; align-items: center; gap: 10px;
      padding: 8px 10px; border-radius: var(--radius-sm);
      background: var(--bg3); border: 1px solid var(--border);
      margin-bottom: 8px; cursor: pointer; transition: all 0.2s;
    }
    .selected-video-item:hover { border-color: var(--accent); }
    .selected-video-item.active-video { border-color: var(--accent); background: rgba(124,58,237,0.1); }
    .selected-video-thumb {
      width: 64px; height: 36px; object-fit: cover;
      border-radius: 4px; background: var(--bg);
      flex-shrink: 0;
    }
/* ── Vrew-style shorts studio ── */
    .vrew-layout {
      display: grid; grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.1fr);
      gap: 18px; align-items: start;
    }
    @media (max-width: 980px) { .vrew-layout { grid-template-columns: 1fr; } }
    .vrew-panel {
      background: var(--surface); border: 1px solid var(--border);
      border-radius: var(--radius-lg); padding: 18px 20px;
    }
    .vrew-preview {
      width: 100%; max-height: 680px; border-radius: 12px; background: #050508;
      border: 1px solid var(--border); aspect-ratio: 9/16; object-fit: contain;
    }
    .vrew-seg-list {
      display: flex; flex-direction: column; gap: 8px;
      max-height: 480px; overflow-y: auto; padding-right: 4px;
    }
    .vrew-seg {
      display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: start;
      padding: 10px 12px; border-radius: 10px; background: var(--bg3);
      border: 1px solid var(--border2); transition: opacity 0.15s, border-color 0.15s;
    }
    .vrew-seg.dropped { opacity: 0.4; border-style: dashed; }
    .vrew-seg textarea {
      width: 100%; min-height: 44px; resize: vertical; background: transparent;
      border: none; color: #fff; font-size: 13px; line-height: 1.45; outline: none;
      font-family: inherit;
    }
    .vrew-seg .meta { font-size: 11px; color: var(--text3); margin-top: 4px; }
    .vrew-seg .seg-actions { display: flex; flex-direction: column; gap: 6px; }
    .vrew-seg .seg-actions button {
      border: 1px solid var(--border2); background: var(--surface2); color: #fff;
      border-radius: 6px; padding: 4px 8px; font-size: 11px; cursor: pointer;
    }
    .vrew-seg .seg-actions button:hover { border-color: var(--pink); }
    .vrew-options { display: flex; flex-wrap: wrap; gap: 12px 18px; margin: 12px 0; }
    .vrew-options label {
      display: inline-flex; align-items: center; gap: 7px;
      font-size: 12.5px; color: var(--text2); cursor: pointer;
    }

    /* ── Shorts Studio (대본 → 음성 → 영상) ── */
    .studio-wizard { display: flex; flex-direction: column; gap: 20px; }
    .studio-step {
      background: var(--surface); border: 1px solid var(--border);
      border-radius: var(--radius-lg); padding: 20px 22px;
    }
    .studio-step-head {
      font-size: 15px; font-weight: 700; margin-bottom: 16px;
      display: flex; align-items: center; gap: 10px; color: #fff;
    }
    .studio-voice-grid, .studio-duration-grid {
      display: flex; flex-wrap: wrap; gap: 10px;
    }
    .studio-voice-card {
      flex: 1 1 260px; display: flex; align-items: flex-start; justify-content: space-between;
      gap: 10px; padding: 12px 14px; border-radius: var(--radius-sm);
      background: var(--bg3); border: 1px solid var(--border2); cursor: pointer;
      transition: border-color 0.15s, background 0.15s;
    }
    .studio-voice-card:hover { border-color: var(--accent); }
    .studio-voice-card.active { border-color: var(--accent); background: rgba(124,58,237,0.14); }
    .studio-voice-card .voice-label { font-size: 12.5px; font-weight: 600; color: var(--text2); }
    .studio-voice-card.active .voice-label { color: #fff; }
    .studio-voice-card .voice-copy { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
    .studio-voice-card .voice-title-line { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
    .studio-voice-card .voice-description { color: var(--text3); font-size: 10.5px; line-height: 1.45; }
    .studio-voice-card .voice-badge {
      border: 1px solid rgba(52,211,153,0.45); background: rgba(52,211,153,0.12);
      color: #6ee7b7; border-radius: 999px; padding: 2px 6px; font-size: 9.5px; font-weight: 800;
    }
    .studio-voice-card .voice-preview-btn {
      background: var(--surface2); border: 1px solid var(--border2); border-radius: 6px;
      padding: 5px 9px; font-size: 11px; font-weight: 600; cursor: pointer; color: #fff; flex-shrink: 0; align-self: center;
    }
    .studio-voice-card .voice-preview-btn:hover { background: var(--accent); }
    .studio-duration-chip {
      border: 1px solid var(--border2); border-radius: 14px; padding: 10px 16px;
      cursor: pointer; min-width: 84px; text-align: center;
      background: var(--bg3); transition: border-color 0.15s, background 0.15s;
    }
    .studio-duration-chip:hover { border-color: var(--pink); }
    .studio-duration-chip .chip-len { display: block; font-size: 13px; font-weight: 700; color: var(--text2); }
    .studio-duration-chip .chip-cost { display: block; font-size: 10.5px; font-weight: 600; color: var(--text3); margin-top: 2px; }
    .studio-duration-chip.active {
      border-color: var(--pink);
      background: linear-gradient(135deg, rgba(124,58,237,0.28), rgba(236,72,153,0.28));
    }
    .studio-duration-chip.active .chip-len { color: #fff; }
    .studio-duration-chip.active .chip-cost { color: var(--yellow); }

    .script-output {
      flex: 1; padding: 14px;
      background: var(--bg3); border: 1px solid var(--border);
      border-radius: var(--radius-sm); font-size: 13px; line-height: 1.7;
      color: var(--text2); resize: vertical; min-height: 300px;
      outline: none; font-family: inherit; white-space: pre-wrap;
    }
    .script-output:focus { border-color: var(--accent); }
    
    /* ── Editor Panel ── */
    .editor-layout { display: flex; gap: 16px; width: 100%; flex-wrap: wrap; align-items: start; }
    .editor-sidebar { width: 240px; flex-shrink: 0; }
    .editor-main { flex: 1; min-width: 320px; }
    .editor-sidebar {
      background: var(--surface); border: 1px solid var(--border);
      border-radius: var(--radius); padding: 16px;
      display: flex; flex-direction: column; gap: 12px;
    }
    .editor-main {
      background: var(--surface); border: 1px solid var(--border);
      border-radius: var(--radius); padding: 16px;
    }
    .file-list-item {
      display: flex; align-items: center; gap: 10px;
      padding: 8px 10px; border-radius: var(--radius-sm);
      background: var(--bg3); border: 1px solid var(--border);
      margin-bottom: 6px; cursor: grab; transition: all 0.2s;
    }
    .file-list-item:hover { border-color: var(--accent2); }
    .file-list-item .drag-handle { color: var(--text3); font-size: 14px; cursor: grab; }
    .file-info { flex: 1; min-width: 0; }
    .file-name { font-size: 12px; font-weight: 600; truncate; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .file-size { font-size: 11px; color: var(--text3); }
    
    .clip-item {
      background: var(--bg3); border: 1px solid var(--border);
      border-radius: var(--radius-sm); padding: 12px;
      margin-bottom: 8px;
    }
    .clip-item.active-preview { border-color: var(--pink); box-shadow: 0 0 0 1px var(--pink); }
    .clip-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
    .clip-name { font-size: 12px; font-weight: 600; truncate; }
    .time-inputs { display: flex; align-items: center; gap: 8px; }
    .time-input {
      width: 80px; padding: 5px 8px;
      background: var(--bg); border: 1px solid var(--border);
      border-radius: var(--radius-sm); color: var(--text); font-size: 12px;
      outline: none;
    }
    .time-input:focus { border-color: var(--accent); }
    .time-sep { color: var(--text3); font-size: 12px; }

    /* ── Progress Bar ── */
    .progress-bar-wrap {
      background: var(--bg3); border-radius: 20px; height: 8px;
      overflow: hidden; margin-top: 8px;
    }
    .progress-bar-fill {
      height: 100%; border-radius: 20px;
      background: linear-gradient(90deg, var(--accent), var(--pink));
      transition: width 0.5s ease; width: 0%;
    }

    /* ── Settings ── */
    .settings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .settings-card {
      background: var(--surface); border: 1px solid var(--border);
      border-radius: var(--radius); padding: 20px;
    }
    .settings-card-title { font-size: 14px; font-weight: 700; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
    .api-key-input { position: relative; }
    .api-key-input input { padding-right: 40px; }
    .toggle-eye {
      position: absolute; right: 10px; top: 50%; transform: translateY(-50%);
      background: none; border: none; cursor: pointer; color: var(--text3); font-size: 16px;
    }

    /* ── Toast ── */
    #toast-container {
      position: fixed; bottom: 96px; right: 24px; z-index: 999;
      display: flex; flex-direction: column; gap: 8px;
    }
    .toast {
      padding: 12px 18px; border-radius: var(--radius-sm);
      font-size: 13px; font-weight: 500;
      box-shadow: var(--shadow);
      animation: slideUp 0.3s ease;
      display: flex; align-items: center; gap: 8px;
      max-width: 320px;
    }
    @keyframes slideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
    .toast.success { background: rgba(16,185,129,0.9); color: #fff; }
    .toast.error { background: rgba(239,68,68,0.9); color: #fff; }
    .toast.info { background: rgba(59,130,246,0.9); color: #fff; }
    .toast.warning { background: rgba(245,158,11,0.9); color: #000; }

    /* ── Loading Spinner ── */
    .spinner {
      width: 20px; height: 20px; border-radius: 50%;
      border: 2px solid rgba(255,255,255,0.2);
      border-top-color: #fff;
      animation: spin 0.7s linear infinite;
    }
    @keyframes spin { to { transform: rotate(360deg); } }

    /* ── Empty State ── */
    .empty-state {
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      padding: 60px 20px; text-align: center;
      color: var(--text3);
    }
    .empty-state .icon { font-size: 48px; margin-bottom: 16px; opacity: 0.5; }
    .empty-state h3 { font-size: 16px; font-weight: 600; color: var(--text2); margin-bottom: 8px; }
    .empty-state p { font-size: 13px; line-height: 1.5; }

    /* ── Stats Bar ── */
    .stats-row {
      display: flex; gap: 12px; margin-bottom: 20px;
    }
    .stat-card {
      flex: 1; padding: 14px 16px;
      background: var(--surface); border: 1px solid var(--border);
      border-radius: var(--radius);
    }
    .stat-card .val { font-size: 24px; font-weight: 800; }
    .stat-card .lbl { font-size: 11px; color: var(--text3); margin-top: 2px; }

    /* ── Video Embed Modal ── */
    .video-modal-inner { max-width: 800px; width: 100%; }
    .video-embed-wrap {
      position: relative; width: 100%; padding-top: 56.25%;
      border-radius: var(--radius-sm); overflow: hidden;
      background: #000; margin-bottom: 16px;
    }
    .video-embed-wrap iframe {
      position: absolute; inset: 0; width: 100%; height: 100%; border: none;
    }

    /* ── Filter Bar ── */
    .filter-bar {
      display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
      margin-bottom: 20px;
    }
    .filter-chip {
      padding: 6px 12px; border-radius: 30px;
      background: var(--surface); border: 1px solid var(--border);
      font-size: 12px; color: var(--text2); cursor: pointer; transition: all 0.2s;
    }
    .filter-chip:hover { border-color: var(--border2); color: var(--text); }
    .filter-chip.active { background: rgba(124,58,237,0.2); border-color: var(--accent); color: var(--accent3); }
    .rank-tab { font-family: inherit; font-weight: 700; padding: 9px 16px; }
    .rank-tab.active { background: linear-gradient(135deg, rgba(212,165,116,0.25), rgba(124,58,237,0.25)); border-color: #d4a574; color: #f0c896; }

    /* ── Trend section ── */
    .trend-list { display: flex; flex-direction: column; gap: 6px; }
    .trend-item {
      display: flex; align-items: center; gap: 12px;
      padding: 10px 14px;
      background: var(--surface); border: 1px solid var(--border);
      border-radius: var(--radius-sm); cursor: pointer; transition: all 0.2s;
    }
    .trend-item:hover { border-color: var(--accent); background: var(--surface2); }
    .trend-rank { font-size: 14px; font-weight: 800; color: var(--text3); width: 24px; }
    .trend-rank.top { color: var(--accent2); }
    .trend-keyword { flex: 1; font-size: 13px; font-weight: 600; }
    .trend-vol { font-size: 11px; color: var(--text3); }
    .trend-bar { width: 80px; height: 4px; background: var(--border); border-radius: 2px; }
    .trend-bar-fill { height: 100%; border-radius: 2px; background: linear-gradient(90deg, var(--accent), var(--pink)); }

    /* ── Responsive ── */
    @media (max-width: 900px) {
      .sidebar { transform: translateX(-100%); }
      .main { margin-left: 0; }
      .script-layout, .editor-layout, .settings-grid { grid-template-columns: 1fr; }
    }

    /* ── Download modal ── */
    .download-url-input {
      width: 100%; padding: 10px 14px;
      background: var(--bg3); border: 1px solid var(--border);
      border-radius: var(--radius-sm); color: var(--text); font-size: 13px;
      outline: none; margin-bottom: 12px;
    }
    .download-url-input:focus { border-color: var(--accent); }

    /* Selected videos indicator */
    .selected-bar {
      position: fixed; bottom: 0; left: 0; right: 0;
      background: rgba(17,17,24,0.95); backdrop-filter: blur(20px);
      border-top: 1px solid var(--accent);
      padding: 12px 24px;
      display: flex; align-items: center; gap: 12px;
      z-index: 50; transition: transform 0.3s ease, visibility 0.3s ease;
      transform: translateY(100%);
      visibility: hidden;
      pointer-events: none;
    }
    .selected-bar.visible { transform: translateY(0); visibility: visible; pointer-events: auto; }
    .selected-count { font-size: 14px; font-weight: 600; }
    .selected-count span { color: var(--accent2); }

    /* ── Marquee Ticker (우에서 좌로 흐르는 알림) ── */
    .marquee-wrap {
      width: 100%; overflow: hidden; white-space: nowrap;
      background: linear-gradient(90deg, rgba(124,58,237,0.35), rgba(236,72,153,0.35), rgba(124,58,237,0.35));
      border-bottom: 1px solid var(--accent); padding: 10px 0;
      position: relative; box-shadow: 0 4px 15px rgba(124,58,237,0.2);
    }
    .marquee-content {
      display: inline-block; padding-left: 100%;
      /* 느린 속도로 읽기 쉽게 — 호버 시 일시정지 */
      animation: marqueeScroll 72s linear infinite;
      font-size: 14px; font-weight: 800; color: #fff;
      letter-spacing: 0.01em;
      will-change: transform;
      backface-visibility: hidden;
    }
    .marquee-wrap:hover .marquee-content { animation-play-state: paused; }
    .marquee-content span { margin-right: 64px; display: inline-flex; align-items: center; gap: 6px; }
    @keyframes marqueeScroll {
      0% { transform: translate3d(0, 0, 0); }
      100% { transform: translate3d(-100%, 0, 0); }
    }
    @media (prefers-reduced-motion: reduce) {
      .marquee-content { animation-duration: 120s; }
    }
  
/* ── 5055 full landing design inside home ── */
:root {
  --qp-ink: #f5f2ed;
  --qp-soft: #c8c0b4;
  --qp-mute: #8a847a;
  --qp-accent: #cbb396;
  --qp-accent-soft: #e2d2b8;
  --qp-ease: cubic-bezier(0.22, 1, 0.36, 1);
  /* 읽기·입력 편한 폭 — 풀와이드 폼 방지 */
  --qp-shell: 1040px;
  --qp-form: 640px;
  --qp-read: 720px;
  --qp-tools: 880px;
}
body.landing-home .sidebar { display: none !important; }
body.landing-home #app {
  display: block !important;
  grid-template-columns: none !important;
}
body.landing-home .main {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
  min-height: 100vh;
  background: #0c0c0e;
}
body.landing-home #page-alphacut {
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
body.landing-home .hero {
  margin: 0 !important;
  width: 100% !important;
}
body.landing-home .main > .header,
body.landing-home .main-header,
body.landing-home .content-header,
body.landing-home .page-header,
body.landing-home .topbar {
  display: none !important;
}
/* 홈(랜딩) 상단 메뉴 — 항상 표시 (로그인 포함). .on 은 스크롤 시 배경만 강화 */
.landing-topnav {
  display: none;
  position: sticky;
  top: 0;
  z-index: 200;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease;
}
body.landing-home .landing-topnav {
  display: block !important;
  background: rgba(12,12,14,0.72);
  backdrop-filter: blur(12px);
  border-bottom-color: rgba(212,165,116,0.12);
}
body.landing-home .landing-topnav.on {
  background: rgba(12,12,14,0.92);
  backdrop-filter: blur(16px);
  border-bottom-color: rgba(212,165,116,0.22);
}
.landing-topnav.on {
  background: rgba(12,12,14,0.88);
  backdrop-filter: blur(16px);
  border-bottom-color: rgba(212,165,116,0.16);
}
.landing-topnav-inner {
  width: min(1320px, calc(100% - 32px));
  margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.landing-brand {
  font-family: 'Syne', Pretendard, sans-serif;
  font-weight: 800; font-size: 1.35rem; letter-spacing: 0.08em;
  color: #fff; display: flex; align-items: center; gap: 10px; text-decoration: none;
}
.landing-brand-mark {
  width: 34px; height: 34px;
  display: inline-block;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 8px rgba(255, 106, 0, 0.35));
}
.brand-logo-img {
  display: inline-block;
  object-fit: contain;
  flex-shrink: 0;
  vertical-align: middle;
}
.sidebar-logo-row {
  display: flex; align-items: center; gap: 10px; margin-bottom: 4px;
  text-decoration: none; cursor: pointer;
}
.sidebar-logo-row img { width: 40px; height: 40px; object-fit: contain; }
.admin-tabs-brand {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px;
}
.admin-tabs-brand .brand-left {
  display: flex; align-items: center; gap: 10px;
}
.admin-tabs-brand .brand-left img {
  width: 32px; height: 32px; object-fit: contain;
}
.admin-tabs-brand .t{font-size:15px;font-weight:900;color:#fff;line-height:1.2;}
.admin-tabs-brand .s{font-size:12px;color:#7dd3fc;}
.brand-logo-img {
  display: inline-block;
  object-fit: contain;
  flex-shrink: 0;
  vertical-align: middle;
}
.sidebar-logo-row {
  display: flex; align-items: center; gap: 10px; margin-bottom: 4px;
}
.sidebar-logo-row img { width: 40px; height: 40px; object-fit: contain; }
.landing-nav-links { display: flex; align-items: center; gap: 28px; flex: 1; justify-content: center; }
.landing-nav-links a {
  font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.72);
  text-decoration: none; letter-spacing: 0.01em; transition: color 0.15s; white-space: nowrap;
}
.landing-nav-links a:hover { color: #fff; }
.landing-nav-links a.shorts-link { color: #f4d4a8; font-weight: 800; }
.landing-nav-links a.shorts-link:hover { color: #fff; }
.landing-nav-dd { position: relative; display: inline-flex; align-items: center; }
.landing-nav-dd > .shorts-link { cursor: pointer; }
.landing-nav-dd-menu {
  /* display:none 대신 visibility — 닫힘 지연으로 소메뉴까지 이동 가능 */
  display: flex; flex-direction: column; gap: 4px;
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  min-width: 180px; padding: 10px 8px 8px; margin-top: 0;
  border-radius: 12px;
  background: rgba(12,12,16,0.98); border: 1px solid rgba(244,212,168,0.35);
  box-shadow: 0 12px 32px rgba(0,0,0,0.45); z-index: 80;
  visibility: hidden; opacity: 0; pointer-events: none;
  transition: opacity 0.12s ease, visibility 0.12s ease;
}
/* 트리거↔패널 사이 빈 공간을 덮는 투명 다리 — 마우스가 끊기지 않음 */
.landing-nav-dd-menu::before {
  content: '';
  position: absolute; left: 0; right: 0; top: -14px; height: 14px;
}
.landing-nav-dd:hover .landing-nav-dd-menu,
.landing-nav-dd:focus-within .landing-nav-dd-menu,
.landing-nav-dd-menu:hover {
  visibility: visible; opacity: 1; pointer-events: auto;
  transition-delay: 0s;
}
.landing-nav-dd:not(:hover):not(:focus-within) .landing-nav-dd-menu:not(:hover) {
  transition-delay: 0.18s; /* 살짝 늦게 닫혀 클릭까지 유지 */
}
.landing-nav-dd-menu a {
  display: block; padding: 10px 12px; border-radius: 8px; color: rgba(255,255,255,0.85) !important;
  font-size: 12.5px !important; font-weight: 700 !important; text-decoration: none;
}
.landing-nav-dd-menu a:hover { background: rgba(244,212,168,0.12); color: #fff !important; }
.landing-mobile-nav .mobile-sub {
  display: flex; flex-direction: column; gap: 6px; padding: 4px 0 8px 12px;
  border-left: 2px solid rgba(244,212,168,0.35); margin: 0 0 6px 8px;
}
.landing-mobile-nav .mobile-sub a { font-size: 12.5px; color: #e2d2b8; }
.landing-nav-actions {
  display: flex; gap: 6px; flex-wrap: nowrap; align-items: center; justify-content: flex-end;
  padding-left: 12px; border-left: 1px solid rgba(255,255,255,0.16);
}
.landing-nav-actions .nav-pill,
.landing-mobile-nav .nav-pill {
  padding: 7px 12px; border-radius: 999px; font-size: 12px; font-weight: 700;
  border: 1px solid rgba(212,165,116,0.35); color: #e2d2b8;
  background: rgba(212,165,116,0.12); cursor: pointer;
  white-space: nowrap;
}
.landing-nav-actions .nav-pill.primary,
.landing-mobile-nav .nav-pill.primary {
  background: rgba(212,165,116,0.22); color: #fff;
}
.landing-menu-btn {
  display: none;
  align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 10px;
  background: rgba(212,165,116,0.12); border: 1px solid rgba(212,165,116,0.35);
  color: #e2d2b8; cursor: pointer; flex-shrink: 0;
}
.landing-mobile-nav {
  display: none;
  position: absolute; top: 100%; left: 0; right: 0;
  flex-direction: column; gap: 10px;
  padding: 14px min(20px, 4vw) 20px;
  background: rgba(12,12,14,0.97); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(212,165,116,0.2);
}
.landing-mobile-nav.open { display: flex; }
.landing-mobile-nav .nav-pill { width: 100%; text-align: center; }
.landing-mobile-nav > a {
  text-align: center; padding: 10px 0; font-size: 14px; font-weight: 700;
  color: rgba(255,255,255,0.82); text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.landing-mobile-account-divider {
  height: 1px; margin: 4px 0; background: rgba(255,255,255,0.16);
}
.landing-mobile-nav > a:last-of-type { border-bottom: none; }
@media (max-width: 960px) {
  .landing-nav-links { display: none; }
}
@media (max-width: 720px) {
  .landing-nav-actions { display: none; }
  .landing-menu-btn { display: flex; }
}
.qp-process, .qp-ad-section, .qp-ad-inline, .qp-ad-cards-section, .qp-showcase, .qp-features, .qp-faq { scroll-margin-top: 90px; }

.hero {
  position: relative;
  min-height: auto;
  display: grid; align-items: center;
  padding: 72px 0 40px;
  overflow: hidden;
  margin: 0 -20px 0;
  width: calc(100% + 40px);
}
body.landing-home .hero { margin: 0; width: 100%; }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.04);
  filter: saturate(0.22) brightness(0.62) contrast(1.08) hue-rotate(-8deg);
  animation: heroDrift 18s ease-in-out infinite alternate;
}
.hero-media::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(12,12,14,0.78) 0%, rgba(12,12,14,0.45) 38%, rgba(12,12,14,0.94) 78%, #0c0c0e 100%),
    linear-gradient(90deg, rgba(12,12,14,0.88) 0%, rgba(12,12,14,0.4) 50%, rgba(12,12,14,0.2) 75%),
    radial-gradient(ellipse 70% 50% at 70% 40%, rgba(180,160,140,0.08), transparent 60%);
}
@keyframes heroDrift {
  from { transform: scale(1.04) translateY(0); }
  to { transform: scale(1.1) translateY(-2%); }
}
@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
@keyframes converterPulse {
  0%, 100% { box-shadow: 0 0 0 1px rgba(232,210,184,0.08), 0 0 40px rgba(212,165,116,0.18), 0 28px 64px rgba(0,0,0,0.55); }
  50% { box-shadow: 0 0 0 1px rgba(232,210,184,0.16), 0 0 64px rgba(212,165,116,0.32), 0 28px 64px rgba(0,0,0,0.55); }
}
.hero-grid {
  position: relative; z-index: 1;
  width: min(var(--qp-shell), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 36px; align-items: center;
}
.hero-copy { max-width: 560px; padding-top: 28px; }
.hero-kicker {
  display: inline-block; font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #e2d2b8; margin-bottom: 18px;
  animation: rise 0.7s var(--qp-ease) both;
}
.hero-brand {
  font-family: 'Syne', Pretendard, sans-serif;
  font-size: clamp(3.8rem, 10vw, 7.5rem);
  font-weight: 800; line-height: 0.9; letter-spacing: -0.04em;
  margin-bottom: 20px; color: #fff;
  animation: rise 0.8s 0.05s var(--qp-ease) both;
}
.hero-line {
  font-size: clamp(1.15rem, 2.4vw, 1.55rem); font-weight: 600;
  line-height: 1.35; margin-bottom: 14px; color: #f5f2ed;
  animation: rise 0.8s 0.12s var(--qp-ease) both;
}
.hero-line em { font-style: normal; color: #e6d7be; }
.hero-desc {
  color: #c8c0b4; font-size: 1rem; max-width: 420px;
  margin-bottom: 28px; line-height: 1.65;
  animation: rise 0.8s 0.18s var(--qp-ease) both;
}
.converter {
  position: relative;
  width: 100%;
  max-width: var(--qp-form);
  margin-inline: auto;
  background: linear-gradient(180deg, rgba(40,34,28,0.96), rgba(18,16,14,0.98));
  border: 1px solid rgba(232,210,184,0.32);
  border-radius: 16px;
  backdrop-filter: blur(18px);
  padding: 16px 16px 14px;
  box-shadow: 0 0 0 1px rgba(232,210,184,0.06), 0 18px 48px rgba(0,0,0,0.45);
  animation: rise 0.8s 0.25s var(--qp-ease) both;
  display: flex; flex-direction: column; gap: 10px;
  text-align: left;
}
.converter::before {
  content: '';
  position: absolute; inset: -1px; border-radius: 18px; padding: 1px;
  background: linear-gradient(135deg, rgba(242,228,205,0.7), rgba(212,165,116,0.15), rgba(242,228,205,0.45));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  pointer-events: none;
}
.converter-head {
  text-align: center; padding-bottom: 4px;
  border-bottom: 1px solid rgba(232,210,184,0.16); margin-bottom: 2px;
}
.converter-badge {
  display: inline-block; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.16em;
  color: #1c1712; background: linear-gradient(135deg, #f0e4cd, #d4b896);
  padding: 5px 12px; border-radius: 999px; margin-bottom: 8px;
}
.converter-title {
  font-family: 'Syne', Pretendard, sans-serif;
  font-size: 1.05rem; font-weight: 800; color: #f5f2ed; margin: 0;
}
.source-block {
  display: flex; flex-direction: column; gap: 8px; padding: 12px;
  border-radius: 12px; background: rgba(255,248,235,0.035);
  border: 1px solid rgba(232,210,184,0.14);
}
.field-label {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.04em; color: #e2d2b8; margin: 0;
}
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%;
  font-size: 0.72rem; font-weight: 800; color: #1c1712; background: #e8d5b8;
}
.url-area, .text-input.qpowi-sub {
  width: 100%; padding: 11px 13px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(232,210,184,0.32);
  border-radius: 10px; color: #f5f2ed; font-size: 0.9rem;
  font-family: inherit; outline: none; resize: vertical;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.url-area:focus, .text-input.qpowi-sub:focus {
  border-color: rgba(232,210,184,0.75);
  background: rgba(255,255,255,0.1);
  box-shadow: 0 0 0 3px rgba(212,165,116,0.18);
}
.btn-go {
  width: 100%; padding: 14px 18px; font-weight: 800; font-size: 0.98rem;
  background: linear-gradient(135deg, #f3e8d4, #e2c9a5); color: #1c1712;
  border: none; border-radius: 11px; cursor: pointer;
  box-shadow: 0 6px 20px rgba(212,165,116,0.28);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
}
.btn-go:hover:not(:disabled) { filter: brightness(1.05); transform: translateY(-2px); }
.btn-go:disabled { opacity: 0.6; cursor: wait; }
.char-select-card {
  transition: all 0.22s ease-in-out;
  user-select: none;
}
.char-select-card:hover {
  transform: translateY(-3px);
  border-color: rgba(56, 189, 248, 0.7) !important;
  box-shadow: 0 6px 20px rgba(56, 189, 248, 0.2) !important;
}
.char-select-card.active {
  border-color: #10b981 !important;
  box-shadow: 0 0 18px rgba(16, 185, 129, 0.4) !important;
}
.upload-panel {
  padding: 16px 14px; text-align: center;
  border: 1.5px dashed rgba(232,210,184,0.45); border-radius: 11px;
  color: #c8c0b4; font-size: 0.85rem; cursor: pointer;
  background: rgba(232,210,184,0.06);
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
.upload-panel:hover {
  border-color: #e8d5b8; background: rgba(232,210,184,0.16); transform: translateY(-1px);
}
.upload-icon {
  width: 44px; height: 44px; margin: 0 auto 10px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; font-size: 1.2rem; color: #1c1712;
  background: linear-gradient(135deg, #f0e4cd, #d4b896);
}
.upload-panel strong { display: block; color: #fff; font-size: 1rem; margin-bottom: 4px; }
.upload-panel > span { font-size: 0.8rem; color: #e2d2b8; }
.qpowi-chips { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 10px; }
.qpowi-chips span {
  font-size: 0.72rem; padding: 4px 8px; border-radius: 999px;
  background: rgba(212,165,116,0.14); color: #e2d2b8; border: 1px solid rgba(212,165,116,0.25);
}
.opt-row {
  display: flex; flex-wrap: wrap; gap: 8px 12px;
  font-size: 0.8rem; color: #c8c0b4; align-items: center;
  padding: 8px 10px; border-radius: 10px;
  background: rgba(0,0,0,0.22); border: 1px solid rgba(232,210,184,0.1);
}
.opt-row label { display: inline-flex; align-items: center; gap: 5px; cursor: pointer; }
.opt-row input { accent-color: #cbb396; }
.opt-row select {
  padding: 4px 8px; border-radius: 6px; margin-left: auto;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(232,210,184,0.3); color: #fff; font-size: 12px;
}
.sample-hint { font-size: 0.78rem; color: #8a847a; text-align: center; margin: 0; }
.sample-hint a { color: #e2d2b8; text-decoration: underline; }
.hero-cta-row { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 6px; }
.hero-cta-btn {
  width: auto; padding: 14px 26px;
  animation: rise 0.8s 0.25s var(--qp-ease) both;
}
.converter-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 28px 0 56px;
  background: #0c0c0e;
  border-bottom: 1px solid rgba(212,165,116,0.12);
}
.converter-section .qp-wrap {
  display: flex; flex-direction: column; align-items: center;
  width: min(1120px, calc(100% - 32px));
}
.converter-section .converter { max-width: 1120px; width: 100%; }
.converter-section-head {
  margin-bottom: 14px;
  text-align: center;
  width: 100%;
  max-width: var(--qp-form);
}
.converter-section-head .section-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}
.converter-section-desc {
  margin: 0 auto;
  font-size: 0.88rem;
  color: #c8c0b4;
  line-height: 1.55;
  max-width: 36em;
}
.converter-source-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 10px;
  align-items: stretch;
}
.converter-source-grid > .source-block {
  min-width: 0;
  height: 100%;
}
@media (max-width: 900px) {
  .converter-source-grid { grid-template-columns: minmax(0, 1fr); }
}

/* ── 쇼츠 제작 사용 설명서 ── */
.shorts-guide {
  margin: 14px 0 18px;
  padding: 16px 16px 14px;
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(240, 228, 205, 0.09), rgba(0, 0, 0, 0.28) 55%),
    rgba(18, 16, 14, 0.72);
  border: 1px solid rgba(232, 210, 184, 0.22);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 248, 235, 0.06);
  position: relative;
  overflow: hidden;
}
.shorts-guide-top {
  width: min(1120px, calc(100vw - 48px));
  max-width: none;
  flex: 0 0 auto;
  margin: 0 0 22px;
  padding: 20px 22px 18px;
  left: auto;
  transform: none;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 248, 235, 0.07);
}
.shorts-guide-top .shorts-guide-steps { gap: 12px; }
.shorts-guide-top .shorts-guide-step { min-height: 118px; padding: 14px 10px 12px; }
.shorts-guide-top .shorts-guide-step strong { font-size: 0.82rem; }
.shorts-guide-top .shorts-guide-step p { font-size: 0.72rem; }
.shorts-guide::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #f0e4cd, #d4b896 55%, transparent);
  opacity: 0.9;
}
.shorts-guide-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  padding-left: 6px;
}
.shorts-guide-head h3 {
  margin: 0;
  font-family: 'Syne', Pretendard, sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  color: #f5f2ed;
  letter-spacing: 0.01em;
}
.shorts-guide-head span {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a89880;
}
.shorts-guide-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  position: relative;
}
.shorts-guide-steps::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 6%;
  right: 6%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 210, 184, 0.35), transparent);
  pointer-events: none;
}
.shorts-guide-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 10px 5px 8px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(232, 210, 184, 0.12);
  transition: border-color 0.2s, transform 0.2s, background 0.2s;
  animation: shortsGuideIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.shorts-guide-step:nth-child(1) { animation-delay: 0.05s; }
.shorts-guide-step:nth-child(2) { animation-delay: 0.11s; }
.shorts-guide-step:nth-child(3) { animation-delay: 0.17s; }
.shorts-guide-step:nth-child(4) { animation-delay: 0.23s; }
.shorts-guide-step:nth-child(5) { animation-delay: 0.29s; }
.shorts-guide-step:nth-child(6) { animation-delay: 0.35s; }
.shorts-guide-step:hover {
  border-color: rgba(232, 210, 184, 0.4);
  background: rgba(240, 228, 205, 0.08);
  transform: translateY(-2px);
}
.shorts-guide-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 800;
  color: #1c1712;
  background: linear-gradient(135deg, #f0e4cd, #d4b896);
  box-shadow: 0 4px 12px rgba(212, 165, 116, 0.28);
}
.shorts-guide-step strong {
  font-size: 0.74rem;
  font-weight: 800;
  color: #f5f2ed;
  line-height: 1.25;
}
.shorts-guide-step p {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.4;
  color: #a89880;
}
.shorts-guide-tip {
  margin: 12px 0 0;
  padding: 9px 12px;
  border-radius: 10px;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #d8cbb8;
  background: rgba(255, 65, 108, 0.08);
  border: 1px solid rgba(255, 65, 108, 0.22);
}
.shorts-guide-tip b { color: #ff8a9a; font-weight: 800; }
@keyframes shortsGuideIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 980px) {
  .shorts-guide-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .shorts-guide-steps::before { display: none; }
}
@media (max-width: 720px) {
  .shorts-guide-top {
    width: 100%;
    margin-left: 0;
    left: auto;
    transform: none;
    padding: 16px 14px 14px;
  }
  .shorts-guide-steps {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .shorts-guide-steps::before { display: none; }
  .shorts-guide-step {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 12px;
  }
  .shorts-guide-top .shorts-guide-step { min-height: 0; }
  .shorts-guide-step > div:last-child { flex: 1; min-width: 0; }
  .shorts-guide-num { flex-shrink: 0; margin-top: 1px; }
}

/* 🛒 5대 쇼핑 마켓 브랜드 버튼 & 실시간 키워드 태그 스타일 */
.market-tab {
  padding: 7px 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text2, #ccc);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
  outline: none;
}
.market-tab:hover {
  transform: translateY(-1px);
}

/* 마켓별 시그니처 테마 버튼 (Inactive / Active) */
.market-tab[data-market="all"] { border-color: rgba(99, 102, 241, 0.4); color: #a5b4fc; }
.market-tab[data-market="all"]:hover, .market-tab[data-market="all"].active {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;
  border-color: transparent !important; color: #fff !important; font-weight: 700;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.45);
}

.market-tab[data-market="coupang"] { border-color: rgba(230, 0, 18, 0.4); color: #ff6b81; }
.market-tab[data-market="coupang"]:hover, .market-tab[data-market="coupang"].active {
  background: linear-gradient(135deg, #e60012 0%, #ff4757 100%) !important;
  border-color: transparent !important; color: #fff !important; font-weight: 700;
  box-shadow: 0 4px 12px rgba(230, 0, 18, 0.45);
}

.market-tab[data-market="naver"] { border-color: rgba(3, 199, 90, 0.4); color: #2ed573; }
.market-tab[data-market="naver"]:hover, .market-tab[data-market="naver"].active {
  background: linear-gradient(135deg, #03c75a 0%, #00d362 100%) !important;
  border-color: transparent !important; color: #fff !important; font-weight: 700;
  box-shadow: 0 4px 12px rgba(3, 199, 90, 0.45);
}

.market-tab[data-market="11st"] { border-color: rgba(255, 0, 56, 0.4); color: #ff6b81; }
.market-tab[data-market="11st"]:hover, .market-tab[data-market="11st"].active {
  background: linear-gradient(135deg, #ff0038 0%, #ff3366 100%) !important;
  border-color: transparent !important; color: #fff !important; font-weight: 700;
  box-shadow: 0 4px 12px rgba(255, 0, 56, 0.45);
}

.market-tab[data-market="gmarket"] { border-color: rgba(255, 192, 0, 0.4); color: #ffd32a; }
.market-tab[data-market="gmarket"]:hover, .market-tab[data-market="gmarket"].active {
  background: linear-gradient(135deg, #ffc000 0%, #ff9800 100%) !important;
  border-color: transparent !important; color: #111 !important; font-weight: 800;
  box-shadow: 0 4px 12px rgba(255, 192, 0, 0.45);
}

.market-tab[data-market="ssg"] { border-color: rgba(236, 72, 153, 0.4); color: #f472b6; }
.market-tab[data-market="ssg"]:hover, .market-tab[data-market="ssg"].active {
  background: linear-gradient(135deg, #ec4899 0%, #d946ef 100%) !important;
  border-color: transparent !important; color: #fff !important; font-weight: 700;
  box-shadow: 0 4px 12px rgba(236, 72, 153, 0.45);
}

/* 🏷️ 키워드 버튼 스타일 (클린 웜 베이지/골드 2번째 이미지 컬러 통일) */
.keyword-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(243, 232, 211, 0.09);
  border: 1.5px solid rgba(243, 226, 199, 0.35);
  color: #f3e8d3;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  user-select: none;
  outline: none;
}
.keyword-chip:hover {
  background: rgba(243, 232, 211, 0.22);
  border-color: #f3e8d3;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(243, 232, 211, 0.25);
}

.keyword-chip.chip-coupang,
.keyword-chip.chip-naver,
.keyword-chip.chip-11st,
.keyword-chip.chip-gmarket,
.keyword-chip.chip-ssg {
  background: rgba(243, 232, 211, 0.09);
  border-color: rgba(243, 226, 199, 0.35);
  color: #f3e8d3;
}

.keyword-chip.chip-coupang:hover,
.keyword-chip.chip-naver:hover,
.keyword-chip.chip-11st:hover,
.keyword-chip.chip-gmarket:hover,
.keyword-chip.chip-ssg:hover {
  background: rgba(243, 232, 211, 0.22);
  border-color: #f3e8d3;
  color: #ffffff;
}

.keyword-chip.active-chip,
.keyword-chip.chip-coupang.active-chip,
.keyword-chip.chip-naver.active-chip,
.keyword-chip.chip-11st.active-chip,
.keyword-chip.chip-gmarket.active-chip,
.keyword-chip.chip-ssg.active-chip {
  background: linear-gradient(135deg, #f3e8d3, #e2d1b3) !important;
  border-color: transparent !important;
  color: #1c1917 !important;
  font-weight: 800 !important;
  box-shadow: 0 4px 14px rgba(243, 232, 211, 0.45) !important;
}

.keyword-chip .chip-badge {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(243, 232, 211, 0.18);
  color: inherit;
  font-weight: 600;
}
.keyword-chip.active-chip .chip-badge {
  background: rgba(0, 0, 0, 0.15);
  color: #1c1917;
}

/* 🔍 전체 리서치 파란색 버튼 스타일 */
.btn-research-highlight {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(0, 114, 255, 0.5) !important;
  transition: all 0.2s ease-in-out;
  outline: none;
}
.btn-research-highlight:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 114, 255, 0.75) !important;
  background: linear-gradient(135deg, #1ad1ff 0%, #1a82ff 100%) !important;
  color: #ffffff !important;
}
.btn-research-highlight:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(255, 152, 0, 0.4);
}

.hero-phones {
  position: relative;
  width: 100%;
  height: min(640px, 74vh);
  max-width: 640px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  animation: rise 0.9s 0.2s var(--qp-ease) both;
}
.hero-workflow-label {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e2d2b8;
  font-weight: 700;
  text-align: center;
}
.hero-phones .qp-feature-carousel {
  flex: 1;
  min-height: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.55);
}
.hero-phones .qp-feature-track {
  flex: 1;
  min-height: 0;
  height: 100%;
}
.hero-phones .qp-feature-card.active {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hero-phones .qp-feature-img {
  flex: 1;
  min-height: 0;
  aspect-ratio: auto;
}
.hero-phones .qp-feature-card h4 {
  padding: 14px 18px 4px;
  font-size: 1.08rem;
}
.hero-phones .qp-feature-card p {
  padding: 0 18px 16px;
  font-size: 0.88rem;
}
.hero-phones .qp-feature-dots {
  padding: 2px 0 0;
  flex-shrink: 0;
}
.hero-phones .qp-feature-nav-btn {
  top: 42%;
  width: 40px;
  height: 40px;
}

.metric-strip {
  background: #0c0c0e; border-top: 1px solid rgba(212,165,116,0.12);
  border-bottom: 1px solid rgba(212,165,116,0.12); padding: 28px 0;
}
.metric-row {
  width: min(var(--qp-shell), calc(100% - 32px)); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.metric-row div { text-align: center; }
.metric-row strong {
  display: block; font-family: 'Syne', Pretendard, sans-serif;
  font-size: 1.55rem; color: #e2d2b8; margin-bottom: 4px;
}
.metric-row span { font-size: 0.8rem; color: #8a847a; }

.landing-rest {
  width: min(var(--qp-tools), calc(100% - 32px));
  margin: 28px auto 40px;
}
#hotDiscover {
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(232,210,184,0.14) !important;
  border-radius: 14px !important;
  padding: 16px !important;
}
.hot-search-row {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 140px auto;
  gap: 8px;
  align-items: stretch;
}
.hot-search-row select,
.hot-search-row input {
  padding: 10px 12px;
  border-radius: 9px;
  background: var(--bg3);
  border: 1px solid var(--border);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  min-width: 0;
}
.hot-search-row .btn-hot-search {
  padding: 10px 16px !important;
  border-radius: 9px !important;
  border: none !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  cursor: pointer;
  white-space: nowrap;
  background: linear-gradient(135deg, #f0e4cd, #d4b896) !important;
  color: #1c1712 !important;
  box-shadow: 0 4px 14px rgba(212,165,116,0.28) !important;
}
.hot-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(232,210,184,0.12);
  padding: 10px 12px;
  border-radius: 10px;
}
.hot-action-row .hot-action-label {
  font-size: 12px; font-weight: 800; color: #e2d2b8; margin-right: 2px;
}
.hot-action-row .btn-hot-fill,
.hot-action-row .btn-hot-one,
.hot-action-row .btn-hot-research {
  border: none !important;
  border-radius: 8px !important;
  padding: 8px 12px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  color: #1c1712 !important;
}

/* 제작 입력창 안의 빠른 인기 영상 검색 */
.quick-discover { padding: 16px; border: 1px solid rgba(212,165,116,.25); border-radius: 14px; background: linear-gradient(145deg,rgba(212,165,116,.08),rgba(255,255,255,.025)); }
.quick-discover-head { display:flex; justify-content:space-between; align-items:flex-start; gap:12px; margin-bottom:12px; }
.quick-discover-head strong { color:#fff; font-size:.98rem; }
.quick-discover-head p { margin:4px 0 0; color:var(--text3); font-size:.76rem; }
.quick-discover-live { flex:none; color:#f4c98a; font-size:.7rem; font-weight:800; }
.quick-discover-search { display:grid; grid-template-columns:1fr auto; gap:8px; }
.quick-discover-search input { min-width:0; padding:11px 13px; border:1px solid rgba(232,210,184,.28); border-radius:9px; background:rgba(0,0,0,.28); color:#fff; font:inherit; }
.quick-discover-search button { padding:10px 15px; border:0; border-radius:9px; cursor:pointer; font-weight:800; color:#1c1712; background:linear-gradient(135deg,#f3e8d4,#d8bb94); }
.quick-discover-chips { display:flex; gap:6px; overflow-x:auto; margin:9px 0 0; padding-bottom:3px; }
.quick-discover-chips button, .quick-discover-more button { white-space:nowrap; padding:5px 9px; border:1px solid rgba(232,210,184,.18); border-radius:999px; background:rgba(255,255,255,.05); color:#ddd2c2; cursor:pointer; font-size:.72rem; }
.quick-discover-more { display:none; flex-wrap:wrap; gap:6px; margin-top:7px; padding-top:7px; border-top:1px dashed rgba(232,210,184,.14); }
.quick-discover-more.open { display:flex; }
.quick-discover-note { margin:10px 0 0; padding:8px 10px; border-radius:8px; background:rgba(255,193,7,.07); color:#bdb4a8; font-size:.68rem; line-height:1.45; }
.quick-discover-status { margin:10px 0 0; color:var(--text3); font-size:.75rem; }
.quick-discover-results { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:9px; margin-top:11px; }
.quick-video { overflow:hidden; border:1px solid rgba(255,255,255,.1); border-radius:10px; background:rgba(0,0,0,.25); }
.quick-video img { display:block; width:100%; aspect-ratio:16/9; object-fit:cover; background:#17171d; }
.quick-video-body { padding:8px; }
.quick-video-title { min-height:2.5em; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; color:#fff; font-size:.73rem; line-height:1.25; }
.quick-video-meta { margin:5px 0 7px; color:var(--text3); font-size:.66rem; }
.quick-video button { width:100%; padding:7px; border:0; border-radius:7px; cursor:pointer; background:rgba(232,210,184,.14); color:#f2dfc4; font-size:.7rem; font-weight:800; }
@media (max-width:760px) { .quick-discover-results { grid-template-columns:repeat(2,minmax(0,1fr)); } }
.hot-action-row .btn-hot-fill {
  background: linear-gradient(135deg, #f3d5b0, #e2a87a) !important;
}
.hot-action-row .btn-hot-one {
  background: linear-gradient(135deg, #e8dcc8, #cbb396) !important;
}
.hot-action-row .btn-hot-research {
  margin-left: auto;
  background: rgba(232,210,184,0.14) !important;
  color: #e2d2b8 !important;
  border: 1px solid rgba(232,210,184,0.35) !important;
}
@media (max-width: 720px) {
  .hot-search-row { grid-template-columns: 1fr 1fr; }
  .hot-search-row input { grid-column: 1 / -1; }
  .hot-action-row .btn-hot-research { margin-left: 0; width: 100%; }
}
.qpowi-hot-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px;
}
.qpowi-hot-card {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; overflow: hidden; transition: 0.2s;
}
.qpowi-hot-card:hover { border-color: rgba(232,210,184,0.45); transform: translateY(-2px); }
.qpowi-hot-card img { width:100%; aspect-ratio:9/16; object-fit:cover; background:#111; }
.qpowi-hot-card .body { padding:10px; }
.qpowi-hot-card .t { font-size:12px; font-weight:700; color:#fff; line-height:1.35; height:2.7em; overflow:hidden; margin-bottom:6px; }
.qpowi-hot-card .m { font-size:11px; color:#8a847a; display:flex; gap:8px; flex-wrap:wrap; margin-bottom:8px; }
.auth-tabs { display:flex; gap:6px; margin-bottom:14px; }
.auth-tab {
  flex:1; padding:10px; border-radius:10px; border:1px solid var(--border);
  background: var(--surface); color: var(--text2); font-weight:700; cursor:pointer;
}
.auth-tab.active {
  background: linear-gradient(135deg, rgba(232,210,184,0.25), rgba(212,165,116,0.15));
  border-color: rgba(232,210,184,0.45); color:#fff;
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-copy { padding-top: 8px; max-width: none; }
  .hero-phones { height: min(480px, 62vh); width: min(560px, 100%); max-width: none; margin: 0 auto; }
  .metric-row { grid-template-columns: 1fr; }
}

.qp-feature-carousel {
  position: relative; max-width: 720px; margin: 0 auto;
  border-radius: 20px; overflow: hidden;
  border: 1px solid rgba(232,201,160,0.18); background: #111;
  box-shadow: 0 24px 60px rgba(0,0,0,0.45);
}
.qp-feature-track { position: relative; width: 100%; }
.qp-feature-card {
  position: absolute; inset: 0; display: block;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.6s ease;
}
.qp-feature-card.active { position: relative; opacity: 1; visibility: visible; pointer-events: auto; }
.qp-feature-img { aspect-ratio: 4/3; overflow: hidden; }
.qp-feature-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.qp-feature-num {
  position: absolute; top: 14px; left: 14px; width: 30px; height: 30px; border-radius: 50%;
  background: rgba(10,10,12,0.75); border: 1px solid rgba(232,201,160,0.5); color: #e2d2b8;
  font-family: 'Syne', Pretendard, sans-serif; font-weight: 800; font-size: 14px;
  display: flex; align-items: center; justify-content: center; z-index: 2;
}
.qp-feature-card h4 { padding: 16px 20px 4px; font-size: 1.05rem; color: #fff; margin: 0; }
.qp-feature-card p { padding: 0 20px 20px; font-size: 0.85rem; color: #8a847a; margin: 0; line-height: 1.5; }
.qp-feature-nav-btn {
  position: absolute; top: calc(50% - 20px); z-index: 3; width: 36px; height: 36px; border-radius: 50%;
  background: rgba(10,10,12,0.65); border: 1px solid rgba(232,201,160,0.4); color: #f5f2ed;
  display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 16px;
  transition: background 0.2s, border-color 0.2s;
}
.qp-feature-nav-btn:hover { background: rgba(212,165,116,0.35); border-color: rgba(232,201,160,0.7); }
.qp-feature-nav-btn.prev { left: 12px; }
.qp-feature-nav-btn.next { right: 12px; }
.qp-feature-dots { display: flex; justify-content: center; gap: 8px; padding: 14px 0 2px; }
.qp-feature-dot {
  width: 8px; height: 8px; border-radius: 50%; border: none; padding: 0; cursor: pointer;
  background: rgba(232,201,160,0.25); transition: background 0.2s, transform 0.2s;
}
.qp-feature-dot.active { background: #e2c9a5; transform: scale(1.25); }
@media (max-width: 560px) {
  .qp-feature-carousel { max-width: 100%; }
  .qp-feature-card h4 { font-size: 0.95rem; padding: 14px 16px 4px; }
  .qp-feature-card p { font-size: 0.8rem; padding: 0 16px 16px; }
}

/* ── 5055 storytelling sections: editorial / process / gallery / features / quotes / faq / cta / footer ── */
.qp-wrap { width: min(var(--qp-shell), calc(100% - 32px)); margin-inline: auto; }
.qp-reveal { opacity: 0; transform: translateY(36px); transition: opacity 0.8s var(--qp-ease), transform 0.8s var(--qp-ease); }
.qp-reveal.show { opacity: 1; transform: none; }
.qp-pipe { padding: 72px 0 40px; border-top: 1px solid rgba(212,165,116,0.16); }
.qp-pipe h2 { font-family: 'Syne', Pretendard, sans-serif; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: #fff; margin: 0 0 8px; }
.qp-pipe .lead { color: #c8c0b4; margin-bottom: 22px; font-size: 0.95rem; line-height: 1.55; max-width: 720px; }
.qp-pipe-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-bottom: 28px; }
.qp-pipe-step { background: rgba(255,255,255,0.03); border: 1px solid rgba(232,210,184,0.16); border-radius: 14px; padding: 14px; }
.qp-pipe-step b { display: block; color: #e2d2b8; font-size: 12px; margin-bottom: 6px; }
.qp-pipe-step p { margin: 0; color: #c8c0b4; font-size: 12.5px; line-height: 1.5; }
.qp-tip-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; }
.qp-tip-card { background: rgba(18,16,22,0.8); border: 1px solid rgba(232,210,184,0.14); border-radius: 14px; padding: 14px; }
.qp-tip-card .cat { font-size: 11px; color: #e2d2b8; font-weight: 800; margin-bottom: 6px; }
.qp-tip-card h4 { margin: 0 0 8px; color: #fff; font-size: 14px; line-height: 1.4; }
.qp-tip-card p { margin: 0 0 10px; color: #c8c0b4; font-size: 12.5px; line-height: 1.5; }
.qp-tip-form { display: grid; gap: 8px; margin-top: 18px; background: rgba(255,255,255,0.03); border: 1px solid rgba(232,210,184,0.16); border-radius: 14px; padding: 16px; }
.qp-tip-form input, .qp-tip-form textarea, .qp-tip-form select {
  width: 100%; padding: 10px 12px; border-radius: 9px; background: var(--bg3);
  border: 1px solid var(--border); color: #fff; font-size: 13px;
}
@media (max-width: 800px) { .qp-pipe-steps { grid-template-columns: 1fr 1fr; } }

.qp-editorial { padding: 90px 0; }
.qp-editorial + .qp-editorial { padding-top: 0; }
.qp-edi-block { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 5vw, 72px); align-items: center; margin-bottom: 48px; }
.qp-edi-block.qp-edi-tail { margin-bottom: 0; }
.qp-edi-block.flip { grid-template-columns: 0.95fr 1.05fr; }
.qp-edi-block.flip .qp-edi-media { order: 2; }
.qp-edi-block.flip .qp-edi-text { order: 1; }
.qp-edi-media { position: relative; overflow: hidden; aspect-ratio: 4/3; background: #1a0c06; border-radius: 14px; }
.qp-edi-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--qp-ease); }
.qp-edi-block:hover .qp-edi-media img { transform: scale(1.04); }
.qp-edi-media::before { content: ''; position: absolute; inset: 0; z-index: 1; border: 1px solid rgba(212,165,116,0.16); pointer-events: none; border-radius: 14px; }
.qp-edi-frame { position: absolute; top: 14px; left: 14px; z-index: 2; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #e2d2b8; background: rgba(0,0,0,0.45); padding: 6px 10px; }
.qp-edi-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #e2d2b8; margin-bottom: 14px; }
.qp-edi-text h2 { font-family: 'Syne', Pretendard, sans-serif; font-size: clamp(1.8rem, 3.5vw, 2.7rem); font-weight: 800; line-height: 1.15; letter-spacing: -0.03em; margin-bottom: 18px; color: #fff; }
.qp-edi-text p { color: #c8c0b4; font-size: 1rem; line-height: 1.8; margin-bottom: 10px; max-width: 460px; }

.qp-process { padding: 30px 0 90px; }
.qp-ad-section { padding: 20px 0 90px; }
.qp-ad-inline {
  margin: 8px 0 72px;
  scroll-margin-top: 90px;
}
.qp-ad-cards-section { padding: 56px 0 90px; }
.qp-ad-banner {
  position: relative;
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 22px;
  padding: 28px 28px 26px; margin-bottom: 0;
  border-radius: 18px; overflow: hidden;
  background:
    radial-gradient(ellipse 80% 90% at 100% 0%, rgba(212,165,116,.22), transparent 55%),
    linear-gradient(135deg, #16120e 0%, #0f0f12 55%, #141018 100%);
  border: 1px solid rgba(212,165,116,0.28);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}
.qp-ad-banner.has-media {
  display: grid; grid-template-columns: 1.15fr minmax(220px, 0.85fr); align-items: center;
}
.qp-ad-banner::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(212,165,116,.06), transparent);
}
.qp-ad-copy { position: relative; z-index: 1; min-width: 0; }
.qp-ad-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
  color: #e2d2b8; margin-bottom: 12px;
}
.qp-ad-kicker .qp-ad-badge {
  letter-spacing: 0.08em; font-size: 0.65rem;
  padding: 3px 8px; border-radius: 999px;
  background: rgba(212,165,116,.18); border: 1px solid rgba(212,165,116,.35); color: #f3e8d3;
}
.qp-ad-banner h2 {
  font-family: 'Syne', Pretendard, sans-serif;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem); font-weight: 800;
  letter-spacing: -0.03em; line-height: 1.18; color: #fff; margin: 0 0 10px;
}
.qp-ad-banner p { color: #c8c0b4; font-size: 0.98rem; line-height: 1.7; margin: 0; max-width: 640px; }
.qp-ad-cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 20px; border-radius: 999px; border: none; cursor: pointer;
  background: linear-gradient(135deg, #e8d5b5, #cbb396); color: #1a120c;
  font-weight: 800; font-size: 0.92rem; white-space: nowrap; text-decoration: none;
  box-shadow: 0 8px 22px rgba(212,165,116,.25); margin-top: 16px;
}
.qp-ad-cta:hover { filter: brightness(1.06); }
.qp-ad-media {
  position: relative; z-index: 1; border-radius: 14px; overflow: hidden;
  min-height: 160px; background: #0a0a0c; border: 1px solid rgba(212,165,116,.22);
}
.qp-ad-media img, .qp-ad-media video {
  width: 100%; height: 100%; max-height: 280px; object-fit: cover; display: block;
}
.qp-ad-cards {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
.qp-ad-card {
  background: #121214; border: 1px solid rgba(212,165,116,0.18);
  border-radius: 16px; padding: 22px 18px 20px; min-height: 168px;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.qp-ad-card:hover { transform: translateY(-3px); border-color: rgba(212,165,116,0.4); background: #18181c; }
.qp-ad-card.clickable { cursor: pointer; }
.qp-ad-card-media {
  margin: -22px -18px 14px; border-radius: 16px 16px 0 0; overflow: hidden;
  aspect-ratio: 16 / 9; background: #0a0a0c;
}
.qp-ad-card-media img, .qp-ad-card-media video {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.qp-ad-emoji { font-size: 1.55rem; margin-bottom: 12px; line-height: 1; }
.qp-ad-card h3 { font-size: 1.02rem; font-weight: 800; color: #fff; margin: 0 0 8px; }
.qp-ad-card p { font-size: 0.86rem; color: #8a847a; line-height: 1.6; margin: 0; }
.qp-ad-card-cta { display: inline-block; margin-top: 12px; font-size: 0.8rem; font-weight: 800; color: #e2d2b8; }
.lp-type-row { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:8px; margin-bottom:10px; }
.lp-type-row label, .lp-media-box label { display:block; font-size:11px; color:var(--text3); margin-bottom:4px; }
.lp-type-row select, .lp-media-box input[type="text"] {
  width:100%; padding:8px 10px; border-radius:8px; background:var(--bg3);
  border:1px solid var(--border); color:#fff; font-size:12.5px;
}
.lp-media-box { margin-top:10px; padding-top:10px; border-top:1px solid var(--border2); }
@media (max-width: 800px) {
  .qp-ad-banner.has-media { grid-template-columns: 1fr; }
  .lp-type-row { grid-template-columns: 1fr 1fr; }
}

.qp-showcase { padding: 30px 0 90px; overflow: hidden; }
.qp-showcase-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 32px; flex-wrap: wrap; }
.qp-showcase-head h2 { font-family: 'Syne', Pretendard, sans-serif; font-size: clamp(1.8rem, 3.2vw, 2.5rem); font-weight: 800; letter-spacing: -0.03em; color: #fff; }
.qp-showcase-head p { color: #8a847a; font-size: 0.92rem; max-width: 320px; }
.qp-filmstrip { display: flex; gap: 16px; width: max-content; animation: qpFilm 36s linear infinite; }
.qp-filmstrip:hover { animation-play-state: paused; }
@keyframes qpFilm { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.qp-film-card { width: 200px; aspect-ratio: 9/16; position: relative; overflow: hidden; border: 1px solid rgba(212,165,116,0.16); border-radius: 10px; flex-shrink: 0; }
.qp-film-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.75); }
.qp-film-card figcaption { position: absolute; inset: auto 0 0; padding: 30px 12px 12px; background: linear-gradient(transparent, rgba(0,0,0,0.9)); font-size: 0.8rem; font-weight: 700; color: #fff; }

.qp-features { padding: 60px 0 90px; border-top: 1px solid rgba(212,165,116,0.16); }
.qp-features-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 44px; }
.qp-features-sticky h2 { position: sticky; top: 100px; font-family: 'Syne', Pretendard, sans-serif; font-size: clamp(1.9rem, 3.4vw, 2.7rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.15; color: #fff; }
.qp-feature-list li { display: grid; grid-template-columns: 60px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid rgba(212,165,116,0.16); }
.qp-feature-list .qp-idx { font-family: 'Syne', Pretendard, sans-serif; font-size: 1.3rem; font-weight: 800; color: #cbb396; }
.qp-feature-list h3 { font-size: 1.08rem; font-weight: 700; margin-bottom: 6px; color: #fff; }
.qp-feature-list p { color: #c8c0b4; font-size: 0.9rem; line-height: 1.65; }

.qp-quotes { padding: 30px 0 90px; background: radial-gradient(ellipse 60% 50% at 80% 20%, rgba(212,165,116,0.06), transparent), #0c0c0e; }
.qp-quotes-head { text-align: left; max-width: 640px; margin-bottom: 36px; }
.qp-quotes-head h2 { font-family: 'Syne', Pretendard, sans-serif; font-size: clamp(1.9rem, 3.4vw, 2.7rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.15; color: #fff; }
.qp-quote-wall { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.qp-quote { padding: 26px 22px; border: 1px solid rgba(212,165,116,0.16); background: rgba(212,165,116,0.04); border-radius: 12px; }
.qp-quote p { font-size: 0.95rem; line-height: 1.72; color: #c8c0b4; margin-bottom: 18px; }
.qp-quote footer { font-size: 0.85rem; font-weight: 700; color: #fff; }
.qp-quote footer span { display: block; font-weight: 500; color: #8a847a; margin-top: 2px; }

.qp-faq { padding: 60px 0; width: min(720px, calc(100% - 40px)); margin-inline: auto; }
.qp-faq h2 { font-family: 'Syne', Pretendard, sans-serif; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; margin-bottom: 24px; color: #fff; }
.qp-faq-item { border-bottom: 1px solid rgba(212,165,116,0.16); }
.qp-faq-q { width: 100%; display: flex; justify-content: space-between; gap: 16px; padding: 18px 0; text-align: left; font-size: 0.98rem; font-weight: 700; color: #fff; background: none; border: none; cursor: pointer; }
.qp-faq-q .qp-chev { transition: transform 0.3s; color: #cbb396; }
.qp-faq-item.open .qp-faq-q .qp-chev { transform: rotate(180deg); }
.qp-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s var(--qp-ease); }
.qp-faq-item.open .qp-faq-a { max-height: 240px; }
.qp-faq-a p { padding-bottom: 18px; color: #c8c0b4; font-size: 0.9rem; line-height: 1.7; }

.qp-cta-band { position: relative; padding: 80px 0; overflow: hidden; text-align: center; border-top: 1px solid rgba(212,165,116,0.16); }
.qp-cta-band-bg { position: absolute; inset: 0; z-index: 0; }
.qp-cta-band-bg img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.4) brightness(0.4); }
.qp-cta-band-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,12,14,0.9), rgba(212,165,116,0.12), rgba(12,12,14,0.9)); }
.qp-cta-band .qp-wrap { position: relative; z-index: 1; }
.qp-cta-band h2 { font-family: 'Syne', Pretendard, sans-serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 12px; color: #fff; }
.qp-cta-band p { color: #c8c0b4; margin-bottom: 24px; }
.qp-cta-band .qp-cta-btn { display: inline-block; padding: 14px 28px; font-size: 1rem; font-weight: 700; background: #e9dfcf; color: #1c1712; border-radius: 999px; cursor: pointer; border: none; }
.qp-cta-band .qp-cta-btn:hover { background: #f3ece2; }

/* QPOWI family sister-site ad cards */
.qp-sister { padding: 36px 0 8px; }
.qp-sister-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.qp-sister-head h3 { margin: 0; font-size: 1.2rem; color: #f3ebe0; letter-spacing: -0.01em; }
.qp-sister-head p { margin: 6px 0 0; color: #8a847a; font-size: 0.88rem; line-height: 1.55; max-width: 520px; }
.qp-sister-head span { font-size: 0.75rem; font-weight: 700; color: #a89b88; }
.qp-sister-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.qp-sister-card {
  position: relative; display: flex; flex-direction: column; gap: 12px; min-height: 100%;
  padding: 18px 16px 16px; border-radius: 16px; text-decoration: none; color: inherit;
  border: 1px solid rgba(212,165,116,0.18); background: linear-gradient(160deg, rgba(255,106,0,0.12), rgba(14,14,16,0.96) 55%);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.qp-sister-card:hover { transform: translateY(-2px); border-color: rgba(255,106,0,0.45); box-shadow: 0 12px 28px rgba(0,0,0,0.28); }
.qp-sister-card.is-current { border-width: 2px; border-color: #ff6a00; cursor: default; box-shadow: 0 0 0 1px rgba(255,106,0,0.25); }
.qp-sister-card.is-current:hover { transform: none; }
.qp-sister-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; border-radius: 16px 16px 0 0; background: var(--sister-accent, #ff6a00); }
.qp-sister-card[data-site="saju"] { background: linear-gradient(160deg, rgba(245,158,11,0.14), rgba(14,14,16,0.96) 55%); --sister-accent: #f59e0b; }
.qp-sister-card[data-site="church"] { background: linear-gradient(160deg, rgba(184,134,11,0.16), rgba(14,14,16,0.96) 55%); --sister-accent: #b8860b; }
.qp-sister-card[data-site="health"] { background: linear-gradient(160deg, rgba(46,139,87,0.16), rgba(14,14,16,0.96) 55%); --sister-accent: #2e8b57; }
.qp-sister-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.qp-sister-tag { display: inline-block; padding: 3px 8px; border-radius: 6px; font-size: 0.7rem; font-weight: 700; color: #fff; background: var(--sister-accent, #ff6a00); }
.qp-sister-now { font-size: 0.7rem; font-weight: 700; color: var(--sister-accent, #ff6a00); background: rgba(255,106,0,0.14); padding: 3px 8px; border-radius: 999px; }
.qp-sister-name { font-size: 0.82rem; font-weight: 700; color: var(--sister-accent, #ff6a00); }
.qp-sister-card h4 { margin: 4px 0 6px; font-size: 1.02rem; color: #f8f4ee; line-height: 1.35; }
.qp-sister-card p { margin: 0; flex: 1; color: #9a9186; font-size: 0.84rem; line-height: 1.55; }
.qp-sister-cta {
  display: inline-flex; align-items: center; justify-content: center; margin-top: 4px;
  padding: 10px 12px; border-radius: 10px; font-size: 0.85rem; font-weight: 700;
  background: var(--sister-accent, #ff6a00); color: #fff;
}
.qp-sister-card.is-current .qp-sister-cta { background: rgba(255,255,255,0.06); color: #9a9186; border: 1px solid rgba(212,165,116,0.16); }
@media (max-width: 1100px) {
  .qp-sister-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .qp-sister-grid { grid-template-columns: 1fr; }
}

.qp-pricing { padding: 64px 0 48px; background: linear-gradient(180deg, rgba(15,23,42,.55), rgba(10,10,12,.9)); border-top: 1px solid rgba(212,165,116,0.14); }
.qp-pricing-head { text-align: center; max-width: 640px; margin: 0 auto 28px; }
.qp-pricing-head h2 { font-size: 1.65rem; color: #fff; margin: 0 0 10px; font-weight: 900; }
.qp-pricing-head p { color: #a8a29a; font-size: 0.95rem; line-height: 1.65; margin: 0; }
.qp-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.qp-price-card {
  background: rgba(18,18,24,.92); border: 1px solid rgba(212,165,116,0.22); border-radius: 16px;
  padding: 22px 18px; display: flex; flex-direction: column; gap: 10px; min-height: 100%;
}
.qp-price-card.featured { border-color: rgba(236,72,153,.55); box-shadow: 0 0 0 1px rgba(236,72,153,.2); }
.qp-price-card .tag { font-size: 11px; font-weight: 800; color: #93c5fd; letter-spacing: .04em; }
.qp-price-card h3 { margin: 0; color: #fff; font-size: 1.15rem; font-weight: 900; }
.qp-price-card .won { color: #fde68a; font-size: 1.55rem; font-weight: 900; }
.qp-price-card .won small { font-size: .75rem; color: #a8a29a; font-weight: 600; margin-left: 4px; }
.qp-price-card ul { margin: 0; padding-left: 18px; color: #c8c0b4; font-size: .88rem; line-height: 1.7; flex: 1; }
.qp-price-card .meta {
  font-size: 11.5px; color: #86efac; background: rgba(16,185,129,.12); border: 1px solid rgba(16,185,129,.28);
  border-radius: 8px; padding: 8px 10px; line-height: 1.45;
}
.qp-pricing-note {
  margin-top: 18px; font-size: 12px; color: #8a847a; line-height: 1.65;
  padding: 14px 16px; border-radius: 12px; background: rgba(15,23,42,.5); border: 1px solid rgba(148,163,184,.18);
}
@media (max-width: 900px) {
  .qp-pricing-grid { grid-template-columns: 1fr; }
}
.qp-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; margin-bottom: 32px; }
.qp-footer-brand p { margin-top: 10px; color: #8a847a; font-size: 0.88rem; line-height: 1.65; max-width: 280px; }
.qp-footer h4 { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: #c8c0b4; margin-bottom: 12px; }
.qp-footer a { display: block; color: #8a847a; font-size: 0.88rem; padding: 4px 0; text-decoration: none; cursor: pointer; }
.qp-footer a:hover { color: #e2d2b8; }
.qp-footer-biz {
  border: 1px solid rgba(212,165,116,0.18); border-radius: 12px;
  background: rgba(212,165,116,0.05);
  padding: 18px 20px; margin-bottom: 24px;
}
.qp-footer-biz-title { font-size: 0.85rem; font-weight: 700; color: #e2d2b8; margin-bottom: 12px; }
.qp-footer-biz-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 8px 20px; font-size: 0.8rem; color: #8a847a; line-height: 1.6;
}
.qp-footer-biz-grid span strong {
  display: inline-block; color: #c8c0b4; font-weight: 700;
  margin-right: 6px;
}
.qp-footer-biz-wide { grid-column: 1 / -1; }
.qp-footer-bottom { border-top: 1px solid rgba(212,165,116,0.16); padding-top: 18px; font-size: 0.78rem; color: #8a847a; }

@media (max-width: 960px) {
  .qp-edi-block, .qp-edi-block.flip { grid-template-columns: 1fr; }
  .qp-edi-block.flip .qp-edi-media, .qp-edi-block.flip .qp-edi-text { order: unset; }
  .qp-ad-cards { grid-template-columns: 1fr 1fr; }
  .qp-features-layout { grid-template-columns: 1fr; }
  .qp-features-sticky h2 { position: static; margin-bottom: 8px; }
  .qp-quote-wall { grid-template-columns: 1fr; }
  .qp-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .qp-ad-cards { grid-template-columns: 1fr; }
  .qp-ad-banner { padding: 22px 18px 20px; }
  .qp-footer-grid { grid-template-columns: 1fr; }
  .qp-footer-biz-grid { grid-template-columns: 1fr; }
}

/* ── 관리자에게 건의하기 ── */
.feedback-fab {
  position: fixed; left: 250px; bottom: 18px; z-index: 190;
  display: inline-flex; align-items: center; gap: 7px;
  padding: 10px 14px; border: 1px solid rgba(96,165,250,.4); border-radius: 999px;
  color: #dbeafe; background: rgba(15,23,42,.94); box-shadow: 0 10px 30px rgba(0,0,0,.35);
  font: 750 12px/1 Pretendard, sans-serif; cursor: pointer; backdrop-filter: blur(12px);
}
.feedback-fab:hover { transform: translateY(-2px); border-color:#60a5fa; background:#172554; }
body.landing-home .feedback-fab { left: 18px; }
.feedback-modal-card { max-width: 650px !important; padding: 0 !important; overflow: hidden !important; border-color: rgba(96,165,250,.38) !important; }
.feedback-modal-head { padding: 20px 22px 16px; margin:0 !important; background:linear-gradient(135deg,rgba(37,99,235,.22),rgba(124,58,237,.16)); border-bottom:1px solid var(--border); }
.feedback-modal-body { padding:18px 22px 22px; max-height:calc(90vh - 84px); overflow-y:auto; }
.feedback-type-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:7px; margin-bottom:12px; }
.feedback-type-btn { padding:9px 7px; border:1px solid var(--border); border-radius:9px; background:var(--bg3); color:var(--text2); font-size:11.5px; font-weight:750; cursor:pointer; }
.feedback-type-btn.active { color:#fff; border-color:#60a5fa; background:rgba(37,99,235,.28); box-shadow:0 0 0 2px rgba(96,165,250,.1); }
.feedback-dropzone { border:1px dashed rgba(96,165,250,.45); border-radius:11px; padding:13px; background:rgba(37,99,235,.07); color:var(--text2); font-size:11.5px; text-align:center; cursor:pointer; }
.feedback-dropzone.drag { border-color:#60a5fa; background:rgba(37,99,235,.17); }
.feedback-preview-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-top:9px; }
.feedback-preview { position:relative; aspect-ratio:4/3; border:1px solid var(--border); border-radius:9px; overflow:hidden; background:#090d18; }
.feedback-preview img { width:100%; height:100%; object-fit:cover; display:block; }
.feedback-preview button { position:absolute; top:5px; right:5px; width:24px; height:24px; border:0; border-radius:50%; color:#fff; background:rgba(0,0,0,.7); cursor:pointer; }
.feedback-history { display:grid; gap:11px; margin-top:12px; }
.feedback-thread { padding:13px; border:1px solid var(--border); border-radius:12px; background:var(--surface); }
.feedback-message-user { margin:10px 0 7px 12%; padding:10px 12px; border-radius:12px 12px 3px 12px; background:rgba(37,99,235,.2); color:#dbeafe; white-space:pre-wrap; line-height:1.55; font-size:12px; }
.feedback-message-admin { margin:7px 12% 0 0; padding:10px 12px; border-radius:12px 12px 12px 3px; background:rgba(16,185,129,.15); color:#d1fae5; white-space:pre-wrap; line-height:1.55; font-size:12px; }
.feedback-status-pill { display:inline-flex; padding:3px 7px; border-radius:999px; background:rgba(148,163,184,.12); border:1px solid var(--border); color:var(--text2); font-size:10px; font-weight:800; }
.feedback-admin-images { display:flex; gap:7px; flex-wrap:wrap; margin:9px 0; }
.feedback-admin-images img { width:92px; height:72px; object-fit:cover; border-radius:8px; border:1px solid var(--border); cursor:zoom-in; }
@media (max-width: 720px) {
  .feedback-fab { left: 12px; bottom: 76px; padding:10px 12px; }
  .feedback-fab .label { display:none; }
  .feedback-type-grid { grid-template-columns:1fr 1fr; }
  .feedback-modal-body { padding:15px; }
}

/* 🔒 화면 캡처 방지용 블러 효과 */
.sec-blurred {
  filter: blur(25px) !important;
  transition: filter 0.15s ease;
  pointer-events: none !important;
  user-select: none !important;
}

/* 🔒 복사 금지 클래스 */
.sec-no-select {
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
}

/* 🔒 인쇄/PDF 저장 방지 */
@media print {
  body.sec-member-restricted {
    display: none !important;
  }
}
