:root{--primary: #6750A4;--primary-light: #EADDFF;--primary-dark: #4F378B;--secondary: #625B71;--background: #FDFBFF;--surface: #FFFFFF;--surface-variant: #E7E0EC;--text-main: #1C1B1F;--text-muted: #49454F;--error: #B3261E;--success: #388E3C;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 24px;--shadow-sm: 0 2px 4px rgba(0,0,0,.05);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05)}.resume-gen-wrapper{font-family:Inter,sans-serif;color:var(--text-main);background:var(--background);display:flex;flex-direction:column;flex-grow:1}.resume-gen-wrapper *{box-sizing:border-box}.resume-gen-wrapper .glass-card{background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.5);box-shadow:var(--shadow-lg);border-radius:var(--radius-lg);padding:32px;transition:transform .2s ease,box-shadow .2s ease}.resume-gen-wrapper .form-group{margin-bottom:20px}.resume-gen-wrapper .form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:6px;color:var(--text-muted)}.resume-gen-wrapper .input-container{position:relative;display:flex;align-items:center}.resume-gen-wrapper .input-icon{position:absolute;left:12px;color:var(--primary);opacity:.7}.resume-gen-wrapper .form-input{width:100%;padding:12px 12px 12px 40px;border:2px solid var(--surface-variant);border-radius:var(--radius-md);font-family:Inter,sans-serif;font-size:1rem;transition:all .2s ease;background:var(--surface);color:var(--text-main)}.resume-gen-wrapper select.form-input{padding-left:40px}.resume-gen-wrapper .form-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-light)}.resume-gen-wrapper .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--radius-md);font-family:Outfit,sans-serif;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;border:none}.resume-gen-wrapper .btn:active{transform:scale(.98)}.resume-gen-wrapper .btn:disabled{opacity:.6;cursor:not-allowed}.resume-gen-wrapper .btn-primary{background-color:var(--primary);color:#fff}.resume-gen-wrapper .btn-primary:hover:not(:disabled){background-color:var(--primary-dark);box-shadow:0 4px 12px #6750a44d}.resume-gen-wrapper .btn-outline{background-color:transparent;color:var(--primary);border:2px solid var(--primary)}.resume-gen-wrapper .btn-outline:hover:not(:disabled){background-color:var(--primary-light)}.resume-gen-wrapper .btn-quickset{padding:4px 10px!important;font-size:.72rem!important;font-weight:500!important;line-height:1.2!important;border-radius:9999px!important;font-family:Inter,sans-serif!important;min-height:unset!important;height:auto!important}.resume-gen-wrapper .profile-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;background:linear-gradient(135deg,var(--primary-light) 0%,var(--surface) 100%);flex-grow:1}.resume-gen-wrapper .profile-card{width:100%;max-width:600px}.resume-gen-wrapper .profile-title{text-align:center;color:var(--primary);margin-bottom:8px;font-size:1.8rem}.resume-gen-wrapper .profile-subtitle{text-align:center;color:var(--text-muted);margin-bottom:32px;font-size:.95rem}.resume-gen-wrapper .form-row{display:flex;gap:16px}.resume-gen-wrapper .half{flex:1}.resume-gen-wrapper .status-text{text-align:center;font-size:.85rem;color:var(--primary-dark);font-weight:500}.resume-gen-wrapper .voice-container{display:flex;flex-direction:column;flex-grow:1}.resume-gen-wrapper .voice-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px}.resume-gen-wrapper .voice-header h2{font-size:1.25rem;color:var(--primary);margin:0}.resume-gen-wrapper .header-actions{display:flex;gap:12px}.resume-gen-wrapper .status-bar{padding:8px;text-align:center;font-weight:600;font-size:.9rem;background-color:var(--surface-variant);color:var(--text-muted);transition:all .3s ease}.resume-gen-wrapper .status-bar.listening{background-color:#c8e6c9;color:#2e7d32}.resume-gen-wrapper .status-bar.processing{background-color:#bbdefb;color:#1565c0}.resume-gen-wrapper .voice-main{flex:1;display:flex;flex-direction:column;padding:24px;max-width:800px;margin:0 auto;width:100%}.resume-gen-wrapper .controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px}.resume-gen-wrapper .lang-select{flex:1;max-width:300px}.resume-gen-wrapper .lang-select select{padding-left:12px}.resume-gen-wrapper .mic-btn{width:64px;height:64px;border-radius:50%;border:none;background:var(--surface-variant);color:var(--primary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-sm)}.resume-gen-wrapper .mic-btn.active{background:var(--error);color:#fff;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #b3261e66}70%{transform:scale(1.1);box-shadow:0 0 0 15px #b3261e00}to{transform:scale(1);box-shadow:0 0 #b3261e00}}.resume-gen-wrapper .editor-container{flex:1;display:flex;flex-direction:column;margin-bottom:24px;padding:0;overflow:hidden;min-height:300px}.resume-gen-wrapper .text-editor{flex:1;width:100%;border:none;resize:none;padding:24px;font-size:1.1rem;line-height:1.6;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.resume-gen-wrapper .text-editor:focus{outline:none;box-shadow:none}.resume-gen-wrapper .word-count{padding:12px;text-align:center;background:var(--primary-light);color:var(--primary-dark);font-weight:600;font-size:.9rem;border-radius:0 0 var(--radius-lg) var(--radius-lg)}.resume-gen-wrapper .action-buttons{display:flex;gap:16px}.resume-gen-wrapper .action-buttons .btn{flex:1}.resume-gen-wrapper .resume-btn{background-color:#e65100}.resume-gen-wrapper .resume-btn:hover:not(:disabled){background-color:#bf360c}.resume-gen-wrapper .generate-btn{padding:16px}@media(max-width:600px){.resume-gen-wrapper .form-row{flex-direction:column;gap:0}}.resume-gen-wrapper .profile-container{padding:4px 16px!important}.resume-gen-wrapper .profile-card{padding:14px 20px!important}.resume-gen-wrapper .profile-title{font-size:1.35rem!important;margin-bottom:2px!important}.resume-gen-wrapper .profile-subtitle{margin-bottom:8px!important;font-size:.85rem!important}.resume-gen-wrapper .form-group{margin-bottom:8px!important}.resume-gen-wrapper .form-label{font-size:.8rem!important;margin-bottom:3px!important}.resume-gen-wrapper .form-input{padding:6px 10px 6px 30px!important;font-size:.88rem!important}.resume-gen-wrapper select.form-input{padding-left:30px!important}.resume-gen-wrapper .input-icon{position:absolute;left:8px!important;top:50%!important;transform:translateY(-50%)!important;width:16px!important;height:16px!important}.resume-gen-wrapper .btn{padding:8px 16px!important;font-size:.9rem!important}
