:root{--bg-primary: #F7F8F6;--bg-secondary: #FFFFFF;--bg-sidebar: #050505;--accent-primary: #78F19A;--accent-primary-rgb: 120, 241, 154;--accent-primary-hover: #5CDE80;--accent-strong: #16833B;--accent-secondary: #DDFBE6;--accent-light: #F0F2EF;--text-main: #0B0D0E;--text-secondary: #585D63;--text-tertiary: #A4A9AE;--text-light: #FFFFFF;--text-on-dark-action: var(--accent-primary);--border-color: #E9EBE7;--shadow-card: 0px 4px 20px rgba(10, 15, 20, .04);--shadow-hover: 0px 8px 30px rgba(10, 15, 20, .08);--shadow-accent: 0px 4px 15px rgba(120, 241, 154, .25);--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--font-title: "Inter", -apple-system, sans-serif;--radius-sm: 12px;--radius-md: 18px;--radius-lg: 24px;--radius-pill: 9999px;--transition: opacity .25s ease, transform .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease;--color-danger: #d32f2f;--color-danger-bg: #fef2f2;--color-danger-border: #fca5a5;--color-danger-hover-bg: #fee2e2;--color-danger-hover-color: #991b1b;--color-danger-dark: #b91c1c;--color-danger-light: #ef4444;--color-success: #22c55e;--color-success-dark: #2e7d32;--color-warning: #b15d00;--color-gray-600: #6b7280;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827}*{margin:0;padding:0;box-sizing:border-box}html{width:100%;overflow-x:clip;-webkit-tap-highlight-color:transparent;touch-action:manipulation}body{font-family:var(--font-family);background-color:var(--bg-primary);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased;width:100%}#app{min-height:100vh;width:100%}.app-boot-screen{min-height:100vh;width:100%;background:radial-gradient(circle at top left,rgba(120,241,154,.08),transparent 34%),radial-gradient(circle at top right,rgba(34,197,94,.06),transparent 28%),var(--bg-primary)}img,svg,video,canvas{max-width:100%}.card{background-color:var(--bg-secondary);border-radius:28px;padding:24px;border:1px solid var(--border-color);box-shadow:var(--shadow-card);transition:var(--transition);min-width:0;max-width:100%}.card:hover{box-shadow:var(--shadow-hover);border-color:var(--accent-primary)}.title-lg{font-family:var(--font-title);font-size:32px;font-weight:700;letter-spacing:-.03em;color:var(--text-main);line-height:1.2;overflow-wrap:anywhere;text-wrap:balance}.title-md{font-family:var(--font-title);font-size:22px;font-weight:600;letter-spacing:-.02em;color:var(--text-main);overflow-wrap:anywhere}.title-sm{font-family:var(--font-title);font-size:15px;font-weight:500;color:var(--text-secondary);overflow-wrap:anywhere}.stat-value{font-family:var(--font-title);font-size:45px;font-weight:700;letter-spacing:-.03em;color:var(--text-main)}.btn{display:inline-flex;align-items:center;justify-content:center;min-width:0;padding:12px 24px;border-radius:20px;font-weight:600;font-size:14px;cursor:pointer;transition:var(--transition);border:none;gap:8px;font-family:var(--font-family)}.btn-primary{background-color:var(--accent-primary);color:var(--text-main);border:1px solid var(--accent-primary)}.btn-primary:hover{background-color:var(--accent-primary-hover);border-color:var(--accent-primary-hover);color:var(--text-main);box-shadow:var(--shadow-accent)}.btn-accent{background-color:var(--accent-primary);color:var(--text-main);border:1px solid var(--accent-primary)}.btn-accent:hover{background-color:var(--accent-primary-hover);border-color:var(--accent-primary-hover);box-shadow:var(--shadow-accent)}.btn-outline{background-color:transparent;border:1px solid var(--border-color);color:var(--text-main)}.btn-outline:hover{border-color:var(--text-main);background-color:var(--accent-light)}.btn-secondary{background-color:var(--bg-secondary);color:var(--text-main);border:1px solid var(--border-color)}.btn-secondary:hover{border-color:var(--text-main);background-color:var(--accent-light)}.btn-danger{background:var(--color-danger-bg);color:var(--color-danger-dark);border:1px solid var(--color-danger-border)}.btn-danger:hover{background:var(--color-danger-hover-bg);border-color:var(--color-danger-light);color:var(--color-danger-hover-color)}.btn-sm{padding:8px 14px;font-size:13px}.icon-btn,.icon-btn-sm{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-main);cursor:pointer;transition:var(--transition);flex-shrink:0}.icon-btn{width:40px;height:40px;border-radius:var(--radius-md);font-size:18px}.icon-btn-sm{width:32px;height:32px;border-radius:var(--radius-md);font-size:16px}.icon-btn:hover,.icon-btn-sm:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:var(--accent-light)}.icon-btn-danger{color:var(--color-danger-dark);border-color:#b91c1c2e}.icon-btn-danger:hover{border-color:var(--color-danger-light);color:var(--color-danger-hover-color);background:var(--color-danger-hover-bg)}.icon-btn-compact{width:32px;height:32px}.icon-btn-mini{width:28px;height:28px;font-size:14px}.icon-btn-flat{box-shadow:none;border:none;background:transparent}.icon-btn-soft-close{position:absolute;top:20px;right:22px;width:34px;height:34px;box-shadow:none;border:none;background:#f3f4f6;border-radius:50%;font-size:20px;color:var(--color-gray-600)}.tag{display:inline-flex;align-items:center;padding:4px 12px;border-radius:var(--radius-pill);font-size:12px;font-weight:600;color:var(--text-secondary);background:var(--accent-light)}.tag-accent{background-color:var(--accent-secondary);color:#1c7c3e}.confirm-action-overlay{z-index:11000}.modal-overlay{position:fixed;inset:0;background:#05050580;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;z-index:10000;padding:20px;overflow-y:auto;overscroll-behavior:contain}.modal-content{background:var(--bg-secondary);width:100%;max-width:500px;border-radius:28px;border:1px solid var(--border-color);padding:32px;box-shadow:0 16px 50px #0a0f1414;position:relative;max-height:90vh;overflow-y:auto;overflow-x:hidden}.modal-content *{max-width:100%}.modal-close-btn{width:36px;height:36px;box-shadow:none;border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:9999px}.modal-close-btn:hover{border-color:var(--text-main);background:var(--accent-light)}.modal-actions{display:flex;gap:12px;margin-top:12px;justify-content:flex-end;flex-wrap:wrap}.modal-actions .btn{flex:1;min-width:0;border-radius:9999px}.modal-content.modal-wide{max-width:680px}.modal-content.modal-concluir-content{max-width:480px;padding:0;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;background:var(--bg-secondary);box-shadow:0 24px 70px #00000047}.concluir-modal-header{padding:24px 28px 18px;border-bottom:1px solid var(--border-color);position:relative}.concluir-modal-title{font-size:24px;font-weight:800;color:var(--text-main)}.concluir-modal-subtitle{margin:6px 0 0;font-size:14px;color:var(--text-secondary)}.concluir-modal-body{padding:24px 28px;overflow-y:auto;flex:1;min-height:0}.concluir-resumo{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:16px;padding:16px;margin-bottom:24px}.concluir-pagamento-help{margin:6px 0 18px;font-size:13px;color:var(--text-secondary)}.concluir-value-input,.concluir-coupon-input,.concluir-parcelas-select{width:100%;padding:13px 14px;border:1px solid var(--border-color);border-radius:16px;font-size:14px;outline:none;background:var(--bg-secondary);color:var(--text-main)}.concluir-value-input{font-weight:600;background:var(--bg-primary)}.concluir-pagamento-btns{display:flex;gap:8px;flex-wrap:wrap}.concluir-coupon-input{text-transform:uppercase;font-family:monospace;flex:1}.concluir-coupon-validate{border:none;background:var(--accent-primary);color:var(--text-main);border-radius:16px;padding:0 18px;font-weight:800;cursor:pointer;font-size:13px}.concluir-coupon-feedback{font-size:12px;min-height:18px;margin-top:6px}.concluir-modal-footer{display:flex;gap:12px;padding:18px 28px;border-top:1px solid var(--border-color);flex-shrink:0;background:var(--bg-secondary)}.concluir-btn-back{flex:1;height:48px;border-radius:16px;border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-main);font-weight:800;font-size:14px;cursor:pointer}.concluir-btn-submit{flex:2;height:48px;border-radius:16px;border:none;background:var(--accent-primary);color:var(--text-main);font-weight:800;font-size:14px;cursor:pointer}.modal-shell-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.modal-shell-header.top-align{align-items:flex-start;gap:16px}.modal-shell-body{padding:24px 28px;overflow-y:auto;flex:1;min-height:0}.modal-shell-body.summary-only{background:#f9fafb;border:1px solid #eef0f3;border-radius:16px;padding:16px}.modal-shell-footer{display:flex;gap:12px;padding:18px 28px;border-top:1px solid #eef0f3}.modal-shell-footer.sticky{flex-shrink:0}.modal-section{margin-bottom:20px;padding:16px;border:1px solid var(--border-color);border-radius:18px;background:linear-gradient(180deg,var(--bg-primary),color-mix(in srgb,var(--bg-primary) 88%,var(--accent-light)));box-shadow:0 1px #fff9 inset}.modal-section:last-child{margin-bottom:0}.modal-section-title{font-size:15px;font-weight:800;color:var(--text-main);margin-bottom:3px}.modal-section-desc{font-size:12px;color:var(--text-secondary);margin-bottom:10px;line-height:1.45}.modal-section--flat{background:var(--bg-primary);box-shadow:none}.modal-section .form-group:last-child,.modal-section .field-grid-2:last-child{margin-bottom:0}.field-stack{display:flex;flex-direction:column;gap:8px}.field-row{display:flex;gap:8px}.field-row.tight{margin-top:4px}.field-row.spaced{gap:12px}.field-grow{flex:1;min-width:0}.form-group-compact{margin:0}.form-group-gap-sm{margin-top:8px}.form-group-gap-md{margin-top:12px}.field-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field-grid-2.compact{gap:12px}.field-grid-2.spaced{gap:16px;margin-top:8px}.field-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.field-row.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field-row.four-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.field-card{width:100%;padding:13px 14px;border:1px solid #d7dde3;border-radius:16px;font-size:14px;outline:none;background:#fff;box-sizing:border-box}.field-card.soft{background:#fff}.field-card.inline-label{font-weight:600;min-height:48px;display:flex;align-items:center}.field-card.compact{min-height:82px;resize:vertical;font-family:inherit}.field-muted-label{font-size:10px;color:var(--text-secondary);font-weight:700;text-transform:uppercase}.field-muted-value{font-weight:700}.modal-mini-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-mini-form{display:flex;flex-direction:column;gap:12px}.modal-mini-actions{display:flex;gap:12px;margin-top:4px}.modal-mini-actions .btn{flex:1}.detail-service-title{font-family:var(--font-title);font-size:28px;font-weight:700;color:var(--text-main);margin-bottom:4px;line-height:1.15;overflow-wrap:anywhere;word-break:break-word}.detail-service-subtitle{color:var(--text-secondary);font-size:14px;font-weight:600;margin-bottom:16px;overflow-wrap:anywhere;word-break:break-word}.detail-title-danger{color:var(--color-danger)}.detail-status-wrap{margin-bottom:18px}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:18px}.detail-card,.detail-services-list{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);min-width:0;overflow:hidden}.detail-card{padding:14px}.detail-label{display:block;color:var(--text-secondary);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px}.detail-value{color:var(--text-main);font-size:14px;font-weight:600;overflow-wrap:anywhere;word-break:break-word}.detail-value-cost{color:var(--color-warning)}.detail-services-list{padding:14px;margin-bottom:12px}.detail-service-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px 0;border-top:1px solid var(--border-color)}.detail-service-row:first-of-type{margin-top:8px}.detail-service-name{color:var(--text-main);font-weight:600;overflow-wrap:anywhere;word-break:break-word}.detail-service-price{color:var(--text-secondary);font-size:13px;font-weight:700;white-space:nowrap}.detail-notes{padding:16px;border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-secondary);font-size:13px;margin-bottom:18px;overflow-wrap:anywhere;word-break:break-word;border-radius:var(--radius-md)}.detail-fee-line{margin-top:8px}.detail-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:6px}.detail-actions .action-btn{min-height:44px;width:100%;padding:10px 14px;border:1px solid var(--border-color);border-radius:14px;background:var(--bg-secondary);color:var(--text-main);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:var(--transition)}.detail-actions .action-btn:hover{border-color:var(--accent-primary);color:var(--text-main);background:var(--accent-light);transform:translateY(-1px);box-shadow:0 10px 22px #00000014}.detail-actions .btn-detail-primary{order:10;grid-column:1 / -1;border-color:var(--accent-primary);background:var(--accent-primary);color:var(--text-main);box-shadow:0 12px 24px #24d3692e}.detail-actions .btn-detail-primary:hover{background:var(--accent-primary);border-color:var(--accent-primary);color:var(--text-main);box-shadow:0 14px 28px #24d36938}.field-relative{position:relative}.field-gap-top{margin-top:12px}.field-required{color:var(--color-success)}.field-action-button{height:48px;border:1px solid #d7dde3;background:#fff;border-radius:16px;padding:0 16px;font-weight:700;font-size:13px;color:var(--color-gray-700);cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.btn-surface{background:#fff!important}.clientes-page-actions{display:flex;gap:16px}.clientes-page-actions--compact{gap:12px}.page-clientes{--client-card-radius: 20px;--client-space: 8px;width:100%}.clientes-header{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}.clientes-header__main{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.clientes-header__copy{min-width:0}.clientes-header__eyebrow{margin-bottom:8px;color:#16833b;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.clientes-header__title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.clientes-header__copy p{margin-top:8px;color:var(--text-secondary);font-size:14px}.clientes-total-chip{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border:1px solid #d9e1d8;border-radius:var(--radius-pill);background:var(--bg-secondary);color:#38403a;font-size:12px;font-weight:700}.clientes-new-button{min-height:48px;flex:0 0 auto}.clientes-insights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.clientes-insight{display:flex;align-items:center;gap:12px;min-width:0;min-height:88px;padding:16px;border:1px solid var(--border-color);border-radius:var(--client-card-radius);background:var(--bg-secondary);box-shadow:var(--shadow-card);color:var(--text-main);font-family:var(--font-family);text-align:left;cursor:pointer;transition:var(--transition)}.clientes-insight:hover,.clientes-insight:focus-visible,.clientes-insight.is-active{border-color:var(--accent-primary);box-shadow:var(--shadow-hover);outline:none}.clientes-insight.is-active{background:#f8fff9}.clientes-insight__icon{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:14px;background:var(--accent-secondary);color:#15803d;font-size:20px}.clientes-insight__copy{display:flex;flex-direction:column;min-width:0}.clientes-insight__copy strong{color:var(--text-main);font-size:24px;line-height:1.1;letter-spacing:-.03em}.clientes-insight__copy span{margin-top:4px;color:var(--text-secondary);font-size:12px;font-weight:600;line-height:1.3}.clientes-toolbar{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding:12px;border:1px solid var(--border-color);border-radius:var(--client-card-radius);background:var(--bg-secondary);box-shadow:var(--shadow-card)}.clientes-search{position:relative;display:flex;align-items:center;flex:1;min-width:0;height:48px;border:1px solid var(--border-color);border-radius:16px;background:var(--bg-primary);color:var(--text-secondary);transition:var(--transition)}.clientes-search:focus-within{border-color:var(--accent-primary);background:var(--bg-secondary);box-shadow:0 0 0 3px #78f19a29}.clientes-search>i{margin-left:16px;font-size:18px}.clientes-search input{width:100%;min-width:0;height:100%;padding:0 44px 0 12px;border:0;outline:0;background:transparent;color:var(--text-main);font:500 14px/1 var(--font-family)}.clientes-search input::placeholder{color:var(--text-tertiary)}.clientes-search__clear{position:absolute;right:8px;top:50%;display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:10px;background:transparent;color:var(--text-secondary);cursor:pointer;transform:translateY(-50%)}.clientes-search__clear:hover{background:var(--accent-light);color:var(--text-main)}.clientes-results-count{padding:0 8px;color:var(--text-secondary);font-size:12px;font-weight:700;white-space:nowrap}.client-directory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.client-directory-card{position:relative;display:flex;flex-direction:column;gap:16px;min-width:0;padding:24px;border:1px solid var(--border-color);border-radius:var(--client-card-radius);background:var(--bg-secondary);box-shadow:var(--shadow-card);cursor:pointer;transition:var(--transition)}.client-directory-card:hover,.client-directory-card:focus-visible{border-color:#b9e8c6;box-shadow:var(--shadow-hover);outline:none;transform:translateY(-2px)}.client-directory-card--attention{box-shadow:inset 4px 0 #f2b94b,var(--shadow-card)}.client-directory-card__header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px}.client-identity{display:flex;align-items:center;gap:12px;min-width:0}.client-avatar{display:grid;place-items:center;width:52px;height:52px;flex:0 0 52px;border:1px solid rgba(11,13,14,.06);border-radius:18px;color:#17201a;font-size:16px;font-weight:800;letter-spacing:-.02em}.client-avatar--tone-0{background:#ddfbe6}.client-avatar--tone-1{background:#e9efff}.client-avatar--tone-2{background:#fff0dd}.client-avatar--tone-3{background:#f1eaff}.client-avatar--tone-4{background:#e3f7f4}.client-avatar--tone-5{background:#ffe8ed}.client-identity__copy{min-width:0}.client-identity__name{color:var(--text-main);font-size:17px;font-weight:800;line-height:1.25;overflow-wrap:anywhere}.client-status-row{display:flex;align-items:center;gap:6px;margin-top:8px;flex-wrap:wrap}.client-status{display:inline-flex;align-items:center;gap:4px;min-height:24px;padding:3px 8px;border-radius:var(--radius-pill);font-size:10px;font-weight:800;letter-spacing:.02em;line-height:1}.client-status--active{background:#e7f8ec;color:#19703a}.client-status--new{background:#e8efff;color:#315fba}.client-status--birthday{background:#fff0f5;color:#b43e68}.client-status--attention{background:#fff3d7;color:#915c00}.client-status--vip{background:#111827;color:var(--text-on-dark-action)}.client-status--neutral{background:#f0f2ef;color:#687068}.client-ltv{display:flex;flex-direction:column;align-items:flex-end;min-width:88px;text-align:right}.client-ltv span,.client-detail span,.client-visit span{color:var(--text-secondary);font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.client-ltv strong{margin-top:4px;color:var(--text-main);font-size:17px;line-height:1.2;white-space:nowrap}.client-visit{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:64px;padding:12px;border:1px solid #eef0ed;border-radius:16px;background:#f8f9f7}.client-visit--attention{border-color:#f6dfaf;background:#fffaf0}.client-visit__icon{display:grid;place-items:center;width:40px;height:40px;border-radius:14px;background:var(--bg-secondary);color:#2c713f;font-size:18px}.client-visit>div:nth-child(2){display:flex;flex-direction:column;min-width:0}.client-visit strong{margin-top:2px;color:var(--text-main);font-size:14px}.client-visit time{color:var(--text-secondary);font-size:12px;font-weight:600;text-align:right}.client-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.client-detail{display:flex;align-items:flex-start;gap:10px;min-width:0}.client-detail>i{margin-top:2px;color:#737a74;font-size:17px;flex:0 0 auto}.client-detail>div{display:flex;flex-direction:column;min-width:0}.client-detail strong{margin-top:2px;color:var(--text-main);font-size:12px;font-weight:700;line-height:1.4;overflow-wrap:anywhere}.client-detail--package>i,.client-detail--package strong{color:#147a36}.client-quick-actions{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 44px 44px;gap:8px;padding-top:16px;border-top:1px solid var(--border-color)}.client-action{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:0;height:44px;padding:0 12px;border:1px solid var(--border-color);border-radius:14px;background:var(--bg-secondary);color:var(--text-main);font:700 12px/1 var(--font-family);text-decoration:none;cursor:pointer;transition:var(--transition)}.client-action:hover,.client-action:focus-visible{border-color:#9edbad;outline:none;transform:translateY(-1px)}.client-action--whatsapp{border-color:#bcebd1;background:#f0fcf5;color:#147d56}.client-action--schedule{border-color:var(--accent-primary);background:var(--accent-primary);color:var(--text-main)}.client-action--icon{width:44px;padding:0;font-size:17px}.client-action--disabled{opacity:.45;cursor:not-allowed;transform:none!important}.client-card-menu{position:absolute;right:0;bottom:52px;z-index:4;width:190px;padding:6px;border:1px solid var(--border-color);border-radius:14px;background:var(--bg-secondary);box-shadow:0 18px 40px #0a0f1424}.client-card-menu[hidden]{display:none}.client-card-menu button{display:flex;align-items:center;gap:8px;width:100%;min-height:40px;padding:8px 10px;border:0;border-radius:10px;background:transparent;color:var(--text-main);font:600 12px/1.2 var(--font-family);text-align:left;cursor:pointer}.client-card-menu button:hover{background:var(--accent-light)}.clientes-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px;padding:12px 16px;border:1px solid var(--border-color);border-radius:18px;background:var(--bg-secondary);box-shadow:var(--shadow-card)}.clientes-pagination[hidden]{display:none}.clientes-pagination__summary{color:var(--text-secondary);font-size:12px;font-weight:700}.clientes-pagination__controls{display:flex;align-items:center;justify-content:flex-end;gap:8px}.clientes-pagination__nav,.clientes-pagination__page{display:inline-grid;place-items:center;min-width:36px;height:36px;padding:0 8px;border:1px solid var(--border-color);border-radius:12px;background:var(--bg-secondary);color:var(--text-main);font:700 12px/1 var(--font-family);cursor:pointer}.clientes-pagination__page.is-active{border-color:var(--accent-primary);background:var(--accent-primary)}.clientes-pagination__nav:disabled{opacity:.35;cursor:not-allowed}.clientes-pagination__gap{color:var(--text-tertiary);font-size:12px}.clientes-state{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:320px;padding:40px 24px;border:1px dashed #dce2dc;border-radius:var(--client-card-radius);background:var(--bg-secondary);color:var(--text-secondary);text-align:center}.clientes-state__icon{display:grid;place-items:center;width:64px;height:64px;margin-bottom:16px;border-radius:20px;background:var(--accent-secondary);color:#18813a;font-size:30px}.clientes-state h2{color:var(--text-main);font-size:20px}.clientes-state p{max-width:440px;margin:8px 0 20px;font-size:14px}.clientes-state--error .clientes-state__icon{background:#fff1f1;color:#bb3b3b}.clientes-skeleton{position:relative;overflow:hidden;border-radius:10px;background:#edf0ec}.clientes-skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);transform:translate(-100%);animation:clientes-skeleton-shimmer 1.35s infinite}.clientes-skeleton--metric{min-height:88px;border-radius:var(--client-card-radius)}.client-directory-card--skeleton{min-height:300px;cursor:default}.client-directory-card--skeleton:hover{border-color:var(--border-color);box-shadow:var(--shadow-card);transform:none}.clientes-skeleton--line-lg{width:58%;height:28px}.clientes-skeleton--block{width:100%;height:72px}.clientes-skeleton--line{width:78%;height:18px}@keyframes clientes-skeleton-shimmer{to{transform:translate(100%)}}@media(max-width:1024px){.clientes-insights{grid-template-columns:repeat(2,minmax(0,1fr))}.client-directory-grid{grid-template-columns:1fr}}@media(max-width:768px){.clientes-header{gap:16px;margin-bottom:16px}.clientes-header__main{align-items:stretch;flex-direction:column;gap:16px}.clientes-new-button{width:100%}.clientes-insights{gap:8px}.clientes-insight{min-height:80px;padding:12px;border-radius:18px}.clientes-insight__icon{width:36px;height:36px;flex-basis:36px;border-radius:12px;font-size:18px}.clientes-insight__copy strong{font-size:20px}.clientes-toolbar{align-items:stretch;flex-direction:column;gap:8px;margin-bottom:16px;padding:8px;border-radius:18px}.clientes-results-count{padding:2px 8px 4px}.client-directory-grid{gap:16px}.client-directory-card{gap:16px;padding:20px}.client-avatar{width:48px;height:48px;flex-basis:48px;border-radius:16px}.client-detail-grid{gap:12px}.clientes-pagination{align-items:stretch;flex-direction:column}.clientes-pagination__summary{text-align:center}.clientes-pagination__controls{justify-content:center}}@media(max-width:480px){.clientes-header__title-row .title-lg{font-size:28px}.clientes-insight{align-items:flex-start;flex-direction:column;gap:8px}.client-directory-card__header,.client-identity{gap:10px}.client-identity__name{font-size:16px}.client-ltv{min-width:76px}.client-ltv strong{font-size:15px}.client-visit{grid-template-columns:36px minmax(0,1fr);gap:10px}.client-visit__icon{width:36px;height:36px;border-radius:12px}.client-visit time{grid-column:2;text-align:left}}@media(max-width:480px){.client-directory-card{padding:16px}.client-detail-grid{grid-template-columns:1fr}.client-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.client-action--icon{width:100%}}@media(prefers-reduced-motion:reduce){.clientes-skeleton:after{animation:none}}.clientes-tabs{display:inline-flex;align-items:center;gap:6px;margin-top:12px;padding:4px;border:1px solid #dfe8df;border-radius:var(--radius-pill);background:#ffffffbd;box-shadow:0 1px 2px #0f172a08}.clientes-tab{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 12px;border:0;border-radius:var(--radius-pill);background:transparent;color:var(--text-secondary);font:inherit;font-size:12px;font-weight:800;cursor:pointer;transition:var(--transition)}.clientes-tab:hover,.clientes-tab:focus-visible{color:var(--text-main);background:var(--accent-light);outline:none}.clientes-tab.is-active{color:#0b2f18;background:var(--accent-primary);box-shadow:var(--shadow-accent)}.returns-panel{grid-column:1 / -1;display:grid;gap:14px;width:100%}.return-filter-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:4px;border:1px solid #dfe8df;border-radius:var(--radius-pill);background:#fffc;width:fit-content;max-width:100%}.return-filter-btn{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border:0;border-radius:var(--radius-pill);background:transparent;color:var(--text-secondary);font:inherit;font-size:12px;font-weight:800;cursor:pointer;transition:var(--transition)}.return-filter-btn:hover,.return-filter-btn:focus-visible{background:var(--accent-light);color:var(--text-main);outline:none}.return-filter-btn.is-active{background:#0b0d0e;color:var(--accent-primary)}.returns-list{display:grid;gap:12px}.return-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px;border:1px solid var(--border-color);border-radius:var(--client-card-radius);background:var(--bg-secondary);box-shadow:var(--shadow-card)}.return-card.is-overdue{border-color:#f2c96c;box-shadow:inset 4px 0 #f2b94b,var(--shadow-card)}.return-card__title{color:var(--text-main);font-size:16px;font-weight:800}.return-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:6px;color:var(--text-secondary);font-size:12px;font-weight:650}.return-card__meta span{display:inline-flex;align-items:center;gap:4px}.return-status{min-height:24px;padding:2px 9px;border-radius:var(--radius-pill);background:#eefcf3;color:#166534;font-size:10px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.return-status.whatsapp_opened{background:#ecfdf5;color:#047857}.return-status.contacted,.return-status.rescheduled{background:var(--accent-primary);color:#0b2f18}.return-status.ignored{background:#f3f4f6;color:var(--text-secondary)}.return-card__actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.return-action{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;padding:0 12px;border:1px solid #dfe8df;border-radius:var(--radius-pill);background:#fff;color:var(--text-main);font:inherit;font-size:12px;font-weight:800;text-decoration:none;cursor:pointer;transition:var(--transition)}.return-action:hover,.return-action:focus-visible{border-color:#b9e8c6;background:#f8fff9;box-shadow:0 4px 14px #0a0f140f;outline:none;transform:translateY(-1px)}.return-action--accent{border-color:transparent;background:var(--accent-primary);color:#0b2f18}.return-action--accent:hover,.return-action--accent:focus-visible{background:#64dd86;color:#07140c}@media(max-width:768px){.clientes-tabs{width:100%}.clientes-tab{flex:1 1 0}.return-filter-row{width:100%;border-radius:18px}.return-filter-btn{flex:1 1 calc(50% - 8px)}.return-card{grid-template-columns:1fr;align-items:stretch;gap:14px;padding:16px}.return-card__actions{justify-content:stretch}.return-action{flex:1 1 calc(50% - 8px)}}.dropdown-panel{display:none;position:absolute;top:100%;left:0;right:0;z-index:10;background:#fff;border:1px solid #d7dde3;border-top:none;border-radius:0 0 12px 12px;max-height:200px;overflow-y:auto;box-shadow:0 8px 24px #0000001a}.agenda-list-card--stack,.agenda-list-card--column{display:flex;flex-direction:column}.agenda-list-title--spaced{margin-bottom:24px}.empty-state{display:none;text-align:center;padding:40px;color:var(--text-secondary)}.empty-state-icon{font-size:40px;color:var(--accent-primary);display:block;margin-bottom:12px}.package-selector--hidden{display:none}.package-hint--spaced{margin-top:8px}.modal-section-title--compact{margin-bottom:4px}.modal-overlay--hidden{display:none}.modal-close-btn--compact{position:absolute;top:20px;right:22px;width:34px;height:34px;box-shadow:none}.modal-section--no-padding{padding:0;margin-bottom:0;border:none;background:transparent;box-shadow:none}.form-group--compact{margin:0}.form-group--top-14{margin-top:14px}.label--accent{color:var(--color-success)}.coupon-label{display:block;font-size:13px;font-weight:700;color:var(--color-gray-800);margin-bottom:7px}.coupon-row{display:flex;gap:8px}.coupon-row input{flex:1}.concluir-parcelas-wrap{display:none;margin-top:10px}.concluir-summary-grid{display:grid;grid-template-columns:auto 1fr;gap:8px 16px;font-size:14px}.concluir-summary-label{color:var(--color-gray-600)}.concluir-summary-value{font-weight:600;color:var(--color-gray-900)}.day-modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}.detail-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.day-modal-error,.agenda-modal-error,.day-row-client--blocked,.appointment-client-name--blocked{color:var(--color-danger)}.day-status-tag--blocked{background:#ef53501f;color:var(--color-danger)}.day-appointment-row--blocked,.appointment-item--blocked{background:repeating-linear-gradient(-45deg,transparent,transparent 4px,rgba(239,83,80,.08) 4px,rgba(239,83,80,.08) 8px)}.calendar-day--holiday{border-color:#ffc107;background:#ffc1070d}.calendar-holiday-chip{margin-top:2px;color:#b8860b;font-size:10px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.day-modal-summary-gap{margin-top:16px}.app-row{display:flex;align-items:center}.app-row-center{display:flex;align-items:center;justify-content:center}.app-gap-12{gap:12px}.app-gap-16{gap:16px}.app-gap-20{gap:20px}.app-wrap{flex-wrap:wrap}.app-justify-between{justify-content:space-between}.app-justify-end{justify-content:flex-end}.app-margin-top-24{margin-top:24px}.app-margin-bottom-16{margin-bottom:16px}.app-padding-0{padding:0}.app-padding-16{padding:16px}.app-padding-24{padding:24px}.app-border-bottom{border-bottom:1px solid var(--border-color)}.app-padding-bottom-16{padding-bottom:16px}.app-margin-bottom-4{margin-bottom:4px}.app-shadow-none{box-shadow:none}.app-full-width{width:100%}.app-color-secondary{color:var(--text-secondary)}.app-color-accent{color:var(--accent-primary)}.app-color-main{color:var(--text-main)}.app-color-danger{color:var(--color-danger)}.app-color-muted{color:var(--text-tertiary)}.app-radius-sm{border-radius:var(--radius-sm)}.app-radius-md{border-radius:var(--radius-md)}.app-radius-lg{border-radius:var(--radius-lg)}.app-maxw-400{max-width:400px}.app-maxw-480{max-width:480px}.app-minh-100vh{min-height:100vh}.app-flex-col-center{display:flex;flex-direction:column;align-items:center;justify-content:center}.app-flex-col-start{display:flex;flex-direction:column;align-items:center}.app-text-muted-card{color:var(--text-secondary);font-size:14px}.app-font-40{font-size:40px}.app-font-48{font-size:48px}.app-font-15{font-size:15px}.app-text-decoration-none{text-decoration:none}.app-bg-white-card{background:#fff}.app-card-40{padding:40px}.app-page-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--border-color);flex-wrap:wrap}.app-page-header__actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.app-page-header__actions>*{min-width:0}.app-page-header__title{min-width:0}.app-page-header__title .title-lg,.app-page-header__title h1{margin:0}.app-page-header--tight{margin-bottom:20px;padding-bottom:14px}@media(max-width:768px){.app-page-header{flex-direction:column;align-items:stretch;gap:12px}.app-page-header__actions{width:100%}.app-page-header__actions>*{width:100%}}.app-mb-8{margin-bottom:8px}.app-mt-4{margin-top:4px}.app-mt-0{margin-top:0}.app-mt-n12{margin-top:-12px}.app-mt-n8{margin-top:-8px}.app-mt-8{margin-top:8px}.app-margin-top-12,.app-mt-12{margin-top:12px}.app-mt-40{margin-top:40px}.app-maxw-500{max-width:500px}.app-radius-24{border-radius:24px}.app-padding-32{padding:32px}.app-padding-40{padding:40px}.app-margin-top-40{margin-top:40px}.app-float{float:left}.app-opacity-30{opacity:.3}.app-pointer-none{pointer-events:none}.app-cursor-pointer{cursor:pointer}.app-gap-8{gap:8px}.app-gap-6{gap:6px}.app-gap-4{gap:4px}.app-maxw-220{max-width:220px}.app-ml-6{margin-left:6px}.app-ml-12{margin-left:12px}.app-mt-16{margin-top:16px}.app-mb-24{margin-bottom:24px}.app-bg-white{background:#fff}.app-bg-soft{background:#f5f5f5}.app-bg-muted-card{background:#f9f9f9}.app-bg-secondary{background:var(--bg-secondary)}.app-bg-danger{background:var(--color-danger-light)}.app-bg-soft-success{background:#78f19a1f}.app-shadow-card-soft{box-shadow:0 2px 12px #0000000f}.app-shadow-xxl{box-shadow:0 8px 32px #0000002e}.app-font-600{font-weight:600}.app-font-700{font-weight:700}.app-font-800{font-weight:800}.app-margin-bottom-12{margin-bottom:12px}.app-margin-bottom-8{margin-bottom:8px}.app-margin-top-4{margin-top:4px}.app-margin-top-20{margin-top:20px}.app-margin-bottom-20{margin-bottom:20px}.app-margin-bottom-24{margin-bottom:24px}.app-margin-bottom-32{margin-bottom:32px}.app-align-center{align-items:center}.app-flex-wrap{flex-wrap:wrap}.app-flex-1{flex:1}.app-flex-row{display:flex}.app-nowrap{white-space:nowrap}.app-text-center{text-align:center}.app-border-none{border:none}.app-border-radius-28{border-radius:28px}.app-color-danger-strong{color:var(--color-danger)}.app-color-accent-strong{color:#128c7e}.app-color-secondary-strong{color:var(--text-secondary)}.app-color-warning{color:var(--color-warning)}.app-color-dynamic{color:inherit}.app-font-9{font-size:9px}.app-font-11{font-size:11px}.app-font-12{font-size:12px}.app-font-13{font-size:13px}.app-font-14{font-size:14px}.app-font-16{font-size:16px}.app-font-32{font-size:32px}.app-font-400{font-weight:400}.app-font-500{font-weight:500}.app-font-20{font-size:20px}.app-font-18{font-size:18px}.app-font-22{font-size:22px}.app-font-28{font-size:28px}.app-font-10{font-size:10px}.app-width-auto{width:auto}.app-width-full{width:100%}.app-width-24{width:24px}.app-width-80{width:80px}.app-height-80{height:80px}.app-display-flex{display:flex}.app-display-block{display:block}.app-display-grid{display:grid}.app-color-success{color:var(--color-success)}.app-bg-primary{background:var(--bg-primary)}.app-align-baseline{align-items:baseline}.app-mr-8{margin-right:8px}.app-border-top-2{border-top:2px solid var(--border-color)}.app-status-chip{padding:2px 6px;border-radius:9999px}.app-btn-icon-clean{background:none;border:none;cursor:pointer;color:var(--text-secondary)}.app-btn-icon-danger-28{width:28px;height:28px;border-color:#d32f2f33}.app-btn-icon-danger-30{width:30px;height:30px;font-size:13px}.app-gap-10{gap:10px}.app-gap-24{gap:24px}.app-mt-2{margin-top:2px}.app-mt-6{margin-top:6px}.app-mb-4{margin-bottom:4px}.app-mb-6{margin-bottom:6px}.app-maxw-420{max-width:420px}.app-maxw-560{max-width:560px}.app-maxw-700{max-width:700px}.app-padding-8-16{padding:8px 16px}.app-padding-10-16{padding:10px 16px}.app-padding-12-18{padding:12px 18px}.app-padding-16-18-0{padding:16px 18px 0}.app-padding-24-0{padding:24px 0}.app-display-inline-flex{display:inline-flex}.app-flex-1-minw-0{flex:1;min-width:0}.app-flex-end{justify-content:flex-end}.app-align-end{align-self:flex-end}.app-bg-whatsapp{background:#25d366}.app-bg-primary-purple{background:#7c4dff}.app-bg-success{background:#78f19a}.app-border-top{border-top:1px solid var(--border-color)}.app-padding-top-16{padding-top:16px}.app-border-radius-12{border-radius:12px}.app-margin-top-6{margin-top:6px}.app-margin-bottom-6{margin-bottom:6px}.app-padding-12-20{padding:12px 20px}.app-padding-20{padding:20px}.app-padding-10-20{padding:10px 20px}.app-padding-2-8{padding:2px 8px}.app-bg-warning-dark{background:#856404}.app-text-light{color:#fff}.app-line-height-15{line-height:1.5}.app-pre-line{white-space:pre-line}.app-color-white-50{color:#ffffff80}.app-divider{height:1px;background:#e8eaed}.app-letter-spacing-2{letter-spacing:2px}.app-font-mono{font-family:monospace}.app-resize-vertical{resize:vertical}.app-mx-auto{margin-left:auto;margin-right:auto}.app-mb-48{margin-bottom:48px}.app-mb-32{margin-bottom:32px}.app-px-16{padding-left:16px;padding-right:16px}.app-pb-16{padding-bottom:16px}.app-px-6{padding-left:6px;padding-right:6px}.app-py-2{padding-top:2px;padding-bottom:2px}.app-bg-transparent{background:transparent}.app-border-transparent{border-color:transparent}.app-justify-center{justify-content:center}.app-overflow-hidden{overflow:hidden}.app-list-shell{overflow:hidden;border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.app-list-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--border-color)}.app-list-row:last-child{border-bottom:none}.app-mobile-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-card)}.app-mobile-card--pad{padding:14px}.app-mobile-list{display:none;flex-direction:column;gap:12px}.app-mobile-list--open{display:flex}.app-table-shell{overflow:hidden;padding:0;border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.app-table-shell table{width:100%;border-collapse:collapse}.app-object-contain{object-fit:contain}.app-color-tertiary{color:var(--text-tertiary)}.app-dashed-border{border:2px dashed var(--border-color)}.app-maxw-52{max-width:52px}.app-maxh-52{max-height:52px}.app-radius-8{border-radius:8px}.app-fixed{position:fixed}.app-inset-0{inset:0}.app-bg-overlay{background:#0000004d}.app-bg-overlay-dark{background:#00000073}.app-z-1000{z-index:1000}.app-bottom-72{bottom:72px}.app-right-16{right:16px}.app-left-16{left:16px}.app-radius-16{border-radius:16px}.app-radius-20{border-radius:20px}.app-shadow-lg{box-shadow:0 8px 32px #0000001f}.app-z-1001{z-index:1001}.app-border-app{border:1px solid #E8EAED}.app-bg-trial{background:#eefaf0}.app-border-trial{border:1px solid #9be4ad}.app-color-trial{color:var(--color-success-dark)}.app-bg-trial-urgent{background:#fff4cc}.app-border-trial-urgent{border:1px solid #f1c24a}.app-color-trial-urgent{color:#855d00}.app-color-light{color:#f1f1f0}.app-padding-4-12{padding:4px 12px}.app-padding-4-10{padding:4px 10px}.app-pb-8{padding-bottom:8px}.app-padding-top-24{padding-top:24px}.app-bg-impersonation{background:#0f0f11}.app-color-impersonation{color:#c5a880}.app-padding-6-16{padding:6px 16px}.app-radius-2{border-radius:2px}.app-radius-6{border-radius:6px}.app-radius-10{border-radius:10px}.app-font-family{font-family:var(--font-family)}.app-border-success{border:1px solid #25d366}.app-padding-8-12{padding:8px 12px}.app-padding-10-24{padding:10px 24px}.app-margin-top-8{margin-top:8px}.app-margin-top-16{margin-top:16px}.app-maxw-520{max-width:520px}.app-border-radius-999{border-radius:9999px}.app-minw-0{min-width:0}.app-text-right{text-align:right}.app-font-tabular{font-variant-numeric:tabular-nums}.app-display-none{display:none}.app-radius-28{border-radius:28px}.app-width-32{width:32px}.app-height-32{height:32px}.app-flex-shrink-0{flex-shrink:0}.agenda-dropdown-item{padding:10px 14px;cursor:pointer;font-size:14px;color:var(--text-main);transition:background .15s}.agenda-dropdown-empty{padding:10px 14px;color:var(--text-secondary);font-size:13px}.coupon-feedback--warn{color:var(--color-warning)}.coupon-feedback--success{color:var(--color-success-dark)}.coupon-feedback--error{color:var(--color-danger)}.calendar-nav-btn{width:32px;height:32px}.calendar-days-grid-contents{display:contents}.agenda-list-title{margin-bottom:24px}.appointment-list--fill{flex:1}.empty-state{text-align:center;padding:40px;color:var(--text-secondary)}.modal-mini-title{font-size:18px;color:var(--text-main);font-weight:600}.no-margin{margin:0}.hidden{display:none!important}@media(max-width:480px){#toast-container{right:8px!important;left:8px!important;max-width:none!important;width:auto!important}}.conclude-header{padding:24px 28px 18px;border-bottom:1px solid #eef0f3}.conclude-title{font-size:24px;font-weight:800;color:var(--color-gray-900)}.conclude-subtitle{margin:6px 0 0;font-size:14px;color:var(--color-gray-600)}.conclude-payment-section{padding-bottom:0;margin-bottom:0;border-bottom:none}.conclude-payment-desc{margin:6px 0 18px}.payment-buttons{display:flex;gap:8px;flex-wrap:wrap}.conclude-coupon-group{margin-top:14px}.conclude-coupon-label{display:block;font-size:13px;font-weight:700;color:var(--color-gray-800);margin-bottom:7px}.conclude-coupon-input{text-transform:uppercase;font-family:monospace;flex:1}.conclude-coupon-btn{border:none;background:var(--accent-primary);color:var(--text-main);border-radius:12px;padding:0 18px;font-weight:800;cursor:pointer;font-size:13px}.conclude-coupon-feedback{font-size:12px;min-height:18px;margin-top:6px}.conclude-back-btn{flex:1;height:48px}.conclude-submit-btn{flex:2;height:48px}.day-modal-content{max-width:500px}.calendar-days-grid{display:contents}.btn-rounded{border-radius:14px}.btn-pill{border-radius:9999px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:var(--text-main)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 14px;border:1.5px solid var(--border-color);border-radius:20px;font-family:var(--font-family);font-size:14px;outline:none;background:var(--bg-secondary);color:var(--text-main);transition:var(--transition)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--text-main);box-shadow:0 0 0 3px #0505050f}.form-input{width:100%;padding:12px 14px;border:1.5px solid var(--border-color);border-radius:20px;font-family:var(--font-family);font-size:14px;outline:none;background:var(--bg-secondary);color:var(--text-main);transition:var(--transition);box-sizing:border-box}.form-input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #78f19a1f}@media(max-width:768px){.card{padding:16px;border-radius:20px}.title-lg{font-size:22px}.stat-value{font-size:32px}.modal-content{padding:24px 16px;margin:10px;width:min(100%,calc(100vw - 16px));border-radius:24px}.modal-actions{flex-direction:column;align-items:stretch}.modal-actions .btn{width:100%}.detail-grid{grid-template-columns:1fr;gap:10px}.detail-service-row{grid-template-columns:1fr;gap:4px}.detail-service-price{white-space:normal}.detail-actions{grid-template-columns:1fr 1fr;gap:8px}.detail-actions .action-btn{font-size:11px;min-height:42px}.topbar-right .icon-btn{width:36px;height:36px;font-size:16px}}@media(max-width:480px){.title-lg{font-size:18px}.btn{padding:8px 16px;font-size:13px}.stat-value{font-size:26px}#topbar{padding:12px 16px}}.spinner{width:24px;height:24px;border:3px solid var(--border-color, #e0e0e0);border-top-color:var(--accent-primary, #c5a880);border-radius:50%;animation:spin .7s linear infinite;display:inline-block;flex-shrink:0}.spinner-wrap{display:flex;align-items:center;justify-content:center;gap:10px;padding:32px 16px;color:var(--text-secondary, #888);font-size:14px}.btn-loading{pointer-events:none;opacity:.7;position:relative}.btn-loading:after{content:"";display:inline-block;width:14px;height:14px;margin-left:8px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;vertical-align:middle}.modal-overlay,.stock-modal,.saas-modal-overlay{position:fixed!important;inset:0!important;display:none;align-items:center!important;justify-content:center!important;padding:18px!important;background:#05050585!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;overflow-y:auto!important;overflow-x:hidden!important;z-index:10000!important;-webkit-overflow-scrolling:touch;overscroll-behavior:contain!important}.stock-modal.is-open,.saas-modal-overlay.is-open{display:flex!important}.modal-content,.stock-modal-card,.mini-modal-content,.saas-modal{width:min(100%,560px)!important;max-width:560px!important;max-height:calc(100dvh - 36px)!important;margin:0!important;padding:24px!important;overflow-y:auto!important;overflow-x:hidden!important;background:#fff!important;border:1px solid var(--border-color)!important;border-radius:24px!important;box-shadow:0 24px 70px #00000038!important;color:var(--text-main)!important;-webkit-overflow-scrolling:touch}.stock-modal-card,.equipe-modal-shell{display:flex!important;flex-direction:column!important;padding:0!important;overflow:hidden!important}.modal-content.modal-wide,.modal-content.app-maxw-700{width:min(100%,700px)!important;max-width:700px!important}.modal-content.app-maxw-560,.modal-content.app-maxw-520,.cupom-modal-shell,.equipe-modal-shell,.stock-modal-card{width:min(100%,560px)!important;max-width:560px!important}.day-modal-content{width:min(100%,520px)!important;max-width:520px!important}.modal-content.modal-concluir-content{width:min(100%,540px)!important;max-width:540px!important;padding:0!important}.modal-shell-header,.stock-modal-header,.modal-mini-header,.day-modal-header,.detail-modal-header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;margin:0 0 18px!important;padding:0!important}.stock-modal-header,.equipe-modal-head{flex:0 0 auto!important;padding:24px 24px 0!important}.modal-title-row{display:flex;align-items:center;gap:12px;min-width:0}.modal-title-icon{width:42px;height:42px;border-radius:16px;display:inline-grid;place-items:center;flex:0 0 auto;background:color-mix(in srgb,var(--accent-primary) 16%,#fff);border:1px solid color-mix(in srgb,var(--accent-primary) 30%,var(--border-color));color:color-mix(in srgb,var(--accent-primary) 82%,#0b1215);font-size:22px}.modal-title-stack{min-width:0}.modal-content .title-md,.stock-modal-title,.saas-modal .modal-title,.concluir-modal-title{margin:0!important;font-size:24px!important;line-height:1.12!important;font-weight:800!important;letter-spacing:-.03em!important;color:var(--text-main)!important}.modal-subtitle,.stock-modal-subtitle,.modal-section-desc,.concluir-modal-subtitle{color:var(--text-secondary)!important;font-size:13px!important;line-height:1.4!important}.modal-close-btn,.modal-shell-header .icon-btn,.stock-modal-header .icon-btn,.modal-mini-header .icon-btn,.day-modal-header .icon-btn,.detail-modal-header .icon-btn{width:40px!important;height:40px!important;min-width:40px!important;border-radius:999px!important;border:1px solid var(--border-color)!important;background:#f7f7f6!important;color:var(--text-main)!important;box-shadow:none!important}.modal-close-btn:hover,.modal-shell-header .icon-btn:hover,.stock-modal-header .icon-btn:hover,.modal-mini-header .icon-btn:hover,.day-modal-header .icon-btn:hover,.detail-modal-header .icon-btn:hover{border-color:var(--accent-primary)!important;background:color-mix(in srgb,var(--accent-primary) 12%,#fff)!important}.modal-section,.stock-modal-section{display:grid!important;gap:12px!important;margin:0 0 16px!important;padding:16px!important;border:1px solid var(--border-color)!important;border-radius:20px!important;background:#fafafa!important;box-shadow:none!important}.modal-section-title,.stock-modal-section-title{margin:0!important;font-size:16px!important;line-height:1.2!important;font-weight:800!important;color:var(--text-main)!important;letter-spacing:-.01em!important}.modal-content .form-group{margin-bottom:0!important}.modal-content label,.stock-field label,.saas-modal .form-group label{font-size:13px!important;font-weight:700!important;color:var(--text-main)!important;text-transform:none!important;letter-spacing:0!important}.modal-content input:not([type=checkbox]):not([type=radio]):not([type=color]),.modal-content select,.modal-content textarea,.stock-field input:not([type=checkbox]):not([type=radio]):not([type=color]),.stock-field select,.stock-field textarea,.saas-modal input:not([type=checkbox]):not([type=radio]):not([type=color]),.saas-modal select,.saas-modal textarea,.field-card,.form-input{min-height:48px!important;border-radius:20px!important;border:1px solid var(--border-color)!important;background:#fff!important;color:var(--text-main)!important;outline:none!important;box-shadow:none!important;font-family:var(--font-family)!important;font-size:14px!important}.modal-content textarea,.stock-field textarea,.saas-modal textarea{min-height:96px!important;resize:vertical!important}.modal-content input:not([type=checkbox]):not([type=radio]):not([type=color]):focus,.modal-content select:focus,.modal-content textarea:focus,.stock-field input:not([type=checkbox]):not([type=radio]):not([type=color]):focus,.stock-field select:focus,.stock-field textarea:focus,.saas-modal input:not([type=checkbox]):not([type=radio]):not([type=color]):focus,.saas-modal select:focus,.saas-modal textarea:focus,.field-card:focus,.form-input:focus{border-color:var(--accent-primary)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--accent-primary) 16%,transparent)!important}.modal-actions,.stock-form-actions,.modal-mini-actions,.equipe-modal-actions,.concluir-modal-footer,.saas-modal .modal-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;align-items:stretch!important;justify-content:stretch!important;margin-top:16px!important;padding:0!important;background:transparent!important}.modal-actions .btn,.stock-form-actions .btn,.modal-mini-actions .btn,.equipe-modal-actions .btn,.saas-modal .modal-actions .btn,.concluir-modal-footer button{width:100%!important;min-height:48px!important;border-radius:999px!important;font-weight:800!important}.modal-actions .btn-accent,.modal-actions .btn-primary,.stock-form-actions .btn-accent,.modal-mini-actions .btn-accent,.equipe-modal-actions .btn-accent,.saas-modal .modal-actions .btn-primary,.concluir-modal-footer .concluir-btn-submit,.conclude-submit-btn{background:var(--accent-primary)!important;border-color:var(--accent-primary)!important;color:var(--text-main)!important}.modal-actions .btn-outline,.modal-actions .btn-secondary,.stock-form-actions .btn-outline,.modal-mini-actions .btn-outline,.equipe-modal-actions .btn-outline,.saas-modal .modal-actions .btn-cancel,.concluir-modal-footer .concluir-btn-back,.conclude-back-btn{background:#fff!important;border-color:var(--border-color)!important;color:var(--text-main)!important}.stock-modal-card .stock-form{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;gap:0!important;min-height:0!important;overflow:hidden!important;padding:0!important}.stock-modal-body{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0 24px 20px!important;-webkit-overflow-scrolling:touch}.equipe-modal-body{display:grid!important;flex:1 1 auto!important;gap:16px!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0 24px!important;-webkit-overflow-scrolling:touch}.stock-form-actions,.equipe-modal-actions{flex:0 0 auto!important;margin-top:0!important;padding:0 24px 24px!important;background:#fff!important;position:static!important}.concluir-modal-body{overflow:visible!important;padding:0!important}.concluir-modal-header{position:static!important;padding:24px 24px 0!important}.concluir-modal-body,.concluir-modal-footer{padding-left:24px!important;padding-right:24px!important}.concluir-modal-footer{padding-bottom:24px!important}@media(max-width:768px){.modal-overlay,.stock-modal,.saas-modal-overlay{align-items:flex-start!important;padding:12px!important}.modal-content,.stock-modal-card,.mini-modal-content,.saas-modal{width:100%!important;max-width:calc(100vw - 24px)!important;max-height:calc(100dvh - 24px)!important;padding:18px!important;border-radius:22px!important}.stock-modal-card,.equipe-modal-shell{padding:0!important}.stock-modal-header,.equipe-modal-head{padding:18px 18px 0!important}.stock-modal-body,.equipe-modal-body{padding-left:18px!important;padding-right:18px!important}.stock-form-actions,.equipe-modal-actions{padding:0 18px 18px!important}.modal-content.modal-concluir-content{padding:0!important}.modal-content .title-md,.stock-modal-title,.saas-modal .modal-title,.concluir-modal-title{font-size:22px!important}.modal-title-icon{width:38px;height:38px;border-radius:14px;font-size:20px}.modal-section,.stock-modal-section{padding:14px!important;border-radius:18px!important}.field-grid-2,.field-grid-3,.stock-form-grid,.equipe-grid-2,.equipe-time-grid{grid-template-columns:1fr!important}.field-row{gap:10px!important}}.payment-summary .field-grid-4{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start}.payment-summary .field-grid-4>div{min-width:0}.payment-summary .field-muted-label,.payment-summary .field-muted-value{overflow-wrap:anywhere}.payment-summary .field-muted-label{display:block;font-size:10px;line-height:1.15}.payment-summary .field-muted-value{font-size:13px;line-height:1.25}.modal-content input[type=date],.saas-modal input[type=date],.stock-modal-card input[type=date]{width:100%;max-width:100%;min-width:0;box-sizing:border-box}@media(max-width:480px){.payment-summary .field-grid-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}}@media(max-width:480px){.modal-actions,.stock-form-actions,.modal-mini-actions,.equipe-modal-actions,.concluir-modal-footer,.saas-modal .modal-actions{grid-template-columns:1fr!important}}.status-tag{font-size:9px;font-weight:600;padding:4px 10px;border-radius:9999px;text-transform:uppercase;white-space:nowrap;letter-spacing:.05em}.status-concluido{background:#111;color:var(--color-success);border:1px solid rgba(34,197,94,.25)}.status-agendado{background:var(--accent-light);color:var(--text-secondary);border:1px solid var(--border-color)}.status-cancelado{background:#ffebee;color:var(--color-danger);border:1px solid rgba(211,47,47,.15)}.status-faltou{background:#fff8e1;color:#f57f17;border:1px solid rgba(245,127,23,.2)}.status-misto{background:#eef2f6;color:#5c6570;border:1px solid #d9e1ea}.status-pendente{background:var(--accent-light);color:var(--text-secondary);border:1px solid var(--border-color)}.status-tag-agendado,.status-tag-pendente,.status-tag-inativo{display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;padding:4px 10px;border-radius:9999px;border:1px solid var(--border-color);background:var(--accent-light);color:var(--text-secondary);font-size:9px;font-weight:700;letter-spacing:.05em;line-height:1;text-transform:uppercase;white-space:nowrap}.status-tag-concluido,.status-tag-ativo,.app-status-dot{display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;padding:4px 10px;border-radius:9999px;border:1px solid rgba(120,241,154,.24);background:#111;color:var(--text-on-dark-action);font-size:9px;font-weight:800;letter-spacing:.05em;line-height:1;text-transform:uppercase;white-space:nowrap}.btn-primary,.btn-accent{border-radius:var(--radius-pill);color:var(--text-main);font-weight:800}.btn-primary:focus-visible,.btn-accent:focus-visible,.btn-secondary:focus-visible,.btn-outline:focus-visible,.btn-danger:focus-visible,.icon-btn:focus-visible,.icon-btn-sm:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.btn-primary:active,.btn-accent:active,.btn-secondary:active,.btn-outline:active,.btn-danger:active{transform:scale(.97)}td,th,.app-font-tabular{font-variant-numeric:tabular-nums}.app-page-header,.card,.empty-state,.reminder-empty,.app-mobile-card{min-width:0;max-width:100%}.empty-state,.reminder-empty{border-radius:20px;border:1px dashed var(--border-color);background:#fff;box-shadow:none}.empty-state--illustrated:before{content:"";display:block;width:80px;height:80px;margin:0 auto 16px;background:radial-gradient(circle at 40% 35%,var(--accent-primary) 0%,transparent 50%),radial-gradient(circle at 60% 65%,var(--accent-secondary) 0%,transparent 50%);border-radius:50%;opacity:.6}@media(max-width:768px){.app-page-header{margin-bottom:20px;padding-bottom:16px}.app-page-header__actions .btn-primary,.app-page-header__actions .btn-accent,.app-page-header__actions .btn-outline,.app-page-header__actions .btn-secondary{min-height:48px;border-radius:var(--radius-pill)}}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.table-wrap>table{min-width:max-content}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.field-wrap{position:relative}.field-invalid input,.field-invalid select,.field-invalid textarea{border-color:var(--color-danger-light)!important;box-shadow:0 0 0 3px #ef44441f!important}.field-valid input,.field-valid select,.field-valid textarea{border-color:var(--accent-primary)!important}.field-feedback{display:block;font-size:11px;color:var(--color-danger-light);font-weight:600;margin-top:4px}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite;border-radius:8px}.skeleton-line{height:14px;width:100%;margin-bottom:8px}.skeleton-line-sm{height:10px;width:60%;margin-bottom:6px}.skeleton-block{height:80px;width:100%;border-radius:12px}.skeleton-card{padding:20px;border:1px solid var(--border-color);border-radius:20px;background:#fff}.skeleton-metric{height:88px;border-radius:20px;border:1px solid var(--border-color);background:#fff;padding:16px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes spin{to{transform:rotate(360deg)}}.page-agendamento #modal-concluir{align-items:center;padding:16px}.page-agendamento .modal-concluir-content{display:flex;flex-direction:column;max-height:min(760px,calc(100dvh - 32px));overflow:hidden}.page-agendamento .concluir-modal-body{flex:1 1 auto;min-height:0;overflow-y:auto;padding-bottom:16px;-webkit-overflow-scrolling:touch}.page-agendamento .concluir-modal-footer{position:static;flex:0 0 auto;display:grid;grid-template-columns:1fr;gap:10px;padding:14px 24px max(18px,env(safe-area-inset-bottom));border-top:1px solid var(--border-color, #e5e7eb);background:var(--bg-primary, #fff);box-shadow:0 -8px 24px #0f172a0f;z-index:1}.page-agendamento .concluir-parcelas-wrap{margin-top:12px}.page-agendamento .concluir-parcelas-select{width:100%;min-width:0;box-sizing:border-box}@media(max-width:640px){.page-agendamento #modal-concluir{padding:12px;align-items:center}.page-agendamento .modal-concluir-content{width:100%;max-height:calc(100dvh - 24px);border-radius:22px}.page-agendamento .concluir-modal-header{flex:0 0 auto;padding-right:58px}.page-agendamento .concluir-modal-title{font-size:clamp(24px,7vw,34px);line-height:1.05;overflow-wrap:anywhere}.page-agendamento .concluir-modal-footer{padding-inline:16px}.page-agendamento .concluir-btn-back,.page-agendamento .concluir-btn-submit{width:100%;min-height:52px}}@font-face{font-family:Phosphor;src:url(/assets/Phosphor-DtdjzkpE.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}.ph{font-family:Phosphor!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph.ph-acorn:before{content:""}.ph.ph-address-book:before{content:""}.ph.ph-address-book-tabs:before{content:""}.ph.ph-air-traffic-control:before{content:""}.ph.ph-airplane:before{content:""}.ph.ph-airplane-in-flight:before{content:""}.ph.ph-airplane-landing:before{content:""}.ph.ph-airplane-takeoff:before{content:""}.ph.ph-airplane-taxiing:before{content:""}.ph.ph-airplane-tilt:before{content:""}.ph.ph-airplay:before{content:""}.ph.ph-alarm:before{content:""}.ph.ph-alien:before{content:""}.ph.ph-align-bottom:before{content:""}.ph.ph-align-bottom-simple:before{content:""}.ph.ph-align-center-horizontal:before{content:""}.ph.ph-align-center-horizontal-simple:before{content:""}.ph.ph-align-center-vertical:before{content:""}.ph.ph-align-center-vertical-simple:before{content:""}.ph.ph-align-left:before{content:""}.ph.ph-align-left-simple:before{content:""}.ph.ph-align-right:before{content:""}.ph.ph-align-right-simple:before{content:""}.ph.ph-align-top:before{content:""}.ph.ph-align-top-simple:before{content:""}.ph.ph-amazon-logo:before{content:""}.ph.ph-ambulance:before{content:""}.ph.ph-anchor:before{content:""}.ph.ph-anchor-simple:before{content:""}.ph.ph-android-logo:before{content:""}.ph.ph-angle:before{content:""}.ph.ph-angular-logo:before{content:""}.ph.ph-aperture:before{content:""}.ph.ph-app-store-logo:before{content:""}.ph.ph-app-window:before{content:""}.ph.ph-apple-logo:before{content:""}.ph.ph-apple-podcasts-logo:before{content:""}.ph.ph-approximate-equals:before{content:""}.ph.ph-archive:before{content:""}.ph.ph-armchair:before{content:""}.ph.ph-arrow-arc-left:before{content:""}.ph.ph-arrow-arc-right:before{content:""}.ph.ph-arrow-bend-double-up-left:before{content:""}.ph.ph-arrow-bend-double-up-right:before{content:""}.ph.ph-arrow-bend-down-left:before{content:""}.ph.ph-arrow-bend-down-right:before{content:""}.ph.ph-arrow-bend-left-down:before{content:""}.ph.ph-arrow-bend-left-up:before{content:""}.ph.ph-arrow-bend-right-down:before{content:""}.ph.ph-arrow-bend-right-up:before{content:""}.ph.ph-arrow-bend-up-left:before{content:""}.ph.ph-arrow-bend-up-right:before{content:""}.ph.ph-arrow-circle-down:before{content:""}.ph.ph-arrow-circle-down-left:before{content:""}.ph.ph-arrow-circle-down-right:before{content:""}.ph.ph-arrow-circle-left:before{content:""}.ph.ph-arrow-circle-right:before{content:""}.ph.ph-arrow-circle-up:before{content:""}.ph.ph-arrow-circle-up-left:before{content:""}.ph.ph-arrow-circle-up-right:before{content:""}.ph.ph-arrow-clockwise:before{content:""}.ph.ph-arrow-counter-clockwise:before{content:""}.ph.ph-arrow-down:before{content:""}.ph.ph-arrow-down-left:before{content:""}.ph.ph-arrow-down-right:before{content:""}.ph.ph-arrow-elbow-down-left:before{content:""}.ph.ph-arrow-elbow-down-right:before{content:""}.ph.ph-arrow-elbow-left:before{content:""}.ph.ph-arrow-elbow-left-down:before{content:""}.ph.ph-arrow-elbow-left-up:before{content:""}.ph.ph-arrow-elbow-right:before{content:""}.ph.ph-arrow-elbow-right-down:before{content:""}.ph.ph-arrow-elbow-right-up:before{content:""}.ph.ph-arrow-elbow-up-left:before{content:""}.ph.ph-arrow-elbow-up-right:before{content:""}.ph.ph-arrow-fat-down:before{content:""}.ph.ph-arrow-fat-left:before{content:""}.ph.ph-arrow-fat-line-down:before{content:""}.ph.ph-arrow-fat-line-left:before{content:""}.ph.ph-arrow-fat-line-right:before{content:""}.ph.ph-arrow-fat-line-up:before{content:""}.ph.ph-arrow-fat-lines-down:before{content:""}.ph.ph-arrow-fat-lines-left:before{content:""}.ph.ph-arrow-fat-lines-right:before{content:""}.ph.ph-arrow-fat-lines-up:before{content:""}.ph.ph-arrow-fat-right:before{content:""}.ph.ph-arrow-fat-up:before{content:""}.ph.ph-arrow-left:before{content:""}.ph.ph-arrow-line-down:before{content:""}.ph.ph-arrow-line-down-left:before{content:""}.ph.ph-arrow-line-down-right:before{content:""}.ph.ph-arrow-line-left:before{content:""}.ph.ph-arrow-line-right:before{content:""}.ph.ph-arrow-line-up:before{content:""}.ph.ph-arrow-line-up-left:before{content:""}.ph.ph-arrow-line-up-right:before{content:""}.ph.ph-arrow-right:before{content:""}.ph.ph-arrow-square-down:before{content:""}.ph.ph-arrow-square-down-left:before{content:""}.ph.ph-arrow-square-down-right:before{content:""}.ph.ph-arrow-square-in:before{content:""}.ph.ph-arrow-square-left:before{content:""}.ph.ph-arrow-square-out:before{content:""}.ph.ph-arrow-square-right:before{content:""}.ph.ph-arrow-square-up:before{content:""}.ph.ph-arrow-square-up-left:before{content:""}.ph.ph-arrow-square-up-right:before{content:""}.ph.ph-arrow-u-down-left:before{content:""}.ph.ph-arrow-u-down-right:before{content:""}.ph.ph-arrow-u-left-down:before{content:""}.ph.ph-arrow-u-left-up:before{content:""}.ph.ph-arrow-u-right-down:before{content:""}.ph.ph-arrow-u-right-up:before{content:""}.ph.ph-arrow-u-up-left:before{content:""}.ph.ph-arrow-u-up-right:before{content:""}.ph.ph-arrow-up:before{content:""}.ph.ph-arrow-up-left:before{content:""}.ph.ph-arrow-up-right:before{content:""}.ph.ph-arrows-clockwise:before{content:""}.ph.ph-arrows-counter-clockwise:before{content:""}.ph.ph-arrows-down-up:before{content:""}.ph.ph-arrows-horizontal:before{content:""}.ph.ph-arrows-in:before{content:""}.ph.ph-arrows-in-cardinal:before{content:""}.ph.ph-arrows-in-line-horizontal:before{content:""}.ph.ph-arrows-in-line-vertical:before{content:""}.ph.ph-arrows-in-simple:before{content:""}.ph.ph-arrows-left-right:before{content:""}.ph.ph-arrows-merge:before{content:""}.ph.ph-arrows-out:before{content:""}.ph.ph-arrows-out-cardinal:before{content:""}.ph.ph-arrows-out-line-horizontal:before{content:""}.ph.ph-arrows-out-line-vertical:before{content:""}.ph.ph-arrows-out-simple:before{content:""}.ph.ph-arrows-split:before{content:""}.ph.ph-arrows-vertical:before{content:""}.ph.ph-article:before{content:""}.ph.ph-article-medium:before{content:""}.ph.ph-article-ny-times:before{content:""}.ph.ph-asclepius:before{content:""}.ph.ph-caduceus:before{content:""}.ph.ph-asterisk:before{content:""}.ph.ph-asterisk-simple:before{content:""}.ph.ph-at:before{content:""}.ph.ph-atom:before{content:""}.ph.ph-avocado:before{content:""}.ph.ph-axe:before{content:""}.ph.ph-baby:before{content:""}.ph.ph-baby-carriage:before{content:""}.ph.ph-backpack:before{content:""}.ph.ph-backspace:before{content:""}.ph.ph-bag:before{content:""}.ph.ph-bag-simple:before{content:""}.ph.ph-balloon:before{content:""}.ph.ph-bandaids:before{content:""}.ph.ph-bank:before{content:""}.ph.ph-barbell:before{content:""}.ph.ph-barcode:before{content:""}.ph.ph-barn:before{content:""}.ph.ph-barricade:before{content:""}.ph.ph-baseball:before{content:""}.ph.ph-baseball-cap:before{content:""}.ph.ph-baseball-helmet:before{content:""}.ph.ph-basket:before{content:""}.ph.ph-basketball:before{content:""}.ph.ph-bathtub:before{content:""}.ph.ph-battery-charging:before{content:""}.ph.ph-battery-charging-vertical:before{content:""}.ph.ph-battery-empty:before{content:""}.ph.ph-battery-full:before{content:""}.ph.ph-battery-high:before{content:""}.ph.ph-battery-low:before{content:""}.ph.ph-battery-medium:before{content:""}.ph.ph-battery-plus:before{content:""}.ph.ph-battery-plus-vertical:before{content:""}.ph.ph-battery-vertical-empty:before{content:""}.ph.ph-battery-vertical-full:before{content:""}.ph.ph-battery-vertical-high:before{content:""}.ph.ph-battery-vertical-low:before{content:""}.ph.ph-battery-vertical-medium:before{content:""}.ph.ph-battery-warning:before{content:""}.ph.ph-battery-warning-vertical:before{content:""}.ph.ph-beach-ball:before{content:""}.ph.ph-beanie:before{content:""}.ph.ph-bed:before{content:""}.ph.ph-beer-bottle:before{content:""}.ph.ph-beer-stein:before{content:""}.ph.ph-behance-logo:before{content:""}.ph.ph-bell:before{content:""}.ph.ph-bell-ringing:before{content:""}.ph.ph-bell-simple:before{content:""}.ph.ph-bell-simple-ringing:before{content:""}.ph.ph-bell-simple-slash:before{content:""}.ph.ph-bell-simple-z:before{content:""}.ph.ph-bell-slash:before{content:""}.ph.ph-bell-z:before{content:""}.ph.ph-belt:before{content:""}.ph.ph-bezier-curve:before{content:""}.ph.ph-bicycle:before{content:""}.ph.ph-binary:before{content:""}.ph.ph-binoculars:before{content:""}.ph.ph-biohazard:before{content:""}.ph.ph-bird:before{content:""}.ph.ph-blueprint:before{content:""}.ph.ph-bluetooth:before{content:""}.ph.ph-bluetooth-connected:before{content:""}.ph.ph-bluetooth-slash:before{content:""}.ph.ph-bluetooth-x:before{content:""}.ph.ph-boat:before{content:""}.ph.ph-bomb:before{content:""}.ph.ph-bone:before{content:""}.ph.ph-book:before{content:""}.ph.ph-book-bookmark:before{content:""}.ph.ph-book-open:before{content:""}.ph.ph-book-open-text:before{content:""}.ph.ph-book-open-user:before{content:""}.ph.ph-bookmark:before{content:""}.ph.ph-bookmark-simple:before{content:""}.ph.ph-bookmarks:before{content:""}.ph.ph-bookmarks-simple:before{content:""}.ph.ph-books:before{content:""}.ph.ph-boot:before{content:""}.ph.ph-boules:before{content:""}.ph.ph-bounding-box:before{content:""}.ph.ph-bowl-food:before{content:""}.ph.ph-bowl-steam:before{content:""}.ph.ph-bowling-ball:before{content:""}.ph.ph-box-arrow-down:before{content:""}.ph.ph-archive-box:before{content:""}.ph.ph-box-arrow-up:before{content:""}.ph.ph-boxing-glove:before{content:""}.ph.ph-brackets-angle:before{content:""}.ph.ph-brackets-curly:before{content:""}.ph.ph-brackets-round:before{content:""}.ph.ph-brackets-square:before{content:""}.ph.ph-brain:before{content:""}.ph.ph-brandy:before{content:""}.ph.ph-bread:before{content:""}.ph.ph-bridge:before{content:""}.ph.ph-briefcase:before{content:""}.ph.ph-briefcase-metal:before{content:""}.ph.ph-broadcast:before{content:""}.ph.ph-broom:before{content:""}.ph.ph-browser:before{content:""}.ph.ph-browsers:before{content:""}.ph.ph-bug:before{content:""}.ph.ph-bug-beetle:before{content:""}.ph.ph-bug-droid:before{content:""}.ph.ph-building:before{content:""}.ph.ph-building-apartment:before{content:""}.ph.ph-building-office:before{content:""}.ph.ph-buildings:before{content:""}.ph.ph-bulldozer:before{content:""}.ph.ph-bus:before{content:""}.ph.ph-butterfly:before{content:""}.ph.ph-cable-car:before{content:""}.ph.ph-cactus:before{content:""}.ph.ph-cake:before{content:""}.ph.ph-calculator:before{content:""}.ph.ph-calendar:before{content:""}.ph.ph-calendar-blank:before{content:""}.ph.ph-calendar-check:before{content:""}.ph.ph-calendar-dot:before{content:""}.ph.ph-calendar-dots:before{content:""}.ph.ph-calendar-heart:before{content:""}.ph.ph-calendar-minus:before{content:""}.ph.ph-calendar-plus:before{content:""}.ph.ph-calendar-slash:before{content:""}.ph.ph-calendar-star:before{content:""}.ph.ph-calendar-x:before{content:""}.ph.ph-call-bell:before{content:""}.ph.ph-camera:before{content:""}.ph.ph-camera-plus:before{content:""}.ph.ph-camera-rotate:before{content:""}.ph.ph-camera-slash:before{content:""}.ph.ph-campfire:before{content:""}.ph.ph-car:before{content:""}.ph.ph-car-battery:before{content:""}.ph.ph-car-profile:before{content:""}.ph.ph-car-simple:before{content:""}.ph.ph-cardholder:before{content:""}.ph.ph-cards:before{content:""}.ph.ph-cards-three:before{content:""}.ph.ph-caret-circle-double-down:before{content:""}.ph.ph-caret-circle-double-left:before{content:""}.ph.ph-caret-circle-double-right:before{content:""}.ph.ph-caret-circle-double-up:before{content:""}.ph.ph-caret-circle-down:before{content:""}.ph.ph-caret-circle-left:before{content:""}.ph.ph-caret-circle-right:before{content:""}.ph.ph-caret-circle-up:before{content:""}.ph.ph-caret-circle-up-down:before{content:""}.ph.ph-caret-double-down:before{content:""}.ph.ph-caret-double-left:before{content:""}.ph.ph-caret-double-right:before{content:""}.ph.ph-caret-double-up:before{content:""}.ph.ph-caret-down:before{content:""}.ph.ph-caret-left:before{content:""}.ph.ph-caret-line-down:before{content:""}.ph.ph-caret-line-left:before{content:""}.ph.ph-caret-line-right:before{content:""}.ph.ph-caret-line-up:before{content:""}.ph.ph-caret-right:before{content:""}.ph.ph-caret-up:before{content:""}.ph.ph-caret-up-down:before{content:""}.ph.ph-carrot:before{content:""}.ph.ph-cash-register:before{content:""}.ph.ph-cassette-tape:before{content:""}.ph.ph-castle-turret:before{content:""}.ph.ph-cat:before{content:""}.ph.ph-cell-signal-full:before{content:""}.ph.ph-cell-signal-high:before{content:""}.ph.ph-cell-signal-low:before{content:""}.ph.ph-cell-signal-medium:before{content:""}.ph.ph-cell-signal-none:before{content:""}.ph.ph-cell-signal-slash:before{content:""}.ph.ph-cell-signal-x:before{content:""}.ph.ph-cell-tower:before{content:""}.ph.ph-certificate:before{content:""}.ph.ph-chair:before{content:""}.ph.ph-chalkboard:before{content:""}.ph.ph-chalkboard-simple:before{content:""}.ph.ph-chalkboard-teacher:before{content:""}.ph.ph-champagne:before{content:""}.ph.ph-charging-station:before{content:""}.ph.ph-chart-bar:before{content:""}.ph.ph-chart-bar-horizontal:before{content:""}.ph.ph-chart-donut:before{content:""}.ph.ph-chart-line:before{content:""}.ph.ph-chart-line-down:before{content:""}.ph.ph-chart-line-up:before{content:""}.ph.ph-chart-pie:before{content:""}.ph.ph-chart-pie-slice:before{content:""}.ph.ph-chart-polar:before{content:""}.ph.ph-chart-scatter:before{content:""}.ph.ph-chat:before{content:""}.ph.ph-chat-centered:before{content:""}.ph.ph-chat-centered-dots:before{content:""}.ph.ph-chat-centered-slash:before{content:""}.ph.ph-chat-centered-text:before{content:""}.ph.ph-chat-circle:before{content:""}.ph.ph-chat-circle-dots:before{content:""}.ph.ph-chat-circle-slash:before{content:""}.ph.ph-chat-circle-text:before{content:""}.ph.ph-chat-dots:before{content:""}.ph.ph-chat-slash:before{content:""}.ph.ph-chat-teardrop:before{content:""}.ph.ph-chat-teardrop-dots:before{content:""}.ph.ph-chat-teardrop-slash:before{content:""}.ph.ph-chat-teardrop-text:before{content:""}.ph.ph-chat-text:before{content:""}.ph.ph-chats:before{content:""}.ph.ph-chats-circle:before{content:""}.ph.ph-chats-teardrop:before{content:""}.ph.ph-check:before{content:""}.ph.ph-check-circle:before{content:""}.ph.ph-check-fat:before{content:""}.ph.ph-check-square:before{content:""}.ph.ph-check-square-offset:before{content:""}.ph.ph-checkerboard:before{content:""}.ph.ph-checks:before{content:""}.ph.ph-cheers:before{content:""}.ph.ph-cheese:before{content:""}.ph.ph-chef-hat:before{content:""}.ph.ph-cherries:before{content:""}.ph.ph-church:before{content:""}.ph.ph-cigarette:before{content:""}.ph.ph-cigarette-slash:before{content:""}.ph.ph-circle:before{content:""}.ph.ph-circle-dashed:before{content:""}.ph.ph-circle-half:before{content:""}.ph.ph-circle-half-tilt:before{content:""}.ph.ph-circle-notch:before{content:""}.ph.ph-circles-four:before{content:""}.ph.ph-circles-three:before{content:""}.ph.ph-circles-three-plus:before{content:""}.ph.ph-circuitry:before{content:""}.ph.ph-city:before{content:""}.ph.ph-clipboard:before{content:""}.ph.ph-clipboard-text:before{content:""}.ph.ph-clock:before{content:""}.ph.ph-clock-afternoon:before{content:""}.ph.ph-clock-clockwise:before{content:""}.ph.ph-clock-countdown:before{content:""}.ph.ph-clock-counter-clockwise:before{content:""}.ph.ph-clock-user:before{content:""}.ph.ph-closed-captioning:before{content:""}.ph.ph-cloud:before{content:""}.ph.ph-cloud-arrow-down:before{content:""}.ph.ph-cloud-arrow-up:before{content:""}.ph.ph-cloud-check:before{content:""}.ph.ph-cloud-fog:before{content:""}.ph.ph-cloud-lightning:before{content:""}.ph.ph-cloud-moon:before{content:""}.ph.ph-cloud-rain:before{content:""}.ph.ph-cloud-slash:before{content:""}.ph.ph-cloud-snow:before{content:""}.ph.ph-cloud-sun:before{content:""}.ph.ph-cloud-warning:before{content:""}.ph.ph-cloud-x:before{content:""}.ph.ph-clover:before{content:""}.ph.ph-club:before{content:""}.ph.ph-coat-hanger:before{content:""}.ph.ph-coda-logo:before{content:""}.ph.ph-code:before{content:""}.ph.ph-code-block:before{content:""}.ph.ph-code-simple:before{content:""}.ph.ph-codepen-logo:before{content:""}.ph.ph-codesandbox-logo:before{content:""}.ph.ph-coffee:before{content:""}.ph.ph-coffee-bean:before{content:""}.ph.ph-coin:before{content:""}.ph.ph-coin-vertical:before{content:""}.ph.ph-coins:before{content:""}.ph.ph-columns:before{content:""}.ph.ph-columns-plus-left:before{content:""}.ph.ph-columns-plus-right:before{content:""}.ph.ph-command:before{content:""}.ph.ph-compass:before{content:""}.ph.ph-compass-rose:before{content:""}.ph.ph-compass-tool:before{content:""}.ph.ph-computer-tower:before{content:""}.ph.ph-confetti:before{content:""}.ph.ph-contactless-payment:before{content:""}.ph.ph-control:before{content:""}.ph.ph-cookie:before{content:""}.ph.ph-cooking-pot:before{content:""}.ph.ph-copy:before{content:""}.ph.ph-copy-simple:before{content:""}.ph.ph-copyleft:before{content:""}.ph.ph-copyright:before{content:""}.ph.ph-corners-in:before{content:""}.ph.ph-corners-out:before{content:""}.ph.ph-couch:before{content:""}.ph.ph-court-basketball:before{content:""}.ph.ph-cow:before{content:""}.ph.ph-cowboy-hat:before{content:""}.ph.ph-cpu:before{content:""}.ph.ph-crane:before{content:""}.ph.ph-crane-tower:before{content:""}.ph.ph-credit-card:before{content:""}.ph.ph-cricket:before{content:""}.ph.ph-crop:before{content:""}.ph.ph-cross:before{content:""}.ph.ph-crosshair:before{content:""}.ph.ph-crosshair-simple:before{content:""}.ph.ph-crown:before{content:""}.ph.ph-crown-cross:before{content:""}.ph.ph-crown-simple:before{content:""}.ph.ph-cube:before{content:""}.ph.ph-cube-focus:before{content:""}.ph.ph-cube-transparent:before{content:""}.ph.ph-currency-btc:before{content:""}.ph.ph-currency-circle-dollar:before{content:""}.ph.ph-currency-cny:before{content:""}.ph.ph-currency-dollar:before{content:""}.ph.ph-currency-dollar-simple:before{content:""}.ph.ph-currency-eth:before{content:""}.ph.ph-currency-eur:before{content:""}.ph.ph-currency-gbp:before{content:""}.ph.ph-currency-inr:before{content:""}.ph.ph-currency-jpy:before{content:""}.ph.ph-currency-krw:before{content:""}.ph.ph-currency-kzt:before{content:""}.ph.ph-currency-ngn:before{content:""}.ph.ph-currency-rub:before{content:""}.ph.ph-cursor:before{content:""}.ph.ph-cursor-click:before{content:""}.ph.ph-cursor-text:before{content:""}.ph.ph-cylinder:before{content:""}.ph.ph-database:before{content:""}.ph.ph-desk:before{content:""}.ph.ph-desktop:before{content:""}.ph.ph-desktop-tower:before{content:""}.ph.ph-detective:before{content:""}.ph.ph-dev-to-logo:before{content:""}.ph.ph-device-mobile:before{content:""}.ph.ph-device-mobile-camera:before{content:""}.ph.ph-device-mobile-slash:before{content:""}.ph.ph-device-mobile-speaker:before{content:""}.ph.ph-device-rotate:before{content:""}.ph.ph-device-tablet:before{content:""}.ph.ph-device-tablet-camera:before{content:""}.ph.ph-device-tablet-speaker:before{content:""}.ph.ph-devices:before{content:""}.ph.ph-diamond:before{content:""}.ph.ph-diamonds-four:before{content:""}.ph.ph-dice-five:before{content:""}.ph.ph-dice-four:before{content:""}.ph.ph-dice-one:before{content:""}.ph.ph-dice-six:before{content:""}.ph.ph-dice-three:before{content:""}.ph.ph-dice-two:before{content:""}.ph.ph-disc:before{content:""}.ph.ph-disco-ball:before{content:""}.ph.ph-discord-logo:before{content:""}.ph.ph-divide:before{content:""}.ph.ph-dna:before{content:""}.ph.ph-dog:before{content:""}.ph.ph-door:before{content:""}.ph.ph-door-open:before{content:""}.ph.ph-dot:before{content:""}.ph.ph-dot-outline:before{content:""}.ph.ph-dots-nine:before{content:""}.ph.ph-dots-six:before{content:""}.ph.ph-dots-six-vertical:before{content:""}.ph.ph-dots-three:before{content:""}.ph.ph-dots-three-circle:before{content:""}.ph.ph-dots-three-circle-vertical:before{content:""}.ph.ph-dots-three-outline:before{content:""}.ph.ph-dots-three-outline-vertical:before{content:""}.ph.ph-dots-three-vertical:before{content:""}.ph.ph-download:before{content:""}.ph.ph-download-simple:before{content:""}.ph.ph-dress:before{content:""}.ph.ph-dresser:before{content:""}.ph.ph-dribbble-logo:before{content:""}.ph.ph-drone:before{content:""}.ph.ph-drop:before{content:""}.ph.ph-drop-half:before{content:""}.ph.ph-drop-half-bottom:before{content:""}.ph.ph-drop-simple:before{content:""}.ph.ph-drop-slash:before{content:""}.ph.ph-dropbox-logo:before{content:""}.ph.ph-ear:before{content:""}.ph.ph-ear-slash:before{content:""}.ph.ph-egg:before{content:""}.ph.ph-egg-crack:before{content:""}.ph.ph-eject:before{content:""}.ph.ph-eject-simple:before{content:""}.ph.ph-elevator:before{content:""}.ph.ph-empty:before{content:""}.ph.ph-engine:before{content:""}.ph.ph-envelope:before{content:""}.ph.ph-envelope-open:before{content:""}.ph.ph-envelope-simple:before{content:""}.ph.ph-envelope-simple-open:before{content:""}.ph.ph-equalizer:before{content:""}.ph.ph-equals:before{content:""}.ph.ph-eraser:before{content:""}.ph.ph-escalator-down:before{content:""}.ph.ph-escalator-up:before{content:""}.ph.ph-exam:before{content:""}.ph.ph-exclamation-mark:before{content:""}.ph.ph-exclude:before{content:""}.ph.ph-exclude-square:before{content:""}.ph.ph-export:before{content:""}.ph.ph-eye:before{content:""}.ph.ph-eye-closed:before{content:""}.ph.ph-eye-slash:before{content:""}.ph.ph-eyedropper:before{content:""}.ph.ph-eyedropper-sample:before{content:""}.ph.ph-eyeglasses:before{content:""}.ph.ph-eyes:before{content:""}.ph.ph-face-mask:before{content:""}.ph.ph-facebook-logo:before{content:""}.ph.ph-factory:before{content:""}.ph.ph-faders:before{content:""}.ph.ph-faders-horizontal:before{content:""}.ph.ph-fallout-shelter:before{content:""}.ph.ph-fan:before{content:""}.ph.ph-farm:before{content:""}.ph.ph-fast-forward:before{content:""}.ph.ph-fast-forward-circle:before{content:""}.ph.ph-feather:before{content:""}.ph.ph-fediverse-logo:before{content:""}.ph.ph-figma-logo:before{content:""}.ph.ph-file:before{content:""}.ph.ph-file-archive:before{content:""}.ph.ph-file-arrow-down:before{content:""}.ph.ph-file-arrow-up:before{content:""}.ph.ph-file-audio:before{content:""}.ph.ph-file-c:before{content:""}.ph.ph-file-c-sharp:before{content:""}.ph.ph-file-cloud:before{content:""}.ph.ph-file-code:before{content:""}.ph.ph-file-cpp:before{content:""}.ph.ph-file-css:before{content:""}.ph.ph-file-csv:before{content:""}.ph.ph-file-dashed:before{content:""}.ph.ph-file-dotted:before{content:""}.ph.ph-file-doc:before{content:""}.ph.ph-file-html:before{content:""}.ph.ph-file-image:before{content:""}.ph.ph-file-ini:before{content:""}.ph.ph-file-jpg:before{content:""}.ph.ph-file-js:before{content:""}.ph.ph-file-jsx:before{content:""}.ph.ph-file-lock:before{content:""}.ph.ph-file-magnifying-glass:before{content:""}.ph.ph-file-search:before{content:""}.ph.ph-file-md:before{content:""}.ph.ph-file-minus:before{content:""}.ph.ph-file-pdf:before{content:""}.ph.ph-file-plus:before{content:""}.ph.ph-file-png:before{content:""}.ph.ph-file-ppt:before{content:""}.ph.ph-file-py:before{content:""}.ph.ph-file-rs:before{content:""}.ph.ph-file-sql:before{content:""}.ph.ph-file-svg:before{content:""}.ph.ph-file-text:before{content:""}.ph.ph-file-ts:before{content:""}.ph.ph-file-tsx:before{content:""}.ph.ph-file-txt:before{content:""}.ph.ph-file-video:before{content:""}.ph.ph-file-vue:before{content:""}.ph.ph-file-x:before{content:""}.ph.ph-file-xls:before{content:""}.ph.ph-file-zip:before{content:""}.ph.ph-files:before{content:""}.ph.ph-film-reel:before{content:""}.ph.ph-film-script:before{content:""}.ph.ph-film-slate:before{content:""}.ph.ph-film-strip:before{content:""}.ph.ph-fingerprint:before{content:""}.ph.ph-fingerprint-simple:before{content:""}.ph.ph-finn-the-human:before{content:""}.ph.ph-fire:before{content:""}.ph.ph-fire-extinguisher:before{content:""}.ph.ph-fire-simple:before{content:""}.ph.ph-fire-truck:before{content:""}.ph.ph-first-aid:before{content:""}.ph.ph-first-aid-kit:before{content:""}.ph.ph-fish:before{content:""}.ph.ph-fish-simple:before{content:""}.ph.ph-flag:before{content:""}.ph.ph-flag-banner:before{content:""}.ph.ph-flag-banner-fold:before{content:""}.ph.ph-flag-checkered:before{content:""}.ph.ph-flag-pennant:before{content:""}.ph.ph-flame:before{content:""}.ph.ph-flashlight:before{content:""}.ph.ph-flask:before{content:""}.ph.ph-flip-horizontal:before{content:""}.ph.ph-flip-vertical:before{content:""}.ph.ph-floppy-disk:before{content:""}.ph.ph-floppy-disk-back:before{content:""}.ph.ph-flow-arrow:before{content:""}.ph.ph-flower:before{content:""}.ph.ph-flower-lotus:before{content:""}.ph.ph-flower-tulip:before{content:""}.ph.ph-flying-saucer:before{content:""}.ph.ph-folder:before{content:""}.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before{content:""}.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before{content:""}.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before{content:""}.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before{content:""}.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before{content:""}.ph.ph-folder-simple-dotted:before{content:""}.ph.ph-folder-simple-lock:before{content:""}.ph.ph-folder-simple-minus:before{content:""}.ph.ph-folder-simple-plus:before{content:""}.ph.ph-folder-simple-star:before{content:""}.ph.ph-folder-simple-user:before{content:""}.ph.ph-folder-star:before{content:""}.ph.ph-folder-user:before{content:""}.ph.ph-folders:before{content:""}.ph.ph-football:before{content:""}.ph.ph-football-helmet:before{content:""}.ph.ph-footprints:before{content:""}.ph.ph-fork-knife:before{content:""}.ph.ph-four-k:before{content:""}.ph.ph-frame-corners:before{content:""}.ph.ph-framer-logo:before{content:""}.ph.ph-function:before{content:""}.ph.ph-funnel:before{content:""}.ph.ph-funnel-simple:before{content:""}.ph.ph-funnel-simple-x:before{content:""}.ph.ph-funnel-x:before{content:""}.ph.ph-game-controller:before{content:""}.ph.ph-garage:before{content:""}.ph.ph-gas-can:before{content:""}.ph.ph-gas-pump:before{content:""}.ph.ph-gauge:before{content:""}.ph.ph-gavel:before{content:""}.ph.ph-gear:before{content:""}.ph.ph-gear-fine:before{content:""}.ph.ph-gear-six:before{content:""}.ph.ph-gender-female:before{content:""}.ph.ph-gender-intersex:before{content:""}.ph.ph-gender-male:before{content:""}.ph.ph-gender-neuter:before{content:""}.ph.ph-gender-nonbinary:before{content:""}.ph.ph-gender-transgender:before{content:""}.ph.ph-ghost:before{content:""}.ph.ph-gif:before{content:""}.ph.ph-gift:before{content:""}.ph.ph-git-branch:before{content:""}.ph.ph-git-commit:before{content:""}.ph.ph-git-diff:before{content:""}.ph.ph-git-fork:before{content:""}.ph.ph-git-merge:before{content:""}.ph.ph-git-pull-request:before{content:""}.ph.ph-github-logo:before{content:""}.ph.ph-gitlab-logo:before{content:""}.ph.ph-gitlab-logo-simple:before{content:""}.ph.ph-globe:before{content:""}.ph.ph-globe-hemisphere-east:before{content:""}.ph.ph-globe-hemisphere-west:before{content:""}.ph.ph-globe-simple:before{content:""}.ph.ph-globe-simple-x:before{content:""}.ph.ph-globe-stand:before{content:""}.ph.ph-globe-x:before{content:""}.ph.ph-goggles:before{content:""}.ph.ph-golf:before{content:""}.ph.ph-goodreads-logo:before{content:""}.ph.ph-google-cardboard-logo:before{content:""}.ph.ph-google-chrome-logo:before{content:""}.ph.ph-google-drive-logo:before{content:""}.ph.ph-google-logo:before{content:""}.ph.ph-google-photos-logo:before{content:""}.ph.ph-google-play-logo:before{content:""}.ph.ph-google-podcasts-logo:before{content:""}.ph.ph-gps:before{content:""}.ph.ph-gps-fix:before{content:""}.ph.ph-gps-slash:before{content:""}.ph.ph-gradient:before{content:""}.ph.ph-graduation-cap:before{content:""}.ph.ph-grains:before{content:""}.ph.ph-grains-slash:before{content:""}.ph.ph-graph:before{content:""}.ph.ph-graphics-card:before{content:""}.ph.ph-greater-than:before{content:""}.ph.ph-greater-than-or-equal:before{content:""}.ph.ph-grid-four:before{content:""}.ph.ph-grid-nine:before{content:""}.ph.ph-guitar:before{content:""}.ph.ph-hair-dryer:before{content:""}.ph.ph-hamburger:before{content:""}.ph.ph-hammer:before{content:""}.ph.ph-hand:before{content:""}.ph.ph-hand-arrow-down:before{content:""}.ph.ph-hand-arrow-up:before{content:""}.ph.ph-hand-coins:before{content:""}.ph.ph-hand-deposit:before{content:""}.ph.ph-hand-eye:before{content:""}.ph.ph-hand-fist:before{content:""}.ph.ph-hand-grabbing:before{content:""}.ph.ph-hand-heart:before{content:""}.ph.ph-hand-palm:before{content:""}.ph.ph-hand-peace:before{content:""}.ph.ph-hand-pointing:before{content:""}.ph.ph-hand-soap:before{content:""}.ph.ph-hand-swipe-left:before{content:""}.ph.ph-hand-swipe-right:before{content:""}.ph.ph-hand-tap:before{content:""}.ph.ph-hand-waving:before{content:""}.ph.ph-hand-withdraw:before{content:""}.ph.ph-handbag:before{content:""}.ph.ph-handbag-simple:before{content:""}.ph.ph-hands-clapping:before{content:""}.ph.ph-hands-praying:before{content:""}.ph.ph-handshake:before{content:""}.ph.ph-hard-drive:before{content:""}.ph.ph-hard-drives:before{content:""}.ph.ph-hard-hat:before{content:""}.ph.ph-hash:before{content:""}.ph.ph-hash-straight:before{content:""}.ph.ph-head-circuit:before{content:""}.ph.ph-headlights:before{content:""}.ph.ph-headphones:before{content:""}.ph.ph-headset:before{content:""}.ph.ph-heart:before{content:""}.ph.ph-heart-break:before{content:""}.ph.ph-heart-half:before{content:""}.ph.ph-heart-straight:before{content:""}.ph.ph-heart-straight-break:before{content:""}.ph.ph-heartbeat:before{content:""}.ph.ph-hexagon:before{content:""}.ph.ph-high-definition:before{content:""}.ph.ph-high-heel:before{content:""}.ph.ph-highlighter:before{content:""}.ph.ph-highlighter-circle:before{content:""}.ph.ph-hockey:before{content:""}.ph.ph-hoodie:before{content:""}.ph.ph-horse:before{content:""}.ph.ph-hospital:before{content:""}.ph.ph-hourglass:before{content:""}.ph.ph-hourglass-high:before{content:""}.ph.ph-hourglass-low:before{content:""}.ph.ph-hourglass-medium:before{content:""}.ph.ph-hourglass-simple:before{content:""}.ph.ph-hourglass-simple-high:before{content:""}.ph.ph-hourglass-simple-low:before{content:""}.ph.ph-hourglass-simple-medium:before{content:""}.ph.ph-house:before{content:""}.ph.ph-house-line:before{content:""}.ph.ph-house-simple:before{content:""}.ph.ph-hurricane:before{content:""}.ph.ph-ice-cream:before{content:""}.ph.ph-identification-badge:before{content:""}.ph.ph-identification-card:before{content:""}.ph.ph-image:before{content:""}.ph.ph-image-broken:before{content:""}.ph.ph-image-square:before{content:""}.ph.ph-images:before{content:""}.ph.ph-images-square:before{content:""}.ph.ph-infinity:before{content:""}.ph.ph-lemniscate:before{content:""}.ph.ph-info:before{content:""}.ph.ph-instagram-logo:before{content:""}.ph.ph-intersect:before{content:""}.ph.ph-intersect-square:before{content:""}.ph.ph-intersect-three:before{content:""}.ph.ph-intersection:before{content:""}.ph.ph-invoice:before{content:""}.ph.ph-island:before{content:""}.ph.ph-jar:before{content:""}.ph.ph-jar-label:before{content:""}.ph.ph-jeep:before{content:""}.ph.ph-joystick:before{content:""}.ph.ph-kanban:before{content:""}.ph.ph-key:before{content:""}.ph.ph-key-return:before{content:""}.ph.ph-keyboard:before{content:""}.ph.ph-keyhole:before{content:""}.ph.ph-knife:before{content:""}.ph.ph-ladder:before{content:""}.ph.ph-ladder-simple:before{content:""}.ph.ph-lamp:before{content:""}.ph.ph-lamp-pendant:before{content:""}.ph.ph-laptop:before{content:""}.ph.ph-lasso:before{content:""}.ph.ph-lastfm-logo:before{content:""}.ph.ph-layout:before{content:""}.ph.ph-leaf:before{content:""}.ph.ph-lectern:before{content:""}.ph.ph-lego:before{content:""}.ph.ph-lego-smiley:before{content:""}.ph.ph-less-than:before{content:""}.ph.ph-less-than-or-equal:before{content:""}.ph.ph-letter-circle-h:before{content:""}.ph.ph-letter-circle-p:before{content:""}.ph.ph-letter-circle-v:before{content:""}.ph.ph-lifebuoy:before{content:""}.ph.ph-lightbulb:before{content:""}.ph.ph-lightbulb-filament:before{content:""}.ph.ph-lighthouse:before{content:""}.ph.ph-lightning:before{content:""}.ph.ph-lightning-a:before{content:""}.ph.ph-lightning-slash:before{content:""}.ph.ph-line-segment:before{content:""}.ph.ph-line-segments:before{content:""}.ph.ph-line-vertical:before{content:""}.ph.ph-link:before{content:""}.ph.ph-link-break:before{content:""}.ph.ph-link-simple:before{content:""}.ph.ph-link-simple-break:before{content:""}.ph.ph-link-simple-horizontal:before{content:""}.ph.ph-link-simple-horizontal-break:before{content:""}.ph.ph-linkedin-logo:before{content:""}.ph.ph-linktree-logo:before{content:""}.ph.ph-linux-logo:before{content:""}.ph.ph-list:before{content:""}.ph.ph-list-bullets:before{content:""}.ph.ph-list-checks:before{content:""}.ph.ph-list-dashes:before{content:""}.ph.ph-list-heart:before{content:""}.ph.ph-list-magnifying-glass:before{content:""}.ph.ph-list-numbers:before{content:""}.ph.ph-list-plus:before{content:""}.ph.ph-list-star:before{content:""}.ph.ph-lock:before{content:""}.ph.ph-lock-key:before{content:""}.ph.ph-lock-key-open:before{content:""}.ph.ph-lock-laminated:before{content:""}.ph.ph-lock-laminated-open:before{content:""}.ph.ph-lock-open:before{content:""}.ph.ph-lock-simple:before{content:""}.ph.ph-lock-simple-open:before{content:""}.ph.ph-lockers:before{content:""}.ph.ph-log:before{content:""}.ph.ph-magic-wand:before{content:""}.ph.ph-magnet:before{content:""}.ph.ph-magnet-straight:before{content:""}.ph.ph-magnifying-glass:before{content:""}.ph.ph-magnifying-glass-minus:before{content:""}.ph.ph-magnifying-glass-plus:before{content:""}.ph.ph-mailbox:before{content:""}.ph.ph-map-pin:before{content:""}.ph.ph-map-pin-area:before{content:""}.ph.ph-map-pin-line:before{content:""}.ph.ph-map-pin-plus:before{content:""}.ph.ph-map-pin-simple:before{content:""}.ph.ph-map-pin-simple-area:before{content:""}.ph.ph-map-pin-simple-line:before{content:""}.ph.ph-map-trifold:before{content:""}.ph.ph-markdown-logo:before{content:""}.ph.ph-marker-circle:before{content:""}.ph.ph-martini:before{content:""}.ph.ph-mask-happy:before{content:""}.ph.ph-mask-sad:before{content:""}.ph.ph-mastodon-logo:before{content:""}.ph.ph-math-operations:before{content:""}.ph.ph-matrix-logo:before{content:""}.ph.ph-medal:before{content:""}.ph.ph-medal-military:before{content:""}.ph.ph-medium-logo:before{content:""}.ph.ph-megaphone:before{content:""}.ph.ph-megaphone-simple:before{content:""}.ph.ph-member-of:before{content:""}.ph.ph-memory:before{content:""}.ph.ph-messenger-logo:before{content:""}.ph.ph-meta-logo:before{content:""}.ph.ph-meteor:before{content:""}.ph.ph-metronome:before{content:""}.ph.ph-microphone:before{content:""}.ph.ph-microphone-slash:before{content:""}.ph.ph-microphone-stage:before{content:""}.ph.ph-microscope:before{content:""}.ph.ph-microsoft-excel-logo:before{content:""}.ph.ph-microsoft-outlook-logo:before{content:""}.ph.ph-microsoft-powerpoint-logo:before{content:""}.ph.ph-microsoft-teams-logo:before{content:""}.ph.ph-microsoft-word-logo:before{content:""}.ph.ph-minus:before{content:""}.ph.ph-minus-circle:before{content:""}.ph.ph-minus-square:before{content:""}.ph.ph-money:before{content:""}.ph.ph-money-wavy:before{content:""}.ph.ph-monitor:before{content:""}.ph.ph-monitor-arrow-up:before{content:""}.ph.ph-monitor-play:before{content:""}.ph.ph-moon:before{content:""}.ph.ph-moon-stars:before{content:""}.ph.ph-moped:before{content:""}.ph.ph-moped-front:before{content:""}.ph.ph-mosque:before{content:""}.ph.ph-motorcycle:before{content:""}.ph.ph-mountains:before{content:""}.ph.ph-mouse:before{content:""}.ph.ph-mouse-left-click:before{content:""}.ph.ph-mouse-middle-click:before{content:""}.ph.ph-mouse-right-click:before{content:""}.ph.ph-mouse-scroll:before{content:""}.ph.ph-mouse-simple:before{content:""}.ph.ph-music-note:before{content:""}.ph.ph-music-note-simple:before{content:""}.ph.ph-music-notes:before{content:""}.ph.ph-music-notes-minus:before{content:""}.ph.ph-music-notes-plus:before{content:""}.ph.ph-music-notes-simple:before{content:""}.ph.ph-navigation-arrow:before{content:""}.ph.ph-needle:before{content:""}.ph.ph-network:before{content:""}.ph.ph-network-slash:before{content:""}.ph.ph-network-x:before{content:""}.ph.ph-newspaper:before{content:""}.ph.ph-newspaper-clipping:before{content:""}.ph.ph-not-equals:before{content:""}.ph.ph-not-member-of:before{content:""}.ph.ph-not-subset-of:before{content:""}.ph.ph-not-superset-of:before{content:""}.ph.ph-notches:before{content:""}.ph.ph-note:before{content:""}.ph.ph-note-blank:before{content:""}.ph.ph-note-pencil:before{content:""}.ph.ph-notebook:before{content:""}.ph.ph-notepad:before{content:""}.ph.ph-notification:before{content:""}.ph.ph-notion-logo:before{content:""}.ph.ph-nuclear-plant:before{content:""}.ph.ph-number-circle-eight:before{content:""}.ph.ph-number-circle-five:before{content:""}.ph.ph-number-circle-four:before{content:""}.ph.ph-number-circle-nine:before{content:""}.ph.ph-number-circle-one:before{content:""}.ph.ph-number-circle-seven:before{content:""}.ph.ph-number-circle-six:before{content:""}.ph.ph-number-circle-three:before{content:""}.ph.ph-number-circle-two:before{content:""}.ph.ph-number-circle-zero:before{content:""}.ph.ph-number-eight:before{content:""}.ph.ph-number-five:before{content:""}.ph.ph-number-four:before{content:""}.ph.ph-number-nine:before{content:""}.ph.ph-number-one:before{content:""}.ph.ph-number-seven:before{content:""}.ph.ph-number-six:before{content:""}.ph.ph-number-square-eight:before{content:""}.ph.ph-number-square-five:before{content:""}.ph.ph-number-square-four:before{content:""}.ph.ph-number-square-nine:before{content:""}.ph.ph-number-square-one:before{content:""}.ph.ph-number-square-seven:before{content:""}.ph.ph-number-square-six:before{content:""}.ph.ph-number-square-three:before{content:""}.ph.ph-number-square-two:before{content:""}.ph.ph-number-square-zero:before{content:""}.ph.ph-number-three:before{content:""}.ph.ph-number-two:before{content:""}.ph.ph-number-zero:before{content:""}.ph.ph-numpad:before{content:""}.ph.ph-nut:before{content:""}.ph.ph-ny-times-logo:before{content:""}.ph.ph-octagon:before{content:""}.ph.ph-office-chair:before{content:""}.ph.ph-onigiri:before{content:""}.ph.ph-open-ai-logo:before{content:""}.ph.ph-option:before{content:""}.ph.ph-orange:before{content:""}.ph.ph-orange-slice:before{content:""}.ph.ph-oven:before{content:""}.ph.ph-package:before{content:""}.ph.ph-paint-brush:before{content:""}.ph.ph-paint-brush-broad:before{content:""}.ph.ph-paint-brush-household:before{content:""}.ph.ph-paint-bucket:before{content:""}.ph.ph-paint-roller:before{content:""}.ph.ph-palette:before{content:""}.ph.ph-panorama:before{content:""}.ph.ph-pants:before{content:""}.ph.ph-paper-plane:before{content:""}.ph.ph-paper-plane-right:before{content:""}.ph.ph-paper-plane-tilt:before{content:""}.ph.ph-paperclip:before{content:""}.ph.ph-paperclip-horizontal:before{content:""}.ph.ph-parachute:before{content:""}.ph.ph-paragraph:before{content:""}.ph.ph-parallelogram:before{content:""}.ph.ph-park:before{content:""}.ph.ph-password:before{content:""}.ph.ph-path:before{content:""}.ph.ph-patreon-logo:before{content:""}.ph.ph-pause:before{content:""}.ph.ph-pause-circle:before{content:""}.ph.ph-paw-print:before{content:""}.ph.ph-paypal-logo:before{content:""}.ph.ph-peace:before{content:""}.ph.ph-pen:before{content:""}.ph.ph-pen-nib:before{content:""}.ph.ph-pen-nib-straight:before{content:""}.ph.ph-pencil:before{content:""}.ph.ph-pencil-circle:before{content:""}.ph.ph-pencil-line:before{content:""}.ph.ph-pencil-ruler:before{content:""}.ph.ph-pencil-simple:before{content:""}.ph.ph-pencil-simple-line:before{content:""}.ph.ph-pencil-simple-slash:before{content:""}.ph.ph-pencil-slash:before{content:""}.ph.ph-pentagon:before{content:""}.ph.ph-pentagram:before{content:""}.ph.ph-pepper:before{content:""}.ph.ph-percent:before{content:""}.ph.ph-person:before{content:""}.ph.ph-person-arms-spread:before{content:""}.ph.ph-person-simple:before{content:""}.ph.ph-person-simple-bike:before{content:""}.ph.ph-person-simple-circle:before{content:""}.ph.ph-person-simple-hike:before{content:""}.ph.ph-person-simple-run:before{content:""}.ph.ph-person-simple-ski:before{content:""}.ph.ph-person-simple-snowboard:before{content:""}.ph.ph-person-simple-swim:before{content:""}.ph.ph-person-simple-tai-chi:before{content:""}.ph.ph-person-simple-throw:before{content:""}.ph.ph-person-simple-walk:before{content:""}.ph.ph-perspective:before{content:""}.ph.ph-phone:before{content:""}.ph.ph-phone-call:before{content:""}.ph.ph-phone-disconnect:before{content:""}.ph.ph-phone-incoming:before{content:""}.ph.ph-phone-list:before{content:""}.ph.ph-phone-outgoing:before{content:""}.ph.ph-phone-pause:before{content:""}.ph.ph-phone-plus:before{content:""}.ph.ph-phone-slash:before{content:""}.ph.ph-phone-transfer:before{content:""}.ph.ph-phone-x:before{content:""}.ph.ph-phosphor-logo:before{content:""}.ph.ph-pi:before{content:""}.ph.ph-piano-keys:before{content:""}.ph.ph-picnic-table:before{content:""}.ph.ph-picture-in-picture:before{content:""}.ph.ph-piggy-bank:before{content:""}.ph.ph-pill:before{content:""}.ph.ph-ping-pong:before{content:""}.ph.ph-pint-glass:before{content:""}.ph.ph-pinterest-logo:before{content:""}.ph.ph-pinwheel:before{content:""}.ph.ph-pipe:before{content:""}.ph.ph-pipe-wrench:before{content:""}.ph.ph-pix-logo:before{content:""}.ph.ph-pizza:before{content:""}.ph.ph-placeholder:before{content:""}.ph.ph-planet:before{content:""}.ph.ph-plant:before{content:""}.ph.ph-play:before{content:""}.ph.ph-play-circle:before{content:""}.ph.ph-play-pause:before{content:""}.ph.ph-playlist:before{content:""}.ph.ph-plug:before{content:""}.ph.ph-plug-charging:before{content:""}.ph.ph-plugs:before{content:""}.ph.ph-plugs-connected:before{content:""}.ph.ph-plus:before{content:""}.ph.ph-plus-circle:before{content:""}.ph.ph-plus-minus:before{content:""}.ph.ph-plus-square:before{content:""}.ph.ph-poker-chip:before{content:""}.ph.ph-police-car:before{content:""}.ph.ph-polygon:before{content:""}.ph.ph-popcorn:before{content:""}.ph.ph-popsicle:before{content:""}.ph.ph-potted-plant:before{content:""}.ph.ph-power:before{content:""}.ph.ph-prescription:before{content:""}.ph.ph-presentation:before{content:""}.ph.ph-presentation-chart:before{content:""}.ph.ph-printer:before{content:""}.ph.ph-prohibit:before{content:""}.ph.ph-prohibit-inset:before{content:""}.ph.ph-projector-screen:before{content:""}.ph.ph-projector-screen-chart:before{content:""}.ph.ph-pulse:before{content:""}.ph.ph-activity:before{content:""}.ph.ph-push-pin:before{content:""}.ph.ph-push-pin-simple:before{content:""}.ph.ph-push-pin-simple-slash:before{content:""}.ph.ph-push-pin-slash:before{content:""}.ph.ph-puzzle-piece:before{content:""}.ph.ph-qr-code:before{content:""}.ph.ph-question:before{content:""}.ph.ph-question-mark:before{content:""}.ph.ph-queue:before{content:""}.ph.ph-quotes:before{content:""}.ph.ph-rabbit:before{content:""}.ph.ph-racquet:before{content:""}.ph.ph-radical:before{content:""}.ph.ph-radio:before{content:""}.ph.ph-radio-button:before{content:""}.ph.ph-radioactive:before{content:""}.ph.ph-rainbow:before{content:""}.ph.ph-rainbow-cloud:before{content:""}.ph.ph-ranking:before{content:""}.ph.ph-read-cv-logo:before{content:""}.ph.ph-receipt:before{content:""}.ph.ph-receipt-x:before{content:""}.ph.ph-record:before{content:""}.ph.ph-rectangle:before{content:""}.ph.ph-rectangle-dashed:before{content:""}.ph.ph-recycle:before{content:""}.ph.ph-reddit-logo:before{content:""}.ph.ph-repeat:before{content:""}.ph.ph-repeat-once:before{content:""}.ph.ph-replit-logo:before{content:""}.ph.ph-resize:before{content:""}.ph.ph-rewind:before{content:""}.ph.ph-rewind-circle:before{content:""}.ph.ph-road-horizon:before{content:""}.ph.ph-robot:before{content:""}.ph.ph-rocket:before{content:""}.ph.ph-rocket-launch:before{content:""}.ph.ph-rows:before{content:""}.ph.ph-rows-plus-bottom:before{content:""}.ph.ph-rows-plus-top:before{content:""}.ph.ph-rss:before{content:""}.ph.ph-rss-simple:before{content:""}.ph.ph-rug:before{content:""}.ph.ph-ruler:before{content:""}.ph.ph-sailboat:before{content:""}.ph.ph-scales:before{content:""}.ph.ph-scan:before{content:""}.ph.ph-scan-smiley:before{content:""}.ph.ph-scissors:before{content:""}.ph.ph-scooter:before{content:""}.ph.ph-screencast:before{content:""}.ph.ph-screwdriver:before{content:""}.ph.ph-scribble:before{content:""}.ph.ph-scribble-loop:before{content:""}.ph.ph-scroll:before{content:""}.ph.ph-seal:before{content:""}.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before{content:""}.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent:before{content:""}.ph.ph-seal-question:before{content:""}.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before{content:""}.ph.ph-circle-wavy-warning:before{content:""}.ph.ph-seat:before{content:""}.ph.ph-seatbelt:before{content:""}.ph.ph-security-camera:before{content:""}.ph.ph-selection:before{content:""}.ph.ph-selection-all:before{content:""}.ph.ph-selection-background:before{content:""}.ph.ph-selection-foreground:before{content:""}.ph.ph-selection-inverse:before{content:""}.ph.ph-selection-plus:before{content:""}.ph.ph-selection-slash:before{content:""}.ph.ph-shapes:before{content:""}.ph.ph-share:before{content:""}.ph.ph-share-fat:before{content:""}.ph.ph-share-network:before{content:""}.ph.ph-shield:before{content:""}.ph.ph-shield-check:before{content:""}.ph.ph-shield-checkered:before{content:""}.ph.ph-shield-chevron:before{content:""}.ph.ph-shield-plus:before{content:""}.ph.ph-shield-slash:before{content:""}.ph.ph-shield-star:before{content:""}.ph.ph-shield-warning:before{content:""}.ph.ph-shipping-container:before{content:""}.ph.ph-shirt-folded:before{content:""}.ph.ph-shooting-star:before{content:""}.ph.ph-shopping-bag:before{content:""}.ph.ph-shopping-bag-open:before{content:""}.ph.ph-shopping-cart:before{content:""}.ph.ph-shopping-cart-simple:before{content:""}.ph.ph-shovel:before{content:""}.ph.ph-shower:before{content:""}.ph.ph-shrimp:before{content:""}.ph.ph-shuffle:before{content:""}.ph.ph-shuffle-angular:before{content:""}.ph.ph-shuffle-simple:before{content:""}.ph.ph-sidebar:before{content:""}.ph.ph-sidebar-simple:before{content:""}.ph.ph-sigma:before{content:""}.ph.ph-sign-in:before{content:""}.ph.ph-sign-out:before{content:""}.ph.ph-signature:before{content:""}.ph.ph-signpost:before{content:""}.ph.ph-sim-card:before{content:""}.ph.ph-siren:before{content:""}.ph.ph-sketch-logo:before{content:""}.ph.ph-skip-back:before{content:""}.ph.ph-skip-back-circle:before{content:""}.ph.ph-skip-forward:before{content:""}.ph.ph-skip-forward-circle:before{content:""}.ph.ph-skull:before{content:""}.ph.ph-skype-logo:before{content:""}.ph.ph-slack-logo:before{content:""}.ph.ph-sliders:before{content:""}.ph.ph-sliders-horizontal:before{content:""}.ph.ph-slideshow:before{content:""}.ph.ph-smiley:before{content:""}.ph.ph-smiley-angry:before{content:""}.ph.ph-smiley-blank:before{content:""}.ph.ph-smiley-meh:before{content:""}.ph.ph-smiley-melting:before{content:""}.ph.ph-smiley-nervous:before{content:""}.ph.ph-smiley-sad:before{content:""}.ph.ph-smiley-sticker:before{content:""}.ph.ph-smiley-wink:before{content:""}.ph.ph-smiley-x-eyes:before{content:""}.ph.ph-snapchat-logo:before{content:""}.ph.ph-sneaker:before{content:""}.ph.ph-sneaker-move:before{content:""}.ph.ph-snowflake:before{content:""}.ph.ph-soccer-ball:before{content:""}.ph.ph-sock:before{content:""}.ph.ph-solar-panel:before{content:""}.ph.ph-solar-roof:before{content:""}.ph.ph-sort-ascending:before{content:""}.ph.ph-sort-descending:before{content:""}.ph.ph-soundcloud-logo:before{content:""}.ph.ph-spade:before{content:""}.ph.ph-sparkle:before{content:""}.ph.ph-speaker-hifi:before{content:""}.ph.ph-speaker-high:before{content:""}.ph.ph-speaker-low:before{content:""}.ph.ph-speaker-none:before{content:""}.ph.ph-speaker-simple-high:before{content:""}.ph.ph-speaker-simple-low:before{content:""}.ph.ph-speaker-simple-none:before{content:""}.ph.ph-speaker-simple-slash:before{content:""}.ph.ph-speaker-simple-x:before{content:""}.ph.ph-speaker-slash:before{content:""}.ph.ph-speaker-x:before{content:""}.ph.ph-speedometer:before{content:""}.ph.ph-sphere:before{content:""}.ph.ph-spinner:before{content:""}.ph.ph-spinner-ball:before{content:""}.ph.ph-spinner-gap:before{content:""}.ph.ph-spiral:before{content:""}.ph.ph-split-horizontal:before{content:""}.ph.ph-split-vertical:before{content:""}.ph.ph-spotify-logo:before{content:""}.ph.ph-spray-bottle:before{content:""}.ph.ph-square:before{content:""}.ph.ph-square-half:before{content:""}.ph.ph-square-half-bottom:before{content:""}.ph.ph-square-logo:before{content:""}.ph.ph-square-split-horizontal:before{content:""}.ph.ph-square-split-vertical:before{content:""}.ph.ph-squares-four:before{content:""}.ph.ph-stack:before{content:""}.ph.ph-stack-minus:before{content:""}.ph.ph-stack-overflow-logo:before{content:""}.ph.ph-stack-plus:before{content:""}.ph.ph-stack-simple:before{content:""}.ph.ph-stairs:before{content:""}.ph.ph-stamp:before{content:""}.ph.ph-standard-definition:before{content:""}.ph.ph-star:before{content:""}.ph.ph-star-and-crescent:before{content:""}.ph.ph-star-four:before{content:""}.ph.ph-star-half:before{content:""}.ph.ph-star-of-david:before{content:""}.ph.ph-steam-logo:before{content:""}.ph.ph-steering-wheel:before{content:""}.ph.ph-steps:before{content:""}.ph.ph-stethoscope:before{content:""}.ph.ph-sticker:before{content:""}.ph.ph-stool:before{content:""}.ph.ph-stop:before{content:""}.ph.ph-stop-circle:before{content:""}.ph.ph-storefront:before{content:""}.ph.ph-strategy:before{content:""}.ph.ph-stripe-logo:before{content:""}.ph.ph-student:before{content:""}.ph.ph-subset-of:before{content:""}.ph.ph-subset-proper-of:before{content:""}.ph.ph-subtitles:before{content:""}.ph.ph-subtitles-slash:before{content:""}.ph.ph-subtract:before{content:""}.ph.ph-subtract-square:before{content:""}.ph.ph-subway:before{content:""}.ph.ph-suitcase:before{content:""}.ph.ph-suitcase-rolling:before{content:""}.ph.ph-suitcase-simple:before{content:""}.ph.ph-sun:before{content:""}.ph.ph-sun-dim:before{content:""}.ph.ph-sun-horizon:before{content:""}.ph.ph-sunglasses:before{content:""}.ph.ph-superset-of:before{content:""}.ph.ph-superset-proper-of:before{content:""}.ph.ph-swap:before{content:""}.ph.ph-swatches:before{content:""}.ph.ph-swimming-pool:before{content:""}.ph.ph-sword:before{content:""}.ph.ph-synagogue:before{content:""}.ph.ph-syringe:before{content:""}.ph.ph-t-shirt:before{content:""}.ph.ph-table:before{content:""}.ph.ph-tabs:before{content:""}.ph.ph-tag:before{content:""}.ph.ph-tag-chevron:before{content:""}.ph.ph-tag-simple:before{content:""}.ph.ph-target:before{content:""}.ph.ph-taxi:before{content:""}.ph.ph-tea-bag:before{content:""}.ph.ph-telegram-logo:before{content:""}.ph.ph-television:before{content:""}.ph.ph-television-simple:before{content:""}.ph.ph-tennis-ball:before{content:""}.ph.ph-tent:before{content:""}.ph.ph-terminal:before{content:""}.ph.ph-terminal-window:before{content:""}.ph.ph-test-tube:before{content:""}.ph.ph-text-a-underline:before{content:""}.ph.ph-text-aa:before{content:""}.ph.ph-text-align-center:before{content:""}.ph.ph-text-align-justify:before{content:""}.ph.ph-text-align-left:before{content:""}.ph.ph-text-align-right:before{content:""}.ph.ph-text-b:before{content:""}.ph.ph-text-bolder:before{content:""}.ph.ph-text-columns:before{content:""}.ph.ph-text-h:before{content:""}.ph.ph-text-h-five:before{content:""}.ph.ph-text-h-four:before{content:""}.ph.ph-text-h-one:before{content:""}.ph.ph-text-h-six:before{content:""}.ph.ph-text-h-three:before{content:""}.ph.ph-text-h-two:before{content:""}.ph.ph-text-indent:before{content:""}.ph.ph-text-italic:before{content:""}.ph.ph-text-outdent:before{content:""}.ph.ph-text-strikethrough:before{content:""}.ph.ph-text-subscript:before{content:""}.ph.ph-text-superscript:before{content:""}.ph.ph-text-t:before{content:""}.ph.ph-text-t-slash:before{content:""}.ph.ph-text-underline:before{content:""}.ph.ph-textbox:before{content:""}.ph.ph-thermometer:before{content:""}.ph.ph-thermometer-cold:before{content:""}.ph.ph-thermometer-hot:before{content:""}.ph.ph-thermometer-simple:before{content:""}.ph.ph-threads-logo:before{content:""}.ph.ph-three-d:before{content:""}.ph.ph-thumbs-down:before{content:""}.ph.ph-thumbs-up:before{content:""}.ph.ph-ticket:before{content:""}.ph.ph-tidal-logo:before{content:""}.ph.ph-tiktok-logo:before{content:""}.ph.ph-tilde:before{content:""}.ph.ph-timer:before{content:""}.ph.ph-tip-jar:before{content:""}.ph.ph-tipi:before{content:""}.ph.ph-tire:before{content:""}.ph.ph-toggle-left:before{content:""}.ph.ph-toggle-right:before{content:""}.ph.ph-toilet:before{content:""}.ph.ph-toilet-paper:before{content:""}.ph.ph-toolbox:before{content:""}.ph.ph-tooth:before{content:""}.ph.ph-tornado:before{content:""}.ph.ph-tote:before{content:""}.ph.ph-tote-simple:before{content:""}.ph.ph-towel:before{content:""}.ph.ph-tractor:before{content:""}.ph.ph-trademark:before{content:""}.ph.ph-trademark-registered:before{content:""}.ph.ph-traffic-cone:before{content:""}.ph.ph-traffic-sign:before{content:""}.ph.ph-traffic-signal:before{content:""}.ph.ph-train:before{content:""}.ph.ph-train-regional:before{content:""}.ph.ph-train-simple:before{content:""}.ph.ph-tram:before{content:""}.ph.ph-translate:before{content:""}.ph.ph-trash:before{content:""}.ph.ph-trash-simple:before{content:""}.ph.ph-tray:before{content:""}.ph.ph-tray-arrow-down:before{content:""}.ph.ph-archive-tray:before{content:""}.ph.ph-tray-arrow-up:before{content:""}.ph.ph-treasure-chest:before{content:""}.ph.ph-tree:before{content:""}.ph.ph-tree-evergreen:before{content:""}.ph.ph-tree-palm:before{content:""}.ph.ph-tree-structure:before{content:""}.ph.ph-tree-view:before{content:""}.ph.ph-trend-down:before{content:""}.ph.ph-trend-up:before{content:""}.ph.ph-triangle:before{content:""}.ph.ph-triangle-dashed:before{content:""}.ph.ph-trolley:before{content:""}.ph.ph-trolley-suitcase:before{content:""}.ph.ph-trophy:before{content:""}.ph.ph-truck:before{content:""}.ph.ph-truck-trailer:before{content:""}.ph.ph-tumblr-logo:before{content:""}.ph.ph-twitch-logo:before{content:""}.ph.ph-twitter-logo:before{content:""}.ph.ph-umbrella:before{content:""}.ph.ph-umbrella-simple:before{content:""}.ph.ph-union:before{content:""}.ph.ph-unite:before{content:""}.ph.ph-unite-square:before{content:""}.ph.ph-upload:before{content:""}.ph.ph-upload-simple:before{content:""}.ph.ph-usb:before{content:""}.ph.ph-user:before{content:""}.ph.ph-user-check:before{content:""}.ph.ph-user-circle:before{content:""}.ph.ph-user-circle-check:before{content:""}.ph.ph-user-circle-dashed:before{content:""}.ph.ph-user-circle-gear:before{content:""}.ph.ph-user-circle-minus:before{content:""}.ph.ph-user-circle-plus:before{content:""}.ph.ph-user-focus:before{content:""}.ph.ph-user-gear:before{content:""}.ph.ph-user-list:before{content:""}.ph.ph-user-minus:before{content:""}.ph.ph-user-plus:before{content:""}.ph.ph-user-rectangle:before{content:""}.ph.ph-user-sound:before{content:""}.ph.ph-user-square:before{content:""}.ph.ph-user-switch:before{content:""}.ph.ph-users:before{content:""}.ph.ph-users-four:before{content:""}.ph.ph-users-three:before{content:""}.ph.ph-van:before{content:""}.ph.ph-vault:before{content:""}.ph.ph-vector-three:before{content:""}.ph.ph-vector-two:before{content:""}.ph.ph-vibrate:before{content:""}.ph.ph-video:before{content:""}.ph.ph-video-camera:before{content:""}.ph.ph-video-camera-slash:before{content:""}.ph.ph-video-conference:before{content:""}.ph.ph-vignette:before{content:""}.ph.ph-vinyl-record:before{content:""}.ph.ph-virtual-reality:before{content:""}.ph.ph-virus:before{content:""}.ph.ph-visor:before{content:""}.ph.ph-voicemail:before{content:""}.ph.ph-volleyball:before{content:""}.ph.ph-wall:before{content:""}.ph.ph-wallet:before{content:""}.ph.ph-warehouse:before{content:""}.ph.ph-warning:before{content:""}.ph.ph-warning-circle:before{content:""}.ph.ph-warning-diamond:before{content:""}.ph.ph-warning-octagon:before{content:""}.ph.ph-washing-machine:before{content:""}.ph.ph-watch:before{content:""}.ph.ph-wave-sawtooth:before{content:""}.ph.ph-wave-sine:before{content:""}.ph.ph-wave-square:before{content:""}.ph.ph-wave-triangle:before{content:""}.ph.ph-waveform:before{content:""}.ph.ph-waveform-slash:before{content:""}.ph.ph-waves:before{content:""}.ph.ph-webcam:before{content:""}.ph.ph-webcam-slash:before{content:""}.ph.ph-webhooks-logo:before{content:""}.ph.ph-wechat-logo:before{content:""}.ph.ph-whatsapp-logo:before{content:""}.ph.ph-wheelchair:before{content:""}.ph.ph-wheelchair-motion:before{content:""}.ph.ph-wifi-high:before{content:""}.ph.ph-wifi-low:before{content:""}.ph.ph-wifi-medium:before{content:""}.ph.ph-wifi-none:before{content:""}.ph.ph-wifi-slash:before{content:""}.ph.ph-wifi-x:before{content:""}.ph.ph-wind:before{content:""}.ph.ph-windmill:before{content:""}.ph.ph-windows-logo:before{content:""}.ph.ph-wine:before{content:""}.ph.ph-wrench:before{content:""}.ph.ph-x:before{content:""}.ph.ph-x-circle:before{content:""}.ph.ph-x-logo:before{content:""}.ph.ph-x-square:before{content:""}.ph.ph-yarn:before{content:""}.ph.ph-yin-yang:before{content:""}.ph.ph-youtube-logo:before{content:""}.settings-center{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;max-width:760px}.settings-intro{max-width:620px;color:var(--text-secondary);font-size:14px;margin-top:8px}.settings-list-item{width:100%;min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center;padding:20px;border:1px solid var(--border-color);border-radius:24px;background:var(--bg-secondary);color:var(--text-main);box-shadow:var(--shadow-card);cursor:pointer;text-align:left;font-family:var(--font-family);transition:var(--transition)}.settings-list-item:hover,.settings-list-item:focus-visible{border-color:var(--accent-primary);box-shadow:var(--shadow-hover);outline:none;transform:translateY(-1px)}.settings-list-icon{width:44px;height:44px;display:inline-grid;place-items:center;border-radius:16px;background:var(--accent-secondary);color:#16833b;font-size:22px}.settings-list-copy{min-width:0}.settings-list-copy strong{display:block;color:var(--text-main);font-size:16px;font-weight:800;line-height:1.25}.settings-list-copy span{display:block;margin-top:4px;color:var(--text-secondary);font-size:13px;line-height:1.4}.settings-list-action{display:inline-flex;align-items:center;gap:8px;color:var(--text-secondary);font-size:13px;font-weight:700;white-space:nowrap}.settings-placeholder{display:none;max-width:760px}.settings-placeholder.is-open{display:block}.payment-fees-form{display:grid;gap:0}.payment-fee-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--border-color)}.payment-fee-row:last-child{border-bottom:0}.payment-fee-copy{min-width:0}.payment-fee-copy label{display:block;margin:0;color:var(--text-main);font-size:14px;font-weight:800;line-height:1.25}.payment-fee-copy span{display:block;margin-top:4px;color:var(--text-secondary);font-size:12px;line-height:1.35}.payment-fee-control{display:flex;flex:0 0 128px;align-items:center;gap:8px}.payment-fee-control input{min-width:0}.payment-fee-control span{color:var(--text-secondary);font-weight:800}@media(max-width:768px){.settings-list-item{grid-template-columns:auto minmax(0,1fr);padding:16px}.settings-list-action{grid-column:2;justify-content:flex-start}.payment-fee-row{align-items:stretch;flex-direction:column;gap:10px}.payment-fee-control{flex:none;width:100%}}.dashboard-container #cancel-card{display:none!important}@media(min-width:1024px){.dashboard-container #next-appt-card{grid-column:span 2}}@media(min-width:769px){#sidebar{width:216px}#main-content{margin-left:216px}#sidebar-logo{padding:24px 16px 16px}#sidebar-company-name{padding:4px 16px 14px}.sidebar-menu{padding:10px}.nav-item{gap:10px;padding:9px 12px;font-size:14px}.nav-item i{width:22px;font-size:19px}.sidebar-profile{padding:14px 16px}}
