:root{--theme: #1b89f7;--theme-dark: #0056b3;--bg: #b7d6f5;--w: whitesmoke;--text-2: #3b3b3b;--radius: 10px;--border: 1px solid #50505098 ;--shadow: 1px 1px 3px 2px #bbb8b898}*{margin:0;padding:0;box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-ms-overflow-style:none;scrollbar-width:none}*::-webkit-scrollbar{display:none}body{font-size:16px;line-height:1.6;color:#333;background-color:var(--bg)}h1,h2,h3,h4,h5,h6{font-weight:700;margin-bottom:10px;color:#303030}h1,h2,h3{font-weight:400}p{margin-bottom:10px}a{text-decoration:none;color:var(--theme);transition:color .3s ease-in-out}a:hover{color:var(--theme-dark);text-decoration:underline}button{padding:10px 15px;border:none;cursor:pointer;font-size:16px;border-radius:100px;transition:all .3s ease-in-out;border:1px solid transparent}button.edit-btn:disabled,button.delete-btn:disabled{background-color:#bbb7b7;color:var(--text-2);cursor:not-allowed}button.edit-btn:disabled:hover,button.delete-btn:disabled:hover{background-color:#bbb7b7;color:var(--text-2);cursor:not-allowed}button.primary{background-color:var(--theme);color:#fff}button.primary:hover{background-color:var(--theme-dark)}button.secondary{background-color:var(--w);color:var(--theme);border:1px solid var(--theme)}button.secondary:hover{background-color:var(--theme);color:var(--w)}button.delete-btn,button.edit-btn{color:red;font-size:12px;padding:5px 10px;background-color:transparent;border:var(--border)}button.delete-btn:hover{color:#f5f5f5;background-color:red;border:var(--border)}button.edit-btn{color:var(--theme)}input,textarea,select{width:100%;padding:10px;border:1px solid var(--theme);border-radius:5px;font-size:16px;margin-bottom:10px}input:focus,textarea:focus,select:focus{border-color:var(--theme);outline:none}ul,ol{margin-left:20px}ul li,ol li{margin-bottom:5px}table{width:100%;border-collapse:collapse;margin-bottom:10px}th,td{border:1px solid #ddd;padding:5px 8px;text-align:left}th{background-color:#f1f1f1;font-weight:700}img{max-width:100%;height:auto;display:block}.secondary-text{font-size:12px;color:var(--text-2)}.error-text{color:red;display:flex;gap:20px;font-size:20px}button.active{color:var(--w);background-color:var(--theme)}.secondary:disabled{background-color:#bbb7b7;color:var(--text-2);cursor:not-allowed}.secondary:disabled:hover{background-color:#bbb7b7;color:var(--text-2);cursor:not-allowed}.primary:disabled:hover{background-color:#bbb7b7;color:var(--text-2);cursor:not-allowed}.primary:disabled{background-color:#bbb7b7;color:var(--text-2);cursor:not-allowed}.red{color:red}.green{color:green}.color{color:var(--theme)}.mr-10{margin-right:10px}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.hidden{display:none}.container{width:90%;max-width:1200px;margin:0 auto;padding:20px}.hr{border-width:.1px;border-bottom:.1px solid #50505098;margin-bottom:10px}@media (max-width: 768px){body,button,input,textarea,select{font-size:14px}}.test-guide-navbar{background-color:#fff;padding:1.1rem 3rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #cbd5e1;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #00000005}.brand-logo{font-size:1.3rem;margin-right:.75rem;line-height:1;color:#1b89f7}.test-guide-container{max-width:1000px;margin:3rem auto;background-color:#fff;border-radius:8px;border:1px solid #cbd5e1;box-shadow:0 1px 3px #0000000d,0 1px 2px -1px #0000000d;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#1e293b}.test-guide-body{padding:2.5rem 3rem}.main-title{font-size:1.6rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.main-intro{font-size:.9rem;color:#475569;line-height:1.5;margin-bottom:2.5rem}.test-section{margin-bottom:2.5rem}.section-title{font-size:1.15rem;font-weight:700;color:#0f172a;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem;margin-bottom:.8rem}.section-desc{font-size:.85rem;color:#475569;margin-top:0;margin-bottom:1.2rem;line-height:1.4}.diagnostics-panel{border:1px solid #e2e8f0;border-radius:6px;background-color:#f8fafc;overflow:hidden}.diagnostic-row{padding:1.2rem 1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.diagnostic-row:not(:last-child){border-bottom:1px solid #e2e8f0}.diagnostic-info{display:flex;flex-direction:column}.diagnostic-info strong{font-size:.88rem;color:#1e293b}.diagnostic-control{display:flex;align-items:center;gap:1rem}.btn-diagnostic{padding:.4rem .9rem;border-radius:4px;border:1px solid #cbd5e1;background-color:#fff;color:#334155;font-weight:600;font-size:.78rem;cursor:pointer;transition:all .15s ease}.btn-diagnostic:hover{background-color:#f1f5f9;border-color:#94a3b8}.btn-diagnostic.granted{border-color:#86efac;color:#15803d;background-color:#f0fdf4}.btn-diagnostic.granted:hover{background-color:#dcfce7}.btn-diagnostic.denied{border-color:#fca5a5;color:#b91c1c;background-color:#fef2f2}.btn-diagnostic.denied:hover{background-color:#fee2e2}.btn-diagnostic:disabled{background-color:#f1f5f9;color:#94a3b8;border-color:#e2e8f0;cursor:not-allowed}.diagnostic-alert.error{width:100%;padding:.75rem 1rem;background-color:#fef2f2;border-left:4px solid #ef4444;border-radius:4px;color:#b91c1c;font-size:.8rem;font-weight:500;line-height:1.4}.rules-alert-panel{display:flex;flex-direction:column;gap:.8rem}.alert-item{display:flex;gap:1rem;padding:1.2rem 1.5rem;background-color:#fffbeb;border-left:4px solid #d97706;border-radius:4px;border-top:1px solid #fef3c7;border-right:1px solid #fef3c7;border-bottom:1px solid #fef3c7}.alert-bullet{font-size:1.2rem;color:#d97706;font-weight:700;line-height:1.2}.alert-text strong{display:block;font-size:.85rem;color:#78350f;margin-bottom:.2rem}.alert-text p{margin:0;font-size:.82rem;color:#92400e;line-height:1.4}.compatibility-panel{border:1px solid #e2e8f0;border-radius:6px;background-color:#f8fafc;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.compatibility-row{display:flex;flex-direction:column;gap:.25rem}.compatibility-row strong{font-size:.85rem;color:#1e293b}.compatibility-row span{font-size:.82rem;color:#475569;line-height:1.4}.structure-table{width:100%;border-collapse:collapse;margin-top:1rem;border:1px solid #e2e8f0;border-radius:4px}.structure-table th{background-color:#f1f5f9;color:#334155;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;border:1px solid #e2e8f0;padding:.75rem 1rem;text-align:left}.structure-table td{border:1px solid #e2e8f0;padding:.75rem 1rem;font-size:.82rem;color:#475569;line-height:1.4}.structure-table tr:nth-child(2n){background-color:#f8fafc}.part-cell{font-weight:800;color:#1b89f7;text-align:center;width:50px}.test-guide-footer{border-top:1px solid #cbd5e1;padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;background-color:#f8fafc;border-radius:0 0 7px 7px;gap:2rem}.footer-notice{max-width:60%;line-height:1.4}.checkbox-label span{font-size:.75rem;color:#475569;line-height:1.4;font-weight:500}.footer-actions{display:flex;gap:1rem}.btn-back{padding:.65rem 1.4rem;border-radius:4px;border:1px solid #cbd5e1;background-color:#fff;color:#475569;font-weight:600;font-size:.82rem;cursor:pointer;transition:all .15s ease;font-family:inherit}.btn-back:hover{background-color:#f1f5f9;border-color:#94a3b8}.btn-continue{padding:.65rem 1.8rem;border-radius:4px;border:none;background-color:#1b89f7;color:#fff;font-weight:600;font-size:.82rem;cursor:pointer;transition:all .15s ease;font-family:inherit;box-shadow:0 2px 4px #1b89f733}.btn-continue:hover{background-color:#0056b3;box-shadow:0 4px 10px #0056b359}@media (max-width: 768px){.test-guide-navbar{padding:1.1rem 1.5rem}.test-guide-container{margin:1.5rem}.test-guide-body{padding:1.8rem 1.5rem}.test-guide-footer{padding:1.5rem;flex-direction:column;align-items:stretch;text-align:center}.footer-notice{max-width:100%;margin-bottom:1rem}.footer-actions{flex-direction:column-reverse}.btn-back,.btn-continue{width:100%;text-align:center}}.loader-container{width:100%;display:flex;justify-content:center;margin:10px 0}.loader{width:48px;height:48px;border:5px solid #FFF;border-bottom-color:var(--theme-dark);border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.security-page-wrapper{min-height:100vh;background-color:#f8fafc;display:flex;flex-direction:column;width:100%}.security-container{max-width:900px;width:100%;margin:3rem auto;padding:0 1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.security-body-card{background-color:#fff;border-radius:8px;border:1px solid #cbd5e1;box-shadow:0 1px 3px #0000000d,0 1px 2px -1px #0000000d;padding:2.5rem 3rem}.security-title{font-size:1.6rem;font-weight:700;color:#0f172a;margin-top:0;margin-bottom:.5rem}.security-subtitle{font-size:.9rem;color:#475569;line-height:1.5;margin-top:0;margin-bottom:2rem}.error-banner{display:flex;gap:1rem;padding:1rem 1.25rem;background-color:#fee2e2;border-left:4px solid #ef4444;border-radius:4px;margin-bottom:2rem;color:#b91c1c}.alert-icon{font-weight:700;font-size:1.1rem;line-height:1.2}.alert-content p{margin:0;font-size:.82rem;font-weight:500;line-height:1.4}.alert-content p:first-child{margin-bottom:.2rem;font-weight:700}.security-checks-list{border:1px solid #e2e8f0;border-radius:6px;background-color:#f8fafc;overflow:hidden}.security-row{padding:1.2rem 1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;background-color:#f8fafc}.security-row:not(:last-child){border-bottom:1px solid #e2e8f0}.security-info{display:flex;flex-direction:column}.security-info strong{font-size:.88rem;color:#1e293b}.info-sub{font-size:.75rem;color:#64748b;margin-top:.2rem}.security-control{display:flex;align-items:center;gap:1rem}.status-badge{padding:.25rem .6rem;border-radius:4px;font-size:.75rem;font-weight:600;display:inline-flex;align-items:center}.status-badge.success{background-color:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.status-badge.error{background-color:#fee2e2;color:#b91c1c;border:1px solid #fca5a5}.status-badge.warning{background-color:#fef3c7;color:#b45309;border:1px solid #fde68a}.btn-action{padding:.4rem .9rem;border-radius:4px;border:1px solid #cbd5e1;background-color:#fff;color:#334155;font-weight:600;font-size:.78rem;cursor:pointer;transition:all .15s ease;font-family:inherit}.btn-action:hover:not(:disabled){background-color:#f1f5f9;border-color:#94a3b8}.btn-action:disabled{background-color:#f1f5f9;color:#94a3b8;border-color:#e2e8f0;cursor:not-allowed}.speech-test-btn:hover:not(:disabled){border-color:#93c5fd;color:#1d4ed8;background-color:#eff6ff}.prompt-verify-box{border-top:1px solid #e2e8f0;background-color:#fffbeb;border-left:4px solid #d97706;padding:1.5rem}.prompt-label{margin:0 0 .5rem;font-size:.8rem;font-weight:600;color:#78350f}.prompt-sentence{margin:.5rem 0;font-size:1.15rem;font-weight:700;color:#1e293b;text-align:center;font-style:italic;letter-spacing:.2px}.prompt-success-box{border-top:1px solid #e2e8f0;background-color:#f0fdf4;border-left:4px solid #10b981;padding:1.5rem}.success-message{margin:0;font-size:.85rem;font-weight:700;color:#15803d}.transcribed-text{margin:.6rem 0 0;font-size:.8rem;color:#475569}.transcribed-text strong{color:#334155}.security-actions{margin-top:2rem;display:flex;justify-content:center}@media (max-width: 768px){.test-guide-navbar{padding:1.1rem 1.5rem}.security-container{margin:1.5rem auto}.security-body-card{padding:1.8rem 1.5rem}.security-row{padding:1rem 1.2rem}.btn-continue{max-width:100%}}.fullscreen-overlay{position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:#b4b4b4;display:flex;align-items:center;justify-content:center;flex-direction:column}.rules-page-wrapper{min-height:100vh;background-color:#f8fafc;display:flex;flex-direction:column;width:100%}.test-guide-navbar{background-color:#fff;padding:1.1rem 3rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #cbd5e1;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #00000005;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.test-guide-brand{display:flex;align-items:center}.brand-name{font-weight:800;font-size:.95rem;letter-spacing:-.2px;color:#0f172a}.test-guide-mode{font-size:.72rem;font-weight:700;text-transform:uppercase;background-color:#1b89f714;color:#1b89f7;padding:.35rem .85rem;border-radius:6px;border:1px solid rgba(27,137,247,.15);letter-spacing:.5px}.disclaimer-container{max-width:1000px;width:100%;margin:3rem auto;padding:0 1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.disclaimer-body-card{background-color:#fff;border-radius:8px;border:1px solid #cbd5e1;box-shadow:0 1px 3px #0000000d,0 1px 2px -1px #0000000d;padding:2.5rem 3rem}.disclaimer-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.disclaimer-title{font-size:1.6rem;font-weight:700;color:#0f172a;margin-top:0;margin-bottom:.5rem}.disclaimer-subtitle{font-size:.9rem;color:#475569;line-height:1.5;margin-top:0;margin-bottom:0}.disclaimer-rules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem}.rule-card{display:flex;background-color:#fff;border-radius:12px;border:1px solid rgba(27,137,247,.08);box-shadow:0 4px 12px #1b89f704;padding:1.5rem;transition:all .2s ease-in-out;height:100%}.rule-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px #1b89f70d;border-color:#1b89f740}.rule-icon{margin-right:1.25rem;width:44px;height:44px;min-width:44px;border-radius:50%;background:linear-gradient(135deg,#1b89f7,#0056b3);color:#fff;display:flex;justify-content:center;align-items:center;font-size:1.25rem;box-shadow:0 4px 10px #1b89f726}.rule-icon.warning{background:linear-gradient(135deg,#ff9800,#e65100);box-shadow:0 4px 10px #ff980026}.rule-icon.warning-severe{background:linear-gradient(135deg,#ef4444,#991b1b);box-shadow:0 4px 10px #ef444426}.rule-content{flex-grow:1}.rule-content h3{margin-top:0;font-size:1.05rem;font-weight:700;margin-bottom:.5rem;color:#3b3b3b}.rule-content p{margin:0;color:#505050;font-size:.88rem;line-height:1.5}.disclaimer-agreement-box{padding:1.2rem 1.5rem;background-color:#fffbeb;border-left:4px solid #d97706;border-radius:4px;border-top:1px solid #fef3c7;border-right:1px solid #fef3c7;border-bottom:1px solid #fef3c7}.checkbox-label{display:flex;align-items:flex-start;gap:.8rem;cursor:pointer;-webkit-user-select:none;user-select:none}.agree-checkbox{width:16px;height:16px;margin-top:.15rem;cursor:pointer;accent-color:#1b89f7;flex-shrink:0}.checkbox-label span{font-size:.82rem;color:#92400e;line-height:1.4;font-weight:500}.disclaimer-actions{margin-top:2rem;display:flex;justify-content:center}.btn-continue{padding:.75rem 2.5rem;border-radius:4px;border:none;background-color:#1b89f7;color:#fff;font-weight:700;font-size:.88rem;cursor:pointer;transition:all .15s ease;font-family:inherit;box-shadow:0 2px 4px #1b89f733;width:100%;max-width:320px;text-align:center}.btn-continue:hover:not(:disabled){background-color:#0056b3;box-shadow:0 4px 10px #0056b359;transform:translateY(-1px)}.btn-continue:disabled{background-color:#cbd5e1;color:#94a3b8;cursor:not-allowed;box-shadow:none}@media (max-width: 768px){.test-guide-navbar{padding:1.1rem 1.5rem}.disclaimer-container{margin:1.5rem auto}.disclaimer-body-card{padding:1.8rem 1.5rem}.btn-continue{max-width:100%}}.part-body{height:80vh;width:100vw;padding:0 10vh}.part-body .part-header{margin:50px auto auto;display:flex;align-items:center;justify-content:space-between}.part-header h2{display:flex;gap:20px;color:var(--theme);font-size:2rem;align-items:center;justify-content:center;margin-bottom:0}.circle{height:50px;width:50px;background-color:var(--text-2);color:var(--w);padding:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:2rem}.part-body .part-box{height:55vh;background-color:#fff;margin:20px 0;border:var(--border);border-top:40px solid var(--theme);display:flex;align-items:center;justify-content:center}.part-box .speech-qa-container{height:100%;width:100%;display:flex;justify-content:center;align-items:center}.speech-qa-container .blue,.speech-qa-container .gray{height:100%;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;border:var(--border);color:var(--w)}.speech-qa-container .blue{background-color:var(--theme)}.speech-qa-container .gray{background-color:var(--text-2)}.part-box .user-input-container{width:50%;text-align:center}.part-box i{font-size:3rem;color:var(--w)}.part-box .textarea textarea{resize:none}.part-box .tutorial{height:100%;width:100%;text-align:center}.tutorial .tut-box{display:flex;gap:20px;height:100%;padding:0 20px 20px}.part-box .part-box-complete{display:flex;flex-direction:column;justify-content:center;align-items:center}.tut-box .box{width:50%}.tut-box .box h3{margin-bottom:0;text-decoration:underline;font-weight:700}.tut-box .box .color{height:70%;display:flex;align-items:center;justify-content:center;color:var(--w)}.part-body .secondary{margin-left:10px}.device-warning-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--theme);display:flex;justify-content:center;align-items:center;z-index:9999}.device-warning-content{background-color:#fff;padding:2rem;border-radius:10px;max-width:90%;text-align:center;box-shadow:0 5px 15px #0000004d}.device-warning-content h2{color:var(--theme);margin-bottom:1rem}.warning-icon{color:var(--theme);margin:1.5rem 0}.device-images{display:flex;justify-content:center;gap:2rem;margin:1.5rem 0}.device-icon{font-size:3rem}.notice{font-weight:700;margin-top:1rem;color:var(--text-2)}
