*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Pretendard,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:#1a1a2e;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}body{margin:0;display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px}#root{width:100%;max-width:500px}.app{text-align:center}.header{margin-bottom:2rem}.title{font-size:2.2rem;font-weight:800;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.2);margin-bottom:.3rem}.subtitle{color:#ffffffd9;font-size:1rem}.form-card,.result-card{background:#fff;border-radius:20px;padding:2rem 1.5rem;box-shadow:0 20px 60px #00000026}.form-title{font-size:1.3rem;font-weight:700;color:#333;margin-bottom:1.5rem}.input-group{margin-bottom:1.5rem;text-align:left}.input-label{display:block;font-size:.85rem;font-weight:600;color:#666;margin-bottom:.5rem}.date-inputs,.time-inputs{display:flex;gap:.5rem}.input-wrapper{flex:1;display:flex;align-items:center;background:#f5f6fa;border:2px solid #e8e8e8;border-radius:12px;padding:0 .8rem;transition:border-color .2s}.input-wrapper:focus-within{border-color:#667eea;background:#fff}.input{flex:1;border:none;background:transparent;padding:.75rem 0;font-size:1.1rem;font-weight:600;color:#333;outline:none;width:100%;-moz-appearance:textfield}.input::-webkit-outer-spin-button,.input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input::placeholder{color:#bbb;font-weight:400}.input-suffix{font-size:.85rem;color:#888;font-weight:500;margin-left:4px}.submit-btn{width:100%;padding:1rem;margin-top:.5rem;font-size:1.1rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:14px;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #667eea66}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.result-title{font-size:1.4rem;font-weight:700;color:#333;margin-bottom:.3rem}.result-date{color:#888;font-size:.95rem;margin-bottom:1.5rem}.balls-container{display:flex;justify-content:center;align-items:center;gap:.4rem;margin-bottom:1.2rem;flex-wrap:wrap}.ball{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:inset 0 -3px 6px #00000026,0 2px 8px #0000001a}.ball-yellow{background:linear-gradient(145deg,#ffd43b,#f59f00)}.ball-blue{background:linear-gradient(145deg,#74c0fc,#1c7ed6)}.ball-red{background:linear-gradient(145deg,#ff8787,#e03131)}.ball-gray{background:linear-gradient(145deg,#adb5bd,#868e96)}.ball-green{background:linear-gradient(145deg,#69db7c,#2f9e44)}.bonus{border:2px dashed #aaa}.plus{font-size:1.3rem;font-weight:700;color:#aaa;margin:0 .2rem}.result-info{color:#666;font-size:.9rem;margin-bottom:1.5rem}.result-info strong{color:#764ba2}.retry-btn{width:100%;padding:.9rem;font-size:1rem;font-weight:600;color:#667eea;background:#f0f0ff;border:2px solid #667eea;border-radius:14px;cursor:pointer;transition:all .2s}.retry-btn:hover{background:#667eea;color:#fff}.footer{margin-top:1.5rem;color:#fff9;font-size:.8rem}@media(max-width:400px){.title{font-size:1.7rem}.form-card,.result-card{padding:1.5rem 1rem}.ball{width:40px;height:40px;font-size:.95rem}}
