@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css";
:root{--bg-color:#f8f9fa;--text-primary:#0f172a;--text-secondary:#475569;--accent-color:#4338ca;--accent-hover:#3730a3;--border-color:#e2e8f0;--card-bg:#fff}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);letter-spacing:-.02em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--text-primary);letter-spacing:-.03em;font-weight:700;line-height:1.2}h1{margin-bottom:1.5rem;font-size:3.5rem}h2{margin-bottom:1rem;font-size:2.25rem}p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.125rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:8rem 0}.btn-primary{background-color:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:1.25rem 3rem;font-size:1.25rem;font-weight:600;text-decoration:none;transition:background-color .2s,transform .1s;display:inline-block}.btn-primary:hover{background-color:var(--accent-hover);transform:translateY(-2px)}.data-table-container{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.data-row{border-bottom:1px solid var(--border-color);align-items:center;padding:2rem;transition:background-color .2s;display:flex}.data-row:last-child{border-bottom:none}.data-row:hover{background-color:#f1f5f9}.data-metric{color:var(--accent-color);flex:0 0 150px;font-size:2rem;font-weight:800}.data-title{flex:0 0 200px;font-size:1.5rem;font-weight:700}.data-desc{color:var(--text-secondary);flex:1;margin-bottom:0;font-size:1.1rem}.data-tags{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.tag{color:var(--accent-color);background-color:#e0e7ff;border-radius:9999px;padding:.25rem .75rem;font-size:.85rem;font-weight:600}
