:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root,[data-theme=dark]{color-scheme:dark;--bg-primary: #1a1a1a;--bg-secondary: #242424;--bg-tertiary: #2d2d2d;--bg-card: #2d2d2d;--bg-input: #1a1a1a;--text-primary: rgba(255, 255, 255, .87);--text-secondary: rgba(255, 255, 255, .6);--text-muted: rgba(255, 255, 255, .4);--border-color: rgba(255, 255, 255, .1);--border-color-hover: rgba(255, 255, 255, .2);--shadow: rgba(0, 0, 0, .3);--shadow-lg: rgba(0, 0, 0, .5);color:var(--text-primary);background-color:var(--bg-secondary)}[data-theme=light]{color-scheme:light;--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--bg-tertiary: #f8f9fa;--bg-card: #ffffff;--bg-input: #ffffff;--text-primary: #213547;--text-secondary: #495057;--text-muted: #6c757d;--border-color: #dee2e6;--border-color-hover: #adb5bd;--shadow: rgba(0, 0, 0, .1);--shadow-lg: rgba(0, 0, 0, .15);color:var(--text-primary);background-color:var(--bg-secondary)}@media(prefers-color-scheme:light){:root:not([data-theme]){color-scheme:light;--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--bg-tertiary: #f8f9fa;--bg-card: #ffffff;--bg-input: #ffffff;--text-primary: #213547;--text-secondary: #495057;--text-muted: #6c757d;--border-color: #dee2e6;--border-color-hover: #adb5bd;--shadow: rgba(0, 0, 0, .1);--shadow-lg: rgba(0, 0, 0, .15);color:var(--text-primary);background-color:var(--bg-secondary)}}a{font-weight:500;color:#646cff;text-decoration:inherit}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:var(--bg-secondary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}a{color:#646cff}a:hover{color:#535bf2}[data-theme=light] a:hover{color:#747bff}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--bg-tertiary);color:var(--text-primary);cursor:pointer;transition:border-color .25s,background-color .25s}button:hover{border-color:#646cff;background-color:var(--bg-primary)}select,.form-select{background-color:var(--bg-input);color:var(--text-primary);border:1px solid var(--border-color);border-radius:8px;padding:.75rem 2.5rem .75rem .75rem;font-size:1rem;font-family:inherit;cursor:pointer;transition:all .2s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px;box-sizing:border-box}select:focus,.form-select:focus{outline:none;border-color:#646cff;box-shadow:0 0 0 3px #646cff1a}select option,.form-select option{background-color:var(--bg-card);color:var(--text-primary);padding:.5rem}[data-theme=light] select,[data-theme=light] .form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23213547' d='M6 9L1 4h10z'/%3E%3C/svg%3E")}[data-theme=light] select option,[data-theme=light] .form-select option{background-color:#fff;color:#213547}.login-container{display:flex;justify-content:center;align-items:center;height:100vh;flex-direction:column;background-color:var(--bg-secondary);transition:background-color .3s ease}.login-card{padding:2rem;background-color:var(--bg-card);border-radius:12px;box-shadow:0 4px 20px var(--shadow-lg);width:100%;max-width:400px;border:1px solid var(--border-color);transition:all .3s ease}.login-title{text-align:center;margin-bottom:1.5rem;color:var(--text-primary);font-size:1.75rem;font-weight:600}.login-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column}.form-label{display:block;margin-bottom:.5rem;color:var(--text-primary);font-weight:500;font-size:.9rem}.form-input{width:100%;padding:.75rem;border-radius:8px;border:1px solid var(--border-color);background-color:var(--bg-input);color:var(--text-primary);font-size:1rem;transition:all .2s ease;box-sizing:border-box}.form-input:focus{outline:none;border-color:#646cff;box-shadow:0 0 0 3px #646cff1a}.form-input::placeholder{color:var(--text-muted)}.login-button{padding:.75rem;background-color:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;margin-top:.5rem;font-size:1rem;font-weight:500;transition:all .2s ease}.login-button:hover{background-color:#0056b3;transform:translateY(-1px);box-shadow:0 4px 12px #007bff4d}.login-button:active{transform:translateY(0)}.login-error{color:#ef4444;margin-top:1rem;text-align:center;font-size:.9rem;padding:.5rem;background-color:#ef44441a;border-radius:6px;border:1px solid rgba(239,68,68,.2)}[data-theme=light] .login-error{background-color:#ef44440d}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;height:100vh}.mail-app{display:flex;height:100vh;overflow:hidden}.sidebar{width:280px;background:var(--bg-primary);border-right:1px solid var(--border-color);display:flex;flex-direction:column;overflow-y:auto;transition:background-color .3s ease,border-color .3s ease}.sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-header h2{font-size:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:flex;align-items:center;gap:.5rem}.accounts-section,.folders-section{padding:1rem}.accounts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.btn-icon{background:none;border:none;color:#ffffffb3;font-size:1.25rem;cursor:pointer;padding:.25rem;transition:all .2s;border-radius:4px}.btn-icon:hover{background:#ffffff1a;color:#fff}.accounts-section h3,.folders-section h3{font-size:.875rem;text-transform:uppercase;color:#888;margin-bottom:.5rem;font-weight:600}.account-item{width:100%;padding:.75rem;margin-bottom:.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;cursor:pointer;transition:all .2s;text-align:left;color:inherit;font-size:.9rem}.account-item:hover{background:#ffffff14;transform:translate(4px)}.account-item.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff}.account-email{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.folder-item{padding:.75rem 1rem;cursor:pointer;transition:background .2s;border-radius:4px;margin-bottom:.25rem;display:flex;justify-content:space-between;align-items:center}.folder-item:hover{background:#ffffff0d;transform:translate(2px)}.folder-item.active{background:#ffffff1a;font-weight:600}.folder-count{display:flex;align-items:center;gap:.5rem}.unread-badge{background:#ef4444;color:#fff;font-size:.75rem;font-weight:600;padding:.15rem .5rem;border-radius:10px;min-width:20px;text-align:center}.total-count{color:#ffffff80;font-size:.85rem}.btn-toolbar{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.1);padding:.6rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem;height:40px;white-space:nowrap}.btn-toolbar:hover:not(:disabled){background:#ffffff26;transform:translateY(-1px);border-color:#ffffff4d}.btn-toolbar:disabled{opacity:.5;cursor:not-allowed}.btn-toolbar.primary{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent}.btn-toolbar.primary:hover:not(:disabled){box-shadow:0 4px 8px #667eea66}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.toolbar{padding:1rem 1.5rem;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;height:80px}.toolbar h2{font-size:1.5rem}.toolbar-actions{display:flex;gap:.75rem;align-items:center}.auto-classify-toggle{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer;-webkit-user-select:none;user-select:none;padding:0 .5rem;height:40px}.auto-classify-toggle input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#667eea}.auto-classify-toggle span{color:#fffc}.empty-state,.loading-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#888}.empty-state p{margin-bottom:.5rem}.empty-state .hint{font-size:.875rem;color:#666}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;cursor:pointer;transition:all .2s;border:none;font-weight:500}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #667eea66}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#ffffff0d;color:inherit;border:1px solid rgba(255,255,255,.2);width:100%;margin-top:.5rem}.btn-secondary:hover{background:#ffffff1a}.app:not(.mail-app){width:100%;max-width:1280px;margin:0 auto;padding:2rem}.app-header{text-align:center;margin-bottom:3rem}.app-header h1{font-size:3rem;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:flex;align-items:center;justify-content:center;gap:.75rem}.app-logo{display:flex;align-items:center;justify-content:center;gap:.75rem}.logo-icon{color:#667eea;flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(102,126,234,.3));transition:all .3s ease}.logo-icon:hover{transform:scale(1.1);filter:drop-shadow(0 4px 8px rgba(102,126,234,.5))}.sidebar-logo{display:flex;align-items:center;gap:.5rem}.sidebar-logo .logo-icon{color:#667eea;flex-shrink:0}.subtitle{font-size:1.1rem;color:#888}.app-main{display:grid;gap:2rem;max-width:800px;margin:0 auto}.status-card,.info-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.info-card h3,.info-card p{margin-bottom:1rem}[data-theme=light] .sidebar{background:var(--bg-tertiary);border-right-color:var(--border-color)}[data-theme=light] .toolbar{background:var(--bg-card);border-bottom-color:var(--border-color)}[data-theme=light] .btn-toolbar{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--border-color)}[data-theme=light] .btn-toolbar:hover:not(:disabled){background:var(--bg-primary)}[data-theme=light] .account-item{background:transparent;color:var(--text-secondary);border-color:var(--border-color)}[data-theme=light] .account-item:hover{background:var(--bg-tertiary)}[data-theme=light] .account-item.active{color:#fff;border-color:transparent}[data-theme=light] .folder-item{color:var(--text-secondary)}[data-theme=light] .folder-item:hover{background:var(--bg-tertiary)}[data-theme=light] .auto-classify-toggle span{color:var(--text-secondary)}[data-theme=light] input,[data-theme=light] select,[data-theme=light] textarea{color:var(--text-primary);background-color:var(--bg-input);border-color:var(--border-color)}[data-theme=light] input::placeholder{color:var(--text-muted)}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#1a1a1a;border:1px solid rgba(255,255,255,.2);border-radius:16px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000080}.modal-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.modal-header h2{font-size:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.close-btn{background:none;border:none;font-size:2rem;color:#fff9;cursor:pointer;transition:color .2s;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.account-form{padding:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:500;color:#fffc}.form-group input,.form-group select{width:100%;padding:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:var(--text-primary, rgba(255, 255, 255, .9));font-size:.95rem;transition:all .2s;font-family:inherit;cursor:pointer}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px;padding-right:2.5rem}.form-group select option{background-color:var(--bg-card, #1a1a1a);color:var(--text-primary, rgba(255, 255, 255, .9));padding:.5rem}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;background:#ffffff14;box-shadow:0 0 0 3px #667eea1a}.form-row{display:grid;grid-template-columns:2fr 1fr;gap:1rem}.form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.form-actions button{flex:1}@media(prefers-color-scheme:light){.modal-content{background:#fff;border-color:#0003}.modal-header{border-bottom-color:#0000001a}.close-btn{color:#0009}.close-btn:hover{color:#000}.form-group label{color:#000c}.form-group input,.form-group select{background:#00000008;border-color:#0003;color:var(--text-primary, #213547)}.form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23213547' d='M6 9L1 4h10z'/%3E%3C/svg%3E")}.form-group select option{background-color:#fff;color:#213547}.form-group input:focus,.form-group select:focus{background:#0000000d}.form-actions{border-top-color:#0000001a}}.message-list{flex:1;overflow-y:auto}.message-item{padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);cursor:pointer;transition:background .2s;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;gap:.25rem 1rem}.message-item:hover{background:#ffffff0d}.message-item.unread{background:#667eea0d;font-weight:500}.message-from{grid-column:1;grid-row:1;font-size:.95rem;color:#fff}.message-subject{grid-column:1;grid-row:2;font-size:.9rem;color:#ffffffe6}.message-snippet{grid-column:1;grid-row:3;font-size:.85rem;color:#fff9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-meta{grid-column:2;grid-row:1 / 4;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:.5rem}.message-date{font-size:.8rem;color:#ffffff80;white-space:nowrap}.attachment-icon,.star-icon{font-size:1rem}.badge-servicios{background:#a855f733;color:#a855f7;border:1px solid rgba(168,85,247,.3)}.btn-classify{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.4rem .75rem;border-radius:6px;font-size:.75rem;cursor:pointer;transition:all .2s;font-weight:500;white-space:nowrap}.btn-classify:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #667eea4d}.btn-classify:disabled{opacity:.6;cursor:not-allowed}.btn-star{background:transparent;border:none;font-size:1.2rem;cursor:pointer;padding:.25rem;transition:transform .2s}.btn-star:hover{transform:scale(1.2)}.btn-star.starred{filter:drop-shadow(0 0 3px rgba(255,215,0,.6))}.btn-archive{background:transparent;border:none;font-size:1.1rem;cursor:pointer;padding:.25rem;opacity:.6;transition:all .2s}.btn-archive:hover{opacity:1;transform:scale(1.1)}@media(prefers-color-scheme:light){.message-item{border-bottom-color:#0000001a}.message-item:hover{background:#00000008}.message-item.unread{background:#667eea14}.message-from{color:#213547}.message-subject{color:#213547e6}.message-snippet{color:#21354799}.message-date{color:#21354780}}.message-viewer-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.message-viewer{background:#1a1a1a;border:1px solid rgba(255,255,255,.2);border-radius:16px;width:90%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080}.message-viewer-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.message-header-info{flex:1}.message-header-info h2{font-size:1.5rem;margin-bottom:1rem;color:#fff}.message-meta-info{display:flex;flex-direction:column;gap:.5rem;font-size:.9rem;color:#ffffffb3}.from-info,.date-info{display:flex;gap:.5rem}.close-btn{background:none;border:none;font-size:2rem;color:#fff9;cursor:pointer;transition:color .2s;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.header-actions{display:flex;gap:.5rem;align-items:center;position:relative;z-index:10}.btn-action{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.5rem .75rem;font-size:1.2rem;cursor:pointer;transition:all .2s;color:#fffc;position:relative;z-index:10}.btn-action:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-1px)}.btn-action.btn-danger{background:#ef444433;border-color:#ef444466}.btn-action.btn-danger:hover{background:#ef44444d;border-color:#ef444499}.message-viewer-body{flex:1;overflow-y:auto;padding:1.5rem}.body-toggle{display:flex;gap:.5rem;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem}.body-toggle button{background:none;border:none;padding:.5rem 1rem;color:#fff9;cursor:pointer;transition:all .2s;border-radius:6px;font-size:.9rem}.body-toggle button:hover{background:#ffffff0d;color:#ffffffe6}.body-toggle button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.message-content{margin-bottom:2rem}.html-content{line-height:1.6;color:#ffffffe6}.html-content a{color:#667eea;text-decoration:none}.html-content a:hover{text-decoration:underline}.html-content img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0}.text-content{white-space:pre-wrap;font-family:Courier New,monospace;font-size:.9rem;line-height:1.6;color:#ffffffe6;background:#ffffff08;padding:1rem;border-radius:8px;overflow-x:auto}.attachments-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.attachments-section h3{font-size:1.1rem;margin-bottom:1rem;color:#fff}.attachments-list{display:grid;gap:.75rem}.attachment-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;text-decoration:none;color:inherit;transition:all .2s}.attachment-item:hover{background:#ffffff14;border-color:#667eea;transform:translate(4px)}.attachment-icon{font-size:1.5rem}.attachment-info{flex:1}.attachment-name{font-size:.95rem;color:#fff;margin-bottom:.25rem}.attachment-size{font-size:.8rem;color:#ffffff80}.loading-state{text-align:center;padding:3rem;color:#fff9}@media(prefers-color-scheme:light){.message-viewer{background:#fff;border-color:#0003}.message-viewer-header{border-bottom-color:#0000001a}.message-header-info h2{color:#213547}.message-meta-info{color:#000000b3}.close-btn{color:#0009}.close-btn:hover{color:#000}.body-toggle{border-bottom-color:#0000001a}.body-toggle button{color:#0009}.body-toggle button:hover{background:#0000000d;color:#000000e6}.html-content{color:#000000e6}.text-content{color:#000000e6;background:#00000008}.attachments-section{border-top-color:#0000001a}.attachments-section h3{color:#213547}.attachment-item{background:#00000008;border-color:#0000001a}.attachment-item:hover{background:#0000000d}.attachment-name{color:#213547}.attachment-size{color:#00000080}.loading-state{color:#0009}.btn-action{background:#0000000d;border-color:#0003;color:#000c}.btn-action:hover{background:#0000001a;border-color:#0000004d}.btn-action.btn-danger{background:#ef44441a;border-color:#ef44444d}.btn-action.btn-danger:hover{background:#ef444433;border-color:#ef444480}}.composer-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.composer{background:#1a1a1a;border-radius:12px;width:90%;max-width:700px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080}.composer-header{padding:.75rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;background:#ffffff08;flex-shrink:0}.composer-header h2{font-size:1.1rem;margin:0}.close-btn{background:none;border:none;color:#ffffffb3;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s}.composer-form{padding:1rem;overflow:hidden;display:flex;flex-direction:column;height:100%;min-height:0}.form-group{margin-bottom:.5rem;flex-shrink:0;display:flex;align-items:center}.message-container{flex:1;display:flex;flex-direction:column;min-height:0;margin-bottom:.5rem;align-items:stretch}.form-group label{display:block;margin-bottom:0;font-weight:500;color:#ffffffb3;font-size:.8rem;width:80px;flex-shrink:0}.message-container label{margin-bottom:.25rem;width:auto}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.4rem .6rem;background:var(--bg-input, rgba(255, 255, 255, .05));border:1px solid var(--border-color, rgba(255, 255, 255, .1));border-radius:4px;color:var(--text-primary, white);font-size:.9rem;font-family:inherit;transition:all .2s;box-sizing:border-box}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;background-size:12px;padding-right:2rem;cursor:pointer}.form-group select option{background-color:var(--bg-card, #1a1a1a);color:var(--text-primary, white)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;background:var(--bg-input, rgba(255, 255, 255, .08));box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:none;flex:1;min-height:100px}.composer-actions button:disabled{opacity:.6;cursor:not-allowed}.file-input{padding:.25rem;font-size:.8rem;background:#ffffff0d;border:1px dashed rgba(255,255,255,.3);border-radius:4px;cursor:pointer}.file-input:hover{background:#ffffff1a}.attachments-list{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem;max-height:100px;overflow-y:auto}.attachment-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px}.attachment-name{font-size:.9rem}.btn-remove{background:#ef444433;border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:.25rem .5rem;border-radius:4px;cursor:pointer;font-size:1.2rem;line-height:1}.btn-remove:hover{background:#ef44444d}.composer-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);margin-top:auto;flex-shrink:0}@media(prefers-color-scheme:light){.composer{background:#fff}.composer-header{background:#00000005;border-bottom-color:#0000001a}.close-btn{color:#000000b3}.close-btn:hover{color:#000}.form-group label{color:#000000e6}.form-group input,.form-group select,.form-group textarea{background:#00000008;border-color:#0000001a;color:#213547}.form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23213547' d='M6 9L1 4h10z'/%3E%3C/svg%3E")}.form-group select option{background-color:#fff;color:#213547}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#0000000d}.composer-actions{border-top-color:#0000001a}}.settings-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.settings{background:#1a1a1a;border-radius:12px;width:90%;max-width:800px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080}.settings-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;background:#ffffff08}.settings-header h2{font-size:1.5rem;margin:0}.settings-content{padding:1.5rem;overflow-y:auto;flex:1}.settings-section{margin-bottom:2rem}.settings-section h3{font-size:1.1rem;margin-bottom:1rem;color:#ffffffe6}.empty-message{color:#ffffff80;text-align:center;padding:2rem}.accounts-list{display:flex;flex-direction:column;gap:1rem}.account-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.account-info{flex:1}.account-email{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.account-email strong{font-size:1.1rem}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.status-badge.active{background:#10b98133;color:#10b981;border:1px solid rgba(16,185,129,.3)}.status-badge.inactive{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.account-details{display:flex;flex-direction:column;gap:.5rem}.detail-row{display:flex;gap:.5rem;font-size:.9rem}.detail-row .label{color:#fff9;min-width:80px}.account-actions{display:flex;gap:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1)}.btn-test,.btn-delete{padding:.6rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s;border:none;font-weight:500}.btn-test{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;flex:1}.btn-test:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #667eea4d}.btn-test:disabled{opacity:.6;cursor:not-allowed}.btn-delete{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.btn-delete:hover{background:#ef44444d}.ai-config{display:flex;flex-direction:column;gap:2rem}.config-group{display:flex;flex-direction:column;gap:.75rem}.config-label{font-size:1rem;font-weight:600;color:#ffffffe6}.config-description{font-size:.9rem;color:#fff9;margin:0}.config-note{font-size:.85rem;color:#ffffff80;margin:.5rem 0 0;padding:.75rem;background:#3b82f61a;border-left:3px solid #3b82f6;border-radius:4px}.config-note code{background:#ffffff1a;padding:.2rem .4rem;border-radius:3px;font-size:.85rem}.categories-list{display:flex;flex-direction:column;gap:.75rem}.category-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:6px}.category-icon{font-size:1.5rem;flex-shrink:0}.category-info{flex:1}.category-info strong{display:block;margin-bottom:.25rem;font-size:1rem}.category-info p{margin:0;font-size:.85rem;color:#fff9;line-height:1.4}.instructions-box{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:6px}.instruction-item strong{display:block;margin-bottom:.5rem;color:#ffffffe6}.instruction-item ul{margin:0;padding-left:1.5rem}.instruction-item li{font-size:.9rem;color:#ffffffb3;line-height:1.6;margin-bottom:.25rem}.instruction-item code{background:#ffffff1a;padding:.2rem .4rem;border-radius:3px;font-size:.85rem;color:#a5b4fc}@media(prefers-color-scheme:light){.settings{background:#fff}.settings-header{background:#00000005;border-bottom-color:#0000001a}.settings-section h3{color:#000000e6}.empty-message{color:#00000080}.account-card{background:#00000008;border-color:#0000001a}.detail-row .label{color:#0009}.account-actions{border-top-color:#0000001a}.config-label{color:#000000e6}.config-description{color:#0009}.config-note{color:#0009;background:#3b82f60d}.config-note code{background:#0000000d}.category-item{background:#00000005;border-color:#0000001a}.category-info p{color:#0009}.instructions-box{background:#00000005;border-color:#0000001a}.instruction-item strong{color:#000000e6}.instruction-item li{color:#000000b3}.instruction-item code{background:#0000000d;color:#4f46e5}}.search-bar{margin-bottom:1rem}.search-main{display:flex;gap:.5rem}.search-input{flex:1;padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.95rem}.search-input::placeholder{color:#ffffff80}.search-input:focus{outline:none;border-color:#667eea80;background:#ffffff14}.btn-advanced{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .2s}.btn-advanced:hover{background:#ffffff26}.search-advanced{margin-top:.75rem;padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px}.search-row{display:flex;gap:.75rem;margin-bottom:.75rem}.search-row:last-child{margin-bottom:0}.search-row input[type=text],.search-row input[type=date]{flex:1;padding:.6rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:.9rem}.search-row input[type=text]::placeholder{color:#fff6}.search-row input:focus{outline:none;border-color:#667eea80}.search-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem}.search-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}.search-checkbox span{font-size:.9rem}.search-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem}@media(prefers-color-scheme:light){.search-input,.search-row input{background:#0000000d;border-color:#0003;color:#333}.search-input::placeholder,.search-row input::placeholder{color:#0006}.btn-advanced{background:#0000000d;border-color:#0003;color:#333}.search-advanced{background:#00000005;border-color:#0000001a}}.sync-status-panel{position:fixed;bottom:20px;right:20px;background:#1e1e1e;border:1px solid #333;border-radius:8px;padding:16px;width:400px;box-shadow:0 4px 6px #0000004d;z-index:1000;color:#fff;font-family:Inter,sans-serif}.sync-status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;border-bottom:1px solid #333;padding-bottom:8px}.sync-status-header h3{margin:0;font-size:1rem;color:#e0e0e0}.status-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.status-window{background:#252526;border:1px solid #333;border-radius:6px;padding:10px;opacity:.7;transition:all .2s ease}.status-window.active{opacity:1;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f633}.status-window.complete{opacity:1;border-color:#10b981}.window-header{display:flex;align-items:center;gap:6px;margin-bottom:8px}.window-header h4{margin:0;font-size:.85rem;font-weight:500}.progress-bar-container{height:6px;background:#333;border-radius:3px;overflow:hidden;margin-bottom:6px}.progress-fill{height:100%;background:#3b82f6;transition:width .3s ease}.progress-fill.classify{background:#8b5cf6}.status-window.complete .progress-fill{background:#10b981}.stats{display:flex;justify-content:space-between;font-size:.8rem;color:#aaa}.status-msg{margin:4px 0 0;font-size:.75rem;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.close-btn{background:none;border:none;color:#888;cursor:pointer;font-size:1.2rem;padding:0 4px}.close-btn:hover{color:#fff}.toast{position:relative;min-width:300px;max-width:500px;padding:1rem 1.5rem;margin-bottom:.75rem;border-radius:8px;display:flex;align-items:center;gap:.75rem;box-shadow:0 4px 12px #00000026;animation:slideIn .3s ease-out;cursor:pointer;transition:transform .2s,opacity .2s}.toast:hover{transform:translate(-4px)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-icon{font-size:1.25rem;font-weight:700;flex-shrink:0}.toast-message{flex:1;font-size:.95rem;line-height:1.4}.toast-close{background:none;border:none;color:inherit;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s;flex-shrink:0}.toast-close:hover{opacity:1}.toast-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.toast-error{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.toast-warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.toast-info{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.toast-container{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;align-items:flex-end}@media(max-width:640px){.toast-container{left:1rem;right:1rem;align-items:stretch}.toast{min-width:unset;max-width:unset}}
