@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap');
:root{font-family:'Noto Sans KR',sans-serif;color:#21392e;background:#f5f6f0;font-synthesis:none}*{box-sizing:border-box}body{margin:0}main{max-width:1120px;margin:auto;padding:32px 32px 20px}header{display:flex;justify-content:space-between;align-items:center}.logo{font-size:26px;font-weight:900;letter-spacing:-1px;text-decoration:none;color:inherit}.logo span{font-size:15px;color:#7a897e;font-weight:500}.badge{font-size:12px;border:1px solid #d9ded3;padding:7px 13px;border-radius:20px}.intro{padding:55px 0 30px}.eyebrow{color:#6a8065;font-size:11px;font-weight:800;letter-spacing:2px}h1{font-size:46px;line-height:1.25;letter-spacing:-2px;margin:15px 0}p{line-height:1.7}.intro p{font-size:14px;color:#778077}.layout{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.card{background:#fff;border:1px solid #e2e6dc;border-radius:22px;padding:28px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:8px}h2{font-size:17px;margin:0;letter-spacing:-.5px}h2 span{font-size:11px;color:#8a9986;margin-right:10px}.hint,.small{font-size:12px;color:#849084}.hint{margin:11px 0 19px}button,input,select{font:inherit}button{cursor:pointer}button:disabled{opacity:.5;cursor:default}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #91b687;outline-offset:3px}.text-button{border:0;background:none;font-size:11px;color:#7e877b;padding:4px}.exclusions{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}input{width:100%;min-width:0;border:1px solid #dde3d7;border-radius:10px;padding:12px;background:#fafbf7;color:#304b36}input::placeholder{color:#b4beaf}.exclusions input{text-align:center;padding:15px 0;font-size:18px;font-weight:700;-moz-appearance:textfield}.exclusions input::-webkit-inner-spin-button{appearance:none}.divider{height:1px;background:#edf0e7;margin:28px 0}.row-labels,.weight-row{display:grid;grid-template-columns:80px 1fr 32px;gap:10px;align-items:center}.row-labels{font-size:10px;color:#899182;margin:0 0 8px}.weight-row{margin-bottom:8px}.weight-row input{padding:10px}.remove{border:0;background:#f3f5ee;border-radius:8px;font-size:20px;color:#8c9787;height:33px}.add-button{width:100%;padding:11px;border:1px dashed #cbd8c2;color:#617b51;background:#f9fbf6;border-radius:10px;font-size:12px;margin-top:4px}.note{font-size:10px;line-height:1.9;color:#8c9387;margin-top:13px}.count-label{display:flex;justify-content:space-between;align-items:center;font-size:12px;margin-top:24px}select{border:1px solid #dfe5d8;background:white;border-radius:8px;padding:7px 10px;color:#4d6147;font-size:12px}#error{font-size:12px;color:#b3423a;margin:12px 0}.primary{border:0;border-radius:12px;background:#234b38;color:white;padding:16px 20px;width:100%;text-align:left;font-size:14px;font-weight:700;display:flex;justify-content:space-between}.primary:hover{background:#31654c}.status{font-size:9px;letter-spacing:1px;background:#eef3e7;color:#65824b;border-radius:5px;padding:5px 8px}.empty{text-align:center;padding:75px 0 80px}.preview-balls{display:flex;justify-content:center;gap:10px}.preview-balls i{font-style:normal;border-radius:50%;width:48px;height:48px;display:grid;place-items:center;background:#f0f3e8;color:#a9b79a;font-size:20px}.preview-balls i:nth-child(2){background:#e3ecd7;transform:translateY(-10px)}h3{font-size:15px;margin-top:28px}.empty p{font-size:12px;color:#92998b}.random-info{border-top:1px solid #e9ede2;padding-top:20px;display:flex;gap:10px}.dot{margin-top:6px;width:7px;height:7px;border-radius:50%;background:#8da965}.random-info strong{font-size:11px}.random-info p{font-size:10px;color:#92998b;margin:6px 0 0}.ticket{padding:22px 0;border-top:1px dashed #e3e8dc}.ticket-label{font-size:10px;color:#8b9583;margin-bottom:12px;letter-spacing:1px}.balls{display:flex;gap:9px;justify-content:space-between}.ball{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;font-size:17px;font-weight:800;color:#fff;box-shadow:inset 0 -3px 0 #00000012}.yellow{background:#d8ae43}.blue{background:#649abd}.red{background:#cd7b71}.gray{background:#939b9c}.green{background:#83a56b}.copy-button{border:1px solid #d8e2cf;background:#f8faf5;color:#526e43;width:100%;border-radius:10px;padding:10px;margin:8px 0 24px;font-size:12px}footer{text-align:center;font-size:10px;line-height:1.7;color:#969d90;padding:27px 0}@media(max-width:760px){main{padding:24px 18px}.intro{padding-top:35px}h1{font-size:38px}.layout{grid-template-columns:1fr}.card{padding:23px}.empty{padding:40px 0}.ball{width:42px;height:42px}.balls{gap:5px}}
