.welcome-modal-overlay{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;justify-content:center;align-items:center;padding:24px;animation:.3s welcome-fade-in;display:flex;position:fixed;inset:0}@keyframes welcome-fade-in{0%{opacity:0}to{opacity:1}}.welcome-modal{background:#fff;border-radius:16px;width:100%;max-width:500px;padding:40px 36px;animation:.35s welcome-slide-up;box-shadow:0 24px 80px #0f172a33}@keyframes welcome-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.welcome-modal-brand{align-items:center;gap:10px;margin-bottom:24px;display:flex}.welcome-modal-logo{color:#fff;background:linear-gradient(135deg,#4a5f8c,#3d4e73);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:700;display:flex}.welcome-modal-app{color:#1e293b;font-size:20px;font-weight:700}.welcome-modal-title{color:#1e293b;margin:0 0 8px;font-size:24px;font-weight:700}.welcome-modal-intro{color:#64748b;margin:0 0 20px;font-size:14px;line-height:1.5}.welcome-modal-features{flex-direction:column;gap:12px;margin:0 0 28px;padding:0;list-style:none;display:flex}.welcome-modal-features li{color:#334155;align-items:flex-start;gap:12px;font-size:14px;line-height:1.5;display:flex}.welcome-feature-icon{flex-shrink:0;margin-top:1px;font-size:18px}.welcome-modal-actions{gap:12px;display:flex}.welcome-btn{cursor:pointer;border-radius:10px;flex:1;height:44px;font-size:14px;font-weight:600;transition:all .2s}.welcome-btn--primary{color:#fff;background:linear-gradient(135deg,#4a5f8c,#3d4e73);border:none}.welcome-btn--primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4a5f8c4d}.welcome-btn--ghost{color:#64748b;background:0 0;border:1px solid #e2e8f0}.welcome-btn--ghost:hover{color:#4a5f8c;background:#f8fafc;border-color:#4a5f8c}.welcome-profile-step{text-align:center}.welcome-profile-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;margin-top:1.25rem;display:grid}.welcome-profile-card{cursor:pointer;text-align:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:14px;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem;transition:all .2s;display:flex;position:relative}.welcome-profile-card:hover:not(:disabled){border-color:#4a5f8c;transform:translateY(-2px);box-shadow:0 4px 14px #4a5f8c26}.welcome-profile-card:disabled{opacity:.7;cursor:not-allowed}.welcome-profile-card--selected{background:#eef2f7;border-color:#4a5f8c;box-shadow:0 4px 14px #4a5f8c33}.welcome-profile-card-icon{font-size:2rem;line-height:1}.welcome-profile-card-title{color:#1e293b;font-size:.95rem;font-weight:600}.welcome-profile-card-desc{color:#64748b;font-size:.8rem;line-height:1.4}.welcome-profile-card-check{color:#fff;background:#4a5f8c;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:700;animation:.3s welcome-check-pop;display:flex;position:absolute;top:.6rem;right:.6rem}@keyframes welcome-check-pop{0%{transform:scale(0)}to{transform:scale(1)}}.welcome-tutorial-step{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.welcome-tutorial-icon{margin-bottom:.25rem;font-size:2.5rem;line-height:1}.welcome-tutorial-desc{color:#475569;margin:0;font-size:.95rem}.welcome-tutorial-question{color:#334155;margin:.5rem 0 1rem;font-size:.95rem}.welcome-tutorial-card{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.6rem 1rem;display:flex}.welcome-tutorial-card-title{color:#1e293b;font-size:.9rem;font-weight:600}.welcome-tutorial-card-duration{color:#64748b;background:#e2e8f0;border-radius:4px;padding:.15rem .5rem;font-size:.75rem}.welcome-modal:has(.welcome-profile-step){max-width:720px}.tour-tooltip{background:#fff;border-radius:14px;min-width:300px;max-width:400px;padding:20px 22px 12px;animation:.25s tour-tooltip-in;position:relative;overflow:hidden;box-shadow:0 16px 48px #0f172a26,0 4px 12px #0f172a14}@keyframes tour-tooltip-in{0%{opacity:0;transform:scale(.95)translateY(4px)}to{opacity:1;transform:scale(1)translateY(0)}}.tour-tooltip-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.tour-tooltip-title{color:#1e293b;font-size:15px;font-weight:700}.tour-tooltip-progress{color:#94a3b8;background:#f1f5f9;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600}.tour-tooltip-content{color:#475569;margin-bottom:16px;font-size:13px;line-height:1.6}.tour-tooltip-footer{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.tour-tooltip-skip{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:4px 0;font-size:12px;transition:color .2s}.tour-tooltip-skip:hover{color:#64748b}.tour-tooltip-nav{gap:8px;display:flex}.tour-tooltip-back{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;padding:7px 14px;font-size:12px;font-weight:600;transition:all .2s}.tour-tooltip-back:hover{background:#e2e8f0}.tour-tooltip-next{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4a5f8c,#3d4e73);border:none;border-radius:8px;padding:7px 16px;font-size:12px;font-weight:600;transition:all .2s}.tour-tooltip-next:hover{transform:translateY(-1px);box-shadow:0 2px 8px #4a5f8c4d}.tour-tooltip-bar{background:#f1f5f9;height:3px;position:absolute;bottom:0;left:0;right:0}.tour-tooltip-bar-fill{background:linear-gradient(90deg,#4a5f8c,#6b82b8);border-radius:0 3px 3px 0;height:100%;transition:width .3s}.__floater{transition:all .3s!important}[data-tour-active]{animation:2s ease-in-out infinite tour-spotlight-pulse}@keyframes tour-spotlight-pulse{0%,to{box-shadow:0 0 0 3px #4a5f8c33}50%{box-shadow:0 0 0 6px #4a5f8c1a}}.tour-abandon-fab{z-index:10002;color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:10px 18px;font-size:13px;font-weight:500;transition:all .2s;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 12px #0f172a1a}.tour-abandon-fab:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca;box-shadow:0 4px 16px #dc26261f}.tc-overlay{z-index:9999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a80;justify-content:flex-end;animation:.2s tc-fade-in;display:flex;position:fixed;inset:0}@keyframes tc-fade-in{0%{opacity:0}to{opacity:1}}.tc-panel{background:#fff;flex-direction:column;width:420px;max-width:100vw;height:100vh;animation:.3s tc-slide-in;display:flex;overflow:hidden;box-shadow:-8px 0 32px #0f172a1f}@keyframes tc-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.tc-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.tc-title{color:#1e293b;margin:0;font-size:18px;font-weight:700}.tc-subtitle{color:#64748b;margin:4px 0 0;font-size:12px;line-height:1.4}.tc-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:24px;transition:all .2s;display:flex}.tc-close:hover{color:#475569;background:#f1f5f9}.tc-filters{border-bottom:1px solid #f1f5f9;padding:16px 24px 12px}.tc-search{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;width:100%;height:36px;margin-bottom:10px;padding:0 12px;font-size:13px;transition:border-color .2s}.tc-search:focus{background:#fff;border-color:#4a5f8c;outline:none}.tc-category-pills{flex-wrap:wrap;gap:6px;display:flex}.tc-pill{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:14px;padding:4px 12px;font-size:11px;font-weight:600;transition:all .2s}.tc-pill:hover{background:#e2e8f0}.tc-pill--active{color:#fff;background:#4a5f8c}.tc-list{flex-direction:column;flex:1;gap:12px;padding:16px 24px;display:flex;overflow-y:auto}.tc-empty{text-align:center;color:#94a3b8;padding:40px 0;font-size:13px}.tc-card{border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px;transition:border-color .2s,box-shadow .2s}.tc-card:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0f172a0a}.tc-card-header{align-items:center;gap:10px;margin-bottom:6px;display:flex}.tc-card-icon{flex-shrink:0;font-size:20px}.tc-card-meta{flex:1;min-width:0}.tc-card-title{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:600;overflow:hidden}.tc-card-duration{color:#94a3b8;font-size:11px}.tc-card-status{text-transform:uppercase;letter-spacing:.3px;border-radius:10px;flex-shrink:0;padding:3px 8px;font-size:10px;font-weight:700}.status--not-started{color:#64748b;background:#f1f5f9}.status--in-progress{color:#2563eb;background:#eff6ff}.status--completed{color:#059669;background:#ecfdf5}.status--skipped{color:#d97706;background:#fef3c7}.tc-card-desc{color:#64748b;margin:0 0 10px;font-size:12px;line-height:1.4}.tc-card-actions{justify-content:flex-end;display:flex}.tc-card-btn{cursor:pointer;border:none;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s}.tc-card-btn--launch{color:#fff;background:linear-gradient(135deg,#4a5f8c,#3d4e73)}.tc-card-btn--launch:hover{transform:translateY(-1px);box-shadow:0 2px 8px #4a5f8c4d}.tc-card-btn--resume{color:#2563eb;background:#eff6ff}.tc-card-btn--resume:hover{background:#dbeafe}@media (width<=480px){.tc-panel{width:100vw}}.payroll-success-overlay{z-index:10020;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f23328f;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.payroll-success-modal{color:#17384b;text-align:center;background:linear-gradient(155deg,#fff 50%,#effcf7 100%);border:1px solid #0e749033;border-radius:24px;width:min(560px,100%);padding:38px;animation:.32s ease-out payroll-success-enter;box-shadow:0 28px 80px #0b374747}.payroll-success-modal__trophy{color:#92400e;background:linear-gradient(145deg,#fef3c7,#fbbf24);border-radius:50%;place-items:center;width:72px;height:72px;margin-bottom:18px;display:inline-grid;position:relative;box-shadow:0 12px 28px #d977063d}.payroll-success-modal__sparkle{color:#0f8b8d;animation:1.2s ease-in-out infinite alternate payroll-success-sparkle;position:absolute}.payroll-success-modal__sparkle--one{top:-8px;right:-14px}.payroll-success-modal__sparkle--two{animation-delay:.22s;bottom:2px;left:-16px}.payroll-success-modal__eyebrow{color:#0b7a75;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.payroll-success-modal h2{color:#123247;margin:0 0 12px;font-size:clamp(26px,4vw,34px)}.payroll-success-modal>p{color:#526c7d;margin:0 auto 24px;line-height:1.6}.payroll-success-modal__achievements{text-align:left;gap:10px;margin-bottom:26px;display:grid}.payroll-success-modal__achievements div{color:#245b50;background:#f0fdfad1;border:1px solid #cde9df;border-radius:12px;align-items:center;gap:10px;padding:11px 14px;font-weight:650;display:flex}.payroll-success-modal__actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.payroll-success-modal__actions button{min-height:45px;font:inherit;cursor:pointer;border-radius:10px;padding:0 18px;font-weight:750}.payroll-success-modal__primary{color:#fff;background:#0b7777;border:1px solid #0b7777}.payroll-success-modal__secondary{color:#284b5e;background:#fff;border:1px solid #bfd0d9}.payroll-success-modal small{color:#718794;margin-top:18px;display:block}@keyframes payroll-success-enter{0%{opacity:0;transform:translateY(14px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes payroll-success-sparkle{0%{opacity:.5;transform:scale(.82)rotate(-8deg)}to{opacity:1;transform:scale(1.12)rotate(8deg)}}@media (width<=640px){.payroll-success-modal{padding:30px 22px}.payroll-success-modal__actions{flex-direction:column}}.ep-modal-overlay{z-index:10000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a99;justify-content:center;align-items:center;animation:.3s ep-fadeIn;display:flex;position:fixed;inset:0}@keyframes ep-fadeIn{0%{opacity:0}to{opacity:1}}.ep-modal{background:#fff;border-radius:20px;width:90vw;max-width:800px;max-height:90vh;padding:3rem 2.5rem;animation:.35s ep-slideUp;overflow-y:auto;box-shadow:0 25px 80px #00000040}@keyframes ep-slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ep-modal-title{color:#1e293b;text-align:center;margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.ep-modal-subtitle{color:#64748b;text-align:center;margin:0 0 2.5rem;font-size:1rem}.ep-modal-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.ep-card{cursor:pointer;text-align:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1.25rem;transition:all .2s;display:flex;position:relative}.ep-card:hover:not(:disabled){border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 16px #3b82f626}.ep-card:disabled{opacity:.7;cursor:not-allowed}.ep-card--selected{background:#eff6ff;border-color:#3b82f6;box-shadow:0 4px 16px #3b82f633}.ep-card-icon{font-size:2.5rem;line-height:1}.ep-card-title{color:#1e293b;font-size:1.05rem;font-weight:600}.ep-card-desc{color:#64748b;font-size:.85rem;line-height:1.4}.ep-card-check{color:#fff;background:#3b82f6;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:700;animation:.3s ep-checkPop;display:flex;position:absolute;top:.75rem;right:.75rem}@keyframes ep-checkPop{0%{transform:scale(0)}to{transform:scale(1)}}@media (width<=640px){.ep-modal{border-radius:16px;padding:2rem 1.25rem}.ep-modal-grid{grid-template-columns:1fr}}.ep-tutorial-proposal{text-align:center;flex-direction:column;align-items:center;gap:.75rem;animation:.3s ep-fadeIn;display:flex}.ep-tutorial-proposal-icon{font-size:3rem;line-height:1}.ep-tutorial-proposal-title{color:#1e293b;margin:0;font-size:1.5rem;font-weight:700}.ep-tutorial-proposal-desc{color:#475569;margin:0;font-size:1rem}.ep-tutorial-proposal-question{color:#334155;margin:.5rem 0 1rem;font-size:1rem}.ep-tutorial-proposal-card{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:.75rem 1.25rem;display:flex}.ep-tutorial-proposal-card-title{color:#1e293b;font-size:.95rem;font-weight:600}.ep-tutorial-proposal-card-duration{color:#64748b;background:#e2e8f0;border-radius:4px;padding:.2rem .6rem;font-size:.8rem}.ep-tutorial-proposal-actions{flex-direction:column;gap:.75rem;width:100%;max-width:320px;display:flex}.ep-tutorial-btn{cursor:pointer;border-radius:10px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .15s}.ep-tutorial-btn--primary{color:#fff;background:#3b82f6;border:none}.ep-tutorial-btn--primary:hover{background:#2563eb}.ep-tutorial-btn--ghost{color:#64748b;background:0 0;border:1px solid #e2e8f0}.ep-tutorial-btn--ghost:hover{color:#475569;background:#f8fafc}.ep-settings{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.ep-settings-title{color:#1e293b;margin:0 0 1rem;font-size:1.1rem;font-weight:600}.ep-settings-current{flex-direction:column;gap:.25rem;margin-bottom:1rem;display:flex}.ep-settings-current-label{color:#334155;font-weight:600}.ep-settings-current-desc{color:#64748b;font-size:.875rem}.ep-settings-none{color:#94a3b8;margin-bottom:1rem;font-style:italic}.ep-settings-edit-btn{color:#3b82f6;cursor:pointer;background:0 0;border:1px solid #3b82f6;border-radius:8px;padding:.5rem 1.25rem;font-weight:500;transition:all .15s}.ep-settings-edit-btn:hover{color:#fff;background:#3b82f6}.ep-settings-options{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.ep-settings-option{cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:.2rem;padding:.75rem 1rem;transition:all .15s;display:flex;position:relative}.ep-settings-option:hover:not(:disabled){background:#eff6ff;border-color:#3b82f6}.ep-settings-option:disabled{cursor:default}.ep-settings-option--active{background:#eff6ff;border-color:#3b82f6}.ep-settings-option-label{color:#1e293b;font-size:.9rem;font-weight:600}.ep-settings-option-desc{color:#64748b;font-size:.8rem}.ep-settings-option-badge{color:#fff;background:#3b82f6;border-radius:4px;padding:.15rem .5rem;font-size:.7rem;font-weight:600;position:absolute;top:.5rem;right:.75rem}.ep-settings-cancel-btn{color:#475569;cursor:pointer;background:#e2e8f0;border:none;border-radius:6px;align-self:flex-start;margin-top:.5rem;padding:.4rem 1rem;font-size:.85rem}.ep-settings-cancel-btn:hover{background:#cbd5e1}:root{--subtabs-container-bg:#fff;--subtabs-container-border:#e2e8f0;--subtabs-container-radius:12px;--subtabs-container-gap:6px;--subtabs-container-padding:8px 16px 0;--subtab-text:#64748b;--subtab-text-hover:#4a7fd7;--subtab-text-active:#4a7fd7;--subtab-hover-bg:#f8fafc;--subtab-active-border:#4a7fd7;--subtab-font-size:13px;--subtab-font-weight:500;--subtab-font-weight-active:600;--subtab-padding:10px 20px;--subtab-underline:3px;--subtab-icon-size:15px;--subview-content-bg:#f8fafc;--subview-content-border:#e2e8f0;--subview-content-border-top:#e2e8f0;--subview-content-radius:12px;--subview-content-padding:20px;--subtab-indicator-text:#94a3b8;--subtab-indicator-bg:#f1f5f9}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.legal-gate{color:#172033;box-sizing:border-box;background:#eef2f3;min-height:100vh;padding:40px 20px}.legal-gate__panel{background:#fff;border:1px solid #d5dde5;border-radius:8px;width:min(860px,100%);margin:0 auto;overflow:hidden;box-shadow:0 18px 48px #0f172a1a}.legal-gate__panel>header{border-bottom:1px solid #dce3ec;padding:30px 34px 24px}.legal-gate__panel>header>span{color:#276749;letter-spacing:.08em;text-transform:uppercase;font-family:Segoe UI,sans-serif;font-size:10px;font-weight:800}.legal-gate__panel h1,.legal-gate--error h1{letter-spacing:0;margin:10px 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(28px,5vw,44px);font-weight:500}.legal-gate__panel header p,.legal-gate--error p{color:#64748b;margin:0;font-family:Segoe UI,sans-serif;line-height:1.6}.legal-gate__document{border-bottom:1px solid #dce3ec;max-height:48vh;padding:18px 34px;overflow-y:auto}.legal-gate__panel form{gap:12px;padding:22px 34px 28px;font-family:Segoe UI,sans-serif;display:grid}.legal-gate__panel form>label{color:#334155;align-items:start;gap:10px;font-size:13px;font-weight:700;display:flex}.legal-gate__panel form input{accent-color:#276749;margin-top:2px}.legal-gate__panel form p{color:#64748b;margin:0;font-size:11px;line-height:1.6}.legal-gate__panel form p button{color:#22543d;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700;text-decoration:underline}.legal-gate__panel form>button,.legal-gate--error button{color:#fff;cursor:pointer;background:#22543d;border:1px solid #22543d;border-radius:6px;width:fit-content;min-height:42px;padding:0 18px;font-family:Segoe UI,sans-serif;font-size:12px;font-weight:750}.legal-gate__panel form>button:disabled{opacity:.5;cursor:not-allowed}.legal-gate--loading,.legal-gate--error{text-align:center;place-content:center;font-family:Segoe UI,sans-serif;display:grid}.legal-gate--error button{margin:16px auto 0}@media (width<=620px){.legal-gate{padding:0}.legal-gate__panel{border:0;border-radius:0;min-height:100vh}.legal-gate__panel>header,.legal-gate__document,.legal-gate__panel form{padding-inline:20px}}:root[data-density=compact]{--spacing-base:.5rem;--spacing-section:1rem;--font-size-label:.8rem;--font-size-body:.85rem;--table-row-height:2.25rem;--card-padding:.75rem;--input-padding:.35rem .6rem}:root[data-density=normal]{--spacing-base:.75rem;--spacing-section:1.5rem;--font-size-label:.875rem;--font-size-body:.9rem;--table-row-height:2.5rem;--card-padding:1rem;--input-padding:.5rem .75rem}:root[data-density=dense]{--spacing-base:.5rem;--spacing-section:.75rem;--font-size-label:.8rem;--font-size-body:.85rem;--table-row-height:2rem;--card-padding:.6rem;--input-padding:.3rem .5rem}.advanced-section{margin-top:var(--spacing-base,.75rem)}.advanced-section-toggle{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:.3rem;padding:.4rem .75rem;font-size:.8rem;transition:all .15s;display:inline-flex}.advanced-section-toggle:hover{background:#f1f5f9;border-color:#94a3b8}.advanced-section-toggle--expanded{margin-bottom:.75rem}.App{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;display:flex}.app-route-loading{color:#475569;background:#f8fafc;place-items:center;min-height:100vh;padding:24px;font-size:14px;display:grid}*{box-sizing:border-box}body{margin:0;padding:0}.client-consultation-banner{bottom:calc(16px + env(safe-area-inset-bottom,0px));z-index:1200;color:#e0f2fe;background:#082f49;border-radius:999px;align-items:center;gap:12px;max-width:calc(100vw - 24px);padding:8px 16px;font-size:14px;display:flex;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #082f4959}.client-consultation-banner__label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.client-consultation-banner__exit{color:#082f49;cursor:pointer;white-space:nowrap;background:#38bdf8;border:none;border-radius:999px;padding:6px 14px;font-weight:600}.client-consultation-banner__exit:hover{color:#fff;background:#0ea5e9}@media (width<=560px){.client-consultation-banner{border-radius:10px;justify-content:space-between;align-items:center;width:calc(100vw - 24px);padding:10px 12px}.client-consultation-banner__label{white-space:normal;min-width:0;line-height:1.35}.client-consultation-banner__exit{flex:none;padding-inline:12px}}
