:root { --ink:#10221b; --muted:#66736d; --paper:#f7f8f3; --card:#fff; --line:#dfe5df; --green:#176b4d; --lime:#c9f269; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:Pretendard,"Noto Sans KR",Arial,sans-serif; }
button,a { font:inherit; }
.site-header { height:76px; display:flex; align-items:center; justify-content:space-between; max-width:1180px; margin:auto; padding:0 24px; }
.brand { display:inline-flex; flex-direction:column; align-items:flex-start; color:var(--ink); text-decoration:none; font-weight:900; line-height:1; }
.brand-name { color:var(--ink); font-size:24px; letter-spacing:-1px; }
.brand-name>span { color:var(--green); }
.brand>small { margin-top:5px; padding-left:1px; color:#74817b; font-size:8px; font-weight:900; letter-spacing:2.1px; }
nav { display:flex; gap:28px; }
nav a { color:#4f5d57; text-decoration:none; font-size:14px; font-weight:700; }
nav a.active { color:var(--green); }
main { max-width:1180px; margin:auto; padding:0 24px 90px; }
.hero { min-height:560px; display:grid; grid-template-columns:1.25fr .75fr; gap:72px; align-items:center; padding:70px 4%; border-radius:32px; background:linear-gradient(135deg,#e5f2e9,#f5f8e9 55%,#edf6c8); overflow:hidden; }
.eyebrow { margin:0 0 14px; color:var(--green); font-size:12px; font-weight:900; letter-spacing:2px; }
h1 { margin:0; font-size:58px; line-height:1.12; letter-spacing:-3px; }
.hero-copy { max-width:610px; margin:26px 0 34px; color:#53625b; font-size:18px; line-height:1.75; }
.primary-button,.secondary-button { display:inline-flex; justify-content:center; align-items:center; min-height:52px; padding:0 26px; border:0; border-radius:14px; cursor:pointer; text-decoration:none; font-weight:800; }
.primary-button { color:white; background:var(--green); box-shadow:0 10px 25px rgba(23,107,77,.2); }
.primary-button:disabled { opacity:.65; cursor:wait; }
.secondary-button { color:var(--ink); background:#e7ece8; }
.latest-card { padding:34px; border:1px solid rgba(255,255,255,.8); border-radius:25px; background:rgba(255,255,255,.72); box-shadow:0 22px 60px rgba(47,77,57,.12); backdrop-filter:blur(10px); }
.latest-card p,.latest-card small { color:var(--muted); }
.latest-card strong { display:block; margin:8px 0 24px; font-size:34px; }
.balls { display:flex; align-items:center; gap:9px; flex-wrap:wrap; }
.ball { width:42px; height:42px; display:inline-flex; justify-content:center; align-items:center; border-radius:50%; color:white; background:#74817b; font-weight:900; box-shadow:inset 0 -3px 0 rgba(0,0,0,.12); }
.compact .ball { width:36px; height:36px; font-size:13px; }
.ball[data-number] { background:#3b8268; }
.ball.yellow { background:#dba900; }.ball.blue { background:#4383c4; }.ball.red { background:#dc5a58; }.ball.gray { background:#6f7779; }.ball.green { background:#41a36f; }
.ad-placeholder { height:90px; display:flex; align-items:center; justify-content:center; margin:28px 0 80px; border:1px dashed #cbd2cc; color:#a4aca6; font-size:10px; letter-spacing:3px; }
.recommend-section { scroll-margin-top:24px; }
.section-heading { max-width:720px; margin-bottom:30px; }
h2 { margin:0 0 12px; font-size:38px; letter-spacing:-1.8px; }
.section-heading>p:last-child,.verification>p { color:var(--muted); line-height:1.7; }
.picker-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.picker-card { padding:26px; border:1px solid var(--line); border-radius:22px; background:var(--card); }
.picker-title { display:flex; justify-content:space-between; margin-bottom:18px; }
.picker-title span { color:var(--muted); font-size:13px; }
.number-picker { display:grid; grid-template-columns:repeat(9,1fr); gap:7px; }
.number-picker button { aspect-ratio:1; border:1px solid var(--line); border-radius:50%; color:#53615b; background:white; cursor:pointer; font-size:12px; font-weight:800; }
.number-picker button:hover { border-color:var(--green); }
.number-picker button.selected { color:white; border-color:var(--green); background:var(--green); }
.action-row { display:flex; justify-content:center; gap:12px; margin:28px 0 8px; }
.error-message { min-height:24px; margin:8px 0; color:#bf3838; text-align:center; font-weight:700; }
.engine-message { min-height:22px; margin:8px 0 0; color:var(--green); text-align:center; font-size:13px; font-weight:800; }
.loading-panel { padding:55px 20px; color:var(--muted); text-align:center; }
.results { scroll-margin-top:30px; margin-top:55px; padding:34px; border-radius:26px; color:white; background:#132b22; }
.result-header { display:flex; justify-content:space-between; gap:24px; margin-bottom:28px; }
.result-header .eyebrow { color:var(--lime); }.result-header p { color:#afbeb8; }
.result-actions { display:flex; gap:8px; }
.result-actions button { height:42px; padding:0 16px; border:1px solid #496158; border-radius:10px; color:white; background:transparent; cursor:pointer; }
.game-list { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.game-card { display:grid; grid-template-columns:70px 1fr; align-items:center; gap:8px; padding:18px; border:1px solid #30493f; border-radius:15px; background:#1b372d; }
.game-card>strong { color:var(--lime); font-size:12px; }.game-card small { grid-column:2; color:#9eb0a8; }
.notice { margin:24px 0 0; color:#a9bab3; font-size:13px; }
.info-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin:100px 0; }
.info-grid article { padding:28px; border-top:3px solid var(--green); background:white; }
.info-grid span { color:var(--green); font-weight:900; }.info-grid p { color:var(--muted); line-height:1.7; }
.verification { padding:60px; border-radius:28px; background:#eef1eb; }
.ratio-row { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-top:35px; }
.ratio-row div { padding:22px; border-radius:15px; background:white; }.ratio-row strong,.ratio-row span { display:block; }.ratio-row strong { font-size:27px; }.ratio-row span { margin-top:6px; color:var(--muted); font-size:12px; }
footer { padding:42px 24px; color:#acb9b3; background:#0f211a; text-align:center; } footer strong { color:white; font-size:20px; } footer strong small { color:#91a39b; font-size:11px; font-weight:700; } footer p { font-size:12px; }
.footer-links { display:flex; justify-content:center; gap:18px; margin:18px 0; flex-wrap:wrap; }
.footer-links a { color:#d7e0dc; text-decoration:none; font-size:12px; font-weight:700; }
.footer-links a:hover { color:var(--lime); }
.subpage { padding-top:55px; }
.page-intro { max-width:800px; padding:30px 0 55px; }
.page-intro h1 { font-size:50px; }
.page-intro>p:last-child { color:var(--muted); font-size:17px; line-height:1.8; }
.period-tabs { display:flex; gap:8px; margin-bottom:28px; }
.period-tabs a { padding:11px 18px; border:1px solid var(--line); border-radius:999px; color:var(--muted); background:white; text-decoration:none; font-size:13px; font-weight:800; }
.period-tabs a.selected { color:white; border-color:var(--green); background:var(--green); }
.period-tabs button { padding:11px 18px; border:1px solid var(--line); border-radius:999px; color:var(--muted); background:white; cursor:pointer; font-size:13px; font-weight:800; white-space:nowrap; }
.period-tabs button.selected { color:white; border-color:var(--green); background:var(--green); }
.metric-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-bottom:24px; }
.metric-grid article { display:flex; flex-direction:column; padding:24px; border:1px solid var(--line); border-radius:18px; background:white; }
.metric-grid span,.metric-grid small { color:var(--muted); }.metric-grid strong { margin:8px 0; font-size:27px; }
.two-column { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin:18px 0; }
.data-panel { padding:28px; border:1px solid var(--line); border-radius:22px; background:white; }
.full-panel { margin:18px 0; }
.panel-heading { display:flex; justify-content:space-between; align-items:flex-start; gap:15px; margin-bottom:24px; }
.panel-heading h2 { font-size:23px; }.panel-heading>span { color:var(--green); font-size:11px; font-weight:900; letter-spacing:1px; }
.rank-list>div { position:relative; display:grid; grid-template-columns:38px 55px 1fr; align-items:center; gap:12px; min-height:43px; }
.ball.small { width:31px; height:31px; background:var(--green); font-size:11px; }
.rank-list strong { font-size:13px; }.rank-list i { height:7px; width:var(--width); border-radius:999px; background:#badd84; }.rank-list.cold i { background:#d9dfda; }
.frequency-grid { display:grid; grid-template-columns:repeat(9,1fr); gap:8px; }
.frequency-grid div { padding:13px 5px; border-radius:10px; background:#f0f3ef; text-align:center; }.frequency-grid span,.frequency-grid strong { display:block; }.frequency-grid span { color:var(--green); font-size:11px; font-weight:900; }.frequency-grid strong { margin-top:5px; font-size:18px; }.frequency-grid small { color:var(--muted); }
.simple-table { width:100%; border-collapse:collapse; }.simple-table th,.simple-table td { padding:10px 4px; border-bottom:1px solid var(--line); }.simple-table th { text-align:left; }.simple-table td { color:var(--muted); text-align:right; }
.verification-summary { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-bottom:35px; }.verification-summary article { padding:25px; border-radius:18px; color:white; background:#163329; }.verification-summary strong,.verification-summary span { display:block; }.verification-summary strong { color:var(--lime); font-size:26px; }.verification-summary span { margin-top:7px; color:#b5c5bf; font-size:12px; }
.table-scroll { overflow-x:auto; }.result-table { width:100%; min-width:760px; border-collapse:collapse; }.result-table th,.result-table td { padding:15px 12px; border-bottom:1px solid var(--line); text-align:center; font-size:13px; }.result-table th:first-child { text-align:left; }.result-table thead th { color:var(--muted); font-size:11px; }.result-table tr.highlight { background:#f1f8e3; }.table-note { margin:20px 0 0; color:var(--muted); font-size:13px; line-height:1.7; }
.method-note { margin-top:55px; padding:38px; border-left:5px solid var(--green); background:#e9eee9; }.method-note h2 { font-size:24px; }.method-note p { color:var(--muted); line-height:1.8; }
.policy-page { max-width:960px; }
.principle-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-bottom:22px; }
.principle-grid article { padding:28px; border:1px solid var(--line); border-radius:20px; background:white; }
.principle-grid span { color:var(--green); font-size:12px; font-weight:900; }
.principle-grid h2 { margin-top:13px; font-size:22px; letter-spacing:-1px; }
.principle-grid p,.content-panel p,.legal-document p,.legal-document li,.responsible-box p { color:var(--muted); line-height:1.85; }
.content-panel,.legal-document { margin:18px 0; padding:36px; border:1px solid var(--line); border-radius:22px; background:white; }
.content-panel h2,.legal-document h2 { font-size:27px; letter-spacing:-1.2px; }
.content-panel a { color:var(--green); font-weight:800; }
.step-list { margin:28px 0 0; padding:0; list-style:none; counter-reset:steps; }
.step-list li { position:relative; padding:0 0 24px 54px; counter-increment:steps; }
.step-list li::before { content:counter(steps); position:absolute; left:0; top:0; width:34px; height:34px; display:flex; align-items:center; justify-content:center; border-radius:50%; color:white; background:var(--green); font-size:12px; font-weight:900; }
.step-list strong { font-size:17px; }.step-list p { margin:7px 0 0; }
.content-note { padding:18px; border-radius:12px; background:#eef4ef; font-size:14px; }
.faq-panel details { border-top:1px solid var(--line); }.faq-panel details:last-child { border-bottom:1px solid var(--line); }
.faq-panel summary { padding:18px 4px; cursor:pointer; font-weight:800; }.faq-panel details p { margin:0; padding:0 4px 20px; }
.responsible-box { margin-top:22px; padding:38px; border-radius:22px; color:white; background:#163329; }
.responsible-box .eyebrow { color:var(--lime); }.responsible-box h2 { font-size:28px; }.responsible-box p { color:#c2cec9; }
.legal-document h2 { margin-top:38px; font-size:22px; }.legal-document h2:first-child { margin-top:0; }
.legal-document ul { padding-left:22px; }
@media (max-width:800px) { .site-header { height:auto; min-height:76px; flex-wrap:wrap; gap:13px; padding-top:16px; padding-bottom:13px; } nav { width:100%; gap:18px; overflow-x:auto; padding:2px 0 5px; scrollbar-width:none; } nav::-webkit-scrollbar { display:none; } nav a { white-space:nowrap; font-size:12px; } main { padding:0 14px 60px; }.hero { min-height:auto; grid-template-columns:1fr; gap:35px; padding:55px 24px; }h1 { font-size:40px; }.page-intro h1 { font-size:38px; }.picker-grid,.game-list,.info-grid,.two-column,.principle-grid { grid-template-columns:1fr; }.metric-grid,.verification-summary { grid-template-columns:1fr 1fr; }.number-picker { grid-template-columns:repeat(9,1fr); }.picker-card { padding:18px 12px; }.number-picker button { font-size:11px; }.result-header { display:block; }.result-actions { margin-top:18px; }.game-card { grid-template-columns:62px 1fr; padding:14px 10px; }.ball { width:34px; height:34px; font-size:12px; }.verification { padding:35px 22px; }.ratio-row { grid-template-columns:1fr 1fr; }.frequency-grid { grid-template-columns:repeat(5,1fr); }.data-panel,.content-panel,.legal-document { padding:24px 18px; }.period-tabs { overflow-x:auto; }.period-tabs a { white-space:nowrap; }.responsible-box { padding:30px 22px; }}
