@import"https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@2.0/nanumsquare.css";:root{--bg: #ffffff;--card: #ffffff;--fg: #252525;--accent: #030213;--muted: #6b7280;--danger: #e11d48;--radius: 10px;--radius-sm: 6px;--radius-lg: 14px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--fg);font-family:NanumSquare,Inter,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.container{max-width:1440px;margin:0 auto;padding:16px}.nav{display:flex;gap:32px;padding:0;border-bottom:none;margin-bottom:0;align-items:center;flex-wrap:nowrap;justify-content:center;flex:1}.nav a{color:var(--fg);text-decoration:none;opacity:.7;font-weight:600;padding:6px 0;font-size:20px;transition:all .2s}.nav a:hover{opacity:1;color:var(--accent);transform:translateY(-1px)}.nav a.active{color:var(--accent);opacity:1;font-weight:700}.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{left:16px;top:16px;width:auto;height:auto;padding:8px 12px;background:#111827;color:#fff;border-radius:8px;z-index:100}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.row{display:flex;gap:8px;align-items:center}.space{justify-content:space-between}input,textarea,select{background:#f7f8fa;color:var(--fg);border:1px solid #e5e7eb;border-radius:var(--radius-sm);padding:8px;min-width:200px}button{background:var(--accent);color:#fff;border:none;border-radius:var(--radius);padding:8px 12px;cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}.list{list-style:none;padding:0;margin:12px 0;display:grid;gap:8px}.list li{background:var(--card);padding:12px;border-radius:var(--radius);border:1px solid #e5e7eb}.muted{color:var(--muted)}.small{font-size:12px}.card{background:var(--card);padding:12px;border-radius:var(--radius);border:1px solid #e5e7eb;box-shadow:0 1px 2px #0f172a0f}.card:hover{box-shadow:0 4px 10px #0f172a14}.form{display:grid;gap:16px;max-width:680px}.form label{display:grid;gap:6px}.error{color:var(--danger)}.table{width:100%;border-collapse:collapse;margin-top:12px}.table th,.table td{border-bottom:1px solid #e5e7eb;padding:8px;text-align:left}.grid{display:grid;gap:16px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 1024px){.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.grid-3{grid-template-columns:1fr}}h1{font-size:28px;line-height:1.25;margin:0 0 12px}h2{font-size:22px;line-height:1.3;margin:0 0 10px}h3{font-size:18px;line-height:1.35;margin:0 0 8px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.p-3{padding:12px}.p-4{padding:16px}.gap-2{gap:8px}.gap-4{gap:16px}.gap-6{gap:24px}.btn{background:var(--accent);color:#fff;border:1px solid var(--accent);border-radius:var(--radius);padding:10px 14px;font-weight:600;cursor:pointer;transition:filter .15s ease,transform .05s ease}.btn:hover{filter:brightness(.94)}.btn:active{transform:translateY(1px) scale(.99)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.secondary{background:#fff;color:var(--accent);border-color:#e5e7eb}.btn.secondary:hover{background:#f8fafc}.btn.ghost{background:transparent;color:var(--accent);border-color:transparent}.btn.sm{padding:6px 10px;border-radius:var(--radius-sm);font-weight:500}.field{display:grid;gap:6px}.input{background:#f7f8fa;color:var(--fg);border:1px solid #e5e7eb;border-radius:var(--radius-sm);padding:10px 12px;outline:none}.textarea{background:#f7f8fa;color:var(--fg);border:1px solid #e5e7eb;border-radius:var(--radius);padding:10px 12px;outline:none}.input:focus,.textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0302131f}.badge{display:inline-block;padding:2px 8px;border-radius:999px;border:1px solid #e5e7eb;color:var(--muted);font-size:12px;white-space:nowrap}.badge.primary{background:#eef2ff;color:#1e3a8a;border-color:#e0e7ff}.badge.muted{background:#f3f4f6;color:#6b7280}.header{position:sticky;top:0;background:var(--bg);z-index:10;border-bottom:1px solid #e5e7eb}.header .inner{max-width:1440px;margin:0 auto;padding:12px 16px;display:flex;flex-direction:row;gap:24px;align-items:center;justify-content:space-between;flex-wrap:wrap}.header-bar{display:flex;align-items:center;gap:24px;width:100%;flex-wrap:wrap}.header .brand{font-weight:700;letter-spacing:.2px;display:flex;align-items:center;gap:18px;font-size:54px;min-width:280px}.brand-link{color:var(--fg);text-decoration:none;font-weight:700;font-size:54px}.brand-link:hover{color:var(--accent)}.logo-box{width:108px;height:108px;background:#0f172a;color:#fff;border-radius:36px;display:flex;align-items:center;justify-content:center;font-weight:700;box-shadow:0 4px 12px #0f172a40}.controls-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.control-group{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border:1px solid #e5e7eb;border-radius:var(--radius);background:#fff}.control-icon{font-size:14px}.icon-btn{position:relative;background:#fff;color:var(--fg);border:1px solid #e5e7eb;border-radius:var(--radius);padding:8px 12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.icon-btn:hover{background:#f8fafc}.notif-badge{position:absolute;top:-6px;right:-4px;background:#ef4444;color:#fff;border-radius:999px;padding:2px 6px;font-size:12px;font-weight:600}.avatar-btn{min-width:90px;height:38px;padding:0 16px;border-radius:999px;border:1px solid #e5e7eb;background:#111827;color:#fff;font-weight:600;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.avatar-btn:hover{filter:brightness(1.05)}.language-select{border:none;background:transparent;font-weight:500;font-size:14px}.language-select:focus{outline:none}.spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.input.error,.textarea.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441f}.field .hint{color:var(--muted);font-size:12px}.field .error-text{color:#ef4444;font-size:12px}.btn.ghost:hover{background:#0302130d}.video-frame{position:relative;width:100%;padding-top:56.25%;background:#000;border-radius:var(--radius);overflow:hidden}.video-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.partner-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:24px;align-items:flex-start}.search-sidebar{background:var(--card);border:1px solid #e5e7eb;border-radius:var(--radius);padding:20px;position:sticky;top:92px;display:flex;flex-direction:column;gap:16px}.sidebar-title{margin:12px 0 8px}.sidebar-actions{display:flex;flex-direction:column;gap:10px}.sidebar-actions .btn{width:100%;justify-content:center}.filter-stack{display:flex;flex-direction:column;gap:12px}.filter-group{display:flex;flex-direction:column;gap:6px;font-size:14px;color:var(--muted)}.filter-group select,.filter-group input{width:100%;min-width:0}.link-btn{background:transparent;border:none;color:var(--accent);font-weight:600;padding:0;align-self:flex-start;cursor:pointer}.link-btn:hover{text-decoration:underline}.search-content{display:flex;flex-direction:column;gap:24px}.hero{background-image:linear-gradient(110deg,#ebf5ffe6,#fffc);border:1px solid #dbeafe}.search-content .hero h1{font-size:22px;line-height:1.2}.results-panel{display:flex;flex-direction:column;gap:16px;padding:20px}.results-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.results-count{display:flex;align-items:baseline;gap:6px}.results-count-number{font-size:28px;font-weight:700}.results-count-label{color:var(--muted);font-size:14px}.results-controls{display:flex;gap:10px;flex-wrap:wrap}.chip-btn{border:1px solid #dbeafe;background:#eef2ff;color:#1d4ed8;border-radius:999px;padding:6px 16px;font-weight:600;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.chip-btn:hover{background:#dbeafe}.results-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.result-card{border:1px solid #e5e7eb;border-radius:16px;padding:16px;background:#fff;box-shadow:0 4px 10px #0f172a14;display:flex;flex-direction:column;gap:12px}.result-hero{width:100%;height:140px;border-radius:12px;overflow:hidden;background:#f3f4f6}.result-hero.placeholder{background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.result-hero img{width:100%;height:100%;object-fit:cover;display:block}.result-card h3{margin:0;font-size:18px}.result-card-head{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.result-card-badges{display:flex;gap:6px;flex-wrap:wrap}.result-link{color:var(--accent);text-decoration:none;font-weight:600}.result-link:hover{text-decoration:underline}.result-contact{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.result-card-tags{display:flex;gap:8px;flex-wrap:wrap}.result-tag{padding:4px 10px;border-radius:999px;background:#eef2ff;color:#1d4ed8;font-size:12px;font-weight:600}.confidence-block{margin-top:8px}.confidence-meter{background:#e5e7eb;border-radius:999px;height:6px;overflow:hidden}.confidence-meter-fill{display:block;height:100%;background:linear-gradient(90deg,#22d3ee,#2563eb)}.result-card-actions{margin-top:auto}.company-detail{display:flex;flex-direction:column;gap:16px}.detail-section{border-top:1px solid #e5e7eb;padding-top:12px}.detail-section:first-of-type{border-top:none;padding-top:0}.detail-line{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.detail-line strong{font-size:14px;color:#475467}.detail-tags{display:flex;gap:8px;flex-wrap:wrap}.detail-meta{font-size:12px;color:var(--muted)}.matching-analysis{background:#f9fafb;border-radius:12px;padding:16px}.analysis-row{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.analysis-row:last-child{margin-bottom:0}.analysis-meter{background:#e5e7eb;border-radius:999px;height:6px;overflow:hidden}.analysis-meter-fill{display:block;height:100%;background:linear-gradient(90deg,#22d3ee,#2563eb)}.recommendation-card{background:#f5f7ff;border:1px solid #dbeafe;border-radius:12px;padding:16px;font-size:14px;line-height:1.5}.feedback-card{border:1px solid #e5e7eb;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px;background:#fff}.feedback-form{display:flex;flex-direction:column;gap:10px}.star-picker{display:flex;gap:6px}.star-picker button{background:transparent;border:none;font-size:26px;color:#d1d5db;cursor:pointer;padding:0}.star-picker button.active{color:#f59e0b}.feedback-textarea{width:100%;min-height:90px;border:1px solid #d1d5db;border-radius:8px;padding:10px;resize:vertical;font-family:inherit}.dashboard{padding-top:32px;padding-bottom:40px;display:flex;flex-direction:column;gap:24px}.dashboard-header h1{margin:0;font-size:28px}.stat-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{border:1px solid #e5e7eb;border-radius:16px;padding:16px;display:flex;gap:12px;align-items:center;background:#fff}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;background:#eef2ff}.stat-card.warning .stat-icon{background:#fff7ed}.stat-card.success .stat-icon{background:#f0fdf4}.stat-card.info .stat-icon{background:#eff6ff}.stat-card .stat-content strong{font-size:24px}.dashboard-panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.panel{border:1px solid #e5e7eb;border-radius:16px;padding:16px;background:#fff;display:flex;flex-direction:column;gap:12px}.request-list,.trend-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.request-list li,.trend-list li{display:flex;justify-content:space-between;align-items:center;background:#f8fafc;border-radius:12px;padding:12px}.status-pill{padding:4px 10px;border-radius:999px;background:#fff;border:1px solid #d1d5db;font-size:12px}.trend-change{font-weight:600}.trend-change.up{color:#16a34a}.trend-change.down{color:#ef4444}.analytics{padding-top:32px;padding-bottom:40px;display:flex;flex-direction:column;gap:24px}.industry-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.industry-list li{display:grid;grid-template-columns:40px 1fr auto;gap:12px;align-items:center;background:#f8fafc;padding:12px;border-radius:12px}.industry-rank{width:32px;height:32px;border-radius:999px;background:#fff;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:600}.industry-value{text-align:right}.status-bars{display:flex;flex-direction:column;gap:12px}.status-row{display:flex;flex-direction:column;gap:6px}.region-panel{gap:16px}.region-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.region-card{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fff;display:flex;flex-direction:column;gap:6px}.activity-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.activity{display:flex;gap:12px;align-items:flex-start;background:#f8fafc;padding:12px;border-radius:12px}.activity-indicator{width:10px;height:10px;border-radius:999px;background:#d1d5db;margin-top:6px}.activity.success .activity-indicator{background:#22c55e}.activity.warning .activity-indicator{background:#f59e0b}.activity.error .activity-indicator{background:#ef4444}.payments{padding-top:32px;padding-bottom:40px;display:flex;flex-direction:column;gap:20px}.tab-row{display:flex;gap:10px;align-items:center}.tab-row.small{margin-top:-12px}.chip-btn.active{background:#111827;color:#fff;border-color:#111827}.payments-section{align-items:center}.transaction-amount{text-align:right;display:flex;flex-direction:column;gap:4px;align-items:flex-end}.activity.transaction{justify-content:space-between}.status-pill.completed{background:#dcfce7;border-color:#86efac;color:#15803d}.status-pill.pending{background:#fef9c3;border-color:#facc15;color:#b45309}.status-pill.failed{background:#fee2e2;border-color:#f87171;color:#b91c1c}.feedback-fab{position:fixed;bottom:24px;right:24px;background:#111827;color:#fff;padding:12px 18px;border-radius:999px;text-decoration:none;font-weight:600;box-shadow:0 10px 20px #0f172a40}.feedback-fab:hover{background:#1f2937}.partners{padding:32px 0 40px;display:flex;flex-direction:column;gap:20px}.partners-header h1{margin:0;font-size:28px}.partner-filter-bar{display:flex;gap:12px;align-items:center;flex-wrap:wrap;border:1px solid #e5e7eb;border-radius:999px;padding:8px 12px;background:#fff}.partner-search{flex:1;border:none;outline:none;font-size:14px}.partner-filter-bar select{border:1px solid #e5e7eb;border-radius:999px;padding:6px 12px;background:#fff;font-size:14px}.partner-card-list{display:flex;flex-direction:column;gap:16px}.partner-card{border:1px solid #e5e7eb;border-radius:16px;padding:16px;background:#fff}.partner-card-main{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.partner-card h3{margin:0}.partner-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:6px}.partner-tags span{padding:4px 10px;border-radius:999px;background:#eef2ff;font-size:12px;font-weight:600}.partner-meta{display:flex;gap:16px;flex-wrap:wrap;margin-top:8px;font-size:14px}.partner-actions{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.partner-rating{font-weight:600}.about{padding:32px 0 40px;display:flex;flex-direction:column;gap:20px}.about-hero{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.about h1{margin:0;font-size:32px}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.about-stats{list-style:none;padding:0;margin:0;display:flex;gap:16px;flex-wrap:wrap}.about-stats li{border:1px solid #e5e7eb;border-radius:12px;padding:12px;flex:1;min-width:140px}.milestone-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.milestone-list li{display:flex;gap:12px;align-items:flex-start}.milestone-title{margin:0;font-weight:600}.leadership-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:12px}.service-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.service-list li{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#f8fafc}@media (max-width: 1024px){.partner-layout{grid-template-columns:1fr}.search-sidebar{position:static;order:2}}
