.app{min-height:100vh;width:100%;overflow-x:hidden}.page-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;width:100%;overflow-x:hidden}.content{background:#fff;border-radius:12px;padding:40px;box-shadow:0 20px 40px #0000001a;max-width:600px;width:100%;max-width:calc(100vw - 40px);height:100%;box-sizing:border-box}.content h3{margin-bottom:5px}.text-center{text-align:center}.btn{display:flex;justify-content:center;align-items:center;padding:12px 24px;border:none;border-radius:6px;text-decoration:none;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin:8px;box-sizing:border-box}.btn-primary{background:#667eea;color:#fff}.btn-secondary{background:#696b6d;color:#fff}.btn:disabled{opacity:.6;cursor:not-allowed}.button-container{display:flex;align-items:center;justify-content:center;margin-top:30px}@media(max-width:768px){.page-container{padding:20px 10px 10px;align-items:flex-start}.content{padding:20px;margin:0;max-width:100%;width:100%;border-radius:8px}}#home,#home .content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.subtitle{margin:20px 0;text-align:center}.subtitle p{margin:8px 0;color:#555;font-size:16px}.btn-large{padding:18px 40px;font-size:18px;font-weight:700}.admin-btn{display:inline-block;color:#667eea;text-decoration:underline;font-size:14px;text-align:center;margin-top:20px}.admin-btn:hover{color:#5a6fd8}@media(max-width:768px){.btn-large{padding:15px 30px;font-size:16px;width:100%}}.question-note{color:#666;font-size:14px;margin-top:5px}.progress-bar{width:100%;height:8px;background-color:#e0e0e0;border-radius:4px;margin-bottom:30px;overflow:hidden}.progress{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;transition:width .3s ease}.navigation-buttons{display:flex;flex-direction:row-reverse;justify-content:space-between;margin-top:40px}.options{margin:30px 0}.option-label{display:flex;align-items:center;padding:15px;margin:10px 0;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s ease;width:100%;box-sizing:border-box}.option-label:hover{border-color:#667eea;background-color:#f8f9ff}.option-label input[type=checkbox],.option-label input[type=radio]{margin-right:12px;transform:scale(1.3);flex-shrink:0;cursor:pointer}.other-option{margin:10px 0;width:100%}.other-option .option-label{margin-bottom:8px}.other-input{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;font-family:inherit;margin-left:27px;max-width:calc(100% - 27px);box-sizing:border-box;margin-top:8px}.other-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.other-input:disabled{background-color:#f5f5f5;color:#999}.text-input-container{margin:30px 0}.text-input{width:100%;padding:15px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;font-family:inherit;resize:vertical;min-height:120px;box-sizing:border-box}.text-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}@media(max-width:768px){.navigation-buttons{flex-direction:column;gap:10px}.navigation-buttons .btn{margin:0;width:100%;text-align:center;padding:15px}.other-input{margin-left:0;max-width:100%;margin-top:8px}.option-label{padding:12px;font-size:14px}.options{margin:20px 0}.progress-bar{margin-bottom:20px}}.success-icon{margin-bottom:30px}.checkmark{display:inline-block;width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;font-size:40px;line-height:80px;text-align:center;margin:0 auto}.answer-id-container{background:#f8f9ff;padding:20px;border-radius:8px;margin:30px 0;border-left:4px solid #667eea}.answer-id-label{font-weight:600;color:#333;margin-bottom:8px}.answer-id{font-size:24px;font-weight:700;color:#667eea;font-family:Courier New,monospace;word-break:break-all}.auto-close-note{margin-top:20px;color:#888;font-size:14px}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Helvetica Neue,Arial,sans-serif}#root{width:100%;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}@media(max-width:768px){html,body{overflow-x:hidden;width:100%;position:relative}body{-webkit-overflow-scrolling:touch}body,html,#root{max-width:100vw;overflow-x:hidden}}
