@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#1e293b;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--aura-purple: #7c3aed;--aura-purple-light: #ddd6fe;--aura-purple-glow: rgba(124, 58, 237, .15);--aura-cyan: #06b6d4;--aura-cyan-glow: rgba(6, 182, 212, .15);--aura-bg: #f8fafc;--aura-card-bg: #ffffff;--aura-glass-bg: rgba(255, 255, 255, .85);--aura-shadow-soft: 0 10px 30px rgba(0, 0, 0, .03);--aura-shadow-glow: 0 0 20px var(--aura-purple-glow);--aura-radius-lg: 24px;--aura-radius-md: 16px;--aura-text-main: #1e293b;--aura-text-muted: #64748b;--motion-fast: .14s;--motion-base: .19s;--motion-slow: .26s;--motion-ease-out: cubic-bezier(.16, 1, .3, 1);--motion-ease-standard: cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}.dipli-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.34) transparent}.dipli-scrollbar:hover{scrollbar-color:rgba(124,58,237,.48) transparent}.dipli-scrollbar::-webkit-scrollbar{width:8px;height:8px}.dipli-scrollbar::-webkit-scrollbar-track{background:transparent}.dipli-scrollbar::-webkit-scrollbar-thumb{background-color:#94a3b838;border:2px solid transparent;border-radius:999px;background-clip:content-box;transition:background-color .18s ease}.dipli-scrollbar:hover::-webkit-scrollbar-thumb{background-color:#7c3aed6b}.dipli-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#7c3aed9e}body{min-height:100vh;background-color:var(--aura-bg);color:var(--aura-text-main)}.dipli-page-enter{animation:dipliPageEnter var(--motion-slow) var(--motion-ease-out) both}.dipli-section-enter{animation:dipliSectionEnter var(--motion-base) var(--motion-ease-out) both}.dipli-panel-enter{animation:dipliPanelEnter var(--motion-base) var(--motion-ease-out) both}.dipli-dropdown-enter{animation:dipliDropdownEnter var(--motion-base) var(--motion-ease-out) both;transform-origin:top}.dipli-modal-enter{animation:dipliModalEnter var(--motion-slow) var(--motion-ease-out) both}@keyframes dipliPageEnter{0%{opacity:0}to{opacity:1}}@keyframes dipliSectionEnter{0%{opacity:0}to{opacity:1}}@keyframes dipliPanelEnter{0%{opacity:0;transform:translateY(5px) scale(.995)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes dipliDropdownEnter{0%{opacity:0;transform:translateY(-6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes dipliModalEnter{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.form-section{width:100%;display:flex;flex-direction:column;gap:1rem}.form-field{width:100%;display:flex;flex-direction:column;gap:.45rem}.form-label{display:block;width:100%;text-align:left;color:#475569;font-size:.86rem;font-weight:700;line-height:1.2}.form-field.password-group,.form-field.password-group .form-label{align-items:stretch;text-align:left}.form-input-shell{position:relative;width:100%}.form-input{width:100%;min-height:48px;padding:.85rem 1rem;border:1px solid #dbe3ef;border-radius:12px;background:#fff;color:#1e293b;font:inherit;font-size:.95rem;outline:none;box-shadow:0 1px 2px #0f172a0a;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease,transform .18s ease}.form-input-shell.has-end-adornment .form-input{padding-right:3rem}.form-input:hover:not(:disabled){border-color:#c4b5fd;background:#fefcff}.form-input:focus,.form-input:focus-visible{border-color:var(--aura-purple);background:#fff;box-shadow:0 0 0 4px #7c3aed1f,0 10px 24px #7c3aed14}.form-input:-webkit-autofill,.form-input:-webkit-autofill:hover,.form-input:-webkit-autofill:focus{-webkit-text-fill-color:#1e293b;caret-color:#1e293b;border-color:#dbe3ef;box-shadow:0 0 0 1000px #fff inset,0 1px 2px #0f172a0a;transition:background-color 9999s ease-in-out 0s,color 9999s ease-in-out 0s,border-color .18s ease,box-shadow .18s ease}.form-input[aria-invalid=true]{border-color:#ef4444;box-shadow:0 0 0 4px #ef44441a}.form-input:disabled{background:#f8fafc;color:#64748b;cursor:not-allowed}.form-input::placeholder{color:#94a3b8}.form-input-adornment{position:absolute;top:50%;right:.65rem;display:inline-flex;align-items:center;justify-content:center;transform:translateY(-50%)}.form-input-adornment .toggle-password,.form-input-adornment .toggle-password-btn{position:static;width:34px;height:34px;padding:0;border:0;border-radius:10px;background:transparent;color:#94a3b8;cursor:pointer;transition:background-color .18s ease,color .18s ease,transform .18s ease}.form-input-adornment .toggle-password:hover,.form-input-adornment .toggle-password-btn:hover{background:#f5f3ff;color:var(--aura-purple);transform:scale(1.04)}.form-input-adornment .toggle-password:active,.form-input-adornment .toggle-password-btn:active{transform:scale(.98)}.form-input-adornment .toggle-password:focus-visible,.form-input-adornment .toggle-password-btn:focus-visible{outline:3px solid rgba(124,58,237,.18);outline-offset:2px}.form-hint,.form-error{margin:0;font-size:.8rem;line-height:1.35}.form-hint{color:#64748b}.form-error{color:#dc2626;font-weight:600}.form-message{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem .95rem;border-radius:12px;font-size:.86rem;font-weight:600;line-height:1.35;text-align:center}.form-message-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.form-message-success{background:#ecfdf5;color:#047857;border:1px solid #bbf7d0}.form-message-info{background:#f5f3ff;color:#6d28d9;border:1px solid #ddd6fe}.form-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;padding:.9rem 1.25rem;border:1px solid transparent;border-radius:12px;font:inherit;font-size:.92rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease}.form-button-full{width:100%}.form-button-primary{background:linear-gradient(90deg,#7c3aed,#8b5cf6);color:#fff;box-shadow:0 10px 20px #7c3aed33;background-size:140% 100%;background-position:0 50%}.form-button-secondary{background:#fff;color:#475569;border-color:#dbe3ef;box-shadow:0 4px 12px #0f172a0d}.form-button-danger{background:#ef4444;color:#fff;box-shadow:0 10px 20px #ef44442e}.form-button:hover:not(:disabled){transform:translateY(-1px)}.form-button-primary:hover:not(:disabled){box-shadow:0 14px 28px #7c3aed42;background-position:100% 50%}.form-button-secondary:hover:not(:disabled){border-color:#c4b5fd;color:var(--aura-purple)}.form-button:focus-visible{outline:3px solid rgba(124,58,237,.22);outline-offset:3px}.form-button:active:not(:disabled){transform:translateY(0)}.form-button:disabled{cursor:not-allowed;opacity:.58;transform:none;box-shadow:none}.button-spinner{flex:0 0 auto;color:currentColor;animation:spin .9s linear infinite}.button-text{display:inline-block;line-height:1}@media(max-width:640px){.form-button{width:100%}}.login-page{position:relative;display:flex;justify-content:center;align-items:center;min-height:100vh}@media(min-width:1024px){.mascot-container{display:block;left:50%;margin-left:-520px;bottom:-50px;width:420px;height:auto;animation:floatMascot 8s ease-in-out infinite;filter:drop-shadow(0 20px 30px rgba(109,40,217,.15))}.mascot-image{width:100%;height:auto;object-fit:contain}}.login-card{z-index:20;background:#ffffffbf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.8);padding:3rem 2.5rem;border-radius:24px;box-shadow:0 4px 6px -1px #0000000d,0 20px 50px -10px #8b5cf626;width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;position:relative;animation:authCardIn .36s cubic-bezier(.16,1,.3,1);transition:transform .3s ease,box-shadow .3s ease}.login-card:hover{transform:translateY(-2px)}.socials-wrapper{position:fixed;bottom:2rem;right:2rem;left:auto;z-index:100;width:60px;height:60px}.social-fab{position:absolute;bottom:0;right:0;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#6d28d9);border:none;color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 4px 15px #6d28d966;z-index:102;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s,background .3s}.social-fab:hover{transform:scale(1.1) rotate(5deg);box-shadow:0 6px 20px #6d28d999}.social-fab.active{transform:rotate(-135deg);background:#ef4444;box-shadow:0 4px 15px #ef444466}.socials-list{position:absolute;bottom:5px;right:5px;width:50px;height:50px;pointer-events:none;z-index:101}.socials-list.visible{pointer-events:auto}.social-icon-link{position:absolute;bottom:0;right:0;width:45px;height:45px;background:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 12px #00000026;opacity:0;transform:scale(.5);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.social-icon-link img{width:22px;height:22px;object-fit:contain}.social-icon-link:hover{filter:brightness(.95);box-shadow:0 8px 16px #0003}.socials-list.visible .social-icon-link:nth-child(1){opacity:1;transform:translateY(-95px) scale(1);transition-delay:.1s}.socials-list.visible .social-icon-link:nth-child(2){opacity:1;transform:translate(-45px,-80px) scale(1);transition-delay:.08s}.socials-list.visible .social-icon-link:nth-child(3){opacity:1;transform:translate(-80px,-45px) scale(1);transition-delay:.06s}.socials-list.visible .social-icon-link:nth-child(4){opacity:1;transform:translate(-95px) scale(1);transition-delay:.04s}.logo-container{margin-bottom:2.5rem;text-align:center}.login-logo{max-width:180px;height:auto}.login-form{width:100%;display:flex;flex-direction:column;gap:1.25rem}.input-group{position:relative}.input-group input{width:100%;padding:.9rem 1rem;border:1px solid #e5e7eb;border-radius:12px;font-size:.95rem;color:#374151;background-color:#fff;outline:none;transition:all .2s}.login-button{margin-top:1rem;width:100%;padding:1rem;background:linear-gradient(90deg,#7c3aed,#8b5cf6);border:none;border-radius:12px;color:#fff;font-weight:700;font-size:.95rem;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-position .26s ease;box-shadow:0 4px 12px #7c3aed4d;background-size:140% 100%;background-position:0 50%}.login-button:hover{transform:translateY(-2px);box-shadow:0 6px 15px #7c3aed66;background-position:100% 50%}.login-button-spinner{flex:0 0 auto;color:currentColor;animation:spin .9s linear infinite}.login-button-text{display:inline-block;line-height:1}.login-button:focus-visible,.social-fab:focus-visible,.forgot-link:focus-visible,.signup-link:focus-visible{outline:3px solid rgba(124,58,237,.24);outline-offset:3px}.footer-links{margin-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.8rem;width:100%}.forgot-link{font-size:.85rem;color:#6b7280;text-decoration:none;font-weight:500;transition:color .2s}.forgot-link:hover{color:#8b5cf6}.divider{width:100%;height:1px;background:#0000000d}.signup-text{font-size:.9rem;color:#4b5563}.signup-link{color:#8b5cf6;font-weight:600;text-decoration:none;position:relative;margin-left:4px}.signup-link:after{content:"";position:absolute;width:0;height:2px;bottom:-2px;left:0;background-color:#8b5cf6;transition:width .3s}.signup-link:hover:after{width:100%}@keyframes authCardIn{0%{opacity:0;transform:translate(-18px) scale(.985)}to{opacity:1;transform:translate(0) scale(1)}}@media(prefers-reduced-motion:reduce){.login-card,.mascot-container,.social-icon-link,.social-fab{animation:none;transition-duration:.01ms}}@media(max-height:700px)and (min-width:768px){.socials-wrapper{right:1.25rem;bottom:1.25rem;width:52px;height:52px}.social-fab{width:52px;height:52px}.socials-list.visible .social-icon-link:nth-child(1){transform:translateY(-82px) scale(1)}.socials-list.visible .social-icon-link:nth-child(2){transform:translate(-40px,-70px) scale(1)}.socials-list.visible .social-icon-link:nth-child(3){transform:translate(-70px,-40px) scale(1)}.socials-list.visible .social-icon-link:nth-child(4){transform:translate(-82px) scale(1)}}.register-page{position:relative;display:flex;justify-content:center;align-items:center;min-height:100vh;padding:1rem;box-sizing:border-box}.register-card{z-index:20;background:#ffffffbf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.8);padding:1.75rem 2.5rem;border-radius:24px;box-shadow:0 4px 6px -1px #0000000d,0 20px 50px -10px #8b5cf626;width:100%;max-width:450px;display:flex;flex-direction:column;align-items:center;position:relative;animation:authRegisterCardIn .36s cubic-bezier(.16,1,.3,1);transition:transform .3s ease,box-shadow .3s ease}.register-card:hover{transform:translateY(-2px)}.mascot-container{display:none;position:absolute;z-index:15;pointer-events:none}@media(min-width:1024px){.mascot-container{display:block;left:50%;margin-left:-550px;bottom:-50px;width:420px;height:auto;animation:floatMascot 8s ease-in-out infinite;filter:drop-shadow(0 20px 30px rgba(109,40,217,.15))}.mascot-image{width:100%;height:auto;object-fit:contain}}@keyframes floatMascot{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(1deg)}}.logo-container{margin-bottom:.5rem;text-align:center}.register-logo{max-width:155px;height:auto}.register-title{font-size:1.2rem;color:#7c3aed;text-align:center;margin-bottom:.5rem;font-weight:700}.register-form{width:100%;display:flex;flex-direction:column;gap:.85rem}.register-form .form-field{gap:.3rem}.register-form .form-input{min-height:42px;padding:.6rem 1rem}.register-form .form-label{font-size:.82rem}.input-group{position:relative;width:100%}.input-group input{width:100%;padding:.7rem 1rem;border:1px solid #e5e7eb;border-radius:12px;font-size:.95rem;color:#374151;background-color:#fff;outline:none;transition:all .2s;box-sizing:border-box}.input-group input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.input-group input::placeholder{color:#9ca3af}.password-group{display:flex;align-items:center}.toggle-password{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.register-button{margin-top:.5rem;width:100%;padding:.85rem;background:linear-gradient(90deg,#7c3aed,#8b5cf6);border:none;border-radius:12px;color:#fff;font-weight:700;font-size:.95rem;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-position .26s ease;box-shadow:0 4px 12px #7c3aed4d;background-size:140% 100%;background-position:0 50%}.register-button:hover{transform:translateY(-2px);box-shadow:0 6px 15px #7c3aed66;background-position:100% 50%}.register-button:focus-visible,.back-link:focus-visible{outline:3px solid rgba(124,58,237,.24);outline-offset:3px}.password-strength{display:flex;flex-direction:column;gap:.4rem;margin-top:-.5rem}.password-strength-track{width:100%;height:6px;overflow:hidden;border-radius:999px;background:#ede9fe}.password-strength-fill{display:block;height:100%;width:var(--password-strength-width, 0%);border-radius:inherit;background:var(--password-strength-color, #c4b5fd);transition:width .24s ease,background-color .24s ease}.password-strength-label{color:#64748b;font-size:.78rem;font-weight:700;text-align:right}.loading-spinner{display:flex;align-items:center;justify-content:center;gap:.75rem}.animate-spin{animation:spin 1s linear infinite}.error-message{background-color:#fef2f2;color:#ef4444;padding:.75rem;border-radius:12px;font-size:.85rem;border:1px solid #fee2e2;text-align:center;margin-bottom:.5rem}.footer-links{margin-top:.75rem;display:flex;justify-content:center;width:100%}.back-link{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#6b7280;text-decoration:none;font-weight:500;transition:color .2s}.back-link:hover{color:#8b5cf6}.success-container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;padding:2rem 0}.success-icon{color:#10b981;animation:scale-up .5s cubic-bezier(.34,1.56,.64,1)}.success-container h2{font-size:1.5rem;color:#374151;font-weight:700;margin:0}.success-container p{color:#4b5563;font-size:.95rem;line-height:1.5;margin:0}@keyframes scale-up{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes authRegisterCardIn{0%{opacity:0;transform:translate(18px) scale(.985)}to{opacity:1;transform:translate(0) scale(1)}}@media(prefers-reduced-motion:reduce){.register-card,.mascot-container,.success-icon{animation:none;transition-duration:.01ms}}.modal-overlay{position:fixed;inset:0;background:radial-gradient(circle at 50% 28%,rgba(124,58,237,.16),transparent 34%),#0f172a7a;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn var(--motion-base) var(--motion-ease-out)}.modal-content{background:linear-gradient(180deg,#fffffffa,#fffffff2),#fff;padding:2rem;border:1px solid rgba(226,232,240,.95);border-radius:24px;width:90%;max-width:430px;max-height:90vh;display:flex;flex-direction:column;position:relative;box-shadow:0 30px 80px #0f172a3d,0 12px 24px #7c3aed14,inset 0 1px #ffffffd9;animation:dipliModalEnter var(--motion-slow) var(--motion-ease-out) both}.modal-close-btn{position:absolute;top:1.25rem;right:1.25rem;background:none;border:none;color:#94a3b8;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s}.modal-close-btn:hover{background-color:#f1f5f9;color:#64748b}.modal-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:1.25rem;gap:1rem}.modal-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #0f172a14}.modal-icon.danger{background:linear-gradient(135deg,#fff1f2,#ffe4e6);color:#ef4444}.modal-icon.info{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);color:#7c3aed}.modal-icon.success{background:linear-gradient(135deg,#f5f3ff,#ecfdf5);color:#7c3aed}.modal-header h2{font-size:1.35rem;color:#1e293b;margin:0;font-weight:800;line-height:1.2}.modal-body{text-align:center;margin-bottom:1.75rem;overflow-y:auto;flex:1}.modal-message{color:#64748b;font-size:.95rem;line-height:1.65}.modal-body p{color:#64748b;font-size:.95rem;line-height:1.65;margin:0}.modal-message-stack{display:block}.modal-critical-text{color:#dc2626;font-weight:700}.modal-footer{display:flex;gap:.85rem;background:transparent;border-top:none}.modal-footer button{flex:1;min-height:44px;padding:.78rem 1rem;border-radius:14px;font-weight:700;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .16s ease;border:none}.btn-secondary{background-color:#fff;color:#475569;border:1px solid #e2e8f0!important;box-shadow:0 2px 8px #0f172a0a}.btn-secondary:hover{background-color:#f8fafc;color:#334155;border-color:#cbd5e1!important;transform:translateY(-1px)}.btn-secondary:focus-visible,.btn-primary:focus-visible{outline:3px solid rgba(124,58,237,.22);outline-offset:2px}.btn-secondary:active,.btn-primary:active{transform:translateY(0)}.modal-footer button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.btn-primary.danger{background-color:#ef4444;color:#fff;box-shadow:0 4px 6px -1px #ef444433}.btn-primary.danger:hover{background-color:#dc2626!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d!important}.btn-primary.info{background-color:#7c3aed;color:#fff;box-shadow:0 4px 6px -1px #7c3aed33}.btn-primary.info:hover{background-color:#6d28d9;transform:translateY(-1px)}.btn-primary.success{background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;box-shadow:0 10px 20px #7c3aed3d}.btn-primary.success:hover{background:linear-gradient(135deg,#6d28d9,#5b21b6);transform:translateY(-1px);box-shadow:0 14px 28px #7c3aed47}.validation-checkbox-container{display:flex;align-items:flex-start;gap:.75rem;margin-top:1.25rem;padding:.95rem 1rem;text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;color:#475569;font-size:.9rem;font-weight:600;line-height:1.45;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.validation-checkbox-container:hover{background:#f5f3ff;border-color:#ddd6fe;box-shadow:0 8px 20px #7c3aed14}.validation-checkbox-container input[type=checkbox]{width:18px;height:18px;margin-top:.1rem;accent-color:#7c3aed;cursor:pointer}.validation-checkbox-container input[type=checkbox]:focus-visible{outline:3px solid rgba(124,58,237,.25);outline-offset:2px}.validation-checkbox-container:has(input:checked){background:#f5f3ff;border-color:#c4b5fd}.processing-loader{display:flex;align-items:center;justify-content:center;gap:.65rem;margin-top:1rem;color:#7c3aed;font-size:.9rem;font-weight:700}.validate-matrix-modal{width:min(430px,calc(100vw - 32px));max-height:calc(100dvh - 32px);padding:1.45rem 1.75rem 1.55rem}.validate-matrix-modal .modal-header{gap:.7rem;margin-bottom:.85rem}.validate-matrix-modal .modal-icon{width:52px;height:52px}.validate-matrix-modal .modal-header h2{font-size:1.28rem}.validate-matrix-modal .modal-body{flex:0 1 auto;margin-bottom:1.15rem;overflow-y:visible}.validate-matrix-modal .modal-message{font-size:.92rem;line-height:1.55}.validate-matrix-modal .validation-checkbox-container{margin-top:.9rem;padding:.78rem .95rem;border-radius:14px}.validate-matrix-modal .modal-footer{gap:.75rem}.validate-matrix-modal .modal-footer button{min-height:42px;padding:.68rem .95rem}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-input-container{margin-top:1.5rem;width:100%}.modal-input{width:100%;padding:.75rem 1rem;border-radius:12px;border:1px solid #e2e8f0;background-color:#fff;color:#1e293b;font-size:1rem;transition:all .2s;box-sizing:border-box}.modal-input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.modal-input.error{border-color:#ef4444}.modal-error-text{color:#ef4444;font-size:.8125rem;margin-top:.5rem;text-align:left}.create-project-modal{width:min(500px,calc(100vw - 32px));max-height:calc(100dvh - 32px);padding:1.45rem 1.6rem}.create-project-modal .modal-header{gap:.55rem;margin-bottom:.75rem}.create-project-modal .modal-icon{width:48px;height:48px}.create-project-modal .modal-body{flex:0 1 auto;margin-bottom:1rem;overflow:visible}.create-project-modal .modal-message{font-size:.93rem;line-height:1.5}.create-project-form{display:flex;flex-direction:column;gap:.78rem;margin-top:.95rem}.create-project-field{display:flex;flex-direction:column;gap:.5rem;text-align:left}.create-project-field label,.create-project-label{color:#475569;font-size:.8rem;font-weight:800;letter-spacing:.035em;text-transform:uppercase}.create-project-form .modal-input,.create-project-form .custom-select-trigger{height:50px;border-color:#dbe3ef;border-radius:14px;box-shadow:0 1px 2px #0f172a0a}.create-project-form .modal-input:hover,.create-project-form .custom-select-trigger:hover{border-color:#c4b5fd;background:#fefcff}.create-project-form .custom-select-container.open .custom-select-trigger,.create-project-form .modal-input:focus{border-color:var(--aura-purple);box-shadow:0 0 0 4px #7c3aed1f,0 10px 24px #7c3aed14}.create-project-modal .modal-footer{gap:.75rem;margin-top:.25rem}.create-project-modal .modal-footer button{min-height:42px;border-radius:13px}.analysis-confirm-modal{width:min(460px,calc(100vw - 32px));max-width:460px;max-height:calc(100vh - 32px);padding:1.35rem}.analysis-confirm-modal .modal-header{gap:.65rem;margin-bottom:.85rem}.analysis-confirm-modal .modal-icon{width:46px;height:46px}.analysis-confirm-modal .modal-header h2{font-size:1.18rem}.analysis-confirm-modal .modal-body{margin-bottom:1rem;text-align:left;padding-right:.15rem}.analysis-confirm-modal .modal-message{font-size:.9rem;line-height:1.5}.analysis-confirm-copy{display:flex;flex-direction:column;gap:.85rem}.analysis-confirm-copy p{margin:0;text-align:left}.analysis-confirm-copy .analysis-confirm-critical{color:#b91c1c;font-size:.84rem;font-weight:750;line-height:1.42;text-wrap:pretty}.analysis-confirm-checkbox.validation-checkbox-container{margin-top:.9rem;padding:.75rem .85rem;border-radius:14px;font-size:.84rem;line-height:1.35}.analysis-confirm-modal .modal-footer{gap:.7rem}.analysis-confirm-modal .modal-footer button{min-height:42px;padding:.68rem .9rem;border-radius:12px}.analysis-confirm-modal .btn-primary.success:disabled{background:#e9d5ff;color:#8b5cf6;opacity:.72}@media(max-width:480px){.validate-matrix-modal{width:calc(100vw - 32px);padding:1.1rem;border-radius:20px}.validate-matrix-modal .modal-body{overflow-y:auto}.validate-matrix-modal .modal-footer{display:grid;grid-template-columns:1fr}.analysis-confirm-modal{width:calc(100vw - 32px);padding:1rem;border-radius:20px}.analysis-confirm-modal .modal-header{margin-bottom:.7rem}.analysis-confirm-modal .modal-body{margin-bottom:.85rem}.analysis-confirm-modal .modal-footer{display:grid;grid-template-columns:1fr}.analysis-confirm-modal .modal-footer button{width:100%}}.user-avatar-container{position:relative;display:flex;align-items:center}.avatar-trigger{display:flex;align-items:center;justify-content:center;gap:.75rem;min-width:44px;min-height:44px;padding:.5rem;background:transparent;border:1px solid transparent;border-radius:50px;cursor:pointer;transition:all .2s ease}.avatar-trigger:hover,.avatar-trigger.active{background-color:#f1f5f9}.avatar-trigger:focus-visible{outline:3px solid rgba(124,58,237,.22);outline-offset:2px}.avatar-trigger.non-interactive{cursor:default;pointer-events:none;background-color:transparent}.avatar-circle{width:32px;height:32px;background-color:#7c3aed;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;box-shadow:0 4px 6px -1px #7c3aed33;transition:transform .2s ease}.avatar-trigger:hover .avatar-circle{transform:scale(1.05)}.user-info-text{display:flex;align-items:center;gap:.5rem}.user-name-short{font-size:.85rem;font-weight:600;color:#475569}.chevron-icon{color:#94a3b8;transition:transform .3s ease}.avatar-dropdown-menu{position:absolute;top:calc(100% + 10px);right:0;width:240px;background-color:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000000d;padding:.75rem;z-index:2200;animation:dropdownPop .2s cubic-bezier(.16,1,.3,1)}@keyframes dropdownPop{0%{opacity:0;transform:scale(.95) translateY(-5px)}to{opacity:1;transform:scale(1) translateY(0)}}.dropdown-header{padding:.75rem 1rem;display:flex;flex-direction:column;align-items:flex-start}.dropdown-user-name{font-size:.95rem;font-weight:700;color:#0f172a;text-align:left;width:100%}.dropdown-user-email{font-size:.75rem;color:#64748b;word-break:break-all;text-align:left;width:100%}.dropdown-divider{height:1px;background-color:#f1f5f9;margin:.5rem 0}.dropdown-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#475569;font-size:.9rem;font-weight:500;text-decoration:none;border:none;background:transparent;border-radius:10px;cursor:pointer;transition:all .2s ease;text-align:left}.dropdown-item:focus-visible{outline:3px solid rgba(124,58,237,.22);outline-offset:2px}.dropdown-item svg{color:#94a3b8;transition:color .2s}.logout-item{color:#ef4444}.dropdown-item.logout-item:hover{background-color:#fef2f2!important;color:#dc2626!important}.dropdown-item.logout-item:hover svg{color:#dc2626!important}.language-selector-container{position:relative;display:flex;align-items:center}.language-trigger{display:flex;align-items:center;justify-content:center;gap:.5rem;min-width:82px;min-height:40px;padding:.45rem .65rem;background:#fff;border:1px solid #dbe3ef;border-radius:12px;cursor:pointer;transition:background-color var(--motion-base) ease,border-color var(--motion-base) ease,box-shadow var(--motion-base) ease,color var(--motion-base) ease;color:#64748b;box-shadow:0 1px 2px #0f172a0a}.language-selector--header .language-trigger{min-width:86px}.language-selector--auth .language-trigger{width:96px;min-width:96px;height:60px;min-height:60px;padding:0 1rem;gap:.55rem;border-radius:999px;background:#ffffffe6;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 14px 32px #581c8729}.language-trigger:hover,.language-trigger.active{background-color:#fefcff;border-color:#c4b5fd;color:#7c3aed}.language-trigger:focus-visible{outline:3px solid rgba(124,58,237,.22);outline-offset:2px}.language-selector--auth .language-flag{width:24px;height:16px}.language-flag{width:22px;height:15px;flex:0 0 auto;border-radius:4px;object-fit:cover;box-shadow:0 0 0 1px #0f172a14}.language-selector--header .language-label,.language-selector--auth .language-label{display:none}.language-label{color:#5b21b6;font-size:.86rem;font-weight:800;line-height:1}.chevron-icon{opacity:.6;transition:transform .2s ease}.chevron-icon.rotate{transform:rotate(180deg)}.language-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:190px;background-color:#fff;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 18px 42px -12px #581c873d,0 10px 18px -12px #0f172a2e;padding:.5rem;z-index:2200;animation:languageDropdownPop var(--motion-fast) var(--motion-ease-out)}.language-selector--auth .language-dropdown{bottom:calc(100% + 10px);top:auto;right:0}@keyframes languageDropdownPop{0%{opacity:0;transform:scale(.95) translateY(-5px)}to{opacity:1;transform:scale(1) translateY(0)}}.language-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.65rem .75rem;color:#475569;font-size:.88rem;font-weight:600;border:none;background:transparent;border-radius:10px;cursor:pointer;transition:all .2s ease;text-align:left;position:relative}.language-item:hover{background-color:#f8fafc;color:#7c3aed}.language-item.selected{color:#7c3aed;background-color:#f5f3ff}.lang-name{flex:1}.selected-indicator{width:6px;height:6px;background-color:#7c3aed;border-radius:50%}@media(max-width:768px){.language-dropdown{right:0;z-index:1002}}@media(max-width:640px){.language-selector--compact-mobile .language-trigger{min-width:52px;width:52px;padding:.65rem}.language-selector--compact-mobile .language-label,.language-selector--compact-mobile .chevron-icon{display:none}}.language-selector--auth.language-selector--compact-mobile .language-trigger{width:96px;min-width:96px;height:60px;min-height:60px}@media(max-height:700px)and (min-width:768px){.language-selector--auth .language-trigger,.language-selector--auth.language-selector--compact-mobile .language-trigger{width:78px;min-width:78px;height:52px;min-height:52px;padding:0 .8rem;gap:.45rem}.language-selector--auth .language-flag{width:22px;height:15px}.language-selector--auth .chevron-icon{width:12px;height:12px}}.notifications-container{position:absolute;top:calc(100% + 12px);right:-10px;width:390px;max-height:520px;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000001f,0 0 0 1px #94a3b826;display:flex;flex-direction:column;z-index:2200;overflow:hidden;transform-origin:top right;animation:notifSlideIn .22s cubic-bezier(.16,1,.3,1)}@keyframes notifSlideIn{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.notifications-header{padding:12px 16px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;gap:12px;background:linear-gradient(135deg,#fafbff,#f8fafc);flex-shrink:0;flex-wrap:wrap}.header-left{display:flex;align-items:center;gap:8px;flex-shrink:0}.notifications-header h3{margin:0;font-size:.9375rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}.header-filters{display:flex;align-items:center;gap:6px;flex-shrink:0}.unread-count-pill{background:linear-gradient(135deg,#7c3aed,#6366f1);color:#fff;padding:3px 10px;border-radius:99px;font-size:.7rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.type-filter-dropdown,.date-filter-dropdown{position:relative}.filter-icon-btn{width:32px;height:32px;padding:0;background:transparent;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.filter-icon-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}.filter-icon-btn:focus{outline:2px solid rgba(124,58,237,.3);outline-offset:0}.filter-type-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #00000014;z-index:2300;overflow:hidden;min-width:140px;animation:dropdownSlideDown .15s ease}.dropdown-filter-item{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .12s ease;background:transparent;border:none;width:100%;text-align:left;font-size:.8rem;color:#64748b}.dropdown-filter-item:hover{background:#f8fafc}.dropdown-filter-checkbox{appearance:none;-webkit-appearance:none;width:16px;height:16px;flex-shrink:0;margin:0;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;display:inline-grid;place-content:center;transition:background .12s ease,border-color .12s ease}.dropdown-filter-checkbox:before{content:"";width:9px;height:9px;transform:scale(0);transition:transform .12s ease;background-color:#fff;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.dropdown-filter-checkbox:checked{background:#7c3aed;border-color:#7c3aed}.dropdown-filter-checkbox:checked:before{transform:scale(1)}.dropdown-filter-checkbox:focus-visible{outline:2px solid rgba(124,58,237,.4);outline-offset:1px}.dropdown-filter-item[data-type=success] span{color:#16a34a}.dropdown-filter-item[data-type=error] span{color:#dc2626}.dropdown-filter-item[data-type=warning] span{color:#d97706}.dropdown-filter-item[data-type=info] span{color:#0284c7}.dropdown-filter-item input:checked+span{font-weight:600}.dropdown-filter-divider{height:1px;background:#f1f5f9;margin:4px 0}.dropdown-filter-all-btn{width:100%;padding:8px 12px;background:transparent;border:none;text-align:left;font-size:.8rem;color:#7c3aed;cursor:pointer;transition:background .12s ease;font-weight:500}.dropdown-filter-all-btn:hover{background:#f5f3ff}.filter-date-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #00000014;z-index:2300;overflow:hidden;min-width:140px;animation:dropdownSlideDown .15s ease}.notifications-list{flex:1;overflow-y:auto;padding:6px 0}.notifications-list::-webkit-scrollbar{width:4px}.notifications-list::-webkit-scrollbar-track{background:transparent}.notifications-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.notification-item{padding:13px 18px 13px 15px;display:flex;align-items:center;gap:13px;cursor:pointer;transition:background .15s ease;border-left:3px solid transparent;position:relative;background:transparent}.notification-item:hover{background-color:#fafbfc}.notification-item:focus-visible{outline:3px solid rgba(124,58,237,.22);outline-offset:-3px;background-color:#fafbfc}.notification-item.unread{background-color:transparent;border-left-color:#7c3aed}.notification-item.unread:hover{background-color:#fafbfc}.notification-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notification-icon.success{background-color:#dcfce7;color:#16a34a}.notification-icon.error{background-color:#fee2e2;color:#dc2626}.notification-icon.warning{background-color:#fef3c7;color:#d97706}.notification-icon.info{background-color:#e0f2fe;color:#0284c7}.notification-content{flex:1;min-width:0}.notification-title{font-size:.845rem;font-weight:600;color:#1e293b;margin-bottom:3px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notification-item.unread .notification-title{color:#0f172a}.notification-project{font-size:.75rem;color:#64748b;margin-bottom:4px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notification-item.unread .notification-project{color:#7c3aed;font-weight:500}.notification-meta{display:flex;align-items:center;gap:6px;margin-top:2px}.notification-time{font-size:.7rem;color:#94a3b8;font-weight:500}.notification-unread-dot{width:5px;height:5px;background:#7c3aed;border-radius:50%;flex-shrink:0}.notifications-empty{padding:48px 20px;text-align:center;color:#cbd5e1;display:flex;flex-direction:column;align-items:center;gap:10px}.notifications-empty p{margin:0;font-size:.845rem;color:#94a3b8;font-weight:500}.notifications-footer{padding:10px 16px;border-top:1px solid #f1f5f9;text-align:center;background:#fafbff;flex-shrink:0}.btn-mark-all{background:transparent;border:none;color:#7c3aed;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s;padding:4px 10px;border-radius:8px}.btn-mark-all:hover{background:#f5f3ff;color:#6d28d9}@media(max-width:768px){.notifications-container{position:fixed;top:72px;right:1rem;left:1rem;width:auto;max-height:min(520px,calc(100vh - 96px));border-radius:18px;transform-origin:top right}}.filter-checkboxes{display:flex;flex-wrap:wrap;gap:8px}.filter-checkboxes-inline{display:flex;align-items:center;gap:6px}.filter-checkbox-label{display:flex;align-items:center;gap:5px;cursor:pointer;-webkit-user-select:none;user-select:none}.filter-checkbox{width:14px;height:14px;accent-color:#7c3aed;cursor:pointer}.checkbox-text{font-size:.75rem;font-weight:500;color:#64748b;transition:color .15s ease}.filter-checkboxes-inline .checkbox-text{font-size:.7rem}.filter-checkbox:checked+.checkbox-text{color:#7c3aed;font-weight:600}.checkbox-text.type-success{color:#16a34a}.filter-checkbox:checked+.checkbox-text.type-success{color:#15803d}.checkbox-text.type-error{color:#dc2626}.filter-checkbox:checked+.checkbox-text.type-error{color:#b91c1c}.checkbox-text.type-warning{color:#d97706}.filter-checkbox:checked+.checkbox-text.type-warning{color:#b45309}.checkbox-text.type-info{color:#0284c7}.filter-checkbox:checked+.checkbox-text.type-info{color:#0369a1}.date-dropdown-wrapper{position:relative}.date-dropdown-button{padding:5px 8px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.75rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;gap:4px;white-space:nowrap}.date-dropdown-button:hover{border-color:#cbd5e1;background:#f8fafc}.date-dropdown-button:focus{outline:2px solid rgba(124,58,237,.3);outline-offset:0}.chevron-open{transform:rotate(180deg);transition:transform .15s ease}.date-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #00000014;z-index:2300;overflow:hidden;animation:dropdownSlideDown .15s ease}@keyframes dropdownSlideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.date-dropdown-item{width:100%;padding:8px 12px;background:transparent;border:none;text-align:left;font-size:.8rem;color:#64748b;cursor:pointer;transition:all .12s ease}.date-dropdown-item:hover{background:#f8fafc;color:#1e293b}.date-dropdown-item.active{background:#f5f3ff;color:#7c3aed;font-weight:600}.notification-category-badge{display:inline-block;padding:3px 8px;background:#f1f5f9;border-radius:4px;font-size:.7rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.01em;margin-bottom:4px}.notification-category-badge.notification-stage{background-color:#f1f5f9;color:#475569;padding:4px 8px;border-radius:3px;font-size:12px;font-weight:500}.notification-item.type-success{border-left-color:#16a34a;background-color:#f0fdf4}.notification-item.type-error{border-left-color:#dc2626;background-color:#fef2f2}.notification-item.type-warning{border-left-color:#d97706;background-color:#fffbeb}.notification-item.type-info{border-left-color:#0284c7;background-color:#f0f9ff}.notification-item.unread.type-success{border-left-color:#16a34a}.notification-item.unread.type-error{border-left-color:#dc2626}.notification-item.unread.type-warning{border-left-color:#d97706}.notification-item.unread.type-info{border-left-color:#0284c7}@media(max-width:600px){.notifications-header{flex-direction:column;align-items:flex-start}.header-filters{width:100%;gap:8px}.filter-checkboxes-inline{flex-wrap:wrap}.date-dropdown-wrapper{min-width:120px}}@media(max-width:420px){.notifications-container{top:68px;right:.75rem;left:.75rem}.notifications-header,.notification-item{padding:12px}.checkbox-text{font-size:.65rem}.date-dropdown-button{font-size:.7rem;padding:4px 6px}}.tutorials-menu-container{position:relative;display:flex;align-items:center}.tutorials-trigger{display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:40px;padding:.55rem .85rem;background-color:transparent;border:1px solid transparent;border-radius:12px;color:#475569;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.tutorials-trigger:hover,.tutorials-trigger.active{background-color:#f5f3ff;border-color:#ddd6fe;color:#7c3aed}.tutorials-trigger:focus-visible{outline:3px solid rgba(124,58,237,.22);outline-offset:2px}.tutorials-trigger .chevron{transition:transform .3s ease;opacity:.6}.tutorials-trigger .chevron.rotate{transform:rotate(180deg)}.tutorials-mega-menu{position:absolute;top:calc(100% + 12px);left:0;width:min(840px,calc(100vw - 4rem));max-height:min(620px,calc(100vh - 96px));overflow-y:auto;background-color:#fff;border-radius:24px;border:1px solid #e2e8f0;box-shadow:0 25px 50px -12px #7c3aed26;padding:2rem;z-index:2200;transform-origin:top left;animation:menuPop .2s cubic-bezier(.16,1,.3,1)}@keyframes menuPop{0%{opacity:0;transform:scale(.98) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.mega-menu-content{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.mega-menu-column{display:flex;flex-direction:column;min-width:0}.mega-menu-column h3{font-size:1.15rem;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.01em;white-space:nowrap}.category-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;min-height:48px}.category-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:#f5f3ff;color:#7c3aed;border-radius:8px}.tutorial-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.tutorial-links li a{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:#64748b;font-size:.875rem;font-weight:500;transition:all .2s ease;padding:.4rem .6rem;border-radius:6px;margin-left:-.6rem}.tutorial-links li a:hover{background-color:#f8fafc;color:#7c3aed;transform:translate(4px)}.video-icon{opacity:.5}.tutorial-links li a:hover .video-icon{opacity:1}.mega-menu-footer{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #f1f5f9}.mega-menu-footer a{display:inline-flex;align-items:center;justify-content:center;padding:.65rem .9rem;color:#7c3aed;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:12px;font-size:.86rem;font-weight:800;text-decoration:none;transition:all .2s ease}.mega-menu-footer a:hover,.mega-menu-footer a:focus-visible{background:#ede9fe;transform:translateY(-1px);outline:none}@media(max-width:768px){.tutorials-menu-container{width:100%;align-items:stretch}.tutorials-trigger{width:100%;justify-content:space-between;padding:.7rem .8rem;background:#fff;border-color:#e2e8f0;border-radius:12px}.tutorials-mega-menu{position:static;width:100%;margin-top:.65rem;padding:.8rem;border-radius:16px;box-shadow:none;animation:menuPop .18s cubic-bezier(.16,1,.3,1)}.mega-menu-content{grid-template-columns:1fr;gap:1rem}.category-header{margin-bottom:.65rem;min-height:auto}.mega-menu-column h3{font-size:.95rem}.tutorial-links{gap:.35rem}}@media(max-width:1180px)and (min-width:769px){.tutorials-mega-menu{width:min(720px,calc(100vw - 2.5rem));padding:1.5rem}.mega-menu-content{gap:1.25rem}.mega-menu-column h3{font-size:1rem}}.main-header{display:flex;justify-content:stretch;align-items:center;padding:0 2rem;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);height:68px;flex-shrink:0;border-bottom:1px solid rgba(226,232,240,.85);width:100%;position:sticky;top:0;z-index:900;box-shadow:0 10px 30px #0f172a09;font-family:inherit}.header-content{width:100%;max-width:none;display:flex;justify-content:space-between;align-items:center;gap:1.25rem}.header-left,.header-right,.header-brand-group,.header-navbar,.header-desktop-actions{display:flex;align-items:center}.header-left{gap:1rem;min-width:0;flex:1 1 auto;overflow:visible}.header-brand-group{gap:.9rem;min-width:0;flex:0 0 auto;max-width:none}.header-logo-container{display:flex;align-items:center;padding:.2rem .25rem;border-radius:14px;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;cursor:pointer;flex:0 0 auto}.header-logo-container:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:0 8px 18px #7c3aed14}.header-logo-container:focus-visible,.notification-bell:focus-visible,.mobile-menu-trigger:focus-visible{outline:3px solid rgba(124,58,237,.22);outline-offset:2px}.header-logo-img{height:48px;width:auto;object-fit:contain}.header-nav,.header-desktop-nav{display:flex;align-items:center;min-width:0;flex:0 0 auto}.header-right{gap:.6rem;justify-content:flex-end;flex:0 0 auto;margin-left:auto}.header-desktop-actions{gap:.6rem}.header-right-divider{width:1px;height:24px;background:linear-gradient(180deg,transparent,#e2e8f0,transparent)}.notification-bell-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.notification-bell{width:42px;height:42px;background:transparent;border:1px solid transparent;padding:0;border-radius:12px;color:#64748b;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .16s ease}.notification-bell:hover,.notification-bell.active{background-color:#f5f3ff;border-color:#ddd6fe;color:#7c3aed;box-shadow:0 8px 18px #7c3aed14}.notification-bell:active{transform:translateY(1px)}.notification-bell.active{transform:translateY(-1px)}.notification-badge{position:absolute;top:-3px;right:-3px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.65rem;font-weight:800;min-width:17px;height:17px;border-radius:99px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #ffffff;box-shadow:0 4px 10px #ef44443d}.header-mobile-menu{display:none;position:relative}.mobile-menu-trigger{width:40px;height:40px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .16s ease}.mobile-menu-trigger:hover,.mobile-menu-trigger.active{background:#f5f3ff;border-color:#ddd6fe;color:#7c3aed;box-shadow:0 8px 18px #7c3aed14}.mobile-menu-trigger:active{transform:translateY(1px)}.mobile-header-panel{position:absolute;top:calc(100% + 12px);right:0;width:min(320px,calc(100vw - 2rem));padding:.85rem;background:#fffffffa;border:1px solid rgba(226,232,240,.95);border-radius:20px;box-shadow:0 22px 60px #0f172a24,0 8px 20px #7c3aed14;z-index:2200;transform-origin:top right;animation:mobileHeaderPanelIn .2s cubic-bezier(.16,1,.3,1)}.mobile-header-section{padding:.75rem;border-radius:14px;background:transparent;border:1px solid #f1f5f9}.mobile-header-section+.mobile-header-section{margin-top:.65rem}.mobile-header-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.mobile-header-label{font-size:.75rem;font-weight:800;text-transform:uppercase;color:#94a3b8;letter-spacing:.06em}.mobile-tutorials-link{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:.65rem;padding:.75rem .85rem;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:12px;font-size:.92rem;font-weight:700;text-decoration:none;transition:all .2s ease}.mobile-tutorials-link:after{content:"Abrir";color:#7c3aed;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.mobile-tutorials-link:hover,.mobile-tutorials-link:focus-visible{color:#7c3aed;background:#f5f3ff;border-color:#ddd6fe;outline:none}@keyframes mobileHeaderPanelIn{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:1024px){.main-header{padding:0 1.25rem}.header-left{gap:.75rem}}@media(max-width:768px){.main-header{height:64px;padding:0 1rem}.header-logo-img{height:44px}.header-nav,.header-desktop-nav,.header-desktop-actions{display:none}.header-brand-group{gap:.65rem}.header-mobile-menu{display:flex}.header-right{gap:.45rem}.notification-bell{width:40px;height:40px}}@media(max-width:420px){.main-header{padding:0 .75rem}.header-logo-img{height:40px}.header-brand-group{gap:.5rem}.mobile-header-panel{right:-.25rem}}.home-container{display:flex;flex-direction:column;width:100%;max-width:100%;min-width:0;height:100vh;background-color:#f8fafc;font-family:Inter,sans-serif;overflow-x:hidden;overflow-y:hidden}.main-content{flex:1;display:flex;flex-direction:column;width:100%;max-width:100%;min-width:0;overflow-x:hidden;overflow-y:hidden}.page-content{flex:1;padding:2rem 0;overflow-x:hidden;overflow-y:hidden;display:flex;flex-direction:column;width:92%;max-width:1600px;min-width:0;margin:0 auto}.custom-select-container{position:relative;width:100%;-webkit-user-select:none;user-select:none}.custom-select-trigger{display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;background:#fff;border:1px solid #dbe3ef;border-radius:14px;padding:.6rem .8rem;height:52px;font-size:.95rem;color:#1e293b;font-weight:500;width:100%;cursor:pointer;box-shadow:0 1px 2px #0f172a0a;transition:border-color var(--motion-base) ease,box-shadow var(--motion-base) ease,background-color var(--motion-base) ease,color var(--motion-base) ease}.custom-select-trigger:hover{border-color:#c4b5fd;background:#fefcff}.trigger-content{display:flex;align-items:center;gap:.75rem;overflow:hidden;min-width:0;width:100%}.select-icon{font-size:1.25rem;display:flex;align-items:center;flex-shrink:0}.select-country-flag{width:24px;height:16px;flex:0 0 auto;border-radius:4px;object-fit:cover;box-shadow:0 0 0 1px #0f172a14}.custom-select-value.country-value,.custom-select-value.language-value{width:100%;gap:.6rem}.custom-select-value.country-value .select-country-flag,.custom-select-value.language-value .select-country-flag{width:20px;height:14px}.form-group-sidebar .custom-select-trigger{height:44px;font-size:.9rem;font-weight:600}.custom-select-container.open .custom-select-trigger{border-color:var(--aura-purple);background:#fff;box-shadow:0 0 0 4px #7c3aed1f,0 10px 24px #7c3aed14}.custom-select-container.disabled .custom-select-trigger{background:transparent;border-color:#f1f5f9;color:#94a3b8;cursor:not-allowed;opacity:.8}.custom-select-value{display:inline-flex;align-items:center;gap:.55rem;min-width:0;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-select-value-label{min-width:0;overflow:hidden;text-overflow:ellipsis}.select-code-badge{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:24px;padding:0 .35rem;border-radius:8px;background:#f5f3ff;color:var(--aura-purple);font-size:.72rem;font-weight:800;letter-spacing:.04em;flex:0 0 auto}.select-prefix{margin-left:auto;color:#94a3b8;font-size:.82rem;font-weight:800;flex:0 0 auto}.select-country-meta{margin-left:auto;color:#94a3b8;font-size:.8rem;font-weight:600;flex:0 0 auto}.custom-select-value.placeholder{color:#94a3b8;font-weight:400}.custom-select-icon{color:#94a3b8;transition:transform .2s ease;flex-shrink:0}.custom-select-container.open .custom-select-icon{transform:rotate(180deg)}.custom-select-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 25px #0000001a;z-index:1050;list-style:none;padding:.5rem 0;margin:0;max-height:250px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#c4b5fd #f8fafc;animation:dipliDropdownEnter var(--motion-base) var(--motion-ease-out) both}.custom-select-dropdown::-webkit-scrollbar{width:6px}.custom-select-dropdown::-webkit-scrollbar-track{background:#f8fafc;border-radius:999px}.custom-select-dropdown::-webkit-scrollbar-thumb{background:#c4b5fd;border-radius:999px;transition:background-color .18s ease}.custom-select-dropdown::-webkit-scrollbar-thumb:hover{background:#a78bfa}.custom-select-dropdown-portal{position:fixed;right:auto;z-index:1400;max-height:min(260px,calc(100vh - 24px));overscroll-behavior:contain;box-shadow:0 18px 42px #0f172a29,0 4px 12px #7c3aed14}.custom-select-dropdown-portal.top{transform-origin:bottom;animation:slideUpSelect var(--motion-base) var(--motion-ease-out)}.custom-select-dropdown-portal.bottom{transform-origin:top}.custom-select-option{display:flex;align-items:center;gap:.65rem;padding:.6rem 1rem;font-size:.95rem;color:#475569;cursor:pointer;transition:background .1s}.custom-select-option span:not(.select-icon):not(.select-code-badge):not(.select-prefix):not(.select-country-meta){min-width:0;overflow:hidden;text-overflow:ellipsis}.custom-select-option:hover{background:#f8fafc;color:#1e293b}.custom-select-option.selected{background:#f5f3ff;color:var(--aura-purple);font-weight:600;box-shadow:inset 3px 0 0 var(--aura-purple)}.no-results{padding:1rem;text-align:center;color:#94a3b8;font-size:.85rem;font-style:italic}.custom-select-container.searchable .custom-select-trigger{cursor:text}.custom-select-search-input{background:transparent;border:none!important;outline:none!important;box-shadow:none!important;width:100%;min-width:0;min-height:0;padding:0;font-family:inherit;font-size:inherit;color:inherit;font-weight:inherit;border-radius:0}.custom-select-search-input::placeholder{color:#94a3b8}@keyframes slideDownSelect{0%{opacity:0;transform:translateY(-6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideUpSelect{0%{opacity:0;transform:translateY(6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.sectioned-modal-overlay{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px;background:#11182773;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:sectionedModalFadeIn var(--motion-fast) var(--motion-ease-out)}.sectioned-modal{position:relative;display:grid;grid-template-columns:264px minmax(0,1fr);width:min(1080px,calc(100vw - 48px));height:min(820px,calc(100dvh - 48px));max-height:min(820px,calc(100dvh - 48px));overflow:hidden;background:#fff;border:1px solid rgba(226,232,240,.92);border-radius:22px;box-shadow:0 26px 70px #0f172a38;animation:dipliModalEnter var(--motion-slow) var(--motion-ease-out) both}.sectioned-modal-close{position:absolute;top:18px;right:18px;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;color:#64748b;background:transparent;border:1px solid transparent;border-radius:10px;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.sectioned-modal-close:hover{color:#111827;background:#f8fafc;border-color:#e2e8f0}.sectioned-modal-close:focus-visible{outline:3px solid rgba(124,58,237,.24);outline-offset:2px}.sectioned-modal-close:active{transform:scale(.97)}.sectioned-modal-sidebar{display:flex;flex-direction:column;gap:18px;min-width:0;padding:24px 18px;background:linear-gradient(180deg,#fbfaff,#f8fafc);border-right:1px solid #e5e7eb}.sectioned-modal-sidebar-header{min-width:0}.sectioned-modal-nav{display:flex;flex-direction:column;gap:8px;min-width:0}.sectioned-modal-nav-item{display:flex;align-items:flex-start;gap:10px;width:100%;min-height:46px;padding:11px 12px;color:#64748b;font:inherit;font-weight:700;text-align:left;background:transparent;border:1px solid transparent;border-radius:12px;cursor:pointer;transition:background-color var(--motion-fast) ease,border-color var(--motion-fast) ease,color var(--motion-fast) ease,box-shadow var(--motion-fast) ease,transform var(--motion-fast) ease}.sectioned-modal-nav-item span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:normal;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.sectioned-modal-nav-item:hover{color:#5b21b6;background:#f4efff;border-color:#eadcff;transform:translate(2px)}.sectioned-modal-nav-item:focus-visible{outline:3px solid rgba(124,58,237,.24);outline-offset:2px}.sectioned-modal-nav-item.active{color:#6d28d9;background:#efe7ff;border-color:#ddceff;box-shadow:0 8px 18px #7c3aed1a}.sectioned-modal-content{display:flex;min-width:0;min-height:0;height:100%;flex-direction:column;overflow:hidden}.sectioned-modal-content-header{flex-shrink:0;padding:26px 56px 20px 24px;border-bottom:1px solid #e5e7eb}.sectioned-modal-content-header h2{margin:0;color:#111827;font-size:20px;font-weight:800;line-height:1.25}.sectioned-modal-content-header p{margin:6px 0 0;color:#6b7280;font-size:14px;line-height:1.45}.sectioned-modal-scroll{min-height:0;flex:1;overflow-y:auto;overflow-x:hidden;padding:24px;scrollbar-color:#c4b5fd #f4f4f5;scrollbar-width:thin}.sectioned-modal-scroll::-webkit-scrollbar{width:8px}.sectioned-modal-scroll::-webkit-scrollbar-track{background:#f4f4f5;border-radius:999px}.sectioned-modal-scroll::-webkit-scrollbar-thumb{background:#c4b5fd;border-radius:999px;transition:background-color .16s ease}.sectioned-modal-scroll::-webkit-scrollbar-thumb:hover{background:#8b5cf6}.sectioned-modal-panel{min-width:0;animation:dipliPanelEnter var(--motion-base) var(--motion-ease-out) both}.sectioned-modal-actions{display:flex;flex-shrink:0;justify-content:flex-end;gap:10px;padding:16px 24px;background:#fff;border-top:1px solid #e5e7eb;position:relative;z-index:2}.sectioned-modal-actions button{min-width:148px;min-height:46px;padding:.78rem 1rem;border-radius:14px;font:inherit;font-weight:700;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .16s ease;border:none}.sectioned-modal-actions .btn-secondary{background-color:#fff;color:#475569;border:1px solid #e2e8f0!important;box-shadow:0 2px 8px #0f172a0a}.sectioned-modal-actions .btn-secondary:hover{background-color:#f8fafc;color:#334155;border-color:#cbd5e1!important;transform:translateY(-1px)}.sectioned-modal-actions .btn-primary.success{background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;box-shadow:0 10px 20px #7c3aed3d}.sectioned-modal-actions .btn-primary.success:hover{background:linear-gradient(135deg,#6d28d9,#5b21b6);transform:translateY(-1px);box-shadow:0 14px 28px #7c3aed47}.sectioned-modal-actions .btn-secondary:focus-visible,.sectioned-modal-actions .btn-primary:focus-visible{outline:3px solid rgba(124,58,237,.22);outline-offset:2px}.sectioned-modal-actions .btn-secondary:active,.sectioned-modal-actions .btn-primary:active{transform:translateY(0)}.sectioned-modal-actions button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.project-edit-sidebar-header{display:flex;align-items:center;gap:14px}.project-edit-sidebar-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;flex:0 0 auto;color:#6d28d9;background:#efe7ff;border-radius:14px;box-shadow:0 8px 18px #7c3aed14;margin-top:0}.project-edit-sidebar-header>div{min-width:0}.project-edit-sidebar-copy{display:flex;min-width:0;flex-direction:column;gap:4px}.project-edit-sidebar-copy>strong{display:block;min-width:0;overflow:hidden;color:#111827;font-size:14px;font-weight:800;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.project-edit-sidebar-copy>span:not(.project-edit-sidebar-report){display:block;min-width:0;overflow:hidden;color:#64748b;font-size:12px;font-weight:600;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.project-edit-sidebar-report{display:none;min-width:0;overflow:hidden;color:#64748b;font-size:12px;font-weight:600;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.project-edit-sectioned-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.project-edit-basic-grid{grid-template-columns:minmax(130px,.36fr) minmax(0,1fr)}.project-edit-basic-grid>:first-child{grid-column:2;grid-row:1}.project-edit-basic-grid>:nth-child(2){grid-column:1;grid-row:1}.project-edit-basic-grid>:nth-child(3){grid-column:1 / -1;grid-row:2}.project-edit-field{display:flex;min-width:0;flex-direction:column;gap:8px}.project-edit-field-wide{grid-column:1 / -1}.project-edit-basic-grid>.project-edit-field-wide:first-child{grid-column:2}.project-edit-basic-grid>.project-edit-field-wide:nth-child(3){grid-column:1 / -1}.project-edit-field label,.project-edit-label{display:inline-flex;align-items:center;gap:7px;color:#475569;font-size:13px;font-weight:800;line-height:1.2;text-align:left}.project-edit-field>input,.project-edit-field>textarea{width:100%;min-width:0;padding:12px 14px;color:#111827;font:inherit;font-size:14px;background:#fff;border:1px solid #dbe3ef;border-radius:14px;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.project-edit-field>input::placeholder,.project-edit-field>textarea::placeholder{color:#94a3b8}.project-edit-field>input:hover,.project-edit-field>textarea:hover{border-color:#c4b5fd}.project-edit-field>input:focus,.project-edit-field>textarea:focus{border-color:#8b5cf6;box-shadow:0 0 0 4px #8b5cf624}.project-edit-field>textarea{resize:vertical;min-height:104px;line-height:1.5}.project-edit-tags{display:flex;flex-wrap:wrap;gap:8px;min-height:28px}.project-edit-tag{display:inline-flex;align-items:center;gap:7px;max-width:100%;padding:7px 9px 7px 12px;color:#5b21b6;font-size:13px;font-weight:800;background:#f3edff;border:1px solid #ded1ff;border-radius:999px}.project-edit-tag button{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;color:#7c3aed;background:transparent;border:0;border-radius:999px;cursor:pointer}.project-edit-tag button:hover,.project-edit-tag button:focus-visible{color:#fff;background:#7c3aed;outline:none}.project-edit-error{margin:16px 0 0;padding:12px 14px;color:#b91c1c;font-size:13px;font-weight:700;background:#fef2f2;border:1px solid #fecaca;border-radius:12px}@keyframes sectionedModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes sectionedModalEnter{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes sectionedModalPanelIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:760px){.sectioned-modal-overlay{align-items:stretch;padding:14px}.sectioned-modal{grid-template-columns:1fr;width:100%;max-height:calc(100dvh - 28px);border-radius:18px}.sectioned-modal-sidebar{gap:14px;padding:18px 16px 14px;border-right:0;border-bottom:1px solid #e5e7eb}.sectioned-modal-sidebar-header{padding-right:40px}.sectioned-modal-nav{flex-direction:row;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.sectioned-modal-nav::-webkit-scrollbar{height:6px}.sectioned-modal-nav::-webkit-scrollbar-track{background:#f1f5f9;border-radius:999px}.sectioned-modal-nav::-webkit-scrollbar-thumb{background:#c4b5fd;border-radius:999px}.sectioned-modal-nav-item{flex:0 0 auto;width:auto;white-space:nowrap;align-items:center}.sectioned-modal-nav-item:hover{transform:translateY(-1px)}.sectioned-modal-nav-item span{display:block;white-space:nowrap}.sectioned-modal-content-header{padding:18px 48px 16px 16px}.sectioned-modal-scroll{padding:18px 16px}.sectioned-modal-actions{padding:14px 16px}.sectioned-modal-actions button{min-width:0;flex:1 1 0}}@media(max-width:560px){.sectioned-modal-overlay{padding:10px}.sectioned-modal{max-height:calc(100dvh - 20px);border-radius:16px}.sectioned-modal-content-header{padding-right:42px}.sectioned-modal-close{top:14px;right:14px}.project-edit-sectioned-fields{grid-template-columns:1fr;gap:16px}.project-edit-basic-grid>:first-child,.project-edit-basic-grid>:nth-child(2),.project-edit-basic-grid>:nth-child(3),.project-edit-basic-grid>.project-edit-field-wide:first-child,.project-edit-basic-grid>.project-edit-field-wide:nth-child(3){grid-column:1;grid-row:auto}.sectioned-modal-actions{flex-direction:column-reverse}.sectioned-modal-actions button{width:100%}}.home-page-content{width:min(92%,1600px);max-width:calc(100% - 2rem);overflow-x:hidden;overflow-y:auto;padding-bottom:2.5rem}.top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-shrink:0}.top-bar h1{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0}.welcome-subtitle{color:#64748b;margin-top:.25rem;margin-bottom:0;font-size:.875rem}.dashboard-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;width:100%;max-width:100%;min-width:0;margin-bottom:2rem;flex-shrink:0;transition:grid-template-columns .25s ease,gap .25s ease}.stat-card{background-color:#fff;padding:1.25rem;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;min-width:0;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.stat-card:hover{border-color:#7c3aed38;box-shadow:0 12px 24px #0f172a12;transform:translateY(-2px)}.stat-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.stat-card h3{font-size:.875rem;color:#64748b;margin:0;font-weight:500}.stat-icon-wrapper{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px}.stat-icon-wrapper.purple{background-color:#f3e8ff;color:#9333ea}.stat-icon-wrapper.blue{background-color:#e0f2fe;color:#0284c7}.stat-icon-wrapper.green{background-color:#dcfce7;color:#16a34a}.stat-icon-wrapper.orange{background-color:#ffedd5;color:#ea580c}.stat-value{font-size:1.75rem;font-weight:700;color:#0f172a;margin:.35rem 0}.stat-subtitle{font-size:.75rem;font-weight:600;margin:0}.stat-subtitle.success{color:#16a34a}.stat-subtitle.neutral{color:#94a3b8}.create-project-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background-color:#7c3aed;color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px #7c3aed33}.create-project-btn:hover{background-color:#6d28d9;transform:translateY(-1px);box-shadow:0 10px 15px -3px #7c3aed4d}.content-section{flex:0 0 auto;display:flex;flex-direction:column;overflow:visible;min-height:auto;min-width:0;width:100%;max-width:100%;padding-bottom:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;padding-top:10px;background-color:var(--aura-bg);position:relative;z-index:50;flex-shrink:0;width:100%;max-width:100%;min-width:0}.section-header h2{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0;min-width:0}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));grid-auto-rows:max-content;gap:1.5rem;overflow-x:hidden;overflow-y:visible;flex:0 0 auto;padding:1rem 0 2rem;margin:0;min-height:auto;min-width:0;width:100%;max-width:100%}.project-card{width:100%;max-width:100%;box-sizing:border-box;min-height:180px;background-color:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:1.5rem .85rem;transition:border-color var(--motion-base) var(--motion-ease-standard),box-shadow var(--motion-base) var(--motion-ease-standard),transform var(--motion-base) var(--motion-ease-standard),background-color var(--motion-base) ease;display:flex;flex-direction:column;gap:1.25rem;position:relative;overflow:hidden;min-width:0;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.project-card:hover{border-color:#7c3aed73;transform:translateY(-3px);box-shadow:0 16px 30px -12px #7c3aed3d,0 10px 18px -14px #0f172a2e}.project-card:focus-visible{outline:3px solid rgba(124,58,237,.24);outline-offset:3px;border-color:#7c3aed}.project-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#8b5cf6,#7c3aed);border-radius:20px 0 0 20px;opacity:0;transition:opacity .18s ease;pointer-events:none}.project-card:hover:before{opacity:1}.project-card:has(.project-dropdown-menu){z-index:30;overflow:visible}.create-card{display:flex;align-items:center;justify-content:center;border:2px dashed #cbd5e1;background-color:#f8fafc;cursor:pointer;transition:all .3s ease;min-height:180px}.create-card:hover{border-color:#7c3aed;background-color:#f3f0ff;transform:translateY(-4px);box-shadow:0 12px 20px -8px #7c3aed33}.create-card:before{display:none}.create-card-content{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#64748b;font-weight:600;transition:all .3s ease}.create-card:hover .create-card-content{color:#7c3aed;transform:scale(1.05)}.project-header-top{display:flex;align-items:center;gap:.75rem;width:100%;margin-bottom:.6rem}.project-code-text{color:#64748b;font-size:1.1rem;font-weight:600;letter-spacing:.02em}.project-info{display:flex;flex-direction:column;gap:.75rem;width:100%}.project-info-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;min-width:0}.project-header-left{flex:1;min-width:0}.delete-project-btn{background:none;border:none;color:#fca5a5;padding:.5rem;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.delete-project-btn:hover{background-color:#fff1f2;color:#f43f5e}.project-options-container{position:relative;flex:0 0 auto;z-index:6}.project-options-btn{width:40px;height:40px;background:none;border:none;color:#94a3b8;padding:.5rem;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.project-options-btn:hover{background-color:#f1f5f9;color:#64748b}.project-options-btn:focus-visible,.project-dropdown-menu .dropdown-item:focus-visible,.icon-btn:focus-visible,.home-search-container:focus-within,.create-project-btn:focus-visible{outline:3px solid rgba(124,58,237,.22);outline-offset:2px}.project-dropdown-menu{position:absolute;top:100%;right:0;width:180px;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:100;margin-top:.5rem;overflow:hidden;animation:dipliDropdownEnter var(--motion-base) var(--motion-ease-out) both}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:none;border:none;color:#475569;font-size:.875rem;font-weight:500;cursor:pointer;text-align:left;transition:all .2s}.dropdown-item:hover{background-color:#f8fafc;color:#7c3aed}.dropdown-item svg{color:#94a3b8}.dropdown-item:hover svg{color:#7c3aed}.dropdown-item.delete{color:#ef4444;border-top:1px solid #f1f5f9}.dropdown-item.delete:hover{background-color:#fef2f2;color:#dc2626}.dropdown-item.delete svg{color:#fca5a5}.dropdown-item.delete:hover svg{color:#ef4444}.project-info h3{font-size:1.1rem;color:#0f172a;margin:0;font-weight:700;line-height:1.25;letter-spacing:-.012em;display:-webkit-box;overflow:hidden;overflow-wrap:anywhere;word-wrap:break-word;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.project-info p{font-size:.875rem;color:#64748b;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.stage-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:capitalize;white-space:nowrap;flex-shrink:0}.stage-pre{background-color:#e0f2fe;color:#0369a1}.stage-analysis{background-color:#f3f0ff;color:#7c3aed}.stage-finished{background-color:#dcfce7;color:#15803d}.project-dates{display:flex;flex-direction:column;gap:.25rem}.date-item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:#94a3b8;min-width:0}.date-item span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.date-item svg{color:#cbd5e1}.project-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid #f1f5f9}.stats-summary{display:flex;gap:1rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;gap:1rem}.spinner{width:40px;height:40px;border:3px solid #f3f0ff;border-top:3px solid #7c3aed;border-radius:50%;animation:spin 1s linear infinite}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;text-align:center;color:#64748b}.empty-state-icon{margin-bottom:1rem;color:#cbd5e1}.header-actions{display:flex;align-items:center;gap:.75rem;position:relative;z-index:10;min-width:0;max-width:100%}.icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background-color:#fff;color:var(--aura-purple);border:1px solid var(--aura-purple-light);border-radius:10px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #7c3aed0d}.home-search-container{display:flex;align-items:center;background-color:#fff;border:1px solid var(--aura-purple-light);border-radius:10px;transition:all .4s cubic-bezier(.4,0,.2,1);width:40px;height:40px;overflow:hidden;box-shadow:0 2px 4px #7c3aed0d}.home-search-container:hover{border-color:var(--aura-purple);transform:translateY(-2px);box-shadow:0 4px 8px #7c3aed26}.home-search-container.active{width:min(350px,48vw);height:40px;min-height:40px;max-height:40px;border-color:var(--aura-purple-light);box-shadow:0 2px 4px #7c3aed0d;transform:none}.home-search-container.active:hover{transform:none}.home-search-container .home-search-btn{background:transparent;border:none;box-shadow:none;color:var(--aura-purple);width:40px;height:40px;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.home-search-container.active .home-search-btn{color:var(--aura-purple)}.home-search-input{width:0;padding:0;border:none;background:transparent;outline:none;font-size:.875rem;color:var(--aura-text-main);opacity:0;transition:all .35s ease-in-out;pointer-events:none;flex:1}.home-search-container.active .home-search-input{opacity:1;padding:0 1rem 0 .5rem;pointer-events:auto;width:100%}@media(max-width:1024px){.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:1rem}}@media(max-width:640px){.home-page-content{width:100%;max-width:100%;padding-right:1rem;padding-left:1rem}.top-bar,.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.section-header{padding-top:.75rem}.section-header h2{width:100%}.header-actions{display:grid;grid-template-columns:minmax(0,1fr) 40px;width:100%;gap:.65rem}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.stat-card{padding:1rem;border-radius:14px}.stat-card h3{font-size:.78rem}.stat-value{font-size:1.45rem}.stat-subtitle{font-size:.68rem;line-height:1.25}.projects-grid{grid-template-columns:1fr;padding:.85rem 0 1.75rem;margin:0;gap:.9rem}.project-card,.create-card{min-height:156px;width:100%;padding:1.15rem .95rem;border-radius:16px}.project-footer{align-items:flex-start;flex-direction:column}.stage-badge{align-self:flex-start}.home-search-container,.home-search-container.active{width:100%}}@media(max-width:420px){.dashboard-grid{gap:.65rem}.stat-card{padding:.85rem}.stat-icon-wrapper{width:28px;height:28px}.project-info-header{gap:.35rem}.project-options-btn{width:36px;height:36px}.project-dropdown-menu{width:min(180px,calc(100vw - 2rem));right:0}}.modal-error-text{color:#ef4444;font-size:.8rem;margin-top:.5rem;text-align:left}.full-edit-container{display:flex;flex-direction:column;gap:1.5rem;padding:.5rem 0}.edit-section{background-color:#f8fafc;padding:1.25rem;border-radius:12px;border:1px solid #e2e8f0}.edit-section h4{margin:0 0 1.25rem;color:#64748b;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;font-weight:700}.edit-row{display:flex;gap:1.25rem;margin-bottom:1.25rem}.edit-row:last-child{margin-bottom:0}.flex-2{flex:2}.edit-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.edit-group:last-child{margin-bottom:0}.edit-group label{font-size:.85rem;font-weight:600;color:#475569;display:flex;align-items:center;gap:.5rem}.edit-group label svg{color:#94a3b8;flex-shrink:0}.edit-group input,.edit-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;color:#1e293b;transition:all .2s cubic-bezier(.4,0,.2,1);background-color:#fff}.edit-group input:focus,.edit-group textarea:focus{border-color:#7c3aed;outline:none;box-shadow:0 0 0 3px #7c3aed1a}.tags-container{display:flex;flex-wrap:wrap;gap:.6rem}.tag-item{display:flex;align-items:center;gap:.5rem;background-color:#f3f0ff;color:#7c3aed;padding:.4rem .75rem;border-radius:8px;font-size:.85rem;font-weight:600;border:1px solid #e9d5ff}.tag-item svg{cursor:pointer;transition:all .2s;color:#a78bfa}.tag-item svg:hover{color:#ef4444;transform:scale(1.1)}.document-upload-container{display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);gap:2rem;padding:0;flex:0 0 auto;width:100%;max-width:100%;min-height:auto;min-width:0}.upload-section{display:flex;flex-direction:column;gap:1.5rem;min-height:0;max-width:100%;overflow:visible;padding:2rem;border:1px dashed #cbd5e1;border-radius:16px;transition:all .3s ease}.upload-section:hover,.upload-section.interviews-side{border-color:var(--aura-purple)}.section-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem;min-width:0}.section-title h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0;min-width:0}.upload-card{width:100%;max-width:100%;height:200px;background:transparent;border:2px dashed rgba(124,58,237,.1);border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;box-sizing:border-box}.upload-card.clickable:hover{border-color:var(--aura-purple)}.upload-card.is-processing:hover{cursor:wait}.upload-card.has-file{border:2px dashed rgba(124,58,237,.4);background:#ffffff26;height:auto;min-height:auto;padding:1.5rem}.upload-card:hover .upload-state-icon{color:#94a3b8}.matrix-display-container{display:flex;flex-direction:column;gap:1.5rem;max-width:100%;min-width:0}.mode-content{display:flex;flex-direction:column;width:100%}.uploaded-info{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.file-name-display{font-weight:700;color:#1e293b;font-size:1.1rem;max-width:90%;text-align:center;word-break:break-all}.filter-tabs{display:flex;gap:.5rem;padding:.25rem;background:#f1f5f9;border-radius:12px;margin-bottom:0}.filter-tab{flex:1;padding:.65rem;border:none;background:transparent;border-radius:9px;font-size:.85rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .25s ease;white-space:nowrap}.list-header-row{display:flex;justify-content:flex-end;margin-top:-4px;margin-bottom:-.5rem;padding-right:.25rem}.download-link-btn{display:flex;align-items:center;gap:.4rem;background:transparent;color:#64748b;border:none;font-size:.75rem;font-weight:600;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .2s;text-transform:uppercase;letter-spacing:.025em}.download-link-btn:hover:not(:disabled){color:var(--aura-purple);background:#7c3aed14}.download-link-btn:disabled{opacity:.5;cursor:not-allowed}.esquema-link-btn{display:flex;align-items:center;gap:.4rem;background:transparent;color:var(--aura-purple);border:none;font-size:.75rem;font-weight:600;cursor:pointer;padding:6px 10px;border-radius:6px;transition:all .2s;text-transform:uppercase;letter-spacing:.025em}.esquema-link-btn:hover{background:#7c3aed14;color:var(--aura-purple)}.filter-tab:hover{color:var(--aura-text-main)}.filter-tab.active{background:#fff;color:#7c3aed;box-shadow:0 2px 10px #0000000f}.status-badge{padding:.35rem 1rem;border-radius:100px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;margin-top:.25rem}.action-button{padding:.85rem 1.5rem;border-radius:12px;font-weight:700;font-size:.95rem;display:flex;align-items:center;justify-content:center;gap:.65rem;cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background:#7c3aed;color:#fff;border:none;box-shadow:0 4px 14px #7c3aed40}.btn-primary:hover:not(:disabled){background:#6d28d9;transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed59}.btn-primary:disabled{background:#e2e8f0;cursor:not-allowed;color:#94a3b8}.btn-outline{background:#fff;border:1.5px solid #e2e8f0;color:#475569}.btn-outline:hover:not(:disabled){border-color:#cbd5e1;background:#f8fafc;color:#1e293b;transform:translateY(-1px)}.btn-replace:hover:not(:disabled){border-color:var(--aura-purple);background:#7c3aed0d;color:var(--aura-purple);transform:translateY(-1px)}.btn-outline:disabled{opacity:.5;cursor:not-allowed;background:#f1f5f9}.status-uploadlight{background:#eff6ff;color:#1d4ed8}.status-success{background:#f0fdf4;color:#166534}.status-processing{background:#fffbeb;color:#92400e;animation:auraPulse 2s infinite ease-in-out}@keyframes auraPulse{0%{box-shadow:0 0 #7c3aed33}50%{box-shadow:0 0 20px 5px #7c3aed1a}to{box-shadow:0 0 #7c3aed33}}.status-completed{background:#f5f3ff;color:#7c3aed}.drop-zone{border:2px dashed #e2e8f0;border-radius:12px;padding:2.5rem 1.5rem;text-align:center;cursor:pointer;transition:all .3s ease;background:#f8fafc;position:relative}.drop-zone:hover,.drop-zone.dragging{border-color:var(--aura-purple)}.drop-zone input{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;cursor:pointer}.upload-icon{margin-bottom:1rem;color:#94a3b8;transition:transform .2s ease}.drop-zone:hover .upload-icon{transform:translateY(-4px);color:#7c3aed}.drop-zone p{font-size:.875rem;color:#64748b;margin:0}.drop-zone small{display:block;margin-top:.5rem;color:#94a3b8;font-size:.75rem}.file-list{display:flex;flex-direction:column;gap:1rem;margin-top:0;flex:0 0 auto;overflow-y:auto;padding-right:.5rem;padding-top:0;min-height:0;max-height:min(58vh,560px)}.modal-content.delete-modal{max-width:450px}.delete-warning{text-align:center;padding:1rem 0}.warning-icon.delete{background:#fef2f2;color:#ef4444;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.delete-warning p{color:#1e293b;font-size:1rem;line-height:1.5;margin-bottom:.5rem}.warning-note{color:#64748b!important;font-size:.8125rem!important}.submit-btn.delete-btn{background:#ef4444}.submit-btn.delete-btn:hover:not(:disabled){background:#dc2626!important;box-shadow:0 4px 12px #dc26264d!important}.file-list::-webkit-scrollbar{width:6px}.file-list::-webkit-scrollbar-track{background:transparent}.file-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.file-list::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.file-item{display:flex;align-items:center;padding:1.25rem;background:#ffffff26;border-radius:14px;border:1.5px dashed transparent;box-shadow:0 2px 8px #00000005;transition:all .3s ease;margin-bottom:.5rem}.file-item.clickable{cursor:pointer}.file-item:hover{box-shadow:0 4px 15px #0000000d;transform:translate(4px)}.source-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:10px;color:#7c3aed}.item-pending{background-color:#94a3b80d;border-color:#cbd5e1}.item-pending:hover{background-color:#94a3b81a;border-color:#94a3b8}.item-pending .source-icon{color:#64748b}.item-uploading{background-color:#3b82f60d;border-color:#93c5fd;cursor:wait!important}.item-uploading:hover{background-color:#3b82f61a;border-color:#60a5fa}.item-uploading .source-icon{color:#3b82f6}.item-processing,.item-queued{background-color:#7c3aed0d;border-color:#ddd6fe;cursor:wait!important}.item-processing:hover,.item-queued:hover{background-color:#7c3aed1a;border-color:#a78bfa}.item-processing .source-icon,.item-queued .source-icon{color:#7c3aed}.item-uploaded,.item-validated{background-color:#0d94880d;border-color:#5eead4}.item-uploaded:hover,.item-validated:hover{background-color:#0d94881a;border-color:#2dd4bf}.item-uploaded .source-icon,.item-validated .source-icon{color:#0d9488}.item-completed{background-color:#10b9810d;border-color:#6ee7b7}.item-completed:hover{background-color:#10b9811a;border-color:#34d399}.item-completed .source-icon{color:#10b981}.item-failed,.item-uploading_failed,.item-processing_failed{background-color:#ef44440d;border-color:#fca5a5}.item-failed:hover,.item-uploading_failed:hover,.item-processing_failed:hover{background-color:#ef44441a;border-color:#f87171}.item-failed .source-icon,.item-uploading_failed .source-icon,.item-processing_failed .source-icon{color:#ef4444}.animate-float-up{animation:floatUp 1.5s ease-in-out infinite}.animate-pulse-ring{animation:pulseRing 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes floatUp{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes pulseRing{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.file-info{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.file-name{font-weight:600;color:#1e293b;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-meta{font-size:.8rem;color:#94a3b8}.remove-btn{background:none;border:none;padding:.5rem;color:#94a3b8;cursor:pointer;border-radius:6px;transition:all .2s}.remove-btn:hover{background:#fef2f2;color:#ef4444}.download-btn{background:none;border:none;padding:.5rem;color:#94a3b8;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.download-btn:hover{background:#f5f3ff;color:#7c3aed;box-shadow:0 4px 6px -1px #7c3aed1a}.loading-overlay{margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#64748b;font-size:.875rem}.spinner-small{animation:spin 1s linear infinite}.document-upload-container .cancel-upload-btn{position:absolute;top:.5rem;right:.5rem;width:32px;height:32px;border-radius:50%;border:none;background:#f1f5f9;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:20}.document-upload-container .cancel-upload-btn:hover{background:#fee2e2;color:#ef4444}@media(max-width:1024px){.document-upload-container{grid-template-columns:1fr;gap:1.25rem}.upload-section{padding:1.5rem}}.header-actions{display:flex;align-items:center;gap:.5rem;min-width:0;max-width:100%}.icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background-color:#fff;color:var(--aura-purple);border:1px solid var(--aura-purple-light);border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #7c3aed0d}.icon-btn:hover{background-color:#f8fafc;border-color:var(--aura-purple);transform:translateY(-2px);box-shadow:0 4px 8px #7c3aed26}.icon-btn.active{background-color:var(--aura-purple);color:#fff}.search-container{display:flex;align-items:center;background-color:#fff;border:1px solid var(--aura-purple-light);border-radius:9px;transition:all .4s cubic-bezier(.4,0,.2,1);width:32px;height:32px;overflow:hidden;box-shadow:0 2px 4px #7c3aed0d}.search-container:hover{border-color:var(--aura-purple);transform:translateY(-2px);box-shadow:0 4px 8px #7c3aed26}.search-container.active{width:min(350px,42vw);border-color:var(--aura-purple-light);box-shadow:0 4px 12px #7c3aed1a;transform:none}.search-container.active:hover{transform:none}.search-container .search-btn{background:transparent;border:none;box-shadow:none;color:var(--aura-purple);width:32px;height:32px;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.search-container .search-btn:hover{background:transparent;transform:none;box-shadow:none}.search-container.active .search-btn{color:var(--aura-purple);transform:none}.search-input{width:0;padding:0;border:none;background:transparent;outline:none;font-size:.8125rem;color:var(--aura-text-main);opacity:0;transition:all .35s ease-in-out;pointer-events:none;flex:1;min-width:0}.search-container.active .search-input{opacity:1;padding:0 .75rem 0 0;pointer-events:auto}.add-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background-color:var(--aura-purple);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 10px var(--aura-purple-glow)}.add-btn span{display:none}.add-btn:hover:not(:disabled){transform:translateY(-2px);background-color:#6d28d9;box-shadow:0 6px 15px #7c3aed4d}.add-btn:disabled{opacity:.5;cursor:not-allowed;background-color:#e2e8f0;color:#94a3b8;box-shadow:none;transform:none}.add-btn:active:not(:disabled){transform:translateY(0)}.min-w-0{min-width:0}.flex{display:flex}.items-center{align-items:center}.gap-2{gap:.5rem}.modal-overlay{position:fixed;inset:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.modal-content{background:#fff;border-radius:20px;width:100%;max-width:500px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;animation:slideUp .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{padding:2rem 2rem 1rem;border-bottom:none;display:flex;align-items:center;justify-content:center;text-align:center}.modal-header h3{margin:0;font-size:1.25rem;color:#1e293b;font-weight:700}.close-btn{background:none;border:none;color:#64748b;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s}.close-btn:hover{background:#f1f5f9;color:#1e293b}.modal-body{padding:1.5rem}.mode-selector{display:flex;gap:.5rem;margin-bottom:2rem;background:#f1f5f9;padding:.25rem;border-radius:12px;border:none}.mode-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem .25rem;border:none;border-radius:9px;background:transparent;color:var(--aura-text-muted);font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:.8125rem}.mode-btn:hover{color:var(--aura-text-main)}.mode-btn.active{background:#fff;color:var(--aura-purple);box-shadow:0 2px 8px #0000000d}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:#475569}.form-group input[type=text]{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:10px;font-size:.875rem;background-color:#fff;color:#000;transition:all .2s}.form-group input[type=text]:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.inline-upload{position:relative;border:2px dashed #e2e8f0;border-radius:var(--aura-radius-md);padding:3rem 1.5rem;text-align:center;background:#f8fafc;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;transition:all .3s ease;cursor:pointer;min-height:200px;width:100%;box-sizing:border-box}.inline-upload:hover{border-color:var(--aura-purple);background:#fff;box-shadow:var(--aura-shadow-glow)}.inline-upload input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.upload-placeholder-icon{color:#94a3b8;transition:all .3s ease}.inline-upload:hover .upload-placeholder-icon{color:var(--aura-purple);transform:translateY(-5px)}.upload-placeholder{font-size:.875rem;color:#64748b}.modal-footer{padding:1.25rem 1.5rem;background:transparent;border-top:none;display:flex;justify-content:flex-end;gap:1rem}.cancel-btn{padding:.75rem 1.5rem;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-size:.875rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease}.cancel-btn:hover:not(:disabled){background-color:#f8fafc;border-color:#cbd5e1;color:#334155;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.submit-btn{padding:.75rem 1.5rem;border-radius:10px;border:none;background:#7c3aed;font-size:.875rem;font-weight:600;color:#fff;cursor:pointer;transition:all .2s}.submit-btn:hover:not(:disabled){background:#6d28d9;transform:translateY(-1px)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.submit-btn.overwrite{background-color:#f59e0b}.submit-btn.overwrite:hover{background-color:#d97706}.overwrite-warning{text-align:center;padding:1rem 0;animation:fadeIn .3s ease}.warning-icon{margin-bottom:1.5rem;display:flex;justify-content:center}.overwrite-warning h4{margin:0 0 1rem;font-size:1.25rem;color:#1e293b;font-weight:700}.overwrite-warning p{color:#64748b;font-size:.9375rem;line-height:1.6;margin:0 0 2rem}.overwrite-warning strong{color:#1e293b;word-break:break-all}.back-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#f1f5f9;border:none;padding:.75rem 1.5rem;border-radius:10px;color:#475569;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;margin:0 auto}.matrix-display-container{display:flex;flex-direction:column;align-items:stretch;width:100%}.mode-content{display:flex;flex-direction:column;align-items:stretch;gap:1.5rem;width:100%}.matrix-card{display:flex;flex-direction:column;align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:20px;padding:2.5rem;width:100%;max-width:400px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.matrix-card.completed{border-color:#f5f3ff;background:#fdfcff}.matrix-card.processing{border-color:#fffbeb;background:#fffdf5}.matrix-card.uploading{border-color:#eff6ff;background:#fbfdff}.matrix-card.uploading_failed,.matrix-card.processing_failed{border-color:#fef2f2;background:snow}.matrix-card.clickable:hover{transform:translateY(-4px);box-shadow:0 12px 24px -10px #7c3aed33;border-color:#7c3aed}.matrix-card-status{position:absolute;top:1.25rem;right:1.25rem}.matrix-card-icon{width:80px;height:80px;background:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#64748b;box-shadow:0 4px 10px #0000000d;margin-bottom:1.5rem;transition:all .2s ease}.matrix-card.completed .matrix-card-icon{color:#7c3aed;background:#f5f3ff}.matrix-card.processing .matrix-card-icon{color:#d97706;background:#fffbeb}.matrix-card.uploading .matrix-card-icon{color:#3b82f6;background:#eff6ff}.matrix-card.uploading_failed .matrix-card-icon,.matrix-card.processing_failed .matrix-card-icon{color:#ef4444;background:#fef2f2}.matrix-card-info{text-align:center;margin-bottom:2rem;width:100%}.matrix-card-name{font-weight:700;color:#1e293b;margin-bottom:.5rem;font-size:1.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.matrix-card-meta{font-size:.875rem;color:#64748b;font-weight:500}.matrix-replace-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#fff;border:1px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:12px;color:#64748b;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;width:100%}.matrix-replace-btn:hover{background:#fef2f2;color:#ef4444;border-color:#fecaca}.matrix-card.clickable{cursor:pointer}.matrix-card.clickable:hover{border-color:#7c3aed;box-shadow:0 12px 30px -10px #7c3aed33}.status-dot{width:12px;height:12px;border-radius:50%}.status-dot.pending{background-color:#94a3b8;box-shadow:0 0 0 4px #f1f5f9}.status-dot.processing{background-color:#3b82f6;box-shadow:0 0 0 4px #eff6ff;animation:matrixPulse 2s infinite}.status-dot.failed{background-color:#ef4444;box-shadow:0 0 0 4px #fef2f2}.inline-upload.has-selection{padding:1rem;min-height:160px}.upload-placeholder-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%;height:100%;cursor:pointer;z-index:5}.compact-selection-area{width:100%;height:100%;display:flex;flex-direction:column;gap:.75rem;position:relative;z-index:5}.selection-grid{display:flex;flex-direction:column;gap:.5rem;max-height:160px;overflow-y:auto;padding:.75rem;background:#fff;border-radius:8px;border:1px solid #e2e8f0;pointer-events:auto;position:relative;z-index:10}.selection-grid::-webkit-scrollbar{width:6px}.selection-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.file-chip{display:flex;align-items:center;gap:.75rem;background:#f8fafc;padding:.5rem 1rem;border-radius:8px;border:1px solid #e2e8f0;transition:all .2s;width:100%;box-sizing:border-box}.file-chip:hover{border-color:var(--aura-purple);background:#f8faff}.chip-icon{display:flex;align-items:center;color:var(--aura-purple);flex-shrink:0}.chip-name{font-size:.75rem;font-weight:600;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chip-remove{background:none;border:none;padding:2px;display:flex;align-items:center;justify-content:center;color:#94a3b8;cursor:pointer;border-radius:4px;transition:all .2s}.chip-remove:hover{background:#fee2e2;color:#ef4444}.add-chip-hint{display:flex;align-items:center;gap:.4rem;padding:.35rem .65rem;border-radius:6px;border:1px dashed #cbd5e1;color:#94a3b8;font-size:.75rem;font-weight:500;transition:all .2s ease}.add-chip-hint:hover{border-color:var(--aura-purple);color:var(--aura-purple);background:#7c3aed0a}.clear-selection-mini{background:none;border:none;align-self:flex-end;font-size:.7rem;font-weight:700;color:#ef4444;text-transform:uppercase;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s;z-index:3}@media(max-width:768px){.document-upload-container{gap:1rem}.upload-section{padding:1.15rem;border-radius:14px;gap:1rem}.section-title{align-items:flex-start;flex-direction:column}.section-title h3{font-size:1.05rem}.header-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.filter-tabs{overflow-x:auto;scrollbar-width:thin}.filter-tab{min-width:max-content;padding:.55rem .75rem}.search-container.active{width:min(100%,320px);flex:1 1 220px}.upload-card{height:auto;min-height:170px;padding:1.25rem}.upload-card.has-file{min-height:150px;padding:1.15rem}.file-list{max-height:none;overflow-y:visible;padding-right:0}}@media(max-width:480px){.upload-section{padding:1rem}.section-title h3{font-size:1rem}.header-actions{display:grid;grid-template-columns:minmax(0,1fr) 32px 32px}.search-container,.search-container.active{width:100%}.add-btn,.icon-btn{width:32px;height:32px}.file-item,.iv-card-header{padding:.85rem}.iv-card-actions{gap:.2rem}}@keyframes matrixPulse{0%{transform:scale(.95);opacity:.8}50%{transform:scale(1.05);opacity:1}to{transform:scale(.95);opacity:.8}}.iv-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:visible;transition:box-shadow .2s ease,border-color .2s ease;animation:fadeInCard .25s ease}@keyframes fadeInCard{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.iv-card:hover{box-shadow:0 4px 16px #00000012}.iv-card-clickable{cursor:pointer}.iv-card-clickable:hover{border-color:#7c3aed}.iv-card.item-completed{border-left:3px solid #059669}.iv-card.item-processing,.iv-card.item-queued{border-left:3px solid #7c3aed}.iv-card.item-uploading{border-left:3px solid #3b82f6}.iv-card.item-uploaded{border-left:3px solid #0d9488}.iv-card.item-uploading_failed,.iv-card.item-processing_failed{border-left:3px solid #dc2626}.iv-card-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem}.iv-source-icon{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.iv-source-icon.color-completed{color:#059669;background:#ecfdf5}.iv-source-icon.color-processing,.iv-source-icon.color-queued{color:#7c3aed;background:#f5f3ff}.iv-source-icon.color-uploading{color:#3b82f6;background:#eff6ff}.iv-source-icon.color-uploaded{color:#0d9488;background:#f0fdfa}.iv-source-icon.color-uploading_failed,.iv-source-icon.color-processing_failed{color:#dc2626;background:#fef2f2}.iv-card-info{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}.iv-card-name{font-size:.875rem;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.iv-card-meta{font-size:.72rem;color:#94a3b8}.iv-card-actions{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.iv-card-footer{border-top:1px solid #f1f5f9;padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem;min-height:34px;border-bottom-left-radius:11px;border-bottom-right-radius:11px}.iv-hint{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:#64748b}.clickable-hint{color:#0d9488}.error-footer{background:#fff8f8}.error-hint{color:#dc2626}.iv-processing-bar{flex:1;height:4px;background:#f1f5f9;border-radius:99px;overflow:hidden}.iv-processing-bar-inner{height:100%;width:40%;background:linear-gradient(90deg,#c4b5fd,#8b5cf6);border-radius:99px;animation:processingSlide 1.6s ease-in-out infinite}@keyframes processingSlide{0%{transform:translate(-100%)}to{transform:translate(350%)}}.iv-processing-details{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.completed-footer{background:#f8fffe}.iv-metrics{display:flex;align-items:center;justify-content:space-evenly;width:100%}.iv-metric{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.1rem;flex:1}.iv-metric-value{font-size:.85rem;font-weight:700;line-height:1}.iv-metric-label{font-size:.65rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.iv-metric-divider{width:1px;height:24px;background:#e2e8f0;flex-shrink:0}.validation-error-message{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;background-color:#fef2f2;border:1px solid #fee2e2;border-radius:12px;color:#dc2626;font-size:.875rem;margin-bottom:1.25rem;animation:fadeInError .3s ease-out}.validation-error-message svg{flex-shrink:0}@keyframes fadeInError{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;text-align:left;border:none;background:transparent;cursor:pointer;font-size:.85rem;color:#94a3b8;border-radius:4px;transition:all .2s ease}.dropdown-item svg{color:currentColor!important;stroke:currentColor!important}.dropdown-item.download-action:hover{color:var(--aura-purple);background:#7c3aed0d}.dropdown-item.delete-action:hover{color:#ef4444;background:#ef44440d}.dropdown-item:disabled{opacity:.5;cursor:not-allowed}.selection-counter{font-size:.75rem;font-weight:700;color:#64748b;background:#f1f5f9;padding:1px 8px;border-radius:99px;letter-spacing:.05em}.clear-selection-mini{background:transparent;border:none;color:#ef4444;font-size:.75rem;font-weight:600;cursor:pointer;padding:2px 6px;border-radius:6px;transition:all .2s}.clear-selection-mini:hover{background:#fef2f2}@media(min-width:901px){.document-upload-container{height:100%;flex:1 1 auto;min-height:0;grid-auto-rows:1fr;overflow:hidden}.upload-section{min-height:0;max-height:100%;overflow:hidden}.file-list{flex:1 1 auto;min-height:0;max-height:none}.upload-section.matrix-side{justify-content:center}}.analysis-container{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 5rem;padding:3rem 2rem;margin:0 auto;position:relative;flex:1;width:100%;min-width:0;max-width:1200px;align-items:start}.analysis-section{display:flex;flex-direction:column;gap:.75rem;transition:all .4s ease;min-width:0;max-width:100%}.analysis-section-header{display:flex;align-items:center;gap:1rem}.section-icon-wrapper{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff}.icon-context-bg{background:linear-gradient(135deg,#7c3aed,#4f46e5);box-shadow:0 4px 12px #7c3aed4d}.icon-matrix-bg{background:linear-gradient(135deg,#06b6d4,#0891b2);box-shadow:0 4px 12px #06b6d44d}.analysis-section-header h3{margin:0;font-size:1.4rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.analysis-section-description{font-size:.9rem;color:#64748b;line-height:1.5}.upload-card{border:2px dashed rgba(124,58,237,.25);border-radius:20px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);background:#fff;position:relative;overflow:hidden;height:220px;width:100%;max-width:100%;box-sizing:border-box;box-shadow:0 4px 12px #00000005}.upload-card:hover{border-color:#7c3aed;background:#fff;box-shadow:0 0 20px #7c3aed26,0 12px 40px #7c3aed1a;transform:translateY(-5px)}.upload-card.has-file{border:2.5px solid #7c3aed;background:#fff;height:220px;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 8px 24px #7c3aed0f}.upload-card input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.upload-state-icon{color:#94a3b8;transition:all .3s ease}.upload-card:hover .upload-state-icon{color:#7c3aed;transform:translateY(-5px)}.uploaded-info{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.file-name-display{font-weight:600;color:#1e293b;font-size:1rem;max-width:min(250px,100%);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.file-status-badge{padding:.25rem .75rem;border-radius:99px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-uploaded{background:#f0fdf4;color:#166534}.status-processing{background:#fffbeb;color:#92400e}.status-completed{background:#f0f9ff;color:#075985}.status-failed{background:#fdf2f2;color:#991b1b}.action-button{width:100%;padding:.75rem;border-radius:12px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;cursor:pointer;border:none}.btn-primary{background:var(--aura-purple);color:#fff}.btn-primary:hover:not(:disabled){background:var(--aura-purple-dark, #6d28d9);transform:translateY(-1px);box-shadow:0 4px 12px var(--aura-purple-glow)}.btn-primary:disabled{background:#cbd5e1;cursor:not-allowed}.btn-outline{background:transparent;border:1px solid #e2e8f0;color:#64748b}.btn-outline:hover{background:#f8fafc;border-color:#cbd5e1}.loading-spinner{animation:spin 1s linear infinite}.cancel-upload-btn{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;border:none;background:#f1f5f9;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.cancel-upload-btn:hover{background:#fee2e2;color:#ef4444}.process-container{grid-column:1 / -1;display:flex;justify-content:center;margin-top:1rem;padding-bottom:2rem}.btn-process{display:flex;align-items:center;justify-content:center;gap:.65rem;padding:.85rem 1.5rem;background:#fff;color:#475569;border:1.5px solid #e2e8f0;border-radius:12px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .2s ease;width:auto;max-width:100%}.btn-process:hover:not(:disabled){border-color:#7c3aed;color:#7c3aed;transform:translateY(-2px)}.btn-process:active{transform:translateY(0)}.btn-process span{font-size:.95rem}@media(max-width:640px){.analysis-container{grid-template-columns:1fr;gap:1.25rem;padding:1rem 0}.analysis-section-header{gap:.75rem}.section-icon-wrapper{width:40px;height:40px;border-radius:12px;flex-shrink:0}.analysis-section-header h3{font-size:1.05rem}.upload-card,.upload-card.has-file{height:auto;min-height:180px;padding:1.25rem}.btn-process{width:100%;padding:1rem 1.5rem;font-size:1rem}.process-container{margin-top:2rem;padding-left:1rem;padding-right:1rem}}.processing-overlay{position:absolute;inset:0;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;display:flex;justify-content:center;align-items:center;border-radius:var(--aura-radius-lg);animation:fadeIn .4s ease}.processing-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;max-width:500px;padding:1.5rem}.processing-content h2{font-size:1.5rem;color:#1e293b;margin:0}.processing-content p{color:#64748b;line-height:1.6}.processing-avatar{width:300px;height:300px;object-fit:contain;animation:float 4s ease-in-out infinite;position:relative;z-index:1;filter:drop-shadow(0 0 20px rgba(217,119,6,.15))}.processing-loader-wrapper{display:flex;align-items:center;gap:.75rem;color:var(--aura-purple);font-weight:700;font-size:1.1rem;margin-top:1rem}.completed-full-view{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;padding:2rem 0;animation:slideUp .6s cubic-bezier(.16,1,.3,1);margin-top:1rem;position:relative}.completed-avatar{width:240px;height:240px;object-fit:contain;animation:float 4s ease-in-out infinite}.completed-full-view h2{font-size:2rem;font-weight:800;color:#1e293b;margin:0}.completed-full-view p{font-size:1.1rem;color:#64748b;max-width:650px;line-height:1.6;margin:0}.error-full-view{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:.75rem;padding-top:1.5rem;animation:slideUp .6s cubic-bezier(.16,1,.3,1)}.error-avatar{width:220px;height:220px;object-fit:contain}.error-full-view h2{font-size:1.5rem;font-weight:800;color:#1e293b;margin:0}.error-full-view p{font-size:1rem;color:#64748b;max-width:480px;line-height:1.6;margin:0}.analysis-duration-info{display:flex;align-items:center;gap:.6rem;padding:.65rem 1.25rem;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:99px;color:#64748b;font-size:.95rem;margin-top:.75rem;animation:fadeIn .8s ease forwards}.analysis-duration-info strong{color:#1e293b;font-weight:700}.analysis-duration-info svg{color:var(--aura-purple)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.confetti-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.avatar-aura{position:absolute;width:210px;height:210px;border-radius:50%;filter:blur(25px);z-index:0;animation:auraPulse 3s ease-in-out infinite}.confetti-piece{position:absolute;width:12px;height:12px;background:#7c3aed;top:-20px;opacity:0;animation:confetti-fall 3s linear infinite}.confetti-piece:nth-child(2n){width:8px;height:18px;border-radius:4px}.confetti-piece:nth-child(3n){background:#06b6d4}.modal-content.success .modal-actions .btn-primary{background:#10b981}.modal-content.success .modal-actions .btn-primary:hover{background:#059669}.analysis-processing-bar{width:100%;height:6px;background:#f1f5f9;border-radius:99px;overflow:hidden;box-shadow:inset 0 1px 2px #0000000d}.analysis-processing-bar-inner{height:100%;width:40%;border-radius:99px}.analysis-processing-bar-inner.color-queued,.analysis-processing-bar-inner.color-processing{background:linear-gradient(90deg,var(--aura-purple-light),var(--aura-purple));animation:analysisProcessingSlide 1.6s ease-in-out infinite}@keyframes analysisProcessingSlide{0%{transform:translate(-100%)}to{transform:translate(350%)}}.confetti-piece:nth-child(3n+1){background:#10b981}.confetti-piece:nth-child(3n+2){background:#f59e0b}.piece-0{left:10%;animation-delay:0s}.piece-1{left:20%;animation-delay:.5s;animation-duration:2.5s}.piece-2{left:30%;animation-delay:1.2s}.piece-3{left:40%;animation-delay:.2s;animation-duration:3.5s}.piece-4{left:50%;animation-delay:1.8s}.piece-5{left:60%;animation-delay:.8s;animation-duration:2.8s}.piece-6{left:70%;animation-delay:2.2s}.piece-7{left:80%;animation-delay:1.4s;animation-duration:4s}.piece-8{left:90%;animation-delay:.6s}.piece-9{left:15%;animation-delay:2.5s}.piece-10{left:25%;animation-delay:.3s}.piece-11{left:45%;animation-delay:1.5s}.piece-12{left:65%;animation-delay:.9s}.piece-13{left:85%;animation-delay:2.8s}.piece-14{left:95%;animation-delay:1.1s}@keyframes confetti-fall{0%{transform:translateY(0) rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}.validation-checkbox-container{padding:1.15rem;background-color:#f8fafc;border-radius:14px;border:1.5px solid #e2e8f0;display:flex;align-items:flex-start;gap:1rem;cursor:pointer;transition:all .2s ease}.validation-checkbox-container input{appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2.5px solid #cbd5e1;border-radius:6px;background-color:#fff;display:grid;place-content:center;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);margin-top:2px;flex-shrink:0}.validation-checkbox-container input:before{content:"";width:10px;height:10px;transform:scale(0);transition:.2s transform cubic-bezier(.4,0,.2,1);background-color:#7c3aed;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);transform-origin:center}.validation-checkbox-container label{font-size:.95rem;color:#475569;line-height:1.5;-webkit-user-select:none;user-select:none;text-align:left}.modal-step-content{animation:stepSlideIn .22s ease-out}@keyframes stepSlideIn{0%{opacity:0;transform:translate(14px)}to{opacity:1;transform:translate(0)}}.modal-step-dots{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.25rem}.dot{width:8px;height:8px;border-radius:50%;background-color:#e2e8f0;transition:background-color .2s ease}.dot-active{background-color:#7c3aed}.toggle-switch{position:relative;display:inline-block;width:48px;height:26px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#e2e8f0;border-radius:26px;transition:background-color .2s ease}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;box-shadow:0 1px 3px #00000026;transition:transform .2s ease}.toggle-switch input:checked+.toggle-slider{background-color:#7c3aed}.toggle-switch input:checked+.toggle-slider:before{transform:translate(22px)}.ppt-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;transition:border-color .2s ease,background-color .2s ease}.ppt-toggle-row:has(input:checked){border-color:#7c3aed;background:#f5f3ff}.ppt-toggle-info{display:flex;flex-direction:column;gap:.2rem;text-align:left}.ppt-toggle-label{font-size:.95rem;font-weight:600;color:#1e293b}.ppt-toggle-desc{font-size:.82rem;color:#ef4444;line-height:1.4}.modal-body-nav{display:flex;justify-content:space-between;margin-top:1.25rem}.modal-nav-text{background:none;border:none;color:#7c3aed;font-size:.9rem;font-weight:600;cursor:pointer;padding:.25rem 0;transition:opacity .15s ease}.modal-nav-text:hover{opacity:.7}.deliverables-section{grid-column:1 / -1;display:flex;flex-direction:column;gap:.75rem}.deliverables-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.deliverable-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#fff;border:2px solid #e2e8f0;border-radius:16px;cursor:pointer;text-align:left;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.deliverable-card:hover{border-color:#c4b5fd;box-shadow:0 0 0 3px #7c3aed14}.deliverable-card--selected{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.deliverable-check{flex-shrink:0;width:22px;height:22px;border-radius:6px;border:2.5px solid #cbd5e1;background:#fff;display:flex;align-items:center;justify-content:center;margin-top:1px;transition:background .15s ease,border-color .15s ease}.deliverable-check--active{background:#7c3aed;border-color:#7c3aed}.deliverable-check svg{width:10px;height:10px}.deliverable-icon{flex-shrink:0;width:36px;height:36px;border-radius:10px;background:#f5f3ff;color:#7c3aed;display:flex;align-items:center;justify-content:center}.deliverable-body{display:flex;flex-direction:column;gap:.3rem}.deliverable-title{font-size:.95rem;font-weight:700;color:#1e293b}.deliverable-desc{font-size:.85rem;color:#64748b;line-height:1.45}@media(max-width:640px){.deliverables-grid{grid-template-columns:1fr}}@media(max-height:900px){.analysis-container{padding:1.75rem 2rem;gap:1.5rem 5rem}.upload-card,.upload-card.has-file{height:190px;padding:1.25rem}.deliverables-section{gap:.6rem}.deliverable-card{padding:1rem 1.15rem}.process-container{margin-top:.5rem;padding-bottom:1.25rem}}@media(max-height:760px){.analysis-container{padding:1.15rem 2rem;gap:1rem 5rem}.analysis-section{gap:.5rem}.section-icon-wrapper{width:40px;height:40px;border-radius:12px}.analysis-section-header h3{font-size:1.2rem}.analysis-section-description{font-size:.85rem;line-height:1.4}.upload-card{height:150px;padding:1rem}.upload-card.has-file{height:auto;min-height:180px;padding:1rem}.deliverables-section{gap:.45rem}.deliverable-card{padding:.8rem 1rem}.deliverable-icon{width:32px;height:32px}.deliverable-desc{line-height:1.35}.process-container{margin-top:.25rem;padding-bottom:.85rem}}.finished-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:1rem;max-width:1200px;margin:0 auto;animation:fadeIn .6s ease;height:auto;width:100%}.finished-header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.finished-avatar{width:160px;height:160px;object-fit:contain;margin-bottom:.5rem}.finished-header h2{font-size:2.25rem;font-weight:800;color:#1e293b;margin:0}.finished-header p{font-size:1.1rem;color:#64748b;max-width:600px;line-height:1.6}.reports-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;width:100%}.report-card{background:#fff;border-radius:var(--aura-radius-lg);padding:2.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;border:1px solid rgba(226,232,240,.8);box-shadow:var(--aura-shadow-soft);transition:all .4s cubic-bezier(.16,1,.3,1);min-height:320px;height:auto}.report-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014;border-color:var(--aura-purple-light)}.report-icon-wrapper{width:64px;height:64px;border-radius:18px;background:#f1f5f9;color:#475569;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.report-card:hover .report-icon-wrapper{background:#eef2ff;color:var(--aura-purple);transform:scale(1.1)}.report-card h3{margin:0;font-size:1.25rem;font-weight:700;color:#1e293b}.report-card p{font-size:.9rem;color:#64748b;margin:0;line-height:1.5}.btn-download{margin-top:auto;width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.85rem 1.5rem;background:#f8fafc;color:#475569!important;border:1px solid #e2e8f0;border-radius:var(--aura-radius-md);font-weight:700;text-decoration:none;transition:all .3s ease}.report-card:hover .btn-download{background:var(--aura-purple);color:#fff!important;border-color:var(--aura-purple);box-shadow:0 4px 12px var(--aura-purple-glow)}.no-reports-message{text-align:center;padding:4rem 2rem;color:#64748b;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.no-reports-avatar{width:220px;height:220px;object-fit:contain;margin-bottom:2rem;opacity:.9;animation:float 4s ease-in-out infinite}.finished-container::-webkit-scrollbar{width:6px}.finished-container::-webkit-scrollbar-track{background:transparent}.finished-container::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}@media(max-width:600px){.reports-grid{grid-template-columns:1fr}}.stepper-container{position:relative;padding:1rem 3rem .5rem;background:transparent;display:flex;flex-direction:column;width:100%;max-width:100%;min-width:0}.stepper-progress-line{position:absolute;top:2.25rem;left:calc(3rem + 40px);right:calc(3rem + 40px);height:2px;background:#e2e8f0;border-radius:10px;z-index:0}.progress-line-fill{height:100%;background:linear-gradient(90deg,var(--aura-purple),var(--aura-cyan));border-radius:10px;transition:width .8s cubic-bezier(.4,0,.2,1);box-shadow:0 0 15px #7c3aed33}.stepper-steps{display:flex;justify-content:space-between;position:relative;z-index:1;min-width:0}.stepper-node-wrapper{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:80px;position:relative;transition:all .3s ease}.stepper-node-wrapper:hover{transform:translateY(-2px)}.step-node{width:42px;height:42px;border-radius:50%;background:#fff;border:2px solid #e2e8f0;color:#94a3b8;display:flex;align-items:center;justify-content:center;transition:all .5s cubic-bezier(.4,0,.2,1);z-index:1;box-shadow:var(--aura-shadow-soft)}.stepper-node-wrapper.completed .step-node{background:#fff;border-color:var(--aura-purple);color:var(--aura-purple);box-shadow:0 4px 12px var(--aura-purple-glow)}.stepper-node-wrapper.active .step-node{background:#fff;border-color:var(--aura-purple);color:var(--aura-purple);transform:scale(1.15);box-shadow:0 0 25px var(--aura-purple-glow)}.step-label{font-size:.75rem;font-weight:500;color:#94a3b8;text-align:center;width:max-content;max-width:140px;transition:all .3s ease;letter-spacing:.02em;overflow-wrap:anywhere}.stepper-node-wrapper.completed .step-label{color:#475569;font-weight:600}.stepper-node-wrapper.active .step-label{color:var(--aura-purple);font-weight:700;text-shadow:0 0 10px var(--aura-purple-glow)}.stepper-node-wrapper.active .step-node:after{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px solid var(--aura-purple);opacity:.3;animation:pulseAura 2s infinite ease-out}@keyframes pulseAura{0%{transform:scale(1);opacity:.5}to{transform:scale(1.4);opacity:0}}@keyframes glowActive{0%{box-shadow:0 0 15px var(--aura-purple-glow)}50%{box-shadow:0 0 35px #7c3aed66}to{box-shadow:0 0 15px var(--aura-purple-glow)}}.stepper-node-wrapper.active .step-node{animation:glowActive 4s infinite ease-in-out}@media(max-width:900px){.stepper-container{padding:.85rem 1.5rem .35rem}.stepper-progress-line{left:calc(1.5rem + 34px);right:calc(1.5rem + 34px)}.stepper-node-wrapper{width:72px;gap:.55rem}.step-node{width:38px;height:38px}.step-label{max-width:100px;font-size:.68rem}}@media(max-width:640px){.stepper-container{padding:.75rem .5rem .35rem;overflow-x:hidden}.stepper-progress-line{top:1.95rem;left:calc(.5rem + 28px);right:calc(.5rem + 28px)}.stepper-node-wrapper{width:64px;gap:.45rem}.stepper-node-wrapper:hover{transform:none}.step-node{width:34px;height:34px}.step-node svg{width:16px;height:16px}.step-label{max-width:76px;font-size:.62rem;line-height:1.2}}.project-sidebar{width:320px;min-width:320px;max-width:100%;background-color:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:1.5rem;display:flex;flex-direction:column;gap:0;box-shadow:0 10px 25px -12px #7c3aed14}.sb-header{margin-bottom:0;position:relative}.sb-edit-btn{position:absolute;top:-.5rem;right:-.5rem;width:30px;height:30px;border-radius:50%;border:1px solid #f1f5f9;background-color:#fff;color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}.sb-edit-btn:hover{background-color:#f5f3ff;color:#7c3aed;border-color:#e9d5ff;transform:scale(1.1)}.project-id-badge{display:inline-flex;align-items:center;gap:.3rem;background-color:#f5f3ff;color:#7c3aed;font-size:.58rem;font-weight:800;padding:.2rem .5rem;border-radius:6px;letter-spacing:.06em;margin-bottom:.75rem;text-transform:uppercase}.project-sidebar-name{font-size:1.25rem;font-weight:800;color:#0f172a;line-height:1.2;margin-bottom:.75rem;letter-spacing:-.02em;overflow-wrap:break-word}.project-code-tag{display:inline-flex;align-items:center;gap:.45rem;color:#64748b;font-size:.8rem;background-color:#f8fafc;border:1px solid #e2e8f0;padding:.25rem .6rem;border-radius:8px}.project-code-tag strong{color:#0f172a;font-weight:700}.sidebar-divider{width:100%;height:1px;background-color:#f1f5f9;margin:1rem 0}.sb-top-content{display:flex;flex-direction:column;flex:1;gap:1.25rem}.sb-bottom-content{margin-top:auto}.sb-section{width:100%}.sb-section-title{font-size:.6rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.8rem}.sb-stage-badge{display:flex;align-items:center;gap:.5rem;padding:.6rem .8rem;border-radius:8px;font-weight:700;font-size:.85rem}.sb-stage-pre{background-color:#e0f2fe;color:#0369a1}.sb-stage-analysis{background-color:#f3f0ff;color:#7c3aed}.sb-stage-finished{background-color:#dcfce7;color:#15803d}.sb-stage-default{background-color:#f8fafc;color:#64748b}.sb-details-list{display:flex;flex-direction:column;gap:1.35rem}.sb-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.sb-detail-item{display:flex;align-items:flex-start;gap:.6rem}.sb-detail-icon{width:26px;height:26px;background-color:#f8fafc;border:1px solid #e9ecef;color:#94a3b8;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sb-detail-content{display:flex;flex-direction:column;gap:.1rem;min-width:0}.sb-detail-content label{font-size:.58rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.sb-detail-content span{font-size:.82rem;font-weight:600;color:#334155;overflow-wrap:break-word;word-break:break-word;line-height:1.2}.sb-brands-list{display:flex;flex-wrap:wrap;gap:.4rem}.sb-brand-tag{display:inline-flex;align-items:center;background-color:#f3f0ff;color:#7c3aed;border:1px solid #e9d5ff;font-size:.78rem;font-weight:600;padding:.2rem .55rem;border-radius:6px;white-space:nowrap}.sb-dates-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media(max-width:1199px){.project-sidebar{width:280px;min-width:280px;padding:1.25rem;border-radius:18px}.project-sidebar-name{font-size:1.1rem}.sb-top-content,.sb-details-list{gap:1rem}}@media(max-width:900px){.project-sidebar{width:100%;min-width:0;padding:1.15rem}.sb-details-list,.sb-dates-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.sb-details-grid{grid-column:1 / -1}.sb-bottom-content{margin-top:0}}@media(max-width:640px){.project-sidebar{padding:1rem;border-radius:16px}.sb-header{padding-right:2.25rem}.sb-edit-btn{top:0;right:0}.project-id-badge{margin-bottom:.5rem}.project-sidebar-name{font-size:1rem;margin-bottom:.55rem}.project-code-tag{font-size:.75rem}.sidebar-divider{margin:.75rem 0}.sb-details-list,.sb-details-grid,.sb-dates-grid{grid-template-columns:1fr;gap:.7rem}.sb-section-title{margin-bottom:.55rem}.sb-stage-badge{padding:.5rem .7rem;font-size:.8rem}.sb-brand-tag{white-space:normal}}.project-detail-layout{display:grid;grid-template-columns:320px 1fr;gap:3rem;align-items:start;overflow-x:hidden;overflow-y:auto;min-height:0;width:92%;max-width:1600px;padding-bottom:2.5rem}.project-content-column{display:flex;flex-direction:column;gap:2rem;min-height:0;min-width:0;width:100%;max-width:100%}.pd-content-section{flex:0 0 auto;display:flex;flex-direction:column;min-height:auto;min-width:0;width:100%;max-width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.placeholder-message{text-align:center;padding:3rem;background:#f8fafc;border-radius:12px;border:2px dashed #e2e8f0}@media(max-width:1199px){.project-detail-layout{grid-template-columns:280px minmax(0,1fr);gap:1.75rem;width:min(94%,1280px)}.project-content-column{gap:1.5rem}}@media(max-width:900px){.project-detail-layout{grid-template-columns:1fr;gap:1.25rem;width:min(94%,820px)}}@media(max-width:640px){.project-detail-layout{width:100%;max-width:100%;padding:1rem 1rem 2rem;gap:1rem}.project-content-column{gap:1rem}.placeholder-message{padding:1.5rem}}@media(min-width:901px){.project-detail-layout{overflow-y:hidden;align-items:stretch;min-height:0}.project-sidebar{align-self:stretch;min-height:0;max-height:100%;overflow-y:auto}.project-content-column{height:100%;min-height:0}.pd-content-section{flex:1 1 auto;min-height:0;overflow:hidden}.pd-content-section>.document-upload-container{height:100%}}.pd-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;text-align:center;color:#64748b}.pd-error-message{background-color:#fef2f2;color:#ef4444;padding:.75rem;border-radius:12px;font-size:.85rem;border:1px solid #fee2e2;text-align:center;margin-bottom:.5rem}.interview-edit-content{padding:1rem 2rem;height:calc(100vh - 80px);overflow-y:auto}.content-container{max-width:1000px;margin:0 auto}.back-link-btn{background:none;border:none;color:#64748b;padding:.5rem;margin-right:1rem;cursor:pointer;border-radius:8px;transition:all .2s;display:flex;align-items:center;justify-content:center}.back-link-btn:hover{background:#f1f5f9;color:#1e293b}.header-left{display:flex;align-items:center}.header-info h1{font-size:1.5rem;margin:0;color:#1e293b}.source-tag{display:flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;text-transform:uppercase;color:#64748b;text-decoration:none}.clickable-source{cursor:pointer;transition:all .2s;padding:2px 6px;border-radius:4px;background:#f1f5f9}.clickable-source:hover{background:#e2e8f0;color:#7c3aed}.external-icon{margin-left:2px;opacity:.6}.save-container{display:flex;align-items:center;gap:1rem;margin-right:1rem}.save-button{display:flex;align-items:center;gap:.6rem;background-color:#7c3aed;color:#fff;border:none;padding:.6rem 1.25rem;border-radius:10px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s}.save-button:hover:not(:disabled){background-color:#6d28d9;transform:translateY(-1px);box-shadow:0 4px 12px #7c3aed33}.save-button:disabled{opacity:.7;cursor:not-allowed}.save-button.success{background-color:#10b981;box-shadow:0 4px 12px #10b98133}.process-interview-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#f5f3ff;color:#7c3aed;border:1px solid #ddd6fe;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s;margin-right:.5rem}.process-interview-btn:hover{background:#ede9fe;border-color:#c4b5fd;transform:translateY(-1px)}.processing-badge{display:flex;align-items:center;gap:.5rem;background:#f5f3ff;color:#7c3aed;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;border:1px solid #ddd6fe;animation:fadeIn .3s ease-out}.cards-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem;padding-bottom:3rem}.role-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;transition:all .2s}.top-bar-actions{display:flex;align-items:center;gap:1rem}.mapping-popover{position:relative}.mapping-trigger{display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;font-size:.875rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s}.mapping-trigger:hover{background:#fff;border-color:#7c3aed;color:#7c3aed;box-shadow:0 4px 12px #0000000d}.mapping-trigger.active{background:#fff;border-color:#7c3aed;color:#7c3aed;box-shadow:0 4px 12px #7c3aed1a}.mapping-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:340px;z-index:1000}.mapping-dropdown-content{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;padding:1.25rem}.dropdown-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.close-dropdown{background:none;border:none;font-size:1.5rem;color:#94a3b8;cursor:pointer;line-height:1;padding:0 .5rem;transition:color .2s}.close-dropdown:hover{color:#64748b}.mapping-dropdown h4{margin:0 0 .5rem;font-size:1rem;color:#1e293b}.mapping-dropdown p{margin:0 0 1.25rem;font-size:.8125rem;color:#64748b;line-height:1.4}.unmapped-list{display:flex;flex-direction:column;gap:.75rem;max-height:300px;overflow-y:auto;padding-right:.5rem}.unmapped-item{display:flex;flex-direction:column;gap:.4rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}.unmapped-item:last-child{border-bottom:none;padding-bottom:0}.source-role{font-size:.75rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unmapped-item select{width:100%;padding:.5rem;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;font-size:.8125rem;color:#1e293b;font-weight:500;outline:none;cursor:pointer;transition:all .2s}.unmapped-item select:hover{border-color:#cbd5e1}.unmapped-item select:focus{border-color:#7c3aed;background:#fff}.mapping-confirm-actions{display:flex;flex-direction:column;gap:.5rem;background:#fdf4ff;padding:.75rem;border-radius:10px;border:1px solid #f5d0fe;animation:fadeIn .2s ease-out}.confirm-text{font-size:.75rem;color:#701a75}.confirm-btns{display:flex;gap:.5rem}.confirm-yes,.confirm-no{flex:1;padding:.4rem;border-radius:6px;font-size:.75rem;font-weight:700;cursor:pointer;border:none;transition:all .2s}.confirm-yes{background:#7c3aed;color:#fff}.confirm-yes:hover{background:#6d28d9}.confirm-no{background:#fff;border:1px solid #e2e8f0;color:#64748b}.confirm-no:hover{background:#f8fafc;border-color:#cbd5e1}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.card-header{padding:.75rem 1.25rem;background:#f8fafc;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.role-input{background:transparent;border:none;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.025em;color:inherit;width:200px;outline:none}.delete-card-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:.4rem;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center}.delete-card-btn:hover{background:#fee2e2;color:#ef4444}.role-indicator-wrapper{position:relative;z-index:20}.role-indicator{display:flex;align-items:center;gap:.6rem;padding:.4rem .8rem;border-radius:8px;background:transparent;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none;color:#64748b}.role-indicator:hover{background:#f1f5f9}.role-text{font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.role-card.entrevistador .role-indicator,.role-card.interviewer .role-indicator{color:#7c3aed}.role-card.entrevistado .role-indicator,.role-card.user .role-indicator{color:#0891b2}.role-select-dropdown{position:absolute;top:100%;left:0;width:200px;padding-top:8px;display:none;z-index:1000}.role-indicator-wrapper:hover .role-select-dropdown{display:block}.role-select-dropdown-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:.5rem;animation:fadeIn .2s ease-out}.role-option{display:flex;align-items:center;gap:.6rem;width:100%;padding:.6rem .8rem;border:none;background:none;border-radius:8px;font-size:.75rem;font-weight:600;text-align:left;cursor:pointer;transition:all .2s;color:#64748b}.role-option:hover{background:#f8fafc}.processing-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem 0;color:#7c3aed}.processing-loader span{font-weight:600;font-size:.875rem;color:#64748b}.role-option.interviewer:hover{color:#7c3aed;background:#f5f3ff}.role-option.user:hover{color:#0891b2;background:#ecfeff}.card-body{padding:0}.card-body textarea{width:100%;min-height:120px;padding:1.5rem;border:none;font-family:Inter,sans-serif;font-size:1rem;line-height:1.7;background-color:#0f172a;color:#f8fafc;resize:vertical;outline:none;display:block;transition:background-color .2s ease}.card-body textarea:focus{background-color:#020617}.empty-content{text-align:center;padding:4rem;color:#94a3b8;background:#f8fafc;border-radius:16px;border:2px dashed #e2e8f0}.spin{animation:spin 1s linear infinite}.interview-edit-content::-webkit-scrollbar{width:8px}.interview-edit-content::-webkit-scrollbar-track{background:transparent}.interview-edit-content::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.interview-edit-content::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.insert-card-divider{height:12px;margin:-.5rem 0;display:flex;align-items:center;justify-content:center;position:relative;z-index:10;transition:all .2s ease;opacity:0}.insert-card-divider:hover,.insert-card-divider.first{height:48px;margin:.5rem 0;opacity:1}.insert-card-divider:before{content:"";position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent);z-index:-1}.insert-btn{display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;background:#fff;border:1px solid #e2e8f0;border-radius:20px;font-size:.75rem;font-weight:600;color:#64748b;cursor:pointer;box-shadow:0 2px 4px #0000000d;margin:0 .5rem;transition:all .2s}.insert-btn.interviewer:hover{border-color:#7c3aed;color:#7c3aed;transform:scale(1.05)}.insert-btn.interviewer:hover svg{color:#7c3aed}.insert-btn.user:hover{border-color:#0891b2;color:#0891b2;transform:scale(1.05)}.insert-btn.user:hover svg{color:#0891b2}.insert-btn svg{color:#94a3b8;transition:color .2s}.add-card-actions{display:flex;justify-content:center;gap:1rem;margin-top:1rem;flex-wrap:wrap}.add-card-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:12px;border:1px solid #e2e8f0;background:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;color:#64748b}.add-card-btn:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000000d}.add-card-btn.interviewer:hover{border-color:#7c3aed;color:#7c3aed;background:#f5f3ff}.add-card-btn.user:hover{border-color:#0891b2;color:#0891b2;background:#ecfeff}.matrix-page-content{flex:1;min-height:0;display:flex;flex-direction:column;width:92%;max-width:1600px;margin:0 auto;padding:0;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#94a3b8 #f1f5f9;scroll-behavior:smooth}.matrix-page-content::-webkit-scrollbar{width:8px;height:8px}.matrix-page-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:999px;margin:.75rem 0;transition:background-color .2s ease}.matrix-page-content::-webkit-scrollbar-thumb{background:#94a3b8;border:2px solid #f1f5f9;border-radius:999px;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.matrix-page-content::-webkit-scrollbar-thumb:hover{background:#7c3aed;border-color:#ede9fe;box-shadow:inset 0 0 0 1px #7c3aed29}.matrix-page-content::-webkit-scrollbar-thumb:active{background:#6d28d9}.matrix-edit-container{padding:1rem 2rem;flex:1;background-color:#f8fafc}.matrix-edit-content{max-width:1000px;margin:0 auto}.interview-meta{display:flex;gap:1rem;margin-top:.25rem}.top-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 2rem;background:#f8fafc;position:sticky;top:0;z-index:800}.top-bar>div:first-child{min-width:0}.top-bar-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex-wrap:wrap;flex-shrink:0}.date-tag{font-size:.75rem;color:#94a3b8}.status-pending{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.status-completed{background:#ecfdf5;color:#10b981;border:1px solid #a7f3d0}.status-processing{background:#eff6ff;color:#3b82f6;border:1px solid #bfdbfe}.status-failed{background:#fef2f2;color:#ef4444;border:1px solid #fecaca}.chapter-container{display:flex;flex-direction:column;gap:1rem;padding-bottom:4rem}.chapter-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 6px -1px #0000000d;overflow:hidden;transform-origin:top center;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease,background-color .22s ease}.chapter-card.collapsed{border-color:#edf0f5;box-shadow:0 2px 5px #0f172a09;transform:translateY(-1px)}.chapter-header{padding:1.25rem 2rem;background:#f8fafc;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:1rem;transition:background-color .2s ease;cursor:pointer}.chapter-card.collapsed .chapter-header{border-bottom:none;background:#fff}.chapter-header:hover{background:#f1f5f9}.drag-handle-btn{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:.25rem;background:none;border:none;border-radius:6px;color:#cbd5e1;cursor:grab;transition:color .2s ease,background-color .2s ease}.drag-handle-btn:hover{color:#94a3b8;background:#94a3b81f}.drag-handle-btn:active{cursor:grabbing;color:#64748b}.chapter-icon{width:36px;height:36px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#7c3aed;box-shadow:0 2px 4px #0000000d}.chapter-name-input{background:transparent;border:none;font-size:1.125rem;font-weight:800;color:#6d28d9;flex:1;outline:none;padding:.5rem;border-radius:8px;transition:all .2s;letter-spacing:-.015em}.chapter-name-input::placeholder{color:#a78bfa}.chapter-name-input:focus{background:#fff;box-shadow:0 0 0 2px #6d28d91a}.subchapters-list{padding:1.5rem 2rem;display:flex;flex-direction:column;gap:2rem;animation:matrixContentReveal .24s ease-out;will-change:opacity,transform}.subchapter-section{position:relative;padding-left:1.5rem;transition:opacity .22s ease,transform .22s ease,margin .22s ease}.subchapter-section:before{content:"";position:absolute;left:0;top:.5rem;bottom:.5rem;width:3px;background:#e5e4f3;border-radius:4px}.subchapter-header{margin-bottom:1rem;display:flex;align-items:center;gap:.75rem;transition:opacity .2s ease}.subchapter-header:hover{opacity:.8}.subchapter-section.collapsed .subchapter-header{margin-bottom:0}.questions-list{animation:matrixContentReveal .22s ease-out;will-change:opacity,transform}@keyframes matrixContentReveal{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.subchapter-name-input{background:transparent;border:none;font-size:.95rem;font-weight:700;color:#8b5cf6;flex:1;outline:none;padding:.25rem .5rem;border-radius:6px;transition:all .2s}.subchapter-name-input::placeholder{color:#c4b5fd}.subchapter-name-input:focus{background:#f5f3ff;box-shadow:0 0 0 2px #8b5cf61a}.subchapter-icon-toggle{width:24px;display:flex;align-items:center;justify-content:center}.answers-grid{display:grid;grid-template-columns:1fr;gap:.75rem}.answer-item{display:flex;gap:.75rem;align-items:flex-start}.answer-number{font-size:.75rem;font-weight:700;color:#94a3b8;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:6px;margin-top:.5rem}.answer-textarea{flex:1;min-height:48px;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:12px;font-size:.875rem;line-height:1.5;color:#334155;background:#fff;resize:vertical;outline:none;transition:all .2s}.answer-textarea:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.process-matrix-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#f5f3ff;color:#7c3aed;border:1px solid #ddd6fe;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s}.process-matrix-btn:hover{background:#ede9fe;border-color:#c4b5fd;transform:translateY(-1px)}.matrix-expand-actions{display:flex;align-items:center;gap:.35rem;padding:.2rem;background:#ffffffeb;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 6px 16px #0f172a0d;flex-shrink:0}.matrix-expand-toggle-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;background:transparent;color:#64748b;border:1px solid transparent;border-radius:10px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .16s ease}.matrix-expand-toggle-btn:hover{background:#f5f3ff;color:#7c3aed;border-color:#ddd6fe;box-shadow:0 6px 14px #7c3aed17;transform:translateY(-1px)}.matrix-expand-toggle-btn:active{transform:translateY(0);box-shadow:0 2px 8px #7c3aed14}.matrix-expand-toggle-btn.is-active,.matrix-expand-toggle-btn.is-expanded{background:#f5f3ff;color:#6d28d9;border-color:#ddd6fe;box-shadow:inset 0 0 0 1px #7c3aed14}.matrix-expand-toggle-btn.is-collapsed{background:#fff;color:#64748b}.matrix-expand-toggle-btn:focus-visible{outline:3px solid rgba(124,58,237,.24);outline-offset:2px}.save-matrix-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#7c3aed;color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s}.save-matrix-btn:hover:not(:disabled){background:#6d28d9;transform:translateY(-1px)}.save-matrix-btn:disabled{opacity:.7;cursor:not-allowed}.save-matrix-btn.success{background:#10b981}.add-chapter-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:#fff;border:2px dashed #e2e8f0;border-radius:16px;color:#64748b;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:2rem}.add-chapter-btn:hover{border-color:#7c3aed;color:#7c3aed;background:#f5f3ff}.action-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:.4rem;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center}.action-btn.insert{color:#94a3b8}.action-btn.insert:hover{background:#eff6ff;color:#3b82f6}.action-btn:hover.delete{background:#fee2e2;color:#ef4444}.action-btn:hover.add{background:#f0fdf4;color:#10b981}.answer-actions-vertical{display:flex;flex-direction:column;gap:.2rem;padding:.2rem}.answer-actions-vertical .action-btn{padding:.25rem}.add-first-question-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1.5rem;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:12px;color:#94a3b8;font-weight:600;cursor:pointer;transition:all .2s}.add-first-question-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#64748b}.processing-loader{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;color:#64748b}.empty-matrix{text-align:center;padding:5rem 2rem;background:#fff;border-radius:20px;border:2px dashed #e2e8f0}.empty-matrix h2{color:#1e293b;margin-bottom:1rem}.empty-matrix p{color:#64748b;margin-bottom:2rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#64748b}.spin{animation:spin 1s linear infinite;margin-bottom:1rem}.add-answer-container{margin-top:1rem;padding-left:2rem}.add-answer-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;color:#94a3b8;border:1px dashed #e2e8f0;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s}.add-answer-btn:hover{color:#10b981;border-color:#10b981;background:#f0fdf4}.empty-subchapter-placeholder{display:flex;justify-content:center;padding:1rem 0}.add-first-subchapter-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:2rem;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:12px;color:#94a3b8;font-weight:600;cursor:pointer;transition:all .2s;width:100%;font-size:.95rem}.add-first-subchapter-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#64748b}.action-dropdown{position:absolute;top:calc(100% + 4px);right:0;z-index:100;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #0000001f;padding:.35rem;min-width:170px;animation:dropdownIn .12s ease}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:flex;align-items:center;gap:.6rem;width:100%;padding:.5rem .75rem;background:none;border:none;border-radius:7px;font-size:.85rem;font-weight:500;color:#334155;cursor:pointer;transition:background .15s;text-align:left;white-space:nowrap}.dropdown-item:hover{background:#f1f5f9}.dropdown-item.danger{color:#ef4444}.dropdown-item.danger:hover{background:#fef2f2}.dropdown-separator{height:1px;background:#f1f5f9;margin:.3rem 0}.questions-list{display:flex;flex-direction:column;gap:.5rem;padding:.5rem .75rem .75rem 2.5rem}.question-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;transition:box-shadow .2s}.question-card:hover{box-shadow:0 2px 8px #0000000f}.question-header{display:flex;align-items:center;justify-content:space-between;padding:.4rem .6rem .4rem .75rem;background:#f8fafc;border-bottom:1px solid #f1f5f9}.question-number{font-size:.72rem;font-weight:700;color:#94a3b8;letter-spacing:.04em;text-transform:uppercase}.question-textarea{width:100%;box-sizing:border-box;padding:.65rem .75rem;border:none;outline:none;font-size:.875rem;line-height:1.6;color:#334155;background:#fff;resize:vertical;font-family:inherit;min-height:56px}.question-textarea:focus{background:#fdfcff;box-shadow:inset 0 0 0 2px #7c3aed26}.add-inline-btn{display:flex;align-items:center;gap:.4rem;padding:.45rem .75rem;background:transparent;border:1.5px dashed #e2e8f0;border-radius:8px;color:#94a3b8;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .18s;width:100%;justify-content:center;margin-top:.25rem}.add-inline-btn:hover{border-color:#7c3aed;color:#7c3aed;background:#f5f3ff}.add-subchapter-inline{margin:.5rem .75rem .75rem;width:calc(100% - 1.5rem)}.add-chapter-inline{margin-top:.75rem}.state-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2rem;text-align:center;background:#fff;border-radius:24px;border:1px solid #e2e8f0;margin-top:2rem}.state-image{width:200px;height:auto;margin-bottom:2rem;object-fit:contain}.state-message{max-width:400px}.state-message h2{font-size:1.5rem;color:#1e293b;margin-bottom:.75rem}.state-message p{color:#64748b;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.state-icon-wrapper{display:inline-flex;padding:1rem;border-radius:50%;margin-bottom:1rem}.state-icon-wrapper.processing{background:#fffbeb;color:#d97706}.state-icon-wrapper.error{background:#fef2f2;color:#ef4444}.state-icon-wrapper.uploading{background:#eff6ff;color:#3b82f6}.back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s}.back-btn:hover{background:#e2e8f0;color:#1e293b}.validation-checkbox-container{margin-top:1.5rem;padding:1.15rem;background-color:#f8fafc;border-radius:14px;border:1.5px solid #e2e8f0;display:flex;align-items:flex-start;gap:1rem;cursor:pointer;transition:all .2s ease}.validation-checkbox-container:hover{border-color:#7c3aed;background-color:#f5f3ff}.validation-checkbox-container input{appearance:none;-webkit-appearance:none;width:22px;height:22px;border:2.5px solid #cbd5e1;border-radius:6px;background-color:#fff;display:grid;place-content:center;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);margin-top:2px;flex-shrink:0}.validation-checkbox-container input:before{content:"";width:12px;height:12px;transform:scale(0);transition:.2s transform cubic-bezier(.4,0,.2,1);background-color:#7c3aed;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);transform-origin:center}.validation-checkbox-container input:checked{border-color:#7c3aed;background-color:#f5f3ff}.validation-checkbox-container input:checked:before{transform:scale(1)}.validation-checkbox-container span{font-size:.95rem;color:#475569;line-height:1.5;-webkit-user-select:none;user-select:none;text-align:left}.validation-checkbox-container span strong{color:#ef4444}@media(max-width:768px){.top-bar{flex-direction:column;align-items:stretch;padding:1rem}.top-bar-actions{justify-content:flex-end;width:100%}}@media(max-width:480px){.matrix-edit-container{padding:.75rem}.top-bar-actions{gap:.5rem}.matrix-expand-toggle-btn{width:36px;height:36px}}.phone-input-container{display:flex;align-items:center;width:100%;height:52px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;position:relative;transition:border-color var(--motion-base) ease,box-shadow var(--motion-base) ease,background-color var(--motion-base) ease;box-sizing:border-box;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.phone-input-container:hover{border-color:#c4b5fd;background:#fefcff}.phone-input-container:focus-within{border-color:var(--aura-purple);background:#fff;box-shadow:0 0 0 4px #7c3aed1f,0 10px 24px #7c3aed14}.phone-input-container.error{border-color:#ef4444;background:#fff1f2}.phone-input-container.error:focus-within{box-shadow:0 0 0 3px #ef44441a}.phone-code-selector{display:flex;align-items:center;gap:.5rem;align-self:stretch;padding:0 .85rem 0 .95rem;cursor:pointer;border:0;border-right:1px solid rgba(203,213,225,.72);background:linear-gradient(180deg,#fff,#fbfaff);color:#475569;font:inherit;min-width:132px;flex:0 0 auto;-webkit-user-select:none;user-select:none;transition:background .2s,color .2s}.phone-country-flag{width:24px;height:16px;flex:0 0 auto;border-radius:4px;box-shadow:0 0 0 1px #0f172a14;object-fit:cover}.phone-country-flag.selected{width:26px;height:18px}.phone-code-selector:hover{background:#f8f5ff;color:var(--aura-purple)}.phone-code-selector:focus-visible{outline:none;background:#f5f3ff;color:var(--aura-purple)}.phone-code-selector:disabled{cursor:not-allowed}.dropdown-country-code{display:inline-flex;align-items:center;justify-content:flex-start;min-width:0;height:auto;padding:0;border-radius:0;background:transparent;color:#94a3b8;font-size:.78rem;font-weight:700;letter-spacing:.01em}.selected-code{display:inline-flex;align-items:center;justify-content:center;min-width:0;padding:0;border-radius:0;background:transparent;font-weight:600;font-size:.95rem;color:#475569;font-variant-numeric:tabular-nums}.chevron{color:#94a3b8;transition:transform .2s}.chevron.open{transform:rotate(180deg)}.phone-main-input{flex:1;border:none;background:transparent;padding:0 1rem;font-size:1rem;color:#1e293b;font-weight:500;outline:none;width:100%;min-width:0}.phone-main-input:-webkit-autofill,.phone-main-input:-webkit-autofill:hover,.phone-main-input:-webkit-autofill:focus{-webkit-text-fill-color:#1e293b;box-shadow:0 0 0 1000px #fff inset;transition:background-color 9999s ease-out}.phone-main-input:autofill{background:#fff;color:#1e293b}.phone-main-input::placeholder{color:#cbd5e1}.phone-input-container.disabled{opacity:.6;cursor:not-allowed;background:#f1f5f9}.phone-codes-dropdown{position:absolute;top:calc(100% + 8px);left:0;width:280px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 15px 40px #0000001f;z-index:1001;max-height:300px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#c4b5fd #f8fafc;padding:.5rem;list-style:none;margin:0;animation:dipliDropdownEnter var(--motion-base) var(--motion-ease-out) both}.phone-codes-dropdown::-webkit-scrollbar{width:6px}.phone-codes-dropdown::-webkit-scrollbar-track{background:#f8fafc;border-radius:999px}.phone-codes-dropdown::-webkit-scrollbar-thumb{background:#c4b5fd;border-radius:999px;transition:background-color .18s ease}.phone-codes-dropdown::-webkit-scrollbar-thumb:hover{background:#a78bfa}.phone-codes-dropdown-portal{position:fixed;z-index:1600;max-height:min(260px,calc(100vh - 24px));overscroll-behavior:contain;box-shadow:0 18px 42px #0f172a29,0 4px 12px #7c3aed14}.phone-codes-dropdown-portal.top{transform-origin:bottom;animation:slideUpPhone var(--motion-base) var(--motion-ease-out)}.phone-codes-dropdown li{display:flex;align-items:center;gap:.65rem;padding:.75rem .85rem;border-radius:10px;cursor:pointer;transition:all .1s}.phone-codes-dropdown li:hover{background:#f8fafc}.phone-codes-dropdown li.active{background:#f5f3ff;color:var(--aura-purple);box-shadow:inset 3px 0 0 var(--aura-purple)}.dropdown-flag{font-size:1.2rem}.dropdown-country{flex:1;font-size:.9rem;color:#475569;font-weight:500}.dropdown-code{font-size:.9rem;color:#94a3b8;font-weight:600;font-variant-numeric:tabular-nums}@keyframes slideDownIn{0%{opacity:0;transform:translateY(-6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideUpPhone{0%{opacity:0;transform:translateY(6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:420px){.phone-code-selector{min-width:112px;padding:0 .65rem}.phone-country-flag.selected{width:24px;height:16px}.phone-main-input{min-width:0;padding:0 .75rem}}.toast-notification{position:fixed;top:100px;right:25px;background:#ecfdf5e6;color:#047857;padding:.6rem 1rem;border-radius:10px;display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;box-shadow:0 4px 12px #0000000d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(16,185,129,.2);z-index:10000;transition:all .3s ease;animation:toastScaleIn .3s cubic-bezier(.16,1,.3,1)}@keyframes toastScaleIn{0%{transform:translate(100%) scale(.9);opacity:0}to{transform:translate(0) scale(1);opacity:1}}.profile-layout-container{padding:2rem 5%;max-width:1300px;margin:0 auto;position:relative;width:100%;flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#e2e8f0 transparent}.profile-layout-container::-webkit-scrollbar{width:6px}.profile-layout-container::-webkit-scrollbar-track{background:transparent}.profile-layout-container::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.profile-layout-container::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.profile-grid{display:grid;grid-template-columns:340px 1fr;gap:3rem;align-items:stretch}.profile-card{background:#fff;border-radius:20px;border:1px solid #eef2f6;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;padding:2rem;margin-bottom:1.25rem;transition:border-color var(--motion-base) ease,box-shadow var(--motion-base) ease,transform var(--motion-base) var(--motion-ease-standard)}.profile-card:hover{border-color:#7c3aed29;box-shadow:0 10px 25px -5px #00000012;transform:translateY(-1px)}.personal-details-card{padding:0;overflow:hidden;position:sticky;top:0;z-index:10}.avatar-section{padding:2.5rem 2rem;background:linear-gradient(180deg,#f8fafc,#fff);display:flex;flex-direction:column;align-items:center;border-bottom:1px solid #f1f5f9}.profile-avatar-wrapper{margin-bottom:1.5rem}.profile-avatar-wrapper .avatar-trigger{padding:0!important}.profile-avatar-wrapper .avatar-circle{width:160px!important;height:160px!important;font-size:4rem!important;border:6px solid #ffffff;box-shadow:0 8px 25px #0000001a}.user-display-name{font-size:1.5rem;font-weight:800;color:#1e293b;margin:0;text-align:center;letter-spacing:-.02em}.user-display-cargo{font-size:.95rem;color:#64748b;font-weight:500;margin-top:.25rem;text-align:center}.sidebar-info-list{padding:1.5rem 2rem 2.5rem;display:flex;flex-direction:column;gap:1.25rem}.info-item{display:flex;align-items:center;gap:.75rem;color:#475569;font-size:.9rem;font-weight:500}.info-item svg{color:#94a3b8}.sidebar-divider{height:1px;background:#f1f5f9;margin:.5rem 0}.form-group-sidebar{display:flex;flex-direction:column;gap:.5rem}.form-group-sidebar label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;display:flex;align-items:center;gap:.5rem}.info-block{display:flex;flex-direction:column;gap:.85rem}.info-block-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--aura-purple);margin-bottom:.25rem}.form-group-sidebar input,.form-group-sidebar select{box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.6rem .8rem;height:44px;font-size:.9rem;color:#1e293b;font-weight:600;width:100%;transition:all .2s ease}.form-group-sidebar select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .8rem center;background-size:1em;padding-right:2rem}.user-display-name-input{box-sizing:border-box;width:100%;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.5rem .75rem;font-size:1.25rem;font-weight:800;color:#1e293b;letter-spacing:-.02em;transition:all .2s ease}.user-display-name-input:focus{outline:none;border-color:var(--aura-purple);box-shadow:0 0 0 4px #7c3aed1a}.sidebar-edit-field{gap:.4rem}.sidebar-edit-field .custom-select-trigger{box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;min-height:44px}.sidebar-edit-field .phone-input-container{box-sizing:border-box;height:44px;min-height:44px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.sidebar-edit-field .phone-code-selector{min-width:104px;padding:0 .6rem 0 .7rem}.sidebar-edit-field .phone-main-input{font-size:.9rem;padding:0 .75rem}.sidebar-edit-field .selected-code{font-size:.85rem}.sidebar-edit-actions{display:flex;gap:.6rem;margin-top:.6rem}.btn-save-sidebar{flex:1;padding:.65rem .75rem;border-radius:10px;font-size:.85rem;font-weight:700;border:none;cursor:pointer;transition:all .2s ease;background:var(--aura-purple);color:#fff;box-shadow:0 4px 12px var(--aura-purple-glow)}.btn-save-sidebar:hover:not(:disabled){background:var(--aura-purple-dark, #6d28d9)}.btn-save-sidebar:disabled{opacity:.5;cursor:not-allowed;background:#94a3b8;box-shadow:none}.content-card{padding:2.6rem 2.5rem;min-height:auto}.profile-section-card{min-height:auto;padding:1.5rem 2rem;border-color:#e2e8f0e6;box-shadow:0 14px 32px #0f172a0e}.profile-professional-form.is-readonly .profile-section-card{background:linear-gradient(180deg,#fffffffa,#f8fafc94),#fff}.profile-professional-form.is-editing .profile-section-card{border-color:#c4b5fde6;box-shadow:0 18px 42px #7c3aed14}.outside-section-title{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;margin-top:.9rem;padding-left:.5rem}.outside-section-title svg{color:var(--aura-purple)}.outside-section-title h3{margin:0;font-size:1.35rem;font-weight:850;color:#0f172a;letter-spacing:-.01em}.profile-section-heading-row{justify-content:space-between;gap:1rem}.profile-section-heading-title{display:flex;align-items:center;gap:1rem;min-width:0}.profile-section-edit{flex:0 0 auto;width:38px;height:38px;border-radius:12px;box-shadow:0 10px 24px #0f172a14}.form-row{display:flex;gap:2rem;margin-bottom:1.25rem}.profile-section-card .form-row:last-child{margin-bottom:0}.flex-1{flex:1}.form-group label{display:flex;align-items:center;gap:.35rem;font-size:.9rem;font-weight:800;color:#334155;margin-bottom:.45rem}.form-group input,.form-group select,.form-group textarea{width:100%;box-sizing:border-box;padding:.9rem 1.25rem;background:#fff;border:1px solid #cbd5e1;border-radius:12px;font-size:1rem;color:#1e293b;font-family:inherit;transition:all .2s cubic-bezier(.4,0,.2,1)}.profile-section-card .form-group input,.profile-section-card .form-group textarea,.profile-section-card .custom-select-trigger{border-color:#dbe3ef;box-shadow:0 1px 2px #0f172a09}.form-group select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1.25rem center;background-size:1em;padding-right:2.5rem}.form-group input,.form-group select{height:46px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--aura-purple);box-shadow:0 0 0 4px #7c3aed1a}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background:#f8fafc;border-color:#e2e8f0;color:#475569;cursor:default;opacity:1}.profile-professional-form.is-readonly .form-group input:disabled,.profile-professional-form.is-readonly .form-group textarea:disabled,.profile-professional-form.is-readonly .custom-select-trigger.disabled,.profile-professional-form.is-readonly .custom-select-container.disabled .custom-select-trigger{background:#f8fafcc7;border-color:#e2e8f0c7;color:#475569;box-shadow:none}.profile-professional-form.is-readonly .custom-select-value,.profile-professional-form.is-readonly .form-group input:disabled,.profile-professional-form.is-readonly .form-group textarea:disabled{font-weight:650}.profile-professional-form.is-editing .form-group input,.profile-professional-form.is-editing .form-group textarea,.profile-professional-form.is-editing .custom-select-trigger{background:#fff;color:#0f172a}.field-helper{margin:-.4rem 0 .75rem;color:#94a3b8;font-size:.84rem;line-height:1.45}.reference-origin-field{margin-bottom:1.1rem}.reference-section-card{min-height:0}.reference-section-card textarea{min-height:88px;line-height:1.55}.field-hint{font-size:.85rem;color:#94a3b8;margin-top:.75rem}.char-counter{font-size:.8rem;color:#94a3b8;text-align:right;margin-top:.5rem}.card-header-actions{position:absolute;top:1.5rem;right:1.5rem;z-index:5}.edit-icon-toggle{width:36px;height:36px;border-radius:10px;background:#fff;box-shadow:0 4px 10px #00000014;border:1px solid #eef2f6;display:flex;align-items:center;justify-content:center;color:var(--aura-purple);cursor:pointer;transition:all .2s ease}.edit-icon-toggle:hover{transform:scale(1.1);background:var(--aura-purple);color:#fff;border-color:var(--aura-purple)}.edit-icon-toggle:hover svg{color:#fff}.profile-form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;animation:fadeIn .3s ease}.btn-cancel-profile{background:#f1f5f9;color:#475569;border:none;padding:.85rem 1.75rem;border-radius:12px;font-weight:700;display:flex;align-items:center;gap:.65rem;cursor:pointer;transition:all .2s}.btn-save-profile{background:var(--aura-purple);color:#fff;border:none;padding:.85rem 2.25rem;border-radius:12px;font-weight:700;display:flex;align-items:center;gap:.65rem;cursor:pointer;box-shadow:0 4px 15px var(--aura-purple-glow);transition:all .2s}.btn-save-profile:hover:not(:disabled){background:var(--aura-purple-dark, #6d28d9);transform:translateY(-2px);box-shadow:0 8px 25px var(--aura-purple-glow)}.btn-save-profile:disabled{opacity:.5;cursor:not-allowed;background:#94a3b8;box-shadow:none;transform:none}.btn-cancel-profile:hover{background:#e2e8f0}.profile-alert{animation:fadeIn .4s ease;border-radius:16px;margin-bottom:2.5rem}.personal-modal-avatar{display:flex;justify-content:center;margin-bottom:1rem;transform:scale(1.45);transform-origin:bottom}.personal-data-form{display:flex;flex-direction:column;gap:1.25rem;width:100%;max-height:min(68vh,620px);overflow-y:auto;padding:.25rem .25rem 0;text-align:left;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.personal-data-form::-webkit-scrollbar{width:7px}.personal-data-form::-webkit-scrollbar-track{background:transparent;border-radius:999px}.personal-data-form::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.personal-data-form::-webkit-scrollbar-thumb:hover{background:#94a3b8}.personal-form-section{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#fff;border:1px solid #eef2f7;border-radius:18px;box-shadow:0 8px 22px #0f172a0a}.personal-form-section-header h3{margin:0;color:#334155;font-size:.88rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.personal-form-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;align-items:start}.personal-form-field{display:flex;flex-direction:column;gap:.55rem;min-width:0}.personal-form-field-wide{grid-column:1 / -1}.personal-form-label{display:flex;align-items:center;gap:.5rem;width:100%;color:#64748b;font-size:.82rem;font-weight:800;letter-spacing:.035em;line-height:1.2;text-align:left;text-transform:uppercase}.personal-form-label svg{color:#94a3b8;flex:0 0 auto}.personal-form-field input,.personal-form-field .custom-select-trigger,.personal-form-field .phone-input-container{min-height:52px;background:#fff;border:1px solid #dbe3ef;border-radius:14px;color:#1e293b;box-shadow:0 1px 2px #0f172a0a;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.personal-form-field input{width:100%;padding:.9rem 1rem;font:inherit;font-size:.95rem}.personal-form-field input:-webkit-autofill,.personal-form-field input:-webkit-autofill:hover,.personal-form-field input:-webkit-autofill:focus,.profile-edit-fields textarea:-webkit-autofill,.profile-edit-fields textarea:-webkit-autofill:hover,.profile-edit-fields textarea:-webkit-autofill:focus{-webkit-text-fill-color:#1e293b;caret-color:#1e293b;box-shadow:0 0 0 1000px #fff inset;border-color:#dbe3ef;transition:background-color 9999s ease-out,box-shadow .18s ease}.personal-form-field input:autofill,.profile-edit-fields textarea:autofill{background:#fff;color:#1e293b}.personal-form-field input::placeholder,.personal-form-field .phone-main-input::placeholder,.personal-form-field .custom-select-value.placeholder{color:#94a3b8}.personal-form-field input:hover,.personal-form-field .custom-select-trigger:hover,.personal-form-field .phone-input-container:hover{border-color:#c4b5fd;background:#fefcff}.personal-form-field input:focus,.personal-form-field input:focus-visible,.personal-form-field .custom-select-container.open .custom-select-trigger,.personal-form-field .phone-input-container:focus-within{outline:none;border-color:var(--aura-purple);background:#fff;box-shadow:0 0 0 4px #7c3aed1f,0 10px 24px #7c3aed14}.personal-form-field .custom-select-dropdown,.personal-form-field .phone-codes-dropdown{z-index:1005}.personal-form-actions{position:sticky;bottom:0;z-index:2;gap:.85rem;padding:1rem 0 .25rem;background:linear-gradient(180deg,#ffffffb8,#fff 36%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-edit-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#0f172a7a;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);animation:fadeIn .2s ease-out}.profile-edit-modal{display:grid;grid-template-columns:240px minmax(0,1fr);width:min(920px,calc(100vw - 48px));max-width:920px;max-height:min(820px,calc(100dvh - 48px));overflow:hidden;border:1px solid #eef2f7;border-radius:22px;background:#fff;text-align:left;position:relative;box-shadow:0 30px 80px #0f172a3d,0 12px 24px #7c3aed14;animation:slideUp .26s cubic-bezier(.16,1,.3,1)}.profile-edit-close{position:absolute;top:1rem;right:1rem;z-index:4;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid transparent;border-radius:10px;background:#fff;color:#64748b;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.profile-edit-close:hover{background:#f8fafc;border-color:#e2e8f0;color:#334155}.profile-edit-close:focus-visible{outline:3px solid rgba(124,58,237,.22);outline-offset:2px}.profile-edit-sidebar{display:flex;flex-direction:column;gap:1.25rem;padding:1.15rem;background:linear-gradient(180deg,#fbfaff,#f8fafc);border-right:1px solid #eef2f7}.profile-edit-user{display:flex;align-items:center;gap:.85rem;min-width:0}.profile-edit-user-info{display:flex;flex-direction:column;gap:.12rem;min-width:0}.profile-edit-user .avatar-trigger{padding:0!important}.profile-edit-user .avatar-circle{width:44px!important;height:44px!important;font-size:1rem!important;border-radius:12px!important}.sectioned-modal-sidebar-header .profile-edit-user{min-width:0}.profile-edit-user strong,.profile-edit-user span{display:block;max-width:145px;overflow:hidden;text-overflow:ellipsis}.profile-edit-user strong{display:-webkit-box;white-space:normal;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow-wrap:anywhere;line-height:1.18}.profile-edit-user span{white-space:nowrap}.profile-edit-user strong{color:#111827;font-size:.93rem;font-weight:800}.profile-edit-user span{color:#64748b;font-size:.78rem}.profile-edit-nav{display:flex;flex-direction:column;gap:.35rem}.profile-edit-nav-item{display:flex;align-items:center;gap:.65rem;width:100%;min-height:42px;padding:.75rem .8rem;border:1px solid transparent;border-radius:10px;background:transparent;color:#64748b;font:inherit;font-size:.9rem;font-weight:700;text-align:left;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.profile-edit-nav-item:hover{background:#fff;color:#4c1d95;border-color:#ede9fe}.profile-edit-nav-item:focus-visible{outline:3px solid rgba(124,58,237,.2);outline-offset:2px}.profile-edit-nav-item.active{background:#fff;color:var(--aura-purple);border-color:#ede9fe;box-shadow:0 8px 18px #7c3aed14}.profile-edit-content{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden}.profile-edit-content-header{display:flex;justify-content:space-between;gap:1rem;padding:1.15rem 4rem .95rem 1.35rem;border-bottom:1px solid #eef2f7}.profile-edit-content-header h2{margin:0;color:#111827;font-size:1.2rem;font-weight:850}.profile-edit-content-header p{margin:.28rem 0 0;color:#64748b;font-size:.9rem;line-height:1.45}.profile-edit-scroll{flex:1;min-height:0;overflow-y:auto;padding:1.25rem 1.35rem;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.profile-edit-scroll::-webkit-scrollbar{width:7px}.profile-edit-scroll::-webkit-scrollbar-track{background:transparent}.profile-edit-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.profile-edit-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}.profile-edit-section{display:flex;flex-direction:column;gap:1.1rem}.profile-edit-panel{animation:dipliPanelEnter var(--motion-base) var(--motion-ease-out) both;will-change:opacity,transform}.profile-edit-section-heading h3{margin:0;color:#334155;font-size:.86rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.profile-edit-section-heading p{margin:.3rem 0 0;color:#64748b;font-size:.9rem;line-height:1.45}.profile-edit-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem;min-width:0}.profile-edit-field-wide{grid-column:1 / -1}.profile-edit-fields textarea{width:100%;min-height:118px;resize:vertical;padding:.9rem 1rem;border:1px solid #dbe3ef;border-radius:14px;background:#fff;color:#1e293b;font:inherit;font-size:.95rem;line-height:1.5;box-shadow:0 1px 2px #0f172a0a;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.profile-edit-panel .personal-form-field,.profile-edit-panel .custom-select-container,.profile-edit-panel .phone-input-wrapper,.profile-edit-panel .phone-input-container{width:100%;max-width:100%;min-width:0}.profile-edit-panel .custom-select-dropdown,.profile-edit-panel .phone-codes-dropdown{z-index:1300}.profile-edit-panel .char-counter{margin-top:.4rem;font-size:.75rem}.profile-edit-fields textarea:hover{border-color:#c4b5fd;background:#fefcff}.profile-edit-fields textarea:focus,.profile-edit-fields textarea:focus-visible{outline:none;border-color:var(--aura-purple);background:#fff;box-shadow:0 0 0 4px #7c3aed1f,0 10px 24px #7c3aed14}.profile-edit-actions{display:flex;justify-content:flex-end;gap:.85rem;padding:.9rem 1.35rem;border-top:1px solid #eef2f7;background:#fff;flex-shrink:0}@keyframes profileTabPanelIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.profile-edit-panel,.custom-select-dropdown,.phone-codes-dropdown{animation:none!important}}@media(max-width:1024px){.profile-grid{grid-template-columns:1fr}.personal-details-card{position:relative;top:0}.form-row{flex-direction:column;gap:2rem}.content-card{min-height:auto}}@media(max-width:760px){.profile-edit-overlay{align-items:stretch;padding:.75rem}.profile-edit-modal{grid-template-columns:1fr;width:min(100%,620px);max-height:calc(100dvh - 1.5rem);border-radius:18px}.profile-edit-sidebar{gap:.75rem;border-right:none;border-bottom:1px solid #eef2f7;padding:.85rem}.profile-edit-user{align-items:flex-start}.profile-edit-user strong,.profile-edit-user span{max-width:min(420px,calc(100vw - 7rem))}.profile-edit-nav{flex-direction:row;overflow-x:auto;gap:.5rem;padding:0 0 .25rem;scrollbar-width:thin;scrollbar-color:#c4b5fd transparent;scroll-snap-type:x proximity;overflow-y:hidden}.profile-edit-nav::-webkit-scrollbar{height:5px}.profile-edit-nav::-webkit-scrollbar-track{background:transparent}.profile-edit-nav::-webkit-scrollbar-thumb{background:#c4b5fd;border-radius:999px}.profile-edit-nav-item{flex:0 0 auto;width:auto;min-height:38px;padding:.62rem .75rem;white-space:nowrap;scroll-snap-align:start}.profile-edit-content-header{padding:.9rem 3.5rem .85rem 1rem}.profile-edit-scroll{padding:.95rem 1rem}.profile-edit-fields{grid-template-columns:1fr}}@media(max-width:640px){.profile-edit-overlay{padding:.5rem}.profile-edit-modal{max-height:calc(100dvh - 1rem);border-radius:16px}.profile-edit-content-header h2{font-size:1.05rem}.profile-edit-content-header p{font-size:.82rem}.profile-edit-scroll{padding:.85rem}.profile-edit-fields,.personal-form-grid{grid-template-columns:1fr}.personal-form-field,.profile-edit-field-wide{min-width:0}.personal-form-actions,.profile-edit-actions{flex-direction:column-reverse;gap:.65rem}.personal-form-actions button,.profile-edit-actions button{width:100%}.profile-edit-fields textarea{min-height:104px;max-height:180px}}@media(max-width:420px){.profile-edit-user .avatar-circle{width:38px!important;height:38px!important;font-size:.85rem!important}.profile-edit-user strong,.profile-edit-user span{max-width:calc(100vw - 6.25rem)}.profile-edit-nav-item{font-size:.82rem}}.security-page{display:flex;flex-direction:column;min-height:100vh;background-color:#f8fafc}.security-content{flex:1;max-width:760px;width:100%;margin:0 auto;padding:2rem 1.5rem 2.5rem;display:flex;flex-direction:column;gap:1.5rem}.security-header{display:flex;flex-direction:column;gap:.5rem}.back-button{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;color:#64748b;font-size:.95rem;font-weight:500;cursor:pointer;padding:0;margin-bottom:1rem;transition:color .2s;width:fit-content}.back-button:hover{color:var(--aura-purple)}.title-wrapper{display:flex;align-items:center;gap:.75rem}.security-icon{color:var(--aura-purple)}.security-header h1{margin:0;font-size:1.8rem;color:#0f172a;font-weight:700}.security-header .subtitle{margin:0;color:#64748b;font-size:1rem;line-height:1.5}.security-card{width:100%;background:linear-gradient(180deg,#fff,#fcfcff);border-radius:20px;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 18px 48px #0f172a14,0 2px 4px #0f172a08}.security-card-header{display:flex;align-items:flex-start;gap:.9rem;margin-bottom:1.2rem;padding-bottom:1rem;border-bottom:1px solid #eef2f7}.security-card-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:48px;height:48px;border-radius:16px;color:var(--aura-purple);background:linear-gradient(180deg,#f5f3ff,#ede9fe);box-shadow:inset 0 0 0 1px #7c3aed14}.security-card-heading{min-width:0}.security-card-heading h2{margin:0;color:#111827;font-size:1.15rem;font-weight:850;line-height:1.25}.security-card-heading p{margin:.35rem 0 0;color:#64748b;font-size:.92rem;line-height:1.45}.security-options{display:flex;flex-direction:column;gap:1rem}.security-option-card{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1.15rem 1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:18px;color:#334155;cursor:pointer;text-align:left;box-shadow:0 8px 22px #0f172a0b;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .18s ease}.security-option-card:hover:not(:disabled){background:#fefcff;border-color:#ddd6fe;box-shadow:0 14px 30px #7c3aed1a;transform:translateY(-1px)}.security-option-card:focus-visible{outline:3px solid rgba(124,58,237,.24);outline-offset:3px}.security-option-card:active:not(:disabled){transform:translateY(0)}.security-option-card.is-disabled{cursor:not-allowed;opacity:.72;background:#f8fafc}.security-option-icon{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#f5f3ff;color:var(--aura-purple);flex-shrink:0}.security-option-content{min-width:0;display:flex;flex-direction:column;gap:.25rem}.security-option-title{color:#0f172a;font-size:1rem;font-weight:800}.security-option-description{color:#64748b;font-size:.9rem;line-height:1.45}.security-option-chevron{color:#94a3b8;transition:transform .2s ease,color .2s ease}.security-option-card:hover:not(:disabled) .security-option-chevron{color:var(--aura-purple);transform:translate(2px)}.security-option-badge{justify-self:end;padding:.35rem .6rem;border-radius:999px;background:#ede9fe;color:#6d28d9;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;color:#334155;border-bottom:1px solid #f1f5f9;padding-bottom:1rem}.card-header h2{margin:0;font-size:1.2rem;font-weight:600}.security-form{display:flex;flex-direction:column;gap:1rem}.security-form .form-group{display:flex;flex-direction:column;gap:.45rem}.security-password-section{display:flex;flex-direction:column;gap:.6rem}.security-password-requirements{display:flex;flex-wrap:wrap;gap:.5rem}.security-password-requirements span{display:inline-flex;align-items:center;padding:.35rem .6rem;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;font-size:.75rem;font-weight:700;letter-spacing:.02em}.security-password-requirements span.met{color:#6d28d9;background:#f5f3ff;border-color:#ddd6fe}.toggle-password-btn{position:absolute;right:.75rem;background:none;border:none;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:color .2s}.toggle-password-btn:hover{color:#64748b}.form-actions .action-button{width:100%;justify-content:center;min-height:50px}.alert-success,.alert-error{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.95rem;font-weight:500}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:640px){.security-content{padding:1rem}.security-card{padding:1.1rem;border-radius:18px}.security-option-card{grid-template-columns:auto minmax(0,1fr);gap:.85rem;padding:1rem}.security-option-chevron,.security-option-badge{grid-column:2;justify-self:start}.security-card-header{gap:.75rem}.security-card-icon{width:44px;height:44px;border-radius:14px}.security-card-heading h2{font-size:1.05rem}.security-card-heading p{font-size:.88rem}.security-password-requirements{gap:.4rem}.security-password-requirements span{font-size:.72rem}}.config-page{display:flex;flex-direction:column;min-height:100vh;background-color:#f8fafc}.config-content{flex:1;max-width:760px;width:100%;margin:0 auto;padding:2rem 1.5rem 2.5rem;display:flex;flex-direction:column;gap:1.5rem}.config-header{display:flex;flex-direction:column;gap:.5rem}.config-header .title-wrapper{display:flex;align-items:center;gap:.6rem}.config-header h1{margin:0;color:#111827;font-size:1.6rem;font-weight:850;line-height:1.2}.config-header .security-icon{color:var(--aura-purple);flex:0 0 auto}.config-header .subtitle{margin:0;color:#64748b;font-size:1rem;line-height:1.5}.config-header .back-button{align-self:flex-start;display:inline-flex;align-items:center;gap:.35rem;margin-bottom:.25rem;padding:0;border:none;background:none;color:#64748b;font-size:.9rem;font-weight:600;cursor:pointer;transition:color .2s}.config-header .back-button:hover{color:var(--aura-purple)}.config-form{display:flex;flex-direction:column;gap:1rem}.form-separator{height:1px;background-color:#f1f5f9;margin:.15rem 0}.form-actions{margin-top:.4rem;display:flex;justify-content:flex-end}.form-actions .action-button{width:auto;justify-content:center;min-height:50px}.alert-success,.alert-error{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:8px;font-size:.95rem;font-weight:500}.alert-success{background-color:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.alert-error{background-color:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.config-form-row{display:flex;flex-direction:column;gap:.45rem}.config-form-row label{font-size:.9rem;font-weight:600;color:#374151}.config-select,.config-input{width:100%;padding:.6rem .85rem;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;color:#1e293b;background:#fff;transition:border-color .2s;outline:none}.config-select:focus,.config-input:focus{border-color:var(--aura-purple);box-shadow:0 0 0 3px #7c3aed1a}.config-select:disabled,.config-input:disabled{opacity:.6;cursor:not-allowed;background:#f8fafc}.config-toggle-row{flex-direction:row;align-items:center;justify-content:space-between}.config-toggle-label{display:flex;flex-direction:column;gap:.2rem}.config-toggle-label span:first-child{font-size:.9rem;font-weight:600;color:#374151}.config-toggle-description{font-size:.82rem;color:#64748b}.config-toggle{position:relative;display:inline-block;width:46px;height:26px;flex-shrink:0}.config-toggle input{opacity:0;width:0;height:0;position:absolute}.config-toggle-slider{position:absolute;inset:0;background:#cbd5e1;border-radius:999px;cursor:pointer;transition:background .2s}.config-toggle-slider:before{content:"";position:absolute;width:20px;height:20px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #00000026}.config-toggle input:checked+.config-toggle-slider{background:var(--aura-purple)}.config-toggle input:checked+.config-toggle-slider:before{transform:translate(20px)}.config-toggle input:disabled+.config-toggle-slider{opacity:.5;cursor:not-allowed}@media(max-width:640px){.config-content{padding:1rem}}.tutorials-page{width:100%;overflow-y:auto;padding-bottom:3rem}.tutorials-page-hero{display:flex;align-items:flex-start;gap:1rem;padding:2rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#7c3aed14,#06b6d40f),#fff;border:1px solid #e2e8f0;border-radius:22px;box-shadow:0 18px 45px #0f172a0f}.tutorials-back-btn{width:40px;height:40px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.tutorials-back-btn:hover{color:#7c3aed;border-color:#ddd6fe;background:#f5f3ff;transform:translateY(-1px)}.tutorials-back-btn:focus-visible,.tutorial-page-item:focus-visible{outline:3px solid rgba(124,58,237,.22);outline-offset:2px}.tutorials-eyebrow{display:inline-flex;margin-bottom:.5rem;color:#7c3aed;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.tutorials-page-hero h1{margin:0;color:#0f172a;font-size:2rem;line-height:1.15}.tutorials-page-hero p{max-width:720px;margin:.75rem 0 0;color:#64748b;line-height:1.65}.tutorials-section-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.tutorials-section-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:1rem;box-shadow:0 12px 30px #0f172a0b;transition:border-color var(--motion-base) ease,box-shadow var(--motion-base) ease,transform var(--motion-base) var(--motion-ease-standard)}.tutorials-section-card:hover{border-color:#7c3aed2e;box-shadow:0 16px 34px #0f172a12;transform:translateY(-1px)}.tutorials-section-header{display:flex;align-items:center;gap:.85rem;padding:.5rem .5rem 1rem;border-bottom:1px solid #f1f5f9;margin-bottom:.85rem}.tutorials-section-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;color:#7c3aed;background:#f5f3ff;border-radius:12px;flex-shrink:0}.tutorials-section-header h2{margin:0;color:#1e293b;font-size:1rem}.tutorials-section-header span{color:#94a3b8;font-size:.78rem;font-weight:700}.tutorials-items-list{display:flex;flex-direction:column;gap:.7rem}.tutorial-page-item{display:flex;gap:.75rem;padding:.85rem;color:inherit;text-decoration:none;border:1px solid transparent;border-radius:14px;transition:all .2s ease}.tutorial-page-item:hover{background:#f8fafc;border-color:#ede9fe;transform:translateY(-1px)}.tutorial-page-item-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;color:#7c3aed;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-shrink:0}.tutorial-page-item h3{margin:0;color:#334155;font-size:.9rem}.tutorial-page-item p{margin:.3rem 0 0;color:#64748b;font-size:.82rem;line-height:1.45}@media(max-width:1024px){.tutorials-section-grid{grid-template-columns:1fr}}@media(max-width:640px){.tutorials-page-hero{padding:1.25rem}.tutorials-page-hero h1{font-size:1.55rem}}.forgot-header{text-align:center;margin-bottom:2rem;animation:fadeIn .5s ease-out}.forgot-header h2{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.forgot-header p{color:#6b7280;font-size:.9rem;line-height:1.5}.success-container{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem;animation:scaleIn .4s cubic-bezier(.175,.885,.32,1.275)}.success-icon-wrapper{background:#f5f3ff;padding:1rem;border-radius:50%;margin-bottom:.5rem}.success-text{color:#4b5563;font-size:1rem;line-height:1.6;margin-bottom:1rem}.back-to-login{text-decoration:none;display:flex;align-items:center;justify-content:center}.back-link{display:flex;align-items:center;gap:.5rem;color:#6b7280;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.back-link:hover{color:#7c3aed}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.password-group{position:relative;display:flex;align-items:center}.password-group input{width:100%;padding-right:3rem!important}.toggle-password{position:absolute;right:1rem;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.hint{font-size:.8rem;margin-top:-.5rem;transition:color .2s}.error-message{display:flex;align-items:center;gap:.5rem;background-color:#fef2f2;color:#b91c1c;padding:.85rem;border-radius:8px;font-size:.85rem;margin-bottom:1.25rem;border:1px solid #fecaca;animation:shake .4s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.auth-floating-actions{position:fixed;right:clamp(16px,3vw,32px);bottom:clamp(16px,3vh,32px);z-index:95;display:flex;align-items:center;gap:12px}.auth-floating-actions--with-socials{right:calc(2rem + 72px);bottom:2rem}@media(max-width:640px){.auth-floating-actions{right:16px;bottom:16px}.auth-floating-actions--with-socials{right:84px}}@media(max-height:700px)and (min-width:768px){.auth-floating-actions--with-socials{right:calc(1.25rem + 64px);bottom:1.25rem}}.auth-layout{position:relative;min-height:100vh;background-color:#f3f0ff;background-image:radial-gradient(at 0% 0%,rgba(167,139,250,.15) 0px,transparent 50%),radial-gradient(at 100% 0%,rgba(196,181,253,.15) 0px,transparent 50%),radial-gradient(at 100% 100%,rgba(221,214,254,.15) 0px,transparent 50%),radial-gradient(at 0% 100%,rgba(139,92,246,.1) 0px,transparent 50%);font-family:Inter,sans-serif;overflow:hidden}.toast-viewport{position:fixed;top:1.25rem;right:1.25rem;z-index:1800;display:flex;flex-direction:column;gap:.75rem;width:min(380px,calc(100vw - 2rem));pointer-events:none}.toast-card{display:grid;grid-template-columns:auto 1fr auto;gap:.85rem;align-items:flex-start;padding:.95rem 1rem;border:1px solid rgba(148,163,184,.28);border-left:4px solid var(--toast-accent);border-radius:18px;background:#fffffffa;box-shadow:0 22px 50px #0f172a24,0 8px 18px #7c3aed14;color:#1e293b;pointer-events:auto;animation:toast-enter .18s ease-out both}.toast-card--success{--toast-accent: #16a34a;--toast-soft: #dcfce7}.toast-card--error{--toast-accent: #dc2626;--toast-soft: #fee2e2}.toast-card--warning{--toast-accent: #d97706;--toast-soft: #fef3c7}.toast-card--info{--toast-accent: #7c3aed;--toast-soft: #ede9fe}.toast-icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:999px;color:var(--toast-accent);background:var(--toast-soft);flex-shrink:0}.toast-content{min-width:0}.toast-title{margin:0;color:#111827;font-size:.95rem;font-weight:800;line-height:1.35}.toast-description{margin:.2rem 0 0;color:#64748b;font-size:.85rem;font-weight:500;line-height:1.45}.toast-close{display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;border:0;border-radius:999px;background:transparent;color:#94a3b8;cursor:pointer;transition:background-color .18s ease,color .18s ease}.toast-close:hover,.toast-close:focus-visible{background:#f1f5f9;color:#334155;outline:none}@keyframes toast-enter{0%{opacity:0;transform:translate3d(.75rem,-.25rem,0) scale(.98)}to{opacity:1;transform:translateZ(0) scale(1)}}@media(max-width:640px){.toast-viewport{top:.75rem;right:.75rem;left:.75rem;width:auto}.toast-card{border-radius:16px;padding:.85rem}}.app-container{display:flex;justify-content:center;align-items:center;min-height:100vh}
