@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--red:#c41e2a;--red-dark:#a3171f;--red-light:#fef2f2;--dark:#1a1a2e;--gray-900:#111827;--gray-700:#374151;--gray-500:#6b7280;--gray-300:#d1d5db;--gray-100:#f3f4f6;--gray-50:#f9fafb;--white:#fff;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--radius:12px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--gray-50);color:var(--gray-900);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif}.app{flex-direction:column;min-height:100vh;display:flex}.header{background:var(--white);border-bottom:1px solid var(--gray-100);z-index:50;height:64px;box-shadow:var(--shadow-sm);padding:0 1.5rem;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;display:flex}.logo{align-items:center;gap:.75rem;display:flex}.logo-icon{background:var(--red);width:36px;height:36px;color:var(--white);letter-spacing:-.5px;border-radius:8px;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.logo-text{color:var(--dark);font-size:1.15rem;font-weight:700}.user-info{align-items:center;gap:.75rem;display:flex}.user-avatar{background:var(--red-light);width:32px;height:32px;color:var(--red);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:600;display:flex}.user-email{color:var(--red);text-overflow:ellipsis;white-space:nowrap;border:1.5px solid var(--red);background:var(--red-light);border-radius:20px;max-width:250px;padding:.35rem .85rem;font-size:.85rem;overflow:hidden}.btn-logout{background:var(--gray-900);color:var(--white);cursor:pointer;border:none;border-radius:6px;padding:.45rem 1rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .2s}.btn-logout:hover{background:var(--gray-700)}.main{flex:1;justify-content:center;align-items:center;padding:2rem 1.5rem;display:flex}.login-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius);text-align:center;width:100%;max-width:440px;box-shadow:var(--shadow-lg);background:#ffffffed;padding:3rem 2.5rem}.login-icon{margin-bottom:1.5rem}.login-card h1{color:var(--dark);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.login-subtitle{color:var(--gray-500);margin-bottom:2rem;font-size:.9rem;line-height:1.5}.btn-login{justify-content:center;align-items:center;gap:.75rem;width:100%;display:flex}.workspace{width:100%;max-width:560px}.workspace-header{margin-bottom:1.5rem}.workspace-header h1{color:var(--dark);margin-bottom:.35rem;font-size:1.5rem;font-weight:700}.workspace-header p{color:var(--gray-500);font-size:.9rem}.dropzone{background:var(--white);border:2px dashed var(--gray-300);border-radius:var(--radius);cursor:pointer;box-shadow:var(--shadow-sm);padding:2.5rem 2rem;transition:all .25s}.dropzone:hover,.dropzone.dragging{border-color:var(--red);background:var(--red-light)}.dropzone.has-file{border-style:solid;border-color:var(--gray-300);cursor:default;padding:1.25rem 1.5rem}.drop-content{flex-direction:column;align-items:center;gap:.5rem;display:flex}.drop-icon{opacity:.8;margin-bottom:.5rem}.drop-text{color:var(--gray-700);font-size:1rem;font-weight:600}.drop-hint{color:var(--gray-500);font-size:.85rem}.drop-formats{color:var(--gray-500);background:var(--gray-100);letter-spacing:.5px;border-radius:20px;margin-top:.5rem;padding:.25rem .75rem;font-size:.75rem;display:inline-block}.file-preview{align-items:center;gap:1rem;display:flex}.file-icon{font-size:2rem}.file-details{flex-direction:column;flex:1;min-width:0;display:flex}.file-name{color:var(--dark);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.file-size{color:var(--gray-500);margin-top:.15rem;font-size:.8rem}.btn-remove{background:var(--gray-100);cursor:pointer;width:32px;height:32px;color:var(--gray-500);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;transition:all .2s;display:flex}.btn-remove:hover{background:var(--red-light);color:var(--red)}.btn{cursor:pointer;border:none;border-radius:8px;padding:.7rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s}.btn-primary{background:var(--red);color:var(--white)}.btn-primary:hover:not(:disabled){background:var(--red-dark);box-shadow:var(--shadow-md)}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.btn-ghost{color:var(--gray-500);border:1px solid var(--gray-300);background:0 0}.btn-ghost:hover{background:var(--gray-100);color:var(--gray-700)}.btn-generate{width:100%;margin-top:1.25rem;padding:.85rem;font-size:.95rem}.message{border-radius:8px;margin-top:1rem;padding:.75rem 1rem;font-size:.85rem;line-height:1.5}.message.success{color:#065f46;background:#d1fae5;border:1px solid #a7f3d0}.message.error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#00000073;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal{background:var(--white);border-radius:var(--radius);width:100%;max-width:420px;box-shadow:var(--shadow-xl);text-align:center;padding:2rem;animation:.25s slideUp}.modal-icon{margin-bottom:1rem}.modal h2{color:var(--dark);margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.modal p{color:var(--gray-500);margin-bottom:1.25rem;font-size:.85rem;line-height:1.5}.email-input{border:2px solid var(--gray-300);box-sizing:border-box;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.email-input:focus{border-color:var(--red);box-shadow:0 0 0 3px #c41e2a1a}.modal-actions{justify-content:flex-end;gap:.75rem;margin-top:1.5rem;display:flex}.modal-actions .btn{flex:1}.modal-loading{padding:2.5rem 2rem}.spinner{border:4px solid var(--gray-100);border-top-color:var(--red);border-radius:50%;width:48px;height:48px;margin:0 auto 1.25rem;animation:.8s linear infinite spin}.footer{text-align:center;color:var(--gray-500);border-top:1px solid var(--gray-100);padding:1.25rem;font-size:.75rem}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (width<=640px){.header{padding:0 1rem}.user-email{max-width:140px;font-size:.75rem}.logo-text{font-size:1rem}.main{padding:1.5rem 1rem}.login-card{padding:2rem 1.5rem}.workspace-header h1{font-size:1.25rem}.dropzone{padding:2rem 1.25rem}.modal{margin:0 .5rem;padding:1.5rem}.modal-actions{flex-direction:column-reverse}.modal-actions .btn{width:100%}}.self-option{border:2px solid var(--gray-300);cursor:pointer;text-align:left;border-radius:10px;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.85rem 1rem;transition:all .2s;display:flex}.self-option:hover,.self-option.active{border-color:var(--red);background:var(--red-light)}.self-radio{border:2px solid var(--gray-300);border-radius:50%;flex-shrink:0;width:20px;height:20px;transition:all .2s;position:relative}.self-radio.checked{border-color:var(--red)}.self-radio.checked:after{content:"";background:var(--red);border-radius:50%;width:10px;height:10px;position:absolute;top:3px;left:3px}.self-option-text{flex-direction:column;gap:.1rem;min-width:0;display:flex}.self-label{color:var(--dark);font-size:.85rem;font-weight:600}.self-email{color:var(--gray-500);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.divider-or{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.divider-or:before,.divider-or:after{content:"";background:var(--gray-300);flex:1;height:1px}.divider-or span{color:var(--gray-500);white-space:nowrap;font-size:.75rem}.email-error{color:var(--red);text-align:left;margin-top:.35rem;margin-bottom:0;font-size:.8rem}.input-error{border-color:var(--red)!important}.modal-email .email-input{margin-bottom:0}.btn-inbox{background:var(--red);color:var(--white);cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.btn-inbox:hover{background:var(--red-dark)}.inbox-panel{background:var(--white);width:95%;max-width:720px;max-height:85vh;box-shadow:var(--shadow-xl);border-radius:16px;flex-direction:column;animation:.25s slideUp;display:flex;overflow:hidden}.inbox-header{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;min-height:60px;padding:1rem 1.5rem;display:flex}.inbox-title{align-items:center;gap:.6rem;display:flex}.inbox-header h2{color:var(--dark);font-size:1.05rem;font-weight:700}.inbox-header-actions{align-items:center;gap:.5rem;display:flex}.btn-refresh{background:var(--gray-50);border:1px solid var(--gray-100);cursor:pointer;width:34px;height:34px;color:var(--gray-500);border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.btn-refresh:hover{background:var(--gray-100);color:var(--gray-700)}.btn-close{background:var(--gray-50);border:1px solid var(--gray-100);cursor:pointer;width:34px;height:34px;color:var(--gray-500);border-radius:8px;justify-content:center;align-items:center;font-size:.85rem;transition:all .2s;display:flex}.btn-close:hover{background:var(--red-light);color:var(--red);border-color:#0000}.btn-back{color:var(--red);cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-family:inherit;font-size:.85rem;font-weight:600;transition:opacity .2s;display:flex}.btn-back:hover{opacity:.7}.inbox-loading{flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.inbox-loading p{color:var(--gray-500);font-size:.9rem}.inbox-empty{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:4rem 2rem;display:flex}.inbox-empty p{color:var(--gray-500);font-size:.95rem;font-weight:500}.inbox-empty-hint{color:var(--gray-300);font-size:.8rem}.email-list{flex:1;overflow-y:auto}.email-item{border-bottom:1px solid var(--gray-100);cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:background .15s;display:flex}.email-item:last-child{border-bottom:none}.email-item:hover{background:var(--gray-50)}.email-item-left{flex:1;align-items:flex-start;gap:.85rem;min-width:0;display:flex}.email-item-icon{background:var(--red-light);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.email-item-content{flex:1;min-width:0}.email-subject{color:var(--dark);text-overflow:ellipsis;white-space:nowrap;margin-bottom:.2rem;font-size:.85rem;font-weight:600;display:block;overflow:hidden}.email-snippet{color:var(--gray-500);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;line-height:1.4;overflow:hidden}.email-item-right{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.email-date{color:var(--gray-500);white-space:nowrap;font-size:.75rem}.email-detail{flex-direction:column;flex:1;display:flex;overflow-y:auto}.email-detail-header{padding:1.25rem 1.5rem 0}.email-detail-header h3{color:var(--dark);font-size:1.15rem;font-weight:700;line-height:1.4}.email-meta-card{background:var(--gray-50);border-radius:10px;align-items:center;gap:.75rem;margin:.75rem 1.5rem;padding:1rem 1.5rem;display:flex}.email-sender-avatar{background:var(--red);width:36px;height:36px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.email-meta-info{flex-direction:column;gap:.1rem;min-width:0;display:flex}.email-sender-name{color:var(--dark);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;font-weight:600;overflow:hidden}.email-meta-date{color:var(--gray-500);font-size:.75rem}.email-body-wrapper{flex:1;padding:1.25rem 1.5rem 1.5rem;overflow-y:auto}.email-body{color:var(--gray-700);word-break:break-word;font-size:.85rem;line-height:1.7}.email-body img{border-radius:8px;max-width:100%;height:auto}.email-body table{max-width:100%;display:block;overflow-x:auto}@media (width<=640px){.inbox-panel{border-radius:16px 16px 0 0;width:100%;max-height:92vh;margin-top:auto}.email-item{padding:.85rem 1rem}.email-meta-card{margin:.5rem 1rem;padding:.75rem 1rem}.email-detail-header{padding:1rem 1rem 0}.email-body-wrapper{padding:1rem}}.login-form{flex-direction:column;gap:.75rem;width:100%;display:flex}.login-input{border:2px solid var(--gray-300);box-sizing:border-box;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.login-input:focus{border-color:var(--red);box-shadow:0 0 0 3px #c41e2a1a}.login-error{color:var(--red);text-align:left;margin:0;font-size:.8rem}.btn-login{width:100%;margin-top:.25rem}.login-logo{max-width:260px;height:auto}.input-password{width:100%;position:relative}.input-password .login-input{padding-right:3rem}.btn-eye{cursor:pointer;opacity:.6;background:0 0;border:none;padding:0;font-size:1.1rem;line-height:1;transition:opacity .2s;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.btn-eye:hover{opacity:1}.cards-container{gap:1.5rem;width:100%;max-width:680px;display:flex}.card{background:var(--white);border:2px solid var(--gray-100);text-align:center;cursor:pointer;box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;flex:1;align-items:center;gap:.75rem;padding:2rem 1.5rem;transition:border-color .25s,box-shadow .25s,transform .25s;display:flex;position:relative}.card:hover{border-color:var(--red);transform:translateY(-4px);box-shadow:0 12px 24px -4px #c41e2a33}.card-featured{border-color:var(--red);background:linear-gradient(180deg, var(--red-light) 0%, var(--white) 40%)}.card-featured:hover{border-color:var(--red);box-shadow:0 12px 24px -4px #c41e2a33}.card-badge{background:var(--red);color:var(--white);letter-spacing:.5px;text-transform:uppercase;border-radius:20px;padding:.25rem .75rem;font-size:.7rem;font-weight:700;position:absolute;top:-10px;right:16px}.card-icon-wrapper{background:var(--red);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.card-icon-gray{background:var(--gray-300)}.card h2{color:var(--dark);font-size:1.05rem;font-weight:700}.card p{color:var(--gray-500);max-width:220px;font-size:.8rem;line-height:1.5}.card-action{color:var(--red);margin-top:.25rem;font-size:.8rem;font-weight:600;transition:letter-spacing .2s}.card:hover .card-action{letter-spacing:.5px}.card-action-muted{color:var(--gray-500)}.btn-back-view{color:var(--red);cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;margin-bottom:1.25rem;padding:0;font-family:inherit;font-size:.85rem;font-weight:600;transition:opacity .2s;display:flex}.btn-back-view:hover{opacity:.7}.pronto-card{background:var(--white);border-radius:var(--radius);border:2px dashed var(--gray-300);text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:4rem 2rem;display:flex}.pronto-card h2{color:var(--dark);font-size:1.15rem;font-weight:700}.pronto-card p{color:var(--gray-500);font-size:.85rem}@media (width<=640px){.cards-container{flex-direction:column}}.drive-view{width:100%;max-width:560px}.drive-empresa{margin-bottom:1.25rem}.drive-label{color:var(--dark);margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.drive-path-preview{background:var(--gray-50);border:1px solid var(--gray-100);white-space:nowrap;border-radius:8px;align-items:center;gap:.3rem;margin-top:.5rem;padding:.5rem .85rem;font-family:SF Mono,Fira Code,monospace;font-size:.8rem;display:flex;overflow-x:auto}.drive-path-segment{color:var(--gray-500)}.drive-path-sep{color:var(--gray-300)}.drive-path-user{background:var(--gray-100);color:var(--gray-500);border-radius:4px;padding:.1rem .4rem;font-size:.75rem}.drive-path-empresa{background:var(--red-light);color:var(--red);border-radius:4px;padding:.1rem .4rem;font-weight:600}.drive-folder-btn{justify-content:center;align-items:center;gap:.4rem;width:100%;margin:.75rem 0 1.25rem;font-size:.85rem;display:flex}.drive-file-list{background:var(--white);border:1px solid var(--gray-100);max-height:360px;box-shadow:var(--shadow-sm);border-radius:12px;margin-bottom:1rem;overflow:hidden auto}.drive-file-list-header{background:var(--gray-50);border-bottom:1px solid var(--gray-100);color:var(--gray-500);align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.8rem;font-weight:600;display:flex}.drive-folder-row{color:var(--dark);background:var(--red-light);border-bottom:1px solid #c41e2a14;align-items:center;gap:.6rem;padding:.7rem 1.25rem;font-size:.8rem;font-weight:700;display:flex}.drive-folder-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.drive-file-row{border-bottom:1px solid var(--gray-100);align-items:center;gap:.65rem;padding:.6rem 1.25rem;font-size:.8rem;transition:background .15s;display:flex}.drive-file-row:last-child{border-bottom:none}.drive-file-row:hover{background:var(--gray-50)}.drive-file-row:hover .drive-file-remove{opacity:1}.drive-file-nested{padding-left:2.5rem}.drive-file-badge{min-width:36px;height:22px;color:var(--white);letter-spacing:.5px;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:.6rem;font-weight:700;display:inline-flex}.drive-file-name{color:var(--gray-700);text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:500;overflow:hidden}.drive-file-remove{background:var(--gray-100);color:var(--gray-500);cursor:pointer;opacity:.5;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:flex}.drive-file-remove:hover{background:var(--red);color:var(--white);opacity:1}@media (width<=640px){.drive-folder-btn{font-size:.8rem}}.modal-uploading{padding:2.5rem 2rem}.modal-uploading h2{margin-bottom:.25rem}.upload-progress-text{color:var(--dark);margin-bottom:.15rem;font-size:.9rem;font-weight:600}.upload-current-file{color:var(--gray-500);text-overflow:ellipsis;white-space:nowrap;max-width:300px;margin-bottom:1rem;margin-left:auto;margin-right:auto;font-size:.8rem;overflow:hidden}.upload-bar-track{background:var(--gray-100);border-radius:4px;width:100%;height:8px;margin-bottom:1.25rem;overflow:hidden}.upload-bar-fill{background:var(--red);border-radius:4px;height:100%;transition:width .4s}.upload-warning{color:var(--gray-500);margin-bottom:0;font-size:.75rem;font-style:italic}.matriz-view{width:100%;max-width:680px}.matriz-loading{flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.matriz-loading p{color:var(--gray-500);font-size:.9rem}.matriz-empty{text-align:center;background:var(--white);border:2px dashed var(--gray-300);border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;padding:4rem 2rem;display:flex}.matriz-empty h2{color:var(--dark);font-size:1.1rem}.matriz-empty p{color:var(--gray-500);font-size:.85rem}.mz-tree{flex-direction:column;gap:0;display:flex}.mz-tree-header{color:var(--gray-500);justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.6rem .25rem;font-size:.75rem;font-weight:500;display:flex}.mz-folder{background:var(--white);border:1px solid var(--gray-100);box-shadow:var(--shadow-sm);border-radius:14px;margin-bottom:.6rem;transition:box-shadow .2s;overflow:hidden}.mz-folder:hover{box-shadow:var(--shadow-md)}.mz-folder-open{border-color:var(--red);box-shadow:0 4px 12px #c41e2a14}.mz-folder-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:1rem 1.25rem;transition:background .15s;display:flex}.mz-folder-header:hover{background:var(--gray-50)}.mz-folder-left{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.mz-chevron{color:var(--gray-400);flex-shrink:0;transition:transform .25s}.mz-chevron.open{color:var(--red);transform:rotate(90deg)}.mz-folder-icon{background:var(--red);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.mz-folder-info{flex-direction:column;gap:.1rem;min-width:0;display:flex}.mz-folder-name{color:var(--dark);text-overflow:ellipsis;white-space:nowrap;text-transform:capitalize;font-size:.9rem;font-weight:700;overflow:hidden}.mz-folder-meta{color:var(--gray-500);font-size:.7rem}.mz-folder-right{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.mz-folder-count{background:var(--red-light);width:28px;height:28px;color:var(--red);border-radius:8px;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.mz-folder-delete{background:var(--gray-50);border:1px solid var(--gray-100);cursor:pointer;width:32px;height:32px;color:var(--gray-400);border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex}.mz-folder-delete:hover{background:var(--red);border-color:var(--red);color:var(--white)}.mz-folder-body{border-top:1px solid var(--gray-100)}.mz-subfolder-row{color:var(--dark);background:var(--red-light);border-bottom:1px solid #c41e2a14;align-items:center;gap:.5rem;padding:.55rem 1.25rem .55rem 2.5rem;font-size:.8rem;font-weight:600;display:flex}.mz-file-row{border-bottom:1px solid var(--gray-100);align-items:center;gap:.65rem;padding:.6rem 1.25rem;font-size:.8rem;transition:background .15s;display:flex}.mz-file-row:last-child{border-bottom:none}.mz-file-row:hover{background:var(--gray-50)}.mz-file-row:hover .drive-file-remove{opacity:1}.mz-file-nested{padding-left:2.5rem}.mz-file-size{color:var(--gray-400);white-space:nowrap;flex-shrink:0;font-size:.7rem}.btn-danger{background:var(--red);color:var(--white);cursor:pointer;border:none;border-radius:8px;padding:.7rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .2s}.btn-danger:hover{background:var(--red-dark)}.main-login{background:url(/fondo1.jpeg) 50%/cover no-repeat;position:relative}.main-login:before{content:"";background:#0000008c;position:absolute;inset:0}.main-login>*{z-index:1;position:relative}.login-footer-text{border-top:2px solid var(--gray-300);text-align:center;margin-top:1.5rem;padding-top:1.25rem}.login-footer-text p{color:var(--gray-500);font-size:.7rem;line-height:1.5}.mz-folder-ai{cursor:pointer;color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#4f46e5 100%);border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;box-shadow:0 2px 8px #7c3aed4d}.mz-folder-ai:hover{transform:scale(1.1);box-shadow:0 4px 12px #7c3aed73}.modal-ai{text-align:center;position:relative}.modal-close-x{background:var(--gray-50);border:1px solid var(--gray-100);cursor:pointer;width:32px;height:32px;color:var(--gray-400);border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex;position:absolute;top:1rem;right:1rem}.modal-close-x:hover{background:var(--red-light);color:var(--red);border-color:#0000}.ai-badge{color:#fff;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#7c3aed 0%,#4f46e5 100%);border-radius:20px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.65rem;font-weight:700;display:inline-block}.ai-info-box{background:var(--gray-50);border:1px solid var(--gray-100);text-align:left;border-radius:10px;margin-bottom:.5rem;padding:.85rem 1.25rem}.ai-info-row{justify-content:space-between;align-items:center;padding:.35rem 0;display:flex}.ai-info-row+.ai-info-row{border-top:1px solid var(--gray-100);margin-top:.35rem;padding-top:.5rem}.ai-info-label{color:var(--gray-500);font-size:.8rem}.ai-info-value{color:var(--dark);text-transform:capitalize;font-size:.8rem;font-weight:600}.ai-info-highlight{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#4f46e5 100%);border-radius:6px;padding:.15rem .6rem;font-size:.75rem}
