:root{--bg-base: #f5f6fb;--bg-surface: #ffffff;--bg-surface-strong: #f9fafc;--text-base: #111827;--text-muted: #64748b;--border: #e2e8f0;--shadow: 0 10px 40px rgba(15, 23, 42, .08);--accent: #2563eb;--accent-muted: rgba(37, 99, 235, .08);--status-sent: #0ea5e9;--status-pending: #f97316;--status-draft: #22c55e;--status-error: #ef4444}.dashboard{min-height:100vh;background:var(--bg-base);display:grid;grid-template-columns:240px 1fr}.sidebar{background:var(--bg-surface);border-right:1px solid var(--border);display:flex;flex-direction:column;min-height:100vh;box-shadow:inset -1px 0 #0f172a0d}.sidebar-header{padding:32px 20px 20px}.sidebar-content{flex:1}.sidebar-footer{margin-top:auto;padding:20px;border-top:1px solid var(--border)}.support-contact{font-size:.75rem;color:var(--text-muted);margin:0;line-height:1.4}.support-contact a{color:var(--accent);text-decoration:none}.support-contact a:hover{text-decoration:underline}.sidebar-logo{font-weight:600;letter-spacing:.04em;font-size:.9rem;color:var(--text-muted)}.sidebar nav{display:flex;flex-direction:column;gap:8px}.sidebar-link{background:transparent;border:none;text-align:left;padding:10px 14px;border-radius:8px;transition:all .15s ease;font-weight:500;color:var(--text-muted);cursor:pointer}.sidebar-link:hover{background:var(--bg-surface-strong);color:var(--text-base)}.sidebar-link.active{color:var(--accent);background:var(--accent-muted)}.sidebar-link.disabled,.sidebar-link:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.content{padding:32px;display:flex;flex-direction:column;gap:16px}.content-header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.header-actions{display:flex;align-items:center;gap:16px}.eyebrow{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);margin-bottom:2px}.content-header h1{margin:0;font-size:1.75rem;color:var(--text-base)}.content-body{background:transparent;flex:1;display:flex;flex-direction:column;gap:16px}.filters{display:flex;align-items:flex-end;gap:16px;flex-wrap:wrap}.filters label{display:flex;flex-direction:column;gap:6px;font-size:.85rem;color:var(--text-base)}.filters input,.filters select{min-width:220px;padding:10px 12px;border-radius:8px;border:1px solid var(--border);background:var(--bg-surface);font-family:inherit}.filters-footer{margin-left:auto}.filter-chip{background:var(--bg-surface);border:1px solid var(--border);border-radius:999px;padding:6px 14px;display:inline-flex;align-items:center;gap:6px;font-size:.85rem}.filter-chip button{border:none;background:transparent;font-size:.85rem;cursor:pointer;color:var(--text-muted)}.clear-filters-button{border:1px solid var(--border);background:var(--bg-surface);padding:10px 16px;border-radius:8px;font-size:.85rem;cursor:pointer;color:var(--text-muted);transition:all .15s ease;align-self:flex-end}.clear-filters-button:hover{background:var(--bg-surface-strong);color:var(--text-base);border-color:var(--text-muted)}.active-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.kpi-header{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:16px}.kpi-tile{background:var(--bg-surface);border:1px solid var(--border);border-radius:10px;padding:16px 18px;display:flex;flex-direction:column;gap:4px;transition:box-shadow .15s ease}.kpi-tile:hover{box-shadow:0 4px 12px #0f172a0f}.kpi-label{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.kpi-value{font-size:1.5rem;font-weight:600;color:var(--text-base);line-height:1.2}.kpi-skeleton{color:var(--text-muted);opacity:.5}.kpi-error{color:var(--status-error)}.kpi-tile--success .kpi-value{color:#059669}.kpi-tile--warning .kpi-value{color:#d97706}.kpi-tile--muted .kpi-value{color:var(--text-muted)}@media(max-width:900px){.kpi-header{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.kpi-header{grid-template-columns:repeat(2,1fr)}}.filter-tag{background:var(--accent-muted);color:var(--accent);padding:4px 12px;border-radius:999px;font-size:.8rem}.filter-tag strong{font-weight:600}.warning-banner{background:#f59e0b1a;border:1px solid rgba(245,158,11,.4);padding:12px 16px;border-radius:10px;color:#b45309;font-size:.9rem}.warning-banner a{color:#b45309;font-weight:600;text-decoration:underline}.toast-notification{position:fixed;top:24px;right:24px;display:inline-flex;align-items:center;gap:12px;min-width:260px;max-width:340px;background:#0f172ae6;color:#f8fafc;padding:10px 18px;border-radius:14px;box-shadow:0 30px 70px #0f172a59;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);letter-spacing:.02em;font-weight:500;z-index:1100;animation:toastFade .3s ease forwards}.toast-accent{width:6px;height:32px;border-radius:999px;background:linear-gradient(180deg,#22c55e,#14b8a6)}.toast-body{flex:1;font-size:.95rem;line-height:1.3}@keyframes toastFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.refresh-row{display:flex;align-items:center;gap:12px}.last-updated{font-size:.8rem;color:var(--text-muted)}.refresh-button{border:none;background:var(--accent);color:#fff;padding:8px 16px;border-radius:999px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.table-container{background:var(--bg-surface);border-radius:14px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow)}table{width:100%;border-collapse:collapse;font-size:.9rem}thead tr{background:var(--bg-surface-strong)}th,td{padding:14px 18px;border-bottom:1px solid var(--border)}th{text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;color:var(--text-muted)}tbody tr:hover{background:var(--bg-surface-strong)}.invoice-cell{font-weight:600}.subject-cell{color:var(--text-muted);max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.links-cell{display:flex;flex-wrap:wrap;gap:8px}.link-button{border:1px solid var(--border);background:var(--bg-surface-strong);padding:6px 10px;border-radius:8px;font-size:.8rem;cursor:pointer;color:var(--text-base);text-decoration:none;display:inline-flex;align-items:center;gap:4px}.link-button.primary{background:var(--accent);border-color:transparent;color:#fff}.link-button.primary:hover,.link-button:hover{opacity:.9}.status-badge{padding:4px 10px;border-radius:999px;color:#fff;font-size:.7rem;font-weight:600}.status-badge.log-level.info{background:#22c55e}.status-badge.log-level.warn{background:#f97316}.status-badge.log-level.error{background:#ef4444}.error-banner{background:#ef44441a;border:1px solid rgba(239,68,68,.4);padding:12px 16px;border-radius:10px;color:var(--status-error)}.loading,.empty{background:var(--bg-surface);border:1px dashed var(--border);padding:40px;border-radius:12px;color:var(--text-muted);text-align:center}.logs-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.level-filters{display:flex;gap:8px}.level-button{border:1px solid var(--border);border-radius:999px;padding:6px 14px;background:var(--bg-surface-strong);color:var(--text-base);font-size:.75rem;cursor:pointer;transition:background .15s ease,color .15s ease}.level-button.selected{background:var(--accent);border-color:transparent;color:#fff}.logs-controls input{min-width:220px;border-radius:8px;border:1px solid var(--border);padding:10px 12px;background:var(--bg-surface);font-family:inherit}.kind-cell{font-weight:600;font-size:.85rem}.message-cell{color:var(--text-base)}.meta-cell{font-size:.75rem;color:var(--text-muted);display:flex;flex-direction:column;gap:4px}.status-badge.log-level{font-size:.75rem;padding:4px 10px}@media(max-width:1024px){.dashboard{grid-template-columns:200px 1fr}}@media(max-width:768px){.dashboard{grid-template-columns:1fr}.sidebar{flex-direction:row;align-items:center;position:sticky;top:0;justify-content:space-between}.sidebar nav{flex-direction:row;flex-wrap:wrap;gap:6px}.filters{flex-direction:column;align-items:flex-start}}.sidebar-footer{margin-top:auto;padding-top:16px;border-top:1px solid var(--border)}.setup-link{text-decoration:none;display:block}.session-info{margin-top:16px;padding-top:16px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px}.session-email{font-size:.75rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logout-button{background:transparent;border:1px solid var(--border);padding:6px 12px;border-radius:6px;font-size:.8rem;color:var(--text-muted);cursor:pointer;transition:all .15s ease}.logout-button:hover{background:var(--bg-surface-strong);color:var(--text-base);border-color:var(--text-muted)}.try-it-out-link{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#2563eb14,#9333ea14);border:1px solid rgba(37,99,235,.2);position:relative}.try-it-out-link:hover{background:linear-gradient(135deg,#2563eb26,#9333ea26);border-color:#2563eb4d;color:var(--text-base)}.try-it-out-icon{font-size:1rem}.try-it-out-badge{font-size:.6rem;font-weight:700;letter-spacing:.04em;padding:2px 6px;border-radius:4px;background:linear-gradient(135deg,#2563eb,#9333ea);color:#fff;text-transform:uppercase;margin-left:auto}.try-it-out-modal{max-width:380px;width:90vw}.try-it-out-modal .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.try-it-out-modal .modal-header h2{margin:0;font-size:1.25rem;color:var(--text-base)}.try-it-out-description{margin:0 0 20px;color:var(--text-muted);font-size:.9rem;line-height:1.5}.try-it-out-question{margin:0 0 16px;font-weight:600;color:var(--text-base);font-size:.95rem}.try-it-out-buttons{display:flex;gap:12px}.try-it-out-provider{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:10px;border:1px solid var(--border);background:var(--bg-surface);font-weight:500;font-size:.95rem;color:var(--text-base);cursor:pointer;transition:all .15s ease}.try-it-out-provider:hover:not(:disabled){border-color:var(--accent);background:var(--accent-muted)}.try-it-out-provider:disabled{opacity:.6;cursor:not-allowed}.try-it-out-provider.gmail:hover:not(:disabled){border-color:#ea4335;background:#ea433514}.try-it-out-provider.outlook:hover:not(:disabled){border-color:#0078d4;background:#0078d414}.try-it-out-provider svg{flex-shrink:0}.setup-page{min-height:100vh;background:var(--bg-base);display:flex;align-items:center;justify-content:center;padding:32px}.setup-card{background:var(--bg-surface);border-radius:16px;border:1px solid var(--border);box-shadow:var(--shadow);padding:48px;width:100%;max-width:440px}.setup-card.wide{max-width:640px}.setup-card h1{margin:0 0 8px;font-size:1.5rem;color:var(--text-base)}.setup-subtitle{margin:0 0 24px;color:var(--text-muted);font-size:.95rem}.setup-form{display:flex;flex-direction:column;gap:20px}.setup-form label{display:flex;flex-direction:column;gap:6px;font-size:.85rem;font-weight:500;color:var(--text-base)}.setup-form input,.setup-form select,.setup-form textarea{padding:12px 14px;border-radius:8px;border:1px solid var(--border);background:var(--bg-surface);font-family:inherit;font-size:1rem;transition:border-color .15s ease,box-shadow .15s ease}.setup-form input:focus,.setup-form select:focus,.setup-form textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted)}.input-help{font-size:.75rem;color:var(--text-muted);margin-top:4px}.input-help-spacer{height:1.25em;margin-top:4px}.setup-form textarea{resize:vertical;min-height:80px}.setup-button{background:var(--accent);color:#fff;border:none;padding:14px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .15s ease;text-decoration:none;text-align:center;display:inline-block}.setup-button:hover{opacity:.9}.setup-button:disabled{opacity:.6;cursor:not-allowed}.setup-secondary-link{display:block;margin-top:12px;color:var(--text-muted);font-size:.9rem;text-decoration:none}.setup-secondary-link:hover{color:var(--text-base);text-decoration:underline}.setup-actions{display:flex;flex-direction:column;gap:12px;align-items:center;margin-top:20px}.setup-footer{margin-top:24px;padding-top:16px;border-top:1px solid var(--border);text-align:center}.setup-footer a{color:var(--text-muted);text-decoration:none;font-size:.9rem}.setup-footer a:hover{color:var(--accent)}.setup-success{text-align:center}.success-icon{font-size:3rem;margin-bottom:16px}.setup-success h2{margin:0 0 12px;font-size:1.25rem;color:var(--text-base)}.setup-success p{margin:0 0 12px;color:var(--text-muted);font-size:.95rem}.setup-note{font-size:.85rem;color:var(--text-muted)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-grid .full-width{grid-column:1 / -1}@media(max-width:600px){.setup-card{padding:32px 24px}.form-grid{grid-template-columns:1fr}}.how-to-section{margin-top:32px;padding-top:32px;border-top:1px solid var(--border)}.how-to-section h3{margin:0 0 8px;font-size:1.1rem;color:var(--text-base);font-weight:600}.how-to-tagline{margin:0 0 24px;color:var(--text-muted);font-size:.9rem;line-height:1.5}.try-it-steps{display:flex;flex-direction:column;gap:12px;margin-top:24px}.step-item{display:flex;align-items:center;gap:12px;font-size:.9rem;color:var(--text-base)}.step-number{width:24px;height:24px;border-radius:50%;background:var(--accent-muted);color:var(--accent);font-weight:600;font-size:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.compose-demo{border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000f;background:var(--bg-surface)}.compose-header{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f8f9fa;border-bottom:1px solid var(--border)}.compose-dots{display:flex;gap:6px}.compose-dots .dot{width:10px;height:10px;border-radius:50%}.compose-dots .dot.red{background:#ff5f56}.compose-dots .dot.yellow{background:#ffbd2e}.compose-dots .dot.green{background:#27ca40}.compose-title{font-size:.8rem;color:var(--text-muted);font-weight:500}.compose-body{padding:16px}.compose-row{display:flex;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid #f0f0f0}.compose-label{font-size:.8rem;color:var(--text-muted);min-width:50px;font-weight:500}.compose-chips{display:flex;gap:6px;flex-wrap:wrap}.chip{padding:4px 10px;background:#e8eaed;border-radius:16px;font-size:.75rem;color:#5f6368}.chip.bot-chip{background:var(--accent);color:#fff;font-weight:500}.compose-subject{font-size:.85rem;color:var(--text-base)}.compose-divider{height:1px;background:#f0f0f0;margin:12px 0}.compose-content{padding:8px 0}.compose-content p{margin:0 0 8px;font-size:.85rem;color:var(--text-base);line-height:1.5}.compose-content .highlight-line{color:var(--accent);font-style:italic}.compose-skeleton{margin-top:16px;display:flex;flex-direction:column;gap:8px}.skeleton-line{height:8px;background:#f0f0f0;border-radius:4px}@media(max-width:600px){.compose-row{flex-direction:column;align-items:flex-start;gap:4px}.compose-label{min-width:unset}}.invoice-actions{display:flex;gap:6px;flex-wrap:wrap}.action-button{padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:500;border:1px solid var(--border);background:var(--bg-surface);cursor:pointer;transition:all .15s ease;white-space:nowrap}.action-button:hover:not(:disabled){background:var(--bg-surface-strong);border-color:var(--text-muted)}.action-button:disabled{opacity:.4;cursor:not-allowed}.action-button.send{background:var(--accent);color:#fff;border-color:var(--accent)}.action-button.send:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.action-button.reminder{background:#f59e0b;color:#fff;border-color:#f59e0b}.action-button.reminder:hover:not(:disabled){background:#d97706;border-color:#d97706}.action-button.paid{background:#22c55e;color:#fff;border-color:#22c55e}.action-button.paid:hover:not(:disabled){background:#16a34a;border-color:#16a34a}.invoice-timing{display:flex;flex-direction:column;gap:4px}.timing-tag{font-size:.7rem;padding:2px 6px;border-radius:4px;white-space:nowrap}.timing-tag.sent{background:#dbeafe;color:#1e40af}.timing-tag.reminder{background:#fef3c7;color:#92400e}.timing-tag.recommend{background:#fee2e2;color:#991b1b;font-weight:500}.timing-cell{min-width:130px}.actions-cell{min-width:200px}.invoice-cell{min-width:140px}.invoice-primary{display:flex;flex-direction:column;gap:2px}.invoice-number{font-weight:600;color:var(--text-base);font-size:.9rem}.invoice-created{font-size:.75rem;color:var(--text-muted)}.client-cell{min-width:120px;max-width:200px}.client-cell span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-cell{min-width:140px;max-width:200px}.activity-text{font-size:.85rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-badge{padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em;white-space:nowrap}.status-awaiting{background:#fef3c7;color:#92400e}.status-sent{background:#dbeafe;color:#1e40af}.status-paid{background:#dcfce7;color:#166534}.status-error{background:#fee2e2;color:#991b1b}.status-processing{background:#f3f4f6;color:#374151}.status-unknown{background:#f9fafb;color:#6b7280}.invoice-actions{display:flex;align-items:center;gap:8px}.primary-action-button{padding:6px 12px;border-radius:6px;font-size:.8rem;font-weight:500;border:1px solid var(--border);background:var(--accent);color:#fff;cursor:pointer;transition:all .15s ease;white-space:nowrap}.primary-action-button:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.primary-action-button:disabled{opacity:.4;cursor:not-allowed}.overflow-menu{position:relative}.menu-trigger{padding:6px 8px;border-radius:4px;border:1px solid var(--border);background:var(--bg-surface);color:var(--text-muted);cursor:pointer;font-size:1rem;line-height:1;transition:all .15s ease}.menu-trigger:hover{background:var(--bg-surface-strong);border-color:var(--text-muted)}.menu-trigger:focus{outline:2px solid var(--accent);outline-offset:2px}.menu-dropdown{position:absolute;right:0;top:100%;z-index:1000;min-width:180px;background:var(--bg-surface);border:1px solid var(--border);border-radius:6px;box-shadow:var(--shadow);margin-top:4px}.menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:none;background:none;color:var(--text-base);cursor:pointer;font-size:.85rem;text-align:left;transition:background .15s ease}.menu-item:hover:not(:disabled){background:var(--bg-surface-strong)}.menu-item:disabled{opacity:.5;cursor:not-allowed}.menu-item:first-child{border-radius:6px 6px 0 0}.menu-item:last-child{border-radius:0 0 6px 6px}.menu-item:only-child{border-radius:6px}.menu-icon{font-size:.9rem;min-width:16px}.menu-label{flex:1}.user-chip{position:relative;display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:8px;background:var(--bg-surface-strong);border:1px solid var(--border);cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}.user-chip:hover{background:var(--bg-surface);border-color:var(--accent)}.user-chip:focus{outline:2px solid var(--accent);outline-offset:2px}.user-avatar{width:32px;height:32px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;flex-shrink:0}.user-info{flex:1;min-width:0}.user-email{display:block;font-size:.85rem;color:var(--text-base);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-chevron{font-size:.8rem;color:var(--text-muted);transition:transform .15s ease}.user-chip[aria-expanded=true] .user-chevron{transform:rotate(180deg)}.user-dropdown{min-width:180px;background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow)}.dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;border:none;background:none;color:var(--text-base);cursor:pointer;font-size:.9rem;text-align:left;transition:background .15s ease}.dropdown-item:hover:not(:disabled){background:var(--bg-surface-strong)}.dropdown-item:disabled{opacity:.5;cursor:not-allowed}.dropdown-item.logout{color:#dc2626}.dropdown-item.logout:hover:not(:disabled){background:#dc26261a}.profile-modal{max-width:500px;width:90vw;max-height:85vh;overflow-y:auto;display:flex;flex-direction:column}.profile-sections{display:flex;flex-direction:column;gap:24px}.profile-section{padding:16px 0;border-bottom:1px solid var(--border)}.profile-section:last-child{border-bottom:none}.profile-section h3{margin:0 0 12px;font-size:1rem;font-weight:600;color:var(--text-base)}.profile-field{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.profile-field:last-child{margin-bottom:0}.profile-field label{font-size:.8rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.025em}.profile-field span{font-size:.9rem;color:var(--text-base);word-break:break-word}.profile-footer{margin-top:24px;padding-top:16px;border-top:1px solid var(--border);text-align:center}.profile-note{color:var(--text-muted);font-size:.8rem}.profile-edit-button{background:var(--accent);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:opacity .15s ease}.profile-edit-button:hover{opacity:.9}.profile-edit-form{display:flex;flex-direction:column;gap:20px;flex:1;min-height:0;overflow-y:auto;padding-right:8px;margin-right:-8px}.profile-form-section{padding-bottom:16px;border-bottom:1px solid var(--border)}.profile-form-section:last-of-type{border-bottom:none}.profile-form-section h3{margin:0 0 12px;font-size:1rem;font-weight:600;color:var(--text-base)}.profile-form-field{margin-bottom:12px}.profile-form-field:last-child{margin-bottom:0}.profile-form-field label{display:block;font-size:.8rem;font-weight:500;color:var(--text-muted);margin-bottom:6px}.profile-form-field input,.profile-form-field textarea{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;font-size:.9rem;font-family:inherit;background:var(--bg-surface);color:var(--text-base);transition:border-color .15s ease;box-sizing:border-box}.profile-form-field input:focus,.profile-form-field textarea:focus{outline:none;border-color:var(--accent)}.profile-form-field input.disabled{background:var(--bg-surface-strong);color:var(--text-muted);cursor:not-allowed}.profile-form-field textarea{resize:vertical;min-height:80px}.profile-field-note{display:block;font-size:.75rem;color:var(--text-muted);margin-top:4px}.profile-form-row{display:flex;gap:16px}.profile-form-row .profile-form-field{flex:0 0 auto}.profile-form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid var(--border);flex-shrink:0;background:var(--bg-surface);position:sticky;bottom:0;padding-bottom:4px}.session-info,.session-email,.logout-button{display:none}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:var(--bg-surface);border-radius:12px;padding:24px;max-width:400px;width:90%;box-shadow:0 20px 60px #0003}.modal-content h3{margin:0 0 12px;font-size:1.1rem;color:var(--text-base)}.modal-content p{margin:0 0 20px;color:var(--text-muted);font-size:.9rem;line-height:1.5}.modal-actions{display:flex;gap:12px;justify-content:flex-end}.modal-button{padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .15s ease;border:none}.modal-button.cancel{background:var(--bg-surface-strong);color:var(--text-muted)}.modal-button.cancel:hover:not(:disabled){background:var(--border);color:var(--text-base)}.modal-button.confirm{background:var(--accent);color:#fff}.modal-button.confirm:hover:not(:disabled){background:#1d4ed8}.modal-button:disabled{opacity:.6;cursor:not-allowed}.account-banner{margin:0 24px 20px;border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:var(--shadow)}.account-banner--signed-up{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.account-banner--payment-added{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.account-banner--trial-active{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.account-banner--paid-active{background:linear-gradient(135deg,#43e97b,#38f9d7);color:#fff}.account-banner--past-due{background:linear-gradient(135deg,#fa709a,#fee140);color:#1f2937}.banner-content{display:flex;align-items:center;gap:16px;width:100%}.banner-icon{font-size:32px;flex-shrink:0}.banner-text{flex:1}.banner-text h3{margin:0 0 4px;font-size:18px;font-weight:600}.banner-text p{margin:0;font-size:14px;opacity:.9;line-height:1.4}.banner-hint{font-size:12px;opacity:.8;font-style:italic}.banner-button{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:8px 16px;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease;flex-shrink:0}.banner-button:hover{background:#ffffff4d;transform:translateY(-1px)}.banner-button--urgent{background:#ef4444;border-color:#ef4444;color:#fff}.banner-button--urgent:hover{background:#dc2626}.trial-progress{margin-top:12px}.trial-bar{height:6px;background:#ffffff4d;border-radius:3px;overflow:hidden}.trial-fill{height:100%;background:#fffc;border-radius:3px;transition:width .3s ease}.post-demo-modal{max-width:420px;text-align:center;padding:32px}.post-demo-modal .success-icon{font-size:48px;margin-bottom:16px}.post-demo-modal h2{color:var(--text-base);margin-bottom:12px;font-size:24px}.post-demo-modal p{color:var(--text-muted);margin-bottom:16px;line-height:1.5;font-size:16px}.post-demo-modal p:last-of-type{margin-bottom:0}.modal-actions{display:flex;flex-direction:column;gap:12px;margin-top:24px}.primary-button{background:var(--accent);color:#fff;padding:12px 24px;border-radius:6px;border:none;font-weight:500;cursor:pointer;font-size:16px;transition:all .2s ease}.primary-button:hover{background:#2563eb;transform:translateY(-1px)}.secondary-button{background:transparent;color:var(--text-muted);padding:10px 20px;border:1px solid var(--border);border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s ease}.secondary-button:hover{background:var(--bg-surface-strong);color:var(--text-base)}.banner-actions{display:flex;gap:12px;align-items:center;margin-top:16px}.banner-button--primary{background:var(--accent);color:#fff;border:none}.banner-button--primary:hover{background:#2563eb}.banner-button--secondary{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff}.banner-button--secondary:hover{background:#ffffff4d}.banner-button--disabled{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff9;cursor:not-allowed}.banner-button--disabled:hover{background:#ffffff1a}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f5f6fb}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;background-color:#f5f6fb;color:#111827}#root{min-height:100vh}
