.login-container{background:var(--bg-light-teal);justify-content:center;align-items:center;height:100%;padding:20px;display:flex}.login-card{border:1px solid var(--border-color);background:#fff;border-radius:0;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:400px;padding:40px 32px;display:flex;box-shadow:0 10px 30px #00000026}.login-card .brand{justify-content:center}.login-card .brand__title{color:var(--text)}.login-title{color:var(--text);text-align:center;margin:0;font-size:22px;font-weight:700}.login-subtitle{color:var(--muted);text-align:center;margin:0;font-size:14px}.google-login-wrapper{justify-content:center;width:100%;display:flex}.error-message{width:100%;color:var(--danger);text-align:center;background:#ff475726;border:1px solid #ff47574d;border-radius:0;padding:12px;font-size:13px}.loading-indicator{color:var(--muted);font-size:13px}.icon-message-container{text-align:center;background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:120px;padding:24px;display:flex}.icon-message-container__icon{color:var(--muted,#6b7280);justify-content:center;align-items:center;margin-bottom:4px;display:flex}.icon-message-container__icon svg{width:72px;height:72px}.icon-message-container__title{color:var(--text,#1f2937);font-weight:600}.icon-message-container__subtitle{color:var(--muted,#6b7280)}.icon-message-container__actions{padding-top:8px}.bulk-add-modal__overlay{z-index:1100;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.bulk-add-modal{background:#fff;border-radius:12px;flex-direction:column;width:560px;max-width:90vw;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 8px 32px #0000002e}.bulk-add-modal__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.bulk-add-modal__header-title{color:var(--text);font-size:1rem;font-weight:600}.bulk-add-modal__close-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:color .15s,background .15s;display:inline-flex}.bulk-add-modal__close-btn:hover{color:var(--text);background:#0000000f}.bulk-add-modal__body{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.bulk-add-modal__input-section{flex-direction:column;gap:8px;display:flex}.bulk-add-modal__label{color:var(--muted);font-size:.8125rem}.bulk-add-modal__textarea{border:1px solid var(--border-color);resize:vertical;border-radius:6px;outline:none;width:100%;min-height:80px;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.8125rem;line-height:1.5;transition:border-color .15s}.bulk-add-modal__textarea:focus{border-color:var(--primary)}.bulk-add-modal__textarea::placeholder{color:var(--muted);opacity:.7}.bulk-add-modal__id-count{color:var(--muted);font-size:.75rem}.bulk-add-modal__search-btn{align-self:flex-start}.bulk-add-modal__results{flex-direction:column;gap:12px;display:flex}.bulk-add-modal__summary{flex-wrap:wrap;gap:16px;display:flex}.bulk-add-modal__summary-item{background:#00000008;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:.8125rem;display:flex}.bulk-add-modal__summary-item--found{color:var(--primary);background:#14b8a614}.bulk-add-modal__summary-item--not-found{color:var(--danger);background:#ff475714}.bulk-add-modal__summary-item--duplicate{color:var(--muted);background:#0000000a}.bulk-add-modal__list-section{flex-direction:column;gap:4px;display:flex}.bulk-add-modal__list-title{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.bulk-add-modal__list{border:1px solid var(--border-color);border-radius:6px;flex-direction:column;gap:0;max-height:200px;display:flex;overflow:hidden auto}.bulk-add-modal__list-item{border-bottom:1px solid var(--border-color);align-items:center;gap:8px;padding:8px 12px;font-size:.8125rem;display:flex}.bulk-add-modal__list-item:last-child{border-bottom:none}.bulk-add-modal__list-item--found{background:#14b8a60a}.bulk-add-modal__list-item--not-found{color:var(--danger);background:#ff47570a}.bulk-add-modal__list-item--success{background:#14b8a60f}.bulk-add-modal__list-item--success .bulk-add-modal__list-item-status{color:var(--primary)}.bulk-add-modal__list-item--error{background:#ff47570f}.bulk-add-modal__list-item--error .bulk-add-modal__list-item-status{color:var(--danger)}.bulk-add-modal__list-item--adding{background:#00000005}.bulk-add-modal__list-item-status{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.bulk-add-modal__list-item-error{color:var(--danger);white-space:nowrap;text-overflow:ellipsis;flex-shrink:0;max-width:120px;font-size:.6875rem;overflow:hidden}.bulk-add-modal__spinner{border:2px solid var(--border-color);border-top-color:var(--primary);border-radius:50%;width:14px;height:14px;animation:.6s linear infinite bulk-add-spin;display:inline-block}@keyframes bulk-add-spin{to{transform:rotate(360deg)}}.bulk-add-modal__list-item-id{color:var(--muted);flex-shrink:0;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.75rem}.bulk-add-modal__list-item-name{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.bulk-add-modal__list-item-phone{color:var(--muted);flex-shrink:0;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.75rem}.bulk-add-modal__footer{border-top:1px solid var(--border-color);justify-content:flex-end;align-items:center;gap:8px;padding:16px 20px;display:flex}.bulk-add-modal__loading{color:var(--muted);justify-content:center;align-items:center;gap:8px;padding:24px;font-size:.875rem;display:flex}.bulk-add-modal__progress{color:var(--muted);font-size:.8125rem}.pool-form-clinic-search-and-list__layout{grid-template-columns:1fr 1fr;align-items:stretch;gap:20px;min-width:0;display:grid}.pool-form-clinic-search-and-list__left,.pool-form-clinic-search-and-list__right{flex-direction:column;min-width:0;min-height:0;display:flex}.pool-form-clinic-search-and-list__search-wrap{flex-shrink:0;width:100%;min-width:0}.pool-form-clinic-search-and-list__search-wrap input,.pool-form-clinic-search-and-list__search-wrap [data-slot]{width:100%}.pool-form-clinic-search-and-list__search-row{align-items:center;gap:8px;width:100%;display:flex}.pool-form-clinic-search-and-list__search-row>:first-child{flex:1;min-width:0}.pool-form-clinic-search-and-list__bulk-add-btn{border:1px solid var(--border-color);width:36px;height:36px;color:var(--primary);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:6px;transition:color .15s,background .15s,border-color .15s;display:inline-flex}.pool-form-clinic-search-and-list__bulk-add-btn:hover{border-color:var(--primary);background:#14b8a614}.pool-form-clinic-search-and-list__bulk-add-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.pool-form-clinic-search-and-list__results-wrap{border:1px solid var(--border-color);background:#fff;flex-direction:column;flex:1;min-height:200px;max-height:400px;display:flex;overflow:hidden}.pool-form-clinic-search-and-list__results{flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.pool-form-clinic-search-and-list__results-empty{flex:1;justify-content:center;align-items:center;min-height:0;padding:24px;display:flex}.pool-form-clinic-search-and-list__list-wrap{border:1px solid var(--border-color);background:#fff;flex-direction:column;flex:1;min-height:200px;max-height:400px;display:flex;overflow:hidden}.pool-form-clinic-search-and-list__list{flex-direction:column;flex:1;gap:0;min-height:0;display:flex;overflow:hidden auto}.pool-form-clinic-search-and-list__row{text-align:left;cursor:default;background:0 0;border:none;border-radius:0;flex-direction:row;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:52px;padding:10px 12px;font-size:.875rem;transition:background .15s;display:flex}.pool-form-clinic-search-and-list__row--add{min-height:40px;padding:8px 12px}.pool-form-clinic-search-and-list__row:hover{background:#ff475714}.pool-form-clinic-search-and-list__row--add:hover{background:#14b8a61f}.pool-form-clinic-search-and-list__add-btn{color:var(--primary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:color .15s,background .15s;display:inline-flex}.pool-form-clinic-search-and-list__add-btn:hover{background:#14b8a61f}.pool-form-clinic-search-and-list__add-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.pool-form-clinic-search-and-list__row:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.pool-form-clinic-search-and-list__label{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.pool-form-clinic-search-and-list__label--with-description{white-space:normal;flex-direction:column;justify-content:center;gap:2px;display:flex}.pool-form-clinic-search-and-list__label-line{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.pool-form-clinic-search-and-list__number{color:var(--muted);font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.8125rem}.pool-form-clinic-search-and-list__name{color:var(--text);font-size:.8125rem}.pool-form-clinic-search-and-list__description-row{align-items:center;gap:8px;min-height:24px;display:flex}.pool-form-clinic-search-and-list__description{min-width:0;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.75rem;line-height:1.3;overflow:hidden}.pool-form-clinic-search-and-list__description-input{flex:1;min-width:0;font-size:.75rem}.pool-form-clinic-search-and-list__description-input input,.pool-form-clinic-search-and-list__description-input [data-slot]{padding:4px 8px;font-size:.75rem}.pool-form-clinic-search-and-list__description-actions{flex-shrink:0;align-items:center;gap:4px;display:inline-flex}.pool-form-clinic-search-and-list__description-icon-btn{cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:2px;transition:color .15s,background .15s;display:inline-flex}.pool-form-clinic-search-and-list__description-icon-btn--save{color:var(--primary)}.pool-form-clinic-search-and-list__description-icon-btn--save:hover{background:#14b8a61f}.pool-form-clinic-search-and-list__description-icon-btn--cancel{color:var(--muted)}.pool-form-clinic-search-and-list__description-icon-btn--cancel:hover{color:var(--text);background:#0000000f}.pool-form-clinic-search-and-list__description-icon-btn:focus-visible{outline:none}.pool-form-clinic-search-and-list__edit-desc-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:2px;transition:color .15s,background .15s;display:inline-flex}.pool-form-clinic-search-and-list__edit-desc-btn:hover{color:var(--text);background:#0000000f}.pool-form-clinic-search-and-list__edit-desc-btn:focus-visible{outline:none}.pool-form-clinic-search-and-list__actions{flex-shrink:0;align-items:center;gap:4px;display:inline-flex}.pool-form-clinic-search-and-list__open-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:color .15s,background .15s;display:inline-flex}.pool-form-clinic-search-and-list__open-btn:hover,.pool-form-clinic-search-and-list__copy-btn:hover{color:var(--text);background:#0000000f}.pool-form-clinic-search-and-list__open-btn:focus-visible,.pool-form-clinic-search-and-list__copy-btn:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.pool-form-clinic-search-and-list__copy-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:color .15s,background .15s;display:inline-flex}.pool-form-clinic-search-and-list__icon{color:var(--danger);flex-shrink:0}.pool-form-clinic-search-and-list__remove-btn{color:var(--danger);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:color .15s,background .15s;display:inline-flex}.pool-form-clinic-search-and-list__remove-btn:hover{background:#ff47571f}.pool-form-clinic-search-and-list__remove-btn:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.pool-form-clinic-search-and-list__selected-label{min-height:38px;color:var(--muted);flex-shrink:0;align-items:center;margin-bottom:8px;font-size:.8125rem;display:flex}.pool-form-clinic-search-and-list__results-list{flex-direction:column;gap:0;display:flex}.dot.calling,.dot.ringing{background:var(--warning)}:root{--bg:#f0fdfa;--panel:#14b8a6;--muted:#6b7280;--text:#111827;--text-on-teal:#fff;--primary:#14b8a6;--primary-dark:#0d9488;--primary-light:#5eead4;--success:#10b981;--danger:#ef4444;--warning:#f59e0b;--ring:#d1d5db;--bg-light-teal:#f0fdfa;--section-bg:#e6fffa;--border-color:#e5e7eb;--border-color-light:#f3f4f6;--border-color-dark:#d1d5db;--radius-sm:0px;--radius-md:0px;--radius-lg:0px;--radius-full:0px;--shadow-sm:0 2px 4px #0000001a;--shadow-md:0 6px 20px #14b8a640;--shadow-lg:0 10px 30px #00000026;--font-family:Inter, ui-sans-serif, system-ui, Segoe UI, Roboto, Helvetica, Arial;--font-size-xs:11px;--font-size-sm:12px;--font-size-md:14px;--font-size-lg:15px;--font-size-xl:16px;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:12px;--spacing-lg:16px;--spacing-xl:20px;--transition-fast:.15s;--transition-normal:.2s;--transition-slow:.3s}body{background:var(--bg);color:var(--text);font-family:var(--font-family);overflow:hidden}.card{border:1px solid var(--border-color);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);background:#fff;flex-direction:column;display:flex;overflow:hidden}.card__header{padding:var(--spacing-lg) var(--spacing-xl);background:var(--panel);-webkit-user-select:none;user-select:none;border-bottom:1px solid #fff3;flex-shrink:0;justify-content:space-between;align-items:center;display:flex;position:relative}.brand{gap:var(--spacing-md);align-items:center;display:flex}.brand__logo{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--primary), var(--primary-light));width:32px;height:32px;box-shadow:var(--shadow-md);cursor:grab;flex-shrink:0}.brand__logo:active{cursor:grabbing}.brand__title{letter-spacing:.3px;font-weight:700;font-size:var(--font-size-lg);color:var(--text-on-teal)}.status{align-items:center;gap:var(--spacing-sm);padding:6px var(--spacing-md);border-radius:var(--radius-full);font-size:var(--font-size-sm);color:var(--text-on-teal);background:#ffffff26;border:1px solid #fff3;flex-shrink:0;display:inline-flex}.dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dot.ready{background:var(--success)}.dot.calling,.dot.ringing{background:var(--warning)}.dot.connected{background:var(--primary)}.dot.error{background:var(--danger)}.dot.offline{background:var(--muted)}:root{--bg:#f0fdfa;--panel:#14b8a6;--muted:#6b7280;--text:#111827;--text-on-teal:#fff;--primary:#14b8a6;--primary-dark:#0d9488;--primary-light:#5eead4;--success:#10b981;--danger:#ef4444;--warning:#f59e0b;--ring:#d1d5db;--bg-light-teal:#f0fdfa;--section-bg:#f0fff4;--border-color:#e5e7eb;--border-color-light:#f3f4f6;--border-color-dark:#d1d5db}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:Inter,ui-sans-serif,system-ui,Segoe UI,Roboto,Helvetica,Arial;overflow:hidden;color:#111827!important;background:#f0fdfa!important}html,#root{background:#f0fdfa!important}.section{border:1px solid var(--border-color);background:#fff;border-radius:0;flex-shrink:0;padding:16px}.section h2{color:var(--muted);margin:0 0 14px;font-size:14px;font-weight:600}.operator-input-group{margin-bottom:12px}.input{border:1px solid var(--border-color-dark);width:100%;color:var(--text);background:#fff;border-radius:0;outline:none;padding:10px 12px;font-size:14px;transition:border-color .15s;box-shadow:0 1px 2px #0000000d}.input:focus{border-color:var(--primary)}.input::placeholder{color:var(--muted);transition:color .15s}.input:focus::placeholder,.input:not(:placeholder-shown)::placeholder{color:#0000}.input--rounded{border-radius:10px}.button-group{gap:10px;margin-bottom:16px;display:flex}.btn{appearance:none;color:#fff;background:var(--primary);border:none;border:1px solid var(--primary-dark);cursor:pointer;border-radius:0;flex:1;padding:10px 14px;font-size:13px;font-weight:500;transition:transform .15s,background .15s}.btn:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn.primary{background:linear-gradient(180deg, var(--primary), var(--primary-dark));color:#fff;border:none}.btn.success{background:linear-gradient(#1ecf65,#17a24f);border:none}.btn.danger{background:linear-gradient(#ff5b6a,#d64251);border:none}.btn--rounded{border-radius:10px;min-height:44px}.btn--badge{border:1px solid var(--border-color)!important;color:var(--text)!important;background:#0000000d!important}.btn--badge:hover{background:#00000014!important}.btn--keypad{padding:12px;font-size:16px;font-weight:700}.kv{grid-template-columns:100px 1fr;gap:8px 12px;margin-bottom:16px;font-size:13px;display:grid}.kv div{color:var(--muted)}.value{color:var(--text);word-break:break-word}.dial-controls{justify-content:center;align-items:center;gap:12px;display:flex}.round{color:#fff;cursor:pointer;border:none;border-radius:0;flex-shrink:0;place-items:center;width:52px;height:52px;font-size:20px;transition:transform .15s,box-shadow .15s;display:grid;box-shadow:0 8px 18px #00000059}.round:hover:not(:disabled){transform:scale(1.05);box-shadow:0 10px 22px #00000073}.round:disabled{opacity:.5;cursor:not-allowed}.round.mute{background:var(--muted);border:1px solid var(--border-color-dark)}.round.end{background:var(--danger)}.round.active{outline:2px solid var(--primary-light);outline-offset:2px}.dialog-log{flex-direction:column;height:calc(100vh - 300px);min-height:400px;max-height:600px;display:flex}.dialog-messages{flex-direction:column;gap:10px;padding:4px 0;display:flex}.dialog-message{word-wrap:break-word;border-radius:10px;flex-direction:column;max-width:85%;padding:10px 14px;animation:.2s ease-in fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.dialog-message__content{color:#fff;margin-bottom:4px;font-size:13px;line-height:1.5}.dialog-message__footer{justify-content:space-between;align-items:center;gap:8px;margin-top:4px;display:flex}.dialog-message__timestamp{opacity:.7;color:inherit;font-size:10px}.dialog-message__feedback{align-items:center;gap:4px;display:flex}.feedback-btn{cursor:pointer;background:#fff3;border:none;border-radius:0;justify-content:center;align-items:center;min-width:28px;height:24px;padding:4px 8px;font-size:14px;transition:background .2s;display:flex}.feedback-btn:hover{background:#ffffff4d}.feedback-btn:active:not(:disabled){background:#fff6;transform:scale(.95)}.feedback-btn:disabled{opacity:.5;cursor:not-allowed}.feedback-btn--selected{background:#fff6!important}.dialog-message--ai{background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:#fff;align-self:flex-start}.dialog-message--call_to_user{background:linear-gradient(135deg, var(--primary-light), var(--primary));color:#fff;align-self:flex-start}.dialog-message--call_from_user{color:#fff;background:linear-gradient(#1ecf65,#17a24f);align-self:flex-start}.settings-modal-content,.settings-modal-content .chakra-modal__body{background:var(--bg)!important;background-color:var(--bg)!important}.chakra-tabs__tab[aria-selected=true]{color:var(--primary)!important;border-color:var(--primary)!important}.call-pools-table-section table th:first-child,.call-pools-table-section table td:first-child{box-sizing:border-box;width:140px;min-width:140px;max-width:140px}.panel-content{background:#f0fdfa;flex-direction:column;flex:1;min-height:0;display:flex}.panel-main{flex:1;min-height:0;padding:20px;overflow-y:auto}.dev-logs-footer{border-top:1px solid var(--border-color);flex-shrink:0;margin-top:0;padding:16px 20px}.panel-left,.panel-right{flex-direction:column;gap:16px;min-width:0;display:flex}.shell{align-items:flex-start;height:100%;padding:0;display:flex;overflow-y:auto}.card{background:var(--section-bg);border:1px solid #202734;border-radius:0;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden;box-shadow:0 10px 30px #0006}.clinic-search-box{position:relative}.clinic-search-box__input{width:100%}.clinic-search-box__dropdown{z-index:1100;position:absolute}.clinic-search-box__list{margin:0;padding:0;list-style:none}.clinic-search-box__item{cursor:pointer}.clinic-search-box__item:hover{background-color:var(--hover-bg,#0000000a)}.header__logo{width:auto;height:24px;color:var(--primary);display:block}.header__btn{border:1px solid var(--border-color);min-height:36px;color:var(--text);background:#0000000d;border-radius:10px;padding:6px 12px;font-size:12px}.header__btn:hover{background:#00000014}.header__avatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.header__mic-badge{color:#fff;border-radius:10px;justify-content:center;align-items:center;min-height:36px;padding:6px 10px;display:flex}.header__mic-badge--on{background:var(--success)}.header__mic-badge--off{background:var(--danger)}.call-pool-section{border:1px solid var(--border-color);background:#fff;border-radius:8px;margin-bottom:20px;padding:20px;box-shadow:0 2px 4px #0000000d}.call-pool-section h2{color:var(--muted);margin:0 0 16px;font-size:14px;font-weight:600}.pool-selector-group{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.pool-select{min-width:200px;color:var(--text);border:1px solid var(--border-color-dark);cursor:pointer;background:#fff;border-radius:8px;outline:none;flex:1;padding:10px 12px;font-size:14px;transition:border-color .15s}.pool-select:focus{border-color:var(--primary)}.pool-options-group{align-items:center;gap:12px;display:flex}.pool-option{align-items:center;gap:6px;display:flex}.pool-option label{color:var(--muted);white-space:nowrap;font-size:13px;font-weight:500}.pool-input{width:80px;color:var(--text);border:1px solid var(--border-color-dark);background:#fff;border-radius:6px;outline:none;padding:8px 10px;font-size:14px;transition:border-color .15s}.pool-input:focus{border-color:var(--primary)}.btn-start-calls{color:#fff;cursor:pointer;background:linear-gradient(#1ecf65,#17a24f);border:none;border-radius:8px;min-height:44px;padding:10px 20px;font-size:14px;font-weight:500;transition:transform .15s,box-shadow .15s}.btn-start-calls:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #1ecf654d}.btn-start-calls:disabled{opacity:.55;cursor:not-allowed;transform:none}.dashboard-grid{grid-template-columns:repeat(3,minmax(350px,1fr));gap:16px;display:grid}.dashboard-card{border:1px solid var(--border-color);background:#fff;border-radius:8px;flex-direction:column;min-width:350px;padding:16px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 2px 4px #0000000d}.dashboard-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.dashboard-card.active{border-width:2px;border-color:#1ecf65;box-shadow:0 0 0 3px #1ecf651a}.card-summary{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.call-status{border-radius:4px;width:fit-content;margin-bottom:12px;padding:4px 8px;font-size:11px;display:inline-block}.call-status.connected{color:#10b981;background:#d1fae5}.call-status.ringing{color:#f59e0b;background:#fef3c7}.call-status.dialing{color:#3b82f6;background:#dbeafe}.call-status.idle{color:var(--muted);background:#f3f4f6}.card-preview{color:var(--muted);background:#f9fafb;border-radius:6px;flex-direction:column;flex:1;gap:6px;min-height:60px;max-height:120px;margin-bottom:12px;padding:8px;font-size:12px;transition:overflow-y .2s;display:flex;overflow:hidden}.card-preview-bubbles{flex-direction:column;gap:6px;display:flex}.card-preview-bubble{word-wrap:break-word;border-radius:12px;flex-direction:column;gap:2px;max-width:100%;padding:6px 10px;font-size:11px;line-height:1.3;display:flex}.card-preview-bubble.ai{color:#fff;background:linear-gradient(135deg,#14b8a6,#0d9488);border-bottom-left-radius:3px}.card-preview-bubble.call-from-user{color:#fff;background:linear-gradient(#1ecf65,#17a24f);border-bottom-left-radius:3px}.card-preview-bubble.call-to-user{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-bottom-left-radius:3px}.card-preview-bubble__content{flex:1}.card-preview-bubble__timestamp{opacity:.7;color:inherit;margin-bottom:1px;font-size:9px}.card-preview-bubble__feedback{justify-content:flex-end;align-items:center;gap:4px;margin-top:6px;display:flex}.card-preview:hover{overflow-y:auto}.card-preview.empty{color:#9ca3af;justify-content:center;align-items:center;display:flex}.card-preview::-webkit-scrollbar{width:4px}.card-preview::-webkit-scrollbar-track{background:#f1f5f9;border-radius:2px}.card-preview::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.card-preview::-webkit-scrollbar-thumb:hover{background:#94a3b8}.card-actions{justify-content:flex-end;gap:8px;width:100%;margin-top:auto;display:flex}.dashboard-grid .dashboard-empty-state{grid-column:1/-1}.phones-in-pool-modal__table-card table thead th{padding:6px 16px}.phones-in-pool-modal__table-card table tbody tr:last-child td{border-bottom:none}.phones-in-pool-modal__table-card table{table-layout:fixed;width:100%}.phones-in-pool-modal__table-card table tbody td:nth-child(2),.phones-in-pool-modal__table-card table tbody td:nth-child(3),.phones-in-pool-modal__table-card table tbody td:nth-child(4){max-width:0;overflow:hidden}.phones-in-pool-modal__table-card table thead th:first-child,.phones-in-pool-modal__table-card table tbody td:first-child{width:170px}.phones-in-pool-modal__table-card table thead th:nth-child(2),.phones-in-pool-modal__table-card table tbody td:nth-child(2),.phones-in-pool-modal__table-card table thead th:nth-child(3),.phones-in-pool-modal__table-card table tbody td:nth-child(3),.phones-in-pool-modal__table-card table thead th:nth-child(4),.phones-in-pool-modal__table-card table tbody td:nth-child(4){width:calc(33.3333% - 113.333px)}.phones-in-pool-modal__table-card table thead th:nth-child(5),.phones-in-pool-modal__table-card table tbody td:nth-child(5){width:80px}.phones-in-pool-modal__table-card table thead th:nth-child(6),.phones-in-pool-modal__table-card table tbody td:nth-child(6){width:90px}.task-history__drawer-content{max-width:420px}.task-history__header{border-bottom:1px solid var(--border-color);flex-direction:column;gap:2px;padding-bottom:12px;display:flex}.task-history__body{overflow-y:auto}.task-history__drawer-content .chakra-tabs__tab[aria-selected=true]{color:var(--primary)!important;border-color:var(--primary)!important}.task-history__accordion{border:none}.task-history__calls-list{flex-direction:column;gap:2px;display:flex}.task-history__call-row{border-bottom:1px solid var(--border-color-light)}.task-history__call-row:last-child{border-bottom:none}.task-history__sf-link{color:var(--muted);flex-shrink:0;align-items:center;display:flex}.task-history__sf-link:hover{color:var(--primary)}.task-history__copy-btn{cursor:pointer;color:var(--muted);background:0 0;border:none;flex-shrink:0;align-items:center;padding:0;display:flex}.task-history__copy-btn:hover{color:var(--primary)}.task-history__connected-badge{color:var(--success,#2e7d32);background-color:var(--success-bg,#e8f5e9);border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:11px;font-weight:500;line-height:1}.leaderboard__drawer-content{max-width:480px}.leaderboard__header{border-bottom:1px solid var(--border-color);flex-direction:column;gap:2px;padding-bottom:12px;display:flex}.leaderboard__drawer-content .chakra-tabs__tab[aria-selected=true]{color:var(--primary)!important;border-color:var(--primary)!important}.leaderboard__body{overflow-y:auto}.leaderboard__table{border-collapse:collapse;width:100%}.leaderboard__table th,.leaderboard__table td{text-align:left;border-bottom:1px solid var(--border-color-light);padding:10px 12px}.leaderboard__table th{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.leaderboard__table td{font-size:14px}.leaderboard__rank{text-align:center;width:48px;font-weight:600}.leaderboard__name{font-weight:500}.leaderboard__metric{text-align:right;font-variant-numeric:tabular-nums}.leaderboard__row--current{background:#0000000a}.leaderboard__row--current .leaderboard__name{font-weight:700}.leaderboard__row--top .leaderboard__rank{font-size:18px}.dev-logs-panel::-webkit-scrollbar{width:6px}.dev-logs-panel::-webkit-scrollbar-track{background:var(--border-color-light)}.dev-logs-panel::-webkit-scrollbar-thumb{background:var(--muted)}.dev-logs-panel::-webkit-scrollbar-thumb:hover{background:var(--primary)}.call-modal-header{border:1px solid var(--border-color,#e5e7eb);background:#fff;border-radius:8px;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;padding:20px 48px 20px 20px;display:flex;box-shadow:0 1px 2px #0000000a}.call-modal-header__main{flex-direction:column;flex:1;gap:16px;min-width:0;display:flex}.call-modal-header__title{color:var(--text,#1f2937);margin:0;font-size:1.25rem;font-weight:600;line-height:1.3}.call-modal-header__grid{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr) minmax(0,2fr) minmax(0,1.2fr);align-items:start;gap:24px 32px;display:grid}.call-modal-header__field{flex-direction:column;gap:4px;min-width:0;display:flex}.call-modal-header__label{color:var(--muted,#525252);font-size:.8125rem;font-weight:500;line-height:1.3}.call-modal-header__value{color:var(--text,#1f2937);min-height:1.4em;font-size:.9375rem;line-height:1.4}.call-modal-header__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.call-modal-header__close{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:24px;line-height:1;transition:color .2s}.call-modal-header__close:hover{color:#111827}.call-modal-header__copy-btn{border:1px solid var(--border-color,#e5e7eb);color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:.8125rem;font-weight:500;transition:color .2s,border-color .2s,background .2s;display:inline-flex}.call-modal-header__copy-btn:hover{color:#111827;background:#f9fafb;border-color:#9ca3af}.reason-for-calling{border:1px solid var(--border-color,#e5e7eb);background:#fff;border-radius:8px;flex-direction:column;min-height:0;margin-bottom:16px;display:flex}.reason-for-calling__title{border-bottom:1px solid var(--border-color,#e5e7eb);flex-shrink:0;align-items:center;gap:8px;margin:0;padding:12px 16px;display:flex}.reason-for-calling__icon{width:1.25rem;height:1.25rem;color:var(--primary,#14b8a6);flex-shrink:0}.reason-for-calling__icon path,.reason-for-calling__icon circle{fill:var(--primary,#14b8a6)!important}.reason-for-calling__content{margin:0;padding:16px}.call-conversation{border:1px solid var(--border-color,#e5e7eb);background:#fff;border-radius:8px;flex-direction:column;flex:1;width:100%;min-width:0;min-height:0;margin-bottom:16px;display:flex}.call-conversation__title{border-bottom:1px solid var(--border-color,#e5e7eb);flex-shrink:0;align-items:center;gap:8px;margin:0;padding:12px 16px;display:flex}.call-conversation__icon{width:1.25rem;height:1.25rem;color:var(--primary,#14b8a6);flex-shrink:0}.call-conversation__icon path,.call-conversation__icon circle{fill:var(--primary,#14b8a6)!important}.call-conversation__scroll{flex:1;width:100%;min-width:0;min-height:0;padding:16px;overflow:hidden auto}.call-conversation__empty{margin:16px 0}.call-conversation__messages{flex-direction:column;gap:12px;width:100%;min-width:0;display:flex}.call-conversation__bubble{box-sizing:border-box;word-wrap:break-word;border-radius:18px;flex-direction:column;gap:4px;max-width:85%;padding:10px 14px;display:flex}.call-conversation__bubble--to-user{background:var(--conversation-our-bg,#d1fae5);color:var(--text,#1f2937);border-bottom-right-radius:4px;align-self:flex-end;margin-right:24px}.call-conversation__bubble--from-user{background:var(--conversation-their-bg,#f3f4f6);color:var(--text,#1f2937);border-bottom-left-radius:4px;align-self:flex-start;margin-left:24px}.call-conversation__bubble--ai{background:var(--conversation-ai-bg,#e0f2fe);color:var(--text,#1f2937);border-bottom-left-radius:4px;align-self:flex-start;margin-left:24px}.call-conversation__bubble-content{flex:1}.call-conversation__bubble-feedback{justify-content:flex-end;align-items:center;gap:4px;margin-top:8px;display:flex}.call-conversation__bubble-feedback .call-conversation__feedback-btn--disabled,.call-conversation__bubble-feedback .call-conversation__feedback-btn:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.call-conversation__bubble-feedback .call-conversation__feedback-btn--selected{opacity:1}.call-conversation__bubble-feedback .call-conversation__feedback-btn--selected:disabled{opacity:1;cursor:default}.call-keyboard{border:1px solid var(--border-color,#e5e7eb);background:#fff;border-radius:8px;flex-direction:column;align-items:center;padding:16px;display:flex}.call-keyboard__keypad{flex-shrink:0;grid-template-columns:repeat(3,1fr);gap:8px;width:192px;display:grid}.contacts-column{border:1px solid var(--border-color,#e5e7eb);background:#fff;border-radius:8px;flex-direction:column;flex:1;height:100%;min-height:0;display:flex}.contacts-column__title{border-bottom:1px solid var(--border-color,#e5e7eb);flex-shrink:0;align-items:center;gap:8px;margin:0;padding:12px 16px;display:flex}.contacts-column__icon{width:1.25rem;height:1.25rem;color:var(--primary,#14b8a6);flex-shrink:0}.contacts-column__icon path,.contacts-column__icon circle{fill:var(--primary,#14b8a6)!important}.contacts-column__content{flex:1;min-height:0;padding:16px;overflow-y:auto}.contacts-column__empty{margin:0}.contacts-column__list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.contacts-column__card{border:1px solid var(--border-color,#e5e7eb);background:#fff;border-radius:8px;margin:0;padding:8px 12px;box-shadow:0 1px 2px #0000000a}.contacts-column__card-header{align-items:center;gap:10px;margin-bottom:8px;display:flex}.contacts-column__card-rows{flex-direction:column;gap:2px;display:flex}.contacts-column__meta-line{color:var(--text-primary,#111);display:block}.contacts-column__meta-label{font-weight:600}.latest-leads-section{border:1px solid var(--border-color,#e5e7eb);background:#fff;border-radius:8px;flex-direction:column;flex:1;min-height:0;display:flex}.latest-leads-section__header{border-bottom:1px solid var(--border-color,#e5e7eb);flex-shrink:0;align-items:center;gap:8px;margin:0;padding:12px 16px;display:flex}.latest-leads-section__icon{width:1.25rem;height:1.25rem;color:var(--primary,#14b8a6);flex-shrink:0}.latest-leads-section__icon path,.latest-leads-section__icon circle{fill:var(--primary,#14b8a6)!important}.latest-leads-section__scroll{flex:1;min-height:0;padding:16px;overflow-y:auto}.latest-leads-section__empty{margin:0}.latest-leads-section__list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.latest-leads-section__card{border:1px solid var(--border-color,#e5e7eb);background:#fff;border-radius:8px;margin:0;padding:8px 12px;box-shadow:0 1px 2px #0000000a}.latest-leads-section__card-name{margin:0 0 8px}.latest-leads-section__card-rows{flex-direction:column;gap:2px;display:flex}.latest-leads-section__card-row{display:block}.latest-leads-section__meta-line{color:var(--text-primary,#111);display:block}.latest-leads-section__meta-label{font-weight:600}.latest-leads-section__value--checkbox{pointer-events:none;cursor:default;align-items:center;display:inline-flex}.latest-leads-section__value--checkbox .chakra-checkbox__control{border-radius:2px}.latest-leads-section__value--checkbox .chakra-checkbox__control[data-checked],.latest-leads-section__value--checkbox .chakra-checkbox__control[aria-checked=true]{opacity:1;background:var(--primary,#14b8a6)!important;border-color:var(--primary,#14b8a6)!important}.latest-leads-section__value--checkbox .chakra-checkbox__control[data-checked] svg,.latest-leads-section__value--checkbox .chakra-checkbox__control[aria-checked=true] svg{color:#fff}.patients-leads-section{border:1px solid var(--border-color,#e5e7eb);background:#fff;border-radius:8px;flex-direction:column;flex-shrink:0;display:flex}.patients-leads-section__header{border-bottom:1px solid var(--border-color,#e5e7eb);align-items:center;gap:8px;margin:0;padding:12px 16px;display:flex}.patients-leads-section__icon{width:1.25rem;height:1.25rem;color:var(--primary,#14b8a6);flex-shrink:0}.patients-leads-section__content{padding:16px}.patients-leads-section__empty,.patients-leads-section__metrics{margin:0}.patients-leads-section__metrics p{margin:0 0 6px}.patients-leads-section__metrics p:last-child{margin-bottom:0}.chatter-column{border:1px solid var(--border-color,#e5e7eb);background:#fff;border-radius:8px;flex-direction:column;flex:1;min-height:0;display:flex}.chatter-column__header{border-bottom:1px solid var(--border-color,#e5e7eb);flex-shrink:0;align-items:center;gap:8px;margin:0;padding:12px 16px;display:flex}.chatter-column__icon{width:1.25rem;height:1.25rem;color:var(--primary,#14b8a6);flex-shrink:0}.chatter-column__icon path,.chatter-column__icon circle{fill:var(--primary,#14b8a6)!important}.chatter-column__scroll{flex:1;min-height:0;padding:12px;overflow-y:auto}.chatter-column__empty{margin:0}.chatter-column__list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.chatter-column__item{border:1px solid var(--border-color,#e5e7eb);background:#fff;border-radius:8px;margin:0;padding:8px 12px;box-shadow:0 1px 2px #0000000a}.chatter-column__item-top{align-items:flex-start;gap:8px;margin-bottom:6px;display:flex}.chatter-column__item-meta{flex-direction:column;gap:2px;min-width:0;display:flex}.chatter-column__author{display:block}.chatter-column__date{color:var(--text-muted,#6b7280)}.chatter-column__body{color:var(--text,#1f2937);word-break:break-word;background:var(--surface,#f9fafb);border:1px solid var(--border,#e5e7eb);border-radius:8px;margin-top:6px;padding:8px 10px;font-size:13px;line-height:1.5}.chatter-column__body p{margin:0 0 .5em}.chatter-column__body p:last-child{margin-bottom:0}.chatter-column__body ul,.chatter-column__body ol{margin:.5em 0;padding-left:1.5em}.chatter-column__body b{font-weight:600}.chatter-column__body i{font-style:italic}.chatter-column__body u{text-decoration:underline}.chatter-column__comments-wrap{border-top:1px solid var(--border-color,#e5e7eb);margin-top:8px;padding-top:8px}.chatter-column__accordion{width:100%}.chatter-column__comments-list{flex-direction:column;gap:8px;margin:6px 0 0;padding:0;list-style:none;display:flex}.chatter-column__comment{background:var(--chatter-comment-bg,#f8fafc);border-left:3px solid var(--primary,#14b8a6);border-radius:6px;padding:8px 10px}.chatter-column__comment-author{margin-bottom:2px;display:block}.chatter-column__comment-date{color:var(--text-muted,#6b7280);margin-bottom:4px;font-size:12px;display:block}.chatter-column__comment-body{color:var(--text,#1f2937);font-size:12px;line-height:1.45}.chatter-column__comment-body p{margin:0 0 .25em}.chatter-column__comment-body p:last-child{margin-bottom:0}.tasks-events-column{flex-direction:column;flex:1;gap:12px;min-height:0;display:flex}.tasks-events-column__section{border:1px solid var(--border-color,#e5e7eb);background:#fff;border-radius:8px;flex-direction:column;flex:1;min-height:0;display:flex}.tasks-events-column__section--tasks,.tasks-events-column__section--events{flex:1;min-height:0}.tasks-events-column__header{border-bottom:1px solid var(--border-color,#e5e7eb);flex-shrink:0;align-items:center;gap:8px;margin:0;padding:12px 16px;display:flex}.tasks-events-column__icon{width:1.25rem;height:1.25rem;color:var(--primary,#14b8a6);flex-shrink:0}.tasks-events-column__icon path{fill:var(--primary,#14b8a6)!important}.tasks-events-column__scroll{flex:1;min-height:0;padding:12px;overflow-y:auto}.tasks-events-column__empty{margin:0}.tasks-events-column__list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.tasks-events-column__item{border:1px solid var(--border-color,#e5e7eb);background:#fff;border-radius:8px;margin:0;padding:8px 12px;box-shadow:0 1px 2px #0000000a}.tasks-events-column__item-top{align-items:flex-start;gap:8px;margin-bottom:6px;display:flex}.tasks-events-column__item-top .tasks-events-column__status-icon{flex-shrink:0}.tasks-events-column__item-meta{flex-direction:column;gap:2px;min-width:0;display:flex}.tasks-events-column__header-subject{font-weight:600;display:block}.tasks-events-column__header-owner,.tasks-events-column__date{color:var(--text-primary,#111);display:block}.tasks-events-column__body{color:var(--text,#1f2937);word-break:break-word;background:var(--surface,#f9fafb);border:1px solid var(--border,#e5e7eb);border-radius:8px;padding:8px 10px;font-size:14px;line-height:1.5}.tasks-events-column__body-title{margin:0 0 8px;font-weight:600}.tasks-events-column__item .tasks-events-column__card-rows{margin-top:0}.tasks-events-column__body-meta{color:var(--text-muted,#6b7280);margin-bottom:6px;display:block}.tasks-events-column__body-comments{color:var(--text,#1f2937);white-space:pre-wrap;word-break:break-word;margin:4px 0 0;font-size:13px;line-height:1.45}.tasks-events-column__card-rows{flex-direction:column;gap:4px;display:flex}.tasks-events-column__card-row{align-items:flex-start;gap:6px;min-height:22px;display:flex}.tasks-events-column__status-icon{cursor:help;justify-content:center;align-items:center;padding:2px;display:inline-flex}.tasks-events-column__status-icon-svg{flex-shrink:0;width:1.125rem;height:1.125rem}.tasks-events-column__label{flex-shrink:0;font-weight:600}.tasks-events-column__value{word-break:break-word}.tasks-events-column__all-day{color:var(--text-muted,#6b7280);font-style:italic}.expanded-call-modal-content,.expanded-call-modal-content .chakra-modal__body,.expanded-call-modal-content .expanded-call-body{background:var(--bg)!important;background-color:var(--bg)!important}.expanded-call-modal-content{flex-direction:column;width:95vw;max-width:1400px;height:90vh;display:flex}.expanded-call-body{flex-direction:column;flex:1;min-height:0;padding:20px;display:flex;overflow:hidden}.expanded-call-columns{flex:1;grid-template-columns:1fr 1fr 1fr minmax(220px,1fr) minmax(220px,1fr);align-items:stretch;gap:20px;min-height:0;display:grid}.expanded-call-columns--read-only{grid-template-columns:1fr 1fr minmax(220px,1fr) minmax(220px,1fr)}.expanded-call-column{min-width:0;min-height:0}.expanded-call-column--left{flex-direction:column;gap:12px;min-width:0;display:flex}.expanded-call-column--left .reason-for-calling{flex-shrink:0;margin-bottom:0}.expanded-call-column--left .call-conversation{flex:1;min-height:0;margin-bottom:0}.expanded-call-column--left .call-keyboard{flex-shrink:0}.expanded-call-column--center{flex-direction:column;min-height:0;display:flex}.expanded-call-column--right{flex-direction:column;gap:12px;min-width:0;min-height:0;display:flex}.expanded-call-column--right .patients-leads-section{flex-shrink:0}.expanded-call-column--right .latest-leads-section{flex:1;min-height:0}.expanded-call-column--chatter{flex-direction:column;min-width:0;min-height:0;display:flex}.expanded-call-column--chatter .chatter-column{flex:1;min-height:0}.expanded-call-column--tasks-events{flex-direction:column;min-width:0;min-height:0;display:flex}.expanded-call-column--tasks-events .tasks-events-column{flex:1;min-height:0}.expanded-call-footer{flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:20px;display:flex}.btn-expanded-action{cursor:pointer;border:none;border-radius:8px;min-height:44px;padding:10px 20px;font-size:14px;font-weight:500;transition:transform .15s,background .15s}.expanded-call-body::-webkit-scrollbar{width:8px}.expanded-call-body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.expanded-call-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.expanded-call-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2)format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2)format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2)format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2)format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2)format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2)format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-BasfLYem.woff2)format("woff2"),url(/assets/inter-cyrillic-500-normal-CxZf_p3X.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-C4iEst2y.woff2)format("woff2"),url(/assets/inter-greek-ext-500-normal-2j5mBUwD.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-BIZE56-Y.woff2)format("woff2"),url(/assets/inter-greek-500-normal-Xzm54t5V.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-DOriooB6.woff2)format("woff2"),url(/assets/inter-vietnamese-500-normal-mJboJaSs.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2)format("woff2"),url(/assets/inter-latin-ext-500-normal-BxGbmqWO.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2)format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-normal-Dfes3d0z.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-600-normal-Bcila6Z-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal-CWCymEST.woff2)format("woff2"),url(/assets/inter-cyrillic-600-normal-4D_pXhcN.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-normal-DRtmH8MT.woff2)format("woff2"),url(/assets/inter-greek-ext-600-normal-B8X0CLgF.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-normal-plRanbMR.woff2)format("woff2"),url(/assets/inter-greek-600-normal-BZpKdvQh.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2)format("woff2"),url(/assets/inter-vietnamese-600-normal-BuLX-rYi.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2)format("woff2"),url(/assets/inter-latin-ext-600-normal-CIVaiw4L.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2)format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-ext-700-normal-BjwYoWNd.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-700-normal-LO58E6JB.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-700-normal-CjBOestx.woff2)format("woff2"),url(/assets/inter-cyrillic-700-normal-DrXBdSj3.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-ext-700-normal-qfdV9bQt.woff2)format("woff2"),url(/assets/inter-greek-ext-700-normal-BoQ6DsYi.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-700-normal-C3JjAnD8.woff2)format("woff2"),url(/assets/inter-greek-700-normal-BUv2fZ6O.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-vietnamese-700-normal-DlLaEgI2.woff2)format("woff2"),url(/assets/inter-vietnamese-700-normal-BZaoP0fm.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-ext-700-normal-Ca8adRJv.woff2)format("woff2"),url(/assets/inter-latin-ext-700-normal-TidjK2hL.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2)format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Serif Text;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/dm-serif-text-latin-ext-400-normal-_k5wxAfb.woff2)format("woff2"),url(/assets/dm-serif-text-latin-ext-400-normal-B-4TzzeT.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Serif Text;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/dm-serif-text-latin-400-normal-B5I2PDKX.woff2)format("woff2"),url(/assets/dm-serif-text-latin-400-normal-DAhbRB_j.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
