.admin-root{--adm-bg: #0a0a0b;--adm-surface: #141416;--adm-surface-2: #1c1c1f;--adm-border: #2a2a2e;--adm-text: #fafafa;--adm-muted: #a1a1aa;--adm-accent: #3ecf8e;--adm-accent-dim: rgba(62, 207, 142, .15);--adm-danger: #f87171;--adm-warn: #fbbf24;--adm-radius: 10px;--adm-sidebar-w: 260px;min-height:100vh;background:var(--adm-bg);color:var(--adm-text);font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.admin-layout{display:flex;min-height:100vh}.admin-sidebar{width:var(--adm-sidebar-w);background:var(--adm-surface);border-right:1px solid var(--adm-border);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100;transition:transform .25s ease}.admin-sidebar-header{padding:1.25rem 1rem;border-bottom:1px solid var(--adm-border)}.admin-sidebar-header h1{font-size:.95rem;font-weight:700;margin:0;letter-spacing:-.02em}.admin-sidebar-header p{font-size:.7rem;color:var(--adm-muted);margin:.25rem 0 0}.admin-nav{flex:1;padding:.75rem .5rem;overflow-y:auto}.admin-nav a{display:flex;align-items:center;gap:.6rem;padding:.55rem .75rem;border-radius:8px;color:var(--adm-muted);text-decoration:none;font-size:.85rem;margin-bottom:2px;transition:background .15s,color .15s}.admin-nav a:hover{background:var(--adm-surface-2);color:var(--adm-text)}.admin-nav a.active{background:var(--adm-accent-dim);color:var(--adm-accent);font-weight:500}.admin-nav-icon{width:1.1rem;text-align:center;opacity:.85}.admin-sidebar-footer{padding:1rem;border-top:1px solid var(--adm-border)}.admin-sidebar-footer a,.admin-sidebar-footer button{display:block;width:100%;text-align:left;background:none;border:none;color:var(--adm-muted);font-size:.8rem;padding:.4rem 0;cursor:pointer;text-decoration:none}.admin-sidebar-footer a:hover,.admin-sidebar-footer button:hover{color:var(--adm-text)}.admin-main{flex:1;margin-left:var(--adm-sidebar-w);min-height:100vh;display:flex;flex-direction:column}.admin-topbar{display:none;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--adm-surface);border-bottom:1px solid var(--adm-border);position:sticky;top:0;z-index:50}.admin-menu-btn{background:var(--adm-surface-2);border:1px solid var(--adm-border);color:var(--adm-text);border-radius:8px;padding:.4rem .65rem;cursor:pointer;font-size:1.1rem}.admin-content{flex:1;padding:1.5rem 2rem 2rem;max-width:1400px;width:100%}.admin-page-title{font-size:1.35rem;font-weight:700;margin:0 0 .25rem;letter-spacing:-.03em}.admin-page-desc{color:var(--adm-muted);font-size:.85rem;margin:0 0 1.5rem}.admin-page-desc-tight{margin-top:-.75rem;margin-bottom:1rem}.admin-section-title{font-size:1rem;font-weight:700;margin:0 0 .35rem;color:var(--adm-text, #e4e4e7)}.admin-panel-spaced{margin-bottom:1.5rem}.admin-table-wrap-compact{margin-top:1rem;max-height:280px;overflow-y:auto}.admin-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:90}.admin-stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;margin-bottom:1.5rem}.admin-stat-card{background:var(--adm-surface);border:1px solid var(--adm-border);border-radius:var(--adm-radius);padding:1rem 1.1rem}.admin-stat-card .label{font-size:.72rem;color:var(--adm-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem}.admin-stat-card .value{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.admin-stat-card .sub{font-size:.72rem;color:var(--adm-muted);margin-top:.2rem}.admin-stat-card.status-ok .value{color:var(--adm-accent)}.admin-stat-card.status-warn .value{color:var(--adm-warn)}.admin-stat-card.status-down .value{color:var(--adm-danger)}.admin-panel{background:var(--adm-surface);border:1px solid var(--adm-border);border-radius:var(--adm-radius);padding:1.25rem;margin-bottom:1rem}.admin-panel h3{font-size:.9rem;font-weight:600;margin:0 0 1rem}.admin-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:900px){.admin-grid-2{grid-template-columns:1fr}}.admin-table-wrap{overflow-x:auto;border:1px solid var(--adm-border);border-radius:var(--adm-radius)}.admin-table{width:100%;border-collapse:collapse;font-size:.82rem}.admin-table th,.admin-table td{padding:.65rem .85rem;text-align:left;border-bottom:1px solid var(--adm-border)}.admin-table th{background:var(--adm-surface-2);color:var(--adm-muted);font-weight:500;font-size:.72rem;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.admin-table tr:hover td{background:#ffffff05}.admin-table tr:last-child td{border-bottom:none}.admin-toolbar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;align-items:center}.admin-input,.admin-select{background:var(--adm-surface-2);border:1px solid var(--adm-border);color:var(--adm-text);border-radius:8px;padding:.5rem .75rem;font-size:.85rem;min-width:140px}.admin-input:focus,.admin-select:focus{outline:none;border-color:var(--adm-accent)}.admin-btn{background:var(--adm-surface-2);border:1px solid var(--adm-border);color:var(--adm-text);border-radius:8px;padding:.45rem .9rem;font-size:.82rem;cursor:pointer;white-space:nowrap}.admin-btn:hover{background:var(--adm-border)}.admin-btn-primary{background:var(--adm-accent);border-color:var(--adm-accent);color:#0a0a0b;font-weight:600}.admin-btn-primary:hover{filter:brightness(1.05)}.admin-btn-danger{border-color:var(--adm-danger);color:var(--adm-danger)}.admin-btn-sm{padding:.3rem .6rem;font-size:.75rem}.admin-badge{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.68rem;font-weight:500}.admin-badge-green{background:var(--adm-accent-dim);color:var(--adm-accent)}.admin-badge-gray{background:var(--adm-surface-2);color:var(--adm-muted)}.admin-badge-red{background:#f8717126;color:var(--adm-danger)}.admin-badge-blue{background:#60a5fa26;color:#60a5fa}.admin-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem}.admin-modal{background:var(--adm-surface);border:1px solid var(--adm-border);border-radius:12px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;padding:1.5rem}.admin-modal h2{margin:0 0 1rem;font-size:1.1rem}.admin-form-group{margin-bottom:.85rem}.admin-form-group label{display:block;font-size:.75rem;color:var(--adm-muted);margin-bottom:.3rem}.admin-form-group input,.admin-form-group textarea,.admin-form-group select{width:100%;background:var(--adm-surface-2);border:1px solid var(--adm-border);color:var(--adm-text);border-radius:8px;padding:.5rem .75rem;font-size:.85rem;box-sizing:border-box}.admin-form-group textarea{min-height:80px;resize:vertical}.admin-chart-box{height:220px;width:100%}.admin-empty{text-align:center;padding:2rem;color:var(--adm-muted);font-size:.85rem}.admin-loading{display:flex;align-items:center;justify-content:center;min-height:200px;color:var(--adm-muted)}.admin-forbidden{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--adm-bg);color:var(--adm-text);text-align:center;padding:2rem}.admin-forbidden h1{font-size:1.5rem;margin-bottom:.5rem}.admin-forbidden p{color:var(--adm-muted);margin-bottom:1.5rem}@media(min-width:1024px){.admin-content{padding:1.75rem 2.5rem 2.5rem;max-width:1600px}.admin-table{font-size:.86rem}.admin-table th,.admin-table td{padding:.65rem 1rem}.admin-stat-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}}@media(max-width:768px){.admin-sidebar{transform:translate(-100%)}.admin-sidebar.open{transform:translate(0)}.admin-overlay.visible{display:block}.admin-main{margin-left:0}.admin-topbar{display:flex}.admin-content{padding:1rem}.admin-stat-grid{grid-template-columns:repeat(2,1fr)}}.admin-inquiry-meta{display:grid;grid-template-columns:1fr 1fr;gap:.65rem 1rem;margin-bottom:1rem;font-size:.85rem}.admin-inquiry-label{display:block;font-size:.7rem;color:var(--adm-muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.15rem}.admin-inquiry-block{margin:0;padding:.65rem .75rem;background:var(--adm-surface-2);border:1px solid var(--adm-border);border-radius:8px;font-size:.85rem;line-height:1.5}.admin-inquiry-content{white-space:pre-wrap;max-height:160px;overflow-y:auto}.admin-inquiry-error{color:var(--adm-danger);font-size:.82rem;margin:0 0 .5rem}.announcement-banner{background:linear-gradient(135deg,#03c75a,#02a84a);color:#fff;padding:.65rem 1rem;font-size:.82rem;display:flex;align-items:flex-start;gap:.5rem;position:relative}.announcement-banner.pinned{border-bottom:2px solid rgba(0,0,0,.1)}.announcement-banner-title{font-weight:600;margin-right:.35rem}.announcement-banner-badge{background:#fff;color:#03c75a;font-size:.65rem;font-weight:700;padding:.1rem .4rem;border-radius:4px;flex-shrink:0}.announcement-banner-close{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff;font-size:1.1rem;cursor:pointer;opacity:.8;padding:.2rem .4rem}.admin-business-info{margin-bottom:1rem}.admin-business-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 1rem}.admin-business-info-full{grid-column:1 / -1}@media(max-width:720px){.admin-business-info-grid{grid-template-columns:1fr}}.admin-business-info-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.admin-business-info-message{margin-bottom:.75rem;padding:.55rem .75rem;border-radius:var(--adm-radius);font-size:.85rem;border:1px solid var(--adm-border)}.admin-business-info-message[data-type=ok]{border-color:var(--adm-accent, #3ecf8e)}.admin-business-info-message[data-type=err]{border-color:#f87171}.admin-business-info-preview{margin-top:1rem;padding:1rem;border-radius:var(--adm-radius);border:1px solid var(--adm-border);background:var(--adm-surface-2)}.admin-business-info-preview-title{margin:0 0 .65rem;font-weight:600}.admin-business-info-preview-row{margin:.35rem 0;font-size:.9rem}.admin-business-info-preview-label{display:inline-block;min-width:3rem;margin-right:.5rem;color:var(--adm-muted);font-size:.8rem}.admin-business-info-preview-updated{margin:.65rem 0 0;font-size:.8rem;color:var(--adm-muted)}.admin-legal-layout{display:grid;grid-template-columns:220px 1fr;gap:1rem;align-items:start}@media(max-width:900px){.admin-legal-layout{grid-template-columns:1fr}}.admin-legal-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.admin-legal-nav-btn{width:100%;text-align:left;padding:.65rem .75rem;border:1px solid var(--adm-border);border-radius:var(--adm-radius);background:var(--adm-surface-2);color:var(--adm-text);cursor:pointer;transition:border-color .15s,background .15s}.admin-legal-nav-btn:hover{border-color:var(--adm-accent)}.admin-legal-nav-btn.active{border-color:var(--adm-accent);background:var(--adm-accent-dim)}.admin-legal-nav-label{display:block;font-size:.88rem;font-weight:600}.admin-legal-nav-code{display:block;font-size:.72rem;color:var(--adm-muted);margin-top:.15rem}.admin-legal-nav-meta{display:block;font-size:.7rem;color:var(--adm-muted);margin-top:.25rem}.admin-legal-textarea{width:100%;min-height:420px;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.8rem;line-height:1.55;resize:vertical}.admin-form-hint{margin:0 0 .5rem;font-size:.75rem;color:var(--adm-muted);line-height:1.5}.admin-form-hint code{background:var(--adm-surface-2);padding:.1rem .35rem;border-radius:4px;color:var(--adm-accent)}.admin-muted{color:var(--adm-muted);font-size:.82rem}.admin-intro-lines{display:flex;flex-direction:column;gap:.5rem}.admin-intro-line-row{display:flex;align-items:center;gap:.5rem}.admin-intro-line-num{flex-shrink:0;width:1.5rem;font-size:.78rem;color:var(--adm-muted);text-align:right}.admin-intro-line-input{flex:1;min-width:0}.admin-intro-line-btn{flex-shrink:0;min-width:2rem;padding:.35rem .5rem;font-weight:700;line-height:1}.admin-intro-add-btn{align-self:flex-start;margin-top:.25rem}.admin-link{color:var(--adm-accent, #60a5fa);text-decoration:none;cursor:pointer}.admin-link:hover{text-decoration:underline}.admin-error{color:#f87171;font-size:.85rem;margin:0 0 1rem}.admin-activity-profile .value{word-break:break-all}.admin-activity-filters{flex-wrap:wrap}.admin-activity-table td,.admin-activity-table th{font-size:.78rem}.admin-activity-url{max-width:4rem}.admin-activity-dl{display:grid;grid-template-columns:7rem 1fr;gap:.35rem .75rem;font-size:.82rem;margin:0}.admin-activity-dl dt{color:var(--adm-muted);margin:0}.admin-activity-dl dd{margin:0;word-break:break-word}.admin-json-preview{background:var(--adm-surface-2);border:1px solid var(--adm-border);border-radius:8px;padding:.75rem;font-size:.72rem;overflow:auto;max-height:240px;margin:0}.admin-kv-list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.admin-kv-list li{display:flex;justify-content:space-between;gap:1rem;font-size:.85rem}.admin-kv-list span{color:var(--adm-muted)}.admin-btn-row{display:flex;flex-wrap:wrap;gap:.5rem}.admin-progress-bar{margin-top:1rem;height:8px;background:var(--adm-surface-2);border-radius:4px;overflow:hidden}.admin-progress-fill{height:100%;background:var(--adm-accent, #2e7d32);transition:width .3s ease}.admin-flash{margin-top:1rem;padding:.65rem .85rem;background:var(--adm-surface-2);border-radius:8px;font-size:.85rem}.discover-admin-page .discover-dashboard{min-height:200px;transition:opacity .15s ease}.discover-dashboard--refreshing{opacity:.97}.discover-page-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem}.discover-page-header__status{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;font-size:.8rem}.discover-page-sub{margin:.25rem 0 0;color:var(--adm-muted);font-size:.85rem}.discover-last-updated{color:var(--adm-muted)}.discover-refresh-badge--active{display:inline-flex;align-items:center;gap:.35rem;color:var(--adm-accent, #2563eb)}.discover-refresh-spinner{width:12px;height:12px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:discover-spin .7s linear infinite}@keyframes discover-spin{to{transform:rotate(360deg)}}.discover-worker-badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.8rem;font-weight:600}.discover-worker-badge--active{background:#dcfce7;color:#166534}.discover-worker-badge--stalled{background:#ffedd5;color:#9a3412}.discover-worker-badge--waiting{background:#fef9c3;color:#854d0e}.discover-worker-badge--idle{background:#f3f4f6;color:#4b5563}.discover-worker-badge--processing{background:#dbeafe;color:#1e40af}.discover-worker-banner[data-state=processing]{border-color:#93c5fd}.discover-current-category{display:block;font-size:1.05rem;line-height:1.4;margin-top:.25rem}.discover-progress-card--sticky{position:sticky;top:.5rem;z-index:2;box-shadow:0 2px 12px #0000000f}.discover-progress-pct{color:var(--adm-muted);font-weight:500}.discover-progress-meta{margin-top:1rem}.discover-secondary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.discover-api-compact__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.discover-api-compact__head h2{margin:0;font-size:.95rem}.discover-api-compact__ok{font-size:.75rem;color:#166534;font-weight:600}.discover-api-compact__warn{font-size:.75rem;color:#9a3412;font-weight:600}.discover-api-compact__grid{display:grid;grid-template-columns:1fr 1fr;gap:.35rem .75rem;font-size:.8rem;color:var(--adm-muted)}.discover-modal-warn{color:#b42318;font-size:.9rem}.discover-skeleton{padding:1rem 0}.discover-skeleton__bar{height:14px;border-radius:6px;background:linear-gradient(90deg,#2a2a2e 25%,#3a3a42,#2a2a2e 75%);background-size:200% 100%;animation:discover-shimmer 1.2s ease-in-out infinite;margin-bottom:.65rem}.discover-skeleton__bar--short{width:55%}.discover-skeleton__cards{height:72px;border-radius:8px;background:linear-gradient(90deg,#2a2a2e 25%,#3a3a42,#2a2a2e 75%);background-size:200% 100%;animation:discover-shimmer 1.2s ease-in-out infinite}.discover-load-error{padding:1rem 1.25rem;margin-top:.75rem}.discover-load-error p{margin:0 0 .75rem;font-size:.88rem}@keyframes discover-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.discover-throttle-notice{margin:0 0 .75rem;padding:.5rem .65rem;border-radius:6px;background:#fff7ed;color:#9a3412;font-size:.85rem}.discover-refresh-badge{display:inline-block;margin-left:.5rem;font-size:.75rem;color:var(--adm-muted);font-weight:400}.discover-worker-banner{margin-bottom:1rem;padding:1rem 1.1rem;border-radius:10px;background:var(--adm-surface-2);border:1px solid var(--adm-border, #e5e7eb)}.discover-worker-banner[data-state=active]{border-left:4px solid #16a34a}.discover-worker-banner[data-state=stalled]{border-left:4px solid #ea580c}.discover-worker-banner[data-state=waiting]{border-left:4px solid #ca8a04}.discover-worker-banner[data-state=processing]{border-left:4px solid #2563eb}.discover-worker-banner__title{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.discover-worker-banner__interval{font-size:.75rem;font-weight:400;color:var(--adm-muted)}.discover-worker-banner__elapsed{display:block;font-size:.85rem;color:#1e40af;margin-top:.25rem}.discover-worker-meta--active{color:#1e40af;font-weight:600}.discover-worker-banner__note{margin:.5rem 0 0;font-size:.85rem;color:#854d0e}.discover-worker-banner__current{margin-bottom:.5rem}.discover-worker-banner__label{display:block;font-size:.75rem;color:var(--adm-muted)}.discover-worker-banner__meta{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.8rem;color:var(--adm-muted)}.discover-worker-banner__error{margin:.5rem 0 0;font-size:.8rem;color:#b42318}.discover-count-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin-top:1rem}.discover-count-card{padding:.75rem;border-radius:8px;background:var(--adm-surface-2);text-align:center}.discover-count-card span{display:block;font-size:.75rem;color:var(--adm-muted)}.discover-count-card strong{font-size:1.35rem}.discover-progress-headline{font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.discover-progress-bar{height:14px}.admin-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#00000073;display:flex;align-items:center;justify-content:center;padding:1rem}.admin-modal{background:var(--adm-surface, #fff);border-radius:12px;padding:1.25rem 1.5rem;max-width:420px;width:100%;box-shadow:0 12px 40px #0003}.admin-modal h3{margin:0 0 .75rem}.admin-modal-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1.25rem}.admin-modal-actions--stack{flex-direction:column}.admin-modal-actions--stack .admin-btn{width:100%}@media(max-width:640px){.discover-count-cards{grid-template-columns:repeat(2,1fr)}}.discover-guide-box{margin-bottom:1rem}.discover-guide-box h2{margin:0 0 .5rem;font-size:1rem}.discover-guide-steps{margin:0;padding-left:1.25rem;font-size:.88rem;color:var(--adm-text, #374151);line-height:1.55}.discover-guide-steps li+li{margin-top:.35rem}.discover-section-desc{margin:0 0 1rem;font-size:.85rem;color:var(--adm-muted);line-height:1.5}.discover-controls-card h2{margin:0 0 .35rem;font-size:1.05rem}.discover-controls-card--danger{border-color:var(--adm-border, #2a2a2e);background:var(--adm-surface, #141416)}.discover-action-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem}.discover-action-grid--compact{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.discover-action-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;width:100%;padding:1rem 1.1rem;border-radius:10px;border:1px solid var(--adm-border, #2a2a2f);background:var(--adm-surface, #141416);cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .1s}.discover-action-card:hover:not(:disabled){border-color:#3ecf8e8c;box-shadow:0 4px 14px #3ecf8e1f;transform:translateY(-1px)}.discover-action-card:active:not(:disabled){transform:translateY(0)}.discover-action-card:disabled{opacity:.5;cursor:default}.discover-action-card--primary{border-color:#3ecf8ea6;border-width:2px;background:#3ecf8e14}.discover-action-card--primary .discover-action-card__title{color:var(--adm-text, #f4f4f5)}.discover-action-card--danger{border-color:#f8717173;background:var(--adm-surface, #141416)}.discover-action-card__title{font-size:1rem;font-weight:600;color:var(--adm-text, #f4f4f5);margin-bottom:.35rem}.discover-action-card__desc{font-size:.82rem;color:var(--adm-muted);line-height:1.45;flex:1}.discover-action-card__hint{display:inline-block;margin-top:.5rem;font-size:.72rem;padding:.15rem .45rem;border-radius:4px;background:var(--adm-surface-2, #1c1c1f);color:var(--adm-muted)}.discover-action-card__cta{margin-top:.65rem;font-size:.78rem;font-weight:600;color:var(--adm-accent, #3ecf8e)}.discover-action-card--danger .discover-action-card__cta{color:var(--adm-danger, #f87171)}.discover-action-card__disabled{margin-top:.55rem;font-size:.74rem;color:var(--adm-muted, #a1a1aa)}.discover-toast{margin-bottom:1rem;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;animation:discover-toast-in .25s ease}.discover-toast--ok{background:#3ecf8e1f;border:1px solid rgba(62,207,142,.35);color:var(--adm-text, #fafafa)}.discover-toast--err{background:#f871711f;border:1px solid rgba(248,113,113,.35);color:var(--adm-text, #fafafa)}@keyframes discover-toast-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.discover-alert{margin-bottom:1rem;padding:.85rem 1rem;border-radius:8px;font-size:.9rem}.discover-alert--danger{background:var(--adm-surface-2, #1c1c1f);border:1px solid rgba(248,113,113,.35);color:var(--adm-text, #fafafa)}.discover-alert--warn{background:var(--adm-surface-2, #1c1c1f);border:1px solid rgba(251,191,36,.35);color:var(--adm-text, #fafafa)}.discover-alert__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1rem;margin-bottom:.25rem}.discover-alert__head strong{display:block;margin:0}.discover-alert p{margin:.35rem 0 0}.discover-alert strong{display:block}.discover-pipeline-card h2{margin:0 0 .75rem;font-size:1rem}.discover-step1-log{margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--adm-border, #e5e7eb)}.discover-step1-log h3{margin:0 0 .5rem;font-size:.9rem;font-weight:600}.discover-step1-log__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem 1rem;margin:0}.discover-step1-log__grid dt{font-size:.72rem;color:var(--adm-muted, #9ca3af);margin:0}.discover-step1-log__grid dd{margin:.15rem 0 0;font-size:.85rem;word-break:break-word}.discover-step1-log__seeds{max-height:4.5rem;overflow-y:auto;font-size:.8rem;line-height:1.35}.discover-min-search-field{margin-bottom:1rem}.discover-min-search-field label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.35rem}.discover-min-search-field__row{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem}.discover-min-search-field input{width:7rem;padding:.45rem .55rem;border-radius:6px;border:1px solid var(--adm-border, #e5e7eb);background:var(--adm-surface, #1c1c1f);color:var(--adm-text, #f4f4f5);font-size:.9rem}.discover-pipeline-min-search{margin:.65rem 0 0;font-size:.88rem;color:var(--adm-text, #f4f4f5)}.discover-step-tabs{display:flex;gap:.5rem;margin:.75rem 0 1rem;flex-wrap:wrap}.discover-step-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--adm-border, #2a2a2f);background:var(--adm-surface-2, #1c1c1f);color:var(--adm-text, #f4f4f5);padding:.55rem .75rem;border-radius:10px;font-size:.9rem;cursor:pointer}.discover-step-tab:hover{border-color:#3ecf8e8c}.discover-step-tab--active{border-color:#3ecf8ebf;background:#3ecf8e1f}.discover-status-bar{margin-bottom:1rem}.discover-status-bar__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.discover-status-bar__block h2{margin:0 0 .5rem;font-size:1rem}.discover-status-bar__state{margin:0 0 .5rem}.discover-status-bar__kv{margin:0}.discover-status-bar__warn{margin:.5rem 0 0;color:#fbbf24;font-size:.85rem}.discover-status-bar__meta{margin:.75rem 0 0;font-size:.85rem}.discover-status-bar__job-id{margin:.35rem 0 0;font-size:.8rem}.discover-schedule-list{display:grid;gap:.65rem}.discover-schedule-row{display:grid;grid-template-columns:1fr auto;gap:.75rem;padding:.8rem .9rem;border:1px solid var(--adm-border, #2a2a2f);border-radius:10px;background:var(--adm-surface, #141416)}.discover-schedule-row__actions{display:flex;flex-direction:column;gap:.4rem}.discover-pipeline-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.discover-pipeline-step{padding:.85rem 1rem;border-radius:8px;border:1px solid var(--adm-border, #e5e7eb);background:var(--adm-surface-2, #1c1c1f)}.discover-pipeline-step--active{border-color:#3ecf8e80;background:#3ecf8e1f}.discover-pipeline-step__badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--adm-accent, #3ecf8e);margin-bottom:.35rem}.discover-pipeline-step strong{display:block;font-size:.95rem;margin-bottom:.35rem}.discover-pipeline-step__stats{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.65rem 1rem;font-size:.82rem}.discover-pipeline-step__stats li{display:flex;flex-direction:column;gap:.1rem}.discover-pipeline-step__stats span{color:var(--adm-muted);font-size:.72rem}.discover-pipeline-step__warn{margin:.5rem 0 0;font-size:.78rem;color:var(--adm-warn, #fbbf24)}.discover-pipeline-phase{margin:.75rem 0 0;font-size:.82rem}.discover-confirm-modal{max-width:480px}.discover-confirm-modal__body{font-size:.9rem;line-height:1.55}.discover-confirm-modal__body p{margin:0 0 .65rem}.discover-confirm-list{margin:.5rem 0 .75rem;padding-left:1.2rem;font-size:.88rem}.discover-confirm-modal__eta{margin:.75rem 0 0;font-size:.85rem}.discover-confirm-modal__loading{display:flex;align-items:center;gap:.5rem;margin:1rem 0 0;padding:.65rem;border-radius:8px;background:#eff6ff;color:#1e40af;font-size:.88rem}.discover-stats-details summary{cursor:pointer;font-weight:600;padding:.25rem 0;-webkit-user-select:none;user-select:none}.discover-stats-details[open] summary{margin-bottom:.75rem}.discover-stats-details h3{margin:0 0 .5rem;font-size:.9rem}.discover-dashboard--refreshing{opacity:1}.migration-freeze-banner{width:100%;padding:.65rem 1rem;text-align:center;font-size:.875rem;font-weight:600;color:#7c2d12;background:#ffedd5;border-bottom:1px solid #fdba74}.app{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.app-header{background:linear-gradient(135deg,var(--naver-green),var(--naver-green-dark));color:#fff;padding:20px 16px 16px;position:sticky;top:0;z-index:10;box-shadow:0 2px 8px #0000001a}.app-header-brand{min-width:0}.app-header-title-row{display:flex;align-items:center;gap:10px}.app-header-logo,.app-logo{flex-shrink:0;border-radius:10px;box-shadow:0 2px 8px #0000001f}.app-header-text{min-width:0}.app-header h1{margin:0;font-size:1.3rem;font-weight:800;letter-spacing:-.03em}.app-header-tagline{margin:3px 0 0;font-size:.72rem;font-weight:500;color:#ffffffc7;letter-spacing:-.01em;line-height:1.35}.app-header-user{margin:6px 0 0 50px;font-size:.78rem;font-weight:600;color:#ffffffeb}.app-header-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.app-header-badges{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.plan-badge{flex-shrink:0;font-size:.65rem;font-weight:700;padding:4px 8px;border-radius:6px;background:#fff3;border:1px solid rgba(255,255,255,.35)}.plan-badge-beta{background:#fffffff2;color:var(--naver-green-dark);border-color:transparent}.plan-badge-usage{font-size:.6rem;font-weight:600;opacity:.95}.settings-value.plan-text{text-transform:capitalize}.header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.btn-header{border:1px solid rgba(255,255,255,.5);background:#ffffff1f;color:#fff;border-radius:8px;padding:6px 10px;font-size:.75rem;cursor:pointer}.user-email{margin:8px 0 0;font-size:.75rem;opacity:.85}.auth-app .auth-main{padding-top:24px}.auth-message{margin:0 0 12px;padding:10px 12px;border-radius:8px;font-size:.85rem}.auth-message.ok{background:#e8faf0;color:var(--naver-green-dark)}.auth-message.fail{background:#ffeef0;color:var(--danger)}.btn-link{margin-top:12px;border:none;background:none;color:var(--info);font-size:.85rem;cursor:pointer;padding:0}.center{text-align:center}.app-main{flex:1;padding:12px;overflow-y:auto}.app-main--mobile-pad{padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))}@media(min-width:768px){.app-main--mobile-pad{padding-bottom:12px}.app-main{padding:16px 20px 20px}}@media(min-width:1024px){.app-main{padding:20px 24px 28px;max-width:1280px}}.app-tab-panel[hidden]{display:none!important}.page{display:flex;flex-direction:column;gap:12px}.card{background:var(--surface);border-radius:12px;padding:16px;box-shadow:0 1px 3px #0000000f}.card h2{margin:0 0 4px;font-size:1.1rem}.card h3{margin:0 0 12px;font-size:1rem}.hint{margin:0 0 16px;font-size:.85rem;color:var(--text-muted)}.env-restart-hint{padding:10px 12px;background:#fff8e6;border-radius:8px;border:1px solid #ffe0a3}.env-restart-hint code{font-size:.8rem}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.field span{font-size:.85rem;font-weight:600;color:var(--text)}.field input,.field textarea{width:100%;padding:12px;border:1px solid var(--border);border-radius:8px;background:#fff;transition:border-color .15s}.field input:focus,.field textarea:focus{outline:none;border-color:var(--naver-green)}.field input:disabled,.field textarea:disabled{background:#f8f9fa;color:var(--text-muted)}.field-meta{font-size:.75rem;color:var(--text-muted)}.button-row{display:flex;gap:8px;flex-wrap:wrap}.btn{padding:12px 20px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:opacity .15s,transform .1s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:not(:disabled):active{transform:scale(.98)}.btn.primary{background:var(--naver-green);color:#fff;flex:1}.btn.secondary{background:#eef1f4;color:var(--text)}.btn.full{width:100%}.progress-box{margin-top:12px}.progress-box p{margin:8px 0 0;font-size:.85rem;color:var(--text-muted);text-align:center}.progress-bar{height:6px;background:#eef1f4;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:var(--naver-green);border-radius:3px;transition:width .3s ease}.result-card .result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.result-card .result-header h3{margin:0}.badge{font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:20px}.badge-found{background:#e8faf0;color:var(--naver-green-dark)}.badge-not_found{background:#fff4e6;color:var(--warning)}.badge-timeout{background:#fff4e6;color:#b45309}.badge-error,.badge-cancelled{background:#ffeef0;color:var(--danger)}.badge-loading,.badge-pending{background:#eef4ff;color:var(--info)}.result-list,.bulk-detail{display:grid;grid-template-columns:80px 1fr;gap:8px 12px;margin:0;font-size:.9rem}.result-list dt,.bulk-detail dt{color:var(--text-muted);font-weight:500}.result-list dd,.bulk-detail dd{margin:0;word-break:break-all}.rank-value{font-size:1.2rem;font-weight:700;color:var(--naver-green-dark)}.error-text{color:var(--danger);font-size:.85rem}.muted{color:var(--text-muted);font-size:.85rem;margin:4px 0 0}.bulk-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.bulk-item{border:1px solid var(--border);border-radius:10px;padding:12px}.bulk-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.bulk-detail{margin-top:8px;padding-top:8px;border-top:1px solid var(--border)}.settings-block{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}.settings-block:last-of-type{border-bottom:none}.settings-block h3{margin:0 0 8px;font-size:.95rem}.radio-group{display:flex;flex-direction:column;gap:8px}.radio-item{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;cursor:pointer}.radio-item:has(input:checked){border-color:var(--naver-green);background:#f0fdf4}.api-status{margin-top:12px;padding:12px;border-radius:8px;font-size:.9rem}.api-status.ok{background:#e8faf0;color:var(--naver-green-dark)}.api-status.fail{background:#ffeef0;color:var(--danger)}.settings-page{gap:12px}.settings-page-header{display:flex;align-items:center;justify-content:space-between;padding:4px 2px 8px}.settings-page-header h2{margin:0;font-size:1.35rem;font-weight:700}.settings-saved-hint{font-size:.8rem;color:var(--naver-green-dark);font-weight:600;animation:fade-hint 2s ease forwards}@keyframes fade-hint{0%,70%{opacity:1}to{opacity:0}}.settings-card{background:var(--surface);border-radius:14px;padding:16px;box-shadow:0 1px 4px #0000000f}.settings-card-muted{background:#f8f9fb}.settings-card-title{margin:0 0 12px;font-size:.95rem;font-weight:700;color:var(--text)}.settings-card-desc{margin:-6px 0 12px;font-size:.8rem;color:var(--text-muted)}.settings-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}.settings-row:last-child{border-bottom:none}.settings-row-toggle{align-items:center;padding:12px 0}.settings-label{font-size:.9rem;font-weight:600;color:var(--text)}.settings-value{font-size:.9rem;color:var(--text-muted);text-align:right;word-break:break-all}.settings-row-hint{margin:4px 0 0;font-size:.75rem;color:var(--text-muted);font-weight:400}.settings-subsection{margin-bottom:16px}.settings-subsection:last-child{margin-bottom:0}.settings-subsection>.settings-label{display:block;margin-bottom:8px}.segmented-control{display:flex;gap:6px;background:#eef1f4;padding:4px;border-radius:10px}.segmented-control button{flex:1;border:none;background:transparent;padding:10px 8px;border-radius:8px;font-size:.85rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:background .15s,color .15s}.segmented-control button.active{background:#fff;color:var(--naver-green-dark);box-shadow:0 1px 3px #00000014}.segmented-control button:disabled{opacity:.45;cursor:not-allowed}.segmented-4 button{font-size:.8rem;padding:10px 4px}.toggle{position:relative;display:inline-block;width:48px;height:28px;flex-shrink:0}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#d1d6db;border-radius:28px;cursor:pointer;transition:background .2s}.toggle-slider:before{content:"";position:absolute;width:22px;height:22px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #00000026}.toggle input:checked+.toggle-slider{background:var(--naver-green)}.toggle input:checked+.toggle-slider:before{transform:translate(20px)}.settings-link-btn{display:block;width:100%;margin-top:12px;padding:12px;text-align:center;font:inherit;font-weight:600;font-size:.9rem;color:var(--info);background:#fff;border:1px solid var(--border);border-radius:10px;text-decoration:none;cursor:pointer}.settings-link-btn:hover{background:#f8fafc}.settings-link-btn-spaced{margin-top:8px}.settings-card .field{margin-bottom:12px}.settings-card .field:last-child{margin-bottom:0}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;display:flex;background:var(--surface);border-top:1px solid var(--border);padding:6px 0 calc(6px + env(safe-area-inset-bottom));z-index:20;box-shadow:0 -2px 10px #0000000f}@media(min-width:768px){.bottom-nav{display:none}}.bottom-nav button{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 4px;border:none;background:none;color:var(--text-muted);font-size:.7rem;cursor:pointer}.bottom-nav button.active{color:var(--naver-green);font-weight:600}.nav-icon{font-size:1.2rem}.debug-section{margin-top:16px;padding-top:12px;border-top:1px solid var(--border)}.debug-table-wrap{margin-top:12px;overflow-x:auto}.debug-table{width:100%;border-collapse:collapse;font-size:.75rem}.debug-table th,.debug-table td{border:1px solid var(--border);padding:6px 8px;text-align:left;vertical-align:top}.debug-table th{background:#f8f9fa;font-weight:600}.debug-title{max-width:120px;word-break:break-all}.debug-link{max-width:100px;word-break:break-all;font-family:monospace;font-size:.7rem}.bulk-page-card h2{margin:0;font-size:1.1rem;line-height:1.35;flex:1;min-width:0}.bulk-page-head{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--border)}.bulk-page-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:14px}.bulk-page-actions{display:flex;flex-shrink:0;align-items:center;gap:6px}.bulk-page-intro{width:100%;max-width:none}.bulk-page-lead{margin:0 0 14px;font-size:.92rem;line-height:1.7;color:var(--text);font-weight:500}.bulk-page-tips{margin:0 0 14px;padding:0 0 0 1.15rem;font-size:.84rem;line-height:1.68;color:var(--text-muted);list-style:disc}.bulk-page-tips li+li{margin-top:6px}.bulk-page-tips li::marker{color:var(--naver-green)}.bulk-page-beta{margin:0 0 12px;padding:12px 14px;border-radius:10px;background:linear-gradient(180deg,#f4fbf7,#f8faf9);border:1px solid rgba(3,199,90,.18)}.bulk-page-beta-badge{display:inline-block;margin-bottom:8px;padding:3px 8px;border-radius:6px;background:#03c75a1f;color:var(--naver-green-dark);font-size:.72rem;font-weight:700;letter-spacing:-.01em}.bulk-page-beta p{margin:0;font-size:.8rem;line-height:1.65;color:var(--text-muted)}.bulk-page-beta p+p{margin-top:6px}.bulk-page-save-hint{margin:0;font-size:.78rem;line-height:1.5;color:var(--text-muted)}.bulk-last-run{margin-top:14px;padding:10px 12px;border-radius:8px;background:#f0faf4;border:1px solid #c8ebd4;font-size:.85rem}.bulk-last-run p{margin:0;color:var(--text-muted)}.bulk-last-run strong{color:var(--naver-green-dark);font-weight:700}.bulk-last-run-empty{color:var(--text-muted)}.bulk-run-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:4px 0 16px}.bulk-run-btn{min-width:140px}.bulk-page-progress{margin-bottom:16px}.bulk-progress-primary{margin:8px 0 2px;font-size:.88rem;font-weight:600;color:var(--text)}.bulk-progress-secondary{margin:0;font-size:.8rem;color:var(--text-muted)}.bulk-complete-banner{margin:0 0 16px;padding:10px 12px;border-radius:8px;font-size:.85rem;font-weight:600;color:var(--naver-green-dark);background:#e8f9ee;border:1px solid #b8e6c8}.bulk-item-header--with-time{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px;margin-bottom:6px}.bulk-checked-at{font-size:.72rem;line-height:1.3;color:var(--text-muted);text-align:center;white-space:nowrap}.bulk-checked-at--empty{visibility:hidden}.bulk-item-header-rank{justify-self:end;min-height:1.2rem}.matched-products-checked{margin:4px 0 0;font-size:.8rem;color:var(--text-muted)}.bulk-plan-slot-hint{margin:0 0 10px;padding:8px 10px;font-size:.8rem;line-height:1.45;color:var(--text-muted);background:#f4f8fc;border:1px solid var(--border);border-radius:8px}.keyword-slots-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:.85rem;font-weight:600;margin:8px 0 10px}.bulk-keyword-draft-actions{display:flex;align-items:center;gap:8px}.bulk-draft-dirty-hint,.bulk-save-message{margin:0 0 10px;font-size:.82rem}.bulk-draft-dirty-hint{color:var(--text-muted)}.bulk-save-message{color:var(--accent, #2563eb)}.keyword-slots{list-style:none;margin:0 0 16px;padding:0;display:flex;flex-direction:column;gap:10px}.keyword-slot{border:1px solid var(--border);border-radius:10px;padding:10px;background:#fafbfc}.keyword-row{display:flex;align-items:center;gap:8px}.keyword-index{flex-shrink:0;width:22px;font-size:.75rem;font-weight:600;color:var(--text-muted);text-align:center}.keyword-row input{flex:1;min-width:0;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#fff}.keyword-row input:focus{outline:none;border-color:var(--naver-green)}.keyword-row input:disabled{background:#f0f2f4}.btn-compact{flex-shrink:0;padding:10px 12px;font-size:.8rem;white-space:nowrap}.keyword-result{margin-top:10px;padding-top:10px;border-top:1px dashed var(--border)}.keyword-result .bulk-item-header{margin-bottom:6px}.bulk-detail.compact{margin-top:0;font-size:.8rem;gap:4px 8px;flex:1;min-width:0}.keyword-result-body{display:flex;gap:10px;align-items:flex-start;margin-top:6px}.keyword-result-body>.result-list{flex:1;min-width:0}.keyword-result-thumb{flex-shrink:0;display:block;width:56px;height:56px;border-radius:8px;overflow:hidden;border:1px solid var(--border);background:#fff}.keyword-result-thumb img{width:100%;height:100%;object-fit:cover;display:block}.usage-banner{margin:0 0 12px;padding:12px 14px;border-radius:10px;background:#fff;border:1px solid var(--border);box-shadow:0 1px 3px #0000000a}.usage-banner-blocked{border-color:#f5c6a0;background:#fffaf5}.usage-banner-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.usage-banner-label{font-size:.85rem;font-weight:600;color:var(--text)}.usage-banner-value{font-size:.9rem;font-weight:700;color:var(--naver-green-dark)}.usage-banner-countdown{margin:6px 0 0;font-size:.8rem;color:var(--warning);font-weight:600}.usage-banner-hint,.usage-banner-muted{margin:4px 0 0;font-size:.72rem;color:var(--text-muted)}.usage-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#00000073;display:flex;align-items:center;justify-content:center;padding:20px}.usage-modal{width:100%;max-width:360px;background:#fff;border-radius:14px;padding:22px 20px;box-shadow:0 12px 40px #0000002e}.usage-modal-badge{display:inline-block;font-size:.65rem;font-weight:800;letter-spacing:.04em;color:var(--naver-green-dark);background:#e8faf0;padding:4px 8px;border-radius:6px;margin-bottom:10px}.usage-modal h3{margin:0 0 10px;font-size:1.1rem}.usage-modal-exhausted{margin:0 0 8px;font-size:.9rem;line-height:1.5;white-space:pre-line;color:var(--text)}.usage-modal-countdown{margin:0 0 12px;font-size:.95rem;font-weight:700;color:var(--warning)}.usage-modal-premium{margin:0 0 6px;font-size:.82rem;color:var(--text-muted);line-height:1.45}.usage-modal-premium-tag{margin:0 0 16px;font-size:.75rem;font-weight:700;color:var(--naver-green-dark)}.settings-payment-list{display:flex;flex-direction:column;gap:1rem}.settings-payment-item{border:1px solid var(--border, #e5e7eb);border-radius:10px;padding:.75rem 1rem}.settings-payment-refund-btn{margin-top:.75rem}.settings-card-plan .settings-plan-header{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px}.settings-usage-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--border)}.settings-usage-row:last-of-type{border-bottom:none}.settings-usage-countdown{margin:-4px 0 8px;font-size:.78rem;color:var(--warning);font-weight:600}.settings-premium-hint{margin:12px 0 0;font-size:.78rem;color:var(--text-muted);line-height:1.45}.inquiry-list-header{display:flex;justify-content:space-between;align-items:center;margin:16px 0 8px;padding-top:12px;border-top:1px solid var(--border)}.inquiry-list-count{font-size:.78rem;color:var(--text-muted);font-weight:600}.inquiry-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.inquiry-item{border:1px solid var(--border);border-radius:10px;overflow:hidden;background:#fff}.inquiry-item-head{width:100%;text-align:left;padding:12px;border:none;background:transparent;cursor:default;font:inherit}.inquiry-item-head.clickable{cursor:pointer}.inquiry-item-head.clickable:hover{background:#f8fafc}.inquiry-item-top{display:flex;align-items:center;gap:6px;margin-bottom:6px}.inquiry-status{font-size:.68rem;font-weight:700;padding:3px 8px;border-radius:999px}.inquiry-status-waiting{background:#fff4e6;color:var(--warning)}.inquiry-status-answered{background:#e8faf0;color:var(--naver-green-dark)}.inquiry-category{font-size:.72rem;color:var(--text-muted)}.inquiry-title{display:block;font-size:.9rem;font-weight:600;color:var(--text);margin-bottom:4px}.inquiry-date{display:block;font-size:.72rem;color:var(--text-muted)}.inquiry-reply{padding:0 12px 12px;border-top:1px dashed var(--border);margin-top:0;background:#f8fafc}.inquiry-reply-date{font-weight:400;color:var(--text-muted, #888);font-size:.75rem}.inquiry-reply-label{display:block;font-size:.72rem;font-weight:700;color:var(--naver-green-dark);margin:10px 0 6px}.inquiry-reply p{margin:0;font-size:.85rem;line-height:1.5;white-space:pre-wrap;color:var(--text)}.inquiry-error{margin:8px 0 0;font-size:.82rem;color:var(--danger)}.inquiry-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;background:#00000073;display:flex;align-items:flex-end;justify-content:center;padding:0}.inquiry-modal{width:100%;max-width:480px;max-height:92vh;overflow-y:auto;background:#fff;border-radius:16px 16px 0 0;padding:20px 16px 24px;box-shadow:0 -8px 32px #0000001f}.inquiry-modal h3{margin:0 0 6px;font-size:1.1rem}.inquiry-modal-desc{margin:0 0 14px;font-size:.82rem;color:var(--text-muted);line-height:1.45}.inquiry-select,.inquiry-textarea{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;font:inherit;background:#fff}.inquiry-textarea{resize:vertical;min-height:120px}.inquiry-select:focus,.inquiry-textarea:focus{outline:none;border-color:var(--naver-green)}.inquiry-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}.legal-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:115;background:#0f172a73;display:flex;align-items:flex-end;justify-content:center;padding:0;animation:legal-backdrop-in .22s ease}@media(min-width:768px){.legal-sheet-backdrop{align-items:center;padding:24px}}@keyframes legal-backdrop-in{0%{opacity:0}to{opacity:1}}.legal-sheet{width:100%;max-width:480px;max-height:min(92vh,800px);display:flex;flex-direction:column;background:var(--bg, #f4f6f8);border-radius:16px 16px 0 0;box-shadow:0 -12px 40px #00000024;animation:legal-sheet-in .28s cubic-bezier(.32,.72,0,1)}@media(min-width:768px){.legal-sheet{max-width:640px;border-radius:16px;box-shadow:0 20px 50px #0000002e;animation:legal-sheet-in-desktop .24s ease}}@keyframes legal-sheet-in-desktop{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes legal-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}.legal-sheet-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 16px 12px;border-bottom:1px solid var(--border);background:#fff;border-radius:16px 16px 0 0}@media(min-width:768px){.legal-sheet-header{border-radius:16px 16px 0 0}}.legal-sheet-header h2{margin:0;font-size:1.12rem;font-weight:800;letter-spacing:-.02em;color:var(--text)}.legal-sheet-close{flex-shrink:0;width:36px;height:36px;margin:-4px -4px -4px 0;padding:0;border:none;border-radius:50%;background:#f1f5f4;color:var(--text-muted);font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.legal-sheet-close:hover{background:#e8f5ee;color:var(--naver-green-dark)}.legal-sheet-body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:12px 12px calc(20px + env(safe-area-inset-bottom,0px));scroll-behavior:smooth}@media(min-width:768px){.legal-sheet-body{padding:16px 20px 24px}}.legal-sheet-intro-card{margin-bottom:12px;padding:16px 18px;background:#fff;border:1px solid var(--border);border-radius:12px;border-left:4px solid var(--naver-green);box-shadow:0 1px 3px #0000000a}.legal-sheet-doc-title{margin:0 0 12px;font-size:1.08rem;font-weight:800;color:var(--text);letter-spacing:-.03em;line-height:1.35}.legal-sheet-meta{margin:0 0 6px;font-size:.82rem;line-height:1.5;color:var(--text-muted);display:flex;flex-wrap:wrap;gap:6px 10px;align-items:baseline}.legal-sheet-meta a{color:var(--naver-green-dark);text-decoration:none;word-break:break-all}.legal-sheet-meta a:hover{text-decoration:underline}.legal-sheet-meta-label{flex-shrink:0;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--naver-green-dark);background:#e8f8ef;padding:2px 8px;border-radius:4px}.legal-sheet-updated{margin:12px 0 0;padding-top:12px;border-top:1px solid var(--border);font-size:.78rem;color:var(--text-muted)}.legal-sheet-card{margin-bottom:10px;background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.legal-sheet-card:last-child{margin-bottom:0}.legal-sheet-card-title{margin:0;padding:12px 16px 10px;font-size:.94rem;font-weight:800;color:var(--naver-green-dark);line-height:1.4;letter-spacing:-.02em;border-bottom:1px solid #eef5f1;background:linear-gradient(180deg,#f8fcfa,#fff)}.legal-sheet-card-body{padding:14px 16px 16px}.legal-sheet-card-body p{margin:0 0 12px;font-size:.875rem;line-height:1.75;color:var(--text);word-break:keep-all}.legal-sheet-card-body p:last-child{margin-bottom:0}.legal-sheet-card-body ul{margin:0 0 12px;padding:0 0 0 1.2rem;list-style:disc}.legal-sheet-card-body ul:last-child{margin-bottom:0}.legal-sheet-card-body li{font-size:.875rem;line-height:1.7;color:var(--text);margin-bottom:8px;padding-left:2px}.legal-sheet-card-body li::marker{color:var(--naver-green)}.legal-sheet-card-body li:last-child{margin-bottom:0}.legal-sheet-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;color:var(--text-muted);font-size:.88rem}.app-toast{position:fixed;left:50%;bottom:calc(72px + env(safe-area-inset-bottom,0px));transform:translate(-50%);z-index:120;max-width:calc(100% - 32px);width:max-content;padding:12px 18px;border-radius:999px;background:#1e293beb;color:#fff;font-size:.85rem;font-weight:600;box-shadow:0 8px 24px #0003;pointer-events:none;animation:toast-in .25s ease}@media(min-width:768px){.app-toast{bottom:calc(24px + env(safe-area-inset-bottom,0px))}}@keyframes toast-in{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.rank-not-found-message{margin:0;white-space:pre-line;line-height:1.55}.analysis-bulk-error{margin:0 0 12px}.matched-products-trigger{padding:0;border:none;background:none;color:var(--naver-green-dark);font-size:inherit;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.matched-products-trigger:hover{color:var(--naver-green)}.matched-products-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;background:#00000073;display:flex;align-items:flex-end;justify-content:center}.matched-products-panel{width:100%;max-height:85vh;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -8px 32px #00000026;display:flex;flex-direction:column;overflow:hidden}.matched-products-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 18px 12px;border-bottom:1px solid var(--border);flex-shrink:0}.matched-products-panel-header h3{margin:0 0 6px;font-size:1.05rem}.matched-products-meta{margin:0;font-size:.82rem;color:var(--text-muted);line-height:1.45}.matched-products-close{flex-shrink:0;min-width:36px;padding:6px 10px;font-size:1rem}.matched-products-list{list-style:none;margin:0;padding:12px 16px 20px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.matched-products-compare-hint{margin:6px 0 0;font-size:.78rem;color:var(--text-muted)}.matched-product-card{border:1px solid var(--border);border-radius:10px;padding:12px;background:#fafbfc}.matched-product-rank-block{margin-bottom:10px;padding-bottom:10px;border-bottom:1px dashed var(--border)}.matched-product-rank-head{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:4px}.matched-product-rank-current{margin:0;font-size:.95rem;color:var(--text)}.matched-product-rank-current strong{font-size:1.1rem;color:var(--naver-green-dark)}.matched-product-rank-compare{margin:0;font-size:.8rem;color:var(--text-muted);line-height:1.45}.matched-product-rank-compare-first{font-style:normal;color:var(--text-muted)}.matched-product-rank-delta-up{color:var(--naver-green-dark);font-weight:600}.matched-product-rank-delta-down{color:var(--danger);font-weight:600}.matched-product-rank-delta-same{color:var(--text-muted);font-weight:600}.rank-trend{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:.75rem;font-weight:700;line-height:1.3}.rank-trend-up{color:var(--naver-green-dark);background:#e8f9ee}.rank-trend-down{color:var(--danger);background:#fdecec}.rank-trend-same,.rank-trend-new{color:var(--text-muted);background:#eef1f4}.matched-product-times{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;margin:8px 0;padding:8px 10px;border-radius:8px;background:#fff;border:1px solid var(--border);font-size:.75rem}.matched-product-times dt{margin:0 0 2px;color:var(--text-muted);font-weight:600}.matched-product-times dd{margin:0;color:var(--text);line-height:1.35;word-break:break-word}.matched-product-body{display:flex;gap:12px;align-items:flex-start}.matched-product-thumb{flex-shrink:0;width:56px;height:56px;border-radius:8px;overflow:hidden;border:1px solid var(--border);background:#fff}.matched-product-thumb img{width:100%;height:100%;object-fit:cover}.matched-product-info{min-width:0;flex:1}.matched-product-title{margin:0 0 4px;font-size:.88rem;font-weight:600;line-height:1.4}.matched-product-price{margin:0 0 4px;font-size:.85rem;font-weight:700;color:#111}.matched-product-category{margin:0 0 8px;font-size:.78rem;color:var(--text-muted);line-height:1.4}.matched-product-actions{display:flex;flex-wrap:wrap;gap:6px}@media(min-width:768px){.matched-products-backdrop{align-items:center;padding:24px}.matched-products-panel{max-width:560px;max-height:min(85vh,720px);border-radius:14px;box-shadow:0 12px 40px #0000002e}}.announcement-banner{display:flex;align-items:center;gap:.5rem;width:100%;padding:.65rem 1rem;border:none;border-bottom:1px solid rgba(0,0,0,.06);background:linear-gradient(135deg,#03c75a,#02a84a);color:#fff;font-size:.85rem;text-align:left;cursor:pointer;transition:filter .15s ease}.announcement-banner:hover{filter:brightness(1.05)}.announcement-banner:active{filter:brightness(.96)}.announcement-banner-icon{flex-shrink:0;font-size:1rem}.announcement-banner-title{flex:1;min-width:0;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.announcement-banner-chevron{flex-shrink:0;font-size:1.25rem;opacity:.85}.announcement-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:flex-end;justify-content:center;padding:0;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.announcement-modal-card{width:100%;max-width:480px;max-height:min(88vh,640px);display:flex;flex-direction:column;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -8px 32px #0000001f;overflow:hidden}.announcement-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem 1rem .5rem;border-bottom:1px solid var(--border)}.announcement-modal-header h2{margin:0;font-size:1.05rem;font-weight:700;line-height:1.4;color:var(--text);flex:1}.announcement-modal-close{flex-shrink:0;width:2rem;height:2rem;border:none;border-radius:8px;background:var(--bg);color:var(--text-muted);font-size:1.35rem;line-height:1;cursor:pointer}.announcement-modal-close:hover{background:#eef1f4;color:var(--text)}.announcement-modal-date{margin:0;padding:0 1rem .5rem;font-size:.75rem;color:var(--text-muted)}.announcement-modal-body{flex:1;overflow-y:auto;padding:.75rem 1rem 1rem;font-size:.9rem;line-height:1.65;color:var(--text);white-space:pre-wrap;word-break:break-word}.announcement-modal-footer{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem 1rem;padding-bottom:max(1rem,env(safe-area-inset-bottom));border-top:1px solid var(--border);background:#fafbfc}.announcement-modal-footer .btn{flex:1;min-width:calc(50% - .25rem)}.announcement-modal-footer .btn.btn-auth-primary{flex:1 1 100%}.announcement-list-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:flex-end;justify-content:center;background:#0f172a66}.announcement-list-sheet{width:100%;max-width:480px;max-height:min(85vh,560px);display:flex;flex-direction:column;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -8px 28px #0000001f;overflow:hidden}.announcement-list-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--border)}.announcement-list-header h2{margin:0;font-size:1.05rem;font-weight:700}.announcement-list-body{flex:1;overflow-y:auto;padding:.5rem 0;padding-bottom:max(.5rem,env(safe-area-inset-bottom))}.announcement-list{list-style:none;margin:0;padding:0}.announcement-list-item{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%;padding:.85rem 1rem;border:none;border-bottom:1px solid var(--border);background:transparent;text-align:left;cursor:pointer}.announcement-list-item:hover{background:#f6f8fa}.announcement-list-item-title{font-size:.92rem;font-weight:600;color:var(--text)}.announcement-list-item-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.75rem;color:var(--text-muted)}.announcement-list-tag{display:inline-block;padding:.1rem .4rem;border-radius:4px;background:#eef8f1;color:var(--naver-green-dark);font-size:.68rem;font-weight:600}.settings-muted{margin:0;padding:1rem;font-size:.85rem;color:var(--text-muted);text-align:center}@media(min-width:768px){.announcement-modal-backdrop{align-items:center;padding:24px}.announcement-modal-card{border-radius:14px;max-width:420px;box-shadow:0 16px 48px #0000002e}.announcement-modal-footer .btn.btn-auth-primary{flex:1;min-width:0}.announcement-list-backdrop{align-items:center;padding:24px}.announcement-list-sheet{border-radius:14px;max-width:440px;box-shadow:0 16px 40px #00000026}}.billing-layout{min-height:100vh;background:var(--bg);display:flex;flex-direction:column}.billing-layout-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 20px;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:0 1px 4px #0000000a}.billing-layout-brand{display:flex;align-items:center;gap:12px}.billing-layout-app-name{margin:0;font-size:.85rem;font-weight:700;color:var(--naver-green-dark)}.billing-layout-title{margin:2px 0 0;font-size:1.1rem;font-weight:700}.billing-layout-back{font-size:.82rem;font-weight:600;color:var(--text-muted);text-decoration:none;white-space:nowrap;padding:6px 0}.billing-layout-back:hover{color:var(--naver-green-dark)}.billing-layout-main{flex:1;padding:20px;max-width:1100px;margin:0 auto;width:100%;box-sizing:border-box}.billing-page{display:flex;flex-direction:column;gap:24px}.billing-page-center{align-items:center;justify-content:center;min-height:40vh;color:var(--text-muted)}.billing-lead{margin:0;font-size:.92rem;line-height:1.55;color:var(--text-muted)}.billing-section h2{margin:0 0 12px;font-size:1rem;font-weight:700}.billing-bullet-list{margin:0;padding-left:1.2rem;font-size:.88rem;line-height:1.55;color:var(--text)}.billing-bullet-list li+li{margin-top:6px}.billing-contact{margin:12px 0 0;font-size:.85rem}.billing-contact a{color:var(--naver-green-dark);font-weight:600}.billing-muted{margin:8px 0 0;font-size:.82rem;color:var(--text-muted);line-height:1.45}.billing-footer-note{font-size:.78rem;color:var(--text-muted);line-height:1.45}.billing-faq{margin:0}.billing-faq-item{padding:12px 0;border-bottom:1px solid var(--border)}.billing-faq-item dt{font-weight:700;font-size:.88rem;margin-bottom:6px}.billing-faq-item dd{margin:0;font-size:.84rem;color:var(--text-muted);line-height:1.45}.billing-legal-content{font-size:.88rem;line-height:1.5}.billing-legal-section h3{margin:0 0 8px;font-size:.92rem}.billing-legal-section p{margin:0 0 8px;color:var(--text)}.billing-legal-section ul{margin:0 0 8px;padding-left:1.2rem}.plan-compare-grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:720px){.plan-compare-grid{grid-template-columns:repeat(3,1fr);align-items:stretch}}.plan-compare-loading{text-align:center;padding:32px;color:var(--text-muted)}.plan-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:20px 18px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .2s,border-color .2s,transform .2s}.plan-card:hover{box-shadow:0 8px 24px #03c75a1f;border-color:#03c75a59}.plan-card-recommended{border-color:var(--naver-green);box-shadow:0 4px 20px #03c75a26}.plan-card-recommended:hover{transform:translateY(-2px)}.plan-card-current{background:#f6fffa}.plan-card-badge{position:absolute;top:12px;right:12px;background:var(--naver-green);color:#fff;font-size:.68rem;font-weight:700;padding:4px 8px;border-radius:999px}.plan-card-badge.inline{position:static;margin-left:8px;vertical-align:middle}.plan-card-name{margin:0;font-size:1.15rem;font-weight:800}.plan-card-price{margin:4px 0 0;font-size:1.35rem;font-weight:800;color:var(--naver-green-dark)}.plan-card-audience{margin:0;font-size:.82rem;color:var(--text-muted);line-height:1.4}.plan-card-quota-summary{margin:6px 0 0;font-size:.8rem;font-weight:600;color:var(--text);line-height:1.4}.plan-card-metrics{list-style:none;margin:0;display:flex;flex-direction:column;gap:10px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:12px 0}.plan-card-metrics li{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:.85rem}.plan-card-metrics strong{font-weight:700}.plan-metric-label{font-size:.85rem;font-weight:600}.plan-card-features{margin:0;padding:0 0 0 1rem;font-size:.8rem;color:var(--text-muted);line-height:1.45;flex:1}.plan-card-features li+li{margin-top:4px}.plan-card-footer{margin-top:auto}.plan-card-cta{text-align:center;text-decoration:none}.plan-card-current-badge{display:block;text-align:center;font-size:.85rem;font-weight:700;color:var(--naver-green-dark);padding:10px}.plan-card-muted-cta{display:block;text-align:center;font-size:.82rem;color:var(--text-muted);padding:10px}.feature-tooltip-wrap{position:relative;display:inline-flex;align-items:center;gap:4px}.feature-tooltip-label{font-weight:600;font-size:.85rem}.feature-tooltip-trigger{width:18px;height:18px;border-radius:50%;border:1px solid var(--border);background:#f0f4f8;color:var(--text-muted);font-size:.7rem;font-weight:700;cursor:help;padding:0;line-height:1}.feature-tooltip-popover{position:absolute;z-index:50;left:0;top:calc(100% + 6px);width:min(260px,70vw);background:#1a1f2e;color:#f5f7fa;border-radius:10px;padding:10px 12px;box-shadow:0 8px 24px #0003;pointer-events:none}.feature-tooltip-popover-title{margin:0 0 4px;font-size:.78rem;font-weight:700}.feature-tooltip-popover-body{margin:0;font-size:.72rem;line-height:1.45}@media(min-width:720px){.feature-tooltip-wrap:hover .feature-tooltip-trigger{border-color:var(--naver-green);color:var(--naver-green-dark)}}.settings-plan-mobile{border:2px solid rgba(3,199,90,.35);background:linear-gradient(180deg,#f6fffa 0%,var(--surface) 48%)}.settings-plan-desktop{display:none}.settings-plan-badge{font-size:.75rem;font-weight:700;color:#fff;background:var(--naver-green);padding:4px 10px;border-radius:999px}.settings-plan-chips{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.settings-plan-chip{font-size:.78rem;font-weight:600;padding:6px 12px;border-radius:999px;background:#f0f4f8;color:var(--text-muted)}.settings-plan-chip-active{background:#e8faf0;color:var(--naver-green-dark);border:1px solid rgba(3,199,90,.4)}.settings-plan-compare-btn,.settings-usage-block{margin-bottom:8px}.settings-plan-limit-hint{margin:6px 0 0;font-size:.8rem;color:var(--muted);line-height:1.4}.settings-plan-desktop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:12px 0}.settings-plan-mini{position:relative;border:1px solid var(--border);border-radius:12px;padding:12px;background:#fff}.settings-plan-mini-recommended{border-color:var(--naver-green)}.settings-plan-mini-badge{position:absolute;top:8px;right:8px;font-size:.62rem;font-weight:700;background:var(--naver-green);color:#fff;padding:2px 6px;border-radius:999px}.settings-plan-mini-name{margin:0;font-weight:700;font-size:.9rem}.settings-plan-mini-price{margin:4px 0;font-size:.95rem;font-weight:800;color:var(--naver-green-dark)}.settings-plan-mini-feature{margin:0 0 8px;font-size:.72rem;color:var(--text-muted)}.settings-plan-mini-cta{font-size:.78rem;padding:8px;text-decoration:none;text-align:center}.settings-plan-mini-current-label{font-size:.75rem;font-weight:700;color:var(--naver-green-dark)}.settings-plan-desktop-link{margin-top:4px}.plan-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#00000073;display:flex;align-items:flex-end;padding:0}.plan-sheet{width:100%;max-height:90vh;overflow:auto;background:var(--surface);border-radius:16px 16px 0 0;padding:16px;display:flex;flex-direction:column;gap:12px}.plan-sheet-header{display:flex;justify-content:space-between;align-items:center}.plan-sheet-header h3{margin:0;font-size:1.05rem}.plan-sheet-close{border:none;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--text-muted)}.checkout-plan-summary{background:var(--surface);border-radius:14px;padding:18px;border:1px solid var(--border)}.checkout-plan-label{margin:0;font-size:.78rem;color:var(--text-muted);font-weight:600}.checkout-plan-name{margin:6px 0;font-size:1.35rem}.checkout-plan-price{margin:0 0 12px;font-size:1.2rem;font-weight:800;color:var(--naver-green-dark)}.checkout-plan-metrics{margin:0;padding-left:1.1rem;font-size:.88rem;line-height:1.5}.checkout-plan-quota{margin:8px 0 0;font-size:.88rem;font-weight:600;line-height:1.5}.checkout-actions{display:flex;flex-direction:column;gap:10px}.checkout-pay-btn{text-decoration:none;text-align:center}.checkout-current-msg{text-align:center;font-weight:600;color:var(--naver-green-dark);margin:0}.checkout-pg-hint code{font-size:.78rem}.payment-error{margin:0 0 12px}.payment-result-page .payment-result-card{background:var(--surface);border-radius:14px;padding:24px 20px;border:1px solid var(--border)}.payment-result-badge{display:inline-block;margin:0 0 12px;padding:6px 12px;border-radius:999px;background:#e8faf0;color:var(--naver-green-dark);font-size:.78rem;font-weight:700}.payment-result-badge-fail{background:#fff0f0;color:var(--danger, #d32f2f)}.payment-result-page h2{margin:0 0 10px;font-size:1.2rem}.payment-result-meta{margin-top:12px}.payment-result-code{font-size:.75rem}.payment-result-error-box{margin:12px 0;padding:12px;border-radius:10px;background:#fff5f5;font-size:.85rem;color:var(--text-muted)}.payment-result-error-box p{margin:0 0 4px}.app-guest-header-actions{display:flex;gap:6px;flex-shrink:0}.btn-header-ghost{border:1px solid rgba(255,255,255,.65);background:transparent;color:#fff;font-size:.72rem;padding:6px 10px;border-radius:8px;cursor:pointer}.btn-header-login{border:none;background:#fff;color:var(--naver-green-dark);font-size:.72rem;font-weight:700;padding:6px 10px;border-radius:8px;cursor:pointer;box-shadow:0 1px 4px #0000001a}.btn-header-login:hover{background:#f0fdf4}.app-desktop-header .btn-header-login,.app-desktop-header .btn-header-signup{background:var(--naver-green);color:#fff;box-shadow:0 1px 3px #03c75a59}.app-desktop-header .btn-header-login:hover,.app-desktop-header .btn-header-signup:hover{background:var(--naver-green-dark)}.btn-header-signup{border:none;background:#fff;color:var(--naver-green-dark);font-size:.72rem;font-weight:700;padding:6px 10px;border-radius:8px;cursor:pointer;box-shadow:0 1px 4px #0000001a}.btn-header-signup:hover{background:#f0fdf4}.app-guest-sidebar-actions{display:flex;flex-direction:column;gap:8px}.auth-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:16px;overflow-y:auto}.auth-modal-panel{width:100%;max-width:420px;max-height:92vh;overflow-y:auto;border-radius:16px;background:var(--bg);box-shadow:0 16px 48px #00000040}.login-required-modal{width:100%;max-width:400px;background:var(--surface);border-radius:16px;padding:1.5rem;box-shadow:0 16px 48px #0003}.login-required-title{margin:0 0 .5rem;font-size:1.1rem;font-weight:800}.login-required-desc{margin:0 0 1rem;font-size:.88rem;color:var(--text-muted);line-height:1.5}.login-required-plan-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:.85rem 1rem;margin-bottom:1rem}.login-required-plan-badge{display:inline-block;font-size:.7rem;font-weight:800;color:var(--naver-green-dark);margin-bottom:.35rem}.login-required-plan-list{margin:0;padding-left:1.1rem;font-size:.82rem;color:var(--text-muted)}.login-required-actions{display:flex;flex-direction:column;gap:8px}.btn-ghost{background:transparent;border:none;color:var(--text-muted)}.browse-intro-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;background:linear-gradient(180deg,#03c75a24,#00000080);pointer-events:none;animation:browseIntroIn .65s ease-out}.browse-intro-fade-out{animation:browseIntroOut var(--intro-fade-out, .9s) ease-in forwards}.browse-intro-inner{display:flex;align-items:center;justify-content:center;width:100%;max-width:28rem;padding:0 1.5rem;text-align:center;animation:browseIntroRise var(--intro-duration, 6s) ease-in-out}.browse-intro-line{margin:0;width:100%;font-size:clamp(1.15rem,4.2vw,1.5rem);font-weight:800;line-height:1.45;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.4);letter-spacing:-.02em;animation:browseIntroLineIn .55s ease-out}.browse-intro-reduced .browse-intro-inner{animation:none}.browse-intro-reduced.browse-intro-fade-out{animation:browseIntroOut .4s ease-in forwards}@keyframes browseIntroIn{0%{opacity:0}to{opacity:1}}@keyframes browseIntroOut{0%{opacity:1}to{opacity:0}}@keyframes browseIntroLineIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes browseIntroRise{0%{opacity:0;transform:translateY(14px)}12%{opacity:1;transform:translateY(0)}78%{opacity:1;transform:translateY(-6px)}to{opacity:0;transform:translateY(-14px)}}@media(prefers-reduced-motion:reduce){.browse-intro-overlay{animation:browseIntroIn .2s ease-out}.browse-intro-inner,.browse-intro-line,.browse-intro-fade-out .browse-intro-inner{animation:none}}.home-page{padding-bottom:2rem}.home-hero{padding:1.25rem 0 1.5rem}.home-hero-eyebrow{margin:0 0 .5rem;font-size:.75rem;font-weight:600;color:var(--naver-green-dark);text-transform:uppercase;letter-spacing:.04em}.home-hero-title{margin:0 0 .75rem;font-size:clamp(1.35rem,5vw,1.75rem);font-weight:800;line-height:1.35;letter-spacing:-.03em}.home-hero-sub{margin:0 0 1.25rem;font-size:.9rem;color:var(--text-muted);line-height:1.55}.home-hero-actions{display:flex;flex-direction:column;gap:8px}.home-section{margin-top:1.75rem}.home-section-title{margin:0 0 .35rem;font-size:1.05rem;font-weight:800}.home-section-desc{margin:0 0 .85rem;font-size:.82rem;color:var(--text-muted);line-height:1.5}.home-loading{font-size:.85rem;color:var(--text-muted)}.home-trending-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;margin-bottom:.75rem;-webkit-overflow-scrolling:touch}.home-trending-tab{flex-shrink:0;border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:6px 12px;font-size:.75rem;cursor:pointer;color:var(--text-muted);transition:background-color .25s ease,border-color .25s ease,color .25s ease}.home-trending-tab.is-active{border-color:var(--naver-green);background:#03c75a1a;color:var(--naver-green-dark);font-weight:700}.home-trending-keywords{list-style:none;margin:0;padding:0;border:1px solid var(--border);border-radius:12px;overflow:hidden}.home-trending-note{margin:-.35rem 0 1rem;font-size:.8rem;line-height:1.45;color:var(--text-muted, #6b7280)}.home-trending-rotate-hint{color:var(--text-muted);font-size:.78rem}.home-trending-keywords-panel{animation:homeTrendingPanelIn .4s ease}@keyframes homeTrendingPanelIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.home-trending-keywords-panel{animation:none}}.home-trending-keywords li{display:grid;grid-template-columns:2rem 1fr;gap:8px;align-items:center;padding:10px 12px;border-bottom:1px solid var(--border);font-size:.85rem}.home-trending-keywords li:last-child{border-bottom:none}.home-trending-rank{font-weight:800;color:var(--naver-green-dark)}.home-trending-empty{padding:1rem;border:1px dashed var(--border);border-radius:12px;text-align:center}.kd-section{margin-bottom:1.5rem}.kd-section-head{margin-bottom:1rem}.kd-eyebrow{margin:0 0 .25rem;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--naver-green-dark)}.kd-search{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:.5rem}.kd-search-input{flex:1 1 200px;min-width:0;padding:12px 14px;border:1px solid var(--border);border-radius:12px;font-size:.95rem;background:var(--surface);transition:border-color .2s ease,box-shadow .2s ease}.kd-search-input:focus{outline:none;border-color:var(--naver-green);box-shadow:0 0 0 3px #03c75a26}.kd-search-btn{flex-shrink:0;min-width:96px}.kd-examples{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:1rem}.kd-example-chip{border:1px dashed var(--border);background:var(--surface);border-radius:999px;padding:4px 10px;font-size:.75rem;color:var(--text-muted);cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.kd-example-chip:hover:not(:disabled){border-color:var(--naver-green);color:var(--naver-green-dark);background:#03c75a0f}.kd-status{font-size:.82rem;color:var(--text-muted);margin:.5rem 0}.kd-status-error{color:#dc2626}.kd-result-card{border:1px solid var(--border);border-radius:16px;padding:1.1rem 1.15rem;margin-bottom:1.25rem;background:linear-gradient(145deg,var(--surface) 0%,rgba(3,199,90,.04) 100%);box-shadow:0 8px 24px #0f172a0f;animation:homeTrendingPanelIn .35s ease}.kd-result-header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-bottom:1rem;align-items:flex-start}.kd-result-eyebrow{margin:0 0 .2rem;font-size:.72rem;color:var(--text-muted)}.kd-result-keyword{margin:0;font-size:1.35rem;font-weight:800}.kd-score-badge{text-align:center;min-width:72px;padding:8px 12px;border-radius:12px;background:var(--surface);border:1px solid var(--border)}.kd-score-value{display:block;font-size:1.6rem;font-weight:800;line-height:1.1}.kd-score-unit{font-size:.75rem;font-weight:600}.kd-score-label{display:block;font-size:.7rem;color:var(--text-muted);margin-top:2px}.kd-score-excellent .kd-score-value{color:#059669}.kd-score-good .kd-score-value{color:var(--naver-green-dark)}.kd-score-ok .kd-score-value{color:#d97706}.kd-score-weak .kd-score-value{color:#dc2626}.kd-metrics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px;margin-bottom:1rem}.kd-metric{padding:10px;border-radius:10px;background:#fff9;border:1px solid var(--border)}.kd-metric-label{display:block;font-size:.68rem;color:var(--text-muted);margin-bottom:4px}.kd-metric-value{display:block;font-size:1.05rem;font-weight:800}.kd-metric-value-sm{font-size:.82rem;font-weight:700}.kd-metric-sub{display:block;font-size:.65rem;color:var(--text-muted);margin-top:2px}.kd-comp-pill{font-size:.9rem!important}.kd-comp-low{color:#059669}.kd-comp-mid{color:#d97706}.kd-comp-high{color:#dc2626}.kd-trend{font-size:.9rem!important}.kd-related-label{display:block;font-size:.72rem;font-weight:700;color:var(--text-muted);margin-bottom:6px}.kd-related-tags{display:flex;flex-wrap:wrap;gap:6px}.kd-related-tag{font-size:.78rem;padding:4px 10px;border-radius:999px;background:var(--surface);border:1px solid var(--border)}.kd-related-tag-btn{cursor:pointer;transition:border-color .2s ease,background .2s ease}.kd-related-tag-btn:hover{border-color:var(--naver-green);background:#03c75a0f}.kd-result-footnote{margin:.75rem 0 0;font-size:.7rem;color:var(--text-muted);line-height:1.45}.kd-suggestions-wrap{margin-top:.5rem}.kd-suggestions-title{margin:0 0 .2rem;font-size:.95rem;font-weight:800}.kd-suggestions-desc{margin:0 0 .75rem;font-size:.75rem;color:var(--text-muted)}.kd-suggest-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.kd-suggest-card{border:1px solid var(--border);border-radius:14px;padding:12px;background:var(--surface);display:flex;flex-direction:column;gap:8px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.kd-suggest-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0f172a14;border-color:#03c75a59}.kd-suggest-top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.kd-suggest-keyword{margin:0;font-size:.95rem;font-weight:800}.kd-suggest-score{font-size:.75rem;font-weight:800;white-space:nowrap}.kd-suggest-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin:0;font-size:.72rem}.kd-suggest-meta dt{color:var(--text-muted);font-weight:500}.kd-suggest-meta dd{margin:0;font-weight:700}.kd-suggest-btn{margin-top:auto;width:100%;padding:8px;border:1px solid var(--border);border-radius:8px;background:transparent;font-size:.78rem;font-weight:700;cursor:pointer;color:var(--naver-green-dark);transition:background .2s ease}.kd-suggest-btn:hover{background:#03c75a14}@media(max-width:480px){.kd-search{flex-direction:column}.kd-search-btn{width:100%}.kd-suggest-grid{grid-template-columns:1fr}}.home-feature-grid{display:grid;gap:12px}.home-feature-card{border:1px solid var(--border);border-radius:12px;padding:1rem;background:var(--surface)}.home-feature-card--discover{border-color:#03c75a59;background:linear-gradient(145deg,rgba(3,199,90,.06),var(--surface))}.home-feature-emoji{display:block;font-size:1.35rem;margin-bottom:.35rem;line-height:1}.home-feature-card h3{margin:0 0 .35rem;font-size:.95rem}.home-feature-card p{margin:0 0 .65rem;font-size:.82rem;color:var(--text-muted);line-height:1.5}.home-feature-link{border:none;background:none;color:var(--naver-green-dark);font-weight:700;font-size:.82rem;cursor:pointer;padding:0}.home-showcase-grid{display:grid;gap:1rem}.home-showcase-card{margin:0;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--surface)}.home-showcase-img{width:100%;height:auto;display:block}.home-showcase-img--mobile{display:block}.home-showcase-img--pc{display:none}@media(min-width:768px){.home-showcase-img--mobile{display:none}.home-showcase-img--pc{display:block}.home-hero-actions{flex-direction:row;flex-wrap:wrap}.home-feature-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.home-feature-grid{grid-template-columns:repeat(4,1fr)}}.home-showcase-caption{padding:.65rem .85rem 0;font-size:.88rem;font-weight:700}.home-showcase-desc{margin:0;padding:.35rem .85rem .85rem;font-size:.8rem;color:var(--text-muted)}.home-seo-blurb{font-size:.8rem;color:var(--text-muted);line-height:1.55}.home-business-info{margin-top:2rem;margin-bottom:.5rem}.home-business-info-card{padding:1.1rem 1.15rem;border:1px solid var(--border);border-radius:12px;background:#fafbfc;color:var(--text-muted);font-size:.82rem;line-height:1.55}.home-business-info-title{margin:0 0 .85rem;font-size:.88rem;font-weight:700;color:var(--text)}.home-business-info-list{margin:0;display:grid;gap:.45rem 1.25rem}.home-business-info-item{display:grid;grid-template-columns:minmax(7.5rem,auto) 1fr;gap:.35rem .75rem;align-items:start}.home-business-info-item dt{margin:0;font-weight:600;color:var(--text-muted)}.home-business-info-item dd{margin:0;color:var(--text);word-break:break-word}.home-business-info-link{color:inherit;text-decoration:underline;text-underline-offset:2px}.home-business-info-link:hover{color:var(--naver-green-dark)}.home-business-info-legal{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--border)}.home-business-info-legal-link{margin:0;padding:0;border:none;background:none;font:inherit;font-size:.82rem;font-weight:600;color:var(--text-muted);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.home-business-info-legal-link:hover:not(:disabled){color:var(--naver-green-dark)}.home-business-info-legal-link:disabled{opacity:.6;cursor:wait}@media(max-width:480px){.home-business-info-item{grid-template-columns:1fr;gap:.15rem}}.settings-guest-hint{margin:.25rem 0 0;font-size:.82rem;color:var(--text-muted)}@media(min-width:900px){.settings-plan-mobile{display:none}.settings-plan-desktop{display:block}.plan-sheet-backdrop{align-items:center;padding:24px}.plan-sheet{max-width:960px;border-radius:16px;max-height:85vh}}.product-name-page{padding-bottom:1rem}.product-name-card{margin-top:.5rem}.product-name-form{display:flex;flex-direction:column;gap:.5rem}.product-name-label{font-size:.82rem;font-weight:600;color:var(--text-muted)}.product-name-input-row{display:flex;flex-wrap:wrap;gap:.5rem}.product-name-input{flex:1 1 12rem;min-width:0;padding:.55rem .75rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.95rem}.product-name-hint{margin:0;font-size:.78rem;color:var(--text-muted)}.product-name-category{margin:1rem 0 0;font-size:.85rem;color:var(--text-muted)}.product-name-category strong{color:var(--text);font-weight:600}.product-name-message{margin:1rem 0 0;font-size:.85rem;color:var(--text-muted)}.product-name-results{margin-top:1.25rem}.product-name-results-meta{margin:0 0 .5rem;font-size:.78rem;color:var(--text-muted)}.discover-page{padding-bottom:1rem}.discover-page-hero{padding:.5rem 0 1rem}.discover-page-eyebrow{margin:0 0 .35rem;font-size:.72rem;font-weight:700;color:var(--naver-green-dark);letter-spacing:.03em}.discover-page-title{margin:0 0 .35rem;font-size:1.35rem;font-weight:800}.discover-page-desc{margin:0;font-size:.85rem;color:var(--text-muted);line-height:1.5}.discover-layout{display:flex;flex-direction:column;gap:1rem}.discover-panel{border:1px solid var(--border);border-radius:14px;padding:.85rem .9rem 1rem;background:var(--surface)}.discover-panel-sourcing{border-color:#03c75a47;background:linear-gradient(160deg,rgba(3,199,90,.05),var(--surface) 45%)}.discover-panel-head{display:flex;gap:.65rem;align-items:flex-start;margin-bottom:.75rem}.discover-panel-head h2{margin:0 0 .2rem;font-size:1rem;font-weight:800}.discover-panel-head p{margin:0;font-size:.78rem;color:var(--text-muted);line-height:1.45}.discover-panel-icon{font-size:1.4rem;line-height:1;flex-shrink:0}.discover-search-form{display:flex;gap:8px;align-items:stretch}.discover-search-input{flex:1;min-width:0;height:46px;padding:0 12px;border:1px solid var(--border);border-radius:10px;font-size:.9rem;background:var(--bg)}.discover-search-input--compact{height:40px;padding:0 10px;font-size:.88rem}.discover-search-input:focus{outline:none;border-color:var(--naver-green);box-shadow:0 0 0 2px #03c75a26}.discover-search-btn{flex-shrink:0;min-height:46px;padding-left:1rem;padding-right:1rem}.discover-status{margin:.65rem 0 0;font-size:.8rem;color:var(--text-muted)}.discover-status-error{color:#c62828}.discover-status-info{color:var(--text-muted)}.discover-loading-phase{font-weight:500;color:var(--primary, #2e7d32)}.discover-category-meta{margin:0 0 .75rem;font-size:.78rem;color:var(--text-muted)}.discover-category-meta-note{cursor:help;text-decoration:underline dotted}.discover-guest-hint{margin:.65rem 0 0;font-size:.78rem;color:var(--text-muted)}.discover-chip-group{margin-top:.75rem}.discover-chip-label{display:block;font-size:.72rem;font-weight:700;color:var(--text-muted);margin-bottom:.35rem}.discover-chips{display:flex;flex-wrap:wrap;gap:6px}.discover-chip{border:1px solid var(--border);background:var(--bg);border-radius:999px;padding:5px 10px;font-size:.78rem;cursor:pointer;color:var(--text)}.discover-chip-suggest small{margin-left:4px;color:var(--text-muted);font-weight:500}.discover-quick-result{margin-top:.75rem;padding:.65rem .75rem;border-radius:10px;background:#03c75a14;border:1px solid rgba(3,199,90,.2)}.discover-quick-result h4{margin:0 0 .45rem;font-size:.95rem}.discover-quick-result-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:.35rem .75rem;margin:0;font-size:.78rem}.discover-quick-result-meta dt{color:var(--text-muted);font-weight:600}.discover-quick-result-meta dd{margin:0;font-weight:700}.discover-category-grid{display:grid;gap:8px;width:100%;min-width:0}.discover-category-mobile{display:flex;flex-direction:column;gap:.65rem;width:100%;max-width:100%;min-width:0}.discover-category-mobile-done{margin:0;padding:.55rem .65rem;font-size:.82rem;color:var(--text-muted);background:var(--bg);border:1px solid var(--border);border-radius:8px}.discover-category-mobile-back{align-self:flex-start;max-width:100%}.discover-category-path--mobile{margin:0}.discover-category-field{display:flex;flex-direction:column;gap:4px;width:100%;min-width:0;font-size:.75rem;font-weight:600;color:var(--text-muted)}.discover-category-select,.discover-filter-input,.discover-sort-select{width:100%;max-width:100%;min-width:0;box-sizing:border-box;height:40px;padding:0 10px;border:1px solid var(--border);border-radius:8px;font-size:.85rem;background:var(--bg)}.discover-category-path{margin:.5rem 0 0;font-size:.78rem;color:var(--naver-green-dark);font-weight:600}.discover-filters{margin-top:.85rem;padding-top:.75rem;border-top:1px dashed var(--border)}.discover-filters-title{margin:0 0 .5rem;font-size:.85rem;font-weight:800}.discover-filters-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.discover-filters-grid label{display:flex;flex-direction:column;gap:4px;font-size:.72rem;font-weight:600;color:var(--text-muted)}.discover-run-btn{margin-top:.65rem;width:100%;min-height:44px}.discover-results{position:relative;margin-top:1rem}.discover-sorting-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:500;color:var(--text-muted);pointer-events:none}.discover-results-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between;margin-bottom:.5rem}.discover-results-count{margin:0;font-size:.78rem;color:var(--text-muted)}.discover-columns-picker{font-size:.78rem}.discover-columns-picker summary{cursor:pointer;font-weight:600;color:var(--text-muted)}.discover-columns-checks{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:6px}.discover-column-check{display:flex;align-items:center;gap:4px;font-size:.75rem}.discover-table-wrap--desktop{display:none}.discover-mobile-cards{display:flex;flex-direction:column;gap:6px}.discover-mobile-card{border:1px solid var(--border);border-radius:12px;padding:.5rem .65rem .55rem;background:linear-gradient(145deg,rgba(3,199,90,.04),var(--bg))}.discover-mobile-card-head{display:flex;align-items:center;gap:8px;width:100%;border:none;background:none;padding:0;text-align:left;cursor:pointer;color:var(--text)}.discover-mobile-rank{flex-shrink:0;width:1.4rem;height:1.4rem;border-radius:6px;background:#03c75a1f;color:var(--naver-green-dark);font-size:.72rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.discover-mobile-kw{flex:1;font-size:.88rem;font-weight:700;line-height:1.3}.discover-mobile-chevron{color:var(--text-muted);font-size:.75rem}.discover-mobile-card-summary{display:flex;flex-wrap:wrap;gap:6px 10px;margin:.35rem 0 0 1.85rem;font-size:.74rem;color:var(--text-muted)}.discover-mobile-card-detail{display:grid;grid-template-columns:repeat(2,1fr);gap:.25rem .5rem;margin:.4rem 0 0 1.85rem;font-size:.74rem}.discover-mobile-card-detail dt{color:var(--text-muted);font-weight:600}.discover-mobile-card-detail dd{margin:0;font-weight:700}.discover-mobile-card-actions{margin-top:.35rem;padding-left:1.85rem}.discover-save-btn{border:none;background:none;font-size:1.15rem;cursor:pointer;color:var(--text-muted);padding:2px 4px}.discover-save-btn.is-saved{color:#f5a623}.discover-score-hint-wrap{position:relative;display:inline-flex;align-items:center;margin-left:4px;vertical-align:middle;flex-shrink:0}.discover-score-hint-btn{width:18px;height:18px;border-radius:50%;border:1px solid var(--text-muted);background:var(--bg);font-size:.72rem;font-weight:800;cursor:help;padding:0;line-height:18px;text-align:center;color:var(--text)}.discover-score-hint-pop{position:absolute;left:50%;top:calc(100% + 8px);bottom:auto;transform:translate(-50%) translateY(-4px);width:max-content;max-width:min(260px,72vw);padding:8px 10px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.72rem;font-weight:500;line-height:1.45;z-index:50;box-shadow:0 8px 24px #0f172a24;pointer-events:none;opacity:0;transition:opacity .18s ease,transform .18s ease}.discover-score-hint-pop.is-visible{opacity:1;transform:translate(-50%) translateY(0)}.discover-th-inner{display:inline-flex;align-items:center;gap:4px}.discover-sort-btn{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;border:none;background:none;padding:0 2px;margin-left:2px;cursor:pointer;line-height:.85;font-size:.55rem;color:var(--text-muted);opacity:.45}.discover-sort-btn.is-active{opacity:1}.discover-sort-btn span.is-on{color:var(--naver-green-dark);font-weight:800}.discover-col-no{width:2.2rem;text-align:center;color:var(--text-muted);font-weight:700}.discover-filters-sticky-mobile{position:static}.discover-load-more{margin-top:4px}.settings-saved-kw-table-wrap{overflow-x:auto;margin-top:.5rem}.settings-saved-kw-table{width:100%;border-collapse:collapse;font-size:.82rem}.settings-saved-kw-table th,.settings-saved-kw-table td{padding:8px 6px;border-bottom:1px solid var(--border);text-align:left}.settings-saved-kw-delete{border:none;background:none;color:#c62828;font-size:.78rem;font-weight:700;cursor:pointer}.admin-saved-kw-block{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--border)}.admin-subsection-title{margin:0 0 .5rem;font-size:.9rem}@media(max-width:767px){.discover-search-input,.discover-search-input--compact{height:38px;min-height:38px;padding:0 8px;font-size:.86rem}.discover-search-btn{min-height:38px;height:38px;padding:0 12px;font-size:.82rem}.discover-panel{padding:.65rem .7rem .75rem}.discover-layout{gap:.65rem}.discover-filter-input,.discover-category-select{height:44px;font-size:16px}.discover-panel-sourcing{overflow-x:hidden}.discover-category-mobile .discover-category-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--text-muted) 50%),linear-gradient(135deg,var(--text-muted) 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 3px),calc(100% - 12px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:2rem}.discover-filters-sticky-mobile{position:sticky;top:0;z-index:4;background:var(--surface);padding-bottom:.35rem;margin-bottom:.25rem;border-bottom:1px dashed var(--border)}.discover-score-hint-pop{left:auto;right:0;top:calc(100% + 8px);transform:translateY(-4px);max-width:min(260px,72vw)}.discover-score-hint-pop.is-visible{transform:translateY(0)}}@media(min-width:768px){.discover-category-grid--desktop{grid-template-columns:repeat(2,1fr)}.discover-filters-grid{grid-template-columns:repeat(3,1fr)}.discover-search-form{max-width:560px}.discover-run-btn{width:auto;min-width:160px}}@media(min-width:1024px){.discover-layout{gap:1.25rem}.discover-table-wrap--desktop{display:block;overflow-x:auto;overflow-y:visible}.discover-mobile-cards{display:none}.discover-table{width:100%;border-collapse:collapse;font-size:.82rem}.discover-table th,.discover-table td{padding:10px 8px;border-bottom:1px solid var(--border);text-align:left;white-space:nowrap}.discover-table th{position:relative;overflow:visible;font-size:.75rem;color:var(--text-muted);font-weight:700}.discover-category-grid--desktop{grid-template-columns:repeat(4,1fr)}}.community-page{padding:0 0 1.5rem;max-width:100%}.community-page-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.community-page-title{margin:0;font-size:1.15rem;font-weight:800}.community-page-actions{display:flex;gap:.4rem;flex-shrink:0}.community-btn-sm{padding:.35rem .65rem;font-size:.8rem}.community-search{display:flex;gap:.5rem;margin-bottom:1rem}.community-search .community-input{flex:1}.community-layout{display:flex;flex-direction:column;gap:1rem}.community-main{flex:1;min-width:0}.community-post-list{list-style:none;margin:0;padding:0}.community-post-card{display:flex;flex-direction:column;align-items:flex-start;width:100%;text-align:left;padding:.85rem 0;border:none;border-bottom:1px solid var(--border);background:transparent;cursor:pointer;gap:.25rem}.community-post-card:hover{background:var(--surface-hover, rgba(0, 0, 0, .03))}.community-post-card-title{font-weight:700;font-size:.95rem;color:var(--text)}.community-pin{margin-right:.15rem}.admin-pin-check{display:inline-flex;align-items:center;cursor:pointer}.admin-pin-check input{width:1rem;height:1rem;cursor:pointer}.community-post-card-meta{font-size:.75rem;color:var(--text-muted)}.community-post-card-comments{font-size:.8rem;color:var(--accent, #2563eb);font-weight:600}.community-muted{color:var(--text-muted);font-size:.85rem;margin:.5rem 0}.community-error{color:#dc2626;font-size:.85rem}.community-back-btn{border:none;background:none;color:var(--text-muted);font-size:.85rem;cursor:pointer;padding:0;margin-bottom:.75rem}.community-article-title{margin:0 0 .5rem;font-size:1.2rem;font-weight:800}.community-article-meta{margin:0 0 1rem;font-size:.8rem;color:var(--text-muted)}.community-article-body{white-space:pre-wrap;line-height:1.6;font-size:.92rem}.community-article-images{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.community-article-images img{max-width:100%;max-height:280px;border-radius:8px;object-fit:cover}.community-article-actions{display:flex;gap:.5rem;margin-top:1rem}.community-comments-section{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border)}.community-comments-section h2{margin:0 0 1rem;font-size:1rem}.community-comment-list{list-style:none;margin:0 0 1rem;padding:0}.community-comment{padding:.75rem 0;border-bottom:1px solid var(--border)}.community-comment-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem;font-size:.85rem}.community-comment-time{color:var(--text-muted);font-size:.75rem;font-weight:400}.community-comment-body{margin:0;white-space:pre-wrap;font-size:.9rem}.community-comment-actions{display:flex;gap:.75rem;margin-top:.35rem}.community-comment-children{list-style:none;margin:0;padding-left:1rem;border-left:2px solid var(--border)}.community-comment-form textarea{width:100%;margin-bottom:.5rem}.community-comment-edit{margin-bottom:.35rem}.community-comment-edit .community-input{margin-bottom:.5rem}.community-reply-hint{font-size:.8rem;color:var(--text-muted);margin:0 0 .35rem}.community-link-btn{border:none;background:none;color:var(--accent, #2563eb);font-size:.8rem;cursor:pointer;padding:0}.community-link-danger{color:#dc2626}.community-input{width:100%;box-sizing:border-box;padding:.65rem .75rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:.9rem;font-family:inherit;line-height:1.45}.community-input:focus{outline:none;border-color:var(--accent, #2563eb);box-shadow:0 0 0 2px #2563eb1f}.community-input::placeholder{color:var(--text-muted)}textarea.community-input{resize:vertical;min-height:12rem}.community-write-form .community-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.community-write-form .community-field>span{font-size:.85rem;font-weight:600}.community-file-hint{margin:.25rem 0 0;font-size:.75rem;color:var(--text-muted);line-height:1.4}.community-file-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;margin-top:.25rem;padding:.5rem .85rem;border:1px dashed var(--border);border-radius:8px;background:var(--bg);color:var(--text);font-size:.85rem;font-weight:600;cursor:pointer}.community-file-btn:hover:not(:disabled){border-color:var(--accent, #2563eb);color:var(--accent, #2563eb)}.community-file-btn:disabled{opacity:.5;cursor:not-allowed}.community-file-input-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.community-write-preview{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.community-write-thumb{position:relative}.community-write-thumb img{width:72px;height:72px;object-fit:cover;border-radius:8px}.community-write-thumb button{position:absolute;top:2px;right:2px;width:20px;height:20px;border:none;border-radius:50%;background:#0009;color:#fff;font-size:10px;cursor:pointer}.community-write-actions{display:flex;gap:.5rem;justify-content:flex-end}.community-activity-panel{display:none}.community-activity-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.community-activity-head h3{margin:0;font-size:.95rem}.community-activity-list{list-style:none;margin:0;padding:0}.community-activity-item{display:flex;flex-direction:column;align-items:flex-start;width:100%;text-align:left;padding:.65rem 0;border:none;border-bottom:1px solid var(--border);background:transparent;cursor:pointer;gap:.15rem}.community-activity-title{font-size:.85rem;font-weight:600}.community-activity-meta,.community-activity-time{font-size:.72rem;color:var(--text-muted)}.community-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#00000073;display:flex;align-items:flex-end;justify-content:center}.community-sheet{width:100%;max-width:480px;max-height:70vh;overflow-y:auto;background:var(--surface);border-radius:16px 16px 0 0;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom))}.community-sheet-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.community-sheet-head h3{margin:0}.community-sheet-close{border:none;background:none;font-size:1.1rem;cursor:pointer}.community-notif-bell{position:relative}.community-notif-bell-btn{border:none;background:none;font-size:1.1rem;cursor:pointer;position:relative;padding:.2rem .35rem}.community-notif-badge{position:absolute;top:-2px;right:-2px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#dc2626;color:#fff;font-size:.65rem;font-weight:700;line-height:16px;text-align:center}.community-notif-panel{position:absolute;top:calc(100% + 6px);right:0;width:min(320px,90vw);max-height:360px;overflow-y:auto;background:#fff;color:#191f28;border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 24px #0000001f;z-index:100;padding:.5rem 0}.community-notif-panel-head{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-bottom:1px solid var(--border);color:#191f28}.community-notif-panel-head strong{color:#191f28;font-weight:700}.community-notif-panel .community-muted{color:#6b7684}.community-notif-panel .community-link-btn{color:#2563eb}.community-notif-list{list-style:none;margin:0;padding:0}.community-notif-item{display:flex;flex-direction:column;align-items:flex-start;width:100%;text-align:left;padding:.65rem .75rem;border:none;background:transparent;color:#191f28;cursor:pointer;gap:.2rem}.community-notif-item.is-unread{background:#2563eb0f}.community-notif-msg{font-size:.82rem;color:#191f28}.community-notif-time{font-size:.72rem;color:#6b7684}@media(min-width:768px){.community-layout{flex-direction:row;align-items:flex-start}.community-activity-panel{display:block;width:260px;flex-shrink:0;padding:1rem;border:1px solid var(--border);border-radius:12px;background:var(--surface);position:sticky;top:1rem}.community-sheet-backdrop{display:none}}/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--tracking-tight:-.025em;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.\!visible{visibility:visible!important}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.m-0{margin:calc(var(--spacing) * 0)}.mx-auto{margin-inline:auto}.mt-0\.5{margin-top:calc(var(--spacing) * .5)}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.table{display:table}.min-h-screen{min-height:100vh}.w-\[240px\]{width:240px}.w-full{width:100%}.max-w-\[480px\]{max-width:480px}.min-w-0{min-width:calc(var(--spacing) * 0)}.flex-1{flex:1}.shrink-0{flex-shrink:0}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-1{gap:calc(var(--spacing) * 1)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rounded{border-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-\[var\(--border\)\]{border-color:var(--border)}.bg-\[var\(--bg\)\]{background-color:var(--bg)}.bg-\[var\(--surface\)\]{background-color:var(--surface)}.p-3{padding:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.px-6{padding-inline:calc(var(--spacing) * 6)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-5{padding-block:calc(var(--spacing) * 5)}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-\[0\.72rem\]{font-size:.72rem}.text-\[0\.75rem\]{font-size:.75rem}.text-\[0\.82rem\]{font-size:.82rem}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-extrabold{--tw-font-weight:var(--font-weight-extrabold);font-weight:var(--font-weight-extrabold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.text-\[var\(--text\)\]{color:var(--text)}.text-\[var\(--text-muted\)\]{color:var(--text-muted)}.uppercase{text-transform:uppercase}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}@media(min-width:48rem){.md\:mx-0{margin-inline:calc(var(--spacing) * 0)}.md\:flex{display:flex}.md\:hidden{display:none}.md\:max-w-none{max-width:none}.md\:flex-row{flex-direction:row}.md\:pb-6{padding-bottom:calc(var(--spacing) * 6)}}@media(min-width:80rem){.xl\:w-\[260px\]{width:260px}}}:root{--naver-green:#03c75a;--naver-green-dark:#02a84a;--bg:#f4f6f8;--surface:#fff;--text:#191f28;--text-muted:#6b7684;--border:#e5e8eb;--danger:#f04452;--warning:#ff8a00;--info:#3182f6;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans KR,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}#root{min-height:100vh}input,textarea,button{font:inherit}a{color:var(--info);text-decoration:none}a:hover{text-decoration:underline}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}.auth-screen{min-height:100vh;max-width:480px;margin:0 auto;padding:28px 20px 40px;display:flex;flex-direction:column;background:linear-gradient(180deg,#f0faf4 0%,var(--bg) 35%,var(--bg) 100%)}.auth-screen-center{align-items:center;justify-content:center}.auth-brand{text-align:center;margin-bottom:28px}.auth-logo-img,.app-logo{display:block;margin:0 auto 10px;border-radius:14px;box-shadow:0 8px 24px #03c75a47}.auth-brand-name{margin:0;font-size:1.1rem;font-weight:800;color:var(--text);letter-spacing:-.04em}.auth-brand-tagline{margin:4px 0 0;font-size:.78rem;font-weight:500;color:var(--text-muted);letter-spacing:-.01em}.auth-screen-header{margin-bottom:20px}.auth-screen-header h1{margin:0;font-size:1.5rem;font-weight:800;letter-spacing:-.03em;color:var(--text)}.auth-screen-header p{margin:8px 0 0;font-size:.9rem;color:var(--text-muted);line-height:1.5}.auth-screen-body{flex:1;display:flex;flex-direction:column}.auth-card{background:var(--surface);border-radius:16px;padding:20px;box-shadow:0 4px 24px #0000000f;border:1px solid rgba(255,255,255,.8)}.auth-card-narrow{max-width:320px;text-align:center}.auth-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.auth-field span{font-size:.8rem;font-weight:600;color:var(--text-muted)}.auth-field input{width:100%;padding:14px;border:1px solid var(--border);border-radius:12px;font-size:1rem;background:#fafbfc;transition:border-color .15s,box-shadow .15s}.auth-field input:focus{outline:none;border-color:var(--naver-green);box-shadow:0 0 0 3px #03c75a1f;background:#fff}.auth-field input:disabled{opacity:.6}.auth-check-row{display:flex;gap:16px;margin-bottom:16px;flex-wrap:wrap}.auth-check{display:flex;align-items:center;gap:6px;font-size:.85rem;color:var(--text-muted);cursor:pointer}.auth-check input{width:16px;height:16px;accent-color:var(--naver-green)}.auth-terms-card{margin:10px 0 14px;padding:14px 14px 12px;border-radius:14px;border:1px solid var(--border);background:#fff}.auth-terms-title{margin:0 0 10px;font-size:.85rem;font-weight:800;color:var(--text)}.auth-terms-row{display:flex;align-items:flex-start;gap:10px;font-size:.85rem;color:var(--text-muted);line-height:1.4;cursor:pointer;padding:6px 0}.auth-terms-row input{margin-top:2px;width:16px;height:16px;accent-color:var(--naver-green);flex-shrink:0}.auth-terms-required{color:var(--danger);font-weight:800}.auth-terms-link{border:none;background:none;padding:0;color:var(--naver-green-dark);font-weight:800;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.auth-terms-link.subtle{font-weight:700;text-decoration:none}.auth-terms-extra{margin-top:6px}.auth-terms-hint{margin:10px 0 0;font-size:.78rem;color:var(--danger);font-weight:600}.btn-auth-primary{background:linear-gradient(135deg,var(--naver-green),var(--naver-green-dark));color:#fff;border:none;border-radius:12px;padding:14px 20px;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 14px #03c75a59;transition:transform .1s,box-shadow .15s}.btn-auth-primary:hover:not(:disabled){box-shadow:0 6px 20px #03c75a66}.btn-auth-primary:active:not(:disabled){transform:scale(.98)}.btn-auth-primary:disabled{opacity:.55;cursor:not-allowed}.btn-auth-outline{background:#fff;color:var(--naver-green-dark);border:2px solid var(--naver-green);border-radius:12px;padding:13px 20px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .15s}.btn-auth-outline:hover:not(:disabled){background:#f0fdf4}.auth-card .full,.auth-screen .full{width:100%;display:block}.auth-card .full+.full,.auth-screen .full+.full{margin-top:10px}.auth-alert{margin:0 0 12px;padding:12px 14px;border-radius:10px;font-size:.85rem;line-height:1.45}.auth-alert-error{background:#fff0f1;color:var(--danger)}.auth-alert-success{background:#e8faf0;color:var(--naver-green-dark)}.auth-alert-info{background:#eef6ff;color:#1a5fb4}.auth-muted{color:var(--text-muted);font-size:.85rem;margin:0;line-height:1.5}.auth-text-btn{display:block;width:100%;margin-top:12px;border:none;background:none;color:var(--text-muted);font-size:.85rem;cursor:pointer;text-decoration:underline}.auth-forgot-row{display:flex;justify-content:flex-end;margin-top:4px}.auth-forgot-link{font-size:.85rem;padding:4px 0}.auth-switch-block{margin-top:16px}.auth-secondary-link{display:block;width:100%;margin-top:8px;padding:12px;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--naver-green-dark);font-size:.9rem;font-weight:600;cursor:pointer;text-align:center}.auth-secondary-link:hover{background:#f0fdf4}.auth-switch-row{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:20px;font-size:.85rem;color:var(--text-muted)}.auth-link-btn{border:none;background:none;color:var(--naver-green-dark);font-weight:700;font-size:.85rem;cursor:pointer;padding:0}.auth-back-btn{margin-top:16px;border:none;background:none;color:var(--text-muted);font-size:.85rem;cursor:pointer;align-self:flex-start}.auth-footnote{margin:16px 0 0;text-align:center;font-size:.75rem;color:var(--text-muted);line-height:1.5}.auth-spinner{width:36px;height:36px;border:3px solid #e5e8eb;border-top-color:var(--naver-green);border-radius:50%;animation:auth-spin .7s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.signup-steps{display:flex;justify-content:center;gap:8px;margin-bottom:20px}.signup-step-dot{width:8px;height:8px;border-radius:50%;background:#d1d6db;transition:background .2s,transform .2s}.signup-step-dot.active{background:var(--naver-green)}.signup-step-dot.current{transform:scale(1.25)}.auth-step-email{text-align:center;font-weight:600;color:var(--text);margin-bottom:12px!important}.auth-complete-card{text-align:center;padding:28px 20px}.auth-complete-icon{width:56px;height:56px;margin:0 auto 16px;border-radius:50%;background:linear-gradient(135deg,var(--naver-green),var(--naver-green-dark));color:#fff;font-size:1.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #03c75a4d}.auth-complete-title{margin:0 0 8px;font-size:1.25rem;font-weight:800}.intro-screen{min-height:100vh;max-width:480px;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:40px 24px;background:linear-gradient(165deg,#e8faf0,#f4f6f8,#fff);opacity:0;transition:opacity .5s ease;position:relative;overflow:hidden}.intro-visible{opacity:1}.intro-glow{position:absolute;top:-120px;right:-80px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(3,199,90,.2) 0%,transparent 70%);pointer-events:none}.intro-content{text-align:center;position:relative;z-index:1}.intro-logo-img{display:block;width:96px;height:96px;margin:0 auto 24px;border-radius:22px;box-shadow:0 16px 40px #03c75a59}.intro-title{margin:0 0 8px;font-size:1.75rem;font-weight:800;letter-spacing:-.05em;color:var(--text)}.intro-tagline{margin:0 0 16px;font-size:.92rem;font-weight:600;color:var(--naver-green-dark);letter-spacing:-.02em;line-height:1.45}.intro-desc{margin:0 0 32px;font-size:.88rem;color:var(--text-muted);line-height:1.65;font-weight:500}.intro-loader{width:32px;height:32px;margin:0 auto;border:3px solid rgba(3,199,90,.2);border-top-color:var(--naver-green);border-radius:50%;animation:auth-spin .8s linear infinite}.intro-start{min-width:200px;animation:intro-fade-up .4s ease}@keyframes intro-fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.app-sidebar-nav-btn{display:flex;align-items:center;gap:10px;width:100%;padding:11px 14px;border:none;border-radius:10px;background:transparent;color:var(--text-muted);font-size:.9rem;font-weight:600;text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease}.app-sidebar-nav-btn:hover{background:#f0faf4;color:var(--text)}.app-sidebar-nav-btn.is-active{background:#03c75a1f;color:var(--naver-green-dark)}.app-desktop-header{position:sticky;top:0;z-index:10}.btn-header-logout{border:1px solid var(--border);background:#fff;color:var(--text);border-radius:8px;padding:8px 14px;font-size:.82rem;font-weight:600;cursor:pointer;transition:border-color .15s ease,color .15s ease}.btn-header-logout:hover{border-color:var(--naver-green);color:var(--naver-green-dark)}.plan-badge-inline{background:#03c75a1a;color:var(--naver-green-dark);border:1px solid rgba(3,199,90,.25)}.plan-badge-usage.plan-badge-inline{background:#f4f6f8;color:var(--text-muted);border-color:var(--border)}@media(min-width:1024px){.page{gap:16px}}@media(min-width:768px){.bulk-keyword-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.bulk-keyword-grid .keyword-slot{margin:0}}@media(min-width:1024px){.bulk-page-head .bulk-page-title-row{align-items:center}.bulk-keyword-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.bulk-keyword-grid .keyword-result-body{flex-direction:row;align-items:flex-start;gap:12px}.bulk-keyword-grid .keyword-result-thumb{width:72px;height:72px;flex-shrink:0}.bulk-keyword-grid .bulk-detail.compact{flex:1;min-width:0}}@media(min-width:1024px){.settings-page{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}.settings-page-header{grid-column:1 / -1}}@media(min-width:768px){.auth-screen{max-width:520px;margin-left:auto;margin-right:auto}.intro-screen{max-width:520px}}@media(min-width:1024px){.auth-screen{max-width:440px}}
