@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media(prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}:root{font-family:Inter,Segoe UI,sans-serif;line-height:1.4;font-weight:400;color:#2d2f63;background:#f8f3f1;--cta-transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;--cta-primary-hover-bg: #3a3c7f;--cta-primary-hover-border: #3a3c7f;--cta-primary-hover-shadow: 0 3px 8px rgba(10, 13, 18, .16);--cta-secondary-hover-bg: #f5f5fc;--cta-secondary-hover-border: #7f84c4;--cta-secondary-hover-color: #343776;--modal-actions-bottom-gap: clamp(10px, 1.6vh, 16px)}.pat-objective-edit-modal-backdrop{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1d1f41b3}.pat-objective-edit-modal{max-width:min(840px,calc(100vw - 32px));width:100%}.pat-objective-edit-modal .pro-objective-modal__step{gap:24px}.pat-objective-edit-modal .pro-objective-modal__header{padding-right:40px;position:relative}.pat-objective-edit-modal .pro-objective-modal__close{position:absolute;right:0;top:0}.pat-objective-create-modal .pro-objective-modal__header{border-bottom:1px solid #e2e4f3;padding-bottom:16px}.pat-objective-edit-modal__loading{color:#383b57;font-size:16px;line-height:24px;padding:12px 2px}.pat-objective-edit-modal__loading-layout{display:flex;flex-direction:column;gap:24px;width:100%}.pat-objective-edit-modal__skeleton{animation:patObjectiveSkeletonPulse 1.4s ease-in-out infinite;background:#ececf2;border-radius:12px}.pat-objective-edit-modal__skeleton--textarea{height:168px;width:100%}.pat-objective-edit-modal__skeleton--action{flex:1 1 auto;height:44px}.pat-objective-edit-modal__skeleton--icon{border-radius:8px;flex:0 0 auto;height:32px;width:32px}.pat-objective-edit-modal__skeleton--checkbox{border-radius:4px;height:16px;width:16px}.pat-objective-edit-modal__skeleton--toggle{border-radius:999px;height:20px;width:36px}.pat-objective-edit-modal__skeleton--toggle-label{border-radius:8px;height:16px;width:230px}.pat-objective-edit-modal__skeleton--share-label{border-radius:8px;height:16px;width:170px}.pat-objective-edit-modal__skeleton--dropdown{height:44px;width:100%}.pat-objective-edit-modal__share-block{border-top:1px solid #e2e4f3;display:flex;flex-direction:column;gap:12px;padding-top:16px;width:100%}.pat-note-modal__share-block{margin-top:2px}.pat-objective-edit-modal__share-checkbox{align-items:center;color:#3a3c7f;cursor:default;display:inline-flex;font-size:14px;font-weight:500;gap:8px;line-height:20px;position:relative}.pat-objective-edit-modal__share-checkbox input{cursor:pointer;height:16px;left:0;margin:0;opacity:0;position:absolute;top:2px;width:16px}.pat-objective-edit-modal__share-checkbox-control{align-items:center;background:#fdfbfa;border:1px solid #8d91cb;border-radius:4px;display:inline-flex;flex:0 0 auto;height:16px;justify-content:center;width:16px}.pat-objective-edit-modal__share-checkbox-icon{color:transparent;stroke-width:2.4}.pat-objective-edit-modal__share-checkbox.is-checked .pat-objective-edit-modal__share-checkbox-control{background:#e2e4f3;border-color:#434d9c}.pat-objective-edit-modal__share-checkbox.is-checked .pat-objective-edit-modal__share-checkbox-icon{color:#434d9c}.pat-objective-edit-modal__share-checkbox input:focus-visible+.pat-objective-edit-modal__share-checkbox-control{box-shadow:0 0 0 3px #8d91cb38}.pat-objective-edit-modal__professionals{display:grid;grid-template-rows:1fr;opacity:1;position:relative;transform:translateY(0);transition:grid-template-rows .26s ease,opacity .22s ease,transform .26s ease;width:100%}.pat-objective-edit-modal__professionals.is-hidden{grid-template-rows:0fr;opacity:0;pointer-events:none;transform:translateY(-6px)}.pat-objective-edit-modal__professionals-inner{min-height:0;overflow:hidden;position:relative}.pat-objective-edit-modal__professionals-inner.is-open{overflow:visible}.pat-objective-edit-modal__dropdown-trigger{align-items:center;background:#fdfbfa;border:1px solid #d5d6eb;border-radius:12px;box-shadow:0 1px 2px #1d1f410d;color:#383b57;cursor:pointer;display:flex;font-size:16px;gap:8px;justify-content:space-between;line-height:24px;min-height:44px;padding:10px 14px;text-align:left;width:100%}.pat-objective-edit-modal__dropdown-trigger:focus-visible{border-color:#8d91cb;box-shadow:0 0 0 4px #8d91cb38;outline:none}.pat-objective-edit-modal__dropdown-trigger.is-error{border-color:#d92d20}.pat-objective-edit-modal__dropdown-trigger.is-error:focus-visible{box-shadow:0 0 0 4px #d92d2033}.pat-objective-edit-modal__dropdown-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pat-objective-edit-modal__dropdown-menu{background:#fdfbfa;border:1px solid #e2e4f3;border-radius:12px;box-shadow:0 12px 24px #1d1f411f;display:grid;gap:4px;margin-top:6px;max-height:232px;overflow-y:auto;padding:8px;position:relative;width:100%}.pat-objective-edit-modal__dropdown-item{align-items:center;background:transparent;border:none;border-radius:8px;color:#383b57;cursor:pointer;display:flex;font-size:14px;gap:10px;justify-content:space-between;line-height:20px;padding:10px 8px;text-align:left;width:100%}.pat-objective-edit-modal__dropdown-item:hover{background:#f4f5fb}.pat-objective-edit-modal__dropdown-item--skeleton{cursor:default;pointer-events:none}.pat-objective-edit-modal__dropdown-item-skeleton{animation:patObjectiveSkeletonPulse 1.4s ease-in-out infinite;background:#ececf2;border-radius:8px;display:block;height:16px;width:100%}.pat-objective-edit-modal__dropdown-item--empty{color:#898b9b;cursor:default;justify-content:flex-start}.pat-objective-edit-modal__form-error{width:100%}.pat-note-modal__title-row{align-items:center;display:flex;gap:16px;justify-content:space-between}.pat-note-modal__title-row h2{margin:0}.pat-note-modal__divider{border-top:1px solid #e2e4f3;margin-top:4px}@media(max-width:768px){.pat-objective-edit-modal .pro-patients__modal-step{padding:0 4px}.pat-objective-edit-modal .pro-objective-modal__actions,.pat-objective-edit-modal .pro-objective-modal__actions .auth-btn{width:100%}}*{box-sizing:border-box}body{margin:0;background:#f8f3f1}input:focus::placeholder,textarea:focus::placeholder{opacity:0}#root{min-height:100vh}.app-shell{width:100%;min-height:100vh}@media(min-width:1921px){.app-shell{max-width:1920px;margin-inline:auto}}.frame{min-height:100vh;background:#f8f3f1;display:grid;grid-template-columns:272px minmax(0,1fr)}.sidebar{padding:28px 20px;background:#f7f0ef;border-right:1px solid #ede6e3;display:flex;flex-direction:column;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-weight:700;color:#2d2f63}.brand__icon{width:28px;height:28px;border-radius:10px;display:grid;place-items:center;background:#e2e3f2;color:#434d9c;font-weight:700}.nav{display:grid;gap:12px}.nav__item{background:transparent;border:none;text-align:left;padding:10px 14px;border-radius:999px;font-weight:600;color:#3a3c7f;cursor:pointer;display:flex;align-items:center;gap:10px}.nav__item--active{background:#ebd5e5;color:#a55091}.nav__footer{margin-top:auto;display:grid;gap:12px}.main{padding:0 32px 32px}.header{height:79px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #efe6e4}.header__greet{font-size:20px;font-weight:700;color:#2d2f63}.header__sub{font-size:13px;color:#717680}.header__right{display:flex;align-items:center;gap:12px}.icon-btn{border:1px solid #e4dfe8;background:#fff;color:#2d2f63;border-radius:999px;height:36px;width:36px;display:grid;place-items:center;cursor:pointer}.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#e2e3f2;color:#434d9c;font-weight:700;border:none;cursor:pointer;transition:all .2s}.avatar:hover{background:#d5d6eb}.user-menu{position:relative}.user-menu__dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;border:1px solid #efe6e4;box-shadow:0 8px 24px #3c2e541f;min-width:220px;z-index:100;padding:8px}.user-menu__header{padding:12px 16px}.user-menu__email{font-size:14px;font-weight:600;color:#2d2f63;margin-bottom:4px}.user-menu__role{font-size:12px;color:#717680}.user-menu__divider{height:1px;background:#efe6e4;margin:8px 0}.user-menu__item{width:100%;display:flex;align-items:center;gap:12px;padding:10px 16px;border:none;background:transparent;border-radius:8px;font-size:14px;font-weight:500;color:#2d2f63;cursor:pointer;transition:all .2s;text-align:left}.user-menu__item:hover{background:#f5efeb;color:#434d9c}.content{margin-top:24px;display:grid;grid-template-columns:1fr 360px;gap:24px}.content--single{grid-template-columns:1fr}.column{display:grid;gap:16px}.card{background:#fff;border-radius:16px;border:1px solid #efe6e4;padding:20px 24px;box-shadow:0 6px 16px #3c2e540f}.card--large{padding-bottom:16px}.card__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.card__head h2{margin:0;font-size:16px;font-weight:700;color:#2d2f63}.card__head p{margin:4px 0 0;font-size:12px;color:#717680}.chip{border:1px solid #cdc3ff;color:#434d9c;background:#fff;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.list{display:grid;gap:10px;margin-top:12px}.list__item{display:grid;grid-template-columns:16px 1fr 24px;gap:10px;align-items:center;padding:12px 14px;border-radius:12px;border:1px solid #ece3f7;background:#fbf8ff;color:#3a3c7f;font-size:13px}.dot{width:10px;height:10px;border-radius:50%;background:#e2e3f2}.arrow{color:#717680}.link{background:transparent;border:none;color:#434d9c;font-size:12px;font-weight:600;text-align:left;cursor:pointer}.agenda{display:grid;gap:10px;margin-top:12px}.agenda__item{padding:12px 14px;border-radius:12px;background:#fbf6f4;color:#3a3c7f}.agenda__title{font-weight:600;font-size:13px}.agenda__time{font-size:12px;color:#717680;margin-top:4px}.card--side{padding:20px;height:100%}.news{display:grid;gap:18px;margin-top:12px}.news__item{display:grid;gap:10px}.news__img{width:100%;height:140px;border-radius:12px;background:linear-gradient(135deg,#f5c0d6,#b9d4f6)}.news__title{font-size:13px;font-weight:600;color:#2d2f63}.news__meta{display:flex;justify-content:space-between;font-size:11px;color:#717680}.news__link{color:#434d9c;font-weight:700}.news__source{font-size:10px;color:#717680}@media(max-width:1200px){.content{grid-template-columns:1fr}}.desktop{display:block}.mobile{display:none}@media(max-width:900px){.desktop{display:none}.mobile{display:block}}.desktop .frame{display:grid}.desktop .sidebar{align-self:stretch}.desktop .main{min-width:0}.m-header{height:79px;border-bottom:1px solid #e2e3f2;background:#fdfbfa;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.m-logo{display:flex;align-items:center;gap:8px;color:#2d2f63;font-weight:700}.m-actions{display:flex;align-items:center;gap:12px}.m-icon{position:relative;border:none;background:transparent;padding:6px;color:#2d2f63}.m-dot{position:absolute;top:4px;right:4px;width:8px;height:8px;border-radius:50%;background:#ef4444}.m-body{padding:24px;display:grid;gap:16px;background:#fdfbfa;min-height:calc(100vh - 158px)}.m-title{font-size:30px;font-weight:600;line-height:38px;color:#434d9c;margin:0}.m-card{border-radius:20px;padding:24px;background:#f5efeb;box-shadow:0 1px 3px #0a0d121a,0 1px 2px #0a0d120f;display:grid;gap:16px}.m-card--gradient{border-radius:30px;padding:32px;background:linear-gradient(135deg,#d4b7d7,#f0c4d7 55%,#f6e3d1)}.m-card--soft{background:#f5efeb}.m-card h2{margin:0;font-size:36px;line-height:44px;letter-spacing:-.02em;font-weight:600;color:#434d9c}.m-card h3{margin:0;font-size:24px;line-height:32px;font-weight:600;color:#434d9c}.m-card p{margin:0;font-size:16px;line-height:24px;color:#383b57}.m-cta{display:grid;gap:12px}.m-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;border-radius:20px;padding:10px 16px;font-size:14px;font-weight:600;border:1px solid transparent;cursor:pointer}.m-btn--ghost{background:#fdfbfa;color:#434d9c;border-color:#434d9c}.m-btn--primary{background:#434d9c;color:#fff}.m-btn--soft{background:#e2e3f2;color:#434d9c;border-color:#e2e3f2}.m-tabbar{height:79px;border-top:1px solid #e2e3f2;background:#fdfbfa;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;padding:0 16px}.m-tab{border:none;background:transparent;display:grid;place-items:center;color:#434d9c}.m-tab--active{background:#d5d6eb;border-radius:20px;padding:6px 0}.notif{display:grid;gap:16px;width:100%}.notif__title{font-size:30px;font-weight:600;line-height:38px;color:#434d9c;margin:0}.notif__search{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;border:1px solid #c6c7e6;background:#fff;color:#3a3c7f;box-shadow:0 1px 2px #0a0d120d}.notif__search input{border:none;outline:none;font-size:16px;color:#3a3c7f;background:transparent;width:100%}.notif__card{background:#f5f5fc;border:1px solid #e2e4f3;border-radius:12px;overflow:hidden;box-shadow:0 20px 24px -4px #1d1f4114,0 8px 8px -4px #1d1f4108}.notif__card-head{background:#fff;padding:12px 20px;font-weight:600;font-size:18px;color:#3a3c7f;border-bottom:1px solid #e2e4f3}.notif__list{display:grid}.notif__item{display:grid;grid-template-columns:28px 1fr 20px;align-items:center;gap:12px;padding:10px 16px;background:#e2e4f3;color:#3a3c7f;font-size:14px;border-bottom:1px solid #d8daee}.notif__item--viewed{background:#f5f5fc;color:#717680}.notif__item--viewed .notif__arrow{color:#717680}.notif__item--viewed .notif__icon{background:#f5f5fc}.notif__item:last-child{border-bottom:none}.notif__icon{width:24px;height:24px;border-radius:999px;background:#e2e4f3;display:grid;place-items:center}.notif__arrow{color:#434d9c}.notif__footer{display:flex;justify-content:center;padding:12px 16px 18px;background:#e2e4f3}.notif__button{border:1px solid #434d9c;color:#434d9c;background:#fdfbfa;border-radius:30px;padding:10px 18px;font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.notif--desktop{max-width:680px}.notif--desktop .notif__card{background:#f5f5fc}.notif--mobile .notif__title{margin-top:4px}.m-menu{position:fixed;inset:0;pointer-events:none;opacity:0;transition:opacity .2s ease;z-index:20}.m-menu--open{pointer-events:auto;opacity:1}.m-menu__panel{position:absolute;top:79px;right:0;width:min(80vw,320px);height:calc(100vh - 79px);background:#fdfbfa;border-left:1px solid #e2e3f2;padding:24px;display:grid;gap:12px;box-shadow:-12px 0 24px #0a0d1214;transform:translate(12px);transition:transform .2s ease;z-index:2}.m-menu--open .m-menu__panel{transform:translate(0)}.m-menu__backdrop{position:absolute;inset:0;background:#0d0c1a1f;border:none}.m-menu__title{font-size:14px;font-weight:600;color:#717680;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.m-menu__item,.m-menu__logout{border:none;background:#fff;color:#2d2f63;padding:10px 12px;border-radius:14px;display:flex;align-items:center;gap:12px;font-weight:600;cursor:pointer}.m-menu__logout{margin-top:auto;background:#ebd5e5;color:#a55091}.m-menu__item--active{background:#f0d7e9;color:#b15f93}.auth-container{min-height:100vh;background:#fdfbfa;display:grid}.auth-split{display:grid;grid-template-columns:508px minmax(0,1fr);min-height:100vh}.auth-brand{position:relative;background:radial-gradient(circle at 15% 12%,#f7b36b,#f7b36b00 45%),radial-gradient(circle at 85% 35%,#6f55a4,#6f55a400 48%),radial-gradient(circle at 20% 70%,#c98bbf,#c98bbf00 55%),radial-gradient(circle at 85% 85%,#ef6b4a,#ef6b4a00 45%),linear-gradient(135deg,#f7e3d6,#f4d9e7 45%,#e8c9e8);display:grid;place-items:center}.auth-brand__logo{width:202.7px;height:35.44px;display:block;object-fit:contain}.auth-panel{display:grid;place-items:center;padding:40px 80px;background:#fdfbfa}.auth-card{width:100%;max-width:400px;display:grid;gap:32px}.auth-card h1{margin:0;font-size:24px;line-height:32px;color:#434d9c;font-weight:600}.auth-card p{margin:0;font-size:14px;line-height:20px;color:#383b57}.auth-form{display:grid;gap:16px}.auth-field{display:grid;gap:6px}.auth-field__error{font-size:14px;line-height:20px;font-weight:500;color:#dc2626}.auth-field label{font-size:14px;line-height:20px;font-weight:500;color:#383b57}.auth-input{display:flex;align-items:center;gap:8px;min-height:56px;padding:16px 18px;border:1px solid #d8d7e6;border-radius:18px;background:#fdfbfa;overflow:hidden;box-shadow:0 1px 2px #1d1f410d}.auth-input--compact{min-height:48px;padding:12px 18px}.auth-input:focus-within{border-color:#8d91cb;box-shadow:0 0 0 3px #8d91cb1f}.auth-input--error{border-color:#dc2626}.auth-input--error:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.auth-input__icon{width:20px;height:20px;flex:0 0 auto;color:#898b9b}.auth-input__icon--eye{width:16px;height:16px;color:#8d91cb}.auth-input__icon--status{width:16px;height:16px;color:#ff5a36}.auth-input input{border:none;outline:none;font-family:inherit;font-size:16px;line-height:24px;flex:1;min-width:0;padding:0;background:transparent;color:#383b57;letter-spacing:0}.auth-input input::placeholder{color:#898b9b;opacity:1}.auth-visibility-toggle{border:none;background:transparent;padding:0;width:32px;height:32px;border-radius:999px;display:grid;place-items:center;color:#8d91cb;cursor:pointer;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}.auth-visibility-toggle:hover{background:#8d91cb1f;color:#434d9c}.auth-visibility-toggle:focus-visible{outline:none;background:#8d91cb24;color:#434d9c;box-shadow:0 0 0 3px #8d91cb2e}.auth-visibility-toggle--active{background:#434d9c24;color:#434d9c}.auth-link{border:none;background:transparent;color:#434d9c;font-weight:600;font-size:16px;line-height:24px;text-decoration:underline;text-align:left;padding:0;cursor:pointer}.auth-link--subtle{width:fit-content;font-size:16px;line-height:24px;color:#434d9c}.auth-link--inline{width:fit-content;font-size:14px;line-height:20px}.auth-btn{width:100%;border:none;border-radius:30px;padding:10px 18px;min-height:44px;font-size:16px;line-height:24px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:var(--cta-transition)}.auth-btn:disabled,.auth-link:disabled,.auth-visibility-toggle:disabled{cursor:default;opacity:.7}.auth-btn--primary{background:#434d9c;color:#fff;border:1px solid #434d9c;box-shadow:0 1px 2px #0a0d120d}.auth-btn--google{background:#fdfbfa80;border:1px solid #8d91cb;color:#3a3c7f}.auth-btn--outline{background:#fdfbfa;border:1px solid #8d91cb;color:#3a3c7f}.auth-btn--primary:not(:disabled):hover{background:var(--cta-primary-hover-bg);border-color:var(--cta-primary-hover-border);box-shadow:var(--cta-primary-hover-shadow);transform:translateY(-1px)}.auth-btn--google:not(:disabled):hover,.auth-btn--outline:not(:disabled):hover{background:var(--cta-secondary-hover-bg);border-color:var(--cta-secondary-hover-border);color:var(--cta-secondary-hover-color)}.auth-google-icon{width:20px;height:20px;flex:0 0 auto}.auth-footer{display:flex;align-items:center;gap:8px;font-size:14px;line-height:20px;color:#383b57}.auth-footnote{font-size:13px;line-height:18px;font-weight:400;color:#717680}.auth-link--footnote{font-size:13px;line-height:18px;font-weight:500;color:#434d9c;text-decoration-thickness:1px}.auth-error{padding:12px 16px;border-radius:12px;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;font-size:14px;text-align:center}.auth-success{padding:12px 16px;border-radius:12px;background:#ecfdf3;border:1px solid #abefc6;color:#067647;font-size:14px;text-align:center}.auth-top-progress{position:fixed;top:0;left:0;z-index:1200;width:min(42vw,420px);height:4px;border-radius:0 999px 999px 0;background:linear-gradient(90deg,#6f55a4,#434d9c,#f7b36b);box-shadow:0 0 20px #434d9c47;animation:auth-top-progress-slide 1s ease-in-out infinite}@keyframes auth-top-progress-slide{0%{width:min(20vw,220px);opacity:.75}50%{width:min(44vw,460px);opacity:1}to{width:min(28vw,300px);opacity:.82}}.password-checklist{list-style:none;display:flex;flex-wrap:wrap;gap:6px 14px;margin:8px 0 0;padding:0}.password-checklist__item{display:inline-flex;align-items:center;gap:6px;font-size:13px;line-height:18px;color:#b42318}.password-checklist__item--met{color:#067647}.password-checklist__icon{font-size:14px;line-height:1;font-weight:700}.auth-spinner-screen{display:grid;place-items:center;padding:32px}.auth-spinner-screen__content{display:grid;justify-items:center;gap:16px}.auth-spinner-screen__spinner{width:52px;height:52px;border-radius:50%;border:4px solid #d5d6eb;border-top-color:#434d9c;animation:logout-spin .9s linear infinite}.auth-spinner-screen__text{font-size:20px;line-height:28px;font-weight:600;color:#434d9c;text-align:center}@keyframes logout-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.register-card{gap:24px}.register-card--selection{max-width:402px;gap:32px}.register-card--method{max-width:400px;gap:32px}.register-card--details,.register-card--otp{max-width:400px}.register-card--personal{max-width:772px}.password-reset-success{max-width:402px}.password-reset-success__content{justify-items:stretch;gap:28px}.password-reset-success__icon{width:56px;height:56px;justify-self:start}.password-reset-success__copy{display:grid;gap:10px}.password-reset-success__copy h1{font-size:18px;line-height:28px}.password-reset-success__copy p{font-size:16px;line-height:24px}.onboarding-success__card{max-width:402px;justify-items:stretch;gap:48px}.onboarding-success__content{display:grid;gap:20px}.onboarding-success__badge{width:48px;height:48px;border-radius:28px;border:8px solid #e1f4e1;background:#b4e4b4;display:inline-grid;place-items:center}.onboarding-success__badge-icon{width:24px;height:24px;color:#369638}.onboarding-success__copy{display:grid;gap:8px}.onboarding-success__copy h1{margin:0;color:#434d9c;font-size:18px;line-height:28px}.onboarding-success__copy p{margin:0;color:#383b57;font-size:14px;line-height:20px}.onboarding-success__actions{min-height:44px;display:flex;align-items:flex-end;justify-content:flex-end}.onboarding-success__action{min-height:44px}.auth-panel--wide{padding-inline:56px}.register-card__header{display:grid;gap:8px}.register-method__actions{display:grid;gap:12px;margin-top:20px}.otp-section{display:grid;gap:12px}.otp-section__label{font-size:14px;line-height:20px;font-weight:500;color:#383b57}.otp-inputs{display:flex;align-items:center;gap:8px}.otp-box{width:56px;height:56px;border-radius:8px;border:1px solid #cfd2e9;background:#fdfbfa;display:block;font-size:28px;line-height:1;font-weight:500;color:#383b57;text-align:center;outline:none;padding:0}.otp-box:focus{border-color:#8d91cb;box-shadow:0 0 0 3px #8d91cb1f}.otp-box::placeholder{color:#9b9db0}.otp-separator{color:#9b9db0;font-size:28px;line-height:1;font-weight:600;margin:0 2px}.otp-resend{font-size:14px;line-height:20px;color:#4a4e69}.otp-resend--waiting{padding:10px 12px;border-radius:12px;background:#fafbff;border:1px solid #d8daee}.register-otp__email{font-size:14px;line-height:20px;font-weight:600;color:#434d9c}.otp-debug{padding:10px 12px;border-radius:12px;background:#eef4ff;border:1px dashed #8d91cb;color:#3a3c7f;font-size:13px;line-height:18px}.register-personal-form{display:grid;gap:28px}.register-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 24px;align-items:start}.register-field{position:relative;display:grid;gap:6px;align-content:start}.register-field__content{display:grid;gap:6px;align-content:start}.register-field label{font-size:14px;line-height:20px;font-weight:500;color:#383b57}.register-field__error{font-size:13px;line-height:18px;color:#dc2626}.register-input{display:flex;align-items:center;min-height:56px;padding:16px 18px;border:1px solid #d8d7e6;border-radius:18px;background:#fdfbfa;box-shadow:0 1px 2px #1d1f410d}.register-input:focus-within{border-color:#8d91cb;box-shadow:0 0 0 3px #8d91cb1f}.register-input--error{border-color:#dc2626}.register-input--error:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.register-input input,.register-input select{width:100%;border:none;outline:none;font-family:inherit;font-size:16px;line-height:24px;color:#383b57;background:transparent;padding:0}.register-input input::placeholder{color:#9598aa}.register-input--compact{flex:0 0 132px}.register-field--compact{flex:0 0 92px;min-width:92px}.register-field--stackless{gap:0}.register-document-group,.register-phone-group{display:flex;gap:10px;align-items:flex-start}.register-phone-group__field{display:grid;gap:6px;min-width:0;align-content:start}.register-phone-group__field--code{flex:0 0 156px}.register-phone-group__field--number{flex:1 1 auto}.register-document-group{gap:0;border:1px solid #d8d7e6;border-radius:18px;background:#fdfbfa;box-shadow:0 1px 2px #1d1f410d;overflow:visible}.register-document-group:focus-within{border-color:#8d91cb;box-shadow:0 0 0 3px #8d91cb1f}.register-document-group--error{border-color:#dc2626}.register-document-group--error:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.register-select{position:relative}.register-select__trigger{width:100%;min-height:56px;padding:16px 18px;border-radius:18px;border:1px solid #d8d7e6;background:#fdfbfa;box-shadow:0 1px 2px #1d1f410d;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#383b57;font:inherit;text-align:left;cursor:pointer}.register-select__trigger:disabled{cursor:not-allowed;opacity:.72}.register-select--open .register-select__trigger,.register-select__trigger:focus-visible{border-color:#8d91cb;box-shadow:0 0 0 3px #8d91cb1f;outline:none}.register-select--error .register-select__trigger{border-color:#dc2626}.register-select--error.register-select--open .register-select__trigger,.register-select--error .register-select__trigger:focus-visible{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.register-select__value{display:flex;flex:1 1 auto;width:0;max-width:100%;align-items:center;gap:10px;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.register-select__value--placeholder{color:#9598aa}.register-select__chevron{color:#6e7398;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;line-height:0}.register-select__chevron svg{width:18px;height:18px;transition:transform .18s ease}.register-select__chevron .is-open{transform:rotate(180deg)}.register-select__menu{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:15;max-height:calc(var(--visible-options, 10) * 42px + 12px);overflow:hidden;border-radius:18px;border:1px solid #d8daee;background:#fff;box-shadow:0 18px 42px #1d1f4129;padding:6px}.register-select__menu-body{max-height:calc(var(--visible-options, 10) * 42px);overflow-y:auto;border-radius:12px;scrollbar-gutter:stable}.register-select__option{width:100%;min-height:42px;padding:10px 12px;border:none;border-radius:12px;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#383b57;font:inherit;text-align:left;cursor:pointer}.register-select__option:hover,.register-select__option:focus-visible{background:#f0eff8;outline:none}.register-select__option--selected{background:#dfe1f1;color:#434d9c}.register-select__option-content{display:flex;align-items:center;gap:10px;min-width:0;width:100%;overflow:hidden}.register-select__check{width:18px;height:18px;color:#434d9c;flex:0 0 auto}.register-select__check svg{width:18px;height:18px}.register-select__menu-body::-webkit-scrollbar,.register-phone .country-list::-webkit-scrollbar{width:10px}.register-select__menu-body::-webkit-scrollbar-track,.register-phone .country-list::-webkit-scrollbar-track{background:transparent}.register-select__menu-body::-webkit-scrollbar-thumb,.register-phone .country-list::-webkit-scrollbar-thumb{background:#c3c7e4;border-radius:999px;border:2px solid #ffffff}.register-select__menu-body::-webkit-scrollbar-thumb:hover,.register-phone .country-list::-webkit-scrollbar-thumb:hover{background:#a7add7}.register-input--calendar{padding-right:8px}.register-calendar-toggle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#8d91cb;cursor:pointer}.register-calendar-toggle svg{width:32px;height:32px}.register-calendar{position:absolute;top:calc(100% + 10px);right:0;width:300px;padding:14px;border-radius:20px;border:1px solid #d8daee;background:#fff;box-shadow:0 18px 42px #1d1f4129;z-index:10}.register-calendar__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;color:#383b57}.register-calendar__title{border:none;background:transparent;color:inherit;font:inherit;font-weight:600;cursor:pointer}.register-calendar__nav{border:none;background:#eef1ff;color:#434d9c;width:28px;height:28px;border-radius:999px;cursor:pointer}.register-calendar__weekdays,.register-calendar__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.register-calendar__weekdays{margin-bottom:8px;font-size:12px;color:#8a8ea8;text-align:center}.register-calendar__day{width:100%;aspect-ratio:1;border:none;border-radius:999px;background:transparent;color:#383b57;cursor:pointer;font:inherit}.register-calendar__day--muted{color:#b0b3c4}.register-calendar__day--disabled{color:#c8cbda;opacity:.45;cursor:default;background:transparent}.register-calendar__day--today{border:1px solid #4c56aa;font-weight:600}.register-calendar__day--selected{background:#4c56aa;color:#fff}.register-calendar__months{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.register-calendar__years{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.register-calendar__month{min-height:42px;border:none;border-radius:14px;background:transparent;color:#4d5174;font:inherit;cursor:pointer;transition:background .18s ease}.register-calendar__month:hover,.register-calendar__month:focus-visible{background:#f5f6ff;outline:none}.register-calendar__month--selected{background:#f5f6ff;color:#4d5174}.register-phone-wrapper{position:relative;border-radius:18px;border:1px solid #d8d7e6;background:#fdfbfa;box-shadow:0 1px 2px #1d1f410d;overflow:visible}.register-phone-wrapper:focus-within{border-color:#8d91cb;box-shadow:0 0 0 3px #8d91cb1f}.register-phone-wrapper--error{border-color:#dc2626}.register-phone{position:relative}.register-phone-wrapper:after{content:attr(data-dial-code);position:absolute;left:50px;top:50%;transform:translateY(-50%);color:#434d9c;font-size:17px;font-weight:500;pointer-events:none;z-index:2}.register-phone .special-label{display:none}.register-phone .flag-dropdown{inset:0 auto 0 0;width:118px;border:none;border-right:1px solid #d8d7e6;border-radius:18px 0 0 18px;background:transparent}.register-phone .selected-flag{width:100%;padding:0 14px 0 16px;display:flex;align-items:center;border-radius:18px 0 0 18px}.register-phone .selected-flag:hover,.register-phone .selected-flag:focus{background:#434d9c0a}.register-phone .selected-flag .flag{position:static;margin:0;width:22px;height:22px;border-radius:999px;background-size:282px auto;box-shadow:inset 0 0 0 1px #434d9c14}.register-phone .selected-flag .arrow{position:static;margin:0 0 0 44px;border-left-width:4px;border-right-width:4px;border-top-width:5px;border-top-color:#434d9c}.register-phone .form-control{width:100%;height:56px;padding-left:132px;border:none;border-radius:18px;background:transparent;color:#383b57;font:inherit;box-shadow:none}.register-phone .form-control::placeholder{color:#9598aa}.register-phone .form-control:focus{box-shadow:none}.register-phone .country-list{width:100%;max-height:440px;margin:10px 0 0;padding:6px;border-radius:18px;border:1px solid #d8daee;box-shadow:0 18px 42px #1d1f4129}.register-phone .country-list .search{padding:6px 6px 10px}.register-phone .country-list .search-box{width:100%;min-height:40px;margin:0;border-radius:12px;border:1px solid #d8d7e6;color:#383b57}.register-phone .country-list .country{min-height:42px;padding:10px 12px;border-radius:12px;display:flex;align-items:center;gap:10px}.register-phone .country-list .country.highlight,.register-phone .country-list .country:hover{background:#f0eff8}.register-phone .country-list .country .flag{margin:0;width:22px;height:22px;border-radius:999px;background-size:282px auto;box-shadow:inset 0 0 0 1px #434d9c14}.register-phone .country-list .country-name{color:#383b57;margin-right:auto}.register-phone .country-list .dial-code{color:#434d9c}.register-field--phone-code{flex:0 0 156px}.register-phone-group .register-input{flex:1 1 auto}.register-phone-code__value,.register-phone-code__meta,.register-phone-code__option{display:inline-flex;align-items:center;gap:10px;min-width:0}.register-phone-code__option{width:100%;justify-content:space-between}.register-phone-code__meta{flex:1 1 auto}.register-phone-code__iso{font-weight:600;letter-spacing:.04em;white-space:nowrap}.register-phone-code__dial{color:#434d9c;font-weight:500;white-space:nowrap}.register-country-flag{width:24px;height:24px;border-radius:999px;overflow:hidden;flex:0 0 auto;box-shadow:inset 0 0 0 1px #434d9c1a;background:#eef1ff}.register-country-flag img{width:100%;height:100%;object-fit:cover;display:block}.register-country-flag--fallback{display:inline-flex;align-items:center;justify-content:center;color:#434d9c;font-size:9px;font-weight:700;line-height:1}.register-consents{display:grid;gap:10px;padding-top:18px;border-top:1px solid #e4e6f2}.ui-checkbox{position:relative;display:flex;align-items:flex-start;gap:10px;color:#4d5174;font-size:14px;line-height:20px;cursor:pointer}.ui-checkbox input{position:absolute;opacity:0;pointer-events:none}.ui-checkbox__box{width:16px;height:16px;margin-top:2px;position:relative;border-radius:4px;border:1.5px solid #b8bddc;background:#fff;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center}.ui-checkbox__box:after{content:"";width:8px;height:5px;position:absolute;left:50%;top:50%;border-left:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:translate(-50%,-60%) rotate(-45deg) scale(0);transform-origin:center;transition:transform .18s ease}.ui-checkbox:has(input:checked) .ui-checkbox__box{background:#434d9c;border-color:#434d9c}.ui-checkbox:has(input:checked) .ui-checkbox__box:after{transform:translate(-50%,-60%) rotate(-45deg) scale(1)}.ui-checkbox:has(input:focus-visible) .ui-checkbox__box{box-shadow:0 0 0 3px #8d91cb1f}.ui-checkbox--error .ui-checkbox__box{border-color:#dc2626}.register-checkbox a,.ui-checkbox a{color:#434d9c;font-weight:600}.register-field--document-type{flex:0 0 96px;min-width:96px;max-width:96px}.register-field--document-type .register-select{height:100%;width:100%}.register-field--document-type .register-select__trigger{width:96px;min-height:100%;border:none;border-right:1px solid #d8d7e6;border-radius:18px 0 0 18px;box-shadow:none;padding-inline:14px 12px;position:relative}.register-field--document-type .register-select__trigger:after,.ui-document-type .register-select__trigger:after{content:"";position:absolute;top:6px;bottom:6px;right:-1px;width:1px;background:#d5d6eb;pointer-events:none;transition:background-color .18s ease,box-shadow .18s ease}.register-field--document-type .register-select__value{flex:1 1 auto;min-width:0}.register-field--document-type .register-select--open .register-select__trigger,.register-field--document-type .register-select__trigger:focus-visible{border-color:transparent;border-right-color:#d5d6eb;box-shadow:none}.register-field--document-type:focus-within .register-select__trigger,.ui-document-type:focus-within .register-select__trigger{border-right-color:#8d91cb}.register-field--document-type:focus-within .register-select__trigger:after,.ui-document-type:focus-within .register-select__trigger:after{background:#8d91cb;box-shadow:0 0 0 3px #8d91cb1f}.register-document-group.register-document-group--error .register-field--document-type:focus-within .register-select__trigger,.ui-document-group.register-document-group--error .ui-document-type:focus-within .register-select__trigger{border-right-color:#dc2626}.register-document-group.register-document-group--error .register-field--document-type:focus-within .register-select__trigger:after,.ui-document-group.register-document-group--error .ui-document-type:focus-within .register-select__trigger:after{background:#dc2626;box-shadow:0 0 0 3px #dc26261f}.register-field--document-type .register-select__menu{left:0;right:auto;width:132px;min-width:132px;max-height:none}.register-field--document-type .register-select__menu-body{max-height:none;overflow:visible}.register-field--document-type .register-select__option{white-space:nowrap;overflow:hidden}.register-input--document{min-width:0;flex:1 1 auto;border:none;border-radius:0 18px 18px 0;box-shadow:none}.register-input--document:focus-within{box-shadow:none}.register-select__text-tooltip{position:relative;display:block;min-width:0;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.register-select__text-truncate{display:block;min-width:0;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.register-select__text-tooltip:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%) translateY(4px);padding:8px 10px;border-radius:12px;background:#383b57;color:#fff;font-size:12px;line-height:16px;font-weight:500;white-space:nowrap;box-shadow:0 12px 24px #1d1f412e;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:30}.register-select__text-tooltip:hover:after{opacity:1;transform:translate(-50%) translateY(0)}.register-select__trigger .register-select__text-tooltip:after{content:none}.register-options{display:grid;gap:12px}.register-profile{display:grid;gap:10px}.register-option{border:1px solid #cfd2f0;background:transparent;border-radius:20px;padding:14px 16px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;text-align:left;cursor:pointer;min-height:90px}.register-option--active{background:#e2e4f3;border-color:#aeb2e4;box-shadow:0 0 0 4px #d5d6ebd9}.register-option__icon{width:36px;height:36px;border-radius:999px;background:#dde0f2;border:8px solid rgba(255,255,255,.62);display:grid;place-items:center;color:#4b53a7}.register-option__svg{width:18px;height:18px}.register-option__text{display:grid;gap:2px}.register-option__title{font-size:14px;line-height:20px;font-weight:600;color:#434d9c}.register-option__desc{font-size:12px;line-height:18px;color:#4a4e69;max-width:282px}.register-option__radio{width:22px;height:22px;border-radius:999px;border:1px solid #c6cae6;display:grid;place-items:center;background:transparent;color:#fff;flex:0 0 auto}.register-option__radio--active{background:#434d9c;border-color:#434d9c;box-shadow:0 0 0 8px #dde0f2}.register-option__check{width:14px;height:14px}.register-actions{display:flex;gap:12px}.register-actions--center{justify-content:center}.register-card--selection .register-actions--center{margin-top:22px}.register-actions--split{justify-content:space-between}.register-card--details .register-actions--split{margin-top:18px}.register-actions--end{justify-content:flex-end}.register-details__submit{width:auto;min-width:220px;flex:0 0 auto}@media(max-width:900px){.auth-split{grid-template-columns:1fr}.auth-brand{display:none}.auth-container{background:linear-gradient(47deg,#f1e4e6 10%,#f8f3f1 90%)}.auth-panel{padding:48px 32px}.auth-card{max-width:320px;gap:24px}.auth-card h1{font-size:20px;line-height:30px}.auth-card p{font-size:12px;line-height:18px}.auth-brand__logo{width:158px;height:auto}.auth-link,.auth-link--subtle{font-size:14px;line-height:20px}.auth-footer{flex-wrap:wrap}.register-card{gap:20px}.register-card--selection,.register-card--method{gap:24px}.otp-inputs{gap:6px}.otp-box{width:44px;height:52px}.auth-panel--wide{padding-inline:24px}.onboarding-success__card{max-width:320px;gap:32px}.onboarding-success__copy h1{font-size:18px;line-height:28px}.onboarding-success__copy p{font-size:14px;line-height:20px}.register-grid{grid-template-columns:1fr}.register-phone-group{flex-direction:column}.register-field--phone-code{flex-basis:auto}.register-document-group{flex-direction:row}.register-field--compact,.register-field--document-type{flex-basis:96px;min-width:96px}.register-calendar{left:0;right:auto;width:min(300px,calc(100vw - 48px))}.register-actions--split{flex-direction:column-reverse;gap:8px}}.pro-dashboard{background:#fdfbfa}.pro-shell{min-height:100vh;display:grid;grid-template-columns:272px minmax(0,1fr);background:radial-gradient(circle at top left,rgba(255,222,227,.34),transparent 22%),linear-gradient(180deg,#fffdfc,#fdfbfa);transition:grid-template-columns .26s ease}.pro-shell--sidebar-collapsed{grid-template-columns:88px minmax(0,1fr)}.pro-sidebar{background:#fffbf9eb;border-right:1px solid #e2e4f3;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;padding:0 0 22px;overflow:hidden;transition:width .26s ease,padding .26s ease}.pro-shell--sidebar-collapsed .pro-sidebar{width:88px}.pro-sidebar--collapsed .pro-sidebar__brand{padding-inline:14px}.pro-sidebar__brand{min-height:79px;padding:0 20px;border-bottom:1px solid #e2e4f3;transition:padding .26s ease;display:flex;align-items:center}.pro-brand{display:inline-flex;align-items:center;gap:6px;color:#1d1f41;min-width:0}.pro-brand__icon{width:34px;height:30px;flex:0 0 auto}.pro-brand__wordmark{font-family:Inter,sans-serif;font-size:21px;line-height:24px;font-weight:700;letter-spacing:-.04em;color:#1d1f41;white-space:nowrap;display:inline-flex;align-items:center;transform:translateY(1px)}.pro-brand__wordmark--image{height:24px;width:auto;transform:none}.pro-brand--collapsed{width:100%;justify-content:center}.pro-brand--collapsed .pro-brand__icon{width:30px;height:26px}.pro-sidebar__nav,.pro-sidebar__footer{display:grid;gap:6px;padding:18px 16px 0;transition:padding .26s ease}.pro-sidebar__nav{flex:1 1 auto;min-height:0;overflow-y:auto;align-content:start;padding-bottom:16px}.pro-sidebar--collapsed .pro-sidebar__nav,.pro-sidebar--collapsed .pro-sidebar__footer{padding-inline:12px}.pro-sidebar__footer{flex:0 0 auto;margin-top:0;border-top:1px solid #ece7f0;padding-top:14px}.pro-sidebar__item{min-height:44px;border:none;background:transparent;border-radius:999px;color:#3a3c7f;display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600;padding:10px 14px;text-align:left;cursor:pointer;transition:background-color .18s ease,color .18s ease,transform .18s ease,padding .26s ease}.pro-sidebar__item:hover{background:#f7e8f1;color:#b8749f;transform:translate(2px)}.pro-sidebar__item--active{background:#f0d7e9;color:#b15f93}.pro-sidebar--collapsed .pro-sidebar__item{width:56px;height:44px;margin-inline:auto;justify-content:center;padding-inline:0;gap:0;border-radius:16px}.pro-sidebar--collapsed .pro-sidebar__item span{opacity:0;width:0;overflow:hidden}.pro-sidebar--collapsed .pro-sidebar__item:hover{transform:none}.pro-sidebar__item span{transition:opacity .18s ease,width .26s ease}.pro-main{min-width:0;min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.pro-topbar{min-height:79px;border-bottom:1px solid #e2e4f3;display:flex;align-items:center;justify-content:space-between;padding:0 32px}.pro-topbar__actions{display:flex;align-items:center;gap:16px}.pro-topbar__icon-button,.pro-icon-button,.pro-edit-button,.pro-pill-button,.notif-page__secondary-action,.notif-page__pagination-button,.pro-feedback-state__action,.pro-empty-state__action{border:none;background:transparent;color:#3a3c7f;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-weight:600}.pro-topbar__icon-button,.pro-icon-button{width:36px;height:36px;border-radius:10px;transition:background-color .18s ease,transform .22s ease}.pro-topbar__icon-button:hover,.pro-icon-button:hover{background:#e2e4f37a}.pro-topbar__icon-button--active{background:#e2e4f3;color:#434d9c}.pro-topbar__icon-button--collapsed{transform:rotate(180deg)}.pro-topbar__notifications,.pro-user-menu{position:relative}.pro-topbar__notification-dot{position:absolute;top:8px;right:8px;width:7px;height:7px;border-radius:50%;background:#434d9c}.pro-avatar-button{width:40px;height:40px;border:none;border-radius:50%;border:4px solid #debbd6;background:linear-gradient(180deg,#ead8c9,#c89b7c);color:#fff;display:grid;place-items:center;font-weight:700;cursor:pointer}.pro-user-menu__dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:240px;background:#fdfbfa;border:1px solid #e2e4f3;border-radius:8px;box-shadow:0 20px 24px -4px #1d1f4114,0 8px 8px -4px #1d1f4108;overflow:hidden;z-index:20}.pro-user-menu__header{display:flex;align-items:center;gap:12px;padding:12px 16px}.pro-user-menu__avatar{width:40px;height:40px;border-radius:999px;background:linear-gradient(180deg,#ead8c9,#c89b7c);color:#fff;display:grid;place-items:center;font-weight:700}.pro-user-menu__copy{min-width:0;display:flex;flex-direction:column}.pro-user-menu__name{color:#434d9c;font-size:14px;line-height:20px;font-weight:600}.pro-user-menu__email{color:#383b57;font-size:12px;line-height:18px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pro-user-menu__divider{height:1px;background:#e2e4f3}.pro-user-menu__item{width:100%;min-height:44px;display:flex;align-items:center;gap:12px;padding:10px 16px;border:none;background:#fdfbfa;color:#383b57;cursor:pointer;font-size:14px;line-height:20px;font-weight:500}.pro-user-menu__item:hover{background:#f4f5fc}.pro-notifications-dropdown{width:376px;position:absolute;top:calc(100% + 16px);right:0;background:#fdfbfa;border:1px solid #e2e4f3;border-radius:12px;box-shadow:0 20px 24px -4px #1d1f4114,0 8px 8px -4px #1d1f4108;overflow:hidden;z-index:30}.pro-notifications-dropdown__header{padding:12px 20px;border-bottom:1px solid #e2e4f3}.pro-notifications-dropdown__header h3{margin:0;color:#3a3c7f;font-size:18px;font-weight:600;line-height:28px}.pro-notifications-dropdown__list{display:flex;flex-direction:column;width:100%}.pro-empty-state.pro-notifications-dropdown__empty-state{min-height:292px;padding:20px 16px 24px;gap:14px}.pro-notifications-dropdown__item{width:100%;border:none;border-bottom:1px solid #e2e4f3;background:#fdfbfa;display:grid;grid-template-columns:44px minmax(0,1fr) 28px;gap:12px;align-items:center;padding:8px;text-align:left;color:#383b57;transition:background-color .18s ease}.pro-notifications-dropdown__item:hover{background:#f8f7fc}.pro-notifications-dropdown__item:last-child{border-bottom:none}.pro-notifications-dropdown__status-dot,.pro-notification-item__status-dot,.notif-page__item-status-dot{position:absolute;top:50%;left:12px;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:#434d9c;pointer-events:none}.pro-notifications-dropdown__icon,.pro-notification-item__icon,.pro-empty-state__icon{width:32px;height:32px;border-radius:16px;background:#e2e4f3;border:1px solid #e2e4f3;color:#434d9c;display:grid;place-items:center}.pro-notifications-dropdown__text,.pro-notification-item__text{min-width:0;color:#383b57;font-size:14px;line-height:20px;font-weight:400}.pro-notifications-dropdown__text{color:#383b57}.pro-notifications-dropdown__arrow,.pro-notification-item__arrow,.notif-page__item-arrow{color:#434d9c}.pro-notifications-dropdown__item--read .pro-notifications-dropdown__text,.pro-notification-item--read .pro-notification-item__text,.notif-page__item--read .notif-page__item-title{font-weight:400}.pro-notification-item:not(.pro-notification-item--read) .pro-notification-item__text,.notif-page__item:not(.notif-page__item--read) .notif-page__item-title{font-weight:600}.pro-notifications-dropdown__footer{width:100%;min-height:56px;border:none;background:#e2e4f3;color:#3a3c7f;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:16px;line-height:24px;font-weight:600;cursor:pointer;transition:background-color .18s ease}.pro-notifications-dropdown__footer:hover{background:#d9dcf3}.pro-page{padding:0;width:100%}.pro-intro{min-height:80px;border-bottom:1px solid #e2e4f3;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 24px}.pro-intro__copy h1{margin:0;color:#434d9c;font-size:20px;line-height:32px;font-weight:700}.pro-intro__copy p{margin:0;color:#717680;font-size:14px;line-height:20px}.pro-edit-button{min-height:44px;padding:0 16px;border-radius:999px;background:#434d9c;color:#fff}.pro-edit-button:disabled{cursor:default;opacity:1}.pro-home-grid{display:grid;grid-template-columns:minmax(0,1fr);min-height:864px;width:100%;align-items:start}.pro-home-grid__primary{padding:16px;display:grid;gap:16px;align-content:start;grid-template-rows:auto minmax(0,1fr)}.pro-panel{background:#ffffffeb;border:1px solid #efe6e2;border-radius:20px;box-shadow:0 8px 30px #7669880f;padding:24px 32px 32px}.pro-panel--notifications,.pro-panel--agenda{padding:20px 24px 24px}.pro-panel--notifications .pro-panel__header,.pro-panel--agenda .pro-panel__header{margin-bottom:18px}.pro-panel__header,.pro-news-panel__header,.notif-page__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px}.pro-panel__header--stacked{align-items:flex-start}.pro-panel__header h2,.pro-news-panel__header h2,.notif-page__header h1{margin:0;color:#3a3c7f;font-size:18px;font-weight:700}.pro-panel__header p,.notif-page__header p{margin:0;color:#717680;font-size:14px;line-height:20px}.pro-pill-button{min-height:36px;padding:0 14px;border:1px solid #c6c7e6;border-radius:999px;color:#434d9c;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.pro-pill-button:hover{background:#e2e4f380;border-color:#434d9c;color:#3a3c7f;transform:translateY(-1px)}.pro-notifications-summary,.pro-agenda,.notif-page__list{display:grid;gap:8px}.pro-notification-item,.notif-page__item{width:100%;border:1.5px solid #d5d6eb;background:#fdfbfa;border-radius:12px;display:grid;align-items:center;gap:12px;text-align:left;color:#383b57}.pro-notification-item{grid-template-columns:44px minmax(0,1fr) 28px;padding:8px 12px;position:relative}.pro-notification-item:not(.pro-notification-item--read),.notif-page__item:not(.notif-page__item--read){border-color:#8d91cb;border-width:1.5px}.pro-notification-item--read{border-width:1px;color:#565870}.pro-summary-pill{justify-self:start;margin-top:16px;border-radius:999px;background:#e2e4f3;color:#434d9c;font-size:13px;font-weight:600;padding:6px 12px}.pro-agenda__item{border-radius:12px;background:#fbf6f4;padding:12px 14px}.pro-agenda__item h3{margin:0;color:#434d9c;font-size:14px;line-height:24px;font-weight:600}.pro-agenda__item p{margin:0;color:#717680;font-size:13px;line-height:18px}.pro-news-panel{border-left:1px solid #e2e4f3;position:sticky;top:16px;max-height:calc(100vh - 32px);display:flex;flex-direction:column;padding:24px 24px 24px 32px;width:360px;justify-self:stretch}.pro-news-card{display:grid;gap:12px;padding-bottom:24px;border-bottom:1px solid #ece7f0}.pro-news-card:last-child{border-bottom:none;padding-bottom:0}.pro-news-card__image{width:100%;height:140px;border-radius:12px;background:linear-gradient(180deg,#ffeff126,#42499a1f),linear-gradient(135deg,#ffd9dd,#f6efe9 44%,#9cb5db)}.pro-news-card__body{display:grid;gap:6px}.pro-news-card__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.pro-news-card__title-row h3{margin:0;color:#434d9c;font-size:15px;line-height:24px}.pro-news-card__link{color:#434d9c}.pro-news-card__date,.pro-news-card__source{margin:0;color:#8a8490;font-size:12px;line-height:18px}.pro-panel--agenda,.notif-page__content{min-height:0}.pro-agenda{min-height:0;overflow-y:auto;padding-right:4px}.pro-panel--agenda .pro-agenda{max-height:clamp(260px,42vh,420px)}.pro-empty-state{width:100%;min-height:clamp(220px,32vh,360px);height:100%;padding:24px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center}.pro-empty-state__icon{width:48px;height:48px;background:#c6c7e6;border:8px solid #e2e4f3;color:#434d9c}.pro-empty-state__copy h3{margin:0;color:#1d1f41;font-size:16px;line-height:24px}.pro-empty-state__copy p{margin:4px 0 0;color:#565870;font-size:14px;line-height:20px}.pro-empty-state__action{min-height:36px;padding:0 14px;border-radius:999px;border:1px solid #c6c7e6}.pro-feedback-state{min-height:140px;border:1px dashed #ddd3f0;border-radius:18px;display:grid;justify-items:center;align-content:center;gap:10px;color:#565870;padding:20px;text-align:center}.pro-feedback-state--error{color:#8b4f5d}.pro-feedback-state__spin{animation:pro-spin 1s linear infinite}.pro-feedback-state__action{min-height:36px;padding:0 14px;border-radius:999px;border:1px solid #c6c7e6}.notif-page{width:100%;display:grid;min-height:100%}.notif-page__title-bar{min-height:80px;border-bottom:1px solid #e2e4f3;display:flex;align-items:center;padding:0 24px}.notif-page__title-bar h1{margin:0;color:#1d1f41;font-size:18px;font-weight:500}.notif-page__filters{min-height:69px;border-bottom:1px solid #e2e4f3;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px}.notif-page__search{width:min(100%,320px);min-height:44px;border:1px solid #d5d6eb;border-radius:12px;background:#fdfbfa;color:#898b9b;display:inline-flex;align-items:center;gap:10px;padding:0 14px;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.notif-page__search:focus-within{border-color:#434d9c;background:#fff;box-shadow:0 0 0 4px #434d9c1f}.notif-page__search input{width:100%;border:none;background:transparent;color:#383b57;font-size:14px;outline:none}.notif-page__sort{position:relative}.notif-page__sort-button,.notif-page__pagination-button{min-height:40px;padding:0 14px;border-radius:999px;border:1px solid #abacda;color:#434d9c;background:#fdfbfa;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease}.notif-page__sort-button:hover{background:#f4f5fd;border-color:#434d9c;color:#3a3c7f;transform:translateY(-1px)}.notif-page__sort-button--open{background:#f5f5fc;border-color:#434d9c}.notif-page__sort-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:168px;border:1px solid #e2e4f3;border-radius:8px;background:#fdfbfa;box-shadow:0 12px 16px -4px #1d1f4114,0 4px 6px -2px #1d1f4108;overflow:hidden;z-index:25}.notif-page__sort-option{width:100%;min-height:40px;border:none;background:#fdfbfa;color:#383b57;display:flex;align-items:center;gap:12px;padding:10px 16px;text-align:left;cursor:pointer;transition:background-color .18s ease,color .18s ease}.notif-page__sort-option:hover{background:#f6f7fd}.notif-page__sort-option--selected{background:#e2e4f3;color:#1d1f41}.notif-page__sort-radio{width:16px;height:16px;border-radius:50%;border:1px solid #cbcde5;display:grid;place-items:center;flex:0 0 auto;background:#fff}.notif-page__sort-option--selected .notif-page__sort-radio{border-color:#434d9c}.notif-page__sort-radio-dot{width:6px;height:6px;border-radius:50%;background:#434d9c}.notif-page__content{padding:20px 24px 24px;display:flex;flex-direction:column;min-height:0}.notif-page__content--with-pagination{min-height:clamp(420px,60vh,680px)}.notif-page__list{gap:10px;flex:1 1 auto;align-content:start}.notif-page__item{grid-template-columns:44px minmax(0,1fr) auto 28px;padding:8px 12px;border-color:#d5d6eb;border-radius:12px;mix-blend-mode:multiply;position:relative}.notif-page__item:disabled,.notif-page__pagination-button:disabled{cursor:default;opacity:.6}.notif-page__item--read{border-width:1px;background:#fdfbfa;color:#565870}.notif-page__item-icon{width:32px;height:32px;border-radius:16px;background:#e2e4f3;border:1px solid #e2e4f3;color:#434d9c;display:grid;place-items:center}.notif-page__item-copy{display:grid;gap:2px}.notif-page__item-title{font-size:14px;line-height:20px;font-weight:400}.notif-page__item-body{display:none}.notif-page__item-date{color:#898b9b;font-size:12px;line-height:18px;white-space:nowrap}.notif-page__empty-state{min-height:260px}.notif-page__pagination{min-height:64px;margin-top:auto;padding-top:12px;border-top:1px solid #e2e4f3;background:#fdfbfa;display:flex;align-items:center;justify-content:center;gap:16px;color:#717288}.notif-page__pagination-controls{display:flex;align-items:center;gap:12px}.notif-page__pagination-label{color:#717288;font-size:14px;font-weight:500}.pro-mobile-header{min-height:72px;border-bottom:1px solid #e2e4f3;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;background:#fffdfc}.pro-mobile-header__logo{display:inline-flex;align-items:center}.pro-mobile-header__actions{display:flex;align-items:center;gap:8px}.pro-icon-button__badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;border-radius:999px;background:#434d9c;color:#fff;font-size:11px;line-height:18px;padding:0 4px}.pro-mobile-body{padding:16px;min-height:calc(100vh - 72px);background:linear-gradient(180deg,#fffdfc,#fbf6f3)}.mobile .pro-page{display:grid;gap:16px}.mobile .pro-intro{min-height:auto;padding:0;border-bottom:none;align-items:flex-start;flex-direction:column}.mobile .pro-home-grid{grid-template-columns:1fr;gap:16px}.mobile .pro-home-grid__primary{padding:0}.mobile .pro-news-panel{border-left:none;border-top:1px solid #e2e4f3;position:static;top:auto;max-height:none;padding:24px 0 0}.mobile .pro-panel--agenda .pro-agenda,.mobile .pro-news-panel .pro-news-list{max-height:none;overflow:visible;padding-right:0}.mobile .notif-page{padding:0}.bo-topbar__welcome{display:grid;gap:2px;text-align:right}.bo-topbar__welcome strong{color:#1d1f41;font-size:clamp(14px,.95vw,16px);line-height:1.2}.bo-topbar__welcome span{color:#717680;font-size:clamp(11px,.72vw,13px);line-height:1.2}.bo-page{width:100%;max-width:1520px;margin:0 auto;padding:clamp(16px,2vw,28px);display:grid;gap:16px}.bo-page--open{max-width:none;margin:0;padding:0}.bo-page__header{border:1px solid #e2e4f3;border-radius:20px;background:#ffffffe6;padding:clamp(16px,2vw,26px)}.bo-page__title h1{margin:0;color:#3a3c7f;font-size:clamp(22px,1.8vw,30px);line-height:1.25}.bo-page__title p{margin:8px 0 0;color:#717680;font-size:clamp(13px,.95vw,15px);line-height:1.45}.bo-page__content{min-height:clamp(280px,46vh,620px);border:1px solid #e2e4f3;border-radius:20px;background:#ffffffeb;padding:clamp(16px,2vw,24px)}.bo-page__content .pro-empty-state{min-height:clamp(220px,36vh,360px)}.bo-users-section{width:100%;border:none;border-radius:0;background:transparent;overflow:visible;height:calc(100dvh - 79px);min-height:calc(100dvh - 79px);display:grid;grid-template-rows:auto minmax(0,1fr)}.bo-users-section__filters{padding:12px 16px}.bo-users-section__filters .pro-patients__search{max-width:420px}.bo-users-section__content{min-height:0;flex:1 1 auto;display:flex;flex-direction:column;overflow:hidden}.bo-users-section__content>.pro-patients__table-empty{flex:1 1 auto;min-height:0;display:grid;place-items:center}.bo-users-section__content>.pro-empty-state{flex:1 1 auto;min-height:0}.bo-admins-search-empty-state .pro-empty-state__icon{width:52px;height:52px;border-radius:999px}.bo-users-section__content .pro-patients__table-card{min-height:0;flex:1 1 auto;display:flex;flex-direction:column;overflow:hidden}.bo-users-section__content .pro-patients__table-body{min-height:0;overflow:auto}.bo-table{display:grid;border:1px solid #e2e4f3;border-radius:16px;overflow:hidden}.bo-table__head>div,.bo-table__body>div{display:grid;grid-template-columns:minmax(160px,1fr) minmax(200px,1.2fr) minmax(96px,.6fr);gap:16px;align-items:center;padding:12px 16px}.bo-table__head>div{background:#f5f6fc;border-bottom:1px solid #e2e4f3}.bo-table__head span{color:#3a3c7f;font-size:13px;font-weight:700}.bo-table__body>div+div{border-top:1px solid #f0f1fa}.bo-table__body span{color:#454766;font-size:14px}.pro-patients__table-header.bo-users__table-header,.pro-patients__table-row.bo-users__table-row{grid-template-columns:minmax(0,1.2fr) minmax(0,1.2fr) minmax(0,.9fr) minmax(0,.7fr) minmax(110px,.6fr);column-gap:clamp(14px,1.2vw,22px)}.pro-patients__table-header.bo-users__table-header.bo-users__table-header--compact,.pro-patients__table-row.bo-users__table-row.bo-users__table-row--compact{grid-template-columns:repeat(4,minmax(0,1fr))}.pro-patients__table-header.bo-users__table-header .pro-patients__column-name,.pro-patients__table-header.bo-users__table-header .pro-patients__header-cell{min-height:48px;transform:none}.bo-users__table-row .pro-patients__cell{min-height:64px;min-width:0}.bo-users__role{text-transform:capitalize}.bo-users__actions-header{justify-content:center}.bo-users__col{justify-content:flex-start;text-align:left;padding-inline:14px}.bo-users__cell{justify-content:flex-start;text-align:left}.bo-users__cell--email{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bo-users__actions-cell{justify-content:center;display:flex;align-items:center;gap:10px}.bo-users__action-button{width:34px;height:34px}.bo-users__action-button--danger:not(:disabled){color:#a54343;border-color:#eac8c8}.bo-users__pagination{position:sticky;bottom:0;z-index:2;margin-top:0;padding:12px 16px max(12px,env(safe-area-inset-bottom));border-top:1px solid #e2e4f3;background:#fffffff0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:flex-end}.bo-users__status-badge--pending{background:#fcf0da;color:#ee9c1a}.bo-users__status-badge--active{background:#dff5df;color:#3ea746}.bo-users__status-badge--suspended{background:#f8d9d1;color:#e46342}.bo-users__status-badge--deleted{background:#e8ebf3;color:#5f6780}.bo-users__status-badge--inactive{background:#f8d9d1;color:#e46342}.bo-create-admin-modal{width:min(600px,calc(100vw - 48px))}.bo-create-admin-modal.pro-patients__modal:not(.pro-patients__modal--success){min-height:clamp(500px,72vh,680px)}.bo-protocols__filters{gap:12px}.bo-protocols__actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.bo-protocols__sort{position:relative}.bo-protocols__sort-button{min-height:40px;border-radius:12px;border:1px solid #e2e4f3;background:#fff;padding:0 14px;color:#3a3c7f;font-size:14px;font-weight:600;line-height:20px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.bo-protocols__sort-button:hover{border-color:#cdd2f0;background:#f8f9ff}.bo-protocols__sort-button--open{border-color:#b7bde5;box-shadow:0 0 0 3px #8d91cb24}.bo-protocols__sort-menu{position:absolute;right:0;top:calc(100% + 8px);z-index:8;width:170px;border-radius:14px;border:1px solid #d8daee;background:#fff;padding:8px;box-shadow:0 18px 42px #1d1f4129}.bo-protocols__sort-option{width:100%;border:none;background:transparent;border-radius:10px;padding:10px 12px;color:#3f4468;font-size:14px;font-weight:500;line-height:20px;text-align:left;display:flex;align-items:center;gap:8px;cursor:pointer}.bo-protocols__sort-option:hover{background:#f5f6ff}.bo-protocols__sort-option--selected{background:#eff1ff;color:#3a3c7f}.bo-protocols__sort-radio{width:15px;height:15px;border-radius:999px;border:1px solid #d4d8ef;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.bo-protocols__sort-option--selected .bo-protocols__sort-radio{border-color:#434d9c}.bo-protocols__sort-radio-dot{width:7px;height:7px;border-radius:999px;background:#434d9c}.pro-patients__table-header.bo-protocols__table-header,.pro-patients__table-row.bo-protocols__table-row{grid-template-columns:minmax(240px,2fr) minmax(110px,.85fr) minmax(130px,.95fr) minmax(130px,.95fr) minmax(110px,.8fr) minmax(72px,.45fr)}.bo-protocols__col{justify-content:flex-start;text-align:left;padding-inline:14px}.bo-protocols__cell{justify-content:flex-start;text-align:left}.bo-protocols__col--actions{justify-content:flex-end;text-align:right;padding-inline:12px}.bo-protocols__col--status{justify-content:center;text-align:center}.bo-protocols__status-badge{min-height:24px;border-radius:16px;display:inline-flex;align-items:center;padding:2px 10px;font-size:12px;line-height:18px;font-weight:600}.bo-protocols__status-badge--active{background:#dff5df;color:#3ea746}.bo-protocols__status-badge--inactive{background:#f8d9d1;color:#e46342}.bo-protocols__delete-button{border:1px solid transparent;background:transparent;color:#e46342}.bo-protocols__delete-button:hover:not(:disabled){background:#fdebe7;color:#c64a2f}.bo-protocols__cell--instructions{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bo-create-protocol-modal{width:min(860px,calc(100vw - 48px))}.bo-create-protocol-modal .pro-patients__modal-step{gap:32px}.bo-create-protocol-modal .pro-patients__modal-scroll{padding:32px 32px 16px}.bo-create-protocol-modal .pro-patients__modal-header{display:grid;gap:8px}.bo-create-protocol-modal .auth-error{margin-top:-8px}.bo-create-protocol-modal__content{display:grid;gap:24px;width:100%}.bo-create-protocol-modal__section{display:grid;gap:16px}.bo-create-protocol-modal__section-title{margin:0;color:#383b57;font-size:14px;line-height:20px;font-weight:500}.bo-create-protocol-modal__dual-grid{width:min(371px,100%);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.bo-create-protocol-modal__triple-grid{width:100%;display:grid;grid-template-columns:minmax(0,2fr) minmax(0,.9fr) minmax(0,1.15fr);gap:24px}.bo-create-protocol-modal .register-field,.bo-create-protocol-modal .register-field__content{gap:6px}.bo-create-protocol-modal__nowrap-label{white-space:nowrap}.bo-create-protocol-modal .register-input{min-height:44px;padding:10px 14px;border-radius:12px;border-color:#d5d6eb}.bo-create-protocol-modal .register-input:focus-within,.bo-create-protocol-modal .pro-patients__textarea-wrapper:focus-within,.bo-create-protocol-modal .bo-create-protocol-modal__dose-group:focus-within,.bo-create-protocol-modal .bo-protocols__readonly-input:focus-within{border-color:#8d91cb;box-shadow:0 0 0 3px #8d91cb1f}.bo-create-protocol-modal .register-input--error:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.bo-create-protocol-modal .register-input input::placeholder{color:#898b9b;opacity:1}.bo-create-protocol-modal .register-input input:focus::placeholder,.bo-create-protocol-modal .pro-patients__textarea:focus::placeholder{opacity:0}.bo-create-protocol-modal .pro-patients__textarea-wrapper{border-radius:12px;border-color:#d5d6eb;padding:10px 0 10px 14px}.bo-create-protocol-modal .pro-patients__textarea{min-height:120px;padding-right:14px;scrollbar-width:thin;scrollbar-color:#d9d9df transparent}.bo-create-protocol-modal .pro-patients__textarea::-webkit-scrollbar{width:8px}.bo-create-protocol-modal .pro-patients__textarea::-webkit-scrollbar-track{background:transparent;margin-block:8px}.bo-create-protocol-modal .pro-patients__textarea::-webkit-scrollbar-thumb{background:#d9d9df;border-radius:999px;border:2px solid transparent;background-clip:content-box}.bo-protocols__textarea{min-height:clamp(120px,20vh,200px)}.bo-protocols__readonly-input{border-color:#d5d6eb;background:#f4f4f5;box-shadow:0 1px 2px #1d1f410d}.bo-protocols__readonly-input input:disabled{color:#c6c7cf;cursor:not-allowed;background:transparent}.bo-protocols__readonly-input input:disabled::placeholder{color:#c6c7cf;opacity:1}.bo-protocols__readonly-field{position:relative}.bo-protocols__readonly-field:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%) translateY(4px);min-width:250px;max-width:280px;padding:8px 10px;border-radius:12px;background:#383b57;color:#fff;font-size:12px;line-height:16px;font-weight:500;text-align:center;box-shadow:0 12px 24px #1d1f412e;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:30}.bo-protocols__readonly-field:hover:after,.bo-protocols__readonly-field:focus-visible:after{opacity:1;transform:translate(-50%) translateY(0)}.bo-protocols__readonly-field:focus-visible{outline:none;box-shadow:0 0 0 3px #8d91cb1f}.bo-create-protocol-modal__dose-group{min-height:44px;border:1px solid #d5d6eb;border-radius:12px;background:#f4f4f5;box-shadow:0 1px 2px #1d1f410d;display:flex;overflow:visible}.bo-create-protocol-modal__dose-addon{flex:0 0 auto;min-width:42px;padding:10px 12px;display:inline-flex;align-items:center;justify-content:center;border-right:1px solid #d5d6eb;color:#c6c7cf;font-size:16px;line-height:24px}.bo-create-protocol-modal__dose-input{flex:1 1 auto;min-width:0;padding:10px 14px;display:flex;align-items:center}.bo-create-protocol-modal__dose-input input{width:100%;border:none;outline:none;font-family:inherit;font-size:16px;line-height:24px;color:#c6c7cf;background:transparent;padding:0}.bo-create-protocol-modal__dose-input input::placeholder{color:#c6c7cf;opacity:1}.bo-create-protocol-modal__dose-input input:disabled{cursor:not-allowed}.bo-create-protocol-modal .pro-patients__modal-actions{width:min(370px,100%);padding-bottom:0}.bo-protocols__duplicate-modal{width:min(470px,calc(100vw - 48px));max-height:min(410px,calc(100vh - 48px))}.bo-protocols__duplicate-modal.pro-patients__modal:not(.pro-patients__modal--success){min-height:clamp(320px,40vh,390px)}.bo-protocols__duplicate-modal .pro-patients__modal-step{min-height:100%;gap:14px}.bo-protocols__duplicate-copy{margin:0;color:#4d5174;font-size:15px;line-height:1.5}.bo-protocols__deactivate-modal{width:min(883px,calc(100vw - 48px));max-height:min(680px,calc(100vh - 48px))}.bo-protocols__deactivate-modal.pro-patients__modal:not(.pro-patients__modal--success){min-height:clamp(280px,34vh,360px)}.bo-protocols__deactivate-modal .pro-patients__modal-scroll{padding:clamp(26px,3.5vh,40px) clamp(24px,3vw,84px) clamp(10px,1.6vh,16px)}.bo-protocols__deactivate-modal .pro-patients__modal-step{min-height:0;gap:24px;align-items:center}.bo-protocols__deactivate-header{width:min(100%,900px);gap:16px}.bo-protocols__deactivate-copy{margin:0;color:#4d5174;font-size:15px;line-height:1.5;text-align:left;width:min(100%,900px)}.bo-protocols__deactivate-actions{width:min(100%,900px);margin-top:8px;margin-left:0;margin-right:0;justify-content:flex-end;padding-bottom:0}.bo-protocols__empty-state{margin:14px 16px 20px;min-height:clamp(240px,34vh,340px)}.bo-mobile-header__section{margin-left:8px;color:#3a3c7f;font-weight:600;font-size:clamp(14px,2.9vw,16px)}@media(max-width:900px){.bo-topbar__welcome{display:none}.bo-page{padding:0}.bo-page__header{border-radius:16px}.bo-page__content{border-radius:16px;padding:14px}.bo-table{border-radius:14px}.bo-table__head>div,.bo-table__body>div{grid-template-columns:1fr;gap:6px}.bo-users-section{border-radius:0;height:auto;min-height:0;grid-template-rows:auto}.bo-users__table-header{display:none}.bo-users__table-row{grid-template-columns:1fr;gap:6px;padding:14px 0}.bo-users__table-row .pro-patients__cell{min-height:auto;justify-content:flex-start;text-align:left}.bo-users-section__content,.bo-users-section__content .pro-patients__table-card{min-height:0;overflow:visible}.bo-users-section__content .pro-patients__table-body{overflow:visible}.bo-users__pagination{border-top:none;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;padding-inline:0}.bo-protocols__actions{width:100%;justify-content:stretch}.bo-protocols__sort{width:100%}.bo-protocols__sort-button{width:100%;justify-content:center}.bo-protocols__sort-menu{left:0;right:0;width:100%}.bo-protocols__table-header{display:none}.bo-protocols__table-row{grid-template-columns:1fr;gap:6px;padding:14px 0}.bo-protocols__table-row .pro-patients__cell{min-height:auto}.bo-protocols__table-row .bo-protocols__col--actions{justify-content:flex-end;padding-inline:0}.bo-protocols__empty-state{margin-inline:0;margin-bottom:12px}}.invitation-modal-backdrop{position:fixed;inset:0;z-index:70;background:#1d1f41b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:24px;overscroll-behavior:contain}.invitation-modal{width:min(610px,100%);max-height:calc(100vh - 48px);overflow:hidden;border-radius:30px;background:#fdfbfa;box-shadow:0 8px 8px -4px #0a0d1208,0 20px 24px -4px #0a0d1214;padding:0}.invitation-modal__scroll{display:flex;flex-direction:column;gap:32px;max-height:inherit;overflow-y:auto;border-radius:inherit;padding:32px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(201,206,223,.45) transparent;overscroll-behavior:contain}.invitation-modal__scroll::-webkit-scrollbar{width:8px}.invitation-modal__scroll::-webkit-scrollbar-track{background:transparent;margin-block:8px}.invitation-modal__scroll::-webkit-scrollbar-thumb{background:#c9cedf73;border-radius:999px;border:2px solid transparent;background-clip:content-box}.invitation-modal__scroll::-webkit-scrollbar-thumb:hover{background:#c9cedf9e;border-radius:999px;border:2px solid transparent;background-clip:content-box}.invitation-modal{display:flex;flex-direction:column}.invitation-modal--info{padding:24px 28px}.invitation-modal--info .invitation-modal__header{align-items:flex-start}.invitation-modal--info .invitation-modal__header h2{color:#434d9c;font-size:clamp(1.125rem,1.8vw,1.5rem);line-height:1.35;font-weight:600;max-width:480px}.invitation-modal--info .invitation-modal__content{padding:16px 0 20px;gap:12px;align-items:flex-start;text-align:left}.invitation-modal--info .invitation-modal__status-message{max-width:500px;font-size:clamp(.875rem,1.15vw,1rem);line-height:1.45;font-weight:400;color:#383b57}.invitation-modal__status-emphasis{color:#434d9c;font-weight:600}.invitation-modal--info .invitation-modal__footer{justify-content:flex-end}.invitation-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.invitation-modal__date{margin:0;font-size:12px;line-height:18px;color:#565870}.invitation-modal__header h2{margin:0;font-size:18px;line-height:28px;color:#1d1f41}.invitation-modal__close{width:44px;height:44px;border-radius:999px;border:1px solid #8d91cb;background:#fdfbfa80;color:#3a3c7f;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.invitation-modal__close:hover{border-color:#7d81c2;color:#343776;background:#f5f5fc;transform:translateY(-1px)}.invitation-modal__content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;padding:24px 32px}.invitation-modal__avatar{width:64px;height:64px;border-radius:999px;background:#c6c7e6;color:#434d9c;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center}.invitation-modal__avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.invitation-modal__headline{margin:0;font-size:20px;line-height:30px;color:#434d9c;max-width:460px}.invitation-modal__headline strong{font-weight:700}.invitation-modal__description{margin:0;font-size:14px;line-height:20px;color:#383b57;max-width:460px}.invitation-modal__status-message{margin:0;font-size:14px;line-height:20px;color:#383b57;font-weight:600}.invitation-modal__footer{display:flex;align-items:flex-end;justify-content:flex-end;gap:20px}.invitation-modal__footer p{margin:0 auto 0 0;font-size:12px;line-height:18px;color:#898b9b;max-width:168px}.invitation-modal__actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding-bottom:var(--modal-actions-bottom-gap)}.invitation-modal__actions--supplement{width:100%;max-width:381px}.invitation-modal__actions--supplement .invitation-modal__button{min-width:0}.invitation-modal__actions--supplement .invitation-modal__button--secondary{min-width:110px}.invitation-modal__actions--supplement .invitation-modal__button--primary{min-width:125px}.invitation-modal__status-actions{margin-left:auto;padding-bottom:var(--modal-actions-bottom-gap)}.invitation-modal__button{border-radius:30px;padding:10px 18px;font-size:16px;font-weight:600;line-height:24px;cursor:pointer;min-height:44px;transition:var(--cta-transition)}.invitation-modal__button--secondary{border:1px solid #8d91cb;background:#fdfbfa80;color:#3a3c7f}.invitation-modal__button--primary{border:1px solid #434d9c;background:#434d9c;color:#fff}.invitation-modal__button--secondary:hover:not(:disabled){background:var(--cta-secondary-hover-bg);border-color:var(--cta-secondary-hover-border);color:var(--cta-secondary-hover-color)}.invitation-modal__button--primary:hover:not(:disabled){background:var(--cta-primary-hover-bg);border-color:var(--cta-primary-hover-border);box-shadow:var(--cta-primary-hover-shadow);transform:translateY(-1px)}.invitation-modal__button:disabled{opacity:.6;cursor:default}.invitation-treatment-modal{width:min(840px,100%);max-height:calc(100vh - 48px);overflow:hidden;border-radius:30px;background:#fdfbfa;box-shadow:0 8px 8px -4px #0a0d1208,0 20px 24px -4px #0a0d1214}.invitation-treatment-modal__scroll{display:flex;flex-direction:column;gap:28px;max-height:inherit;overflow-y:auto;border-radius:inherit;padding:32px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(201,206,223,.45) transparent;overscroll-behavior:contain}.invitation-treatment-modal__scroll::-webkit-scrollbar{width:8px}.invitation-treatment-modal__scroll::-webkit-scrollbar-track{background:transparent;margin-block:8px}.invitation-treatment-modal__scroll::-webkit-scrollbar-thumb{background:#c9cedf73;border-radius:999px;border:2px solid transparent;background-clip:content-box}.invitation-treatment-modal__scroll::-webkit-scrollbar-thumb:hover{background:#c9cedf9e;border-radius:999px;border:2px solid transparent;background-clip:content-box}.invitation-treatment-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.invitation-treatment-modal__header h2{margin:0;color:#434d9c;font-size:18px;line-height:28px;font-weight:600}.invitation-treatment-modal__header p{margin:0;color:#383b57;font-size:14px;line-height:20px}.invitation-treatment-modal__content{display:flex;flex-direction:column;gap:24px}.invitation-treatment-modal__group{display:flex;flex-direction:column;gap:8px}.invitation-treatment-modal__row{display:grid;grid-template-columns:200px minmax(0,1fr);gap:32px;align-items:start}.invitation-treatment-modal__label{margin:0;color:#383b57;font-size:14px;line-height:20px;font-weight:500;padding-top:10px}.invitation-treatment-modal__value{min-height:44px;border:1px solid #d5d6eb;border-radius:12px;background:#f4f4f5;box-shadow:0 1px 2px #1d1f410d;padding:10px 14px;color:#c6c7cf;font-size:16px;line-height:24px;display:flex;align-items:center;justify-content:space-between;gap:8px}.invitation-treatment-modal__value span{min-width:0;overflow-wrap:anywhere}.invitation-treatment-modal__value--compact{min-height:42px}.invitation-treatment-modal__value--textarea{min-height:96px;align-items:flex-start}.invitation-treatment-modal__value--textarea ul{margin:0;padding-left:18px}.invitation-treatment-modal__value--textarea li{margin:0}.invitation-treatment-modal__value--textarea svg{display:none}.invitation-treatment-modal__value svg{color:#8d91cb;flex-shrink:0}.invitation-treatment-modal__editable{min-height:44px;border:1px solid #d5d6eb;border-radius:12px;background:#fdfbfa;box-shadow:0 1px 2px #1d1f410d;padding:10px 14px;display:flex;align-items:center;gap:8px}.invitation-treatment-modal__editable input{border:none;background:transparent;color:#383b57;font-size:16px;line-height:24px;width:100%;min-width:0;padding:0}.invitation-treatment-modal__editable input:focus{outline:none}.invitation-treatment-modal__editable svg{color:#8d91cb;flex-shrink:0}.invitation-treatment-modal__date-field{display:grid;grid-template-columns:200px minmax(0,1fr);gap:32px;align-items:start;width:100%}.invitation-treatment-modal__date-field>label{margin:0;color:#383b57;font-size:14px;line-height:20px;font-weight:500;padding-top:10px}.invitation-treatment-modal__date-field .register-field__content{width:100%}.invitation-treatment-modal__row .ui-document-group{margin:0}.invitation-treatment-modal__schedule{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px}.invitation-treatment-modal__schedule-item{display:flex;flex-direction:column;gap:6px}.invitation-treatment-modal__schedule-item p{margin:0;color:#383b57;font-size:14px;line-height:20px;font-weight:500}.invitation-treatment-modal__divider{width:100%;height:1px;background:#e2e4f3}.invitation-treatment-modal__actions{display:flex;justify-content:flex-end;gap:12px}.invitation-supplement-modal{width:min(840px,100%)}.invitation-supplement-modal__content{gap:20px}.invitation-supplement-modal__input--disabled{background:#f4f4f5;border-color:#d5d6eb}.invitation-supplement-modal__input--disabled input:disabled{color:#c6c7cf;-webkit-text-fill-color:#c6c7cf;opacity:1}.invitation-supplement-modal__dates .ui-input-field>label,.invitation-supplement-modal__content .register-field>label{color:#383b57}.invitation-supplement-modal__date-label-spacer{display:block;height:20px}.invitation-supplement-modal__date-compound{border-color:#d5d6eb}.invitation-supplement-modal__date-compound .date-picker__addon{color:#c6c7cf}.invitation-supplement-modal__textarea-wrapper{opacity:1;background:#f4f4f5;border-color:#d5d6eb;padding:14px 0 14px 14px}.invitation-supplement-modal__textarea{min-height:96px;max-height:96px;overflow-y:auto;box-sizing:border-box;color:#c6c7cf;padding:0;scrollbar-gutter:auto;scrollbar-width:thin;scrollbar-color:#d9d9df transparent}.invitation-supplement-modal__textarea:disabled{color:#c6c7cf;-webkit-text-fill-color:#c6c7cf;opacity:1}.invitation-supplement-modal__actions{padding-top:4px}.invitation-supplement-modal__actions .invitation-modal__button--primary,.invitation-supplement-modal__actions .invitation-modal__button--secondary{min-width:150px}.invitation-flow-modal{width:min(860px,calc(100vw - 48px));max-height:calc(100vh - 48px);border-radius:30px;background:#fdfbfa;box-shadow:0 8px 8px -4px #0a0d1208,0 20px 24px -4px #0a0d1214;display:flex;flex-direction:column;overflow:hidden}.invitation-flow-modal--success{width:min(610px,calc(100vw - 48px))}.invitation-flow-modal__scroll{max-height:calc(100vh - 48px);overflow-y:auto;padding:32px;display:flex;flex-direction:column;gap:24px;overscroll-behavior:contain}.invitation-flow-modal__header{display:grid;gap:2px}.invitation-flow-modal__header h2,.invitation-flow-modal__success-copy h2{margin:0;color:#434d9c;font-size:18px;line-height:28px;font-weight:600}.invitation-flow-modal__header p,.invitation-flow-modal__success-copy p{margin:0;color:#1d1f41;font-size:14px;line-height:20px}.invitation-flow-modal__divider{width:100%;height:1px;margin-top:14px;background:#e2e4f3}.invitation-flow-modal__actions{width:min(370px,100%);margin-top:auto;margin-left:auto;display:flex;justify-content:flex-end;gap:12px;padding-bottom:var(--modal-actions-bottom-gap)}.invitation-flow-modal__actions .auth-btn,.invitation-flow-modal__success-actions .auth-btn{min-width:160px}.invitation-flow-modal__success{min-height:310px;padding:32px;display:grid;gap:28px}.invitation-flow-modal__success-copy{display:grid;gap:8px}.invitation-flow-modal__success-copy h2{font-size:18px}.invitation-flow-modal__success-copy p{color:#383b57}.invitation-flow-modal__success-actions{margin-top:auto;margin-left:auto;padding-bottom:var(--modal-actions-bottom-gap)}.pro-treatments{width:100%;display:grid;grid-template-rows:auto minmax(0,1fr);min-height:calc(100vh - 79px);background:#fdfbfa}.pro-treatments__title-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;border-bottom:1px solid #e2e4f3;padding:20px 24px 19px}.pro-treatments__title-bar h1{margin:0;color:#1d1f41;font-size:18px;line-height:28px;font-weight:500}.pro-treatments__title-actions{display:flex;align-items:center;gap:12px}.pro-treatments__body{display:flex;align-items:stretch;justify-content:center;width:100%;padding:0;min-height:0}.pro-treatments__state{width:min(420px,calc(100% - 48px));margin:auto;display:grid;gap:10px;justify-items:center;text-align:center;color:#565870}.pro-treatments__state .pro-patients__ghost-button{min-width:140px}.pro-treatments__state--error{color:#8b4f5d}.pro-treatments__timeline{width:100%;display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0}.pro-treatments__filters-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 12px 12px 16px;border-bottom:1px solid #e2e4f3}.pro-treatments__filters-period{display:inline-flex;align-items:center;gap:8px;min-width:0}.pro-treatments__filters-period h2{margin:0;color:#3a3c7f;font-size:clamp(18px,1.2vw + 10px,28px);line-height:1.2;font-weight:500;white-space:nowrap}.pro-treatments__icon-button{width:40px;height:40px;border:none;border-radius:8px;background:transparent;color:#3a3c7f;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.pro-treatments__icon-button:hover{background:#434d9c14}.pro-treatments__filters-actions{display:inline-flex;align-items:center;gap:12px}.pro-treatments__view-menu{position:relative}.pro-treatments__view-menu-button{min-width:125px}.pro-treatments__view-menu-button.is-open,.pro-treatments__filter-button.is-open{background:#f5f5fc;border-color:#abacda;box-shadow:0 1px 2px #1d1f410d,0 0 0 4px #e2e4f3}.pro-treatments__filter-button{min-width:100px}.pro-treatments__filter-button svg{width:20px;height:20px}.pro-treatments__menu-chevron{transition:transform .18s ease}.pro-treatments__menu-chevron.is-open{transform:rotate(180deg)}.pro-treatments__view-menu-options{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;border:1px solid #e2e4f3;border-radius:14px;background:#fdfbfa;box-shadow:0 12px 16px -4px #1d1f4114,0 4px 6px -2px #1d1f4108;z-index:4;padding:0;overflow:hidden}.pro-treatments__view-menu-option{width:100%;border:none;border-radius:0;background:transparent;color:#383b57;font-size:14px;line-height:20px;font-weight:500;text-align:left;padding:10px 16px;display:flex;align-items:center;gap:12px;cursor:pointer}.pro-treatments__view-menu-option:hover{background:#f5f5fc}.pro-treatments__view-menu-option.is-selected{background:#e2e4f3;color:#1d1f41}.pro-treatments__radio,.pro-treatments__checkbox{width:16px;height:16px;border:1px solid #e2e4f3;background:#fdfbfa;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.pro-treatments__radio{border-radius:999px}.pro-treatments__radio.is-selected{border-color:#434d9c}.pro-treatments__radio-dot{width:6px;height:6px;border-radius:999px;background:#434d9c;opacity:0}.pro-treatments__radio.is-selected .pro-treatments__radio-dot{opacity:1}.pro-treatments__checkbox{border-radius:4px;position:relative}.pro-treatments__checkbox.is-selected{border-color:#434d9c;background:#e2e4f3}.pro-treatments__checkbox-check{position:absolute;top:50%;left:50%;width:8px;height:5px;border-left:1.5px solid #434d9c;border-bottom:1.5px solid #434d9c;transform:translate(-50%,-60%) rotate(-45deg);opacity:0}.pro-treatments__checkbox.is-selected .pro-treatments__checkbox-check{opacity:1}.pro-treatments__filter-menu-options{min-width:240px}.pro-treatments__timeline-content{display:grid;grid-template-rows:minmax(0,1fr);padding:24px 32px;min-height:0;overflow:hidden}.pro-treatments__timeline-skeleton{position:absolute;inset:0;display:block;background:transparent;pointer-events:none;z-index:4}.pro-treatments__timeline-skeleton-item{position:absolute;display:grid;gap:8px;width:max-content;max-width:calc(100% - 36px)}.pro-treatments__timeline-scroll{overflow-x:auto;overflow-x:overlay;overflow-y:auto;width:100%;height:100%;min-height:0;-ms-overflow-style:none;scrollbar-width:none;cursor:grab;touch-action:pan-x pan-y}.pro-treatments__timeline-scroll.is-panning{cursor:grabbing}.pro-treatments__timeline-scroll,.pro-treatments__timeline-scroll *,.pat-my-treatments__timeline-scroll,.pat-my-treatments__timeline-scroll *{user-select:none;-webkit-user-select:none}.pro-treatments__timeline-trigger,.pro-treatments__timeline-label,.pro-treatments__timeline-bar,.pro-treatments__timeline-bar-progress,.pat-my-treatments__timeline-trigger{-webkit-user-drag:none}.pro-treatments__timeline-scroll::-webkit-scrollbar{width:0;height:0;display:none}.pro-treatments__timeline-scroll--professional{overflow-y:hidden;touch-action:pan-x}.pro-treatments__timeline-inner{min-width:100%}.pro-treatments__timeline-axis{display:grid;padding-bottom:16px;color:#898b9b;font-size:12px;line-height:18px;font-weight:400;text-align:center;-webkit-user-select:none;user-select:none;gap:0}.pro-treatments__timeline-axis>span{align-items:center;display:inline-flex;justify-content:center;text-align:center}.pro-treatments__timeline-grid-wrap{position:relative;border-radius:12px;box-shadow:0 1px 2px #1d1f411a,0 1px 3px #1d1f410f;overflow:visible;min-height:0;background:#e8e9ec}.pro-treatments__timeline-clip{border-radius:12px;height:100%;overflow:hidden;position:relative}.pro-treatments__timeline-grid{display:grid;background:#e8e9ec;gap:0;min-height:100%}.pro-treatments__timeline-column{min-height:580px;background:#f8f3f1}.pro-treatments .pro-treatments__timeline-column{box-sizing:border-box;border-right:2px solid #e8e9ec}.pro-treatments .pro-treatments__timeline-column:first-child{border-left:2px solid #e8e9ec}.pro-treatments__timeline-now-marker{position:absolute;top:-10px;width:1px;transform:translate(-50%);background:#6468b9;z-index:2}.pro-treatments__timeline-now-dot{position:absolute;top:0;left:50%;width:6px;height:6px;border-radius:999px;background:#434d9c;transform:translate(-50%,-45%)}.pro-treatments__timeline-rows{position:absolute;inset:0;z-index:3;overflow-x:hidden;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none;overscroll-behavior:contain}.pro-treatments__timeline-rows.is-scrollable{overflow-y:auto;overflow-y:overlay}.pro-treatments__timeline-rows::-webkit-scrollbar{width:0;height:0;display:none}.pro-treatments__timeline-rows-canvas{min-height:100%;position:relative}.pro-treatments__timeline-item{position:absolute;display:grid;padding-top:20px}.pro-treatments__timeline-trigger{border:none;background:transparent;padding:0;margin:0;display:grid;gap:4px;text-align:left;width:100%;cursor:pointer}.pro-treatments__timeline-trigger:focus-visible{outline:2px solid #8d91cb;outline-offset:3px;border-radius:8px}.pro-treatments__timeline-label{position:absolute;top:0;left:0;margin:0;color:#1d1f41;font-size:14px;line-height:20px;font-weight:500;white-space:nowrap;overflow:visible;text-overflow:unset;user-select:none;-webkit-user-select:none}.pro-treatments__timeline-trigger--label-to-left .pro-treatments__timeline-label{left:auto;right:0;text-align:right}.pro-treatments__timeline-trigger--label-edge-start .pro-treatments__timeline-label{left:6px}.pro-treatments__timeline-trigger--label-edge-end.pro-treatments__timeline-trigger--label-to-left .pro-treatments__timeline-label,.pro-treatments__timeline-trigger--label-edge-end.pat-my-treatments__timeline-trigger--label-to-left .pro-treatments__timeline-label{right:6px}.pro-treatments__timeline-trigger:hover .pro-treatments__timeline-label{color:#434d9c;text-decoration:none}.pro-treatments__timeline-bar{width:100%;height:10px;border-radius:30px;background:#d5d6eb;overflow:hidden}.pro-treatments__timeline-bar--supplement{background:#ebd5e5}.pro-treatments__timeline-bar--supplement .pro-treatments__timeline-bar-progress{background:#b666a3}.pro-treatments__timeline-bar--clipped-start{border-top-left-radius:0;border-bottom-left-radius:0}.pro-treatments__timeline-bar--clipped-end{border-top-right-radius:0;border-bottom-right-radius:0}.pro-treatments__timeline-bar-progress{display:block;height:100%;border-radius:8px;background:#434d9c}.pro-treatments__timeline-bar-progress--clipped-start{border-top-left-radius:0;border-bottom-left-radius:0}.pro-treatments__timeline-bar-progress--clipped-end{border-top-right-radius:0;border-bottom-right-radius:0}.pro-treatments__timeline-trigger:hover .pro-treatments__timeline-bar{background:#c8cae7}.pro-treatments__timeline-trigger:hover .pro-treatments__timeline-bar-progress{background:#3a3c7f}.pro-treatments__timeline-item--supplement .pro-treatments__timeline-trigger:hover .pro-treatments__timeline-bar{background:#ebd5e5}.pro-treatments__timeline-item--supplement .pro-treatments__timeline-trigger:hover .pro-treatments__timeline-bar-progress{background:#b666a3}.pro-treatments__timeline-item--supplement.pro-treatments__timeline-item--pending .pro-treatments__timeline-bar{background:#ebd5e580}.pro-treatments__timeline-item--supplement.pro-treatments__timeline-item--pending .pro-treatments__timeline-bar-progress{background:#b666a38c}.pro-treatments__timeline-item--supplement.pro-treatments__timeline-item--pending .pro-treatments__timeline-trigger:hover .pro-treatments__timeline-bar{background:#ebd5e580}.pro-treatments__timeline-item--supplement.pro-treatments__timeline-item--pending .pro-treatments__timeline-trigger:hover .pro-treatments__timeline-bar-progress{background:#b666a38c}.pro-treatments__timeline-item--pending .pro-treatments__timeline-bar{background:#434d9c2e}.pro-treatments__timeline-item--pending .pro-treatments__timeline-bar-progress{background:#434d9c6b}.pro-treatments__timeline-item--suspended .pro-treatments__timeline-bar{background:#d7424233}.pro-treatments__timeline-item--suspended .pro-treatments__timeline-bar-progress{background:#d742427a}.pro-treatments__timeline-item--pending .pro-treatments__timeline-label,.pro-treatments__timeline-item--suspended .pro-treatments__timeline-label{opacity:.72}.pro-treatments-drawer__backdrop{position:fixed;inset:0;background:#1d1f411f;display:flex;justify-content:flex-end;z-index:80;animation:pro-profile-drawer-backdrop-in .22s ease-out}.pro-treatments-drawer__backdrop--closing{animation:pro-profile-drawer-backdrop-out .22s ease-in forwards}.pro-treatments-drawer{width:min(100vw,640px);height:100vh;background:#fbf7f6;border-left:1px solid #e2e3f2;box-shadow:0 24px 48px -12px #1d1f412e;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;animation:pro-profile-drawer-slide-in .32s cubic-bezier(.4,0,.2,1)}.pro-treatments-drawer--closing{animation:pro-profile-drawer-slide-out .32s cubic-bezier(.4,0,.2,1) forwards}.pro-treatments-drawer__topbar{min-height:79px;border-bottom:1px solid #e2e3f2;display:flex;align-items:center;justify-content:flex-end;padding:0 32px}.pro-treatments-drawer__close{border:none;background:transparent;color:#3a3c7f;width:24px;height:24px;cursor:pointer}.pro-treatments-drawer__patient-head{border-bottom:1px solid #e2e3f2;padding:20px 32px 19px;display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.pro-treatments-drawer__patient-copy{min-width:0}.pro-treatments-drawer__patient-copy--loading{display:grid;gap:8px}.pro-treatments-drawer__patient-name-wrap{display:flex;align-items:flex-start;gap:8px;min-width:0;flex-wrap:nowrap}.pro-treatments-drawer__patient-name-wrap h3{margin:0;color:#434d9c;font-size:30px;line-height:30px;font-weight:600;min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pro-treatments-drawer__patient-copy p{margin:0;color:#383b57;font-size:16px;line-height:24px}.pro-treatments-drawer__status-badge{display:inline-flex;align-items:center;align-self:flex-start;gap:6px;border-radius:16px;padding:2px 10px 2px 8px;background:#e2e4f3;color:#434d9c;font-size:14px;line-height:20px;font-weight:500;white-space:nowrap;flex:0 0 auto}.pro-treatments-drawer__status-badge>span{width:8px;height:8px;border-radius:999px;background:#434d9c}.pro-treatments-drawer__patient-actions{display:flex;align-items:center;gap:12px;margin-top:0}.pro-treatments-drawer__patient-actions .pro-patients__primary-button{min-height:36px;border-radius:18px;padding:8px 14px;font-size:13px;line-height:18px}.pro-treatments-drawer__mail-button{width:36px;height:36px;border-radius:18px;border:1px solid #8d91cb;color:#434d9c;background:#fdfbfa80;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.pro-treatments-drawer__mail-button:hover:not(:disabled){background:#eef0f8;border-color:#6f74b8;color:#323777}.pro-treatments-drawer__mail-button:disabled{opacity:.6;cursor:not-allowed}.pro-treatments-drawer__progress-head{border-bottom:1px solid #e2e3f2;padding:0 0 19px;margin-bottom:20px}.pro-treatments-drawer__progress-head p{margin:0;color:#434d9c;font-size:14px;line-height:20px;font-weight:600}.pro-treatments-drawer__progress-track{margin-top:4px;width:100%;height:12px;border-radius:24px;background:#e8e9ec;overflow:hidden}.pro-treatments-drawer__progress-track>span{display:block;height:100%;background:#434d9c;border-radius:24px}.pro-treatments-drawer__progress-track--suspended>span{background:#d46a6a}.pro-treatments-drawer__progress-track--supplement>span{background:#b666a3}.pro-treatments-drawer__progress-track.pro-treatments-drawer__progress-track--supplement{background:#ebd5e5}.pro-treatments-drawer__progress-head small{margin-top:4px;display:inline-block;color:#383b57;font-size:14px;line-height:20px}.pro-treatments-drawer__status-inline{display:inline-flex;align-items:center;gap:8px}.pro-treatments-drawer__status-inline small{margin:0;color:#383b57;font-size:14px;line-height:20px;font-weight:500}.pro-treatments-drawer__content{min-height:0;overflow-y:auto;padding:20px 18px 20px 32px;overscroll-behavior:contain;scrollbar-width:auto;scrollbar-color:#c9cedf #f2f3f8}.pro-treatments-drawer__content::-webkit-scrollbar{width:clamp(.5rem,.65vw,.75rem)}.pro-treatments-drawer__content::-webkit-scrollbar-track{background:#f2f3f8;border-radius:clamp(.375rem,.8vw,.5rem);margin-block:clamp(.25rem,.6vh,.5rem)}.pro-treatments-drawer__content::-webkit-scrollbar-thumb{background:#c9cedf;border-radius:clamp(.375rem,.8vw,.5rem);border:clamp(1px,.14vw,2px) solid #f2f3f8;background-clip:content-box}.pro-treatments-drawer__feedback{display:grid;place-items:center;gap:8px;min-height:240px;text-align:center;color:#565870}.pro-treatments-drawer__feedback--error{color:#8b4f5d}.pro-treatments-drawer__loading{display:grid;gap:16px}.pro-treatments-drawer__rows{display:grid;gap:8px}.pro-treatments-drawer__row{display:grid;grid-template-columns:130px minmax(0,1fr);gap:48px;align-items:start}.pro-treatments-drawer__row>p{margin:0;color:#383b57;font-size:14px;line-height:20px;font-weight:500;padding-top:10px}.app-readonly-field,.pro-treatments-drawer__readonly{min-height:44px;border:1px solid #d5d6eb;border-radius:12px;background:#f4f4f5;box-shadow:0 1px 2px #1d1f410d;color:#c6c7cf;font-size:16px;line-height:24px;padding:10px 14px;display:flex;align-items:center;gap:8px;width:100%;box-sizing:border-box}.app-readonly-field.with-icon,.pro-treatments-drawer__readonly.with-icon{justify-content:space-between}.app-readonly-field.with-icon svg,.pro-treatments-drawer__readonly.with-icon svg{color:#b0b3d0}.pro-treatments-drawer__readonly--textarea{min-height:173px;max-height:202px;align-items:flex-start;overflow-y:auto;white-space:pre-wrap}.app-readonly-field--multiline{min-height:148px;align-items:flex-start;white-space:pre-wrap}.pro-treatments-drawer__dose-input{min-height:44px;border:1px solid #d5d6eb;border-radius:12px;background:#fdfbfa;box-shadow:0 1px 2px #1d1f410d;display:grid;grid-template-columns:auto minmax(0,1fr)}.pro-treatments-drawer__dose-input>span{color:#1d1f41;font-size:16px;line-height:24px;padding:10px 12px 10px 14px;display:inline-flex;align-items:center}.pro-treatments-drawer__dose-input>input{border:none;border-left:1px solid #d5d6eb;border-radius:0 12px 12px 0;padding:10px 14px;color:#383b57;font-size:16px;line-height:24px;background:transparent}.pro-treatments-drawer__dose-input>input:focus{outline:none}.pro-treatments-drawer__dose-input.has-error{border-color:#d46a6a}.pro-treatments-drawer__schedule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.pro-treatments-drawer__schedule-grid>div{display:grid;gap:6px}.pro-treatments-drawer__schedule-grid>div>span{color:#383b57;font-size:14px;line-height:20px;font-weight:500}.pro-treatments-drawer__date-field{display:grid;grid-template-columns:130px minmax(0,1fr);gap:48px;align-items:start}.pro-treatments-drawer__date-field>label{margin:0;color:#383b57;font-size:14px;line-height:20px;font-weight:500;padding-top:10px}.pro-treatments-drawer__textarea-block{margin-top:32px;display:grid;gap:6px}.pro-treatments-drawer__textarea-block>label{color:#383b57;font-size:14px;line-height:20px;font-weight:500}.pro-treatments-drawer__textarea-wrap{border:1px solid #d5d6eb;border-radius:12px;background:#fdfbfa;box-shadow:0 1px 2px #1d1f410d;padding:14px 0 14px 14px}.pro-treatments-drawer__textarea-wrap.has-error{border-color:#d46a6a}.pro-treatments-drawer__textarea-wrap>textarea{width:100%;border:none;padding:0 14px 0 0;margin:0;resize:vertical;background:transparent;color:#383b57;font-size:16px;line-height:24px;font-family:inherit;box-sizing:border-box;display:block}.pro-treatments-drawer__textarea-wrap>textarea:focus{outline:none}.pro-treatments-drawer__actions{border-top:1px solid #e2e3f2;padding:12px 32px 24px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pro-treatments-drawer__form-error{margin:0;width:100%;color:#b04949;font-size:13px;line-height:18px}.pro-treatments-drawer__suspend-button{min-height:40px;border-radius:20px;border:1px solid #f4a490;background:#fdfbfa;color:#cc3913;font-size:14px;line-height:20px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.pro-treatments-drawer__suspend-button:hover:not(:disabled){background:#fff0ec;border-color:#e98970;color:#b43310}.pro-treatments-drawer__suspend-button:disabled,.pro-treatments-drawer__suspend-button:disabled:hover{background:#f4f4f5;border-color:#d5d6eb;color:#9d9fae;cursor:not-allowed}.pro-treatments-drawer__actions .pro-patients__primary-button{min-height:40px;border-radius:20px;font-size:14px;line-height:20px;padding:8px 16px}.pro-treatments-drawer__actions .pro-patients__primary-button:disabled,.pro-treatments-drawer__actions .pro-patients__primary-button:disabled:hover{background:#8d91cb;border-color:#8d91cb;color:#fdfbfa;opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.pro-treatments-suspend-modal__backdrop{position:fixed;inset:0;background:#1d1f4159;z-index:90;display:grid;place-items:center;padding:24px}.pro-treatments-suspend-modal{width:min(560px,calc(100vw - 48px));border-radius:22px;border:1px solid #e2e4f3;background:#fdfbfa;box-shadow:0 20px 24px -4px #1d1f4114,0 8px 8px -4px #1d1f4108;padding:20px;display:grid;gap:10px}.pro-treatments-suspend-modal__header{display:flex;justify-content:space-between;align-items:center}.pro-treatments-suspend-modal__header h3{margin:0;color:#1d1f41;font-size:20px;line-height:30px;font-weight:600}.pro-treatments-suspend-modal__header button{border:none;background:transparent;color:#565870;cursor:pointer}.pro-treatments-suspend-modal__description{margin:0;color:#383b57;font-size:14px;line-height:20px}.pro-treatments-suspend-modal__field{color:#383b57;font-size:14px;line-height:20px;font-weight:500}.pro-treatments-suspend-modal__textarea-wrap{border:1px solid #d5d6eb;border-radius:12px;padding:12px 14px;background:#fdfbfa}.pro-treatments-suspend-modal__textarea-wrap textarea{width:100%;border:none;resize:vertical;color:#383b57;font-family:inherit;font-size:16px;line-height:24px;background:transparent}.pro-treatments-suspend-modal__textarea-wrap textarea:focus{outline:none}.pro-treatments-suspend-modal__hint{color:#898b9b;font-size:12px;line-height:18px}.pro-treatments-suspend-modal__error{margin:0;color:#b04949;font-size:13px;line-height:18px}.pro-treatments-suspend-modal__actions{display:flex;justify-content:flex-end;gap:12px}.pro-treatments-suspend-modal__confirm-button.pro-patients__primary-button{background:#cc3913;border-color:#cc3913;box-shadow:0 1px 2px #0a0d120d}.pro-treatments-suspend-modal__confirm-button.pro-patients__primary-button:hover:not(:disabled){background:#b43310;border-color:#b43310;box-shadow:0 1px 2px #0a0d120d}.pro-treatments-suspend-modal__confirm-button.pro-patients__primary-button:disabled,.pro-treatments-suspend-modal__confirm-button.pro-patients__primary-button:disabled:hover{background:#f0b7aa;border-color:#f0b7aa;color:#fff6f4;box-shadow:0 1px 2px #0a0d120d;transform:none;cursor:not-allowed}.pro-treatments__empty-state{width:min(400px,100%);margin:auto;display:grid;gap:24px;justify-items:center;text-align:center;padding:clamp(36px,7vh,84px) 24px 24px}.pro-treatments__empty-icon{border-radius:28px}.pro-treatments__empty-copy{display:grid;gap:4px}.pro-treatments__empty-copy h2{margin:0;color:#1d1f41;font-size:16px;line-height:24px;font-weight:600}.pro-treatments__empty-copy p{margin:0;color:#565870;font-size:14px;line-height:20px;font-weight:400}.pro-treatments__empty-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.pro-treatments__empty-actions .pro-patients__ghost-button,.pro-treatments__empty-actions .pro-patients__primary-button{width:100%;min-height:40px;padding:10px 16px;font-size:14px;line-height:20px}.pro-treatments__empty-actions .pro-patients__ghost-button span,.pro-treatments__empty-actions .pro-patients__primary-button span{white-space:nowrap}.pro-treatments__filtered-empty-state{flex:1 1 auto;display:grid;place-content:center;justify-items:center;gap:12px;text-align:center;padding:32px 24px}.pro-treatments__filtered-empty-state p{margin:0;color:#565870;font-size:14px;line-height:20px;font-weight:500}.pro-treatments-picker__backdrop{position:fixed;inset:0;display:grid;place-items:center;padding:clamp(16px,2.5vw,32px);background:#1d1f41b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:50}.pro-treatments-picker{width:min(780px,calc(100vw - clamp(24px,5vw,64px)));max-height:min(900px,calc(100vh - clamp(24px,5vh,64px)));overflow-x:hidden}.pro-treatments-picker__scroll{padding-bottom:clamp(22px,2.4vw,32px)}.pro-treatments-picker__step{gap:20px}.pro-treatments-picker__search-wrap{padding:0}.pro-treatments-picker__search{max-width:none}.pro-treatments-picker__search.pro-patients__search{width:100%;max-width:100%;flex:1 1 auto}.pro-treatments-picker__list{min-height:320px;overflow-y:auto;overflow-x:hidden;padding:0;display:grid;align-content:start;gap:12px}.pro-treatments-picker__table-card{min-height:0;border:0;border-radius:0;background:transparent;box-shadow:none}.pro-treatments-picker__table-header,.pro-treatments-picker__row{grid-template-columns:minmax(0,1.2fr) minmax(170px,.8fr) minmax(170px,.8fr) 96px}.pro-treatments-picker__table-header{border-bottom:1px solid #e2e3f2}.pro-treatments-picker__table-header .pro-patients__column-name,.pro-treatments-picker__table-header .pro-patients__header-cell{white-space:nowrap}.pro-treatments-picker__header-cell--document-type{transform:translate(0)!important}.pro-treatments-picker__header-cell--document-number{transform:translate(8px)!important}.pro-treatments-picker__table-body{overflow:visible;overflow-x:hidden}.pro-treatments-picker__row{position:relative;width:100%;border:0;border-radius:0;background:transparent;cursor:pointer;text-align:left;transition:background-color .18s ease,box-shadow .18s ease,border-color .18s ease}.pro-treatments-picker__row:hover{background:#f5f6fd}.pro-treatments-picker__row:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #434d9c33}.pro-treatments-picker__row--selected{background:#eef1ff;box-shadow:inset 0 0 0 1px #434d9c24}.pro-treatments-picker__row--skeleton{cursor:default}.pro-treatments-picker__row--skeleton:hover{background:transparent}.pro-treatments-picker__patient-name,.pro-treatments-picker__patient-document{display:inline-flex;align-items:center;min-width:0;color:#383b57;font-size:14px;line-height:20px;font-weight:400}.pro-treatments-picker__patient-name{color:#1d1f41}.pro-treatments-picker__patient-document{color:#565870}.pro-treatments-picker__table-body>.pro-treatments-picker__row>.pro-patients__cell:nth-child(2){justify-content:center;text-align:center}.pro-treatments-picker__selection-cell{position:absolute;top:50%;right:12%;transform:translateY(-50%);min-height:0;width:auto;justify-content:center!important;padding:0!important;pointer-events:none}.pro-treatments-picker__selection-cell .pro-treatments-picker__selection-indicator{margin:0}.pro-treatments-picker__table-header>.pro-patients__header-cell:last-child,.pro-treatments-picker__table-body>.pro-treatments-picker__row>.pro-patients__cell:last-child{justify-content:flex-end;padding-left:0;padding-right:0}.pro-treatments-picker__selection-indicator{width:22px;height:22px;border-radius:999px;border:1.5px solid #c8cce7;background:#fff;color:transparent;display:inline-flex;align-items:center;justify-content:center;transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease}.pro-treatments-picker__selection-indicator--selected{border-color:#434d9c;background:#434d9c;color:#fdfbfa;transform:scale(1.02)}.pro-treatments-picker__state{min-height:180px;display:grid;place-content:center;gap:8px;justify-items:center;text-align:center;color:#565870}.pro-treatments-picker__state--error{color:#8b4f5d}.pro-treatments-picker__spinner{animation:pro-spin 1s linear infinite}.pro-treatments-picker__loading-more{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#717288;font-size:13px;line-height:18px}.pro-treatments-picker__sentinel{width:100%;height:2px}.pro-treatments-picker__footer{width:fit-content;margin-top:auto;gap:10px}.pro-treatments-picker__footer .auth-btn{min-width:118px;padding-inline:18px}.pro-patients{width:100%;display:grid;grid-template-rows:auto auto minmax(0,1fr);min-height:calc(100vh - 79px);background:#fdfbfa;border-radius:12px;overflow:hidden}.pro-patients__title-bar,.pro-patients__filters-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;border-bottom:1px solid #e2e4f3}.pro-patients__title-bar{padding:20px 24px 19px}.pro-patients__title-bar h1{margin:0;color:#1d1f41;font-size:18px;line-height:28px;font-weight:500}.pro-patients__filters-bar{padding:12px 16px}.pro-patients__title-actions,.pro-patients__filters-actions,.pro-patients__modal-actions{display:flex;align-items:center;gap:12px}.pro-patients__search{flex:1 1 320px;width:100%;max-width:320px;min-height:44px;border:1px solid #d5d6eb;border-radius:12px;background:#fdfbfa;color:#898b9b;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;box-shadow:0 1px 2px #1d1f410d;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.pro-patients__search:focus-within{border-color:#434d9c;background:#fff;box-shadow:0 0 0 4px #434d9c1f}.pro-patients__search-icon{width:20px;height:20px;flex:0 0 auto;color:#898b9b;display:inline-flex;align-items:center;justify-content:center}.pro-patients__search input{width:100%;border:none;background:transparent;color:#1d1f41;font-size:16px;line-height:24px;outline:none;appearance:none;-webkit-appearance:none;padding:0;margin:0}.pro-patients__search input::placeholder{color:#898b9b}.pro-patients__search input::-webkit-search-decoration,.pro-patients__search input::-webkit-search-cancel-button,.pro-patients__search input::-webkit-search-results-button,.pro-patients__search input::-webkit-search-results-decoration{-webkit-appearance:none}.pro-patients__ghost-button,.pro-patients__primary-button,.pro-patients__pagination-button,.pro-patients__icon-action,.pro-patients__menu-button,.pro-patients__copy-button,.pro-patients__summary-close,.pro-patients__column-name{border:none;background:transparent;font:inherit}.pro-patients__ghost-button,.pro-patients__primary-button{min-height:40px;min-width:fit-content;padding:9px 16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.pro-patients__ghost-button{border:1px solid #8d91cb;background:#fdfbfa80;color:#3a3c7f}.pro-patients__ghost-button:hover{background:var(--cta-secondary-hover-bg);border-color:var(--cta-secondary-hover-border);color:var(--cta-secondary-hover-color)}.pro-patients__ghost-button--active{background:#f5f5fc;border-color:#abacda;box-shadow:0 0 0 4px #e2e4f3}.pro-patients__primary-button{border:1px solid #434d9c;background:#434d9c;color:#fdfbfa;box-shadow:0 1px 2px #0a0d120d}.pro-patients__primary-button:hover{background:var(--cta-primary-hover-bg);border-color:var(--cta-primary-hover-border);box-shadow:var(--cta-primary-hover-shadow);transform:translateY(-1px)}.pro-patients__sort-icon--desc{transform:rotate(180deg)}.pro-patients__filter-wrapper,.pro-patients__cell--actions{position:relative}.pro-patients__filter-dropdown,.pro-patients__actions-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:240px;border:1px solid #e2e4f3;border-radius:8px;background:#fdfbfa;box-shadow:0 12px 16px -4px #1d1f4114,0 4px 6px -2px #1d1f4108;overflow:hidden;z-index:12}.pro-patients__filter-option,.pro-patients__actions-option{width:100%;min-height:44px;border:none;background:#fdfbfa;color:#383b57;display:flex;align-items:center;gap:12px;padding:10px 16px;text-align:left;cursor:pointer;transition:background-color .18s ease,color .18s ease}.pro-patients__filter-option:hover,.pro-patients__actions-option:hover{background:#f5f5fc}.pro-patients__filter-option--selected{background:#fdfbfa}.pro-patients__actions-divider{width:100%;height:1px;background:#e2e4f3}.pro-patients__actions-option:disabled{color:#9c9eb0;cursor:not-allowed}.pro-patients__actions-option:disabled:hover{background:#fdfbfa}.pro-patients__filter-checkbox{width:16px;height:16px;border:1px solid #d5d6eb;border-radius:4px;background:#fdfbfa;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#434d9c;overflow:hidden}.pro-patients__filter-checkbox--selected{border-color:#434d9c;background:#e2e4f3}.pro-patients__filter-label{color:#383b57;font-size:14px;line-height:20px;font-weight:500}.pro-patients__actions-option--danger{color:#e43f16}.pro-patients__empty-state{width:100%;display:grid;justify-items:center;align-content:center;padding:40px 32px 48px;min-height:min(52vh,411px);text-align:center}.pro-patients__empty-state-shell{width:min(100%,400px);display:grid;justify-items:center;gap:24px}.pro-patients__empty-state-content{width:100%;display:grid;justify-items:center;gap:16px}.pro-patients__empty-icon{width:56px;height:56px;border-radius:32px;background:#c6c7e6;border:8px solid #e2e4f3;color:#434d9c;display:grid;place-items:center}.pro-patients__empty-copy{width:100%;display:grid;gap:4px;justify-items:center}.pro-patients__empty-copy h2{margin:0;color:#1d1f41;font-size:16px;line-height:24px;font-weight:600}.pro-patients__empty-copy p{max-width:368px;margin:0;color:#565870;font-size:14px;line-height:20px}.pro-patients__empty-actions{display:flex;justify-content:center}.pro-patients__empty-actions .pro-patients__primary-button{min-width:148px}.pro-patients__table-card{display:grid;grid-template-rows:auto 1fr auto;min-height:0}.pro-patients__table-header,.pro-patients__table-row{display:grid;grid-template-columns:minmax(260px,1fr) 160px 96px 96px 96px 72px;align-items:center}.pro-patients__table-header{min-height:44px;background:#f1f1f9;border-bottom:1px solid #e2e3f2;color:#6468b9;font-size:12px;line-height:18px;font-weight:500}.pro-patients__header-cell{min-height:44px;padding:0 16px;display:flex;align-items:center;justify-content:center;text-align:center}.pro-patients__header-cell:not([aria-hidden=true]){transform:translate(-14px)}.pro-patients__column-name,.pro-patients__cell{min-height:72px;padding:0 16px;display:flex;align-items:center;justify-content:center;gap:12px;color:#383b57}.pro-patients__column-name{min-height:44px;justify-content:flex-start;color:inherit;font-weight:500;white-space:nowrap}.pro-patients__column-sort{border:none;background:transparent;font:inherit;color:inherit;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.pro-patients__table-body{min-height:0;overflow-y:auto;scrollbar-gutter:stable}.pro-patients__table-row{border-bottom:1px solid #e2e3f2}.pro-patients__cell--name{justify-content:flex-start}.pro-patients__name-link{border:none;background:transparent;color:inherit;cursor:pointer;font:inherit;line-height:inherit;padding:0}.pro-patients__name-link>span{display:inline-block;position:relative}.pro-patients__name-link>span:after{content:"";position:absolute;left:50%;bottom:-2px;width:100%;height:1.5px;background:currentColor;transform:translate(-50%) scaleX(0);transform-origin:center;transition:transform .22s ease}.pro-patients__name-link:hover,.pro-patients__name-link:focus-visible{color:#434d9c}.pro-patients__name-link:hover>span:after,.pro-patients__name-link:focus-visible>span:after{transform:translate(-50%) scaleX(1)}.pro-patients__status-badge{min-height:24px;border-radius:16px;display:inline-flex;align-items:center;gap:6px;padding:2px 8px 2px 6px;font-size:12px;line-height:18px;font-weight:500;mix-blend-mode:multiply}.pro-patients__status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.pro-patients__status-badge--in-treatment .pro-patients__status-dot,.pat-my-treatments__status-badge--active .pat-my-treatments__status-dot,.pat-my-treatments__status-badge--treatment-active .pat-my-treatments__status-dot,.pat-my-treatments__status-badge--supplement-active .pat-my-treatments__status-dot,.pro-patient-profile__simple-list .state-active .pro-patient-profile__supplement-status-dot{background:transparent;height:8px;position:relative;width:8px}.pro-patients__status-badge--in-treatment .pro-patients__status-dot:after{background:#206f90;border-radius:999px;content:"";inset:1px;position:absolute}.pat-my-treatments__status-badge--active .pat-my-treatments__status-dot:after,.pat-my-treatments__status-badge--treatment-active .pat-my-treatments__status-dot:after,.pat-my-treatments__status-badge--supplement-active .pat-my-treatments__status-dot:after,.pro-patient-profile__simple-list .state-active .pro-patient-profile__supplement-status-dot:after{background:#12b76a;border-radius:999px;content:"";inset:1px;position:absolute}.pro-patients__status-badge--unlinked .pro-patients__status-dot,.pat-my-treatments__status-badge--finished .pat-my-treatments__status-dot,.pat-my-treatments__status-badge--treatment-rejected .pat-my-treatments__status-dot,.pat-my-treatments__status-badge--supplement-rejected .pat-my-treatments__status-dot,.pro-patient-profile__simple-list .state-rejected .pro-patient-profile__supplement-status-dot{background:transparent;height:8px;position:relative;width:8px}.pro-patients__status-badge--unlinked .pro-patients__status-dot:after,.pat-my-treatments__status-badge--finished .pat-my-treatments__status-dot:after,.pat-my-treatments__status-badge--treatment-rejected .pat-my-treatments__status-dot:after,.pat-my-treatments__status-badge--supplement-rejected .pat-my-treatments__status-dot:after,.pro-patient-profile__simple-list .state-rejected .pro-patient-profile__supplement-status-dot:after{background:#f04438;border-radius:999px;content:"";inset:1px;position:absolute}.pro-patients__status-badge--unregistered{background:#fcf0da;color:#ee9c1a}.pro-patients__status-badge--linked{background:#dff5df;color:#3ea746}.pro-patients__status-badge--in-treatment{background:#d7f4ff;color:#206f90}.pro-patients__status-badge--unlinked{background:#f8d9d1;color:#e46342}.pro-patients__status-badge--inactive{background:#e8ebf3;color:#5f6780}.pro-patients__icon-action,.pro-patients__menu-button,.pro-patients__copy-button,.pro-patients__summary-close,.pro-patients__pagination-button{width:40px;height:40px;border-radius:12px;color:#434d9c;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .18s ease,color .18s ease}.pro-patients__icon-action:hover,.pro-patients__menu-button:hover,.pro-patients__copy-button:hover,.pro-patients__summary-close:hover,.pro-patients__pagination-button:hover{background:#f5f5fc}.pro-patients__icon-action:disabled,.pro-patients__menu-button:disabled,.pro-patients__pagination-button:disabled{opacity:.35;cursor:default;pointer-events:none}.pro-patients__icon-action.bo-users__action-button--danger:not(:disabled),.pro-patients__icon-action.bo-protocols__delete-button:not(:disabled){width:34px;height:34px;border:none;background:transparent;color:#e46342}.pro-patients__icon-action.bo-users__action-button--danger:hover:not(:disabled),.pro-patients__icon-action.bo-protocols__delete-button:hover:not(:disabled){background:#fdebe7;color:#c64a2f}.pro-patients__table-empty{min-height:320px;display:grid;place-items:center;color:#565870;font-size:14px;line-height:20px}.pro-patients__pagination{min-height:64px;border-top:1px solid #e2e4f3;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;position:sticky;bottom:0;z-index:6;background:#fdfbfa;color:#717288;font-size:14px;line-height:20px;font-weight:500}.pro-patients__pagination-control{width:40px;height:40px;border-radius:20px;border:1px solid #8d91cb;background:#fdfbfa80}.pro-patients__pagination-label{color:#717288;font-size:14px;line-height:20px;font-weight:500}.pro-patients__title-actions .pro-patients__ghost-button,.pro-patients__title-actions .pro-patients__primary-button,.pro-patients__filters-actions .pro-patients__ghost-button{white-space:nowrap}.pro-patients__modal-backdrop{position:fixed;inset:0;z-index:50;background:#1d1f41b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;padding:clamp(16px,2.5vw,32px);overscroll-behavior:contain}.pro-patients__modal{width:min(780px,calc(100vw - clamp(24px,5vw,64px)));max-height:min(900px,calc(100vh - clamp(24px,5vh,64px)));overflow:hidden;border-radius:clamp(24px,2.4vw,30px);background:#fdfbfa;box-shadow:0 20px 24px -4px #0a0d1214,0 8px 8px -4px #0a0d1208;display:flex;flex-direction:column}.pro-patients__modal:not(.pro-patients__modal--success){min-height:clamp(500px,72vh,680px)}.pro-patients__modal-scroll{flex:1 1 auto;max-height:inherit;overflow-y:auto;border-radius:inherit;display:flex;flex-direction:column;padding:clamp(22px,2.4vw,32px);padding-bottom:clamp(28px,4.2vh,44px);scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#d9d9df transparent;overscroll-behavior:contain}.pro-patients__modal-scroll::-webkit-scrollbar{width:8px}.pro-patients__modal-scroll::-webkit-scrollbar-track{background:transparent;margin-block:8px}.pro-patients__modal-scroll::-webkit-scrollbar-thumb{background:#d9d9df;border-radius:999px;border:2px solid transparent;background-clip:content-box}.pro-patients__modal--summary .pro-patients__modal-scroll{overflow:hidden}.pro-patients__modal--details .pro-patients__modal-scroll{padding-bottom:clamp(22px,2.4vw,32px)}.pro-patients__modal-step{flex:1 1 auto;width:100%;min-width:0;min-height:100%;display:flex;flex-direction:column;gap:24px}.pro-patients__modal--success{width:min(540px,calc(100vw - clamp(24px,5vw,64px)))}.pro-patients__modal--notes{--pro-patients-notes-actions-spacing: clamp(16px, 2.4vh, 24px)}.pro-patients__note-modal{width:min(840px,calc(100vw - clamp(24px,5vw,64px)));min-height:0}.pro-patients__note-modal .pro-patients__modal-scroll{overflow-x:visible;overflow-y:auto}.pro-patients__note-modal-step{gap:20px;min-height:0}.pat-note-modal-step .pat-objective-edit-modal__dropdown-menu{max-height:248px;overflow-y:auto}.pro-patients__note-modal-head{display:grid;gap:0}.pro-patients__note-modal-head h2{margin:0;color:#434d9c;font-size:18px;line-height:28px;font-weight:600}.pro-patients__note-modal-head>p{margin:0;color:#383b57;font-size:14px;line-height:20px}.pro-patients__note-modal-head .pro-patients__modal-divider{margin-top:12px}.pro-patients__note-modal-patient{margin-top:2px}.pro-patients__note-modal-form{display:grid;gap:20px}.pro-patients__note-modal-row{display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr))}.pro-patients__note-modal .register-input{min-height:44px;padding:10px 14px;border:1px solid #d5d6eb;border-radius:12px;box-shadow:0 1px 2px #1d1f410d}.pro-patients__note-modal .register-input:focus-within{border-color:#c6c7e6;box-shadow:0 1px 2px #1d1f410d,0 0 0 4px #e2e4f3}.pro-patients__note-modal .register-input--error{border-color:#f48989;box-shadow:0 0 0 1px #f4898933}.pro-patients__note-modal .register-input--error:focus-within{border-color:#f48989;box-shadow:0 1px 2px #1d1f410d,0 0 0 4px #f4898938}.pro-patients__note-modal-dropdown-field{overflow:visible}.pro-patients__note-type-dropdown{position:relative;width:100%}.pro-patients__note-type-trigger{width:100%;min-height:44px;border:1px solid #d5d6eb;border-radius:12px;background:#fdfbfa;box-shadow:0 1px 2px #1d1f410d;color:#898b9b;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 14px;text-align:left;font-size:16px;line-height:24px;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.pro-patients__note-type-trigger span.is-selected{color:#383b57;font-weight:500}.pro-patients__note-type-trigger:hover:not(:disabled){border-color:#c6c7e6}.pro-patients__note-type-trigger.is-error:hover:not(:disabled){border-color:#f48989;box-shadow:0 1px 2px #1d1f410d,0 0 0 4px #f4898938}.pro-patients__note-type-trigger:focus-visible,.pro-patients__note-type-trigger.is-open{border-color:#c6c7e6;box-shadow:0 1px 2px #1d1f410d,0 0 0 4px #e2e4f3;outline:none}.pro-patients__note-type-trigger.is-error{border-color:#f48989;box-shadow:0 0 0 1px #f4898933}.pro-patients__note-type-trigger.is-error:focus-visible,.pro-patients__note-type-trigger.is-error.is-open{border-color:#f48989;box-shadow:0 1px 2px #1d1f410d,0 0 0 4px #f4898938;outline:none}.pro-patients__note-type-trigger.is-error.is-open:hover:not(:disabled){border-color:#f48989;box-shadow:0 1px 2px #1d1f410d,0 0 0 4px #f4898938}.pro-patients__note-type-trigger:disabled{opacity:.7;cursor:not-allowed}.pro-patients__note-type-trigger svg{color:#8d91cb;flex:0 0 auto}.pro-patients__note-type-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;border:1px solid #e2e4f3;border-radius:12px;background:#fdfbfa;box-shadow:0 12px 16px -4px #1d1f4114,0 4px 6px -2px #1d1f4108;overflow:hidden;z-index:16}.pro-patients__note-type-option{width:100%;min-height:44px;border:none;background:#fdfbfa;color:#383b57;padding:10px 14px;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;text-align:left;font-size:16px;line-height:24px}.pro-patients__note-type-option:hover,.pro-patients__note-type-option:focus-visible{background:#e2e4f3;outline:none}.pro-patients__note-type-option.is-selected{background:#fdfbfa;color:#383b57}.pro-patients__note-type-option.is-selected:hover,.pro-patients__note-type-option.is-selected:focus-visible{background:#e2e4f3}.pro-patients__note-type-option svg{color:#434d9c;flex:0 0 auto}.pro-patients__note-modal-textarea{min-height:clamp(190px,27vh,300px);max-height:min(36vh,340px);padding-right:14px;scrollbar-gutter:stable}.pro-patients__note-modal .pro-patients__textarea-wrapper{border-radius:12px;border-color:#d5d6eb;padding:8px 0 8px 14px}.pro-patients__note-modal .pro-patients__textarea-wrapper:focus-within{border-color:#c6c7e6;box-shadow:0 1px 2px #1d1f410d,0 0 0 4px #e2e4f3}.pro-patients__note-modal .pro-patients__textarea-wrapper.is-error{border-color:#f48989;box-shadow:0 0 0 1px #f4898933}.pro-patients__note-modal .pro-patients__textarea-wrapper.is-error:focus-within{border-color:#f48989;box-shadow:0 1px 2px #1d1f410d,0 0 0 4px #f4898938}.pro-patients__note-modal .pro-patients__note-modal-textarea::-webkit-scrollbar-track{background:transparent;margin-block:0}@media(max-width:900px){.pro-patients__note-modal-row{grid-template-columns:1fr;gap:20px}.pro-patients__note-modal{width:min(840px,calc(100vw - 24px))}}.pro-patients__modal--summary{--pro-patients-summary-actions-spacing: clamp(16px, 2.4vh, 24px)}.pro-patients__modal-header h2,.pro-patients__summary-header h2,.pro-patients__success-copy h2{margin:0;color:#434d9c;font-size:18px;line-height:28px;font-weight:600}.pro-patients__summary-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.pro-patients__summary-header p,.pro-patients__success-copy p{margin:0;color:#383b57;font-size:14px;line-height:20px}.pro-patients__treatment-step{gap:20px}.pro-patients__treatment-header{display:grid;gap:6px}.pro-patients__treatment-header h2{margin:0;color:#434d9c;font-size:18px;line-height:28px;font-weight:600}.pro-patients__treatment-header p{margin:0;color:#5f617b;font-size:14px;line-height:20px}.pro-patients__treatment-subheader{margin:0;color:#383b57;font-size:14px;line-height:20px}.pro-patients__treatment-modal--type{width:min(620px,calc(100vw - clamp(24px,5vw,64px)));max-height:min(320px,calc(100vh - clamp(24px,5vh,64px)))}.pro-patients__supplement-modal{width:min(840px,calc(100vw - clamp(24px,5vw,64px)))}.pro-patients__supplement-modal.pro-patients__modal--success{width:min(610px,calc(100vw - clamp(24px,5vw,64px)))}.pro-patients__treatment-modal--type.pro-patients__modal:not(.pro-patients__modal--success){min-height:258px}.pro-patients__treatment-modal--type .pro-patients__treatment-step{gap:0}.pro-patients__treatment-modal--type .pro-patients__modal-scroll{padding-top:24px;padding-bottom:2px}.pro-patients__treatment-modal--type .pro-patients__modal-actions{margin-top:26px;padding-bottom:0;width:fit-content;margin-left:auto;justify-content:flex-end;gap:10px}.pro-patients__treatment-modal--type .pro-patients__modal-actions .auth-btn{min-width:118px;padding-inline:18px}.pro-patients__treatment-type-option{display:flex;align-items:center;gap:10px;min-height:28px;padding:0;border:none;background:transparent;color:#383b57;font-size:14px;font-weight:500;text-align:left;transition:color .18s ease}.pro-patients__treatment-type-option:hover{color:#30347c}.pro-patients__treatment-type-option:hover .pro-patients__treatment-type-radio{border-color:#8d91cb}.pro-patients__treatment-type-option:focus-visible{outline:none;border-radius:10px;box-shadow:0 0 0 3px #8d91cb1f}.pro-patients__treatment-type-option--selected{color:#323882}.pro-patients__treatment-type-radio{width:16px;height:16px;border-radius:999px;border:1.5px solid #bfc3e5;display:inline-flex;align-items:center;justify-content:center;background:#fff;position:relative}.pro-patients__treatment-type-radio-dot{display:none}.pro-patients__treatment-type-radio--selected{border-color:#434d9c}.pro-patients__treatment-type-radio--selected:after{content:"";position:absolute;top:50%;left:50%;width:7px;height:7px;border-radius:999px;background:#434d9c;transform:translate(-50%,-50%)}.pro-patients__treatment-step .pro-patients__treatment-header{margin-bottom:18px}.pro-patients__treatment-modal--long-duration{width:min(780px,calc(100vw - clamp(24px,5vw,64px)));max-height:min(900px,calc(100vh - clamp(24px,5vh,64px)))}.pro-patients__treatment-modal--long-duration .pro-patients__modal-scroll{padding-right:clamp(22px,2.4vw,32px)}.pro-patients__long-duration-section-label{margin:0;color:#383b57;font-size:14px;line-height:20px;font-weight:500}.pro-patients__long-schedule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:16px}.pro-patients__treatment-long-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:24px;row-gap:24px}.pro-patients__treatment-long-field--half{grid-column:span 2}.pro-patients__treatment-long-field--full{grid-column:1 / -1}.pro-patients__treatment-long-field--substance{grid-column:span 2}.pro-patients__treatment-long-field--dose,.pro-patients__treatment-long-field--daily{grid-column:span 1}.pro-patients__treatment-long-field--schedule{grid-column:1 / -1}.pro-patients__treatment-long-field--date-start,.pro-patients__treatment-long-field--date-end{grid-column:span 2}.pro-patients__long-schedule-layout{margin-top:16px;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,376px);gap:24px;align-items:end}.pro-patients__long-schedule-layout .pro-patients__long-schedule-grid{grid-column:auto;margin-top:0}.pro-patients__long-schedule-time{grid-column:auto}.pro-patients__treatment-number-input{display:flex;align-items:center;gap:8px}.pro-patients__treatment-number-input input{flex:1 1 auto;min-width:0}.pro-patients__treatment-number-icon{width:16px;height:16px;color:#c6c7cf;display:inline-flex;align-items:center;justify-content:center;pointer-events:none}.pro-patients__treatment-number-input--disabled{background:#f4f4f5;background-color:#f4f4f5;border-color:#d5d6eb;cursor:not-allowed}.pro-patients__treatment-number-input--disabled input{color:#c6c7cf;-webkit-text-fill-color:#c6c7cf;opacity:1;cursor:not-allowed}.pro-patients__treatment-number-input--disabled input::placeholder{color:#c6c7cf}.pro-patients__treatment-number-input--disabled .pro-patients__treatment-number-icon{color:#c6c7cf}.pro-patients__treatment-step .pro-patients__treatment-type-option+.pro-patients__treatment-type-option{margin-top:8px}.pro-patients__treatment-reason-menu-body{scrollbar-width:thin;scrollbar-color:#d9d9df transparent}.pro-patients__treatment-reason-menu-body::-webkit-scrollbar{width:8px}.pro-patients__treatment-reason-menu-body::-webkit-scrollbar-track{background:transparent}.pro-patients__treatment-reason-menu-body::-webkit-scrollbar-thumb{background:#d9d9df;border-radius:999px;border:2px solid transparent;background-clip:content-box}.pro-patients__substance-autocomplete{position:relative;display:flex;align-items:center;gap:8px}.pro-patients__substance-autocomplete input{flex:1 1 auto;min-width:0}.pro-patients__substance-chevron{flex:0 0 auto;width:20px;height:20px;border:none;background:transparent;color:#8d91cb;padding:0;display:inline-flex;align-items:center;justify-content:center;line-height:0;cursor:pointer}.pro-patients__substance-chevron:disabled{opacity:.6;cursor:default}.pro-patients__substance-chevron svg{width:20px;height:20px}.pro-patients__substance-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;max-height:176px;overflow-y:auto;z-index:24;border:1px solid #d8daee;border-radius:12px;background:#fff;box-shadow:0 12px 30px #1d1f4124;padding:6px;display:flex;flex-direction:column;gap:2px}.pro-patients__substance-option{border:none;border-radius:8px;background:transparent;color:#383b57;font:inherit;font-size:14px;text-align:left;padding:8px 10px;cursor:pointer}.pro-patients__substance-option:hover,.pro-patients__substance-option:focus-visible{outline:none;background:#f5f6ff}.pro-patients__substance-option--active{background:#f5f6ff}.pro-patients__dose-unit-fixed{flex:0 0 auto;min-height:44px;min-width:0;padding-inline:8px;border-right:none;border-radius:12px 0 0 12px;display:inline-flex;align-items:center;justify-content:center;color:#383b57;font-size:16px;position:relative}.pro-patients__dose-unit-fixed:after{content:"";position:absolute;top:0;bottom:0;right:0;width:1px;background:#d5d6eb;border-radius:0}.pro-patients__dose-unit-fixed.ui-document-input{border-radius:12px 0 0 12px;padding-inline:8px}.pro-patients__dose-amount-input{border-radius:0 12px 12px 0}.pro-patients__dose-amount-input input{height:24px;line-height:24px}.pro-patients__dose-amount-input input::placeholder{color:#898b9b}.pro-patients__time-prefix{flex:0 0 64px;min-width:64px;max-width:64px;border-right:1px solid #d5d6eb;padding-inline:8px}.pro-patients__time-prefix-text{color:#383b57;font-size:16px;line-height:24px;text-align:center;width:100%}.pro-patients__time-input{flex:1 1 auto;min-width:0;padding-right:14px;display:flex;align-items:center;gap:8px;position:relative}.pro-patients__time-input input{flex:1 1 auto;min-width:0;color:#383b57;-webkit-appearance:none;appearance:none}.pro-patients__time-input input::placeholder{color:#898b9b}.pro-patients__time-input input:placeholder-shown{color:#898b9b}.pro-patients__time-prefix.ui-document-input{border-radius:12px 0 0 12px}.pro-patients__time-input.ui-document-input{border-radius:0 12px 12px 0}.pro-patients__time-icon{flex:0 0 16px;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;padding:0;cursor:pointer}.pro-patients__time-icon:disabled{cursor:default;opacity:.6}.pro-patients__time-icon img{width:16px;height:16px;display:block}.pro-patients__treatment-textarea{min-height:72px;max-height:72px;overflow-y:auto;box-sizing:border-box;padding-right:14px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#d9d9df transparent}.invitation-supplement-modal__date-input input{color:#c6c7cf;-webkit-text-fill-color:#c6c7cf;opacity:1}.invitation-supplement-modal__textarea::-webkit-scrollbar{width:8px}.invitation-supplement-modal__textarea::-webkit-scrollbar-track{background:transparent}.invitation-supplement-modal__textarea::-webkit-scrollbar-thumb{background:#d9d9df;border-radius:999px;border:0;background-clip:border-box}.pro-patients__treatment-textarea::-webkit-scrollbar{width:8px}.pro-patients__treatment-textarea::-webkit-scrollbar-track{background:transparent}.pro-patients__treatment-textarea::-webkit-scrollbar-thumb{background:#d9d9df;border-radius:999px;border:2px solid transparent;background-clip:content-box}.pro-patients__treatment-step .pro-patients__textarea-wrapper{border-color:#d5d6eb;border-radius:12px;padding:10px 0 10px 14px}.pro-patients__treatment-modal.pro-patients__modal--details .pro-patients__modal-scroll,.pro-patients__supplement-modal.pro-patients__modal--details .pro-patients__modal-scroll{overflow-y:auto;padding-bottom:clamp(8px,1.1vh,12px);scrollbar-width:thin;scrollbar-color:#d9d9df transparent}.pro-patients__treatment-modal.pro-patients__modal--details .pro-patients__modal-scroll::-webkit-scrollbar{width:8px}.pro-patients__treatment-modal.pro-patients__modal--details .pro-patients__modal-scroll::-webkit-scrollbar-track{background:transparent;margin-block:8px}.pro-patients__treatment-modal.pro-patients__modal--details .pro-patients__modal-scroll::-webkit-scrollbar-thumb{background:#d9d9df;border-radius:999px;border:2px solid transparent;background-clip:content-box}.pro-patients__treatment-success-step .pro-patients__success-badge-ring img,.pro-patients__supplement-success-step .pro-patients__success-badge-ring img,.pro-patients__test-assignment-success-step .pro-patients__success-badge-ring img{width:24px;height:24px;max-width:24px;max-height:24px;display:block;object-fit:contain}.pro-patients__modal-divider,.pro-patients__success-divider{width:100%;height:1px;background:#e2e4f3}.pro-patients__form-grid,.ui-form-grid{margin-top:8px}.pro-patients__nested-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.pro-patients__full-width{grid-column:1 / -1}.pro-patients__textarea-wrapper{border:1px solid #d8d7e6;border-radius:18px;background:#fdfbfa;box-shadow:0 1px 2px #1d1f410d;padding:14px}.pro-patients__textarea-wrapper:focus-within{border-color:#8d91cb;box-shadow:0 0 0 3px #8d91cb1f}.pro-patients__textarea-wrapper.is-error{border-color:#f48989;box-shadow:0 0 0 1px #f4898933}.pro-patients__textarea-wrapper.is-error:focus-within{border-color:#f48989;box-shadow:0 0 0 3px #f489892e}.pro-patients__textarea{width:100%;min-height:clamp(170px,24vh,250px);height:100%;resize:none;overflow-y:auto;border:none;outline:none;background:transparent;font:inherit;color:#383b57}.pro-patients__modal-step--notes{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:var(--pro-patients-notes-actions-spacing);overflow:hidden;min-height:clamp(620px,78vh,760px)}.pro-patients__modal-step--notes>.register-field{height:100%;flex:0 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.pro-patients__modal-step--notes>.register-field .register-field__content{flex:1 1 auto;min-height:0;display:flex;overflow:hidden}.pro-patients__modal-step--notes .pro-patients__textarea-wrapper{flex:1 1 auto;height:100%;min-height:0;max-height:none;overflow:hidden;padding-right:8px}.pro-patients__modal-step--notes .pro-patients__textarea{height:100%;min-height:0;max-height:100%;overflow-y:auto;scrollbar-gutter:auto;scrollbar-width:thin;scrollbar-color:#d9d9df transparent}.pro-patients__modal-step--notes .pro-patients__textarea::-webkit-scrollbar{width:8px}.pro-patients__modal-step--notes .pro-patients__textarea::-webkit-scrollbar-track{background:transparent;margin-block:8px}.pro-patients__modal-step--notes .pro-patients__textarea::-webkit-scrollbar-thumb{background:#d9d9df;border-radius:999px;border:2px solid transparent;background-clip:content-box}.pro-patients__modal-step--notes .pro-patients__modal-actions{margin-top:0;padding-bottom:var(--modal-actions-bottom-gap)}.pro-patients__modal--notes .pro-patients__modal-scroll{padding-bottom:var(--pro-patients-notes-actions-spacing)}.pro-patients__textarea::placeholder{color:#9598aa;font-weight:100}.pro-patients__modal-actions{width:min(370px,100%);margin-top:auto;margin-left:auto;display:flex;justify-content:flex-end;gap:12px;padding-bottom:var(--modal-actions-bottom-gap);flex-shrink:0}.pro-patients__modal--details .pro-patients__modal-actions,.pro-patients__treatment-modal.pro-patients__modal--details .pro-patients__modal-actions{padding-bottom:var(--modal-actions-bottom-gap)}.bo-create-admin-modal .bo-create-admin-modal__actions{width:auto;margin-top:auto;margin-left:auto;align-self:flex-end;justify-content:flex-end}.bo-create-admin-modal--create .register-input{width:100%;height:56px;min-height:56px;padding:0 18px;box-sizing:border-box}.bo-create-admin-modal--create .register-input input{width:auto;min-width:0;flex:1 1 auto}.bo-edit-admin-modal__save-button{white-space:nowrap}.bo-edit-admin-modal__header{display:grid;gap:12px}.bo-edit-admin-modal__header-top{display:flex;align-items:center;justify-content:space-between;gap:16px}.bo-edit-admin-modal__close-button{width:44px;height:44px;border-radius:999px;border:.5px solid #434d9c;color:#434d9c;background:#fff}.bo-edit-admin-modal__close-button:hover:not(:disabled){background:#f5f5fc}.bo-edit-admin-modal__close-button:disabled{opacity:.45}.bo-delete-admin-modal__copy{margin-top:0;margin-bottom:0;text-align:left}.bo-delete-admin-modal{width:min(686px,calc(100vw - 48px))}.bo-delete-admin-modal.pro-patients__modal:not(.pro-patients__modal--success){min-height:clamp(230px,30vh,280px);max-height:min(330px,calc(100vh - 48px))}.bo-delete-admin-modal .pro-patients__modal-scroll{padding:20px 22px 18px}.bo-delete-admin-modal .pro-patients__modal-step{min-height:0;gap:16px;align-items:stretch}.bo-delete-admin-modal .pro-patients__modal-header{width:100%}.bo-delete-admin-modal .pro-patients__modal-header h2{text-align:left}.bo-delete-admin-modal .bo-protocols__deactivate-actions{width:auto;margin-top:auto;margin-left:auto;margin-right:0;justify-content:flex-end;padding-bottom:0}.bo-delete-admin-modal__confirm-button{background:#d84a4a;border-color:#d84a4a}.pro-patients__modal-actions .bo-delete-admin-modal__confirm-button.auth-btn--primary:not(:disabled):hover{background:#be3434;border-color:#be3434;box-shadow:0 2px 6px #be343429}.pro-patients__modal-actions .auth-btn{min-width:160px}.pro-patients__modal-actions .auth-btn:not(:disabled){transition:var(--cta-transition)}.pro-patients__modal-actions .auth-btn--primary:not(:disabled):hover{background:var(--cta-primary-hover-bg);border-color:var(--cta-primary-hover-border);box-shadow:var(--cta-primary-hover-shadow);transform:translateY(-1px)}.pro-patients__modal-actions .auth-btn--outline:not(:disabled):hover{background:var(--cta-secondary-hover-bg);border-color:var(--cta-secondary-hover-border);color:var(--cta-secondary-hover-color)}.bo-protocols__duplicate-modal{width:min(688px,calc(100vw - 48px));max-height:min(340px,calc(100vh - 48px))}.bo-protocols__duplicate-modal.pro-patients__modal:not(.pro-patients__modal--success){min-height:270px}.bo-protocols__duplicate-modal .pro-patients__modal-scroll{padding:20px 22px 18px}.bo-protocols__duplicate-modal .pro-patients__modal-step{min-height:0;gap:14px}.bo-protocols__duplicate-modal .pro-patients__modal-actions{width:auto;margin-top:auto;margin-left:auto;padding-bottom:0}.bo-protocols__duplicate-cta{min-width:124px!important;min-height:38px;padding-inline:14px;font-size:14px;line-height:20px}.pro-patients__modal.bo-protocols__deactivate-modal:not(.bo-delete-admin-modal){width:min(712px,calc(100vw - 48px));max-height:min(680px,calc(100vh - 48px))}.pro-patients__modal.bo-protocols__deactivate-modal:not(.bo-delete-admin-modal):not(.pro-patients__modal--success){min-height:clamp(280px,34vh,360px)}.pro-patients__summary-close-icon{transform:rotate(45deg)}.pro-patients__summary-panel{flex:1 1 auto;min-height:0;border-radius:16px;background:#f8f3f1;padding:24px 28px 24px 24px;display:grid;gap:18px;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:auto;scrollbar-width:thin;scrollbar-color:#d9d9df transparent}.pro-patients__modal-step--summary{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:var(--pro-patients-summary-actions-spacing);overflow:hidden}.pro-patients__modal-step--summary .pro-patients__modal-actions{margin-top:0;padding-bottom:0}.pro-patients__modal--summary .pro-patients__modal-scroll{padding-bottom:var(--pro-patients-summary-actions-spacing)}.pro-patients__summary-panel::-webkit-scrollbar{width:8px}.pro-patients__summary-panel::-webkit-scrollbar-track{background:transparent;margin-block:8px}.pro-patients__summary-panel::-webkit-scrollbar-thumb{background:#d9d9df;border-radius:999px;border:2px solid transparent;background-clip:content-box}.pro-patients__summary-panel::-webkit-scrollbar-thumb:hover{background:#c9c9d4;border-radius:999px;border:2px solid transparent;background-clip:content-box}.pro-patients__summary-row{display:grid;grid-template-columns:200px minmax(0,1fr);gap:32px;color:#383b57;font-size:14px;line-height:20px}.pro-patients__summary-row>span:first-child{font-weight:500}.pro-patients__summary-row--notes{align-items:start}.pro-patients__summary-row--notes>span:last-child{white-space:pre-line}.pro-patients__summary-notes-list{margin:0;padding-left:20px;display:grid;gap:4px}.pro-patients__summary-notes-list li{color:#383b57;line-height:20px}.pro-patients__summary-divider{width:100%;height:1px;background:#e2e4f3}.pro-patients__success-badge{width:48px;height:48px;display:grid;place-items:center}.pro-patients__success-badge-ring{width:48px;height:48px;border-radius:28px;background:#b4e4b4;border:8px solid #e1f4e1;color:#369638;display:grid;place-items:center}.pro-patients__success-copy{display:grid;gap:8px}.pro-patients__link-row{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:5px}.pro-patients__modal-step--success{gap:20px}.pro-patients__modal-step--success .pro-patients__success-copy p{max-width:520px}.pro-patients__modal--success .pro-patients__modal-scroll{padding-bottom:clamp(16px,2.4vh,22px)}.pro-patients__modal-step--success .pro-patients__modal-actions{margin-top:clamp(8px,1.2vh,14px);padding-bottom:clamp(10px,1.8vh,16px)}.pro-patients__modal-step--success .pro-patients__modal-actions .pro-patients__success-accept-button{width:auto;min-width:136px;padding-inline:22px}.pro-patients__modal-step--success .pro-patients__modal-actions .pro-patients__note-success-accept-button{width:auto;min-width:180px;padding-inline:29px}.pro-patients__modal-step--success .pro-patients__success-badge-ring img{width:24px;height:24px;max-width:24px;max-height:24px;display:block;object-fit:contain}.pro-patients__test-assignment-modal{width:min(590px,calc(100vw - clamp(24px,5vw,64px)))}.pro-patients__test-assignment-modal:not(.pro-patients__modal--success){min-height:auto;max-height:min(400px,calc(100vh - clamp(24px,5vh,64px)))}.pro-patients__test-assignment-step{gap:24px}.pro-patients__test-assignment-header{display:grid;gap:6px}.pro-patients__test-assignment-header h2{margin:0;color:#434d9c;font-size:18px;line-height:28px;font-weight:600}.pro-patients__test-assignment-header p{margin:0;color:#383b57;font-size:14px;line-height:20px}.pro-patients__test-assignment-field{display:grid;gap:6px}.pro-patients__test-assignment-field>label{color:#383b57;font-size:14px;line-height:20px;font-weight:500}.pro-patients__test-assignment-dropdown{position:relative}.pro-patients__test-assignment-trigger{width:100%;min-height:44px;border:1px solid #d5d6eb;border-radius:12px;background:#fdfbfa;box-shadow:0 1px 2px #1d1f410d;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#8d91cb;cursor:pointer}.pro-patients__test-assignment-trigger-chevron{transition:transform .2s ease}.pro-patients__test-assignment-trigger-chevron.is-open{transform:rotate(180deg)}.pro-patients__test-assignment-trigger-value{color:#383b57;font-size:16px;line-height:24px;text-align:left}.pro-patients__test-assignment-trigger-value.is-placeholder{color:#898b9b}.pro-patients__test-assignment-trigger:disabled{background:#f4f4f5;color:#b3b6d3;cursor:not-allowed}.pro-patients__test-assignment-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:32;border:1px solid #d5d6eb;border-radius:12px;background:#fff;box-shadow:0 12px 30px #1d1f4124;padding:6px;display:grid;gap:2px;max-height:248px;overflow-y:auto}.pro-patients__test-assignment-option{width:100%;border:none;border-radius:8px;background:transparent;color:#383b57;font:inherit;font-size:14px;line-height:20px;text-align:left;padding:8px 10px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:10px}.pro-patients__test-assignment-option:hover,.pro-patients__test-assignment-option:focus-visible{outline:none;background:#f5f6ff}.pro-patients__test-assignment-option.is-selected{background:#ebebef;color:#383b57}.pro-patients__test-assignment-option-check{color:#5960a8;flex:0 0 auto}.pro-patients__test-assignment-option--skeleton{cursor:default;pointer-events:none}.pro-patients__test-assignment-skeleton-bar{display:block;width:100%;height:16px;border-radius:6px;background:linear-gradient(90deg,#ececf2 25%,#f7f8fb 37%,#ececf2 63%);background-size:400% 100%;animation:pro-patients-test-skeleton-shimmer 1.2s ease-in-out infinite}.pro-patients__test-assignment-skeleton-bar--short{width:72%}@keyframes pro-patients-test-skeleton-shimmer{0%{background-position:100% 0}to{background-position:0 0}}.pro-patients__test-assignment-option--retry{color:#434d9c;font-weight:500}.pro-patients__test-assignment-option--empty{color:#717288;cursor:default}.pro-patients__test-assignment-success-step{gap:28px}.pro-patients__test-assignment-success-step .pro-patients__success-badge,.pro-patients__test-assignment-success-step .pro-patients__success-badge-ring{width:56px;height:56px}.pro-patients__test-assignment-success-step .pro-patients__success-badge-ring{border-width:9px}.pro-patients__test-assignment-success-step .pro-patients__success-badge-ring img{width:24px;height:24px;max-width:24px;max-height:24px}.pro-patients__test-assignment-success-step .pro-patients__modal-actions{margin-top:0;padding-top:clamp(10px,1.8vh,16px);padding-bottom:clamp(10px,1.8vh,16px);width:auto;margin-left:auto;justify-content:flex-end}.pro-patients__test-assignment-success-step .pro-patients__modal-actions .auth-btn{min-width:194px}.pro-patients__test-taking-modal{width:min(820px,calc(100vw - clamp(24px,5vw,64px)));max-height:min(90vh,calc(100vh - clamp(24px,5vh,64px)))}.pro-patients__test-taking-modal .pro-patients__modal-scroll{padding-bottom:0!important}.pro-patients__test-taking-step{gap:24px}.pro-patients__test-taking-header{display:grid;gap:12px}.pro-patients__test-taking-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.pro-patients__test-taking-header>h2,.pro-patients__test-taking-title-row>h2{margin:0;color:#434d9c;font-size:clamp(20px,1.45vw,22px);line-height:1.35;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pro-patients__test-taking-copy{display:grid;gap:6px}.pro-patients__test-taking-copy-skeleton{display:grid;gap:8px}.pro-patients__test-taking-skeleton-line{display:block;border-radius:999px;background:linear-gradient(90deg,#ebeaf3,#dfdeea,#ebeaf3);background-size:200% 100%;animation:pro-patients-skeleton-shimmer 1.5s ease-in-out infinite}.pro-patients__test-taking-skeleton-line--title{width:120px;height:14px}.pro-patients__test-taking-skeleton-line--paragraph{width:100%;max-width:520px;height:14px}.pro-patients__test-taking-skeleton-line--paragraph-short{width:65%;max-width:360px;height:14px}.pro-patients__test-taking-skeleton-line--question{width:min(320px,100%);height:14px}.pro-patients__test-taking-copy>h3{margin:0;color:#383b57;font-size:14px;line-height:20px;font-weight:600}.pro-patients__test-taking-copy>p{margin:0;color:#383b57;font-size:14px;line-height:20px;font-weight:400}.pro-patients__test-taking-copy>p+h3{margin-top:8px}.pro-patients__test-taking-scale{display:grid;gap:2px}.pro-patients__test-taking-scale p{margin:0;color:#383b57;font-size:14px;line-height:20px}.pro-patients__test-taking-body{--pro-patients-test-scale-size: 16px;--pro-patients-test-scale-gap: 8px;--pro-patients-test-scale-width: calc((var(--pro-patients-test-scale-size) * 4) + (var(--pro-patients-test-scale-gap) * 3));border:1px solid #e2e4f3;background:#f4f1f1;border-radius:16px;padding:16px 8px 12px 16px}.pro-patients__test-taking-body-skeleton{display:grid;gap:8px;padding-right:8px}.pro-patients__test-taking-body-scroll{max-height:min(42vh,370px);overflow-y:auto;display:grid;gap:6px;padding-right:10px;padding-bottom:20px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#cfd1dc transparent}.pro-patients__test-taking-body-scroll::-webkit-scrollbar{width:8px}.pro-patients__test-taking-body-scroll::-webkit-scrollbar-track{background:transparent;margin-block:8px}.pro-patients__test-taking-body-scroll::-webkit-scrollbar-thumb{background:#cfd1dc;border-radius:999px}.pro-patients__test-taking-values{margin-left:auto;margin-right:16px;width:var(--pro-patients-test-scale-width);display:grid;grid-template-columns:repeat(4,var(--pro-patients-test-scale-size));justify-content:end;gap:var(--pro-patients-test-scale-gap);color:#898b9b;font-size:12px;line-height:18px;font-weight:400;text-align:center}.pro-patients__test-taking-question-wrap{display:grid;gap:6px}.pro-patients__test-taking-question{display:flex;align-items:center;gap:20px;justify-content:space-between;border-radius:16px;border:1px solid #d5d6eb;background:#fdfbfa;padding:14px 16px}.pro-patients__test-taking-question.is-error{border-color:#ef856a;background:#fef5f3}.pro-patients__test-taking-question--skeleton{pointer-events:none}.pro-patients__test-taking-question--skeleton .pro-patients__test-taking-question-position{background:linear-gradient(90deg,#ebeaf3,#dfdeea,#ebeaf3);background-size:200% 100%;animation:pro-patients-skeleton-shimmer 1.5s ease-in-out infinite}.pro-patients__test-taking-question-position--skeleton{color:transparent}.pro-patients__test-taking-question-copy{display:flex;align-items:center;gap:8px;color:#383b57;font-size:14px;line-height:20px;font-weight:500}.pro-patients__test-taking-question-position{width:24px;height:24px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;background:#ebd5e5;color:#b666a3;font-size:14px;line-height:20px;font-weight:600;flex:0 0 auto}.pro-patients__test-taking-options{display:grid;grid-template-columns:repeat(4,var(--pro-patients-test-scale-size));gap:var(--pro-patients-test-scale-gap);width:var(--pro-patients-test-scale-width);justify-content:end;flex:0 0 var(--pro-patients-test-scale-width)}.pro-patients__test-taking-option{border:1px solid #d5d6eb;background:#fdfbfa;border-radius:8px;width:16px;height:16px;padding:0;display:inline-flex;align-items:center;justify-content:center;color:#fdfbfa;cursor:pointer}.pro-patients__test-taking-option--skeleton{border-color:#e4e3ee;background:linear-gradient(90deg,#ebeaf3,#dfdeea,#ebeaf3);background-size:200% 100%;animation:pro-patients-skeleton-shimmer 1.5s ease-in-out infinite}.pro-patients__test-taking-option.is-selected{background:#b666a3;border-color:#b666a3}.pro-patients__test-taking-option:disabled{cursor:not-allowed;opacity:.7}.pro-patients__test-taking-option--readonly{cursor:default;pointer-events:none}.pro-patients__test-taking-error{margin:0;color:#e43f16;font-size:14px;line-height:20px;font-weight:400}.pro-patients__test-taking-step .pro-patients__modal-actions{margin-top:auto!important;padding-bottom:32px!important}.pro-patients__test-taking-modal--review .pro-patients__test-taking-step{min-height:0}.pro-patients__test-taking-review-error{margin:0}.pro-patients__test-taking-review-error .pro-patients__ghost-button{margin-top:8px}@keyframes pro-patients-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.pro-patients__test-result-modal{width:min(590px,calc(100vw - clamp(24px,5vw,64px)))}.pro-patients__test-result-modal.pro-patients__modal:not(.pro-patients__modal--success){min-height:auto}.pro-patients__test-result-modal .pro-patients__modal-scroll{overflow:hidden;padding:32px}.pro-patients__test-result-step{display:grid;gap:18px;min-height:auto;flex:0 0 auto}.pro-patients__test-result-step>h2{margin:0;color:#434d9c;font-size:18px;line-height:28px;font-weight:600}.pro-patients__test-result-card{border:1px solid #d5d6eb;border-radius:12px;background:#fdfbfa;box-shadow:0 1px 2px #1d1f410d;display:grid;justify-items:center;gap:3px;padding:24px}.pro-patients__test-result-score{margin:0;color:#434d9c;font-size:48px;line-height:60px;font-weight:700}.pro-patients__test-result-summary{margin:0;color:#1d1f41;font-size:16px;line-height:24px;font-weight:600}.pro-patients__test-result-range{margin:0;color:#898b9b;font-size:12px;line-height:18px;font-weight:400}.pro-patients__test-result-definition{display:flex;align-items:center;gap:8px;color:#717288;font-size:12px;line-height:18px;font-weight:400}.pro-patients__test-result-definition svg{color:#9b9daf;flex:0 0 auto}.pro-patients__test-result-step .pro-patients__modal-actions{margin-top:8px;padding-bottom:0;width:auto;margin-left:auto;justify-content:flex-end}.pro-patients__test-result-step .pro-patients__modal-actions .auth-btn{width:182px;min-width:182px;padding-inline:18px}.pro-patients__test-taking-success-step .pro-patients__modal-actions{width:auto;margin-left:auto;justify-content:flex-end}.pro-patients__test-taking-success-step .pro-patients__success-badge-ring img{width:24px;height:24px;max-width:24px;max-height:24px;object-fit:contain;display:block}.pro-patients__test-taking-success-step .pro-patients__modal-actions .auth-btn{min-width:194px}.pro-patients__treatment-success-step .pro-patients__modal-actions{margin-left:auto;margin-right:0;justify-content:flex-end}.pro-patients__treatment-success-step .pro-patients__modal-actions .auth-btn{width:194px;min-width:194px;padding-inline:18px}.pro-patients__supplement-modal.pro-patients__modal--success .pro-patients__modal-scroll{padding:32px;overflow:hidden}.pro-patients__supplement-success-step{flex:0 0 auto;min-height:0;gap:32px}.pro-patients__supplement-success-step .pro-patients__modal-actions{margin-top:0;padding-bottom:0;width:auto;margin-left:auto;justify-content:flex-end}.pro-patients__supplement-success-step .pro-patients__modal-actions .auth-btn{width:125px;min-width:125px;padding-inline:18px}.pro-patients__success-field{gap:6px}.pro-patients__success-field>label{color:#383b57;font-size:14px;line-height:20px;font-weight:500}.pro-patients__success-input{min-height:44px;padding:10px 14px;border:1px solid #d5d6eb;border-radius:12px;box-shadow:0 1px 2px #1d1f410d;gap:8px}.pro-patients__success-input .auth-input__icon{color:#383b57;width:20px;height:20px}.pro-patients__success-input input{color:#383b57}.pro-patients__success-checkbox{align-items:center;gap:8px;color:#3a3c7f;font-weight:500}.pro-patients__success-checkbox .ui-checkbox__box{margin-top:0;border:1px solid #434d9c;background:#fdfbfa}.pro-patients__success-checkbox .ui-checkbox__box:after{border-left-color:#434d9c;border-bottom-color:#434d9c}.pro-patients__success-checkbox:has(input:checked) .ui-checkbox__box{background:#fdfbfa;border-color:#434d9c}.pro-patients__success-checkbox:has(input:checked) .ui-checkbox__box:after{transform:translate(-50%,-60%) rotate(-45deg) scale(1)}.pro-patients__success-link-input input{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pro-patients__success-copy-button{width:44px;height:44px;border-radius:30px;background:transparent;color:#3a3c7f;position:relative;isolation:isolate;transition:background-color .18s ease,color .18s ease,box-shadow .22s ease,transform .18s ease}.pro-patients__success-copy-icon{position:relative;z-index:1;transition:transform .18s ease,opacity .18s ease}.pro-patients__success-copy-button:before{content:"";position:absolute;width:34px;height:34px;border-radius:12px;background:#e1f4e1;opacity:0;transform:scale(.86);transition:opacity .18s ease,transform .22s ease}.pro-patients__success-copy-button:after{content:"";position:absolute;width:26px;height:26px;border-radius:9px;background:#b4e4b4;opacity:0;transform:scale(.82);transition:opacity .18s ease,transform .22s ease}.pro-patients__success-copy-button--copied{color:#369638;background:transparent}.pro-patients__success-copy-button--copied:before{opacity:1;transform:scale(1)}.pro-patients__success-copy-button--copied:after{opacity:1;transform:scale(1)}.pro-patients__success-copy-button--copied:hover{background:transparent;color:#369638}.pro-patients__success-copy-icon--copied{animation:pro-patients-copy-check .32s ease-out}@keyframes pro-patients-copy-confirm{0%{transform:scale(.92)}65%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes pro-patients-copy-check{0%{opacity:0;transform:scale(.72) rotate(-10deg)}to{opacity:1;transform:scale(1) rotate(0)}}.pro-patients__helper-box{border:1px dashed #8d91cb;border-radius:12px;background:#f5f5fc;color:#565870;font-size:13px;line-height:18px;padding:12px 14px}.pro-patients__input-field,.ui-input-field{gap:6px}.pro-patients__input-field label,.ui-input-field label{color:#383b57;font-size:14px;line-height:20px;font-weight:500}.pro-patients__text-input,.ui-text-input{min-height:44px;padding:10px 14px;gap:8px;border:1px solid #d5d6eb;border-radius:12px;background:#fdfbfa;box-shadow:0 1px 2px #1d1f410d}.ui-text-input.pro-patients__treatment-number-input--disabled,.pro-patients__text-input.pro-patients__treatment-number-input--disabled{background:#f4f4f5;background-color:#f4f4f5;border-color:#d5d6eb}.pro-patients__supplement-checkbox{margin-top:2px}.pro-patients__supplement-date-disabled{opacity:1}.pro-patients__supplement-date-disabled label{color:#a3a6ba}.pro-patients__supplement-grid{row-gap:24px}.date-picker__compound{gap:0;width:100%;min-width:0;overflow:hidden;border:1px solid #d5d6eb;border-radius:12px;background:#fdfbfa;box-shadow:0 1px 2px #1d1f410d}.date-picker__addon{flex:0 0 auto;min-width:66px;padding:10px 12px 10px 14px;border-right:none;border-radius:8px 0 0 8px;color:#383b57;font-size:16px;line-height:24px;position:relative}.date-picker__addon:after{content:"";position:absolute;top:0;right:0;bottom:0;width:1px;background:#d5d6eb}.date-picker__input{flex:1 1 auto;min-width:0;padding:10px 14px;border-radius:0 8px 8px 0;display:flex;align-items:center;gap:8px}.date-picker__input input{min-width:0;flex:1 1 auto;color:#383b57}.date-picker__input input::placeholder{color:#898b9b}.date-picker__input .register-calendar-toggle{width:16px;height:16px;color:#8d91cb}.date-picker__compound--disabled{background:#f4f4f5;border-color:#d5d6eb}.date-picker__compound--disabled .date-picker__addon,.date-picker__compound--disabled .date-picker__input input{color:#a3a6ba}.pro-patients__supplement-date-layout{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}.pro-patients__supplement-date-field{width:100%;min-width:0}.pro-patients__supplement-end-group{display:grid;gap:6px}.pro-patients__supplement-end-group .pat-objective-edit-modal__share-checkbox{margin-top:0;margin-bottom:0}.ui-text-input.pro-patients__supplement-date-disabled-input,.pro-patients__text-input.pro-patients__supplement-date-disabled-input,.date-picker__input.pro-patients__supplement-date-disabled-input{background:#f4f4f5;background-color:#f4f4f5;border-color:#d5d6eb}.pro-patients__supplement-date-toggle{padding:0}.pro-patients__text-input.register-input--error,.ui-text-input.register-input--error{border-color:#dc2626}.pro-patients__text-input.register-input--error:focus-within,.ui-text-input.register-input--error:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.pro-patients__text-input input,.ui-text-input input{color:#383b57}.pro-patients__text-input input::placeholder,.ui-text-input input::placeholder{color:#898b9b;font-weight:100}.pro-patients__text-input--calendar,.ui-text-input--calendar{padding-right:10px}.pro-patients__select-trigger,.ui-select-trigger{min-height:44px;padding:10px 14px;border-radius:12px;border-color:#d5d6eb;gap:8px}.pro-patients__select-value,.ui-select-value{font-size:16px;line-height:24px}.pro-patients__select-value.register-select__value--placeholder,.ui-select-value.register-select__value--placeholder{color:#898b9b;font-weight:100}.pro-patients__select-chevron,.ui-select-chevron{color:#8d91cb}.pro-patients__select-chevron svg,.ui-select-chevron svg{width:20px;height:20px}.pro-patients__document-group,.ui-document-group{border-color:#d5d6eb;border-radius:12px;min-height:44px}.pro-patients__document-group:focus-within,.ui-document-group:focus-within{border-color:#8d91cb;box-shadow:0 0 0 3px #8d91cb1f}.pro-patients__document-type:focus-within .register-select__trigger,.ui-document-type:focus-within .register-select__trigger{border-right-color:#8d91cb}.pro-patients__document-group.register-document-group--error,.ui-document-group.register-document-group--error{border-color:#dc2626}.pro-patients__document-group.register-document-group--error:focus-within,.ui-document-group.register-document-group--error:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.pro-patients__document-group.register-document-group--error .pro-patients__document-type:focus-within .register-select__trigger,.ui-document-group.register-document-group--error .ui-document-type:focus-within .register-select__trigger{border-right-color:#dc2626}.pro-patients__document-type,.ui-document-type{flex:0 0 110px;min-width:110px;max-width:110px}.pro-patients__document-type .register-select__trigger,.ui-document-type .register-select__trigger{width:110px;min-height:44px;padding:10px 10px 10px 12px;border-right-color:#d5d6eb;border-radius:12px 0 0 12px;gap:6px}.pro-patients__dose-unit-fixed--chars-2{width:40px}.pro-patients__dose-unit-fixed--chars-3{width:48px}.pro-patients__document-type .register-select__value,.ui-document-type .register-select__value{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pro-patients__document-type .register-select__value,.ui-document-type .register-select__value{font-size:16px;line-height:24px}.pro-patients__document-type .register-select__chevron,.ui-document-type .register-select__chevron{flex:0 0 14px}.pro-patients__document-type .register-select__chevron svg,.ui-document-type .register-select__chevron svg{width:14px;height:14px}.pro-patients__document-input,.ui-document-input{min-height:44px;padding:10px 14px;border-radius:0 12px 12px 0}.pro-patients__phone-group,.ui-phone-group{gap:0;border:1px solid #d5d6eb;border-radius:12px;background:#fdfbfa;box-shadow:0 1px 2px #1d1f410d;position:relative;overflow:visible}.pro-patients__phone-group--error,.ui-phone-group--error{border-color:#dc2626}.pro-patients__phone-group.pro-patients__phone-group--error:focus-within,.ui-phone-group.ui-phone-group--error:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.pro-patients__phone-group:focus-within,.ui-phone-group:focus-within{border-color:#8d91cb;box-shadow:0 0 0 3px #8d91cb1f}.pro-patients__phone-field-code,.ui-phone-field-code{flex:0 0 124px;position:relative;z-index:2}.pro-patients__phone-code-select,.ui-phone-code-select{flex:0 0 124px;min-width:124px}.pro-patients__phone-code-trigger,.ui-phone-code-trigger{min-height:44px;padding:10px 12px 10px 14px;border:none;border-right:1px solid #d5d6eb;border-radius:12px 0 0 12px;box-shadow:none;gap:4px}.pro-patients__phone-code-menu,.ui-phone-code-menu{top:calc(100% + 8px);left:0;right:auto;margin-top:0;min-width:196px;width:max-content;max-width:min(240px,calc(100vw - 120px));border-radius:18px;z-index:24}.pro-patients__phone-code-menu-body,.ui-phone-code-menu-body{max-height:calc(var(--visible-options, 5) * 42px);scrollbar-gutter:auto}.pro-patients__phone-code-menu .register-select__option,.ui-phone-code-menu .register-select__option{padding-inline:12px}.pro-patients__phone-code-value,.ui-phone-code-value{gap:4px;font-size:16px;line-height:24px;color:#383b57}.pro-patients__phone-code-value .register-country-flag,.ui-phone-code-value .register-country-flag{width:20px;height:20px}.pro-patients__phone-code-chevron,.ui-phone-code-chevron{color:#8d91cb}.pro-patients__phone-code-chevron svg,.ui-phone-code-chevron svg{width:16px;height:16px}.pro-patients__phone-number-input,.ui-phone-number-input{min-height:44px;border:none;border-radius:0 12px 12px 0;box-shadow:none;padding:10px 14px;overflow:hidden}.pro-patients__phone-number-input input,.ui-phone-number-input input{color:#383b57}.pro-patients__phone-number-input input::placeholder,.ui-phone-number-input input::placeholder,.pro-patients__document-input input::placeholder,.ui-document-input input::placeholder{color:#898b9b;font-weight:100}.pro-patients__date-toggle,.ui-date-toggle{width:17px;height:17px;flex:0 0 17px;padding:0;color:#8d91cb}.pro-patients__date-toggle img,.pro-patients__date-toggle svg,.ui-date-toggle img,.ui-date-toggle svg{width:20px;height:20px;display:block;object-fit:contain}.pro-profile{background:#fdfbfa;border:1px solid #e2e4f3;border-radius:12px;flex:1 1 auto;min-height:0;height:100%;display:flex;flex-direction:column;width:min(100%,1366px);margin:0 auto}.pro-profile__title-bar{height:80px;padding:16px 24px;border-bottom:1px solid #e2e4f3;display:flex;align-items:center}.pro-profile__title-bar h1{margin:0;color:#1d1f41;font-size:clamp(18px,1.2vw,24px);line-height:28px;font-weight:500}.pro-profile__tabs-wrap{padding:12px 16px;border-bottom:1px solid #e2e4f3}.pro-profile__tabs{display:inline-flex;gap:4px;padding:4px;border-radius:30px;background:#f4f4f5;box-shadow:0 1px 2px #1d1f410f,0 1px 3px #1d1f411a}.pro-profile__tab{border:none;border-radius:30px;background:#f4f4f5;color:#898b9b;font-size:14px;line-height:20px;font-weight:600;padding:10px 16px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.pro-profile__tab:hover{background:#e2e4f3;color:#434d9c}.pro-profile__tab.is-active{background:#d5d6eb;color:#3a3c7f}.pro-profile__personal-placeholder{flex:1;padding:24px}.pro-profile__protocols-panel{display:flex;flex-direction:column;min-height:0;flex:1}.pro-profile__protocols-content{display:flex;flex-direction:column;flex:1;min-height:0;overflow:auto}.pro-profile__protocols-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 24px;border-bottom:1px solid #e2e4f3}.pro-profile__protocols-header h2{margin:0;color:#1d1f41;font-size:16px;line-height:24px;font-weight:500}.pro-profile__new-button{border:1px solid #434d9c;background:#434d9c;color:#fdfbfa;border-radius:20px;min-height:40px;padding:10px 16px;display:inline-flex;align-items:center;gap:8px;font-size:clamp(13px,.85vw,14px);line-height:20px;font-weight:600;opacity:.45;cursor:not-allowed}.pro-profile__table-wrap{width:100%}.pro-profile__table-row{display:grid;grid-template-columns:minmax(280px,1fr) 100px 100px 100px;align-items:center}.pro-profile__table-row--head{min-height:44px;background:#f5f5fc}.pro-profile__table-row:not(.pro-profile__table-row--head){min-height:56px;border-bottom:1px solid #e2e4f3}.pro-profile__col,.pro-profile__cell{padding:0 24px;color:#6468b9;font-size:12px;line-height:18px;font-weight:500}.pro-profile__col--name,.pro-profile__cell.pro-profile__col--name{display:flex;align-items:center;gap:0}.pro-profile__col--icon,.pro-profile__col--active{display:grid;place-items:center}.pro-profile__cell{color:#383b57;font-size:clamp(13px,.85vw,14px);line-height:20px;font-weight:500}.pro-profile__sort-button{border:none;background:transparent;padding:0;color:#6468b9;display:inline-flex;align-items:center;gap:4px;font-size:12px;line-height:18px;font-weight:500;cursor:pointer;transition:color .2s ease}.pro-profile__sort-button:hover{color:#434d9c}.pro-profile__sort-icon{transition:transform .2s ease}.pro-profile__sort-icon.is-desc{transform:rotate(180deg)}.pro-profile__protocol-name{color:#383b57}.pro-profile__icon-button{width:40px;height:40px;border:none;background:transparent;border-radius:8px;color:#434d9c;display:grid;place-items:center;cursor:pointer;transition:background-color .2s ease,color .2s ease}.pro-profile__icon-button img{width:20px;height:20px;object-fit:contain;aspect-ratio:1 / 1;display:block}.pro-profile__icon-button svg{width:20px;height:20px;display:block;stroke:currentColor}.pro-profile__icon-button:hover{background:#f5f5fc;color:#3a3c7f}.pro-profile__toggle{width:36px;height:20px;border-radius:12px;border:none;background:#d5d6eb;padding:2px;display:inline-flex;align-items:center;cursor:pointer;transition:background-color .2s ease}.pro-profile__toggle:hover{background:#8d91cb}.pro-profile__toggle.is-on{background:#434d9c;justify-content:flex-end}.pro-profile__toggle.is-on:hover{background:#3a3c7f}.pro-profile__toggle-knob{width:16px;height:16px;border-radius:50%;background:#fff}.pro-profile__empty-state{margin:20px 24px}.pro-profile__pagination{margin-top:auto;min-height:65px;border-top:1px solid #e2e4f3;padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.pro-profile__pagination-button{width:40px;height:40px;border-radius:20px;border:1px solid #8d91cb;color:#434d9c;background:#fdfbfa80;display:grid;place-items:center}.pro-profile__pagination-button:disabled{opacity:.45;cursor:not-allowed}.pro-profile__pagination-label{color:#717288;font-size:14px;line-height:20px;font-weight:500}.pro-profile__drawer-backdrop{position:fixed;inset:0;background:#1d1f411f;display:flex;justify-content:flex-end;z-index:70}.pro-profile__drawer{width:min(100vw,clamp(24rem,40vw,36rem));height:100vh;background:#fbf7f6;border-left:1px solid #e1e4f2;box-shadow:0 24px 48px -12px #1d1f412e;display:flex;flex-direction:column;transform-origin:right center;animation:pro-profile-drawer-slide-in .32s cubic-bezier(.4,0,.2,1)}.pro-profile__drawer--closing{animation:pro-profile-drawer-slide-out .32s cubic-bezier(.4,0,.2,1) forwards}.pro-profile__drawer-topbar{min-height:79px;border-bottom:1px solid #e2e3f2;display:flex;align-items:center;justify-content:flex-end;padding:0 32px}.pro-profile__drawer-close{border:none;background:transparent;width:20px;height:20px;padding:0;display:grid;place-items:center;cursor:pointer}.pro-profile__drawer-close img{width:18px;height:18px;display:block}.pro-profile__drawer-title{border-bottom:1px solid #e2e3f2;padding:20px 32px 19px}.pro-profile__drawer-title h3{margin:0;color:#434d9c;font-size:18px;line-height:28px;font-weight:600}.pro-profile__drawer-body{flex:1;min-height:0;overflow:auto;padding:32px;display:flex;flex-direction:column;gap:24px}.pro-profile__drawer-body::-webkit-scrollbar{width:clamp(.5rem,.65vw,.75rem)}.pro-profile__drawer-body::-webkit-scrollbar-track{background:#f2f3f8;border-radius:clamp(.375rem,.8vw,.5rem);margin-block:clamp(.25rem,.6vh,.5rem)}.pro-profile__drawer-body::-webkit-scrollbar-thumb{background:#c9cedf;border-radius:clamp(.375rem,.8vw,.5rem);border:clamp(1px,.14vw,2px) solid #f2f3f8;background-clip:content-box}.pro-profile__drawer-body{scrollbar-width:auto;scrollbar-color:#c9cedf #f2f3f8}.pro-profile__drawer-grid-row{display:grid;grid-template-columns:130px minmax(0,1fr);gap:48px;align-items:start}.pro-profile__drawer-grid-row>p{margin:0;color:#383b57;font-size:14px;line-height:20px;font-weight:500}.pro-profile__drawer-ingest-grid{display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr))}.pro-profile__drawer-input-wrap{display:flex;flex-direction:column;gap:6px}.pro-profile__drawer-input-wrap>span,.pro-profile__drawer-description>span{color:#383b57;font-size:14px;line-height:20px;font-weight:500}.pro-profile__drawer-input{min-height:46px;border:1px solid #d5d6eb;border-radius:12px;background:#f4f4f5;box-shadow:0 1px 2px #1d1f410d;color:#c6c7cf;font-size:16px;line-height:24px;padding:10px 14px;display:flex;align-items:center}.pro-profile__drawer-input.is-muted{background:#f4f4f5;color:#c6c7cf}.pro-profile__drawer-input-group{min-height:46px;border:1px solid #d5d6eb;border-radius:12px;background:#f4f4f5;box-shadow:0 1px 2px #1d1f410d;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:stretch}.pro-profile__drawer-input-group>span{padding:10px 12px 10px 14px;color:#c6c7cf;font-size:16px;line-height:24px;display:inline-flex;align-items:center}.pro-profile__drawer-input-group>div{border-left:1px solid #d5d6eb;padding:10px 14px;color:#c6c7cf;font-size:16px;line-height:24px;display:flex;align-items:center}.pro-profile__drawer-description{display:flex;flex-direction:column;gap:6px}.pro-profile__drawer-description-box{border:1px solid #d5d6eb;border-radius:12px;background:#f4f4f5;box-shadow:0 1px 2px #1d1f410d;padding:0}.pro-profile__drawer-description-textarea{width:100%;min-height:188px;border:none;border-radius:12px;background:#f4f4f5;margin:0;color:#c6c7cf;font-size:16px;line-height:24px;font-family:inherit;padding:14px;white-space:pre-wrap;word-break:break-word;resize:vertical}.pro-profile__drawer-description-textarea:focus{outline:none}.pro-profile__drawer-actions{display:flex;align-items:center;gap:12px;padding:0 32px 32px}.pro-profile__drawer-delete-button{min-height:40px;border-radius:20px;border:1px solid #f5b3a1;background:#fdfbfa80;color:#f4a490;font-size:14px;line-height:20px;font-weight:600;display:inline-flex;align-items:center;gap:8px;padding:10px 16px;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.pro-profile__drawer-delete-button:hover{border-color:#f4a490;background:#fff1ed;color:#ea9a86}.pro-profile__drawer-delete-button img{width:20px;height:20px;display:block}@keyframes pro-spin{to{transform:rotate(360deg)}}@keyframes pro-profile-drawer-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes pro-profile-drawer-slide-out{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes pro-profile-drawer-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes pro-profile-drawer-backdrop-out{0%{opacity:1}to{opacity:0}}@media(max-width:1200px){.pro-home-grid{grid-template-columns:1fr}.pro-news-panel{border-left:none;border-top:1px solid #e2e4f3;position:static;top:auto;max-height:none;width:100%}.pro-news-panel .pro-news-list{overflow:visible;padding-right:0}}@media(max-width:900px){.invitation-modal-backdrop{padding:16px}.invitation-modal,.invitation-treatment-modal,.invitation-flow-modal{width:min(100%,calc(100vw - 32px));max-height:calc(100vh - 32px);border-radius:24px}.invitation-modal{padding:0}.invitation-modal__scroll,.invitation-flow-modal__scroll,.invitation-flow-modal__success{padding:24px}.invitation-modal__content{padding-inline:0}.invitation-modal--info{padding:20px}.invitation-modal--info .invitation-modal__header{align-items:flex-start}.invitation-modal--info .invitation-modal__header h2{font-size:clamp(1rem,3.6vw,1.25rem);line-height:1.35}.invitation-modal--info .invitation-modal__status-actions{width:100%;margin-left:0}.invitation-modal__footer{flex-direction:column;align-items:stretch;gap:12px}.invitation-modal__footer p{max-width:none}.invitation-modal__actions{width:100%;justify-content:stretch}.invitation-modal__status-actions{width:100%;margin-left:0}.invitation-modal__button{flex:1 1 auto}.invitation-flow-modal__actions,.invitation-flow-modal__success-actions{width:100%;margin-left:0}.invitation-treatment-modal__scroll{padding:24px}.invitation-treatment-modal__row,.invitation-treatment-modal__date-field{grid-template-columns:1fr;gap:8px}.invitation-treatment-modal__date-field>label{padding-top:0}.invitation-treatment-modal__schedule{grid-template-columns:1fr;gap:12px}.invitation-treatment-modal__label{padding-top:0}.invitation-treatment-modal__actions{width:100%}.invitation-flow-modal__actions .auth-btn,.invitation-flow-modal__success-actions .auth-btn{width:100%;min-width:0}.pro-patients__title-bar,.pro-patients__filters-bar,.pro-patients__modal-scroll,.pro-treatments__title-bar,.pro-treatments-picker__search-wrap,.pro-treatments-picker__list{padding-inline:16px}.pro-treatments__timeline-content{padding:16px}.pro-treatments__filters-bar,.pro-treatments__filters-actions,.pro-treatments__filters-period{flex-direction:column;align-items:stretch}.pro-treatments__filters-period h2{text-align:center}.pro-treatments__filters-actions,.pro-treatments__view-menu,.pro-treatments__view-menu-button,.pro-treatments__filter-button{width:100%}.pro-patients__title-bar,.pro-patients__filters-bar,.pro-patients__title-actions,.pro-patients__filters-actions,.pro-patients__modal-actions,.pro-treatments__title-bar,.pro-treatments__title-actions{flex-direction:column;align-items:stretch}.pro-patients__search,.pro-patients__ghost-button,.pro-patients__primary-button,.pro-treatments__title-actions .pro-patients__ghost-button,.pro-treatments__title-actions .pro-patients__primary-button{width:100%}.pro-treatments-picker__table-header,.pro-treatments-picker__row{grid-template-columns:minmax(0,1fr) minmax(120px,.8fr) minmax(120px,.8fr) 34px}.pro-treatments-picker__footer{width:100%;margin-left:0}.pro-treatments-picker__footer .auth-btn{width:auto;min-width:0}.pro-treatments__empty-actions{grid-template-columns:1fr}.pro-patients__table-header{display:none}.pro-patients__table-row{grid-template-columns:1fr;gap:0;padding:12px 0}.pro-patients__table-body{overflow:visible}.pro-patients__pagination{position:static}.pro-patients__cell{min-height:auto;justify-content:flex-start;padding:4px 16px}.pro-patients__cell--actions{justify-content:flex-end}.pro-patients__nested-grid,.pro-patients__long-schedule-grid,.pro-patients__summary-row{grid-template-columns:1fr;gap:8px}.pro-patients__treatment-long-grid,.pro-patients__long-schedule-layout{grid-template-columns:1fr;gap:16px}.pro-patients__treatment-long-field--half,.pro-patients__treatment-long-field--substance,.pro-patients__treatment-long-field--dose,.pro-patients__treatment-long-field--daily,.pro-patients__treatment-long-field--date-start,.pro-patients__treatment-long-field--date-end{grid-column:1 / -1}.pro-patients__summary-panel{padding:16px}.pro-patients__modal-actions .auth-btn{width:100%;min-width:0}.bo-create-admin-modal .bo-create-admin-modal__actions{width:100%;margin-left:0;align-self:stretch}.bo-create-admin-modal .bo-create-admin-modal__actions .auth-btn{width:100%;min-width:0}.bo-create-protocol-modal .pro-patients__modal-scroll{padding:22px 22px 16px}.bo-create-protocol-modal__dual-grid{width:100%}.bo-create-protocol-modal__triple-grid{grid-template-columns:1fr}.bo-create-protocol-modal .pro-patients__modal-actions{width:100%}.notif-page__header,.notif-page__pagination{flex-direction:column;align-items:stretch}.notif-page__content--with-pagination{min-height:0}.notif-page__filters{flex-direction:column;align-items:stretch}.notif-page__search{width:100%}.notif-page__item{grid-template-columns:28px minmax(0,1fr)}.notif-page__item-date,.notif-page__item-arrow{display:none}.pro-notifications-dropdown{width:min(326px,calc(100vw - 32px));right:-8px}.pro-intro{padding:16px}.pro-profile{min-height:auto}.pro-profile__title-bar,.pro-profile__tabs-wrap,.pro-profile__protocols-header{padding-inline:16px}.pro-profile__table-row{grid-template-columns:minmax(180px,1fr) 64px 64px 76px}.pro-profile__col,.pro-profile__cell{padding-inline:12px}.pro-profile__protocol-name{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(max-height:820px){.pro-patients__modal-scroll{padding-bottom:clamp(22px,3.8vh,34px)}.pro-patients__modal-actions{margin-top:clamp(16px,2.6vh,28px);padding-bottom:clamp(16px,2.8vh,26px)}.bo-protocols__deactivate-modal .bo-protocols__deactivate-actions{margin-top:8px;padding-bottom:0}.bo-delete-admin-modal .bo-protocols__deactivate-actions{margin-top:auto}.pro-objective-modal__step .pro-objective-modal__actions{margin-top:auto;padding-bottom:18px}.pro-patients__test-taking-modal .pro-patients__modal-scroll{padding-bottom:0!important}.pro-patients__test-taking-step .pro-patients__modal-actions{margin-top:auto!important;padding-bottom:28px!important}.pro-patients__test-result-modal .pro-patients__modal-scroll{overflow:hidden;padding:28px}.pro-patients__test-result-step .pro-patients__modal-actions{margin-top:8px;padding-bottom:0}}@media(max-width:640px){.pro-patients__test-result-step .pro-patients__modal-actions .auth-btn{width:100%;min-width:0}.pro-treatments__timeline-axis{font-size:11px;line-height:16px}.pro-treatments__timeline-content{gap:12px;padding:12px}.pro-treatments__timeline-label{font-size:13px;line-height:18px}.pro-treatments-picker__backdrop{padding:12px}.pro-treatments-picker{width:min(780px,calc(100vw - 24px));max-height:min(88vh,900px);border-radius:20px}.pro-treatments-picker__step{gap:16px}.invitation-modal,.invitation-treatment-modal,.invitation-flow-modal{border-radius:20px}.invitation-modal{padding:0}.invitation-flow-modal__scroll,.invitation-flow-modal__success{padding:20px}.invitation-modal__actions{flex-direction:column}.invitation-modal__button{width:100%}.invitation-treatment-modal__actions{flex-direction:column}.invitation-modal--info{padding:16px}.invitation-modal--info .invitation-modal__header{gap:10px}.invitation-modal--info .invitation-modal__header h2{font-size:clamp(.95rem,5.4vw,1.125rem);line-height:1.35}.invitation-modal--info .invitation-modal__close{width:40px;height:40px;flex:0 0 auto}.invitation-modal--info .invitation-modal__status-message{font-size:clamp(.8125rem,3.8vw,.9375rem);line-height:1.45}}.pro-patient-profile{display:flex;flex-direction:column;gap:16px;padding:16px}.pro-patient-profile__header-card,.pro-patient-profile__section-card{background:#fdfbfa;border:1px solid #eceef5;border-radius:20px;box-shadow:0 1px 2px #1d1f410d;padding:24px}.pro-patient-profile__header-card{align-items:center;display:flex;justify-content:space-between;padding:32px}.pro-patient-profile__identity{align-items:center;display:flex;gap:16px}.pro-patient-profile__avatar{align-items:center;background:#e2e4f3;border-radius:999px;color:#434d9c;display:inline-flex;height:56px;justify-content:center;width:56px}.pro-patient-profile__identity-main{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.pro-patient-profile__identity-main h2{color:#434d9c;font-size:20px;font-weight:600;line-height:30px;margin:0}.pro-patient-profile__identity-copy p{color:#383b57;font-size:16px;line-height:24px;margin:0}.pro-patient-profile__identity-copy{display:grid;gap:0}.pro-patient-profile__header-actions{align-items:center;display:flex;gap:12px}.pro-patient-profile__header-card .pro-patients__status-badge{font-size:14px;line-height:20px;min-height:24px;padding:2px 10px 2px 8px}.pro-patient-profile__mail-action{align-items:center;background:#fdfbfa80;border:1px solid #8d91cb;border-radius:20px;color:#3a3c7f;cursor:pointer;display:inline-flex;height:40px;justify-content:center;transition:background-color .18s ease,border-color .18s ease,color .18s ease;width:40px}.pro-patient-profile__mail-action:hover:not(:disabled){background:#f5f5fc;border-color:#434d9c}.pro-patient-profile__mail-action:disabled{cursor:not-allowed;opacity:.55}.pro-patient-profile__section-head{align-items:center;display:flex;justify-content:space-between;min-height:40px}.pro-patient-profile__section-head-title-group{align-items:center;display:inline-flex;gap:8px}.pro-patient-profile__section-head-actions{align-items:center;display:inline-flex;gap:10px}.pro-patient-profile__section-toggle{background:transparent;border:0;color:#1d1f41;cursor:pointer;display:inline-flex;height:20px;justify-content:center;padding:0;transition:color .18s ease,transform .22s ease;width:20px}.pro-patient-profile__section-toggle:hover{color:#3a3c7f}.pro-patient-profile__section-head h3{color:#1d1f41;font-size:18px;font-weight:600;margin:0}.pro-patient-profile__treatments-list{display:flex;flex-direction:column;gap:16px}.pro-patient-profile__treatments-list--scrollable{max-height:389px;overflow-y:auto;padding-right:6px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#d9d9df transparent}.pro-patient-profile__treatments-list--scrollable::-webkit-scrollbar{width:8px}.pro-patient-profile__treatments-list--scrollable::-webkit-scrollbar-track{background:transparent;margin-block:8px}.pro-patient-profile__treatments-list--scrollable::-webkit-scrollbar-thumb{background:#d9d9df;border-radius:999px;border:2px solid transparent;background-clip:content-box}.pro-patient-profile__treatments-head{align-items:center;display:flex;justify-content:space-between;min-height:40px}.pro-patient-profile__treatments-title{align-items:center;color:#1d1f41;display:inline-flex;font-size:18px;font-weight:600;gap:8px;line-height:28px;margin:0}.pro-patient-profile__assign-treatment-button{align-items:center;background:#fdfbfa80;border:1px solid #8d91cb;border-radius:20px;color:#3a3c7f;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;line-height:20px;min-height:40px;padding:10px 16px;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.pro-patient-profile__assign-treatment-button:not(:disabled):hover{background:#f1f2ff;border-color:#6f74b8;color:#2f336b}.pro-patient-profile__assign-treatment-button:disabled{cursor:not-allowed;opacity:.6}.pro-patient-profile__collapsible{display:grid;grid-template-rows:1fr;margin-top:16px;opacity:1;transition:grid-template-rows .28s ease,opacity .22s ease,margin-top .22s ease}.pro-patient-profile__collapsible--treatments{margin-top:24px}.pro-patient-profile__collapsible--notes .pro-patient-profile__collapsible-inner,.pro-patient-profile__collapsible--goals .pro-patient-profile__collapsible-inner,.pro-patient-profile__collapsible--supplements .pro-patient-profile__collapsible-inner,.pro-patient-profile__collapsible--evolution .pro-patient-profile__collapsible-inner{overflow:visible}.pro-patient-profile__collapsible--notes.is-collapsed .pro-patient-profile__collapsible-inner,.pro-patient-profile__collapsible--goals.is-collapsed .pro-patient-profile__collapsible-inner,.pro-patient-profile__collapsible--supplements.is-collapsed .pro-patient-profile__collapsible-inner,.pro-patient-profile__collapsible--evolution.is-collapsed .pro-patient-profile__collapsible-inner{overflow:hidden}.pro-patient-profile__collapsible.is-collapsed{grid-template-rows:0fr;margin-top:0;opacity:0}.pro-patient-profile__collapsible-inner{min-height:0;overflow:hidden}.pro-patient-profile__treatment-item{display:flex;flex-direction:column;gap:4px;min-height:65px}.pro-patient-profile__treatment-top{align-items:center;display:flex;gap:24px;justify-content:space-between;min-height:20px}.pro-patient-profile__treatment-top span{color:#1d1f41;font-size:14px;line-height:20px}.pro-patient-profile__treatment-top button{background:transparent;border:0;color:#434d9c;cursor:pointer;font-size:14px;font-weight:600;line-height:20px;padding:0 8px;transition:color .18s ease}.pro-patient-profile__treatment-top button:hover{color:#3a3c7f}.pro-patient-profile__treatment-percentage{color:#383b57;font-size:14px;font-weight:500;line-height:20px}.pro-patient-profile__treatment-progress{background:#e8e9ec;border-radius:24px;height:16px;overflow:hidden;width:100%}.pro-patient-profile__treatment-progress-fill{background:#434d9c;border-radius:24px;display:block;height:100%}.pro-patient-profile__progress-track{background:#d9d9df;border-radius:24px;height:8px;overflow:hidden;width:100%}.pro-patient-profile__progress-bar{background:#434d9c;border-radius:24px;display:block;height:100%}.pro-patient-profile__evolution-grid{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.pro-patient-profile__evolution-card{background:#f5efeb;border-radius:16px;display:flex;flex-direction:column;gap:14px;min-height:640px;padding:20px}.pro-patient-profile__evolution-card--emotions{gap:24px;padding:24px}.pro-patient-profile__emotions-body{display:flex;flex:1;flex-direction:column;gap:16px;justify-content:center;min-height:0;width:100%}.pro-patient-profile__evolution-card-header{align-items:center;display:flex;justify-content:space-between}.pro-patient-profile__emotion-scale-wrap,.pro-patient-profile__habit-scale-wrap{position:relative}.pro-patient-profile__emotion-scale-menu,.pro-patient-profile__habit-scale-menu{position:absolute;right:0;top:calc(100% + 8px);z-index:4;min-width:136px;background:#fff;border:1px solid #dadce7;border-radius:12px;box-shadow:0 12px 24px #1d1f4124;padding:6px;display:flex;flex-direction:column;gap:4px}.pro-patient-profile__emotion-scale-option,.pro-patient-profile__habit-scale-option{background:transparent;border:0;border-radius:8px;color:#383b57;cursor:pointer;font-size:14px;font-weight:500;line-height:20px;padding:8px 10px;text-align:left}.pro-patient-profile__emotion-scale-option.is-active,.pro-patient-profile__habit-scale-option.is-active{background:#f2f3fa;color:#434d9c}.pro-patient-profile__emotion-scale-option:hover:not(.is-active){background:#f8f9fc}.pro-patient-profile__habit-scale-option:hover:not(.is-active){background:#f8f9fc}.pro-patient-profile__evolution-card-header h4{color:#1d1f41;font-size:18px;font-weight:600;margin:0}.pro-patient-profile__month-nav{align-items:center;display:flex;justify-content:space-between}.pro-patient-profile__month-nav--centered{justify-content:center}.pro-patient-profile__month-nav button{background:transparent;border:0;color:#3a3c7f;cursor:pointer;display:inline-flex;padding:2px}.pro-patient-profile__month-nav button:disabled{color:#b8bbcc;cursor:not-allowed}.pro-patient-profile__month-nav span{color:#3a3c7f;font-size:16px;font-weight:500}.pro-patient-profile__emotion-date-range{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.pro-patient-profile__emotion-date-field{min-width:0}.pro-patient-profile__emotion-date-picker{margin-bottom:0;position:relative}.pro-patient-profile__emotion-date-picker>label{color:#565870;font-size:12px;line-height:16px}.pro-patient-profile__emotion-date-picker .register-field__content{margin-top:6px}.pro-patient-profile__emotion-date-picker .ui-text-input.ui-text-input--calendar{min-height:38px;padding:7px 12px;border-radius:10px}.pro-patient-profile__emotion-date-picker .ui-text-input.ui-text-input--calendar input{min-height:24px;font-size:14px;line-height:20px}.pro-patient-profile__emotion-date-picker .ui-text-input.ui-text-input--calendar input:disabled{background:#fdfbfa;color:#6b6f88}.pro-patient-profile__emotion-date-picker .ui-date-toggle{color:#8d91cb;width:16px;height:16px;flex:0 0 16px}.pro-patient-profile__emotion-date-picker .ui-date-toggle:disabled{color:#a3a6ba;cursor:default}.pro-patient-profile__emotion-date-picker .ui-date-toggle svg{width:18px;height:18px}.pro-patient-profile__emotion-date-picker:focus-within{z-index:12}.pro-patient-profile__emotion-date-field:first-child .pro-patient-profile__emotion-date-picker .register-calendar{left:0;right:auto;transform:translate(16px)}.pro-patient-profile__evolution-card--doses{gap:24px;padding:24px}.pro-patient-profile__doses-body{display:flex;flex:1;flex-direction:column;gap:16px;min-height:0;width:100%}.pro-patient-profile__dose-calendar{display:flex;flex-direction:column;gap:16px;min-height:230px;width:min(100%,360px);max-width:360px;align-self:center;margin-inline:auto}.pro-patient-profile__dose-weekdays{color:#717288;display:grid;font-size:12px;font-weight:400;grid-template-columns:repeat(7,minmax(0,1fr));line-height:18px;text-align:center}.pro-patient-profile__progress-list{display:flex;flex-direction:column;gap:10px}.pro-patient-profile__evolution-card--emotions .pro-patient-profile__progress-list{flex:1;gap:0;justify-content:space-between;min-height:0}.pro-patient-profile__evolution-card--emotions .pro-patient-profile__progress-list.has-custom-rows{gap:10px;justify-content:flex-start;overflow-y:auto;padding-right:6px}.pro-patient-profile__progress-row{display:flex;flex-direction:column;gap:4px}.pro-patient-profile__progress-head{align-items:center;color:#383b57;display:flex;font-size:14px;justify-content:space-between}.pro-patient-profile__month-records{color:#717288;font-size:14px;margin:0}.pro-patient-profile__month-records span{background:#d9d9df;border-radius:999px;color:#565870;font-size:12px;margin-left:8px;padding:2px 8px}.pro-patient-profile__habits-list{display:flex;flex-direction:column;gap:8px}.pro-patient-profile__habit-carousel-window{overflow:hidden;width:100%}.pro-patient-profile__habit-carousel-track{display:flex;width:200%;will-change:transform}.pro-patient-profile__habit-carousel-slide{flex:0 0 50%;min-width:0}.pro-patient-profile__habit-carousel-track.is-right{animation:proPatientProfileHabitCarouselSlideNext .52s cubic-bezier(.22,.61,.36,1)}.pro-patient-profile__habit-carousel-track.is-left{transform:translate(-50%);animation:proPatientProfileHabitCarouselSlidePrevious .52s cubic-bezier(.22,.61,.36,1)}.pro-patient-profile__habits-list article{background:#fdfbfa;border-radius:8px;display:flex;flex-direction:column;gap:0;justify-content:flex-start;min-height:126px;padding:16px;box-shadow:0 1px 2px #0a0d120d}.pro-patient-profile__habits-list h5{color:#1d1f41;font-size:14px;font-weight:600;line-height:20px;margin:0 0 14px}.pro-patient-profile__habit-value{color:#383b57;display:inline-flex;font-size:24px;gap:0;line-height:32px;margin:0}.pro-patient-profile__habit-value strong{color:#383b57;font-size:24px;font-weight:600;line-height:32px}.pro-patient-profile__habit-value span{color:#383b57;font-size:24px;font-weight:400;line-height:32px}.pro-patient-profile__habit-trend-copy{align-items:center;color:#717288;display:inline-flex;font-size:12px;font-weight:400;gap:4px;line-height:18px;margin:auto 0 0}.pro-patient-profile__habit-delta{align-items:center;display:inline-flex;font-size:12px;font-weight:600;gap:2px;line-height:18px}.pro-patient-profile__habit-delta--up{color:#369638}.pro-patient-profile__habit-delta--down{color:#e43f16}.pro-patient-profile__habit-delta--equal{color:#565870}.pro-patient-profile__habit-trend-text{color:#717288;font-size:12px;font-weight:400;line-height:18px}@keyframes proPatientProfileHabitCarouselSlideNext{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes proPatientProfileHabitCarouselSlidePrevious{0%{transform:translate(-50%)}to{transform:translate(0)}}.pro-patient-profile__dose-grid{display:grid;gap:1px;grid-template-columns:repeat(7,minmax(0,1fr));grid-template-rows:repeat(5,minmax(0,1fr));min-height:0}.pro-patient-profile__dose-day{align-items:center;border-radius:8px;color:#383b57;display:flex;flex-direction:column;font-size:12px;font-weight:500;justify-content:space-between;min-height:40px;padding:8px}.pro-patient-profile__dose-day small{font-size:12px;font-style:normal;font-weight:500;line-height:18px}.pro-patient-profile__dose-day.is-muted{opacity:.5}.pro-patient-profile__dose-day.is-selected{border:1px solid #434d9c;border-radius:50%;height:40px;justify-content:center;margin:0 auto;padding:6px;width:40px}.pro-patient-profile__dose-day.is-selected small{line-height:1}.pro-patient-profile__dose-dot{border-radius:50%;display:block;height:4px;width:4px}.pro-patient-profile__dose-dot.is-done{background:#12b76a}.pro-patient-profile__dose-dot.is-missed{background:#f04438}.pro-patient-profile__dose-dot.is-pending{background:#9ea0b4}.pro-patient-profile__dose-dot-pair{align-items:center;display:inline-flex;gap:4px;height:4px}.pro-patient-profile__dose-dot-pair b{border-radius:50%;display:block;height:4px;width:4px}.pro-patient-profile__dose-dot-pair b.is-done{background:#12b76a}.pro-patient-profile__dose-dot-pair b.is-missed{background:#f04438}.pro-patient-profile__dose-tabs{background:#f4f4f5;border-radius:30px;display:flex;gap:4px;padding:4px;width:100%;box-shadow:0 1px 2px #1d1f410f,0 1px 3px #1d1f411a}.pro-patient-profile__dose-tabs button{align-items:center;background:transparent;border:0;border-radius:30px;color:#898b9b;display:inline-flex;flex:1 1 0;font-size:14px;font-weight:600;gap:6px;justify-content:center;line-height:20px;min-height:40px;padding:8px 12px;white-space:nowrap}.pro-patient-profile__dose-tabs button.active{background:#d5d6eb;color:#3a3c7f}.pro-patient-profile__dose-tabs button span{align-items:center;background:#d5d6eb;border-radius:16px;color:#434d9c;display:inline-flex;flex:0 0 auto;font-size:12px;font-weight:500;line-height:18px;margin-left:8px;padding:2px 8px;white-space:nowrap}.pro-patient-profile__dose-tabs button:not(.active) span{background:#e8e9ec;color:#898b9b}.pro-patient-profile__dose-tabs button.active span{background:#c6c7cf;color:#434d9c}.pro-patient-profile__dose-cards-panel{height:190px;width:100%}.pro-patient-profile__dose-cards-scroll{height:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;scrollbar-color:#c6c7cf transparent;scrollbar-width:thin}.pro-patient-profile__dose-cards-scroll::-webkit-scrollbar{height:16px}.pro-patient-profile__dose-cards-scroll::-webkit-scrollbar-track{background:transparent}.pro-patient-profile__dose-cards-scroll::-webkit-scrollbar-thumb{background:#c6c7cf;border-radius:8px;border:4px solid transparent;background-clip:content-box}.pro-patient-profile__dose-cards{display:flex;gap:8px;min-width:max-content;width:max-content}.pro-patient-profile__dose-cards article{background:#fdfbfa;border:1px solid #c6c7e6;border-left:3px solid #434d9c;border-radius:8px;box-shadow:0 1px 2px #0a0d120f,0 1px 3px #0a0d121a;display:flex;flex-direction:column;justify-content:space-between;min-height:166px;padding:16px;width:180px}.pro-patient-profile__dose-cards h5{color:#434d9c;font-size:14px;line-height:20px;margin:0;width:100%}.pro-patient-profile__dose-card-meta{color:#898b9b;display:flex;flex-direction:column;font-size:12px;font-weight:400;line-height:18px;width:100%}.pro-patient-profile__dose-card-meta p{color:#898b9b;font-size:12px;line-height:18px;margin:0}.pro-patient-profile__simple-list{display:flex;flex-direction:column;gap:8px}.pro-patient-profile__simple-list article{align-items:center;background:#fbf7f6;border:1px solid #eceef5;border-left:4px solid #b666a3;border-radius:8px;display:flex;justify-content:space-between;padding:12px 16px}.pro-patient-profile__simple-list h4{align-items:center;color:#a55091;display:inline-flex;font-size:14px;gap:6px;margin:0}.pro-patient-profile__simple-list p{color:#717288;font-size:12px;margin:3px 0 0}.pro-patient-profile__supplement-title-separator,.pro-patient-profile__supplement-created-by{color:#717288;font-size:12px;font-weight:400;line-height:18px}.pro-patient-profile__simple-list .state-active,.pro-patient-profile__simple-list .state-pending,.pro-patient-profile__simple-list .state-finished,.pro-patient-profile__simple-list .state-rejected,.pro-patient-profile__table .state-active,.pro-patient-profile__table .state-complete{border-radius:16px;font-size:12px;font-weight:500;padding:2px 10px;white-space:nowrap}.pro-patient-profile__supplement-actions{align-items:center;display:inline-flex;gap:10px;min-height:24px;position:relative}.pro-patient-profile__supplement-status{align-items:center;display:inline-flex;gap:6px;border-radius:16px;font-size:12px;font-weight:500;padding:2px 10px;white-space:nowrap}.pro-patient-profile__supplement-status-dot{background:currentColor;border-radius:50%;display:block;height:6px;position:relative;width:6px}.pro-patient-profile__supplement-menu-wrap{position:relative}.pro-patient-profile__supplement-menu-trigger{align-items:center;background:transparent;border:0;color:#3a3c7f;cursor:pointer;display:inline-flex;height:24px;justify-content:center;padding:0;width:24px}.pro-patient-profile__supplement-menu-trigger svg{display:block}.pro-patient-profile__supplement-menu{background:#fdfbfa;border:1px solid #e2e4f3;border-radius:8px;box-shadow:0 12px 16px -4px #1d1f4114,0 4px 6px -2px #1d1f4108;min-width:208px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:20}.pro-patient-profile__supplement-menu.is-measuring{opacity:0;pointer-events:none;visibility:hidden}.pro-patient-profile__supplement-menu.is-open-upward{bottom:calc(100% + 8px);top:auto}.pro-patient-profile__supplement-menu button{align-items:center;background:#fdfbfa;border:0;color:#383b57;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:12px;line-height:20px;padding:10px 16px;text-align:left;width:100%}.pro-patient-profile__supplement-menu button svg{color:#565870}.pro-patient-profile__supplement-menu button:hover{background:#f8f3f1}.pro-patient-profile__supplement-menu button.is-danger{color:#e43f16}.pro-patient-profile__supplement-menu button.is-danger svg{color:#e43f16}.pro-patient-profile__supplement-menu button:disabled,.pro-patient-profile__supplement-menu button:disabled:hover{background:#fdfbfa;color:#9d9fae;cursor:not-allowed}.pro-patient-profile__supplement-menu button:disabled svg{color:#9d9fae}.pro-patient-profile__supplement-menu-divider{background:#e2e4f3;height:1px;width:100%}.pro-patient-profile__simple-list .state-active,.pro-patient-profile__table .state-active,.pro-patient-profile__supplement-status.state-active{background:#ecfdf3;color:#027a48}.pro-patient-profile__simple-list .state-pending,.pro-patient-profile__supplement-status.state-pending{background:#fcf0da;color:#ee9c1a}.pro-patient-profile__simple-list .state-active .pro-patient-profile__supplement-status-dot,.pro-patient-profile__supplement-status.state-active .pro-patient-profile__supplement-status-dot{background:transparent}.pro-patient-profile__supplement-status.state-active .pro-patient-profile__supplement-status-dot:after{background:#12b76a;border-radius:999px;content:"";inset:1px;position:absolute}.pro-treatments-drawer .pro-patient-profile__supplement-status.state-active .pro-patient-profile__supplement-status-dot{background:#12b76a}.pro-treatments-drawer .pro-patient-profile__supplement-status.state-active .pro-patient-profile__supplement-status-dot:after{content:none}.pro-treatments-drawer .pro-patient-profile__supplement-status.state-rejected .pro-patient-profile__supplement-status-dot{background:#d46a6a}.pro-treatments-drawer .pro-patient-profile__supplement-status.state-rejected .pro-patient-profile__supplement-status-dot:after{content:none}.pro-patient-profile__simple-list .state-finished,.pro-patient-profile__supplement-status.state-finished{background:#eff8ff;color:#175cd3}.pro-patient-profile__simple-list .state-rejected,.pro-patient-profile__supplement-status.state-rejected{background:#fef3f2;color:#d46a6a}.pro-patient-profile__supplement-status.state-rejected .pro-patient-profile__supplement-status-dot{background:transparent}.pro-patient-profile__supplement-status.state-rejected .pro-patient-profile__supplement-status-dot:after{background:#f04438;border-radius:999px;content:"";inset:1px;position:absolute}.pro-treatments-drawer__date-toggle--hidden{display:none}.pro-patient-profile__table .state-complete{background:#eff8ff;color:#175cd3}.pro-patient-profile__goals-table-wrap{background:#fdfbfa;border:1px solid #e2e4f3;border-radius:12px;box-shadow:0 1px 2px #0a0d120f,0 1px 3px #0a0d121a;overflow:visible;width:100%}.pro-patient-profile__goals-table{min-width:0;width:100%}.pro-patient-profile__goals-row{border-bottom:1px solid #e2e4f3;color:#383b57;display:grid;gap:0;grid-template-columns:minmax(0,1fr) 88px 200px 170px 130px;padding:16px 24px}.pro-patient-profile__goals-row:last-child{border-bottom:0}.pro-patient-profile__goals-row--head{align-items:center;background:#f5f5fc;color:#3a3c7f;font-size:12px;font-weight:500;line-height:18px;min-height:44px;padding-bottom:12px;padding-top:12px}.pro-patient-profile__goals-row--head>div{align-items:center;display:flex}.pro-patient-profile__goals-sort-button{align-items:center;background:transparent;border:0;color:inherit;cursor:pointer;display:inline-flex;font:inherit;gap:4px;padding:0}.pro-patient-profile__goals-sort-button svg{transition:transform .22s ease}.pro-patient-profile__goals-sort-button.is-reversed svg{transform:rotate(180deg)}.pro-patient-profile__goals-main-cell{align-items:stretch;display:flex;gap:12px}.pro-patient-profile__goals-main-cell p{color:#383b57;font-size:14px;line-height:20px;margin:0;overflow-wrap:anywhere}.pro-patient-profile__goals-expand-toggle{align-items:center;align-self:flex-start;background:transparent;border:0;color:#3a3c7f;cursor:pointer;display:inline-flex;flex:0 0 auto;justify-content:center;padding:0;transition:transform .22s ease,color .18s ease}.pro-patient-profile__goals-expand-toggle.is-expanded{transform:rotate(90deg)}.pro-patient-profile__goals-expand-toggle:disabled{color:#b5b7c9;cursor:default}.pro-patient-profile__goals-actions-list-wrap{display:grid;grid-template-rows:0fr;margin-top:0;opacity:0;transition:grid-template-rows .24s ease,margin-top .2s ease,opacity .18s ease}.pro-patient-profile__goals-actions-list-wrap.is-expanded{grid-template-rows:1fr;margin-top:8px;opacity:1}.pro-patient-profile__goals-actions-list{color:#898b9b;margin:0;min-height:0;overflow:hidden;padding-left:20px}.pro-patient-profile__goals-actions-list li{font-size:14px;line-height:20px}.pro-patient-profile__goals-actions-count{align-items:center;background:#e8e9ec;border-radius:16px;color:#565870;display:inline-flex;font-size:12px;font-weight:500;justify-content:center;line-height:18px;min-width:24px;padding:2px 8px}.pro-patient-profile__goals-status{align-items:center;border-radius:16px;display:inline-flex;font-size:12px;font-weight:500;gap:4px;line-height:18px;padding:2px 6px 2px 8px}.pro-patient-profile__goals-status:before,.pat-my-objectives__status-badge:before{background:currentColor;border-radius:999px;content:"";display:inline-block;flex:0 0 auto;height:6px;margin-right:6px;width:6px}.pro-patient-profile__goals-status-wrap{position:relative}.pro-patient-profile__goals-status-trigger{align-items:center;background:transparent;border:0;color:inherit;cursor:pointer;display:inline-flex;padding:0}.pro-patient-profile__goals-status-trigger svg{transition:transform .22s ease}.pro-patient-profile__goals-status-trigger.is-open svg{transform:rotate(180deg)}.pro-patient-profile__goals-status-trigger:disabled{color:#b5b7c9;cursor:default}.pro-patient-profile__goals-status-menu{background:#fff;border:1px solid #e2e4f3;border-radius:12px;box-shadow:0 8px 24px #1217221f;display:flex;flex-direction:column;gap:4px;left:0;min-width:148px;padding:6px;position:absolute;top:calc(100% + 8px);z-index:30}.pro-patient-profile__goals-status-menu-item{background:transparent;border:0;border-radius:8px;color:#383b57;cursor:pointer;font-size:13px;font-weight:500;line-height:18px;padding:8px 10px;text-align:left}.pro-patient-profile__goals-status-menu-item:hover{background:#f5f5fc}.pro-patient-profile__goals-status--active{background:#ecfdf3;color:#027a48}.pro-patient-profile__goals-status--active:before,.pat-my-objectives__status-badge--active:before{background:#12b76a;border-radius:999px;box-shadow:0 0 0 1px #12b76a29;content:"";display:inline-block;flex:0 0 auto;height:6px;margin-right:6px;width:6px}.pro-patient-profile__goals-status--canceled:before,.pat-my-objectives__status-badge--canceled:before,.pat-my-objectives__status-badge--paused:before{background:#f04438;border-radius:999px;box-shadow:0 0 0 1px #f0443829;content:"";display:inline-block;flex:0 0 auto;height:6px;margin-right:6px;width:6px}.pro-patient-profile__goals-status--paused{background:#fff4ed;color:#c4320a}.pro-patient-profile__goals-status--canceled{background:#fef3f2;color:#b42318}.pro-patient-profile__goals-status--completed{background:#eff8ff;color:#175cd3}.pro-patient-profile__goals-status--to-confirm{background:#fffaeb;color:#b54708}.pro-patient-profile__goals-row>div:not(:first-child){align-items:center;display:flex;padding-left:24px;min-width:0}.pro-patient-profile__goals-row>div:nth-child(2){justify-content:center;padding-left:0;text-align:center}.pro-patient-profile__goals-date{color:#383b57}.pro-patient-profile__section-card--goals{background:#fdfbfa;gap:24px;padding:32px}.pro-patient-profile__goals-feedback{color:#717288;font-size:14px;line-height:20px;padding:18px 20px}.pro-patient-profile__goals-feedback--error{color:#b42318}.pro-objective-modal{width:min(840px,calc(100vw - clamp(24px,5vw,64px)));max-height:min(860px,calc(100vh - clamp(24px,5vh,64px)))}.pro-objective-modal__scroll{padding:16px}.pro-objective-modal__step{min-height:100%;padding:16px;gap:24px}.pro-objective-modal__header h2{margin:0 0 4px}.pro-objective-modal__header p{margin:0}.pro-objective-modal--patient .pro-objective-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.pro-objective-modal__date{color:#6d7088;font-size:13px;line-height:18px;margin:0 0 6px}.pro-objective-modal__notification-title{margin:0;color:#1d1f41;font-size:16px;line-height:24px;font-weight:500}.pro-objective-modal__objective-field{margin:0}.pro-objective-modal__loading{display:grid;gap:16px}.pro-objective-modal__loading .pro-objective-modal__action-list-wrap{max-height:none;overflow:visible;padding:0;animation:none}.pro-objective-modal__textarea-wrapper{border-radius:12px;border-color:#d5d6eb;padding:10px 14px}.pro-objective-modal__textarea-wrapper.is-error{border-color:#dc2626}.pro-objective-modal__textarea-wrapper.is-error:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.pro-objective-modal__textarea{min-height:148px;max-height:240px}.pro-objective-modal__textarea::placeholder{color:#898b9b}.pro-objective-modal__actions-section{display:grid;gap:12px}.pro-objective-modal__actions-label{color:#383b57;font-size:14px;font-weight:600;line-height:20px;margin:0}.pro-objective-modal__toggle{align-items:center;color:#383b57;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;line-height:20px}.pro-objective-modal__toggle-control{align-items:center;background:#e8e9ec;border:none;border-radius:12px;cursor:pointer;display:inline-flex;height:20px;justify-content:flex-start;padding:2px;transition:background-color .22s ease,box-shadow .22s ease;width:36px}.pro-objective-modal__toggle-control.is-on{background:#434d9c}.pro-objective-modal__toggle-control:disabled{cursor:not-allowed;opacity:.65}.pro-objective-modal__toggle-control:focus-visible{outline:none;box-shadow:0 0 0 3px #434d9c24}.pro-objective-modal__toggle-handle{background:#fff;border-radius:999px;display:block;height:16px;transform:translate(0);transition:transform .26s cubic-bezier(.22,1,.36,1);width:16px}.pro-objective-modal__toggle-control.is-on .pro-objective-modal__toggle-handle{transform:translate(16px)}.pro-objective-modal__action-list-wrap{display:grid;gap:8px;max-height:0;opacity:0;overflow:hidden;padding:3px 4px 6px 3px;transform:translateY(-6px);transition:max-height .3s cubic-bezier(.22,1,.36,1),opacity .22s ease,transform .26s ease,padding .22s ease}.pro-objective-modal__action-list-wrap.is-enabled{max-height:min(44vh,380px);opacity:1;overflow-y:auto;transform:translateY(0)}.pro-objective-modal__action-list-wrap.is-collapsed{max-height:0;opacity:0;overflow:hidden;padding-top:0;padding-bottom:0;pointer-events:none;transform:translateY(-6px)}.pro-objective-modal__action-row{display:grid;gap:4px 8px;grid-template-columns:minmax(0,1fr) 32px;align-items:center;animation:pro-objective-action-row-enter .22s ease}.pro-objective-modal__action-row--readonly{grid-template-columns:minmax(0,1fr)}.pro-objective-modal__action-input{border-color:#d5d6eb;border-radius:12px;min-height:44px;padding:10px 14px}.pro-objective-modal__action-input.register-input--error{border-color:#dc2626}.pro-objective-modal__action-input:focus-within{border-color:#8d91cb;box-shadow:0 0 0 3px #8d91cb1f}.pro-objective-modal__action-input.register-input--error:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.pro-objective-modal__action-input input:disabled{cursor:not-allowed}.pro-objective-modal__action-button{align-items:center;background:transparent;border:none;border-radius:8px;color:#434d9c;cursor:pointer;display:inline-flex;height:32px;justify-content:center;padding:0;width:32px}.pro-objective-modal__action-button:disabled{cursor:not-allowed;opacity:.45}.pro-objective-modal__action-button--add{background:#434d9c;color:#fff}.pro-objective-modal__action-button--remove:hover:not(:disabled){background:#f5f5fc}.pro-objective-modal__action-error{grid-column:1 / -1}.pro-objective-modal__actions{justify-content:flex-end;margin-top:8px}.pro-objective-modal__step .pro-objective-modal__actions{margin-top:auto;padding-bottom:18px}.pro-objective-modal__step--compact .pro-objective-modal__actions{margin-top:8px;padding-bottom:0}.pro-objective-modal--pending-compact.pro-patients__modal:not(.pro-patients__modal--success){min-height:clamp(360px,48vh,440px)}.pro-objective-modal__close{width:44px;height:44px;border-radius:999px;border:1px solid #8d91cb;background:#fdfbfa80;color:#3a3c7f;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;flex-shrink:0}.pro-objective-modal__close:hover{border-color:#7d81c2;color:#343776;background:#f5f5fc;transform:translateY(-1px)}.pro-objective-modal__error-state{margin-top:4px}.pro-objective-modal__status-message{color:#383b57;margin:0}.pro-objective-modal--success{width:min(590px,calc(100vw - clamp(24px,5vw,64px)));height:min(308px,calc(100vh - clamp(24px,5vh,64px)));max-height:min(308px,calc(100vh - clamp(24px,5vh,64px)));display:block}.pro-objective-modal--success .pro-objective-modal__scroll{padding:32px;display:block;flex:0 0 auto;max-height:none;overflow:visible}.pro-objective-modal--success .pro-patients__modal-step{flex:0 0 auto;min-height:0}.pro-objective-modal__success-step{gap:48px;justify-content:flex-start;min-height:auto}.pro-objective-modal__success-content{display:grid;gap:28px;width:100%}.pro-objective-modal__success-badge{align-items:center;background:#b4e4b4;border:8px solid #e1f4e1;border-radius:999px;display:inline-flex;height:48px;justify-content:center;overflow:hidden;width:48px}.pro-objective-modal__success-badge img{width:24px;height:24px;display:block}.pro-objective-modal__success-copy{gap:8px;width:100%}.pro-objective-modal__success-copy h2,.pro-objective-modal__success-copy p{margin:0}.pro-objective-modal--success .pro-objective-modal__actions{margin-top:0;width:100%;justify-content:flex-end;padding-bottom:0}.pro-objective-modal--success .pro-objective-modal__actions .auth-btn{width:194px;min-width:194px}.pro-objective-modal--status{width:min(540px,calc(100vw - clamp(24px,5vw,64px)));max-height:none}.pro-objective-modal--status .pro-objective-modal__scroll{padding:28px;display:block;flex:0 0 auto;max-height:none;overflow:visible}.pro-objective-modal--status .pro-patients__modal-step{flex:0 0 auto;min-height:0;gap:20px}.pro-objective-modal--status .pro-objective-modal__actions{margin-top:0;width:100%;justify-content:flex-end;padding-bottom:0}@keyframes pro-objective-actions-enter{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes pro-objective-action-row-enter{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.pro-patient-profile__table-wrap{border:1px solid #e2e4f3;border-radius:12px;overflow-x:auto}.pro-patient-profile__table{border-collapse:collapse;min-width:980px;width:100%}.pro-patient-profile__table th,.pro-patient-profile__table td{border-bottom:1px solid #e2e4f3;color:#383b57;font-size:14px;padding:14px 16px;text-align:left;vertical-align:middle}.pro-patient-profile__table th{background:#f5f5fc;color:#3a3c7f;font-size:12px;font-weight:500}.pro-patient-profile__inline-actions{display:flex;gap:10px}.pro-patient-profile__tests-scroll{max-height:354px;overflow-y:auto;overflow-x:hidden;padding-right:6px;scrollbar-width:thin;scrollbar-color:#d9d9df transparent}.pro-patient-profile__tests-scroll::-webkit-scrollbar{width:8px}.pro-patient-profile__tests-scroll::-webkit-scrollbar-track{background:transparent;margin-block:8px}.pro-patient-profile__tests-scroll::-webkit-scrollbar-thumb{background:#d9d9df;border-radius:999px;border:2px solid transparent;background-clip:content-box}.pro-patient-profile__tests-scroll::-webkit-scrollbar-thumb:hover{background:#c9c9d4;border-radius:999px;border:2px solid transparent;background-clip:content-box}.pro-patient-profile__tests-grid{display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.pro-patient-profile__tests-grid article,.pro-patient-profile__test-card-button{align-items:center;background:#fdfbfa;border:1px solid #c6c7e6;border-radius:12px;display:flex;gap:16px;min-height:102px;padding:16px;width:100%}.pro-patient-profile__test-card-button{cursor:pointer;justify-content:space-between;text-align:left;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.pro-patient-profile__test-card-button:hover{border-color:#a9acd8;box-shadow:0 4px 14px #434d9c1f}.pro-patient-profile__test-card-button:focus-visible{outline:none;border-color:#434d9c;box-shadow:0 0 0 4px #434d9c29}.pro-patient-profile__test-card-button.is-pending{cursor:not-allowed;opacity:.56}.pro-patient-profile__test-card-button.is-pending:hover{border-color:#c6c7e6;box-shadow:none;transform:none}.pro-patient-profile__test-card-button:disabled{pointer-events:none}.pro-patient-profile__test-card--skeleton{pointer-events:none}.pro-patient-profile__test-icon{align-items:center;background:#d5d6eb;border-radius:24px;color:#434d9c;display:inline-flex;flex:0 0 48px;height:48px;justify-content:center;width:48px}.pro-patient-profile__test-icon--skeleton{background:transparent}.pro-patient-profile__test-copy--skeleton{align-items:center;display:flex;min-height:48px;width:100%}.pro-patient-profile__test-copy--skeleton h4{margin:0;min-height:0;width:100%}.pro-patient-profile__test-skeleton-line{display:block}.pro-patient-profile__test-skeleton-line--title{margin-inline:auto;width:92%}.pro-patient-profile__test-copy{display:grid;gap:4px;flex:1 1 auto;min-width:0}.pro-patient-profile__tests-grid h4{color:#434d9c;display:-webkit-box;font-size:16px;font-weight:600;line-height:24px;margin:0;min-height:48px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pro-patient-profile__tests-grid p{color:#898b9b;font-size:12px;line-height:18px;margin:0}.pro-patient-profile__test-result-inline{align-items:baseline;align-self:flex-end;color:#434d9c;display:inline-flex;flex:0 0 auto;font-size:12px;gap:6px;line-height:18px;margin-bottom:2px}.pro-patient-profile__test-result-inline-label{color:#434d9c;font-weight:600}.pro-patient-profile__test-result-inline strong{color:#434d9c;font-size:12px;font-weight:600;line-height:18px}.pro-patient-profile__test-result-modal-backdrop{position:fixed;inset:0;z-index:72;display:grid;place-items:center;padding:clamp(16px,2.4vh,28px);background:#1d1f41b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pro-patient-profile__test-result-modal{position:relative;width:min(590px,calc(100vw - clamp(24px,5vw,64px)));max-height:min(490px,calc(100vh - clamp(24px,5vh,64px)));border:1px solid #e2e4f3;border-radius:20px;background:#fdfbfa;box-shadow:0 20px 44px -10px #1d1f4159;transition:max-height .32s cubic-bezier(.2,.75,.2,1);overflow:hidden}.pro-patient-profile__test-result-modal.is-expanded{width:min(820px,calc(100vw - clamp(24px,5vw,64px)));max-height:min(90vh,calc(100vh - clamp(24px,5vh,64px)))}.pro-patient-profile__test-result-modal-close{position:absolute;top:16px;right:16px;width:38px;height:38px;border-radius:999px;border:1px solid #434d9c;background:#fff;color:#434d9c;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.pro-patient-profile__test-result-modal-close:hover{background:#f5f6ff;transform:scale(1.03)}.pro-patient-profile__test-result-modal-close:focus-visible{outline:none;box-shadow:0 0 0 4px #434d9c2e}.pro-patient-profile__test-result-modal-scroll{padding:28px 24px 24px;overflow-y:auto;max-height:inherit;scrollbar-width:thin;scrollbar-color:#d9d9df transparent}.pro-patient-profile__test-result-modal-scroll::-webkit-scrollbar{width:8px}.pro-patient-profile__test-result-modal-scroll::-webkit-scrollbar-track{background:transparent}.pro-patient-profile__test-result-modal-scroll::-webkit-scrollbar-thumb{background:#d9d9df;border-radius:999px;border:2px solid transparent;background-clip:content-box}.pro-patient-profile__test-result-modal-state{min-height:270px;display:grid;place-content:center;justify-items:center;text-align:center;gap:12px}.pro-patient-profile__test-result-loading{width:min(420px,100%);display:grid;gap:16px}.pro-patient-profile__test-result-loading-card{display:grid;justify-items:center;gap:8px;padding:24px}.pro-patient-profile__test-result-loading-definition{display:flex;align-items:center;justify-content:center;gap:8px}.pro-patient-profile__test-result-modal-content--loading{width:100%}.pro-patient-profile__test-result-loading-title{padding-right:54px}.pro-patient-profile__test-result-modal-state--error p{margin:0;color:#8b4f5d;font-size:14px;line-height:20px}.pro-patient-profile__test-result-modal-content{display:grid;gap:16px}.pro-patient-profile__test-result-modal-content>h2{margin:0;padding-right:54px;color:#434d9c;font-size:18px;line-height:28px;font-weight:600}.pro-patient-profile__test-result-card{border:1px solid #d5d6eb;border-radius:12px;background:#fdfbfa;box-shadow:0 1px 2px #1d1f410d;display:grid;justify-items:center;gap:3px;padding:24px}.pro-patient-profile__test-result-card--loading{min-height:170px;align-content:center;border:none;box-shadow:none;background:transparent}.pro-patient-profile__test-result-card--loading-layout{gap:12px}.pro-patient-profile__test-result-score{margin:0;color:#434d9c;font-size:48px;line-height:60px;font-weight:700}.pro-patient-profile__test-result-summary{margin:0;color:#1d1f41;font-size:16px;line-height:24px;font-weight:600}.pro-patient-profile__test-result-range{margin:0;color:#898b9b;font-size:12px;line-height:18px}.pro-patient-profile__test-result-definition{display:flex;align-items:center;gap:8px;color:#717288;font-size:12px;line-height:18px}.pro-patient-profile__test-result-definition--loading{max-width:100%}.pro-patient-profile__test-result-expand-wrap{display:flex;justify-content:center}.pro-patient-profile__test-result-expand-toggle{width:38px;height:38px;border-radius:999px;border:1px solid #d5d6eb;background:#fff;color:#434d9c;display:inline-flex;align-items:center;justify-content:center;transition:transform .28s cubic-bezier(.2,.8,.2,1),background-color .18s ease,border-color .18s ease}.pro-patient-profile__test-result-expand-toggle:hover:not(:disabled){background:#f5f6ff;border-color:#aeb1dd}.pro-patient-profile__test-result-expand-toggle.is-expanded{transform:rotate(180deg)}.pro-patient-profile__test-result-expand-toggle:disabled{opacity:.45;cursor:not-allowed}.pro-patient-profile__test-result-answers-panel{max-height:0;opacity:0;transform:translateY(-8px);overflow:hidden;transition:max-height .33s cubic-bezier(.2,.78,.2,1),opacity .22s ease,transform .3s ease}.pro-patient-profile__test-result-answers-panel.is-expanded{max-height:1200px;opacity:1;transform:translateY(0)}.pro-patient-profile__test-result-answers-copy{display:grid;gap:6px}.pro-patient-profile__test-result-answers-copy h3{margin:0;color:#383b57;font-size:14px;line-height:20px;font-weight:600}.pro-patient-profile__test-result-answers-copy p{margin:0;color:#383b57;font-size:14px;line-height:20px}.pro-patient-profile__test-result-answers-scale{display:grid;gap:2px}.pro-patient-profile__test-result-answers-list{--pro-patient-profile-test-scale-size: 16px;--pro-patient-profile-test-scale-gap: 8px;--pro-patient-profile-test-scale-width: calc((var(--pro-patient-profile-test-scale-size) * 4) + (var(--pro-patient-profile-test-scale-gap) * 3));border:1px solid #e2e4f3;border-radius:16px;background:#f4f1f1;padding:16px 8px 16px 16px;display:grid;gap:8px;margin-top:12px;max-height:min(42vh,420px);overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#cfd1dc transparent}.pro-patient-profile__test-result-answers-list::-webkit-scrollbar{width:8px}.pro-patient-profile__test-result-answers-list::-webkit-scrollbar-track{background:transparent;margin-block:8px}.pro-patient-profile__test-result-answers-list::-webkit-scrollbar-thumb{background:#cfd1dc;border-radius:999px}.pro-patient-profile__test-result-answers-empty{margin:0;color:#717288;font-size:14px;line-height:20px}.pro-patient-profile__test-result-values{margin-left:auto;margin-right:16px;width:var(--pro-patient-profile-test-scale-width);display:grid;grid-template-columns:repeat(4,var(--pro-patient-profile-test-scale-size));justify-content:end;gap:var(--pro-patient-profile-test-scale-gap);color:#898b9b;font-size:12px;line-height:18px;text-align:center}.pro-patient-profile__test-result-question{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #d5d6eb;border-radius:16px;background:#fdfbfa;padding:14px 16px}.pro-patient-profile__test-result-question-copy{display:flex;align-items:center;gap:8px;color:#383b57;font-size:14px;line-height:20px;font-weight:500}.pro-patient-profile__test-result-question-position{width:24px;height:24px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;background:#ebd5e5;color:#b666a3;font-size:14px;line-height:20px;font-weight:600;flex:0 0 auto}.pro-patient-profile__test-result-options{display:grid;grid-template-columns:repeat(4,var(--pro-patient-profile-test-scale-size));gap:var(--pro-patient-profile-test-scale-gap);width:var(--pro-patient-profile-test-scale-width);justify-content:end;flex:0 0 var(--pro-patient-profile-test-scale-width)}.pro-patient-profile__test-result-option{width:16px;height:16px;border-radius:8px;border:1px solid #d5d6eb;background:#fdfbfa;display:inline-flex;align-items:center;justify-content:center;color:transparent}.pro-patient-profile__test-result-option.is-selected{background:#b666a3;border-color:#b666a3;color:#fdfbfa}.pro-patient-profile__notes-toolbar{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px;padding-top:4px}.pro-patient-profile__notes-tabs{--notes-tab-index: 0;background:#f1f2f6;border-radius:28px;display:inline-flex;gap:0;padding:4px;position:relative}.pro-patient-profile__notes-tab-indicator{background:#d5d6eb;border-radius:24px;height:calc(100% - 8px);left:4px;position:absolute;top:4px;transform:translate(calc(var(--notes-tab-index) * (100% + 4px)));transition:transform .22s cubic-bezier(.16,1,.3,1);width:calc((100% - 8px)/2);z-index:0}.pro-patient-profile__notes-tabs button{background:transparent;border:0;border-radius:24px;color:#898b9b;cursor:pointer;font-size:14px;font-weight:600;min-width:152px;padding:10px 16px;position:relative;transition:color .18s ease;z-index:1}.pro-patient-profile__notes-tabs button.active{color:#3a3c7f}.pro-patient-profile__notes-list{display:flex;flex-direction:column;gap:18px;max-height:624px;margin-right:-8px;overflow-y:auto;overflow-x:hidden;padding-right:16px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#d9d9df transparent}.pro-patient-profile__notes-list::-webkit-scrollbar{width:8px}.pro-patient-profile__notes-list::-webkit-scrollbar-track{background:transparent;margin-block:8px}.pro-patient-profile__notes-list::-webkit-scrollbar-thumb{background:#d9d9df;border-radius:999px;border:2px solid transparent;background-clip:content-box}.pro-patient-profile__notes-list::-webkit-scrollbar-thumb:hover{background:#c9c9d4;border-radius:999px;border:2px solid transparent;background-clip:content-box}.pro-patient-profile__notes-empty-state{min-height:240px;width:100%}.pro-patient-profile__section-empty-state{min-height:220px}.pro-patient-profile__tests-empty-state{grid-column:1 / -1}.pro-patient-profile__tests-empty-state .pro-patient-profile__section-empty-text{font-size:16px;line-height:24px}.pro-patient-profile__section-empty-text{color:#1d1f41;font-size:16px;font-weight:400;line-height:24px;margin:0}.pro-patient-profile__section-empty-state .pro-empty-state__icon{align-items:center;border-radius:999px;display:inline-flex;justify-content:center;overflow:hidden}.pro-patient-profile__section-empty-state .pro-empty-state__icon svg{height:24px;width:24px}.pro-patient-profile__treatments-empty-state .pro-empty-state__copy .pro-patient-profile__section-empty-text,.pro-patient-profile__supplements-empty-state .pro-empty-state__copy .pro-patient-profile__section-empty-text{font-size:16px;line-height:24px}.pro-patient-profile__supplements-empty-state,.pro-patient-profile__goals-empty-state{min-height:240px}.pro-patient-profile__notes-list article,.pro-patient-profile__note-card{--note-card-bg: #f5efeb;align-self:stretch;background:var(--note-card-bg);border:1px solid rgba(113,114,136,.1);border-radius:20px;cursor:default;display:block;flex:0 0 auto;height:auto;padding:22px 24px;min-height:196px;overflow:visible;transition:background-color .22s ease,border-color .22s ease,box-shadow .24s ease}.pro-patient-profile__note-card.is-expandable{cursor:pointer}.pro-patient-profile__note-card.is-static,.pro-patient-profile__note-card.is-expanded{box-shadow:none}.pro-patient-profile__note-card.is-alt{--note-card-bg: #f0dfea;background:var(--note-card-bg);border-color:#a550913d}.pro-patient-profile__note-card-button{background:transparent;border:0;color:inherit;cursor:pointer;display:block;min-height:0;padding:0;text-align:left;width:100%}.pro-patient-profile__note-card-static{min-height:0;padding:0}.pro-patient-profile__note-card:focus-visible,.pro-patient-profile__note-card-button:focus-visible{outline:2px solid #434d9c;outline-offset:-2px}.pro-patient-profile__note-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.pro-patient-profile__note-type-badge{background:#e2e4f3;border:1px solid transparent;border-radius:16px;color:#434d9c;font-size:12px;font-weight:500;line-height:18px;mix-blend-mode:multiply;padding:2px 10px;text-align:center}.pro-patient-profile__note-card.is-alt .pro-patient-profile__note-type-badge{background:#ead0e1;border:1px solid transparent;color:#a55091}.pro-patient-profile__note-head time{color:#717288;font-size:13px;font-weight:500;line-height:20px}.pro-patient-profile__notes-list h4{color:#434d9c;font-size:18px;font-weight:600;line-height:26px;margin:0 0 10px}.pro-patient-profile__note-card-skeleton{padding:22px 24px}.pro-patient-profile__note-head-skeleton-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.pro-patient-profile__note-body-skeleton{display:grid;gap:8px;margin-top:14px}.pro-patient-profile__note-body-text{--note-body-lines: 3;color:#383b57;font-size:14px;font-weight:400;line-height:22px;margin:0;opacity:1;max-height:1200px;overflow:hidden;transform:translateY(0);white-space:pre-line;transition:max-height .42s cubic-bezier(.22,1,.36,1),opacity .26s ease,transform .32s ease}.pro-patient-profile__note-body-text.is-collapsed{max-height:calc(22px * var(--note-body-lines));opacity:.92;padding-right:0;position:relative;transform:translateY(-2px)}.pro-patient-profile__note-card.is-expandable .pro-patient-profile__note-body-text.is-collapsed{padding-right:56px}.pro-patient-profile__note-card.is-expandable .pro-patient-profile__note-body-text.is-collapsed:after{background:linear-gradient(90deg,rgba(253,251,250,0) 0%,var(--note-card-bg) 58%);bottom:0;content:"";height:22px;pointer-events:none;position:absolute;right:0;width:136px}.pro-patient-profile__notes-filter-wrap{margin:0;padding:4px;position:relative}.pro-patient-profile__notes-filter-button{align-items:center;background:#fdfbfa;border:1px solid #aeb3da;border-radius:30px;color:#3a3c7f;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;line-height:20px;min-height:40px;padding:10px 16px;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease}.pro-patient-profile__notes-filter-button:hover{background:#f8f8fd;border-color:#8f93c8}.pro-patient-profile__notes-filter-button:focus-visible,.pro-patient-profile__notes-filter-button.is-open{background:#f8f8fd;border-color:#8f93c8;box-shadow:0 0 0 4px #e2e4f3;outline:none}.pro-patient-profile__notes-filter-dropdown{background:#fdfbfa;border:1px solid #d9dbee;border-radius:8px;box-shadow:0 12px 20px -6px #1d1f411f,0 6px 10px -4px #1d1f4114;min-width:240px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:12}.pro-patient-profile__notes-filter-option{align-items:center;background:#fdfbfa;border:none;color:#383b57;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:12px;line-height:20px;min-height:40px;padding:10px 16px;position:relative;text-align:left;width:100%}.pro-patient-profile__notes-filter-option.ui-checkbox{align-items:center;gap:12px}.pro-patient-profile__notes-filter-option .ui-checkbox__box{margin-top:0;border:1px solid #434d9c;background:#fdfbfa}.pro-patient-profile__notes-filter-option .ui-checkbox__box:after{border-left-color:#434d9c;border-bottom-color:#434d9c;transform:translate(-50%,-66%) rotate(-45deg) scale(0)}.pro-patient-profile__notes-filter-option:has(input:checked) .ui-checkbox__box{background:radial-gradient(circle at 50% 50%,#434d9c33,#434d9c1a 58%,#fdfbfa);border-color:#434d9c}.pro-patient-profile__notes-filter-option:has(input:checked) .ui-checkbox__box:after{transform:translate(-50%,-66%) rotate(-45deg) scale(1)}.pro-patient-profile__notes-filter-option:hover{background:#eff0f9}.pro-patient-profile__notes-filter-option.is-selected{background:#fdfbfa;color:#1d1f41}.pro-patient-profile__notes-filter-option.is-selected:hover{background:#eff0f9}.pro-patient-profile__notes-filter-checkbox-input{position:absolute;pointer-events:none;opacity:0}.pro-patient-profile__section-feedback{align-items:center;background:#e43f160f;border:1px solid rgba(228,63,22,.22);border-radius:12px;color:#6f2412;display:flex;gap:10px;padding:12px 14px}.pro-patient-profile__section-feedback p{color:inherit;font-size:14px;line-height:20px;margin:0;min-height:0}.pro-patient-profile__unlink-row{display:flex}.pro-patient-profile__unlink-button{align-items:center;background:#fdfbfa80;border:1px solid #f4a490;border-radius:20px;color:#cc3913;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;line-height:20px;padding:10px 16px;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.pro-patient-profile__unlink-button:hover{background:#fff1ed;border-color:#ed6745;color:#b93815}.pro-patient-profile__feedback{align-items:center;background:#fff;border:1px solid #e6e7ef;border-radius:16px;display:flex;flex-direction:column;gap:12px;justify-content:center;min-height:320px;padding:28px;text-align:center}.pro-patient-profile__feedback h2{color:#1a1f36;font-size:20px;font-weight:600;margin:0}.pro-patient-profile__feedback p{color:#5f6380;margin:0;max-width:420px}.pro-patient-profile__feedback-icon{align-items:center;background:#f0f3ff;border-radius:999px;color:#434d9c;display:inline-flex;height:40px;justify-content:center;width:40px}.pro-patient-profile__feedback-actions{display:flex;gap:10px}.pro-patient-profile__drawer-backdrop{position:fixed;inset:0;z-index:80;background:#14182d14;-webkit-backdrop-filter:none;backdrop-filter:none;display:flex;justify-content:flex-end;animation:pro-patient-profile-drawer-backdrop-in .22s ease-out;overscroll-behavior:contain}.pro-patient-profile__drawer-backdrop--closing{animation:pro-patient-profile-drawer-backdrop-out .22s ease-in forwards}.pro-patient-profile__drawer{width:min(100vw,clamp(24rem,43vw,38rem));height:100%;background:#fbf7f6;border-left:1px solid #e1e4f2;box-shadow:-12px 0 32px #0a0d121f;display:grid;grid-template-rows:auto auto auto minmax(0,1fr) auto;gap:0;padding:0;overflow:hidden;transform-origin:right center;animation:pro-patient-profile-drawer-in .3s cubic-bezier(.2,.75,.24,1)}.pro-patient-profile__drawer--closing{animation:pro-patient-profile-drawer-out .28s cubic-bezier(.4,.1,.8,.2) forwards}.pro-patient-profile__drawer-topbar{min-height:clamp(3rem,6.2vh,4.95rem);display:flex;align-items:center;justify-content:flex-end;border-bottom:1px solid #e1e4f2;padding:0 clamp(.85rem,1.8vw,2rem)}.pro-patient-profile__drawer-head{display:flex;align-items:center;min-height:clamp(3.2rem,5.2vh,4.2rem);padding:clamp(.9rem,1.9vh,1.25rem) clamp(1rem,2vw,2rem);border-bottom:1px solid #e1e4f2}.pro-patient-profile__drawer-head h3{margin:0;color:#434d9c;font-size:clamp(1rem,1.05vw,1.125rem);line-height:clamp(1.5rem,1.65vw,1.75rem);font-weight:600}.pro-patient-profile__drawer-close{width:32px;height:32px;border:none;border-radius:8px;background:transparent;color:#717288;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.pro-patient-profile__drawer-close:hover:not(:disabled){background:#eef0f8;color:#434d9c}.pro-patient-profile__drawer-body{min-height:0;display:flex;flex-direction:column;flex:1 1 auto;overflow:hidden}.pro-patient-profile__drawer-content{min-height:0;flex:1 1 auto;overflow-y:auto;overflow-x:hidden;padding:clamp(1rem,3vh,2rem) clamp(.9rem,1.7vw,1rem) clamp(.8rem,1.4vh,1rem) clamp(1rem,2vw,2rem);overscroll-behavior:contain}.pro-patient-profile__drawer-content::-webkit-scrollbar{width:clamp(.5rem,.65vw,.75rem)}.pro-patient-profile__drawer-content::-webkit-scrollbar-track{background:#f2f3f8;border-radius:clamp(.375rem,.8vw,.5rem);margin-block:clamp(.25rem,.6vh,.5rem)}.pro-patient-profile__drawer-content::-webkit-scrollbar-thumb{background:#c9cedf;border-radius:clamp(.375rem,.8vw,.5rem);border:clamp(1px,.14vw,2px) solid #f2f3f8;background-clip:content-box}.pro-patient-profile__drawer-content{scrollbar-width:auto;scrollbar-color:#c9cedf #f2f3f8}.pro-patient-profile__drawer-form{display:grid;gap:clamp(.45rem,1vh,.65rem);padding-right:clamp(.15rem,.4vw,.4rem)}.pro-patient-profile__drawer-row{display:grid;grid-template-columns:clamp(6.8rem,9.4vw,8.2rem) minmax(0,1fr);align-items:start;gap:clamp(1.25rem,3.2vw,3rem)}.pro-patient-profile__drawer-row>label{color:#35395d;font-size:clamp(.82rem,.93vw,.875rem);line-height:clamp(1.1rem,1.2vw,1.25rem);margin-top:clamp(.42rem,.65vh,.6rem);font-weight:500}.pro-patient-profile__drawer-row-content{min-width:0;display:grid;gap:4px}.pro-patient-profile__drawer-row-content>.register-field{margin:0}.pro-patient-profile__drawer-row-content>.register-field>.register-field__content{margin:0}.pro-patient-profile__drawer-row-content--split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.65rem,1.2vw,1.5rem)}.pro-patient-profile__drawer-split-field{min-width:0;display:grid;gap:4px}.pro-patient-profile__drawer-phone{display:grid;grid-template-columns:clamp(6.8rem,9.4vw,8.2rem) minmax(0,1fr);gap:0;border:1px solid #d3d8ea;border-radius:clamp(.6rem,1vw,.75rem);overflow:visible;background:#fff;position:relative;z-index:3}.pro-patient-profile__drawer-phone .register-field,.pro-patient-profile__drawer-phone .register-field__content{margin:0}.pro-patient-profile__drawer-phone .register-select{border:none;border-right:1px solid #e1e4f2;border-radius:0}.pro-patient-profile__drawer-phone .register-input{border:none;border-radius:0;box-shadow:none}.pro-patient-profile__drawer-phone .ui-phone-number-input{border-radius:0 clamp(.6rem,1vw,.75rem) clamp(.6rem,1vw,.75rem) 0}.pro-patient-profile__drawer-phone.ui-phone-group--error{border-color:#f74a4a}.pro-patient-profile__drawer-phone.ui-phone-group--error:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.pro-patient-profile__drawer-content .pro-patients__textarea-wrapper{min-height:clamp(6.75rem,14vh,9.75rem)}.pro-patient-profile__drawer-textarea{border-radius:12px}.pro-patient-profile__drawer-textarea .pro-patients__textarea{min-height:clamp(5.75rem,14vh,9rem);height:clamp(5.75rem,14vh,9rem)}.pro-patient-profile__drawer-feedback{margin:0 0 clamp(.35rem,.6vh,.5rem)}.pro-patient-profile__drawer-actions{display:flex;justify-content:flex-start;gap:10px;padding:clamp(1.15rem,2.6vh,1.8rem) clamp(1rem,2vw,2rem) max(clamp(1.2rem,3vh,2rem),env(safe-area-inset-bottom));background:#fbf7f6;border-top:1px solid #eceef7}.pro-patient-profile__drawer-actions .auth-btn{width:auto;flex:0 0 auto;min-width:clamp(6.4rem,8.5vw,8.8rem);min-height:clamp(2.625rem,4.2vh,2.75rem);padding:clamp(.55rem,1.05vh,.7rem) clamp(.75rem,1.25vw,1rem);border-radius:999px;font-size:clamp(.78rem,.88vw,.875rem);line-height:1.25rem}.pro-patient-profile__drawer-actions .auth-btn--primary:not(:disabled){transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.pro-patient-profile__drawer-actions .auth-btn--primary:not(:disabled):hover{background:var(--cta-primary-hover-bg);border-color:var(--cta-primary-hover-border);box-shadow:var(--cta-primary-hover-shadow);transform:translateY(-1px)}.pro-patient-profile__drawer-row--textarea{grid-template-columns:1fr;gap:clamp(.45rem,1vh,.65rem)}.pro-patient-profile__drawer-row--textarea>label{margin-top:0}@keyframes pro-patient-profile-drawer-in{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes pro-patient-profile-drawer-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(24px)}}@keyframes pro-patient-profile-drawer-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes pro-patient-profile-drawer-backdrop-out{0%{opacity:1}to{opacity:0}}@media(prefers-reduced-motion:reduce){.pro-profile__drawer-backdrop,.pro-profile__drawer-backdrop--closing,.pro-profile__drawer,.pro-profile__drawer--closing,.pro-treatments-drawer__backdrop,.pro-treatments-drawer__backdrop--closing,.pro-treatments-drawer,.pro-treatments-drawer--closing,.pro-patient-profile__drawer-backdrop,.pro-patient-profile__drawer-backdrop--closing,.pro-patient-profile__drawer,.pro-patient-profile__drawer--closing,.pro-patient-profile__drawer-actions .auth-btn--primary:not(:disabled){animation:none;transition:none}}@media(max-width:1200px){.pro-patient-profile__evolution-grid{grid-template-columns:1fr}.pro-patient-profile__section-card--goals{padding:24px}.pro-patient-profile__goals-table{min-width:0}.pro-patient-profile__goals-row{grid-template-columns:minmax(260px,1fr) 88px 160px 130px 120px;padding:14px 16px}.pro-patient-profile__goals-row>div,.pro-patient-profile__goals-row--head>div{min-width:0}.pro-patient-profile__goals-row>div:not(:first-child){padding-left:12px}}@media(max-width:960px){.pro-profile__drawer,.pro-treatments-drawer{width:100%;max-width:min(100vw,clamp(22rem,86vw,32rem))}.pro-patient-profile__header-card,.pro-patient-profile__treatments-head,.pro-patient-profile__section-head,.pro-patient-profile__notes-toolbar{align-items:flex-start;flex-direction:column;gap:10px}.pro-patient-profile__header-actions,.pro-patient-profile__section-head-actions,.pro-patient-profile__inline-actions{width:100%}.pro-patient-profile__header-actions .pro-patients__primary-button,.pro-patient-profile__section-head-actions .pro-patients__ghost-button,.pro-patient-profile__section-head-actions .pro-patients__primary-button,.pro-patient-profile__inline-actions button{flex:1;width:100%}.pro-patient-profile__header-actions .pro-patient-profile__mail-action{flex:0 0 40px;width:40px}.pro-patient-profile__section-toggle{flex:0 0 20px;width:20px}.pro-patient-profile__section-head-title-group,.pro-patient-profile__assign-treatment-button{width:100%}.pro-patient-profile__dose-cards{grid-template-columns:1fr}.pro-patient-profile__section-card--goals{padding:20px}.pro-patient-profile__goals-row{grid-template-columns:minmax(220px,1fr) 72px 120px 108px 100px;padding:12px}.pro-patient-profile__goals-row>div:not(:first-child){padding-left:8px}.pro-patient-profile__tests-grid{display:grid;grid-template-columns:1fr}.pro-patient-profile__tests-scroll{max-height:none;overflow-y:visible;padding-right:0}.pro-patient-profile__tests-grid article,.pro-patient-profile__test-card-button{flex:1 1 auto;width:100%}.pro-patient-profile__notes-tabs{width:100%}.pro-patient-profile__notes-tabs button{flex:1;min-width:0}.pro-patient-profile__simple-list article{align-items:flex-start;flex-direction:column;gap:8px}.pro-patient-profile__drawer{width:100%;max-width:min(100vw,clamp(22rem,86vw,32rem))}.pro-patient-profile__drawer-row{grid-template-columns:clamp(6.2rem,26vw,7.3rem) minmax(0,1fr)}.pro-patient-profile__drawer-row-content--split{grid-template-columns:1fr;gap:8px}.pro-patient-profile__drawer-phone{grid-template-columns:clamp(5.6rem,24vw,6.6rem) minmax(0,1fr)}.pro-patient-profile__drawer-actions{padding:clamp(.9rem,2vh,1.1rem) clamp(.9rem,2.4vw,1rem) max(clamp(1rem,2.8vh,1.4rem),env(safe-area-inset-bottom))}.pro-treatments-drawer__row,.pro-treatments-drawer__date-field{grid-template-columns:1fr;gap:8px}.pro-treatments-drawer__row>p,.pro-treatments-drawer__date-field>label{padding-top:0}.pro-treatments-drawer__patient-head{align-items:flex-start;flex-direction:column}.pro-treatments-drawer__patient-actions{width:100%}.pro-treatments-drawer__patient-actions .pro-patients__primary-button{flex:1;width:100%}.pro-treatments-drawer__schedule-grid{grid-template-columns:1fr;gap:10px}}.patient-dashboard{min-height:100vh;padding:32px;background:linear-gradient(180deg,#f6f2ef,#f8f5f3);color:#2d2f63}.patient-dashboard__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.patient-dashboard__header h1{margin:0;font-size:clamp(1.5rem,2vw,2rem);font-weight:700}.patient-dashboard__header p{margin:6px 0 0;color:#5e6177;font-size:.95rem}.patient-dashboard__header-actions{display:flex;align-items:center;gap:8px}.patient-dashboard__logout{display:inline-flex;align-items:center;gap:8px;border:1px solid #ddd3cf;background:#fff;color:#383955;border-radius:999px;padding:10px 14px;font-weight:600;cursor:pointer}.patient-dashboard__preview-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;margin-bottom:20px;border:1px solid #ece0da;border-radius:16px;background:#fffaf7}.patient-dashboard__preview-controls p{margin:0;font-weight:600}.patient-dashboard__preview-controls div{display:flex;gap:8px}.patient-dashboard__preview-controls button{border:1px solid #ddd3cf;background:#fff;color:#3a3c7f;border-radius:999px;padding:8px 12px;cursor:pointer}.patient-dashboard__preview-controls button.is-active{border-color:#434d9c;background:#e7e9ff;color:#2b2d6f}.patient-dashboard__feedback{display:inline-flex;align-items:center;gap:10px;padding:14px;border-radius:12px;background:#fff;border:1px solid #ebe3df;margin-bottom:16px}.patient-dashboard__feedback p{margin:0}.patient-dashboard__feedback-spin{animation:patient-spin .9s linear infinite}.patient-dashboard__feedback--error{border-color:#f5b7b7;background:#fff1f1}.patient-dashboard__feedback--error button{border:1px solid #e0a6a6;background:#fff;border-radius:999px;padding:6px 10px;cursor:pointer}.patient-dashboard__empty{border:1px dashed #d8cdca;border-radius:18px;background:#fff;padding:32px}.patient-dashboard__empty h2{margin:0 0 8px}.patient-dashboard__empty p{margin:0;max-width:680px;color:#5f6278}.patient-dashboard__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.patient-dashboard__card{border:1px solid #e9dfdb;border-radius:18px;background:#fff;padding:18px}.patient-dashboard__card header{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#353760}.patient-dashboard__card header h2{margin:0;font-size:1rem}.patient-dashboard__session-date{margin:0;font-size:1.15rem;font-weight:700}.patient-dashboard__session-time,.patient-dashboard__session-pro{margin:6px 0 0;display:flex;align-items:center;gap:6px;color:#5f6278}.patient-dashboard__list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.patient-dashboard__list li{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.95rem}.patient-dashboard__list li strong{font-size:.85rem;color:#62648b}@keyframes patient-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:900px){.patient-dashboard{padding:18px}.patient-dashboard__header{flex-direction:column;margin-bottom:16px}.patient-dashboard__preview-controls{flex-direction:column;align-items:flex-start}.patient-dashboard__preview-controls div{flex-wrap:wrap}.patient-dashboard__grid{grid-template-columns:1fr}}.pat-home-header{min-height:80px;border-bottom:1px solid #e2e4f3;display:flex;align-items:center;padding:0 24px}.pat-home-header h1{margin:0;color:#434d9c;font-size:32px;font-weight:600;line-height:44px}.pat-home-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;min-height:calc(100vh - 159px)}.pat-home-layout__left{padding:24px;display:grid;gap:24px;align-content:start;min-width:0}.pat-goal-hero{min-height:340px;border-radius:30px;padding:48px 32px 32px;background-color:#f8f3f1;background-image:var(--pat-goal-bg-image);background-repeat:no-repeat;background-size:100% 100%;background-position:center;box-shadow:0 1px 2px #0a0d120d;display:flex;flex-direction:column;gap:16px;justify-content:space-between}.pat-goal-hero__content{display:grid;gap:16px}.pat-goal-hero--loading{background:#f8f3f1;background-image:none}.pat-goal-hero__content--loading{gap:12px}.pat-goal-hero__skeleton-line{animation:patObjectiveSkeletonPulse 1.2s ease-in-out infinite;background:#e2e4f3;border-radius:999px;display:block}.pat-goal-hero__skeleton-line--eyebrow{height:18px;width:34%;min-width:140px}.pat-goal-hero__skeleton-line--title{height:42px;width:74%;min-width:260px}.pat-goal-hero__skeleton-line--paragraph{height:20px;width:64%;min-width:220px}.pat-goal-hero__skeleton-line--paragraph-short{height:20px;width:46%;min-width:180px}.pat-goal-hero__actions--loading{pointer-events:none}.pat-goal-hero__skeleton-button{animation:patObjectiveSkeletonPulse 1.2s ease-in-out infinite;background:#e2e4f3;border-radius:20px;display:inline-flex;flex:1 1 0;height:40px}.pat-goal-hero__skeleton-button--primary{background:#d5d6eb}.pat-goal-hero__eyebrow{margin:0;color:#383b57;font-size:14px;font-weight:400;line-height:20px}.pat-goal-hero h2{margin:0;color:#434d9c;font-size:36px;line-height:44px;letter-spacing:-.72px;font-weight:600}.pat-goal-hero p{margin:0;color:#2d2f63;font-size:16px;line-height:24px;font-weight:400;max-width:500px}.pat-goal-hero--current{min-height:336px;padding:32px;gap:32px;background:var(--gradient-cream-brand-pink-200, linear-gradient(63deg, #E8D3D5 16.72%, #F5EFEB 83.39%))}.pat-goal-hero__current-objective{display:grid;gap:16px}.pat-goal-hero--current h2{color:#b666a3;font-size:20px;font-weight:600;line-height:30px;letter-spacing:0}.pat-goal-hero__objective-actions{display:grid;gap:4px;justify-items:start}.pat-goal-hero__objective-action-chip{display:inline-flex;align-items:center;gap:8px;min-height:26px;padding:4px 12px;border-radius:16px;background:#f8f1f7;width:fit-content;max-width:100%}.pat-goal-hero__objective-action-dot-badge{display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:0;background:transparent}.pat-goal-hero__objective-action-dot-wrap{width:6px;height:6px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.pat-goal-hero__objective-action-dot{display:block;width:6px;height:6px;border-radius:50%;background:#b666a3}.pat-goal-hero__objective-action-text{color:#8a4279;font-size:12px;font-weight:500;line-height:18px;white-space:nowrap}.pat-goal-hero__view-more-objective-actions{border:none;background:transparent;color:#434d9c;padding:0 4px;min-height:18px;font-size:12px;font-weight:600;line-height:18px;text-decoration:underline;text-decoration-skip-ink:none;cursor:pointer}.pat-goal-hero__actions{display:flex;justify-content:flex-start;gap:12px;width:408px;max-width:100%;margin-left:0}.pat-goal-hero__actions .pat-chip-button{flex:1 1 0}.pat-goal-hero--current .pat-goal-hero__actions{justify-content:flex-end}.pat-goal-hero__actions .pat-chip-button{transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.pat-goal-hero__actions .pat-chip-button:hover{background:#eef0ff;border-color:#434d9c;color:#434d9c;box-shadow:0 2px 8px #434d9c24;transform:translateY(-1px)}.pat-goal-hero__actions .pat-chip-button.pat-chip-button--primary:hover{background:#3a3c7f;border-color:#3a3c7f;color:#f8f3f1;box-shadow:0 4px 12px #434d9c42}@media(max-width:900px){.pat-goal-hero__skeleton-line--title{min-width:0;width:100%}.pat-goal-hero__skeleton-line--paragraph{min-width:0;width:92%}.pat-goal-hero__skeleton-line--paragraph-short{min-width:0;width:70%}}.pat-chip-button{min-height:40px;border-radius:20px;border:1px solid #8d91cb;background:#fdfbfa80;color:#3a3c7f;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:600;cursor:pointer}.pat-chip-button--primary{background:#434d9c;border-color:#434d9c;color:#f8f3f1;border-radius:30px;box-shadow:0 1px 2px #0a0d120d;font-weight:400}.pat-chip-button--icon-only{width:36px;min-height:36px;padding:0}.pat-actions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;min-width:0;align-items:stretch}.pat-action-card{min-height:clamp(320px,23vw,390px);aspect-ratio:auto;border-radius:20px;background:#f5efeb;box-shadow:0 1px 3px #0a0d121a,0 1px 2px #0a0d120f;padding:clamp(20px,1.6vw,32px);display:flex;flex-direction:column;align-items:flex-start;gap:clamp(14px,1vw,22px);position:relative;overflow:hidden;width:100%;min-width:0}.pat-action-card__content{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(12px,.95vw,18px);padding-bottom:clamp(112px,8.8vw,152px);position:relative;z-index:2}.pat-action-card h3{margin:0;color:#434d9c;font-size:clamp(24px,1.75vw,34px);line-height:clamp(30px,2vw,42px);font-weight:600;letter-spacing:-.01em;max-width:12ch;overflow-wrap:anywhere;position:relative;z-index:1}.pat-action-card p{margin:0;color:#383b57;font-size:clamp(14px,.78vw,16px);line-height:1.42;position:relative;z-index:1;max-width:26ch;overflow-wrap:anywhere}.pat-action-card--sentimientos h3{color:#434d9c;font-size:clamp(24px,1.75vw,34px);line-height:clamp(30px,2vw,42px);font-weight:600;letter-spacing:0}.pat-action-card--registro h3,.pat-action-card--bitacora h3{font-size:clamp(24px,1.75vw,34px);line-height:clamp(30px,2vw,42px);font-weight:600}.pat-action-card--sentimientos p{max-width:24ch;white-space:normal}.pat-action-card--sentimientos{min-height:clamp(320px,23vw,390px)}.pat-action-card.pat-action-card--sentimientos .pat-chip-button{display:flex;max-width:fit-content;margin-inline:auto}.pat-action-card.pat-action-card--sentimientos .pat-action-card__content{width:100%}.pat-action-card--emotion-logged{align-items:center;background:radial-gradient(140% 120% at 50% 10%,var(--pat-emotion-card-gradient-start, #fbf7f6) 0%,var(--pat-emotion-card-gradient-end, #ffe9d4) 100%);justify-content:center;min-height:clamp(320px,23vw,390px);text-align:center}.pat-action-card__emotion-content{display:flex;flex-direction:column;gap:14px;position:relative;z-index:1}.pat-action-card__emotion-content p{color:#383b57;font-size:14px;line-height:20px;margin:0}.pat-action-card--emotion-logged .pat-action-card__emotion-content h3{color:var(--pat-emotion-card-accent, #ec4a0a);font-size:clamp(36px,2.7vw,48px);font-weight:600;letter-spacing:-.02em;line-height:1.1;margin:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pat-action-card--emotion-logged .pat-action-card__emotion-content h3.is-long-label{font-size:clamp(28px,2vw,36px);letter-spacing:-.01em}.pat-action-card__emotion-image{display:block;height:clamp(124px,9vw,162px);margin-top:6px;position:relative;width:clamp(124px,9vw,162px);z-index:1}.pat-action-card.pat-action-card--registro .pat-chip-button,.pat-action-card.pat-action-card--bitacora .pat-chip-button{max-width:fit-content}.pat-action-card .pat-chip-button{min-height:clamp(38px,4.2vh,50px);padding-inline:clamp(14px,1.35vw,22px);font-size:clamp(13px,.88vw,16px);gap:clamp(6px,.55vw,10px);border-radius:clamp(18px,1.5vw,24px);position:relative;z-index:2;left:auto;top:auto;transform:none;white-space:nowrap;text-align:left;flex-wrap:nowrap;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;max-width:100%}.pat-action-card .pat-chip-button>span{display:inline-block;white-space:nowrap}.pat-action-card .pat-chip-button>svg{flex:0 0 auto}.pat-action-card .pat-chip-button:not(.pat-chip-button--icon-only):hover{background:#eef0ff;border-color:#434d9c;color:#434d9c;box-shadow:0 2px 8px #434d9c24;transform:translateY(-1px)}.pat-action-card--bitacora-filled{background:#f5efeb;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:10px;min-height:clamp(320px,23vw,390px);padding:clamp(20px,1.6vw,32px)}.pat-action-card--bitacora-filled.is-clickable{cursor:pointer}.pat-action-card--bitacora-filled.is-clickable:focus-visible{outline:2px solid #434d9c;outline-offset:-2px}.pat-action-card__note-head{align-items:center;display:flex;justify-content:space-between}.pat-action-card__add-note-button{align-items:center;background:#fdfbfa;border:1px solid #434d9c;border-radius:50%;color:#434d9c;display:inline-flex;height:38px;justify-content:center;min-height:38px;min-width:38px;padding:0;width:38px}.pat-action-card__add-note-button:hover{background:#f5f5fc;border-color:#434d9c;color:#434d9c}.pat-action-card .pat-chip-button.pat-action-card__add-note-button{border-radius:50%;flex:0 0 38px;gap:0;height:38px;max-width:38px;min-height:38px;min-width:38px;padding:0;padding-inline:0;width:38px}.pat-action-card .pat-chip-button.pat-action-card__add-note-button svg{color:currentColor}.pat-action-card__note-type-badge{background:#e2e4f3;border-radius:16px;color:#434d9c;font-size:12px;font-weight:500;line-height:18px;mix-blend-mode:multiply;padding:2px 10px}.pat-action-card--bitacora-filled>h3{color:#434d9c;font-size:clamp(24px,1.75vw,34px);line-height:clamp(30px,2vw,42px);margin:0}.pat-action-card__note-body{color:#383b57;display:-webkit-box;font-size:clamp(14px,.78vw,16px);line-height:1.42;margin:0;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:6;white-space:pre-line}.pat-action-card__note-footer{color:#717288;font-size:13px;font-weight:500;line-height:18px}@media(min-width:1600px){.pat-action-card{aspect-ratio:3 / 4;min-height:clamp(380px,28vw,520px)}.pat-action-card--sentimientos,.pat-action-card--emotion-logged{min-height:clamp(380px,28vw,520px)}}.pat-action-card__decoration{position:absolute;left:-18%;right:-18%;bottom:-72px;height:150px;border-radius:50%;filter:blur(4px);z-index:0}.pat-action-card--sentimientos .pat-action-card__decoration{background:radial-gradient(circle at 20% 35%,#ff8e6f 0,#f5efeb 35%,#2d2f63 72%,#f5efeb 96%)}.pat-action-card--registro .pat-action-card__decoration{background:radial-gradient(circle at 24% 35%,#fd8b6f 0,#c374ba 37%,#f5efeb 66%,#2d2f63 91%)}.pat-action-card--bitacora .pat-action-card__decoration{background:radial-gradient(circle at 78% 35%,#f4d74d 0,#efad8c 34%,#f5efeb,#2d2f63 94%)}.pat-action-card__empty-image{position:absolute;left:-12%;bottom:-30px;width:124%;max-width:none;pointer-events:none;z-index:1}.pat-action-card--sentimientos .pat-action-card__empty-image{left:4%;bottom:-35px;width:124%}.pat-action-card--registro .pat-action-card__empty-image{left:0;bottom:-34px;width:126%}.pat-action-card--bitacora .pat-action-card__empty-image{left:2%;bottom:-34px;width:124%}.pat-action-card--habit-logged{--pat-habit-item-height: clamp(72px, 5.2vw, 92px);--pat-habit-list-gap: 8px;background:#f5efeb;box-shadow:0 1px 1.5px #1d1f411a,0 1px 1px #1d1f410f;gap:16px;min-height:clamp(320px,23vw,390px);overflow-x:hidden;padding:clamp(20px,1.6vw,32px)}.pat-action-card--habit-logged-truncated{padding-bottom:clamp(20px,1.6vw,32px)}.pat-action-card--habit-logged-truncated .pat-action-card__habit-logged-list{padding-bottom:0}.pat-action-card__habit-logged-head{display:grid;gap:2px}.pat-action-card__habit-logged-head h3{color:#434d9c;font-size:clamp(32px,2.3vw,42px);font-weight:600;line-height:1.15;margin:0;max-width:none}.pat-action-card__habit-logged-head p{color:#1d1f41;font-size:14px;line-height:20px;margin:0;max-width:none}.pat-action-card__habit-logged-list{display:grid;gap:var(--pat-habit-list-gap);max-height:none;overflow:visible;padding-right:0;width:100%}.pat-action-card__habit-logged-item{background:linear-gradient(8.68deg,#f1e4e6 8.33%,#f8f3f1 91.67%);border-radius:20px;box-shadow:0 1px 3px #1d1f411a,0 1px 2px #1d1f410f;min-height:var(--pat-habit-item-height);padding:14px 16px}.pat-action-card__habit-logged-item-main{align-items:center;display:flex;gap:16px;min-width:0}.pat-action-card__habit-logged-icon{border-radius:20px;display:inline-flex;flex:0 0 40px;height:40px;width:40px}.pat-action-card__habit-logged-icon img{display:block;height:100%;width:100%}.pat-action-card__habit-logged-custom-icon{align-items:center;background:#ebd5e5;border-radius:20px;color:#a55091;display:inline-flex;height:100%;justify-content:center;width:100%}.pat-action-card__habit-logged-copy{display:grid;gap:2px;min-width:0}.pat-action-card__habit-logged-copy p{color:#2d2f63;font-size:12px;line-height:18px;margin:0;overflow-wrap:anywhere}.pat-action-card__habit-logged-copy strong{color:#a55091;font-size:18px;font-weight:600;line-height:28px}.pat-action-card__habit-logged-more-button{align-items:center;background:linear-gradient(8.68deg,#f1e4e6c7 8.33%,#f8f3f1c7 91.67%);border:1px solid rgba(213,189,203,.85);border-radius:999px;bottom:clamp(4px,.7vw,10px);color:#8b5675;cursor:pointer;display:inline-flex;font-size:20px;font-weight:700;height:42px;justify-content:center;left:50%;line-height:1;opacity:.72;padding:0;position:absolute;transform:translate(-50%);transition:background .2s ease,opacity .2s ease,box-shadow .2s ease,border-color .2s ease,color .2s ease;width:42px;z-index:2}.pat-action-card__habit-logged-more-button:hover{background:linear-gradient(8.68deg,#f1e4e6 8.33%,#f8f3f1 91.67%);border-color:#cfb2c2;box-shadow:0 6px 14px #a5509138;color:#a55091;opacity:1}.pat-action-card__habit-logged-more-button-dots{align-items:center;display:inline-flex;height:100%;justify-content:center;gap:4px;width:100%}.pat-action-card__habit-logged-more-button-dot{background:currentColor;border-radius:999px;display:inline-block;height:4px;width:4px}.pat-habit-summary-modal-backdrop{align-items:center;background:#1d1f416b;display:flex;inset:0;justify-content:center;opacity:0;pointer-events:none;padding:16px;position:fixed;transition:opacity .22s ease;z-index:1150}.pat-habit-summary-modal-backdrop.is-open{opacity:1;pointer-events:auto}.pat-habit-summary-modal{--pat-habit-summary-origin-x: 0px;--pat-habit-summary-origin-y: 24px;--pat-habit-summary-origin-scale-x: .85;--pat-habit-summary-origin-scale-y: .8;background:#fdfbfa;border-radius:26px;box-shadow:0 20px 24px -4px #0a0d1214,0 8px 8px -4px #0a0d1208;display:flex;flex-direction:column;gap:16px;max-height:min(90vh,740px);max-width:420px;overflow:hidden;opacity:0;padding:22px;position:relative;transform:translate(var(--pat-habit-summary-origin-x),var(--pat-habit-summary-origin-y)) scale(var(--pat-habit-summary-origin-scale-x),var(--pat-habit-summary-origin-scale-y));transform-origin:center center;transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .2s ease;width:min(420px,calc(100vw - 32px))}.pat-habit-summary-modal-backdrop.is-open .pat-habit-summary-modal{opacity:1;transform:translate(0) scale(1)}.pat-habit-summary-modal__close{align-items:center;background:#f4eef2;border:1px solid #dcd6df;border-radius:999px;color:#4f4f69;cursor:pointer;display:inline-flex;height:36px;justify-content:center;padding:0;position:absolute;right:16px;top:14px;transition:background-color .18s ease,color .18s ease,border-color .18s ease;width:36px}.pat-habit-summary-modal__close:hover{background:#434d9c;border-color:#434d9c;color:#fff}.pat-habit-summary-modal__header{border-bottom:1px solid #e4e5f4;padding:2px 40px 12px 2px}.pat-habit-summary-modal__header h2{color:#434d9c;font-size:24px;font-weight:600;line-height:1.25;margin:0}.pat-habit-summary-modal__body{display:grid;gap:8px;max-height:min(74vh,590px);overflow-y:auto;padding:2px 4px 12px 2px;scrollbar-width:thin;scrollbar-color:#d9d9df transparent}.pat-habit-summary-modal__body::-webkit-scrollbar{width:8px}.pat-habit-summary-modal__body::-webkit-scrollbar-track{background:transparent;margin-block:8px}.pat-habit-summary-modal__body::-webkit-scrollbar-thumb{background:#d9d9df;border-radius:999px;border:2px solid transparent;background-clip:content-box}.pat-habit-summary-modal__body::-webkit-scrollbar-thumb:hover{background:#c9c9d4;border-radius:999px;border:2px solid transparent;background-clip:content-box}.pat-habit-log-modal-backdrop{z-index:1100}.pat-habit-log-modal{background:#fdfbfa;border-radius:30px;box-shadow:0 20px 24px -4px #0a0d1214,0 8px 8px -4px #0a0d1208;display:flex;flex-direction:column;gap:24px;max-height:min(92vh,860px);overflow:hidden;padding:32px;width:min(840px,calc(100vw - 32px))}.pat-habit-log-modal__header{border-bottom:1px solid #e2e4f3;display:grid;gap:4px;padding-bottom:16px}.pat-habit-log-modal__header h2{color:#434d9c;font-size:18px;font-weight:600;line-height:28px;margin:0}.pat-habit-log-modal__header p{color:#383b57;font-size:14px;line-height:20px;margin:0}.pat-habit-log-modal__body{background:#f8f3f1;border-radius:20px;display:grid;gap:8px;max-height:min(52vh,490px);overflow-y:auto;padding:16px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#d9d9df transparent}.pat-habit-log-modal__body::-webkit-scrollbar{width:8px}.pat-habit-log-modal__body::-webkit-scrollbar-track{background:transparent;margin-block:8px}.pat-habit-log-modal__body::-webkit-scrollbar-thumb{background:#d9d9df;border-radius:999px;border:2px solid transparent;background-clip:content-box}.pat-habit-log-modal__body::-webkit-scrollbar-thumb:hover{background:#c9c9d4;border-radius:999px;border:2px solid transparent;background-clip:content-box}.pat-habit-log-modal__state-copy{color:#565870;font-size:14px;line-height:20px;margin:4px}.pat-habit-log-modal__state-block{align-items:flex-start;display:grid;gap:10px;margin:4px}.pat-habit-log-modal__state-block p{color:#bf2b36;font-size:13px;line-height:18px;margin:0}.pat-habit-log-modal__retry{background:transparent;border:none;color:#434d9c;cursor:pointer;font-size:13px;font-weight:600;line-height:18px;padding:0;text-decoration:underline}.pat-habit-log-modal__definitions,.pat-habit-log-modal__definitions-skeleton{display:grid;gap:8px}.pat-habit-log-modal__definition{align-items:center;background:#fdfbfa;border:1px solid #e2e4f3;border-radius:16px;display:flex;gap:20px;justify-content:space-between;padding:16px}.pat-habit-log-modal__definition--skeleton{pointer-events:none}.pat-habit-log-modal__definition-main{align-items:center;display:flex;flex:1 1 auto;gap:16px;min-width:0}.pat-habit-log-modal__definition-icon{border-radius:20px;display:inline-flex;flex:0 0 40px;height:40px;width:40px}.pat-habit-log-modal__definition-icon img{display:block;height:100%;width:100%}.pat-habit-log-modal__custom-icon{align-items:center;background:#ebd5e5;border-radius:20px;color:#a55091;display:inline-flex;height:100%;justify-content:center;width:100%}.pat-habit-log-modal__definition-copy{display:grid;gap:2px}.pat-habit-log-modal__definition-copy h3{color:#2d2f63;font-size:18px;font-weight:600;line-height:28px;margin:0}.pat-habit-log-modal__definition-copy p{color:#565870;font-size:14px;line-height:20px;margin:0}.pat-habit-log-modal__definition-scale{display:flex;gap:8px;justify-content:flex-end}.pat-habit-log-modal__scale-option{align-items:center;background:transparent;border:none;color:#898b9b;cursor:pointer;display:flex;flex-direction:column;font-size:12px;gap:4px;line-height:18px;padding:0;text-align:center;width:60px}.pat-habit-log-modal__scale-option:hover:not(:disabled){color:#717288;transform:translateY(-1px)}.pat-habit-log-modal__scale-option:not(.is-selected):hover:not(:disabled) .pat-habit-log-modal__scale-checkbox{background:#f8f1f7;border-color:#c892bc}.pat-habit-log-modal__scale-option:disabled{cursor:not-allowed;opacity:.7}.pat-habit-log-modal__scale-checkbox{align-items:center;background:#fdfbfa;border:1px solid #debbd6;border-radius:8px;display:inline-flex;height:16px;justify-content:center;width:16px}.pat-habit-log-modal__scale-option.is-selected .pat-habit-log-modal__scale-checkbox{background:#b666a3;border-color:#b666a3}.pat-habit-log-modal__scale-option.is-selected:hover:not(:disabled) .pat-habit-log-modal__scale-checkbox{background:#a55091;border-color:#a55091}.pat-habit-log-modal__scale-checkbox-check{border:solid #fff;border-width:0 2px 2px 0;display:inline-block;height:7px;transform:rotate(45deg);width:4px}.pat-habit-log-modal__actions{display:flex;gap:12px;justify-content:flex-end}.pat-habit-log-modal .pat-emotion-modal__button{cursor:pointer}.pat-habit-log-modal .pat-emotion-modal__button:disabled{cursor:not-allowed}.pat-habit-log-modal__skeleton{animation:patHabitSkeletonPulse 1.4s ease-in-out infinite;background:#ececf2;border-radius:10px;display:block}.pat-habit-log-modal__skeleton--icon{border-radius:20px;height:40px;width:40px}.pat-habit-log-modal__skeleton--title{height:18px;width:140px}.pat-habit-log-modal__skeleton--subtitle{height:14px;width:200px}.pat-habit-log-modal__skeleton--scale{border-radius:8px;height:16px;width:54px}@keyframes patHabitSkeletonPulse{0%{opacity:.55}50%{opacity:1}to{opacity:.55}}.pat-emotion-modal-backdrop{z-index:1100}.pat-emotion-modal{background:#fdfbfa;border-radius:30px;box-shadow:0 20px 24px -4px #0a0d1214,0 8px 8px -4px #0a0d1208;display:flex;flex-direction:column;gap:32px;max-height:min(92vh,860px);overflow:hidden;padding:32px;width:min(840px,calc(100vw - 32px))}.pat-emotion-modal__header{border-bottom:1px solid #e2e4f3;display:grid;gap:4px;padding-bottom:16px}.pat-emotion-modal__header h2{color:#434d9c;font-size:18px;font-weight:600;line-height:28px;margin:0}.pat-emotion-modal__header p{color:#1d1f41;font-size:14px;line-height:20px;margin:0}.pat-emotion-modal__body{display:grid;gap:12px}.pat-emotion-modal__options{background:#f8f3f1;border-radius:20px;display:grid;gap:16px;grid-template-columns:repeat(5,minmax(0,1fr));max-height:min(52vh,490px);overflow:auto;padding:24px}.pat-emotion-modal__option{align-items:center;background:transparent;border:1px solid transparent;border-radius:16px;color:#434d9c;display:flex;flex-direction:column;gap:12px;justify-content:center;min-height:128px;padding:16px;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.pat-emotion-modal__option:hover:not(:disabled){background:#f5f5fc;border-color:#d9dbf1}.pat-emotion-modal__option.is-selected{background:#f5f5fc;border-color:#c6c7e6;box-shadow:0 1px 2px #1d1f410d,0 0 0 4px #e2e4f3}.pat-emotion-modal__option:disabled{cursor:not-allowed;opacity:.72}.pat-emotion-modal__image-wrap{border-radius:999px;height:clamp(68px,5vw,80px);overflow:hidden;position:relative;width:clamp(68px,5vw,80px)}.pat-emotion-modal__option img{display:block;height:100%;inset:0;opacity:0;position:absolute;transition:opacity .22s ease;width:100%}.pat-emotion-modal__option img.is-loaded{opacity:1}.pat-emotion-modal__image-skeleton{animation:pat-emotion-image-skeleton-shimmer 1.2s ease-in-out infinite;background:linear-gradient(90deg,#ececf6,#f8f8fd 52%,#ececf6);background-size:220% 100%;border-radius:inherit;display:block;height:100%;inset:0;position:absolute;width:100%}.pat-emotion-modal__image-skeleton.is-hidden{display:none}.pat-emotion-modal__option-label{color:#434d9c;font-size:14px;font-weight:500;line-height:20px}@keyframes pat-emotion-image-skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.pat-emotion-modal__error{color:#bf2b36;font-size:13px;line-height:18px;margin:0}.pat-emotion-modal__custom-input-wrap{max-height:0;opacity:0;overflow:hidden;padding:0 4px;pointer-events:none;transform:translateY(-10px);transition:max-height .26s ease,opacity .22s ease,transform .26s ease,padding .2s ease}.pat-emotion-modal__custom-input-wrap.is-visible{max-height:220px;opacity:1;overflow:visible;padding:4px;pointer-events:auto;transform:translateY(0)}.pat-emotion-modal .register-input{min-height:44px;padding:10px 14px;border:1px solid #d5d6eb;border-radius:12px}.pat-emotion-modal .register-input:focus-within{border-color:#8d91cb;box-shadow:0 0 0 3px #8d91cb1f}.pat-emotion-modal .register-input--error{border-color:#f48989;box-shadow:0 0 0 1px #f4898933}.pat-emotion-modal .register-input--error:focus-within{border-color:#f48989;box-shadow:0 1px 2px #1d1f410d,0 0 0 4px #f4898938}.pat-emotion-modal__actions{display:flex;gap:12px;justify-content:flex-end}.pat-emotion-modal__button{align-items:center;border-radius:20px;display:inline-flex;font-size:16px;font-weight:600;justify-content:center;line-height:24px;min-height:44px;min-width:160px;padding:10px 18px;transition:background-color .2s ease,border-color .2s ease,opacity .2s ease}.pat-emotion-modal__button--secondary{background:#fdfbfa80;border:1px solid #8d91cb;color:#3a3c7f}.pat-emotion-modal__button--secondary:hover:not(:disabled){background:#f7f7ff;border-color:#767aba}.pat-emotion-modal__button--primary{background:#434d9c;border:1px solid #434d9c;color:#fff}.pat-emotion-modal__button--primary:hover:not(:disabled){background:#3a4388;border-color:#3a4388}.pat-emotion-modal__button:disabled{cursor:not-allowed;opacity:.65}@media(min-width:1366px){.pat-action-card--habit-logged-truncated .pat-action-card__habit-logged-more-button{bottom:6px}}@media(max-width:980px){.pat-action-card--habit-logged{--pat-habit-item-height: clamp(72px, 18vw, 88px)}.pat-action-card__habit-logged-head h3{font-size:clamp(28px,7vw,36px)}.pat-action-card__habit-logged-item{padding:12px}.pat-action-card__habit-logged-more-button{bottom:10px;height:40px;width:40px}.pat-habit-summary-modal{border-radius:22px;max-height:calc(100vh - 24px);padding:18px;width:min(420px,calc(100vw - 20px))}.pat-habit-summary-modal__header{padding-right:36px}.pat-habit-summary-modal__header h2{font-size:20px}.pat-habit-summary-modal__body{max-height:calc(100vh - 190px);padding-bottom:8px}.pat-habit-log-modal{border-radius:24px;max-height:calc(100vh - 24px);padding:20px;width:min(840px,calc(100vw - 20px))}.pat-habit-log-modal__body{max-height:min(50vh,460px);padding:12px}.pat-habit-log-modal__definition{align-items:flex-start;flex-direction:column;gap:12px}.pat-habit-log-modal__definition-scale{justify-content:space-between;width:100%}.pat-habit-log-modal__scale-option{width:auto}.pat-habit-log-modal__actions{flex-direction:column-reverse}.pat-habit-log-modal__actions .pat-emotion-modal__button{width:100%}.pat-emotion-modal{border-radius:24px;max-height:calc(100vh - 24px);padding:20px;width:min(840px,calc(100vw - 20px))}.pat-emotion-modal__options{grid-template-columns:repeat(3,minmax(0,1fr));max-height:min(48vh,420px);padding:16px}.pat-emotion-modal__actions{flex-direction:column-reverse}.pat-emotion-modal__button{width:100%}}@media(max-width:640px){.pat-emotion-modal__options{grid-template-columns:repeat(2,minmax(0,1fr))}}.pat-home-layout__right{border-left:1px solid #e2e3f2;display:grid;grid-template-rows:auto auto minmax(0,1fr)}.pat-right-section{padding:32px;border-bottom:1px solid #e2e3f2;display:grid;gap:20px;align-content:flex-start}.pat-right-section:last-child{border-bottom:none}.pat-right-section h3{margin:0}.pat-treatments-section{gap:24px}.pat-treatments-section__title{color:#1d1f41;font-size:20px;font-weight:500;line-height:30px}.pat-treatments-section__meta{margin:0;color:#565870;font-size:14px;line-height:20px}.pat-treatments-list{display:grid;gap:16px;width:100%}.pat-treatment-item{display:grid;gap:4px;width:100%}.pat-treatment-item__head{display:flex;align-items:center;gap:24px;min-height:20px}.pat-treatment-item__label{margin:0;color:#1d1f41;font-size:14px;font-weight:400;line-height:20px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1 auto}.pat-treatment-item__detail-button{border:none;background:transparent;color:#434d9c;font-size:14px;font-weight:600;line-height:20px;padding:0;cursor:pointer}.pat-treatment-item__progress-wrap{display:grid;gap:4px}.pat-treatment-item__progress-track{height:18px;width:100%;border-radius:24px;background:#e8e9ec;overflow:hidden}.pat-treatment-item__progress-fill{display:block;height:100%;border-radius:24px;background:#434d9c}.pat-treatment-item__progress-text{margin:0;color:#383b57;font-size:14px;font-weight:500;line-height:20px}.pat-treatments-view-all{width:fit-content;min-height:40px;border-radius:20px;border:1px solid #8d91cb;background:#fdfbfa80;color:#3a3c7f;padding:10px 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:600;line-height:20px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.pat-treatments-view-all:hover{background:#eef0ff;border-color:#434d9c;color:#434d9c}.pat-treatments-view-all__icon{width:20px;height:20px;color:#434d9c}.pat-doses-section{gap:24px}.pat-doses-section__title{margin:0;color:#1d1f41;font-size:20px;font-weight:500;line-height:30px}.pat-doses-section__description{margin:0;color:#565870;font-size:14px;font-weight:400;line-height:20px;max-width:280px}.pat-doses-section__icon-action{border:1px solid #8d91cb;background:#fdfbfa80;color:#3a3c7f;width:36px;height:36px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.pat-doses-section__icon-action:hover{background:#eef0ff;border-color:#6468b9}.pat-doses-list{display:grid;gap:8px;max-height:232px;overflow-y:auto;padding-right:4px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#d9d9df transparent}.pat-doses-list::-webkit-scrollbar{width:8px}.pat-doses-list::-webkit-scrollbar-track{background:transparent;margin-block:4px}.pat-doses-list::-webkit-scrollbar-thumb{background:#d9d9df;border-radius:999px;border:2px solid transparent;background-clip:content-box}.pat-doses-list::-webkit-scrollbar-thumb:hover{background:#bcc0cb}.pat-doses-item{background:#f8f3f1;border-radius:30px;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.pat-doses-item p{margin:0;color:#383b57;font-size:14px;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pat-doses-status-badge{width:20px;height:20px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center}.pat-doses-status-badge--yes{background:#d2eed2;color:#369638}.pat-doses-status-badge--no{background:#f9d2c6;color:#cc3913}.pat-doses-status-badge--pending{background:#e9eaeb;color:#535862}.pat-intakes-modal-backdrop{position:fixed;inset:0;z-index:2100;background:#1d1f41b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;padding:20px}.pat-intakes-modal{width:min(590px,100%);max-height:min(86vh,760px);background:#fdfbfa;border-radius:30px;padding:32px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:24px;overflow:hidden}.pat-intakes-modal__header{border-bottom:1px solid #e2e4f3;padding-bottom:16px;display:grid;gap:4px}.pat-intakes-modal__header h2{margin:0;color:#434d9c;font-size:18px;line-height:28px}.pat-intakes-modal__header p{margin:0;color:#565870;font-size:14px;line-height:20px}.pat-intakes-modal__content{background:#f8f3f1;border-radius:20px;padding:24px;display:grid;grid-template-rows:auto auto auto;gap:24px;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#d9d9df transparent;overscroll-behavior:contain}.pat-intakes-modal__content::-webkit-scrollbar{width:8px}.pat-intakes-modal__content::-webkit-scrollbar-track{background:transparent;margin-block:8px}.pat-intakes-modal__content::-webkit-scrollbar-thumb{background:#d9d9df;border-radius:999px;border:2px solid transparent;background-clip:content-box}.pat-intakes-modal__content::-webkit-scrollbar-thumb:hover{background:#bcc0cb}.pat-intakes-modal__week-header{display:flex;align-items:center;justify-content:center;gap:12px}.pat-intakes-modal__week-header p{margin:0;min-width:140px;text-align:center;color:#3a3c7f;font-size:16px;font-weight:500;line-height:24px}.pat-intakes-modal__week-nav{border:none;background:transparent;color:#434d9c;width:36px;height:36px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.pat-intakes-modal__week-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.pat-intakes-modal__week-header.is-sliding-left,.pat-intakes-modal__week-days.is-sliding-left{animation:pat-intakes-slide-left .2s ease}.pat-intakes-modal__week-header.is-sliding-right,.pat-intakes-modal__week-days.is-sliding-right{animation:pat-intakes-slide-right .2s ease}.pat-intakes-modal__day,.pat-intakes-modal__day-skeleton{border-radius:10px;min-height:60px}.pat-intakes-modal__day{border:1px solid #d5d6eb;background:#fdfbfa;display:grid;align-content:center;justify-items:center;gap:4px;cursor:pointer}.pat-intakes-modal__day.is-selected{background:#f5f5fc;border-color:#c6c7e6;box-shadow:0 0 0 2px #d5d6eb}.pat-intakes-modal__day.is-disabled{opacity:.5}.pat-intakes-modal__day span{color:#898b9b;font-size:12px;line-height:18px}.pat-intakes-modal__day strong{color:#383b57;font-size:16px;line-height:24px}.pat-intakes-modal__day.is-selected strong,.pat-intakes-modal__day.is-selected span{color:#434d9c}.pat-intakes-modal__day-skeleton,.pat-intakes-modal__row-skeleton{background:linear-gradient(90deg,#ece7e4 25%,#f4efec 37%,#ece7e4 63%);background-size:300% 100%;animation:pat-intakes-skeleton-shimmer 1.2s ease-in-out infinite}.pat-intakes-modal__rows{display:grid;gap:8px;min-height:auto;height:auto;overflow:visible;padding-right:0;padding-bottom:14px}.pat-intakes-modal__rows-wrap{display:grid;min-height:auto;grid-template-rows:auto auto;gap:8px;width:100%}.pat-intakes-modal__rows-label{margin:0;justify-self:end;color:#898b9b;font-size:12px;font-weight:400;line-height:18px}.pat-intakes-modal__row,.pat-intakes-modal__row-skeleton{min-height:40px;border-radius:10px}.pat-intakes-modal__row{background:#fdfbfa;padding:8px 16px;display:grid;gap:10px}.pat-intakes-modal__row--single{min-height:56px}.pat-intakes-modal__row--group{min-height:56px;align-content:center}.pat-intakes-modal__row--group.is-collapsed{padding-block:0;gap:0}.pat-intakes-modal__row--group.is-collapsed .pat-intakes-modal__row-main{width:100%;min-height:56px;align-items:center}.pat-intakes-modal__row--group.is-collapsed .pat-intakes-modal__slot-list{max-height:0;opacity:0;overflow:hidden;transform:translateY(-4px);margin-top:0;pointer-events:none}.pat-intakes-modal__row p{margin:0;color:#383b57;font-size:14px;line-height:20px}.pat-intakes-modal__row--single .pat-intakes-modal__row-main p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1 1 auto}.pat-intakes-modal__row-main{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:40px}.pat-intakes-modal__expand-toggle{width:32px;height:32px;border:1px solid #d5d7da;border-radius:999px;background:#fff;color:#767b95;display:inline-flex;align-items:center;justify-content:center;align-self:center;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background-color .2s ease,color .2s ease;margin-block:auto;margin-left:auto}.pat-intakes-modal__expand-toggle.is-open{transform:rotate(180deg)}.pat-intakes-modal__expand-toggle:hover:not(:disabled){border-color:#8d91cb;background:#f5f5fc;color:#434d9c}.pat-intakes-modal__slot-list{display:grid;gap:8px;max-height:0;opacity:0;overflow:hidden;transform:translateY(-4px);transition:max-height .28s ease,opacity .24s ease,transform .24s ease,margin-top .2s ease;margin-top:0}.pat-intakes-modal__slot-list.is-expanded{max-height:999px;opacity:1;transform:translateY(0);margin-top:2px}.pat-intakes-modal__slot-row{display:grid;grid-template-columns:minmax(78px,1fr) minmax(136px,156px) auto;align-items:center;gap:10px}.pat-intakes-modal__slot-row--single{grid-template-columns:minmax(136px,156px) auto;justify-content:end}.pat-intakes-modal__slot-label{color:#565870;font-size:13px;line-height:18px}.pat-intakes-modal__slot-actions{display:flex;align-items:center;gap:8px;justify-self:end}.pat-intakes-modal__row-controls{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto}.pat-intakes-modal__time-group{margin-left:0;overflow:hidden;max-height:40px;opacity:1;transform:translateY(0);transition:max-height .24s ease,opacity .22s ease,transform .22s ease,margin-top .2s ease}.pat-intakes-modal__slot-row .pat-intakes-modal__time-group{justify-self:end}.pat-intakes-modal__time-group.is-collapsed{max-height:0;opacity:0;transform:translateY(-4px);margin-top:0;pointer-events:none}.pat-intakes-modal__time-group.is-expanded{max-height:40px;opacity:1;transform:translateY(0)}.pat-intakes-modal__time-group .pro-patients__time-prefix{min-width:58px;max-width:58px;flex-basis:58px;padding-inline:8px}.pat-intakes-modal__time-group .pro-patients__time-prefix-text{font-size:14px}.pat-intakes-modal__row-controls .pat-intakes-modal__time-group{margin-left:0;width:156px;min-width:136px;max-width:156px;flex:0 0 156px}.pat-intakes-modal__row-actions{display:flex;align-items:center;gap:8px}.pat-intakes-modal__toggle{width:36px;height:36px;border-radius:999px;border:1px solid #d5d7da;background:#fff;color:#98a2b3;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.pat-intakes-modal__toggle--yes.is-selected{background:#46bd48;border-color:#46bd48;color:#fff}.pat-intakes-modal__toggle--no.is-selected{background:#e43f16;border-color:#e43f16;color:#fff}.pat-intakes-modal__toggle:hover:not(:disabled){border-color:#8d91cb}.pat-intakes-modal__empty{margin:0;color:#565870;font-size:14px;line-height:20px}.pat-intakes-modal__actions{display:flex;justify-content:flex-end;gap:12px}.pat-intakes-modal__actions .pat-emotion-modal__button{cursor:pointer}@keyframes pat-intakes-skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes pat-intakes-slide-left{0%{opacity:.4;transform:translate(14px)}to{opacity:1;transform:translate(0)}}@keyframes pat-intakes-slide-right{0%{opacity:.4;transform:translate(-14px)}to{opacity:1;transform:translate(0)}}.pat-right-section__header{display:flex;align-items:center;justify-content:space-between}.pat-events-section{gap:24px}.pat-events-section__header{display:flex;align-items:center;justify-content:space-between;width:100%}.pat-events-section__title{margin:0;color:#1d1f41;font-size:20px;font-weight:500;line-height:30px}.pat-events-section__add-button{border:1px solid #8d91cb;background:#fdfbfa80;color:#3a3c7f;width:36px;height:36px;padding:8px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.pat-events-section__add-button:hover{background:#eef0ff;border-color:#434d9c;color:#434d9c}.pat-events-section__meta{margin:0;color:#565870;font-size:14px;line-height:20px}.pat-events-list{display:grid;gap:16px;width:100%}.pat-events-item{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;width:100%;padding-bottom:0}.pat-events-item--with-divider{padding-bottom:16px;border-bottom:1px solid #e2e3f2}.pat-events-item__content{flex:1 1 auto;min-width:0;display:grid;gap:8px}.pat-events-item__content h4{margin:0;color:#434d9c;font-size:16px;font-weight:600;line-height:24px}.pat-events-item__content p{margin:0;color:#898b9b;font-size:12px;font-weight:400;line-height:18px;display:flex;align-items:center;gap:6px}.pat-events-item__detail-button{border:none;background:transparent;color:#434d9c;width:20px;height:20px;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.pat-events-item__detail-button .pat-treatments-view-all__icon{width:20px;height:20px}.pat-empty-state-card{display:grid;justify-items:center;text-align:center;gap:16px}.pat-empty-state-card__icon-wrap{width:48px;height:48px;border-radius:999px;border:8px solid #e2e4f3;background:#c6c7e6;color:#434d9c;display:grid;place-items:center}.pat-empty-state-card__copy{display:grid;gap:4px;width:100%}.pat-empty-state-card h4{margin:0;color:#1d1f41;font-size:16px;font-weight:600;line-height:24px}.pat-empty-state-card p{margin:0;color:#565870;font-size:14px;font-weight:400;line-height:20px}.pat-empty-state-card--section{gap:24px;width:100%;padding-block:16px}.pat-my-treatments{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0}.pat-my-treatments__header{align-items:center;border-bottom:1px solid #e2e4f3;display:flex;gap:16px;justify-content:space-between;min-height:76px;padding:16px 24px}.pat-my-treatments__header h1{color:#1d1f41;font-size:18px;font-weight:500;line-height:28px;margin:0}.pat-my-treatments__header .pro-patients__primary-button{min-height:40px;padding:10px 16px}.pat-my-treatments__body{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0}.pat-my-treatments__timeline{border-bottom:1px solid #e2e4f3}.pat-my-treatments__timeline-empty-wrap{border-bottom:1px solid #e2e4f3;min-height:320px;padding:32px}.pat-my-treatments__timeline-content{padding:24px}.pat-my-treatments__timeline-scroll{overflow-x:auto;overflow-x:overlay;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none;width:100%;cursor:grab;touch-action:pan-x}.pat-my-treatments__timeline-scroll.is-panning{cursor:grabbing}.pat-my-treatments__timeline-scroll::-webkit-scrollbar{width:0;height:0;display:none}.pat-my-treatments__timeline-inner{min-width:100%}.pat-my-treatments__timeline .pro-treatments__timeline-axis{padding-bottom:18px}.pat-my-treatments__timeline .pro-treatments__timeline-now-marker{top:-16px}.pat-my-treatments__timeline .pro-treatments__timeline-grid-wrap{border:1px solid #e2e4f3;border-radius:10px;box-shadow:none;height:320px;overflow:visible;background:#f8f3f1}.pat-my-treatments__timeline-clip{border-radius:10px;height:100%;overflow:hidden;position:relative}.pat-my-treatments__timeline .pro-treatments__timeline-grid{min-height:100%}.pat-my-treatments__timeline .pro-treatments__timeline-rows{height:100%;inset:0;overflow-x:hidden;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}.pat-my-treatments__timeline .pro-treatments__timeline-rows.is-scrollable{overflow-y:auto;overflow-y:overlay}.pat-my-treatments__timeline .pro-treatments__timeline-rows::-webkit-scrollbar{width:0;height:0;display:none}.pat-my-treatments__timeline-rows-canvas{min-height:100%;position:relative}.pat-my-treatments__timeline-skeleton{position:absolute;inset:0;display:block;background:transparent;pointer-events:none;z-index:4}.pat-my-treatments__timeline-skeleton-item{position:absolute;display:grid;gap:8px;width:max-content;max-width:calc(100% - 36px)}.pat-my-treatments__timeline .pro-treatments__timeline-column{min-height:290px;box-sizing:border-box;border-right:2px solid #e8e9ec}.pat-my-treatments__timeline .pro-treatments__timeline-column:first-child{border-left:2px solid #e8e9ec}.pat-my-treatments__timeline-bar--supplement{background:#ebd5e5}.pat-my-treatments__timeline-bar--supplement .pro-treatments__timeline-bar-progress{background:#b666a3}.pat-my-treatments__timeline-bar--treatment{background:#d5d6eb}.pat-my-treatments__timeline-bar--treatment .pro-treatments__timeline-bar-progress{background:#434d9c}.pat-my-treatments__timeline-trigger{cursor:default}.pat-my-treatments__timeline .pro-treatments__timeline-item--supplement .pat-my-treatments__timeline-trigger{cursor:pointer}.pat-my-treatments__timeline .pat-my-treatments__timeline-trigger--label-to-left .pro-treatments__timeline-label{left:auto;right:1px;text-align:right}.pat-my-treatments__timeline .pro-treatments__timeline-trigger--label-edge-end.pat-my-treatments__timeline-trigger--label-to-left .pro-treatments__timeline-label{right:6px}.pat-my-treatments__timeline .pat-my-treatments__timeline-trigger:hover .pro-treatments__timeline-label{color:#1d1f41}.pat-my-treatments__timeline .pro-treatments__timeline-item--supplement .pat-my-treatments__timeline-trigger:hover .pro-treatments__timeline-label{color:#434d9c}.pat-my-treatments__timeline .pat-my-treatments__timeline-trigger:hover .pro-treatments__timeline-bar{background:#d5d6eb}.pat-my-treatments__timeline .pat-my-treatments__timeline-trigger:hover .pro-treatments__timeline-bar-progress{background:#434d9c}.pat-my-treatments__timeline .pat-my-treatments__timeline-trigger:hover .pat-my-treatments__timeline-bar--supplement{background:#ebd5e5}.pat-my-treatments__timeline .pat-my-treatments__timeline-trigger:hover .pat-my-treatments__timeline-bar--supplement .pro-treatments__timeline-bar-progress{background:#b666a3}.pat-my-treatments__timeline .pro-treatments__timeline-item--pending .pat-my-treatments__timeline-bar--supplement{background:#ebd5e580}.pat-my-treatments__timeline .pro-treatments__timeline-item--pending .pat-my-treatments__timeline-bar--supplement .pro-treatments__timeline-bar-progress{background:#b666a38c}.pat-my-treatments__timeline .pro-treatments__timeline-item--pending .pat-my-treatments__timeline-trigger:hover .pat-my-treatments__timeline-bar--supplement{background:#ebd5e580}.pat-my-treatments__timeline .pro-treatments__timeline-item--pending .pat-my-treatments__timeline-trigger:hover .pat-my-treatments__timeline-bar--supplement .pro-treatments__timeline-bar-progress{background:#b666a38c}.pat-my-treatments__timeline .pat-my-treatments__timeline-trigger:focus-visible{outline:none;box-shadow:none}.pat-my-treatments__sections{align-items:start;display:grid;gap:32px;grid-template-columns:repeat(2,minmax(0,1fr));min-height:0;overflow-y:auto;padding:32px 24px;position:relative}.pat-my-treatments__sections:before{background:#e2e4f3;content:"";left:50%;position:absolute;top:32px;bottom:32px;transform:translate(-50%);width:1px}.pat-my-treatments__section-col{align-content:start;display:grid;gap:24px;min-height:0}.pat-my-treatments__section-col--supplements{min-width:0;padding-left:24px}.pat-my-treatments__section-col--supplements.pat-my-treatments__section-col--empty{grid-template-rows:auto minmax(0,1fr)}.pat-my-treatments__section-col--supplements .pat-my-treatments__section-head{gap:16px}.pat-my-treatments__section-col--supplements .pat-my-treatments__section-title{color:#1d1f41;flex:1 1 auto;font-size:18px;font-weight:500;line-height:28px;margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pat-my-treatments__section-col:not(.pat-my-treatments__section-col--supplements) .pat-my-treatments__section-title{font-size:18px;line-height:28px}.pat-my-treatments__section-col--supplements .pat-my-treatments__section-head .pro-patients__ghost-button{flex:0 0 auto;max-width:100%;min-height:40px;padding-inline:16px}.pat-my-treatments__section-head{align-items:center;display:flex;gap:12px;justify-content:space-between}.pat-my-treatments__section-head h2{color:#1d1f41;font-size:clamp(24px,1.8vw,30px);font-weight:500;line-height:1.15;margin:0;white-space:nowrap}.pat-my-treatments__section-head .pro-patients__ghost-button{min-height:40px}.pat-my-treatments__cards-list{display:grid;gap:8px}.pat-my-treatments__history-card,.pat-my-treatments__supplement-card{background:#f8f3f1;border:1px solid #e8e9ec;border-left:4px solid #434d9c;border-radius:8px;box-shadow:0 1px 2px #1d1f410f,0 1px 3px #1d1f411a}.pat-my-treatments__supplement-card{align-items:center;border-left-color:#b666a3;display:flex;justify-content:space-between;min-height:72px;padding:12px 16px}.pat-my-treatments__history-toggle{align-items:center;background:transparent;border:0;color:inherit;cursor:pointer;display:grid;gap:8px;grid-template-columns:40px minmax(0,1fr) auto;min-height:72px;padding:16px;text-align:left;width:100%}.pat-my-treatments__history-icon-wrap{align-items:center;background:#d5d6eb;border-radius:20px;color:#434d9c;display:inline-flex;height:40px;justify-content:center;width:40px}.pat-my-treatments__history-title-wrap{align-items:center;color:#434d9c;display:inline-flex;gap:8px;min-width:0}.pat-my-treatments__history-title-wrap strong{font-size:16px;font-weight:600;line-height:24px;min-width:0}.pat-my-treatments__history-chevron{color:#3a3c7f;flex:0 0 auto;transition:transform .18s ease}.pat-my-treatments__history-chevron.is-expanded{transform:rotate(180deg)}.pat-my-treatments__history-details{display:grid;gap:12px;grid-template-columns:minmax(0,1fr);padding:0 16px 16px 72px}.pat-my-treatments__history-details-wrap{max-height:0;opacity:0;overflow:hidden;transition:max-height .26s ease,opacity .22s ease}.pat-my-treatments__history-details-wrap.is-expanded{max-height:420px;opacity:1}.pat-my-treatments__history-details-wrap .pat-my-treatments__history-details{min-height:0;transform:translateY(-6px);transition:transform .26s ease}.pat-my-treatments__history-details-wrap.is-expanded .pat-my-treatments__history-details{transform:translateY(0)}.pat-my-treatments__history-details div{align-items:baseline;color:#383b57;display:grid;gap:8px;grid-template-columns:200px minmax(0,1fr)}.pat-my-treatments__history-details span{color:#383b57;font-size:14px;font-weight:500;line-height:20px}.pat-my-treatments__history-details p{color:#383b57;font-size:14px;font-weight:400;line-height:20px;margin:0}.pat-my-treatments__status-badge{align-items:center;border-radius:16px;display:inline-flex;font-size:14px;font-weight:500;gap:6px;line-height:20px;padding:2px 10px;white-space:nowrap}.pat-my-treatments__status-badge--active{background:#ecfdf3;color:#027a48}.pat-my-treatments__status-badge--finished{background:#fef3f2;color:#b42318}.pat-my-treatments__status-badge--treatment-active{background:#ecfdf3;color:#027a48}.pat-my-treatments__status-badge--treatment-pending{background:#fcf0da;color:#ee9c1a}.pat-my-treatments__status-badge--treatment-completed{background:#eff8ff;color:#175cd3}.pat-my-treatments__status-badge--treatment-rejected{background:#fef3f2;color:#b42318}.pat-my-treatments__status-badge--supplement-pending{background:#fcf0da;color:#ee9c1a}.pat-my-treatments__status-badge--supplement-active{background:#ecfdf3;color:#027a48}.pat-my-treatments__status-badge--supplement-finished{background:#eff8ff;color:#175cd3}.pat-my-treatments__status-badge--supplement-rejected{background:#fef3f2;color:#d46a6a}.pat-my-treatments__status-dot{background:currentColor;border-radius:999px;display:inline-flex;height:6px;width:6px}.pat-my-treatments__more-button{align-items:center;background:transparent;border:0;color:#3a3c7f;display:inline-flex;flex:0 0 auto;height:24px;justify-content:center;padding:0;width:24px}.pat-my-treatments__supplement-main{display:grid;gap:4px}.pat-my-treatments__supplement-main h3{color:#a55091;font-size:14px;font-weight:600;line-height:20px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pat-my-treatments__supplement-main p{color:#717288;font-size:12px;font-weight:400;line-height:18px;margin:0}.pat-my-treatments__supplement-actions{align-items:center;display:inline-flex;gap:8px}.pat-my-treatments__empty-section{align-items:center;display:grid;gap:16px;justify-items:center;min-height:220px;text-align:center}.pat-my-treatments__empty-section--history{transform:translateY(12px)}.pat-my-treatments__empty-icon{align-items:center;background:#c6c7e6;border:8px solid #e2e4f3;border-radius:999px;color:#434d9c;display:inline-flex;height:48px;justify-content:center;width:48px}.pat-my-treatments__empty-copy{display:grid;gap:4px;max-width:420px}.pat-my-treatments__empty-copy h3{color:#2d2f63;font-size:16px;font-weight:600;line-height:24px;margin:0}.pat-my-treatments__empty-copy p{color:#565870;font-size:14px;font-weight:400;line-height:20px;margin:0}.pat-my-treatments__sentinel{height:1px;width:100%}.pat-my-treatments__timeline-sentinel{height:1px;left:0;position:absolute;right:0}.pat-my-treatments__loading-more{align-items:center;color:#565870;display:inline-flex;font-size:13px;gap:8px;justify-self:center;padding:8px 0 4px}.pat-my-objectives{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0}.pat-my-objectives__header{align-items:center;border-bottom:1px solid #e2e4f3;display:flex;gap:16px;justify-content:space-between;min-height:76px;padding:16px 24px}.pat-my-objectives__header h1{color:#1d1f41;font-size:18px;font-weight:500;line-height:28px;margin:0}.pat-my-objectives__add-button{align-items:center;background:#434d9c;border:1px solid #434d9c;border-radius:20px;box-shadow:0 1px 2px #0a0d120d;color:#fdfbfa;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;line-height:20px;min-height:40px;padding:10px 16px;transition:var(--cta-transition);white-space:nowrap}.pat-my-objectives__add-button:hover{background:var(--cta-primary-hover-bg);border-color:var(--cta-primary-hover-border);box-shadow:var(--cta-primary-hover-shadow);transform:translateY(-1px)}.pat-my-objectives__body{min-height:0;overflow-y:auto;padding:24px}.pat-my-objectives__body--empty{align-items:center;display:grid;justify-items:center;min-height:calc(100vh - 155px)}.pat-my-objectives__content{display:grid;gap:40px;margin:0 auto;max-width:1360px;width:100%}.pat-my-objectives__section{display:grid;gap:20px}.pat-my-objectives__section-header{align-items:center;display:flex;gap:8px}.pat-my-objectives__section-head-with-controls{align-items:center;display:flex;gap:16px;justify-content:space-between}.pat-my-objectives__section-header h2{color:#1d1f41;font-size:clamp(18px,1.2vw,22px);font-weight:500;line-height:28px;margin:0}.pat-my-objectives__counter-badge{align-items:center;background:#e2e4f3;border-radius:16px;color:#434d9c;display:inline-flex;font-size:12px;font-weight:500;height:22px;justify-content:center;line-height:18px;min-width:22px;padding:0 8px}.pat-my-objectives__card{align-items:flex-start;border-radius:20px;box-shadow:0 1px 3px #1d1f411a,0 1px 2px #1d1f410f;display:flex;gap:clamp(16px,2vw,40px);justify-content:space-between;padding:clamp(16px,1.6vw,24px)}.pat-my-objectives__card--current{align-items:stretch;background:linear-gradient(63deg,#e8d3d5 16.72%,#f5efeb 83.39%);min-height:270px}.pat-my-objectives__card--previous{background:#f8f3f1}.pat-my-objectives__card-main{display:flex;flex-direction:column;flex:1 1 auto;gap:12px;min-width:0}.pat-my-objectives__card-main h3{color:#b666a3;font-size:clamp(20px,1.45vw,24px);font-weight:600;line-height:1.35;margin:0}.pat-my-objectives__card--current .pat-my-objectives__card-main h3{font-size:clamp(28px,2.1vw,38px);line-height:1.25}.pat-my-objectives__card--previous .pat-my-objectives__card-main h3{color:#2d2f63;font-size:clamp(16px,1.1vw,19px);font-weight:400;line-height:24px}.pat-my-objectives__actions{display:grid;gap:6px;justify-items:start}.pat-my-objectives__action-chip{align-items:center;border-radius:16px;display:inline-flex;gap:8px;max-width:100%;min-height:26px;padding:4px 12px}.pat-my-objectives__actions--current .pat-my-objectives__action-chip{background:#f8f1f7}.pat-my-objectives__actions--current .pat-my-objectives__action-chip span:last-child{color:#8a4279}.pat-my-objectives__actions--previous .pat-my-objectives__action-chip{background:#e2e4f3}.pat-my-objectives__actions--previous .pat-my-objectives__action-chip span:last-child{color:#3a3c7f}.pat-my-objectives__action-chip span:last-child{font-size:12px;font-weight:500;line-height:18px}.pat-my-objectives__action-dot{background:currentColor;border-radius:999px;color:inherit;display:inline-flex;flex:0 0 auto;height:6px;width:6px}.pat-my-objectives__actions--current .pat-my-objectives__action-dot{color:#b666a3}.pat-my-objectives__actions--previous .pat-my-objectives__action-dot{color:#3a3c7f}.pat-my-objectives__meta{align-items:center;color:#717288;display:inline-flex;flex-wrap:wrap;gap:8px;font-size:12px;font-weight:400;line-height:18px}.pat-my-objectives__card--current .pat-my-objectives__meta{margin-top:auto}.pat-my-objectives__card--current .pat-my-objectives__card-main{min-height:100%}.pat-my-objectives__card--current .pat-my-objectives__card-aside{align-items:center;align-self:flex-start}.pat-my-objectives__meta-professional-name{color:#3a3c7f;font-weight:600}.pat-my-objectives__card-aside{align-items:center;display:inline-flex;gap:8px;justify-content:flex-end}.pat-my-objectives__status-badge{align-items:center;border-radius:16px;display:inline-flex;font-size:14px;font-weight:500;line-height:20px;min-height:24px;padding:2px 10px;white-space:nowrap}.pat-my-objectives__status-wrap{position:relative}.pat-my-objectives__status-trigger{background:none;border:none;cursor:pointer}.pat-my-objectives__status-trigger:disabled{cursor:wait}.pat-my-objectives__status-trigger-icon{display:inline-flex;margin-left:4px}.pat-my-objectives__status-badge--active{background:#ecfdf3;color:#027a48}.pat-my-objectives__status-badge--completed{background:#eff8ff;color:#175cd3}.pat-my-objectives__status-badge--paused,.pat-my-objectives__status-badge--canceled{background:#fef3f2;color:#b42318}.pat-my-objectives__status-badge--to-confirm{background:#f5f5fc;color:#434d9c}.pat-my-objectives__status-badge--default{background:#f5f5fc;color:#3a3c7f}.pat-my-objectives__previous-list{display:grid;gap:16px}.pat-my-objectives__controls{align-items:center;display:inline-flex;gap:12px}.pat-my-objectives__filter-wrap{position:relative}.pat-my-objectives__filter-button{align-items:center;background:#fdfbfa;border:1px solid #abacda;border-radius:20px;box-shadow:0 1px 2px #1d1f410d;color:#3a3c7f;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;justify-content:space-between;line-height:20px;min-height:40px;min-width:173px;padding:10px 16px;text-align:left;transition:background-color .16s ease,box-shadow .16s ease,border-color .16s ease}.pat-my-objectives__filter-button:hover{background:#f5f5fc;border-color:#8d91cb}.pat-my-objectives__filter-button-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pat-my-objectives__filter-button-icon{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:center;margin-left:10px}.pat-my-objectives__filter-button-icon>svg{color:#3a3c7f;flex:0 0 auto}.pat-my-objectives__filter-button.is-open{background:#f5f5fc;border-color:#abacda;box-shadow:0 0 0 2px #e2e4f3,0 1px 2px #1d1f410d}.pat-my-objectives__skeleton-list{display:grid;gap:16px;grid-auto-rows:max-content;width:100%}.pat-my-objectives__skeleton-list.is-overlay{pointer-events:none;position:absolute;right:0;left:0;top:0;z-index:2}.pat-my-objectives__previous-content{position:relative}.pat-my-objectives__card--skeleton{background:#f8f3f1}.pat-my-objectives__skeleton-line{animation:patObjectiveSkeletonPulse 1.2s ease-in-out infinite;background:#e2e4f3;border-radius:999px;display:block}.pat-my-objectives__skeleton-line--title{height:24px;max-width:340px;width:62%}.pat-my-objectives__skeleton-line--meta{height:18px;max-width:280px;width:52%}.pat-my-objectives__skeleton-line--badge{height:24px;width:96px}.pat-my-objectives__inline-error{align-items:center;background:#fef3f2;border:1px solid #fecdca;border-radius:12px;color:#b42318;display:flex;gap:12px;justify-content:space-between;padding:10px 14px}.pat-my-objectives__inline-error button{background:transparent;border:none;color:#b42318;cursor:pointer;font-size:13px;font-weight:600;line-height:20px;padding:0}@keyframes patObjectiveSkeletonPulse{0%{opacity:.64}50%{opacity:1}to{opacity:.64}}.pat-my-objectives__filter-menu{background:#fdfbfa;border:1px solid #e2e4f3;border-radius:8px;box-shadow:0 4px 6px -2px #1d1f4108,0 12px 16px -4px #1d1f4114;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);width:240px;z-index:6}.pat-my-objectives__status-menu{background:#fdfbfa;border:1px solid #e2e4f3;border-radius:8px;box-shadow:0 4px 6px -2px #1d1f4108,0 12px 16px -4px #1d1f4114;min-width:140px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:6}.pat-my-objectives__status-menu-item{background:#fdfbfa;border:none;color:#383b57;cursor:pointer;display:block;font-size:14px;font-weight:500;line-height:20px;min-height:36px;padding:8px 12px;text-align:left;width:100%}.pat-my-objectives__status-menu-item:hover{background:#f5f5fc}.pat-my-objectives__filter-item{align-items:center;background:#fdfbfa;border:none;color:#383b57;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:12px;line-height:20px;min-height:40px;padding:10px 16px;text-align:left;width:100%}.pat-my-objectives__filter-item:hover{background:#f5f5fc}.pat-my-objectives__edit-button{align-items:center;background:#fdfbfa80;border:1px solid #8d91cb;border-radius:20px;color:#3a3c7f;cursor:pointer;display:inline-flex;height:36px;justify-content:center;padding:8px;width:36px}.pat-my-objectives__edit-button:hover{background:#f5f5fc}.pat-my-objectives__filter-item.is-selected{background:#fdfbfa}.pat-my-objectives__filter-item.is-selected:hover{background:#f5f5fc}.pat-my-objectives__filter-radio{align-items:center;border:1px solid #d5d7da;border-radius:8px;display:inline-flex;flex:0 0 auto;height:16px;justify-content:center;width:16px}.pat-my-objectives__filter-radio-dot{border-radius:50%;display:inline-flex;height:6px;width:6px}.pat-my-objectives__filter-radio.is-selected{background:#e2e4f3;border-color:#434d9c}.pat-my-objectives__filter-radio.is-selected .pat-my-objectives__filter-radio-dot{background:#434d9c}.pat-my-objectives__previous-toggle{align-items:center;background:transparent;border:none;color:#2d2f63;cursor:pointer;display:inline-flex;font-size:clamp(16px,1.1vw,19px);font-weight:400;gap:10px;line-height:24px;margin:0;padding:0;text-align:left}.pat-my-objectives__expand-region{display:grid;grid-template-rows:0fr;opacity:0;transform:translateY(-4px);transition:grid-template-rows .26s ease,opacity .22s ease,transform .26s ease}.pat-my-objectives__expand-region.is-expanded{grid-template-rows:1fr;opacity:1;transform:translateY(0)}.pat-my-objectives__expand-region-inner{min-height:0;overflow:hidden}.pat-my-objectives__previous-toggle-icon{color:#434d9c;display:inline-flex;flex:0 0 auto;transition:transform .22s ease}.pat-my-objectives__previous-toggle[aria-expanded=true] .pat-my-objectives__previous-toggle-icon,.pat-my-objectives__previous-toggle[aria-expanded=false] .pat-my-objectives__previous-toggle-icon{transform:rotate(0)}.pat-my-objectives__empty-state{align-items:center;display:grid;gap:10px;justify-items:center;margin:0 auto;max-width:520px;min-height:0;text-align:center}.pat-my-objectives__empty-state.pat-empty-state-card--section{gap:10px;padding-block:0}.pat-my-objectives__empty-state h2{color:#2d2f63;font-size:24px;font-weight:500;line-height:32px;margin:0}.pat-my-objectives__empty-state p{color:#565870;font-size:14px;line-height:20px;margin:0}.pat-my-objectives__current-empty-state{background:#f8f3f1;border-radius:20px;gap:14px;min-height:170px;padding:24px}.pat-my-objectives__current-empty-state .pat-empty-state-card__copy{max-width:360px}.pat-my-objectives__current-empty-state .pat-empty-state-card__copy p{color:#565870;font-size:14px;font-weight:400;line-height:20px}@media(max-width:1200px){.pat-home-layout{grid-template-columns:1fr}.pat-home-layout__right{border-left:none;border-top:1px solid #e2e3f2;grid-template-rows:none;grid-template-columns:repeat(3,minmax(0,1fr))}.pat-right-section{border-bottom:none;border-right:1px solid #e2e3f2}.pat-right-section:last-child{border-right:none}.pat-actions-grid{grid-template-columns:1fr}.pat-goal-hero h2,.pat-action-card h3{font-size:clamp(26px,4vw,34px)}.pat-my-treatments__sections{grid-template-columns:1fr}.pat-my-treatments__sections:before{display:none}.pat-my-treatments__section-col--supplements{border-top:1px solid #e2e4f3;padding-left:0;padding-top:24px}.pat-my-objectives__body{padding:20px}.pat-my-objectives__content{gap:28px}.pat-my-objectives__section-head-with-controls{align-items:flex-start;flex-direction:column}}@media(max-width:900px){.mobile .pat-home-header{min-height:auto;border-bottom:none;padding:0;margin-bottom:12px}.mobile .pat-home-header h1{font-size:34px;line-height:1.2}.mobile .pat-home-layout{grid-template-columns:1fr;min-height:0;gap:24px}.mobile .pat-home-layout__left{padding:0;gap:16px}.mobile .pat-goal-hero{min-height:300px;padding:28px 20px}.mobile .pat-goal-hero h2{font-size:38px}.mobile .pat-goal-hero__actions{justify-content:flex-start;flex-wrap:wrap}.mobile .pat-action-card{aspect-ratio:auto;min-height:260px;padding:24px 20px}.mobile .pat-home-layout__right{border-top:none;grid-template-columns:1fr}.mobile .pat-right-section{border-right:none;border-bottom:1px solid #e2e3f2;padding:20px 0}.mobile .pat-right-section:last-child{border-bottom:none}.mobile .pat-treatments-section,.mobile .pat-doses-section{gap:16px}.mobile .pat-doses-section__description{max-width:none}.mobile .pat-events-section{gap:16px}.pat-intakes-modal{padding:20px;border-radius:20px}.pat-intakes-modal__content{padding:16px}.pat-intakes-modal__week-days{grid-template-columns:repeat(7,minmax(36px,1fr))}.pat-intakes-modal__slot-row{grid-template-columns:1fr;gap:6px}.pat-intakes-modal__time-group{margin-left:0;width:100%}.pat-intakes-modal__actions{flex-direction:column-reverse}.pat-intakes-modal__actions .pat-emotion-modal__button{width:100%}.mobile .pat-my-treatments__header{align-items:flex-start;flex-direction:column;padding:12px 0 16px}.mobile .pat-my-treatments__header .pro-patients__primary-button{width:100%}.mobile .pat-my-treatments__timeline-content{padding-inline:0}.mobile .pat-my-treatments__sections{gap:24px;padding:20px 0}.mobile .pat-my-treatments__section-head{align-items:flex-start;flex-direction:column}.mobile .pat-my-treatments__section-head h2{font-size:24px;white-space:normal}.mobile .pat-my-treatments__history-toggle{grid-template-columns:36px minmax(0,1fr)}.mobile .pat-my-treatments__history-toggle .pat-my-treatments__status-badge,.mobile .pat-my-treatments__history-toggle .pat-my-treatments__more-button{display:none}.mobile .pat-my-treatments__history-details{padding-left:16px}.mobile .pat-my-treatments__history-details div{gap:4px;grid-template-columns:1fr}.mobile .pat-my-treatments__supplement-card{align-items:flex-start;flex-direction:column;gap:8px}.mobile .pat-my-objectives__header{align-items:flex-start;flex-direction:column;padding:12px 0 16px}.mobile .pat-my-objectives__body{padding:12px 0 20px}.mobile .pat-my-objectives__content{gap:20px}.mobile .pat-my-objectives__card{flex-direction:column}.mobile .pat-my-objectives__card-main h3{font-size:18px;line-height:26px}.mobile .pat-my-objectives__previous-toggle{font-size:16px;line-height:24px}.mobile .pat-my-objectives__card-aside{width:100%}.mobile .pat-my-objectives__controls{align-items:stretch;display:grid;gap:8px;width:100%}.mobile .pat-my-objectives__filter-button{min-width:100%}.mobile .pat-my-objectives__filter-menu{left:0;right:auto;width:100%}}.pat-my-record{width:100%}.pat-my-record--desktop{background:transparent;border:none;height:calc(100vh - 79px);min-height:0;overflow:hidden}.pat-my-record__heading{align-items:center;border-bottom:1px solid #e2e4f3;display:flex;min-height:73px;padding:0 24px}.pat-my-record__heading h1{color:#1d1f41;font-size:18px;font-weight:500;line-height:28px;margin:0}.pat-my-record__desktop-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;height:calc(100% - 73px);min-height:0}.pat-my-record__notes-panel{display:flex;flex-direction:column;min-width:0;min-height:0}.pat-my-record__notes-header{border-bottom:1px solid #e2e3f2;display:flex;align-items:center;gap:16px;min-height:74px;padding:12px 24px}.pat-my-record__notes-header h2{color:#1d1f41;flex:1 1 auto;font-size:18px;font-weight:500;line-height:28px;margin:0}.pat-my-record__toolbar{align-items:center;display:flex;gap:12px}.pat-my-record__search{align-items:center;background:#fdfbfa;border:1px solid #d5d6eb;border-radius:12px;box-shadow:0 1px 2px #1d1f410d;color:#898b9b;display:inline-flex;gap:8px;min-height:44px;min-width:240px;padding:0 14px}.pat-my-record__search:focus-within{border-color:#434d9c;background:#fff;box-shadow:0 0 0 4px #434d9c1f}.pat-my-record__search input{background:transparent;border:none;color:#383b57;flex:1 1 auto;font-size:16px;line-height:24px;min-width:0;outline:none}.pat-my-record__search input::placeholder{color:#898b9b}.pat-my-record__dropdown-wrap{position:relative}.pat-my-record__secondary-button,.pat-my-record__primary-button,.pat-my-record__chip-button{align-items:center;border-radius:20px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;line-height:20px;min-height:40px;padding:10px 16px;transition:border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease}.pat-my-record__secondary-button{background:transparent;border:1px solid transparent;color:#3a3c7f}.pat-my-record__secondary-button:hover{background:#f5f5fc}.pat-my-record__secondary-button.is-open{background:#f5f5fc;border-color:#abacda;box-shadow:0 1px 2px #1d1f410d,0 0 0 4px #e2e4f3}.pat-my-record__primary-button{background:#434d9c;border:1px solid #434d9c;color:#fff}.pat-my-record__chip-button{background:#fdfbfa80;border:1px solid #8d91cb;color:#3a3c7f}.pat-my-record__chip-button.is-open{background:#f5f5fc;border-color:#abacda;box-shadow:0 1px 2px #1d1f410d,0 0 0 4px #e2e4f3}.pat-my-record__dropdown-menu{background:#fdfbfa;border:1px solid #e2e4f3;border-radius:8px;box-shadow:0 12px 16px -4px #1d1f4114,0 4px 6px -2px #1d1f4108;min-width:124px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:10}.pat-my-record__dropdown-menu--habit{min-width:184px}.pat-my-record__dropdown-item{align-items:center;background:#fdfbfa;border:none;color:#383b57;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:12px;line-height:20px;min-height:40px;padding:10px 16px;text-align:left;width:100%}.pat-my-record__dropdown-item:hover{background:#f5f5fc}.pat-my-record__dropdown-item.is-selected{background:#e2e4f3}.pat-my-record__dropdown-item.is-selected:hover{background:#d9ddf4}.pat-my-record__radio{align-items:center;border:1px solid #d5d7da;border-radius:8px;display:inline-flex;flex:0 0 auto;height:16px;justify-content:center;width:16px}.pat-my-record__radio-dot{border-radius:999px;display:block;height:6px;width:6px}.pat-my-record__radio.is-selected{background:#e2e4f3;border-color:#434d9c}.pat-my-record__radio.is-selected .pat-my-record__radio-dot{background:#434d9c}.pat-my-record__notes-body{align-items:stretch;display:flex;flex:1 1 auto;justify-content:flex-start;min-height:0;overflow-y:auto;padding:16px 24px 40px;scrollbar-gutter:stable}.pat-my-record__desktop-side{border-left:1px solid #e2e4f3;display:flex;flex-direction:column;gap:0;min-height:0;overflow-y:auto;position:relative;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#d9d9df transparent}.pat-my-record__desktop-side::-webkit-scrollbar{width:8px}.pat-my-record__desktop-side::-webkit-scrollbar-track{background:transparent;margin-block:8px}.pat-my-record__desktop-side::-webkit-scrollbar-thumb{background:#d9d9df;border:2px solid transparent;border-radius:999px;background-clip:content-box}.pat-my-record__desktop-side::-webkit-scrollbar-thumb:hover{background:#c9c9d4;border:2px solid transparent;border-radius:999px;background-clip:content-box}.pat-my-record__desktop-side-scroll-top{align-items:center;background:#fdfbfa;border:1.5px solid #434d9c;border-radius:50%;box-shadow:0 8px 16px -6px #1d1f4133;color:#434d9c;cursor:pointer;display:inline-flex;flex:0 0 auto;height:36px;justify-content:center;align-self:center;line-height:1;margin:0 auto;padding:0;opacity:0;pointer-events:none;position:sticky;top:10px;transform:translateY(-8px);transition:opacity .22s ease,transform .22s ease,background-color .16s ease,border-color .16s ease,color .16s ease;width:36px;z-index:3}.pat-my-record__desktop-side-scroll-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.pat-my-record__desktop-side-scroll-top:hover{background:#e2e4f3;border-color:#434d9c;color:#434d9c}.pat-my-record__habits-card{background:transparent;border-radius:0;display:grid;flex:0 0 auto;gap:20px;margin:0;min-height:380px;overflow:hidden;padding:20px;box-shadow:none}.pat-my-record__habits-header,.pat-my-record__tests-header,.pat-my-record__habits-range{align-items:center;display:flex;justify-content:space-between;gap:12px}.pat-my-record__habits-header h3,.pat-my-record__tests-header h3,.pat-my-record__tests-header h2{color:#1d1f41;font-size:20px;font-weight:500;line-height:30px;margin:0}.pat-my-record__habits-range span{color:#3a3c7f;font-size:16px;font-weight:500;line-height:24px}.pat-my-record__ghost-icon-button{align-items:center;background:transparent;border:none;border-radius:20px;color:#434d9c;cursor:pointer;display:inline-flex;height:36px;justify-content:center;width:36px}.pat-my-record__ghost-icon-button:hover{background:#f5f5fc}.pat-my-record__ghost-icon-button:disabled{color:#c6c7cf;cursor:not-allowed}.pat-my-record__ghost-icon-button:disabled:hover{background:transparent}.pat-my-record__habit-bars{align-items:flex-end;display:grid;gap:8px;grid-template-columns:repeat(7,minmax(0,1fr))}.pat-my-record__habit-bars-window{overflow:hidden;width:100%}.pat-my-record__habit-week-label-window{min-width:118px;overflow:hidden;text-align:center}.pat-my-record__habit-week-label{display:inline-block}.pat-my-record__carousel-track{display:flex;width:200%;will-change:transform}.pat-my-record__carousel-slide{flex:0 0 50%;min-width:0}.pat-my-record__carousel-track.is-right{animation:patMyRecordCarouselSlideNext .52s cubic-bezier(.22,.61,.36,1)}.pat-my-record__carousel-track.is-left{transform:translate(-50%);animation:patMyRecordCarouselSlidePrevious .52s cubic-bezier(.22,.61,.36,1)}.pat-my-record__habit-day{align-items:center;display:flex;flex-direction:column;gap:12px}.pat-my-record__habit-bar-track{background:#e8e9ec;border-radius:4px;display:flex;align-items:flex-end;height:191px;width:8px}.pat-my-record__habit-bar-fill{background:#434d9c;border-radius:4px;display:block;width:100%}.pat-my-record__habit-day-label{color:#898b9b;font-size:14px;line-height:20px}.pat-my-record__tests-panel{border-top:1px solid #e2e4f3;flex:0 0 auto;min-height:0;overflow:visible;padding:28px 24px 52px;display:flex;flex-direction:column}.pat-my-record__notes-body{scrollbar-width:thin;scrollbar-color:#d9d9df transparent}.pat-my-record__notes-body::-webkit-scrollbar,.pat-my-record__desktop-side::-webkit-scrollbar{width:8px}.pat-my-record__notes-body::-webkit-scrollbar-track,.pat-my-record__desktop-side::-webkit-scrollbar-track{background:transparent;margin-block:8px}.pat-my-record__notes-body::-webkit-scrollbar-thumb,.pat-my-record__desktop-side::-webkit-scrollbar-thumb{background:#d9d9df;border:2px solid transparent;border-radius:999px;background-clip:content-box}.pat-my-record__notes-body::-webkit-scrollbar-thumb:hover,.pat-my-record__desktop-side::-webkit-scrollbar-thumb:hover{background:#c9c9d4;border:2px solid transparent;border-radius:999px;background-clip:content-box}.pat-my-record__tests-list{display:grid;gap:12px;margin-top:16px;padding-bottom:12px}.pat-my-record__tests-panel>.pat-my-record__empty-state{flex:1 1 auto;align-content:center;justify-content:center;margin:0 auto;max-width:320px}.pat-my-record__test-card{align-items:center;background:#fdfbfa;border:1px solid #434d9c;border-radius:12px;display:flex;gap:16px;justify-content:space-between;min-height:106px;padding:16px}.pat-my-record__test-copy{display:flex;flex-direction:column;gap:4px;min-width:0;width:100%}.pat-my-record__test-copy h4{color:#434d9c;font-size:16px;font-weight:600;line-height:24px;margin:0}.pat-my-record__test-copy p{color:#898b9b;font-size:12px;line-height:18px;margin:0}.pat-my-record__test-meta-row{align-items:center;display:flex;gap:12px;justify-content:space-between;width:100%}.pat-my-record__tests-list--desktop .pat-my-record__test-card{align-items:flex-start}.pat-my-record__test-menu-wrap{position:relative}.pat-my-record__test-menu-trigger{align-items:center;background:transparent;border:none;border-radius:8px;color:#434d9c;cursor:pointer;display:inline-flex;height:28px;justify-content:center;width:28px}.pat-my-record__test-menu-trigger:hover{background:#e2e4f3}.pat-my-record__test-menu{background:#fdfbfa;border:1px solid #e2e4f3;border-radius:8px;box-shadow:0 12px 16px -4px #1d1f4114,0 4px 6px -2px #1d1f4108;min-width:156px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:12}.pat-my-record__test-menu--up{bottom:calc(100% + 8px);top:auto}.pat-my-record__test-menu-item{align-items:center;background:#fdfbfa;border:none;color:#383b57;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:12px;line-height:20px;min-height:40px;padding:10px 16px;text-align:left;width:100%}.pat-my-record__test-menu-item:hover{background:#e2e4f3}.pat-my-record__test-menu-item.is-disabled{background:#fdfbfa;color:#c6c7cf;cursor:default}.pat-my-record__test-menu-item.is-disabled:hover{background:#fdfbfa}.pat-my-record__test-response-drawer-backdrop{position:fixed;inset:0;background:#1d1f411f;display:flex;justify-content:flex-end;z-index:90;animation:pro-profile-drawer-backdrop-in .22s ease-out}.pat-my-record__test-response-drawer-backdrop--closing{animation:pro-profile-drawer-backdrop-out .22s ease-in forwards}.pat-my-record__test-response-drawer{width:min(100vw,640px);height:100vh;background:#fbf7f6;border-left:1px solid #e2e3f2;box-shadow:0 24px 48px -12px #1d1f412e;display:grid;grid-template-rows:auto minmax(0,1fr);animation:pro-profile-drawer-slide-in .32s cubic-bezier(.4,0,.2,1)}.pat-my-record__test-response-drawer--closing{animation:pro-profile-drawer-slide-out .32s cubic-bezier(.4,0,.2,1) forwards}.pat-my-record__test-response-drawer-topbar{min-height:79px;border-bottom:1px solid #e2e3f2;display:flex;align-items:center;justify-content:flex-end;padding:0 32px}.pat-my-record__test-response-drawer-close{align-items:center;background:transparent;border:none;border-radius:8px;color:#3a3c7f;cursor:pointer;display:inline-flex;height:28px;justify-content:center;width:28px}.pat-my-record__test-response-drawer-close:hover{background:#e2e4f3}.pat-my-record__test-response-drawer-content{display:grid;min-height:0;overflow-y:auto;padding:24px 24px 28px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(201,206,223,.45) transparent}.pat-my-record__test-response-drawer-content::-webkit-scrollbar{width:8px}.pat-my-record__test-response-drawer-content::-webkit-scrollbar-track{background:transparent;margin-block:8px}.pat-my-record__test-response-drawer-content::-webkit-scrollbar-thumb{background:#c9cedf73;border-radius:999px;border:2px solid transparent;background-clip:content-box}.pat-my-record__test-response-drawer-content::-webkit-scrollbar-thumb:hover{background:#c9cedf9e}.pat-my-record__test-response-body{display:grid;align-content:start;gap:12px}.pat-my-record__test-response-header{display:grid;gap:16px;padding-bottom:10px;border-bottom:1px solid #e2e4f3}.pat-my-record__test-response-header h2{color:#434d9c;font-size:24px;font-weight:600;line-height:32px;margin:0}.pat-my-record__test-response-description{display:grid;gap:4px}.pat-my-record__test-response-description h3{color:#1d1f41;font-size:14px;font-weight:600;line-height:20px;margin:0}.pat-my-record__test-response-description p{color:#383b57;font-size:14px;line-height:20px;margin:0}.pat-my-record__test-response-scale-lines{display:grid;gap:2px}.pat-my-record__test-response-values{color:#8d91cb;display:grid;font-size:11px;font-weight:500;gap:8px;grid-template-columns:repeat(4,16px);justify-content:end;line-height:16px;padding-right:16px}.pat-my-record__test-response-rows{display:grid;gap:8px}.pat-my-record__test-response-row{background:#fdfbfa;border:1px solid #d5d6eb;border-radius:16px;display:flex;align-items:center;gap:16px;justify-content:space-between;padding:16px 24px}.pat-my-record__test-response-question{align-items:center;display:flex;flex:1;gap:8px;min-width:0}.pat-my-record__test-response-question p{color:#383b57;font-size:14px;font-weight:500;line-height:20px;margin:0}.pat-my-record__test-response-question-index{align-items:center;background:#f0dfea;border-radius:999px;color:#b666a3;display:inline-flex;font-size:14px;font-weight:600;height:24px;justify-content:center;min-width:24px}.pat-my-record__test-response-scale{align-items:center;display:grid;gap:8px;grid-template-columns:repeat(4,16px)}.pat-my-record__test-response-scale-option{align-items:center;background:#fdfbfa;border:1px solid #d5d6eb;border-radius:999px;color:#fff;display:inline-flex;height:16px;justify-content:center;width:16px}.pat-my-record__test-response-scale-option.is-selected{background:#b666a3;border-color:#b666a3}.pat-my-record__test-response-empty-copy{color:#565870;font-size:14px;line-height:20px;margin:0;padding:10px 4px}.pat-my-record__test-response-skeleton{display:grid;gap:12px}.pat-my-record__test-response-skeleton-block{border-bottom:1px solid #e2e4f3;display:grid;gap:8px;padding-bottom:10px}.pat-my-record__test-response-row--skeleton{pointer-events:none}.pat-my-record__test-response-row--skeleton .pat-my-record__test-response-question{gap:10px}.pat-my-record__test-response-scale--skeleton .pat-my-record__test-response-scale-option{background:#e2e4f3;border-color:#e2e4f3}.pat-my-record__inline-error{align-items:center;background:#fef3f2;border:1px solid #fecdca;border-radius:12px;color:#b42318;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-top:12px;padding:10px 12px}.pat-my-record__inline-error p{margin:0;font-size:14px;line-height:20px}.pat-my-record__inline-error button{background:transparent;border:none;color:inherit;cursor:pointer;font-size:14px;font-weight:600;line-height:20px;padding:0}.pat-my-record__empty-state{align-items:center;display:grid;gap:24px;justify-items:center;max-width:400px;text-align:center}.pat-my-record__empty-state--compact{max-width:100%;width:100%}.pat-my-record__empty-state--notes{align-content:center;gap:10px}.pat-my-record__empty-state--notes .pat-my-record__empty-copy{gap:2px}.pat-my-record__empty-state--notes .pat-my-record__primary-button{margin-top:12px}.pat-my-record__empty-icon{align-items:center;background:#c6c7e6;border:8px solid #e2e4f3;border-radius:999px;color:#434d9c;display:inline-flex;height:48px;justify-content:center;width:48px}.pat-my-record__empty-copy{display:grid;gap:4px}.pat-my-record__empty-copy h4{color:#1d1f41;font-size:16px;font-weight:600;line-height:24px;margin:0}.pat-my-record__empty-copy p{color:#565870;font-size:14px;line-height:20px;margin:0}.pat-my-record__skeleton-list{display:grid;gap:8px;width:100%}.pat-my-record__notes-list{display:flex;flex-direction:column;gap:12px;padding-bottom:16px;width:100%}.pat-my-record__notes-list .pat-my-record__note-card:last-child{margin-bottom:0}.pat-my-record__notes-list:after{content:"";display:block;flex:0 0 16px;width:100%}.pat-my-record__note-card{--note-card-bg: #f5efeb;align-self:stretch;background:var(--note-card-bg);border:1px solid rgba(113,114,136,.1);border-radius:20px;cursor:default;display:block;flex:0 0 auto;gap:12px;height:auto;min-height:194px;overflow:visible;padding:24px;transition:background-color .22s ease,border-color .22s ease,box-shadow .22s ease}.pat-my-record__note-card.is-alt{--note-card-bg: #f0dfea;background:var(--note-card-bg);border-color:#a550913d}.pat-my-record__note-card.is-expandable{cursor:pointer}.pat-my-record__note-card.is-highlighted{animation:patMyRecordNoteHighlightFade 2.4s ease-out}.pat-my-record__note-card:focus-visible{outline:2px solid #434d9c;outline-offset:-2px}@keyframes patMyRecordNoteHighlightFade{0%{border-color:#434d9c;box-shadow:0 0 0 4px #434d9c42}70%{border-color:#434d9c;box-shadow:0 0 0 3px #434d9c29}to{border-color:#7172881a;box-shadow:none}}.pat-my-record__note-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.pat-my-record__note-type{align-self:flex-start;background:#e2e4f3;border-radius:16px;color:#434d9c;font-size:12px;font-weight:500;line-height:18px;mix-blend-mode:multiply;padding:2px 10px}.pat-my-record__note-card.is-alt .pat-my-record__note-type{background:#ead0e1;color:#a55091}.pat-my-record__note-head time{color:#717288;font-size:13px;font-weight:500;line-height:20px}.pat-my-record__note-title{color:#434d9c;font-size:18px;font-weight:600;line-height:26px;margin:0 0 10px}.pat-my-record__note-body{--note-body-lines: 3;color:#383b57;font-size:14px;line-height:22px;margin:0;max-height:1200px;overflow:hidden;overflow-wrap:anywhere;transform:translateY(0);white-space:pre-line;transition:max-height .42s cubic-bezier(.22,1,.36,1),opacity .26s ease,transform .32s ease}.pat-my-record__note-body.is-collapsed{max-height:calc(22px * var(--note-body-lines));opacity:.92;position:relative;transform:translateY(-2px)}.pat-my-record__note-card.is-expandable .pat-my-record__note-body.is-collapsed{padding-right:56px}.pat-my-record__note-card.is-expandable .pat-my-record__note-body.is-collapsed:after{background:linear-gradient(90deg,rgba(253,251,250,0) 0%,var(--note-card-bg) 58%);bottom:0;content:"";height:22px;pointer-events:none;position:absolute;right:0;width:136px}.pat-my-record__note-footer{display:flex;margin-top:16px}.pat-my-record__note-footer>span{color:#565870;font-size:13px;line-height:20px}.pat-my-record__note-shared-names{color:#434d9c;font-weight:600}.pat-my-record__note-privacy{align-items:center;display:inline-flex;gap:6px}.pat-my-record__note-privacy-icon{align-items:center;background:#d5d6eb;border-radius:999px;color:#6b6c7f;display:inline-flex;height:20px;justify-content:center;width:20px}.pat-my-record__note-card--skeleton{animation:patMyRecordNoteCardSkeletonShimmer 1.35s ease-in-out infinite;background:linear-gradient(90deg,#f6f7fb 20%,#fcfdff,#f6f7fb 80%);background-size:200% 100%;border-color:#eef1f8;min-height:190px}.pat-my-record__skeleton-line,.pat-my-record__skeleton-circle,.pat-my-record__skeleton-habit-bar{animation:patMyRecordSkeletonPulse 1.2s ease-in-out infinite;background:#e2e4f3;border-radius:999px;display:block}.pat-my-record__skeleton-line--badge{height:18px;width:96px}.pat-my-record__skeleton-line--title{height:24px;max-width:280px;width:72%}.pat-my-record__skeleton-line--paragraph{height:18px;width:100%}.pat-my-record__skeleton-line--paragraph-short{height:18px;width:72%}.pat-my-record__skeleton-line--chip{height:36px;width:160px}.pat-my-record__skeleton-line--range{height:24px;width:124px}.pat-my-record__skeleton-line--date{height:18px;width:92px}.pat-my-record__skeleton-line--drawer-title{height:32px;max-width:440px;width:86%}.pat-my-record__skeleton-line--drawer-subtitle{height:20px;width:130px}.pat-my-record__skeleton-line--drawer-copy{height:18px;width:100%}.pat-my-record__skeleton-line--drawer-copy-short{height:18px;width:64%}.pat-my-record__skeleton-line--drawer-question{height:20px;max-width:360px;width:84%}.pat-my-record__skeleton-circle{border-radius:50%;height:28px;width:28px}.pat-my-record__skeleton-circle--drawer{height:24px;width:24px}.pat-my-record__skeleton-habit-bars{align-items:flex-end;display:grid;gap:8px;grid-template-columns:repeat(7,minmax(0,1fr))}.pat-my-record__skeleton-habit-bar{border-radius:4px;height:150px;margin:0 auto;width:8px}.pat-my-record__test-card--skeleton{border-color:#d5d6eb;display:grid;gap:10px}.pat-my-record__test-card--skeleton:first-child{border-color:#d5d6eb}.pat-my-record__segment{border:1px solid #8d91cb;border-radius:20px;box-shadow:0 1px 2px #1d1f410d;display:inline-flex;overflow:hidden}.pat-my-record__segment-item{background:#fff;border:none;border-right:1px solid #8d91cb;color:#434d9c;cursor:pointer;font-size:14px;font-weight:400;line-height:20px;min-height:40px;padding:10px 16px}.pat-my-record__segment-item:last-child{border-right:none}.pat-my-record__segment-item.is-active{background:#e2e4f3;color:#3a3c7f;font-weight:600}.pat-my-record--mobile{display:grid;gap:24px}.pat-my-record__mobile-section{display:grid;gap:16px}.pat-my-record__mobile-section--habits{min-height:490px}.pat-my-record__mobile-header h2{color:#3a3c7f;font-size:24px;font-weight:600;line-height:32px;margin:0}.pat-my-record__mobile-toolbar{border-bottom:1px solid #e2e3f2;display:grid;gap:12px;padding-bottom:16px}.pat-my-record__toolbar-row{display:flex;justify-content:space-between;gap:12px}.pat-my-record__mobile-body{min-height:380px}@keyframes patMyRecordSkeletonPulse{0%{opacity:.62}50%{opacity:1}to{opacity:.62}}@keyframes patMyRecordNoteCardSkeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes patMyRecordCarouselSlideNext{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes patMyRecordCarouselSlidePrevious{0%{transform:translate(-50%)}to{transform:translate(0)}}@media(max-width:1200px){.pat-my-record--desktop{height:auto;overflow:visible}.pat-my-record__desktop-grid{height:auto;grid-template-columns:1fr}.pat-my-record__desktop-side{border-left:none;border-top:1px solid #e2e4f3;display:grid;gap:0;overflow:visible;position:static;min-height:auto;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none}.pat-my-record__desktop-side-scroll-top{display:none}.pat-my-record__tests-panel{border-top:none;border-left:1px solid #e2e4f3;overflow-y:visible}.pat-my-record__notes-body,.pat-my-record__habits-card{overflow-y:visible}}@media(max-width:900px){.pat-my-record__tests-list{padding-bottom:20px}.pat-my-record__test-response-drawer{width:100vw}.pat-my-record__test-response-drawer-topbar{padding-inline:16px}.pat-my-record__test-response-drawer-content{padding:16px 16px 20px}.pat-my-record__test-response-header h2{font-size:20px;line-height:28px}.pat-my-record__test-response-row{padding:14px}.mobile .pat-my-record__toolbar-row{align-items:center}.mobile .pat-my-record__search{min-width:0;width:100%}.mobile .pat-my-record__primary-button,.mobile .pat-my-record__secondary-button{min-height:40px;padding-inline:14px}.mobile .pat-my-record__notes-body{min-height:500px;padding-inline:0}.mobile .pat-my-record__empty-state--compact{max-width:100%}.mobile .pat-my-record__habits-card{margin:0}}@media(max-width:640px){.pro-patient-profile__emotion-date-range{grid-template-columns:1fr}}
