*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans KR,sans-serif;background:#f5f5f7;color:#1a1a1a;min-height:100vh}.disclaimer{position:fixed;bottom:0;left:0;right:0;background:#fafafa;border-top:1px solid #e5e5e5;padding:8px 16px;font-size:11px;color:#888;text-align:center;z-index:100}.container{max-width:640px;margin:0 auto;padding:48px 24px 80px}.card{background:white;border-radius:12px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.05);margin-bottom:16px}.title{font-size:24px;font-weight:700;margin-bottom:8px}.subtitle{font-size:14px;color:#666;margin-bottom:24px}input[type=number],input[type=text],textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:16px;font-family:inherit}input:focus,textarea:focus{outline:none;border-color:#4f7cff}button.primary{width:100%;padding:14px;background:#4f7cff;color:white;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer}button.primary:disabled{background:#ccc;cursor:not-allowed}.code-input{font-size:32px;letter-spacing:12px;text-align:center;font-family:SF Mono,Menlo,monospace;font-weight:700}.error{color:#d32f2f;font-size:14px;margin-top:8px}.question-card{background:white;border-radius:12px;padding:20px;margin-bottom:12px;box-shadow:0 2px 6px rgba(0,0,0,.04)}.question-number{font-size:14px;font-weight:700;color:#4f7cff;margin-bottom:8px}.question-text{font-size:16px;line-height:1.6;margin-bottom:16px}.choice{display:flex;align-items:flex-start;padding:12px;border:1px solid #e5e5e5;border-radius:8px;margin-bottom:8px;cursor:pointer}.choice:hover{background:#f8f9ff}.choice.selected{background:#eef2ff;border-color:#4f7cff}.timer{position:-webkit-sticky;position:sticky;top:0;background:white;border-bottom:1px solid #e5e5e5;padding:12px 24px;font-size:15px;font-weight:600;z-index:10;display:flex;justify-content:space-between}