.headphone-test-page-container{max-width:1200px;margin:0 auto;padding:1rem;min-height:calc(100vh - 135px)}@media(max-width:768px){.headphone-test-page-container{padding:.75rem}}.headphone-test-page-container .page-header{text-align:center;margin-bottom:1.5rem}.headphone-test-page-container .page-header .page-title{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;letter-spacing:-.5px;transition:color .3s ease}html.dark .headphone-test-page-container .page-header .page-title{color:#f8f8f2}@media(min-width:640px){.headphone-test-page-container .page-header .page-title{font-size:2.5rem}}@media(min-width:1024px){.headphone-test-page-container .page-header .page-title{font-size:3.5rem}}.headphone-test-page-container .page-header .page-subtitle{font-size:.85rem;color:#666;max-width:500px;margin:0 auto 1rem;transition:color .3s ease}html.dark .headphone-test-page-container .page-header .page-subtitle{color:#bd93f9}@media(min-width:640px){.headphone-test-page-container .page-header .page-subtitle{font-size:1.1rem}}.headphone-test-page-container .info-box{display:flex;align-items:flex-start;gap:.75rem;background-color:#e0f2fe;color:#0c4a6e;padding:.75rem 1rem;border-radius:4px;border:1px solid #90cdf4;font-size:.9rem;margin-bottom:1.5rem;max-width:1200px;margin-left:auto;margin-right:auto}html.dark .headphone-test-page-container .info-box{background-color:#2e313d;color:#a6adbb;border-color:#44475a}.headphone-test-page-container .info-box svg{flex-shrink:0;color:#3b82f6}html.dark .headphone-test-page-container .info-box svg{color:#bd93f9}.headphone-test-page-container .info-box p{line-height:1.4;margin:0}.headphone-test-page-container .tool-section{background:#fff;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:background .3s ease,border-color .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;gap:2rem}html.dark .headphone-test-page-container .tool-section{background:#282a36;border-color:#44475a;box-shadow:0 4px 12px rgba(0,0,0,.4)}.headphone-test-page-container .test-area{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:768px}.headphone-test-page-container .test-area .headphone-test-controls h2{display:flex;align-items:center;gap:.5rem;font-size:1.4rem;color:#1a1a1a;margin-bottom:1rem}html.dark .headphone-test-page-container .test-area .headphone-test-controls h2{color:#f8f8f2}.headphone-test-page-container .test-area .headphone-test-controls .status-display{margin-bottom:.75rem;font-size:1rem;color:#1a1a1a}html.dark .headphone-test-page-container .test-area .headphone-test-controls .status-display{color:#f8f8f2}.headphone-test-page-container .test-area .headphone-test-controls .status-display strong{color:#666}html.dark .headphone-test-page-container .test-area .headphone-test-controls .status-display strong{color:#bd93f9}.headphone-test-page-container .test-area .headphone-test-controls .status-display .status-value{font-weight:600;color:#1a1a1a}html.dark .headphone-test-page-container .test-area .headphone-test-controls .status-display .status-value{color:#f8f8f2}.headphone-test-page-container .test-area .control-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem}.headphone-test-page-container .test-area .control-buttons button{padding:.8rem 1.5rem;font-size:1rem;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;background-color:#1a1a1a;color:#fff}.headphone-test-page-container .test-area .control-buttons button:hover{background-color:rgb(64.25,64.25,64.25);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.headphone-test-page-container .test-area .control-buttons button:disabled{background-color:#e0e0e0;cursor:not-allowed;transform:none;box-shadow:none;color:#666}html.dark .headphone-test-page-container .test-area .control-buttons button{background-color:#bd93f9;color:#282a36}html.dark .headphone-test-page-container .test-area .control-buttons button:hover{background-color:rgb(218.5263157895,195.3157894737,251.6842105263);box-shadow:0 4px 12px rgba(0,0,0,.4)}html.dark .headphone-test-page-container .test-area .control-buttons button:disabled{background-color:#3a3c4e;color:#a6adbb}.headphone-test-page-container .test-area .control-buttons .stop-button{background-color:#dc2626}.headphone-test-page-container .test-area .control-buttons .stop-button:hover{background-color:rgb(178.25,28.75,28.75)}html.dark .headphone-test-page-container .test-area .control-buttons .stop-button{background-color:#ef4444}html.dark .headphone-test-page-container .test-area .control-buttons .stop-button:hover{background-color:hsl(0,84.236453202%,50.1960784314%)}.headphone-test-page-container .action-buttons .reset-button{padding:.8rem 1.5rem;font-size:1rem;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;background-color:#666;color:#fff}.headphone-test-page-container .action-buttons .reset-button:hover{background-color:hsl(0,0%,30%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}html.dark .headphone-test-page-container .action-buttons .reset-button{background-color:#44475a;color:#f8f8f2}html.dark .headphone-test-page-container .action-buttons .reset-button:hover{background-color:rgb(46.0506329114,48.082278481,60.9493670886);box-shadow:0 4px 12px rgba(0,0,0,.4)}.headphone-test-page-container .ad-placeholder{background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;padding:1rem;text-align:center;font-size:.8rem;color:#64748b;margin-top:1rem;transition:background .3s ease,border-color .3s ease,color .3s ease}html.dark .headphone-test-page-container .ad-placeholder{background-color:#1a1c24;border-color:#44475a;color:#8be9fd}