*{box-sizing:border-box;padding:0;margin:0}.app-header{background:#0a0e27;padding:1rem 2rem;border-bottom:1px solid rgba(255,255,255,.1);position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:flex-start}.logo-container{gap:1rem}.logo-container,.logo-symbol{display:flex;align-items:center}.logo-symbol{width:32px;height:32px;position:relative;flex-shrink:0;justify-content:center}.logo-arm{position:absolute;width:5px;height:16px;background:#00d9ff;border-radius:2.5px;top:50%;left:50%;transform-origin:center bottom}.logo-arm,.logo-arm:first-child{transform:translate(-50%,-100%) rotate(0deg)}.logo-arm:nth-child(2){transform:translate(-50%,-100%) rotate(60deg)}.logo-arm:nth-child(3){transform:translate(-50%,-100%) rotate(120deg)}.logo-arm:nth-child(4){transform:translate(-50%,-100%) rotate(180deg)}.logo-arm:nth-child(5){transform:translate(-50%,-100%) rotate(240deg)}.logo-arm:nth-child(6){transform:translate(-50%,-100%) rotate(300deg)}.logo-text{font-size:1.5rem;font-weight:700;color:white;letter-spacing:.5px}.logo-text,body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}body,html{max-width:100vw;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}body{color:#333}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:2rem}.card{background:white;border-radius:16px;padding:2rem;box-shadow:0 10px 40px rgba(0,0,0,.1);margin-bottom:2rem}.button{background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s}.button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px rgba(102,126,234,.4)}.button:disabled{opacity:.6;cursor:not-allowed}.button.danger{background:linear-gradient(135deg,#f093fb,#f5576c)}.button.danger:hover:not(:disabled){box-shadow:0 5px 20px rgba(245,87,108,.4)}.recording-indicator{display:inline-block;width:12px;height:12px;background:#f5576c;border-radius:50%;margin-right:8px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loading{display:inline-block;width:20px;height:20px;border-radius:50%;border:3px solid rgba(102,126,234,.3);border-top-color:#667eea;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(1turn)}}.error{background:#fee;color:#c33;border-left:4px solid #c33}.error,.success{padding:1rem;border-radius:8px;margin:1rem 0}.success{background:#efe;color:#3c3;border-left:4px solid #3c3}.feedback-section{margin:1.5rem 0;padding:1rem;background:#f8f9fa;border-radius:8px}.feedback-section h3{color:#667eea;margin-bottom:.5rem;font-size:1.1rem}.feedback-section p{line-height:1.6;color:#555}.audio-player{margin-top:1rem;width:100%}.transcription{background:#f8f9fa;padding:1rem;border-radius:8px;margin:1rem 0;font-style:italic;color:#666;border-left:4px solid #667eea}.landing-container{min-height:100vh;background:#0a0e27;color:white}.landing-page{max-width:1400px;margin:0 auto;padding:4rem 2rem}.hero-section{display:flex;align-items:center;justify-content:space-between;gap:4rem;margin-bottom:6rem;min-height:500px}.hero-content{flex:1 1;max-width:600px}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:white}.hero-description{font-size:1.25rem;line-height:1.6;color:rgba(255,255,255,.9);margin-bottom:2.5rem}.language-selector-container{margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.language-label{font-size:1.1rem;color:rgba(255,255,255,.9);font-weight:500}.language-select{background:rgba(255,255,255,.1);color:white;border:2px solid rgba(255,255,255,.2);padding:.75rem 1.5rem;font-size:1rem;border-radius:8px;cursor:pointer;transition:all .2s;min-width:150px}.language-select:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3)}.language-select:focus{outline:none;border-color:#00ff88;background:rgba(255,255,255,.15)}.language-select option{background:#0a0e27;color:white}.cta-button{background:#00ff88;color:#0a0e27;border:none;padding:1.25rem 3rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,255,136,.4)}.hero-visual{flex:1 1}.hero-visual,.sound-wave{display:flex;align-items:center;justify-content:center;position:relative}.sound-wave{gap:8px;width:100%;max-width:400px;height:200px;background:linear-gradient(135deg,rgba(0,255,136,.1),rgba(100,200,255,.1));border-radius:16px;padding:20px;overflow:hidden}.sound-wave:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(0,255,136,.2) 0,transparent 50%),radial-gradient(circle at 70% 50%,rgba(100,200,255,.2) 0,transparent 50%);animation:pulse-glow 3s ease-in-out infinite}@keyframes pulse-glow{0%,to{opacity:.5}50%{opacity:1}}.wave-bar{width:12px;background:linear-gradient(0deg,#00ff88,#64c8ff);border-radius:6px;animation:wave 1.5s ease-in-out infinite}.wave-bar:first-child{animation-delay:0s;height:40px}.wave-bar:nth-child(2){animation-delay:.1s;height:80px}.wave-bar:nth-child(3){animation-delay:.2s;height:120px}.wave-bar:nth-child(4){animation-delay:.3s;height:160px}.wave-bar:nth-child(5){animation-delay:.4s;height:120px}.wave-bar:nth-child(6){animation-delay:.5s;height:80px}.wave-bar:nth-child(7){animation-delay:.6s;height:60px}.wave-bar:nth-child(8){animation-delay:.7s;height:40px}@keyframes wave{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1)}}.features-section{text-align:center;padding:4rem 0}.features-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:white}.features-subtitle{font-size:1.1rem;color:rgba(255,255,255,.8);margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.feature-card{background:rgba(255,255,255,.05);border-radius:16px;padding:2.5rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,255,136,.2)}.feature-icon{font-size:3rem;margin-bottom:1.5rem;filter:drop-shadow(0 0 10px rgba(100,200,255,.5))}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:white}.feature-description{font-size:1rem;line-height:1.6;color:rgba(255,255,255,.8)}.recording-page-container{background:#0a0e27;min-height:100vh;color:white}.recording-wrapper{max-width:1200px;margin:0 auto;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;min-height:100vh}.recording-page-title{font-size:2rem;font-weight:600;color:white;text-align:center;margin:0 0 2rem}.image-section{margin-bottom:1rem}.controls-section,.image-section{width:100%;display:flex;justify-content:center}.controls-section{margin-top:2rem}.secondary-controls-section{width:100%;display:flex;justify-content:center;margin-top:.5rem}.recording-status-section{flex-direction:column;min-height:0;gap:1.5rem}.feedback-section,.recording-status-section{width:100%;display:flex;align-items:center;justify-content:center}.feedback-section{margin-top:2rem;min-height:200px}.image-container-wrapper{margin-bottom:0}.image-topic-container{width:100%;max-width:1000px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.5);background:rgba(255,255,255,.05);min-height:450px;position:relative}.image-refresh-button,.image-topic-container{display:flex;align-items:center;justify-content:center}.image-refresh-button{position:absolute;top:1rem;right:1rem;width:44px;height:44px;background:rgba(0,0,0,.6);border:1px solid rgba(255,255,255,.2);border-radius:8px;cursor:pointer;z-index:20;color:rgba(255,255,255,.9);transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.image-refresh-button:hover:not(:disabled){background:rgba(0,0,0,.8);border-color:rgba(255,255,255,.3);color:white;transform:scale(1.05)}.image-refresh-button:active:not(:disabled){transform:scale(.95)}.image-refresh-button:disabled{opacity:.4;cursor:not-allowed}.image-refresh-button svg{width:20px;height:20px}.image-requirement-overlay{position:absolute;top:0;left:0;right:0;background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(0,0,0,.6) 70%,transparent);padding:2rem;z-index:10;display:flex;align-items:flex-start;justify-content:center}.image-requirement-text{font-size:2rem;font-weight:600;color:white;text-align:center;text-shadow:0 2px 10px rgba(0,0,0,.5);margin:0}.topic-image{width:100%;height:auto;max-height:600px;object-fit:contain;display:block;opacity:0;transition:opacity .3s ease-in-out}.topic-image.loaded{opacity:1}.image-loading{position:absolute;padding:2rem;text-align:center}.recording-page{text-align:center;padding:0;color:white;width:100%}.recording-title{font-size:2rem;font-weight:600;margin-bottom:2rem;color:white}.error-card,.feedback-card,.loading-card{background:#f0f4f8;border-radius:16px;padding:2rem;margin:0 auto;max-width:900px;border:1px solid #cbd5e0;color:#1a202c}.feedback-main-title{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:1.5rem;margin-top:0}.audio-feedback-container{margin-bottom:2rem;padding:1.5rem;background:#e6f0ff;border-radius:12px;border:1px solid #667eea}.audio-feedback-title{color:#667eea;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.play-audio-button{margin-top:.5rem;padding:.75rem 1.5rem;background:#667eea;border:1px solid #667eea;border-radius:8px;color:white;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.play-audio-button:hover{background:#5568d3;border-color:#5568d3;transform:translateY(-1px);box-shadow:0 4px 8px rgba(102,126,234,.3)}.play-audio-button:active{transform:translateY(0)}.feedback-section-collapsible{margin-bottom:1rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}.feedback-section-header{width:100%;padding:1rem 1.5rem;background:transparent;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .2s ease;text-align:left}.feedback-section-header:hover{background:#f1f5f9}.feedback-section-title{font-size:1.1rem;font-weight:600;color:#1a202c}.feedback-section-toggle{font-size:.9rem;color:#64748b;transition:transform .2s ease}.feedback-section-content{padding:0 1.5rem 1.5rem;line-height:1.6}.feedback-text-content{color:#1a202c;margin-top:.5rem}.feedback-section-preview{padding:0 1.5rem 1rem;color:#64748b;font-style:italic;font-size:.95rem}.feedback-container{width:100%;max-width:900px;margin:0 auto}.show-feedback-button{width:100%;padding:1.25rem 2rem;background:white;border:1px solid rgba(0,0,0,.1);border-radius:12px;color:#333;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}.show-feedback-button:hover{background:#f8f9fa;border-color:rgba(0,0,0,.15);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.show-feedback-button:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,.1)}.hide-feedback-button{width:100%;padding:.75rem 1.5rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-bottom:none;border-radius:12px 12px 0 0;color:#1a202c;font-size:.9rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;margin-bottom:0}.hide-feedback-button:hover{background:rgba(0,0,0,.05);color:#0a0e27}.feedback-card{border-radius:0 0 16px 16px;margin-top:0}.loading-card{text-align:center;padding:2rem;background:rgba(255,255,255,.95);border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.1);margin:0 auto;max-width:500px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.loading-spinner-large{display:inline-block;width:48px;height:48px;border-radius:50%;border:4px solid rgba(102,126,234,.2);border-top-color:#667eea;animation:spin 1s linear infinite;margin:0 auto 1.5rem}.processing-text{margin-top:0;color:#333;font-size:1.1rem;font-weight:600;line-height:1.6;letter-spacing:.3px}.error-card .error{background:rgba(255,68,68,.2);color:#ffaaaa;border-left-color:#ff4444}.recording-status{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:0;font-size:1.1rem}.recording-indicator-large{display:inline-block;width:16px;height:16px;background:#ff4444;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}.recording-text{color:#ff4444;font-weight:600}.countdown-timer{display:flex;justify-content:center;gap:1.5rem;margin-bottom:0;flex-wrap:wrap}.timer-box{background:rgba(255,255,255,.1);border-radius:12px;padding:1.5rem 2rem;min-width:100px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.timer-value{font-size:2.5rem;font-weight:700;color:white;margin-bottom:.5rem}.timer-label{font-size:.9rem;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:1px}.recording-controls{margin-top:2rem}.action-buttons-row{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap;width:100%}.secondary-button{background:rgba(255,255,255,.1);color:white;border:1px solid rgba(255,255,255,.2);padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border-radius:12px;cursor:pointer;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.secondary-button:hover:not(:disabled){background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3);transform:translateY(-2px)}.secondary-button:disabled{opacity:.5;cursor:not-allowed}.small-button{font-size:.9rem;padding:.5rem 1.25rem;opacity:.8}@media (max-width:768px){.recording-wrapper{padding:1rem;gap:1.5rem}.image-topic-container{min-height:300px;border-radius:12px}.image-requirement-text{font-size:1.5rem}.action-buttons-row{flex-direction:column;gap:1rem}.record-button,.secondary-button{width:100%;max-width:300px}.countdown-timer{gap:1rem}.timer-box{padding:1rem 1.5rem;min-width:80px}.timer-value{font-size:2rem}.recording-status-section{min-height:150px}}@media (max-width:480px){.image-requirement-text{font-size:1.2rem;padding:1rem}.image-requirement-overlay{padding:1rem}.timer-box{padding:.75rem 1rem;min-width:70px}.timer-value{font-size:1.5rem}.timer-label{font-size:.75rem}}.record-button{background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;padding:1.25rem 3rem;font-size:1.2rem;font-weight:600;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem;transition:transform .2s,box-shadow .2s}.record-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(102,126,234,.4)}.record-button.stop{background:linear-gradient(135deg,#f093fb,#f5576c)}.record-button.stop:hover{box-shadow:0 10px 30px rgba(245,87,108,.4)}.mic-icon{font-size:1.5rem}@media (max-width:768px){.hero-section{flex-direction:column;text-align:center}.hero-title{font-size:2.5rem}.features-grid{grid-template-columns:1fr}.countdown-timer{gap:1rem}.timer-box{padding:1rem 1.5rem;min-width:80px}.timer-value{font-size:2rem}}