*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{background:var(--color-page-background);color:var(--color-text-primary);font-size:var(--font-body-medium-size);font-weight:var(--font-body-medium-weight)}a{color:inherit}.auth-shell{min-height:100vh;display:grid;place-items:center}.auth-card,.auth-shell{padding:var(--space-24)}.auth-card{width:min(480px,100%);border-radius:var(--radius-xxl);border:1px solid var(--color-border-card);background:var(--color-surface);box-shadow:0 24px 60px rgba(28,47,41,.1)}.auth-title{margin:0 0 var(--space-md);font-size:var(--font-brand-title-size);line-height:var(--font-brand-title-line-height);font-weight:var(--font-brand-title-weight);color:var(--color-primary-dark)}.auth-subtitle{margin:0 0 var(--space-20);color:var(--color-text-secondary);line-height:1.45}.auth-form{display:grid;grid-gap:var(--space-14);gap:var(--space-14)}.auth-links{margin-top:var(--space-16);display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.auth-links a{text-decoration:none;color:var(--color-primary);font-weight:600}.auth-links a:hover{text-decoration:underline}.auth-feedback{margin:0 0 var(--space-16);border-radius:var(--radius-sm);border:1px solid transparent;padding:var(--space-sm) var(--space-md);font-size:var(--font-body-medium-size)}.auth-feedback--error{border-color:#f0c6c3;background:var(--color-danger-soft);color:var(--color-danger)}.auth-feedback--success{border-color:#cfe7d8;background:#eef8f2;color:var(--color-success)}.auth-card:has(.auth-login-page){width:min(430px,100%);border:0;background:transparent;box-shadow:none;padding:0}.auth-login-page{width:100%;display:grid;grid-gap:var(--space-xxl);gap:var(--space-xxl)}.auth-login-title{margin:0;text-align:center;font-size:var(--font-brand-title-size);line-height:var(--font-brand-title-line-height);font-weight:var(--font-brand-title-weight);color:var(--color-primary-dark)}.auth-login-panel{border:1px solid var(--color-border-card);border-radius:var(--radius-xxl);background:var(--color-surface);padding:var(--space-16) var(--space-16) var(--space-xxl)}.auth-login-panel .auth-feedback{margin:0 0 var(--space-xl)}.auth-login-panel .auth-feedback+.auth-feedback{margin-top:var(--space-sm)}.auth-login-form{display:grid}.auth-login-fields{display:grid;grid-gap:var(--space-xl);gap:var(--space-xl)}.auth-login-field{min-height:56px;border:1.2px solid var(--color-border-input);border-radius:var(--radius-md);background:var(--color-surface-soft);color:var(--color-text-primary);display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;transition:border-color .12s ease,box-shadow .12s ease}.auth-login-field:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(77,122,101,.15)}.auth-login-input-icon{width:24px;height:24px;color:var(--color-icon-soft);justify-self:center}.auth-login-input{width:100%;min-height:54px;border:0;background:transparent;color:var(--color-text-primary);padding:0 var(--space-16) 0 0;font-family:inherit;font-size:var(--font-body-medium-size);font-weight:var(--font-body-medium-weight)}.auth-login-input::placeholder{color:var(--color-text-hint)}.auth-login-input:focus{outline:none}.auth-login-forgot-link-row{margin-top:var(--space-xs);display:flex;justify-content:flex-end}.auth-login-forgot-link-row a{color:var(--color-primary);text-decoration:none;font-size:13px;font-weight:600}.auth-login-forgot-link-row a:hover{text-decoration:underline}.auth-login-submit{margin-top:var(--space-xs);width:100%;min-height:52px;border:0;border-radius:var(--radius-md);background:var(--color-primary);color:#fff;font-family:inherit;font-size:var(--font-label-large-size);font-weight:var(--font-label-large-weight);letter-spacing:var(--font-label-large-letter-spacing);display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);cursor:pointer;transition:background-color .12s ease,box-shadow .12s ease,transform .12s ease}.auth-login-submit:not(:disabled):hover{background:#426a58;box-shadow:var(--shadow-soft)}.auth-login-submit:not(:disabled):active{transform:translateY(1px)}.auth-login-submit:disabled{opacity:.7;cursor:default}.auth-login-reset-local{margin-top:var(--space-sm);width:100%;min-height:46px;border:1.2px solid var(--color-border-input);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-secondary);font-family:inherit;font-size:var(--font-body-small-size);font-weight:600;cursor:pointer;transition:background-color .12s ease,border-color .12s ease}.auth-login-reset-local:not(:disabled):hover{background:#f7faf8;border-color:var(--color-border-strong)}.auth-login-reset-local:disabled{opacity:.7;cursor:default}.auth-login-spinner{width:18px;height:18px;border-radius:50%;border:2px solid hsla(0,0%,100%,.45);border-top-color:#fff;animation:spin .7s linear infinite}.auth-login-register-link{margin-top:var(--space-lg);width:100%;min-height:48px;border:1.2px solid var(--color-border-input);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-primary);font-size:var(--font-label-large-size);font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.auth-login-register-link:hover{background:#f2f7f4}.auth-login-care-message{margin:0;text-align:center;color:var(--color-text-secondary);font-size:var(--font-caption-size);font-weight:var(--font-caption-weight)}.auth-shell:has(.auth-register-page){min-height:100vh;padding:0;background:#f1f6ec}.auth-card:has(.auth-register-page){width:100%;border:0;background:transparent;box-shadow:none;border-radius:0;padding:0}.auth-register-page{min-height:100vh;padding:20px 24px;color:#445148}.auth-register-header{margin:28px 0 24px}.auth-register-title{margin:0;font-size:30px;line-height:1.2;font-weight:700;color:#355644}.auth-register-subtitle{margin:12px 0 0;font-size:15px;line-height:1.45;color:#445148}.auth-register-trial-card{border-radius:var(--radius-md);border:1px solid #dce5d8;background:#f8fbf4;padding:var(--space-16)}.auth-register-trial-card h2{margin:0;font-size:16px;line-height:1.35;color:#4f7a5b;font-weight:600}.auth-register-trial-card p{margin:8px 0 0;font-size:14px;line-height:1.45;color:#445148}.auth-register-trial-card .auth-register-trial-caption{margin-top:10px;font-size:12px;line-height:1.4;color:#66736b}.auth-register-care-message{margin:16px 0 12px;text-align:center;font-size:12px;color:#66736b;font-weight:400}.auth-register-form{display:grid;grid-gap:12px;gap:12px}.auth-register-input{width:100%;min-height:52px;border-radius:var(--radius-md);border:1px solid #d9e3d8;background:#fff;color:#445148;padding:14px;font-size:16px;line-height:1.2;font-family:inherit}.auth-register-input::placeholder{color:#4d5d53}.auth-register-input:focus{outline:none;border-color:#4f7a5b;border-width:1.2px;box-shadow:0 0 0 3px rgba(79,122,91,.15)}.auth-register-terms-row{margin-top:4px;display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;align-items:start;color:#445148;font-size:13px;line-height:1.4}.auth-register-terms-row input{width:24px;height:24px;margin-top:0;accent-color:#4f7a5b}.auth-register-terms-copy{padding-top:12px}.auth-register-terms-row button{border:0;background:transparent;color:#4f7a5b;padding:0;font:inherit;cursor:pointer}.auth-register-terms-row button:hover{text-decoration:underline}.auth-register-submit-wrap{margin-top:4px;border-radius:10px}.auth-register-submit-wrap.is-enabled{box-shadow:0 4px 10px rgba(79,122,91,.2)}.auth-register-submit{width:100%;min-height:48px;border:0;border-radius:10px;background:#4f7a5b;color:#fff;font-family:inherit;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .12s ease,transform .12s ease}.auth-register-submit:not(:disabled):hover{background:#426a58}.auth-register-submit:not(:disabled):active{transform:translateY(1px)}.auth-register-submit:disabled{background:#aeb9af;cursor:default}.auth-register-cancel-note{margin:10px 0 0;text-align:center;font-size:12px;color:#66736b;font-weight:400}.auth-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell{min-height:100vh;display:grid;grid-template-columns:336px minmax(0,1fr)}.app-sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:0;background:#00131a;color:#a8b4ba;border-right:1px solid hsla(0,0%,100%,.1)}.app-sidebar-profile{display:flex;align-items:center;gap:var(--space-16);margin-bottom:0;padding:20px;border-bottom:1px solid hsla(0,0%,100%,.1)}.app-sidebar-avatar{width:60px;height:60px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#00c8a2;color:#fff;font-weight:700;font-size:32px;line-height:1}.app-sidebar-user{min-width:0;display:flex;align-items:center}.app-sidebar-user-email,.app-sidebar-user-name{margin:0}.app-sidebar-user-name{color:#fff;font-weight:700;font-size:18px;line-height:1.15}.app-sidebar-user-email{display:none}.app-sidebar-nav{display:grid;grid-gap:6px;gap:6px;flex:1 1;align-content:start;overflow-y:auto;padding:18px 0 16px}.app-sidebar-nav a{min-height:52px;display:flex;align-items:center;gap:16px;border-radius:0;padding:0 20px;text-decoration:none;color:#a5b1b7;font-size:17px;line-height:1.2;font-weight:500;transition:color .12s ease,background-color .12s ease}.app-sidebar-nav-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:#a5b1b7;flex-shrink:0}.app-sidebar-nav-icon svg{width:100%;height:100%}.app-sidebar-nav a:hover{background:hsla(0,0%,100%,.04);color:#d4dde2}.app-sidebar-nav a.is-active{color:#fff;font-weight:700}.app-sidebar-nav a.is-active .app-sidebar-nav-icon{color:#00c8a2}.app-sidebar-logout{margin-top:auto;border-top:1px solid hsla(0,0%,100%,.1);padding:18px 0}.app-sidebar-logout-button{width:100%;min-height:48px;display:inline-flex;align-items:center;gap:16px;border:0;background:transparent;color:#ff5964;padding:0 20px;font-size:17px;line-height:1.2;font-weight:600;cursor:pointer;text-align:left}.app-sidebar-logout-button:not(:disabled):hover{background:rgba(255,89,100,.1)}.app-sidebar-logout-button:focus-visible{outline:2px solid rgba(255,89,100,.75);outline-offset:-2px}.app-sidebar-logout-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.app-sidebar-logout-icon svg{width:100%;height:100%}.app-sidebar-overlay{display:none}.app-main{min-width:0}.app-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;justify-content:flex-start;padding:var(--space-16) var(--space-24);background:var(--color-page-background)}.app-header,.app-header-left{display:flex;align-items:center;gap:var(--space-sm)}.app-header-left h1{margin:0;font-size:20px;font-weight:700;line-height:1.2;color:var(--color-text-primary)}.app-menu-button{display:none;min-width:40px;min-height:40px;padding:0 var(--space-md)}.app-menu-button-icon{width:18px;height:18px}.app-content{padding:var(--space-24)}.nh-tooltip-intro-card{position:fixed;right:20px;bottom:20px;z-index:92;width:min(332px,calc(100vw - 24px));border-radius:18px;border:1px solid rgba(95,150,122,.32);background:#f5faf7;box-shadow:0 18px 42px rgba(12,35,27,.26);padding:14px 40px 14px 14px;display:grid;grid-gap:8px;gap:8px}.nh-tooltip-intro-card-close{position:absolute;top:10px;right:10px;border:0;width:24px;height:24px;border-radius:50%;background:transparent;color:#3f6654;font-size:20px;line-height:1;cursor:pointer}.nh-tooltip-intro-card-close:hover{background:rgba(63,102,84,.1)}.nh-tooltip-intro-card-kicker{margin:0;font-size:11px;line-height:1.2;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#406f5a}.nh-tooltip-intro-card-title{color:#184332;font-size:17px;line-height:1.25}.nh-tooltip-intro-card-copy{margin:0;color:#2f4a3e;font-size:13px;line-height:1.45}.nh-tooltip-intro-card .ui-button{justify-self:start}.nh-tooltip-anchor-active{outline:2px solid rgba(120,183,147,.9);outline-offset:4px;border-radius:10px;position:relative;z-index:96}.nh-tour-backdrop{position:fixed;inset:0;z-index:93;background:rgba(7,17,14,.55);pointer-events:none}.nh-tour-backdrop--interactive{pointer-events:auto}.nh-tour-spotlight{position:fixed;z-index:94;border-radius:14px;border:2px solid rgba(181,231,201,.95);background:transparent;box-shadow:0 0 0 9999px rgba(7,17,14,.58),0 0 0 6px rgba(87,142,112,.35),0 14px 40px rgba(19,46,35,.45);pointer-events:none;transition:inset .18s ease,width .18s ease,height .18s ease,top .18s ease,left .18s ease}.nh-tour-spotlight.is-interactive{pointer-events:auto;cursor:pointer}.nh-tooltip{z-index:97;width:min(336px,calc(100vw - 24px));border-radius:18px;border:1px solid rgba(95,150,122,.36);background:#f4faf6;box-shadow:0 22px 48px rgba(9,32,24,.35);padding:13px 13px 11px}.nh-tooltip.is-mobile{position:fixed;left:12px;right:12px;bottom:12px;width:auto}.nh-tooltip.is-celebration{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:min(820px,calc(100vw - 40px));border-radius:28px;border:1px solid rgba(123,176,147,.46);background:radial-gradient(140% 180% at 100% -20%,rgba(167,216,186,.26) 0,transparent 60%),linear-gradient(180deg,#f9fdfa,#edf7f1);box-shadow:0 36px 74px rgba(8,31,23,.4);padding:30px 30px 24px;overflow:hidden}.nh-tooltip.is-celebration:before{content:"";position:absolute;inset:0 0 auto 0;height:6px;background:linear-gradient(90deg,#2d6f53,#60a07e)}.nh-tooltip.is-celebration:after{content:"";position:absolute;right:-44px;bottom:-44px;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(127,184,153,.28) 0,rgba(127,184,153,0) 72%);pointer-events:none}.nh-tooltip.is-celebration .nh-tooltip__meta{font-size:11px;letter-spacing:.08em;background:rgba(45,111,83,.12);border:1px solid rgba(45,111,83,.18);padding:5px 10px;border-radius:999px;width:-moz-fit-content;width:fit-content}.nh-tooltip.is-celebration .nh-tooltip__header strong{display:inline-flex;align-items:center;gap:12px;font-size:clamp(34px,4.5vw,52px);line-height:1.02;letter-spacing:-.01em}.nh-tooltip.is-celebration .nh-tooltip__header strong:before{content:"✓";width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:22px;font-weight:800;background:linear-gradient(180deg,#4e8d6e,#2d6f53);box-shadow:0 8px 18px rgba(45,111,83,.28)}.nh-tooltip.is-celebration .nh-tooltip__message{margin:16px 0 20px;max-width:92%;font-size:clamp(21px,2.3vw,30px);line-height:1.35;color:#24493a}.nh-tooltip.is-celebration .nh-tooltip__actions{justify-content:flex-end}.nh-tooltip.is-celebration .nh-tooltip__close{width:40px;height:40px;border-radius:50%;border:1px solid rgba(45,111,83,.2);background:hsla(0,0%,100%,.65);color:#2f6950;font-size:30px;line-height:1}.nh-tooltip.is-celebration .nh-tooltip__close:hover{background:hsla(0,0%,100%,.88)}.nh-tooltip__celebration-cta{min-height:48px;padding:0 20px;font-size:15px;font-weight:700;border-radius:14px;border:0;background:linear-gradient(180deg,#5d9778,#44785f);color:#fff;box-shadow:0 12px 24px rgba(25,71,52,.28)}.nh-tooltip__celebration-cta:hover{background:linear-gradient(180deg,#639f7e,#3d7058);transform:translateY(-1px)}.nh-tooltip__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.nh-tooltip__title-group{display:grid;grid-gap:4px;gap:4px}.nh-tooltip__meta{color:#3d6a56;font-size:11px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.nh-tooltip__header strong{color:#184332;font-size:15px;line-height:1.25}.nh-tooltip__close{border:0;background:transparent;color:#3f6654;font-size:20px;line-height:1;cursor:pointer}.nh-tooltip__message{margin:8px 0 10px;color:#2f4a3e;font-size:13px;line-height:1.4;white-space:pre-line}.nh-tooltip__hint{margin:0 0 10px;color:#476556;font-size:12px;line-height:1.35}.nh-tooltip__actions{display:flex;justify-content:flex-end;gap:8px}.nh-tooltip-primary-action{z-index:97;min-width:124px;box-shadow:0 10px 22px rgba(9,32,24,.28)}.page-grid{display:grid;grid-gap:var(--space-16);gap:var(--space-16)}.page-stack{display:grid;grid-gap:var(--space-24);gap:var(--space-24)}.dashboard-actions{display:flex;flex-wrap:wrap;gap:var(--space-md)}.dashboard-home-layout{display:grid;grid-gap:var(--space-24);gap:var(--space-24)}.dashboard-home-section{display:grid;grid-gap:var(--space-16);gap:var(--space-16)}.dashboard-home-section-header{display:flex;justify-content:space-between;align-items:center;gap:var(--space-sm);flex-wrap:wrap}.dashboard-home-section-title{margin:0;font-size:var(--font-section-title-size);font-weight:var(--font-section-title-weight);color:var(--color-text-primary)}.dashboard-home-checklist-count{border-radius:var(--radius-pill);background:var(--color-surface-soft);border:1px solid var(--color-border-card);color:var(--color-text-primary);font-size:var(--font-caption-size);font-weight:700;padding:4px 10px}.dashboard-home-checklist-summary{margin:0;color:var(--color-text-secondary);font-size:var(--font-body-medium-size)}.dashboard-home-checklist-progress{width:100%;height:10px;border-radius:var(--radius-pill);background:#e6efe8;overflow:hidden}.dashboard-home-checklist-progress-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2f5f4a,#5b9475);transition:width .18s ease}.dashboard-home-checklist{margin:0;padding:0;list-style:none;display:grid;grid-gap:var(--space-md);gap:var(--space-md)}.dashboard-home-checklist-item{border:1px solid #d9e4dc;border-radius:var(--radius-lg);background:var(--color-surface);display:grid;grid-template-columns:44px minmax(0,1fr) auto;grid-gap:var(--space-md);gap:var(--space-md);align-items:center;padding:var(--space-14)}.dashboard-home-checklist-item.is-next{border-color:#a7c7b1;background:#f6faf7}.dashboard-home-checklist-item.is-complete{border-color:#cae2d2}.dashboard-home-checklist-marker{width:40px;height:40px;border-radius:50%;border:1px solid #c8d8ce;color:#2f5f4a;background:#f1f7f3;display:inline-flex;align-items:center;justify-content:center}.dashboard-home-checklist-item.is-complete .dashboard-home-checklist-marker{border-color:#9ec1aa;background:#e5f2ea}.dashboard-home-checklist-marker svg{width:22px;height:22px}.dashboard-home-checklist-body{min-width:0;display:grid;grid-gap:4px;gap:4px}.dashboard-home-checklist-title{margin:0;color:var(--color-text-primary);font-size:15px;font-weight:800}.dashboard-home-checklist-title-link{color:inherit;text-decoration:none;border-radius:8px;padding:2px 4px;margin-left:-4px;transition:background-color .12s ease,color .12s ease}.dashboard-home-checklist-title-link:hover{background:#e9f2ed;color:#1f5a3c}.dashboard-home-checklist-title-link:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(77,122,101,.2)}.dashboard-home-checklist-description{margin:0;color:var(--color-text-secondary);font-size:var(--font-caption-size)}.dashboard-home-checklist-meta{display:grid;justify-items:end;grid-gap:5px;gap:5px}.dashboard-home-checklist-state{border-radius:var(--radius-pill);padding:3px 9px;font-size:11px;font-weight:800;letter-spacing:.01em}.dashboard-home-checklist-state.is-complete{background:#dff0e4;color:#1f5a3c}.dashboard-home-checklist-state.is-pending{background:#fff4c2;color:#6a5112}.dashboard-home-checklist-metric{color:var(--color-text-secondary);font-size:11px;font-weight:700}.dashboard-home-shortcuts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--space-xl);gap:var(--space-xl)}.dashboard-home-reminders-list{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}.dashboard-home-reminder-card{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:var(--space-lg);gap:var(--space-lg);align-items:center;padding:var(--space-xl);border-radius:var(--radius-lg);border:1px solid #cfe4d7;background:linear-gradient(135deg,rgba(245,251,246,.96),rgba(233,246,238,.96));box-shadow:var(--shadow-card)}.dashboard-home-reminder-main{display:grid;grid-gap:6px;gap:6px;min-width:0}.dashboard-home-reminder-description,.dashboard-home-reminder-eyebrow,.dashboard-home-reminder-time,.dashboard-home-reminder-warning{margin:0}.dashboard-home-reminder-eyebrow{color:#234f3a;font-size:15px;font-weight:900}.dashboard-home-reminder-time{color:#2f5f4a;font-size:24px;font-weight:900;letter-spacing:-.02em}.dashboard-home-reminder-description{color:var(--color-text-secondary);font-size:var(--font-body-medium-size);font-weight:600}.dashboard-home-reminder-warning{color:#8a5b00;font-size:var(--font-caption-size);font-weight:700}.dashboard-home-shortcut{border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-card);padding:var(--space-xxl) var(--space-md);text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-md);min-height:108px;transition:transform .12s ease,box-shadow .12s ease}.dashboard-home-shortcut:hover{transform:translateY(-1px);box-shadow:0 6px 14px rgb(0 0 0/7%)}.dashboard-home-shortcut-icon{width:26px;height:26px;color:var(--color-primary-deep)}.dashboard-home-shortcut-icon svg{width:100%;height:100%}.dashboard-home-shortcut strong{color:var(--color-primary-deep);font-size:var(--font-body-medium-size);font-weight:600;text-align:center}.dashboard-home-agenda-list{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg)}.dashboard-home-edit-hint{margin:0;color:var(--color-text-secondary);font-size:var(--font-caption-size);font-weight:600}.dashboard-home-agenda-card{width:100%;border:2px solid transparent;border-radius:var(--radius-lg);background:var(--color-surface);color:inherit;text-align:left;font-family:inherit;cursor:pointer;display:grid;grid-template-columns:10px minmax(0,1fr) auto;grid-gap:var(--space-xl);gap:var(--space-xl);align-items:center;padding:var(--space-xxl);transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.dashboard-home-agenda-card:hover{transform:translateY(-1px);box-shadow:0 6px 14px rgb(0 0 0/7%)}.dashboard-home-agenda-card:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(77,122,101,.2)}.dashboard-home-agenda-card--pending{border-color:#fff4c2}.dashboard-home-agenda-card--confirmed{border-color:#dfefd9}.dashboard-home-agenda-card--absent{border-color:#ffdfd6}.dashboard-home-agenda-strip{width:10px;height:42px;border-radius:10px}.dashboard-home-agenda-card--pending .dashboard-home-agenda-strip{background:#fff4c2}.dashboard-home-agenda-card--confirmed .dashboard-home-agenda-strip{background:#dfefd9}.dashboard-home-agenda-card--absent .dashboard-home-agenda-strip{background:#ffdfd6}.dashboard-home-agenda-main{min-width:0;display:grid;grid-gap:3px;gap:3px}.dashboard-home-agenda-name{margin:0;font-size:15px;font-weight:900;color:var(--color-text-primary)}.dashboard-home-agenda-meta{margin:0;color:rgba(0,0,0,.54);font-size:var(--font-body-medium-size);font-weight:700}.dashboard-home-agenda-notes{margin:4px 0 0;font-size:var(--font-caption-size);font-weight:600;color:rgba(0,0,0,.87);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dashboard-home-agenda-statuses{display:grid;justify-items:end;grid-gap:var(--space-sm);gap:var(--space-sm)}.dashboard-home-agenda-chevron{color:rgba(0,0,0,.34);font-size:22px;line-height:1}.dashboard-home-badge{border-radius:var(--radius-md);padding:6px 10px;font-size:var(--font-caption-size);font-weight:800;color:var(--color-text-primary)}.dashboard-home-badge--pending{background:#fff4c2}.dashboard-home-badge--confirmed{background:#dfefd9}.dashboard-home-badge--absent{background:#ffdfd6}.dashboard-home-badge--paid{background:var(--color-header-action)}.dashboard-home-badge--unpaid{background:#fff4c2}.dashboard-home-empty{margin:0;color:rgba(0,0,0,.54);font-size:var(--font-body-medium-size)}.dashboard-home-sheet{display:grid;grid-gap:var(--space-16);gap:var(--space-16)}.dashboard-home-sheet-meta{margin:0;color:var(--color-text-secondary);font-size:var(--font-caption-size);font-weight:700}.dashboard-home-sheet-group{display:grid;grid-gap:var(--space-xs);gap:var(--space-xs)}.dashboard-home-sheet-group-title{margin:0 0 2px;color:var(--color-text-secondary);font-size:var(--font-body-medium-size);font-weight:700}.dashboard-home-sheet-action{min-height:46px;border-radius:14px;border:1px solid #dce5de;background:#f7faf8;color:var(--color-text-primary);padding:0 var(--space-14);display:flex;align-items:center;gap:var(--space-sm);font-family:inherit;font-size:var(--font-body-medium-size);font-weight:600;text-align:left;cursor:pointer;transition:border-color .12s ease,background-color .12s ease}.dashboard-home-sheet-action:hover:not(:disabled){border-color:#bfd2c4;background:#eff6f1}.dashboard-home-sheet-action:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(77,122,101,.18)}.dashboard-home-sheet-action.is-active{border-color:#a7c7b1;background:#e9f4ed}.dashboard-home-sheet-action:disabled{opacity:.68;cursor:default}.dashboard-home-sheet-action-icon{width:22px;height:22px;color:#2f5f4a;display:inline-flex;align-items:center;justify-content:center}.dashboard-home-sheet-action-icon svg{width:100%;height:100%}.dashboard-home-error{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm);color:var(--color-danger)}.dashboard-home-error p{margin:0}.dashboard-loader{padding:var(--space-sm) 0}.dashboard-reminders-stack{display:grid;grid-gap:var(--space-16);gap:var(--space-16)}.dashboard-reminders-toolbar{display:flex;align-items:center;gap:var(--space-sm)}.dashboard-reminders-provider-row{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.dashboard-reminders-provider-pill{border-radius:var(--radius-pill);border:1px solid var(--color-border-input);padding:4px 10px;font-size:var(--font-caption-size);font-weight:600}.dashboard-reminders-provider-pill.is-enabled{border-color:#79b092;background:#e9f5ee;color:#21553f}.dashboard-reminders-provider-pill.is-disabled{border-color:#c8d1cc;background:#f2f5f3;color:#4c5a54}.dashboard-reminders-stats-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:var(--space-sm);gap:var(--space-sm)}.dashboard-reminders-stat{border:1px solid var(--color-border-card);border-radius:var(--radius-md);background:var(--color-surface-soft);padding:var(--space-sm);display:grid;grid-gap:4px;gap:4px}.dashboard-reminders-stat span{color:var(--color-text-secondary);font-size:var(--font-caption-size);text-transform:uppercase;letter-spacing:.04em}.dashboard-reminders-stat strong{font-size:22px;line-height:1.1}.dashboard-reminders-warning{margin:0;border-radius:var(--radius-sm);border:1px solid #d8bc8a;background:#fff5e5;color:#7f5d21;padding:var(--space-sm) var(--space-md)}.dashboard-reminders-alerts{display:grid;grid-gap:8px;gap:8px}.dashboard-reminders-alert{margin:0;border-radius:var(--radius-sm);border:1px solid #e0b4b3;background:#fff1f1;color:#8f2f2b;padding:10px var(--space-md)}.dashboard-reminders-filters{display:grid;grid-template-columns:repeat(2,minmax(0,220px));grid-gap:var(--space-sm);gap:var(--space-sm)}.dashboard-reminders-select{width:100%;min-height:48px;border:1.2px solid var(--color-border-input);border-radius:var(--radius-md);background:var(--color-surface-soft);color:var(--color-text-primary);padding:0 var(--space-md);font-size:var(--font-body-medium-size)}.dashboard-reminders-select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(77,122,101,.15)}.dashboard-reminders-error{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm);color:var(--color-danger)}.dashboard-reminders-error p,.dashboard-reminders-row-error,.dashboard-reminders-row-main,.dashboard-reminders-row-subtle{margin:0}.dashboard-reminders-row-main{font-weight:700}.dashboard-reminders-row-subtle{margin-top:4px;color:var(--color-text-secondary);font-size:var(--font-caption-size)}.dashboard-reminders-row-error{color:var(--color-danger);font-size:var(--font-caption-size);max-width:280px;white-space:pre-wrap}.dashboard-reminders-status{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-pill);border:1px solid transparent;padding:4px 10px;font-size:var(--font-caption-size);font-weight:700;text-transform:uppercase}.dashboard-reminders-status--pending{border-color:#c3d7cc;background:#edf5f1;color:#355f4d}.dashboard-reminders-status--processing{border-color:#bdd0dd;background:#edf5fb;color:#31566f}.dashboard-reminders-status--sent{border-color:#79b092;background:#e9f5ee;color:#21553f}.dashboard-reminders-status--canceled,.dashboard-reminders-status--failed,.dashboard-reminders-status--skipped{border-color:#e0b4b3;background:#fff1f1;color:#8f2f2b}.patients-list-actions{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.patients-list-new-button{text-decoration:none;margin-block:var(--space-xs)}.patients-search{margin-bottom:var(--space-16)}.patients-search-field{position:relative}.patients-search-icon{position:absolute;left:var(--space-16);top:50%;width:18px;height:18px;color:var(--color-text-hint);transform:translateY(-50%);pointer-events:none}.patients-search-icon svg{width:100%;height:100%;display:block}.patients-search-input{padding-left:46px}.patients-loader{display:flex;justify-content:center}.patients-inline-loader,.patients-loader{padding:var(--space-16) 0}.patients-error{display:grid;grid-gap:var(--space-14);gap:var(--space-14);color:var(--color-danger)}.patients-error p{margin:0}.patients-table-name{margin:0;font-weight:700}.patients-table-muted,.patients-table-subtle{margin:0;color:var(--color-text-secondary);font-size:var(--font-caption-size)}.patients-table-muted{margin-top:4px}.patients-table-actions{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.patients-list-cards{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg)}.patients-list-card{border-radius:var(--radius-xl);background:var(--color-surface);box-shadow:var(--shadow-card);padding:var(--space-16) var(--space-18);text-decoration:none;color:inherit;display:flex;align-items:center;gap:var(--space-xl);transition:transform .12s ease,box-shadow .12s ease}.patients-list-card:hover{transform:translateY(-1px);box-shadow:0 6px 14px rgb(0 0 0/7%)}.patients-list-avatar{width:44px;height:44px;border-radius:50%;background:#eff9e9;color:var(--color-primary-deep);font-size:var(--font-body-medium-size);font-weight:800;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.patients-list-main{min-width:0;display:grid;grid-gap:3px;gap:3px;padding-block:var(--space-xxs)}.patients-list-name{margin:0;font-size:15px;line-height:1.25;font-weight:700;color:var(--color-text-primary)}.patients-list-note{margin:0;font-size:13px;color:rgba(0,0,0,.54)}.patients-list-phone{margin:0;font-size:var(--font-caption-size);color:rgba(0,0,0,.45)}.patients-list-chevron{margin-left:auto;color:rgba(0,0,0,.38);font-size:24px;line-height:1}.patients-toolbar{justify-content:space-between}.patients-toolbar,.patients-toolbar-right{display:flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap}.patients-form{display:grid;grid-gap:var(--space-16);gap:var(--space-16)}.patients-form-grid{display:grid;grid-gap:var(--space-14);gap:var(--space-14);grid-template-columns:repeat(2,minmax(0,1fr))}.patients-select,.patients-textarea{width:100%;border:1.2px solid var(--color-border-input);border-radius:var(--radius-md);background:var(--color-surface-soft);color:var(--color-text-primary);padding:12px var(--space-16);font-size:var(--font-body-medium-size);font-weight:var(--font-body-medium-weight);font-family:inherit;line-height:1.45}.patients-select{min-height:48px}.patients-select:focus,.patients-textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(77,122,101,.15)}.patients-form-error{margin:0;color:var(--color-danger);font-size:var(--font-caption-size)}.patients-form-actions{display:flex;gap:var(--space-sm);flex-wrap:wrap}.patients-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-16);gap:var(--space-16)}.patients-detail-card{padding:var(--space-16);border:1px solid var(--color-border-card);border-radius:var(--radius-md);background:var(--color-surface-soft)}.patients-detail-label{margin:0;font-size:var(--font-caption-size);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.04em}.patients-detail-value{margin:4px 0 var(--space-14);font-weight:600}.patients-notes{margin:0;white-space:pre-wrap;line-height:1.5}.patients-danger-button{color:var(--color-danger)}.patients-danger-button:not(:disabled):hover{background:var(--color-danger-soft)}.patient-file-page{width:min(760px,100%);margin:0 auto;display:grid;grid-gap:var(--space-16);gap:var(--space-16)}.patient-file-header{display:flex;align-items:center;gap:var(--space-xl)}.patient-file-back-link{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#101917;text-decoration:none}.patient-file-back-link svg{width:28px;height:28px}.patient-file-header-main{min-width:0}.patient-file-title{margin:0;color:#0f1715;font-size:clamp(22px,2.1vw,34px);line-height:1.14;font-weight:700}.patient-file-title-accent{color:#5d6f67;font-weight:600;font-size:.76em;margin-left:.35em}.patient-file-subtitle{margin:0;color:#6e7271;font-size:clamp(15px,1.35vw,18px);line-height:1.38;font-weight:600}.patient-file-entry-list{display:grid;grid-gap:var(--space-14);gap:var(--space-14)}.patient-file-entry-card{border-radius:24px;border:1px solid #eff3f0;background:var(--color-surface);box-shadow:var(--shadow-card);padding:var(--space-20);text-decoration:none;color:inherit;display:grid;grid-template-columns:68px minmax(0,1fr) 22px;align-items:start;grid-gap:var(--space-16);gap:var(--space-16);transition:transform .12s ease,box-shadow .12s ease}.patient-file-entry-card:hover{transform:translateY(-1px);box-shadow:0 7px 14px rgb(0 0 0/6%)}.patient-file-entry-icon{width:68px;height:68px;border-radius:18px;background:#edf3ef;color:#2f7753;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.patient-file-entry-icon svg{width:34px;height:34px}.patient-file-entry-main{min-width:0;display:grid;grid-gap:var(--space-xs);gap:var(--space-xs)}.patient-file-entry-title{color:#111817;font-size:clamp(18px,1.45vw,24px);line-height:1.15;font-weight:700}.patient-file-entry-description{color:#6d7270;font-size:clamp(15px,1.05vw,17px);line-height:1.35;font-weight:500}.patient-file-entry-chevron{align-self:center;color:#191f1f}.patient-file-entry-chevron svg{width:20px;height:20px}.patient-file-cta{min-height:62px;border-radius:18px;background:#e8f3e5;color:#173b35;font-size:clamp(17px,1.3vw,22px);font-weight:700;line-height:1.2;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-14);padding:var(--space-md) var(--space-20);transition:background-color .12s ease}.patient-file-cta:hover{background:#ddeed9}.patient-file-cta-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.patient-file-cta-icon svg{width:100%;height:100%}.patient-file-cta-wrap{display:grid;grid-gap:var(--space-xs);gap:var(--space-xs)}.patient-file-cta-button{min-height:62px;border:none;border-radius:18px;background:linear-gradient(135deg,#41a75d,#2f8f4f);color:#f7fff8;font-size:clamp(17px,1.3vw,22px);font-weight:700;line-height:1.2;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-14);padding:var(--space-md) var(--space-20);box-shadow:0 14px 24px rgba(47,143,79,.18);cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}.patient-file-cta-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 28px rgba(47,143,79,.24);filter:saturate(1.02)}.patient-file-cta-button:focus-visible{outline:3px solid rgba(65,167,93,.26);outline-offset:3px}.patient-file-cta-button:disabled{background:#b8c7bc;color:hsla(0,0%,100%,.88);box-shadow:none;cursor:not-allowed}.patient-file-cta-hint{margin:0;color:#6d7270;font-size:var(--font-caption-size);line-height:1.4}.patients-section-switch{display:flex;gap:var(--space-sm);flex-wrap:wrap;margin-bottom:var(--space-16)}.patients-section-chip{min-height:34px;border-radius:var(--radius-pill);border:1px solid var(--color-border-input);padding:0 var(--space-16);background:var(--color-surface-soft);color:var(--color-text-primary);font-size:var(--font-body-medium-size);cursor:pointer}.patients-section-chip.is-active{border-color:var(--color-primary);background:#eaf2ed;color:var(--color-primary-dark);font-weight:600}.patients-entry-card,.patients-entry-list{display:grid;grid-gap:var(--space-14);gap:var(--space-14)}.patients-entry-card{border:1px solid var(--color-border-card);border-radius:var(--radius-md);background:var(--color-surface-soft);padding:var(--space-16)}.patients-entry-meta{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-14);flex-wrap:wrap}.patients-entry-meta p{margin:4px 0 0;color:var(--color-text-secondary);font-size:var(--font-caption-size)}.patients-entry-note{margin:0;white-space:pre-wrap;line-height:1.45}.patients-attachments{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.patients-attachment{border-radius:var(--radius-pill);border:1px solid var(--color-border-input);padding:5px 10px;font-size:var(--font-caption-size);color:var(--color-text-secondary);background:var(--color-surface)}.patients-modal-form{display:grid;grid-gap:var(--space-14);gap:var(--space-14)}.patient-history-focus-page{width:min(1080px,100%);margin:0 auto;display:grid;grid-gap:var(--space-20);gap:var(--space-20);padding-bottom:112px}.patient-history-focus-header{align-items:flex-start}.patient-history-focus-patient{margin:var(--space-xs) 0 0;color:#5d6963;font-size:14px;font-weight:600}.patient-history-focus-records{border:1px solid #e4ece5;border-radius:28px;box-shadow:0 8px 20px rgb(21 44 35/7%);background:#f9fcf8;padding:var(--space-20);display:grid;grid-gap:var(--space-16);gap:var(--space-16)}.patient-history-focus-records-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);flex-wrap:wrap}.patient-history-focus-records-header h3{margin:0;color:#101917;font-size:22px;line-height:1.18}.patient-history-focus-records-header p{margin:6px 0 0;color:#67736c;font-size:14px;font-weight:500}.patient-history-focus-count{min-height:30px;border-radius:999px;border:1px solid #d2ddd4;background:#edf4ed;color:#305846;padding:4px 12px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.patient-history-focus-tools{display:flex;align-items:flex-end;gap:var(--space-sm);flex-wrap:wrap}.patient-history-focus-tools .ui-field{margin:0;width:min(260px,100%)}.patient-history-focus-empty{border:1px dashed #c8d7cb;border-radius:22px;background:#f3f8f2;padding:var(--space-24);display:grid;justify-items:center;grid-gap:var(--space-sm);gap:var(--space-sm);text-align:center}.patient-history-focus-empty-title{margin:0;color:#21372f;font-size:20px;line-height:1.2;font-weight:700}.patient-history-focus-empty-description{margin:0;max-width:420px;color:#5f6a64;line-height:1.45}.patient-history-focus-entry-list{gap:var(--space-sm)}.patient-history-record-card{border-radius:18px;border-color:#dce8de;background:#fff;box-shadow:0 4px 10px rgb(29 51 43/5%)}.patient-history-record-main p{margin:4px 0 0;color:#6a746f;font-size:13px;font-weight:600}.patient-test-form-card{grid-gap:clamp(28px,4vw,44px);gap:clamp(28px,4vw,44px)}.patient-test-form-card,.patient-test2-card{background:#fff;border:1px solid #e4ece5;border-radius:32px;box-shadow:0 12px 28px rgb(21 44 35/8%);padding:clamp(24px,4vw,48px);display:grid}.patient-test2-card{grid-gap:clamp(24px,4vw,40px);gap:clamp(24px,4vw,40px)}.patient-test2-header{display:flex;justify-content:center}.patient-test2-brand{display:inline-flex;align-items:flex-start;gap:clamp(18px,2.4vw,30px)}.patient-test2-brand-copy{display:grid;justify-items:center;grid-gap:6px;gap:6px}.patient-test2-brand-country,.patient-test2-brand-name{margin:0;color:#111;font-family:Times New Roman,Georgia,serif;font-style:italic;line-height:1}.patient-test2-brand-name{font-size:clamp(30px,3.4vw,52px);font-weight:600}.patient-test2-brand-country{font-size:clamp(18px,2vw,28px);font-weight:500}.patient-test2-seal{width:clamp(54px,6vw,76px);aspect-ratio:1;border:2px solid #111;border-radius:999px;display:grid;place-items:center;color:#111;background:#fff}.patient-test2-seal span{display:none}.patient-test2-seal svg{width:100%;height:100%;display:block}.patient-test2-line-row{display:flex;align-items:center;gap:clamp(20px,3vw,36px);flex-wrap:wrap}.patient-test2-line-group{display:flex;align-items:baseline;gap:8px;min-width:0;position:relative}.patient-test2-line-group--name{flex:1 1 520px}.patient-test2-line-group--age{flex:0 0 auto}.patient-test2-line-label{color:#111;font-size:clamp(18px,1.8vw,28px);white-space:nowrap}.patient-test2-line{display:block;flex:1 1 auto;min-width:180px;border-bottom:2px solid #111;height:1.4em}.patient-test2-line--short{min-width:72px;width:72px;flex:0 0 72px}.patient-test2-line-value{position:absolute;left:calc(100% - var(--patient-test2-value-offset, 0px));transform:translateX(calc(-100% - 8px));bottom:2px;max-width:calc(100% - 160px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#111;font-size:clamp(18px,1.8vw,26px)}.patient-test2-line-group--name .patient-test2-line-value{--patient-test2-value-offset:8px}.patient-test2-line-group--age .patient-test2-line-value{--patient-test2-value-offset:6px;max-width:64px}.patient-test2-table{display:grid;border:1.5px solid #111;background:#fff}.patient-test2-table-header,.patient-test2-table-row{display:grid;grid-template-columns:minmax(180px,1.25fr) minmax(120px,.86fr) minmax(280px,2.1fr) minmax(100px,.7fr) minmax(68px,.45fr)}.patient-test2-table-header{min-height:48px}.patient-test2-table-row{min-height:72px;border-top:1.5px solid #111}.patient-test2-table-header span,.patient-test2-table-row span{display:flex;align-items:center;justify-content:center;min-width:0}.patient-test2-table-header span{padding:8px 10px;color:#111;font-size:clamp(16px,1.55vw,24px);font-weight:700;text-transform:uppercase}.patient-test2-table-row span{padding:10px}.patient-test2-table-header span:not(:first-child),.patient-test2-table-row span:not(:first-child){border-left:1.5px solid #111}.patient-test-form-brand{display:grid;grid-template-columns:minmax(88px,1fr) auto minmax(88px,1fr);align-items:center;grid-gap:clamp(16px,4vw,44px);gap:clamp(16px,4vw,44px)}.patient-test-form-brand-center{display:grid;justify-items:center;grid-gap:10px;gap:10px}.patient-test-form-brand-country,.patient-test-form-brand-name{margin:0;color:#121212;font-family:Times New Roman,Georgia,serif;font-style:italic;line-height:1}.patient-test-form-brand-name{font-size:clamp(28px,3.7vw,44px);font-weight:600}.patient-test-form-brand-country{font-size:clamp(20px,2.1vw,28px);font-weight:500}.patient-test-form-seal{width:clamp(112px,14vw,148px);aspect-ratio:1;display:grid;place-items:center}.patient-test-form-seal svg{width:100%;height:100%;display:block}.patient-test-form-bars,.patient-test-form-bars--split{display:flex;align-items:center;justify-content:center}.patient-test-form-bars{flex-direction:column;gap:10px}.patient-test-form-bars span,.patient-test-form-bars--split span{display:block;width:clamp(72px,14vw,160px);height:clamp(7px,1.1vw,10px);background:#111}.patient-test-form-bars--split{gap:12px;flex-direction:row}.patient-test-form-bars--split>div{display:flex;flex-direction:column;gap:10px}.patient-test-form-section{display:grid;grid-gap:18px;gap:18px}.patient-test-form-section h3{margin:0;color:#111;font-size:clamp(20px,2.2vw,28px);font-weight:800;letter-spacing:.02em}.patient-test-form-section--freewrite{gap:16px}.patient-test-form-section--health{gap:20px}.patient-test-form-section--spirit{gap:18px}.patient-test-form-section--energetic,.patient-test-form-section--previous-health{gap:20px}.patient-test-form-section--factors,.patient-test-form-section--final-evaluation,.patient-test-form-section--physical-evaluation,.patient-test-form-section--principles,.patient-test-form-section--pulse,.patient-test-form-section--sensory{gap:18px}.patient-test-form-freewrite-header{display:flex;align-items:baseline;gap:18px}.patient-test-form-freewrite-number{color:#111;font-size:clamp(22px,2.3vw,30px);font-weight:800;line-height:1}.patient-test-form-textarea-shell{border:1px solid #d9e6dc;border-radius:22px;background:#f7faf8;padding:18px 20px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.55);transition:border-color .12s ease,box-shadow .12s ease,background-color .12s ease}.patient-test-form-textarea-shell:focus-within{border-color:#8fb8a3;background:#fbfdfb;box-shadow:0 0 0 4px rgba(77,122,101,.1)}.patient-test-form-textarea-shell--final{border-radius:28px;padding:22px 24px}.patient-test-form-textarea{width:100%;min-height:260px;resize:vertical;border:0;outline:0;background:transparent;color:#111;font-family:inherit;font-size:clamp(16px,1.65vw,20px);line-height:1.55;padding:0}.patient-test-form-textarea:focus{background:transparent}.patient-test-form-textarea::placeholder{color:#8c8c8c}.patient-test-form-health-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.patient-test-form-health-column{display:grid;grid-gap:16px;gap:16px}.patient-test-form-health-column h4{margin:0;color:#111;text-align:center;font-size:clamp(18px,2vw,24px);font-weight:800;letter-spacing:.01em}.patient-test-form-spirit-table-wrap{overflow-x:auto}.patient-test-form-spirit-table{width:100%;border-collapse:collapse;min-width:920px}.patient-test-form-spirit-table td{border:1.5px solid #2a2a2a;padding:8px 12px;color:#111;font-size:clamp(16px,1.7vw,19px);line-height:1.2;vertical-align:middle}.patient-test-form-spirit-answer{width:92px;padding:4px 6px!important}.patient-test-form-spirit-select{width:100%;border:0;outline:0;background:transparent;color:#111;font-family:inherit;font-size:16px;line-height:1.2;padding:4px 2px;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center}.patient-test-form-spirit-select:focus{background:hsla(0,0%,7%,.03)}.patient-test-form-energy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:40px;gap:40px}.patient-test-form-energy-column{display:grid;grid-gap:16px;gap:16px}.patient-test-form-energy-column .patient-test-form-field{min-width:100%}.patient-test-form-energy-column .patient-test-form-field-label{min-width:210px}.patient-test-form-previous-grid{display:grid;grid-template-columns:1.15fr 1fr .9fr;grid-gap:20px;gap:20px}.patient-test-form-previous-column{display:grid;grid-gap:16px;gap:16px}.patient-test-form-previous-column h4{margin:0 0 8px;color:#111;text-align:center;font-size:clamp(18px,2vw,24px);font-weight:800;letter-spacing:.01em}.patient-test-form-previous-column .patient-test-form-field{min-width:100%}.patient-test-form-previous-column .patient-test-form-field-label{min-width:130px}.patient-test-form-factors-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:14px;gap:14px}.patient-test-form-factors-row .patient-test-form-field{min-width:100%}.patient-test-form-factors-row .patient-test-form-field-label{min-width:auto}.patient-test-form-divider{width:100%;height:4px;background:#111}.patient-test-form-physical-grid{display:grid;grid-gap:18px;gap:18px}.patient-test-form-physical-grid .patient-test-form-field{min-width:100%}.patient-test-form-sensory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.patient-test-form-sensory-grid .patient-test-form-field{min-width:100%}.patient-test-form-sensory-grid .patient-test-form-field-label{justify-content:center;text-align:center;min-width:auto}.patient-test-form-pulse-wrap{overflow-x:auto;padding-top:8px}.patient-test-form-pulse-table{width:100%;border-collapse:collapse;min-width:980px;border-top:4px solid #111}.patient-test-form-pulse-table td,.patient-test-form-pulse-table th{border:1.5px solid #2a2a2a;padding:6px 10px;color:#111;font-size:clamp(16px,1.7vw,19px);line-height:1.15}.patient-test-form-pulse-table th{font-weight:800;text-align:center}.patient-test-form-pulse-code{width:70px;font-weight:800;text-align:left;white-space:nowrap}.patient-test-form-pulse-input{width:100%;min-height:28px;border:0;outline:0;background:transparent;color:#111;font-family:inherit;font-size:16px;padding:0}.patient-test-form-pulse-input:focus{background:hsla(0,0%,7%,.03)}.patient-test-form-textarea--final{min-height:180px}.patient-test-form-principles-wrap{overflow-x:auto}.patient-test-form-principles-table{width:min(540px,100%);border-collapse:collapse}.patient-test-form-principles-table td,.patient-test-form-principles-table th{border:1.5px solid #2a2a2a;padding:6px 12px;color:#111;font-size:clamp(16px,1.7vw,19px);line-height:1.15}.patient-test-form-principles-table th{text-align:center;font-weight:800}.patient-test-form-principles-answer{width:110px;padding:4px 6px!important}.patient-test-form-field--no-label{gap:0}.patient-test-form-field-label--empty{display:none}.patient-test-form-grid{display:grid;grid-gap:14px;gap:14px}.patient-test-form-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px 16px}.patient-test-form-row--triple>:nth-child(2){min-width:96px}.patient-test-form-row--double>*{min-width:min(320px,100%)}.patient-test-form-field{display:inline-flex;align-items:flex-end;gap:8px;min-width:160px;flex:0 1 auto}.patient-test-form-field--grow{flex:1 1 260px}.patient-test-form-field-label{color:#171717;font-size:clamp(17px,1.8vw,21px);font-weight:500;line-height:1.15;white-space:nowrap}.patient-test-form-field-line{flex:1 1 auto;min-width:64px;border-bottom:2px solid #151515;min-height:1.35em;display:inline-flex;align-items:flex-end}.patient-test-form-field-input{width:100%;border:0;outline:0;background:transparent;color:#111;font-size:clamp(16px,1.65vw,20px);line-height:1.2;padding:0 4px 2px;font-family:inherit}.patient-test-form-field-input:focus{background:hsla(0,0%,7%,.03)}.patient-test-form-field-input::placeholder{color:#8c8c8c}.patient-history-create-fab{position:fixed;right:32px;bottom:28px;min-height:54px;min-width:132px;border-radius:20px;border:1px solid #9ed8ab;background:#a9ebb3;color:#133a31;padding:0 var(--space-lg);display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);font-family:inherit;font-size:22px;line-height:1;font-weight:500;cursor:pointer;box-shadow:0 8px 18px rgba(24,56,45,.2);z-index:24;transition:transform .12s ease,box-shadow .12s ease,background-color .12s ease}.patient-history-create-fab>span:last-child{font-size:18px;line-height:1;font-weight:600}.patient-history-create-fab:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(24,56,45,.28);background:#b3f1bc}.patient-history-create-fab-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.patient-history-create-fab-icon svg{width:100%;height:100%}.patient-history-modal-form{gap:var(--space-16)}.patient-history-note-label{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm)}.patient-history-attachment-row{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.patient-history-file-input{display:none}.patient-history-attachment-status{margin:0;color:#5f6a64;font-size:var(--font-caption-size);font-weight:600}.patient-history-attachment-list{display:grid;grid-gap:var(--space-xs);gap:var(--space-xs)}.patient-history-attachment-item{border:1px solid #d8e3da;border-radius:var(--radius-md);background:#f8fbf8;padding:8px var(--space-sm);display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm)}.patient-history-attachment-item span{color:#2f3f38;font-size:13px;line-height:1.35;overflow-wrap:anywhere}.patient-history-attachment-remove{border:0;background:transparent;color:#b2434d;font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;padding:0;flex:0 0 auto}.patient-history-attachment-remove:disabled{color:#b8b8b8;cursor:default}.treatments-actions{display:none}.treatments-page{width:min(1120px,100%);margin:0 auto;display:grid;grid-gap:var(--space-16);gap:var(--space-16)}.treatments-page-header{display:flex;justify-content:space-between;align-items:center;gap:var(--space-sm);flex-wrap:wrap}.treatments-page-heading h2{margin:0;color:var(--color-text-primary);font-size:clamp(24px,1.9vw,30px);line-height:1.15;font-weight:600}.treatments-page-heading p{margin:var(--space-xs) 0 0;max-width:560px;color:var(--color-text-secondary);font-size:var(--font-body-medium-size);line-height:1.45;font-weight:var(--font-body-medium-weight)}.treatments-page-header-actions{display:flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap}.treatments-page-create-button{min-height:40px;border-radius:var(--radius-md);padding:0 var(--space-16);display:inline-flex;align-items:center;gap:var(--space-xs);font-size:var(--font-body-medium-size);font-weight:var(--font-label-large-weight)}.treatments-page-create-icon{font-size:20px;line-height:1;font-weight:400}.treatments-search-field{min-height:56px;border-radius:var(--radius-md);border:1.2px solid var(--color-border-input);background:var(--color-surface-soft);padding:0 var(--space-16);display:grid;grid-template-columns:20px minmax(0,1fr);grid-gap:var(--space-sm);gap:var(--space-sm);align-items:center;transition:border-color .12s ease,box-shadow .12s ease}.treatments-search-icon{width:20px;height:20px;color:var(--color-text-hint);display:inline-flex}.treatments-search-icon svg{width:100%;height:100%}.treatments-search-field input{width:100%;border:0;background:transparent;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-body-medium-size);font-weight:var(--font-body-medium-weight)}.treatments-search-field input::placeholder{color:var(--color-text-hint)}.treatments-search-field:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(77,122,101,.15)}.treatments-search-field input:focus{outline:none}.treatments-search-field input::-webkit-search-cancel-button{display:none}.treatments-categories{border-radius:var(--radius-lg);border:1px solid var(--color-border-card);background:var(--color-surface);box-shadow:var(--shadow-card);padding:var(--space-16);display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.treatments-categories-header{display:flex;justify-content:space-between;align-items:center;gap:var(--space-sm);flex-wrap:wrap}.treatments-categories-header h3{margin:0;color:var(--color-text-primary);font-size:var(--font-section-title-size);font-weight:var(--font-section-title-weight);line-height:1.2}.treatments-categories-actions{display:flex;align-items:center;gap:var(--space-xs)}.treatments-category-add-button{width:36px;height:36px;border-radius:var(--radius-md);border:1px solid var(--color-border-input);background:var(--color-surface-soft);color:var(--color-icon-soft);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .12s ease,background-color .12s ease,color .12s ease}.treatments-category-add-button:hover{border-color:var(--color-primary);background:#f2f7f4;color:var(--color-primary)}.treatments-category-add-button svg{width:18px;height:18px}.treatments-chip-row{display:flex;gap:var(--space-sm);flex-wrap:wrap}.treatments-chip{min-height:34px;border-radius:var(--radius-pill);border:1px solid var(--color-border-input);background:var(--color-surface-soft);color:var(--color-text-secondary);padding:0 var(--space-16);font-size:var(--font-body-medium-size);line-height:1;font-weight:var(--font-body-medium-weight);cursor:pointer;transition:border-color .12s ease,background-color .12s ease,color .12s ease}.treatments-chip.is-active{border-color:#b9d0bf;background:#edf5ef;color:var(--color-primary-deep);font-weight:700}.treatments-results{display:grid;grid-gap:var(--space-16);gap:var(--space-16)}.treatments-loader{padding:var(--space-16) 0;display:flex;justify-content:center}.treatments-error{border:1px solid #efc3c1;border-radius:var(--radius-md);background:#fff5f4;padding:var(--space-16);display:grid;grid-gap:var(--space-xxl);gap:var(--space-xxl);color:var(--color-danger)}.treatments-error p,.treatments-muted{margin:0}.treatments-muted{color:var(--color-text-secondary);font-size:var(--font-caption-size)}.treatments-empty-state{border:1px dashed var(--color-border-card);border-radius:var(--radius-lg);background:var(--color-surface-soft);padding:var(--space-24);text-align:center;display:grid;justify-items:center;grid-gap:var(--space-sm);gap:var(--space-sm)}.treatments-empty-state h3{margin:0;color:var(--color-text-primary);font-size:20px;line-height:1.2}.treatments-empty-state p{margin:0;color:var(--color-text-secondary);max-width:520px;line-height:1.45;font-size:var(--font-body-medium-size)}.treatments-list-cards{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg)}.treatments-list-card{border-radius:var(--radius-xl);background:var(--color-surface);box-shadow:var(--shadow-card);padding:var(--space-16) var(--space-18);display:grid;grid-template-columns:52px minmax(0,1fr);grid-gap:var(--space-16);gap:var(--space-16);align-items:start;transition:transform .12s ease,box-shadow .12s ease}.treatments-list-card:hover{transform:translateY(-1px);box-shadow:0 6px 14px rgb(0 0 0/7%)}.treatments-list-icon{width:52px;height:52px;border-radius:50%;background:#eff9e9;color:var(--color-primary-deep);display:inline-flex;align-items:center;justify-content:center}.treatments-list-icon svg{width:24px;height:24px}.treatments-list-main{min-width:0;display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.treatments-list-head{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-sm)}.treatments-list-title-block{min-width:0}.treatments-table-name,.treatments-table-subtle{margin:0}.treatments-table-name{font-size:16px;line-height:1.25;font-weight:700;color:var(--color-text-primary)}.treatments-table-subtle{margin-top:4px;color:rgba(0,0,0,.54);font-size:13px;line-height:1.35}.treatments-card-actions{display:flex;align-items:center;gap:var(--space-xxs);flex-wrap:wrap}.treatments-list-price{margin:0;font-size:14px;line-height:1.35;font-weight:700;color:var(--color-primary-deep)}.treatments-list-tags{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.treatments-list-tag{border:1px solid var(--color-border-card);border-radius:var(--radius-pill);padding:4px 10px;background:var(--color-surface-soft);font-size:var(--font-caption-size);color:var(--color-text-secondary)}.treatments-modal-form{display:grid;grid-gap:var(--space-14);gap:var(--space-14)}.treatments-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-14);gap:var(--space-14)}.treatments-select,.treatments-textarea{width:100%;border:1.2px solid var(--color-border-input);border-radius:var(--radius-md);background:var(--color-surface-soft);color:var(--color-text-primary);padding:12px var(--space-16);font-size:var(--font-body-medium-size);font-weight:var(--font-body-medium-weight);font-family:inherit;line-height:1.45}.treatments-select{min-height:48px}.treatments-select:focus,.treatments-textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(77,122,101,.15)}.treatments-form-error{margin:0;font-size:var(--font-caption-size)}.treatments-danger-button,.treatments-form-error{color:var(--color-danger)}.treatments-danger-button:not(:disabled):hover{background:var(--color-danger-soft)}.agenda-header-actions{display:flex;gap:var(--space-sm);flex-wrap:wrap}.agenda-toolbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:var(--space-14);gap:var(--space-14);margin-bottom:var(--space-14)}.agenda-toolbar-period{min-width:0;text-align:center}.agenda-toolbar-period h3{margin:0;font-size:var(--font-section-title-size)}.agenda-toolbar-period p{margin:var(--space-xs) 0 0;color:var(--color-text-secondary)}.agenda-view-switch{display:inline-flex;padding:var(--space-xs);border-radius:var(--radius-pill);border:1px solid var(--color-border-card);background:var(--color-surface-soft)}.agenda-view-switch__button{min-height:36px;border:0;border-radius:var(--radius-pill);padding:0 var(--space-18);background:transparent;color:var(--color-text-secondary);font-size:var(--font-body-medium-size);font-weight:700;cursor:pointer;transition:background-color .12s ease,color .12s ease,box-shadow .12s ease}.agenda-view-switch__button:hover{background:#edf4ef}.agenda-view-switch__button:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(77,122,101,.18)}.agenda-view-switch__button.is-active{background:var(--color-surface);color:var(--color-text-primary);font-weight:700;box-shadow:var(--shadow-soft)}.agenda-search{margin-bottom:var(--space-16)}.agenda-loader{padding:var(--space-16) 0;display:flex;justify-content:center}.agenda-error{display:grid;grid-gap:var(--space-14);gap:var(--space-14);color:var(--color-danger)}.agenda-error p{margin:0}.agenda-content{display:grid;grid-gap:var(--space-16);gap:var(--space-16)}.agenda-period-header{display:flex;justify-content:space-between;align-items:center;gap:var(--space-14);flex-wrap:wrap}.agenda-period-header--actions{justify-content:flex-end}.agenda-period-actions{display:flex;gap:var(--space-xs);flex-wrap:wrap}.agenda-week-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:var(--space-sm);gap:var(--space-sm)}.agenda-week-day{border:1px solid var(--color-border-card);border-radius:var(--radius-md);background:var(--color-surface);padding:var(--space-md);display:grid;justify-items:start;grid-gap:var(--space-xxs);gap:var(--space-xxs);color:var(--color-text-primary);cursor:pointer;text-align:left;font-family:inherit;box-shadow:var(--shadow-card);transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease}.agenda-week-day:hover{border-color:#c7dacd}.agenda-week-day:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(77,122,101,.18)}.agenda-week-day.is-selected{border-color:var(--color-primary);background:#eef5f1}.agenda-week-day.is-today{box-shadow:inset 0 0 0 1px #8ebca4,var(--shadow-card)}.agenda-week-day__weekday{font-size:var(--font-caption-size);color:var(--color-text-secondary);text-transform:capitalize}.agenda-week-day__day{font-size:18px;font-weight:900}.agenda-week-day small{color:var(--color-text-secondary)}.agenda-month-view{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.agenda-month-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:var(--space-xs);gap:var(--space-xs)}.agenda-month-weekdays span{text-align:center;color:var(--color-text-secondary);font-size:var(--font-caption-size)}.agenda-month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:var(--space-sm);gap:var(--space-sm)}.agenda-month-cell{min-height:86px;border:1px solid var(--color-border-card);border-radius:var(--radius-md);background:var(--color-surface);padding:var(--space-md);display:grid;align-content:space-between;justify-items:start;color:var(--color-text-primary);cursor:pointer;text-align:left;font-family:inherit;box-shadow:var(--shadow-card);transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease}.agenda-month-cell:hover{border-color:#c7dacd}.agenda-month-cell:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(77,122,101,.18)}.agenda-month-cell.is-outside{opacity:.45}.agenda-month-cell.is-selected{border-color:var(--color-primary);background:#eef5f1}.agenda-month-cell.is-today{box-shadow:inset 0 0 0 1px #8ebca4,var(--shadow-card)}.agenda-month-cell strong{font-size:var(--font-body-medium-size)}.agenda-month-cell small{color:var(--color-text-secondary);font-size:var(--font-caption-size)}.agenda-day-list{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.agenda-day-list header{display:flex;justify-content:space-between;gap:var(--space-sm);align-items:baseline;flex-wrap:wrap}.agenda-day-list h4{margin:0;font-size:var(--font-body-medium-size)}.agenda-day-list p{margin:0;color:var(--color-text-secondary)}.agenda-day-cards{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg)}.agenda-day-card{border:1px solid var(--color-border-card);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-card);padding:var(--space-16);display:grid;grid-template-columns:10px minmax(0,1fr) minmax(180px,auto);grid-gap:var(--space-16);gap:var(--space-16);align-items:center}.agenda-day-card--pending{border-color:#e9ddad}.agenda-day-card--confirmed{border-color:#cfe1c8}.agenda-day-card--absent{border-color:#f2c4b8}.agenda-day-card-strip{width:10px;height:44px;border-radius:10px}.agenda-day-card--pending .agenda-day-card-strip{background:#fff4c2}.agenda-day-card--confirmed .agenda-day-card-strip{background:#dfefd9}.agenda-day-card--absent .agenda-day-card-strip{background:#ffdfd6}.agenda-day-card-main{min-width:0}.agenda-day-card-amount{margin:var(--space-md) 0 0;font-size:var(--font-caption-size);font-weight:800;color:var(--color-primary-deep)}.agenda-day-card-controls{display:grid;grid-gap:var(--space-xs);gap:var(--space-xs);align-content:start}.agenda-table-main,.agenda-table-note,.agenda-table-subtle{margin:0}.agenda-table-main{font-size:var(--font-body-medium-size);font-weight:700;color:var(--color-text-primary)}.agenda-table-subtle{margin-top:var(--space-xs);color:var(--color-text-secondary);font-size:var(--font-body-medium-size);font-weight:600}.agenda-table-note{margin-top:var(--space-md);color:var(--color-text-primary);font-size:var(--font-caption-size);font-weight:600;white-space:pre-wrap}.agenda-table-actions{display:flex;gap:var(--space-xs);flex-wrap:wrap}.agenda-select{width:100%;min-height:40px;border:1.2px solid var(--color-border-input);border-radius:var(--radius-md);background:var(--color-surface-soft);color:var(--color-text-primary);padding:0 var(--space-xl);font-family:inherit;font-size:var(--font-body-medium-size)}.agenda-select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(77,122,101,.15)}.agenda-select--full{min-height:48px;border-radius:var(--radius-md)}.agenda-modal-form{display:grid;grid-gap:var(--space-14);gap:var(--space-14)}.agenda-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-14);gap:var(--space-14)}.agenda-modal-grid--schedule{gap:var(--space-12)}.agenda-schedule-panel{border-radius:16px;border:1px solid #d2e2d9;background:linear-gradient(180deg,#f9fcfa,#f4f9f6);padding:12px}.agenda-datetime-input{min-height:54px;border-width:1.2px;border-color:var(--color-border-input);background:#fff;color:var(--color-text-primary);font-size:17px;font-weight:600;line-height:1.2;letter-spacing:normal;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.agenda-datetime-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(77,122,101,.15)}.agenda-datetime-input--start{border-color:#8fb8a3;background:#fbfffd;box-shadow:inset 0 0 0 1px rgba(108,153,129,.18)}.agenda-datetime-input--start:focus{border-color:#4f7a5b;box-shadow:0 0 0 3px rgba(79,122,91,.16),inset 0 0 0 1px rgba(79,122,91,.2)}.agenda-datetime-input--end{background:#f7faf8;color:#365446}.agenda-datetime-input::-webkit-calendar-picker-indicator{opacity:1;cursor:pointer}.agenda-textarea{width:100%;border:1.2px solid var(--color-border-input);border-radius:var(--radius-md);background:var(--color-surface-soft);color:var(--color-text-primary);padding:12px var(--space-16);font-size:var(--font-body-medium-size);font-family:inherit;line-height:1.45}.agenda-textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(77,122,101,.15)}.agenda-form-error{margin:0;color:var(--color-danger);font-size:var(--font-caption-size)}.agenda-whatsapp-prompt{display:grid;grid-gap:var(--space-12);gap:var(--space-12)}.agenda-whatsapp-prompt__preview,.agenda-whatsapp-prompt__text{margin:0}.agenda-whatsapp-prompt__preview{border-radius:14px;border:1px solid #d2e2d9;background:linear-gradient(180deg,#f9fcfa,#f4f9f6);padding:12px 14px;color:var(--color-text-secondary);line-height:1.5}.reports-header-actions{display:flex;align-items:center;gap:var(--space-xs);flex-wrap:wrap}.reports-panel-card .ui-card__header{flex-wrap:wrap;align-items:flex-start;row-gap:var(--space-sm)}.reports-summary-grid{display:grid;grid-template-columns:1fr;grid-gap:var(--space-md);gap:var(--space-md);margin-bottom:var(--space-16)}.reports-summary-card{--reports-accent:#3f7d54;border:1px solid #deebdf;border-radius:22px;background:#fbfdf9;box-shadow:var(--shadow-card);padding:var(--space-18);display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.reports-summary-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-sm);flex-wrap:wrap}.reports-summary-card__label{margin:0;color:#111917;font-size:clamp(18px,1.35vw,30px);font-weight:700;line-height:1.15}.reports-summary-range-switch{display:inline-grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;min-height:46px;min-width:260px;border-radius:var(--radius-pill);border:1px solid var(--color-border-card);background:#f3f7f2;padding:var(--space-xs);gap:var(--space-xs)}.reports-summary-range-button{min-height:36px;border:0;border-radius:var(--radius-pill);background:transparent;color:#626d67;font-size:clamp(14px,.95vw,16px);font-weight:700;cursor:pointer}.reports-summary-range-button.is-active{background:#dfece1;color:#3f7d54}.reports-summary-card strong{color:var(--reports-accent);font-size:clamp(34px,2.8vw,50px);font-weight:700;letter-spacing:-.4px;line-height:1.1}.reports-summary-card__period{margin:-4px 0 0;color:#626d67;font-size:clamp(16px,1.05vw,22px);font-weight:600}.reports-summary-card__meta{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.reports-summary-card small{width:-moz-fit-content;width:fit-content;color:var(--color-text-secondary);font-size:clamp(14px,.95vw,16px);font-weight:600;border:1px solid var(--color-border-card);border-radius:var(--radius-pill);background:#f3f7f2;padding:8px 14px}.reports-summary-detail-button{margin-top:var(--space-sm);margin-left:auto;border:0;background:transparent;text-decoration:none;color:#6d7470;display:inline-flex;align-items:center;gap:var(--space-sm);font-family:inherit;font-size:clamp(17px,1.05vw,22px);font-weight:700;cursor:pointer}.reports-summary-detail-button__icon{font-size:28px;line-height:1}.reports-detail-page{width:min(860px,100%);margin:0 auto;display:grid;grid-gap:var(--space-16);gap:var(--space-16)}.reports-detail-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:var(--space-sm);gap:var(--space-sm)}.reports-detail-header h2{margin:0;font-size:clamp(30px,2.6vw,42px);line-height:1.1;color:#101917}.reports-detail-back-link{width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#101917}.reports-detail-back-link svg{width:28px;height:28px}.reports-detail-create-button{width:44px;height:44px;border:0;border-radius:50%;background:transparent;color:#101917;font-size:46px;line-height:1;cursor:pointer}.reports-detail-tools{display:flex;justify-content:space-between;align-items:center;gap:var(--space-sm);flex-wrap:wrap}.reports-detail-filter-button,.reports-detail-stats-button{min-height:48px;border-radius:var(--radius-pill);border:1px solid #7f8a81;background:transparent;color:#2f6848;display:inline-flex;align-items:center;gap:var(--space-sm);padding:0 var(--space-16);font-size:16px;font-weight:700;font-family:inherit;text-decoration:none;cursor:pointer}.reports-detail-filter-button svg,.reports-detail-stats-button svg{width:22px;height:22px}.reports-detail-range-switch{width:-moz-fit-content;width:fit-content;min-width:332px}.reports-date-picker{display:grid;grid-gap:var(--space-14);gap:var(--space-14);width:min(760px,100%);margin:0 auto}.reports-date-picker-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-xs);gap:var(--space-xs)}.reports-date-picker-field{border:1px solid #d2ddd6;border-radius:var(--radius-md);background:#f6faf7;color:#1f2b26;text-align:left;min-height:62px;padding:var(--space-xs) var(--space-sm);display:grid;grid-gap:2px;gap:2px;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.reports-date-picker-field span{font-size:11px;color:#496357;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.reports-date-picker-field strong{font-size:clamp(15px,1.15vw,18px);line-height:1.15;font-weight:600;color:#1f2b26;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reports-date-picker-field.is-active{border-color:#5f876f;background:#eef7f0;box-shadow:inset 0 0 0 1px rgba(63,125,84,.28)}.reports-date-picker-headline{margin:0;font-size:clamp(28px,3vw,38px);line-height:1.08;font-weight:500;color:#2b3b34}.reports-date-picker-month{display:flex;justify-content:space-between;align-items:center;gap:var(--space-sm)}.reports-date-picker-month h4{margin:0;font-size:clamp(20px,2.2vw,26px);text-transform:capitalize;color:#2f4038}.reports-date-picker-month-actions{display:inline-flex;gap:var(--space-xxs)}.reports-date-picker-nav{width:40px;height:40px;border-radius:50%;border:1px solid #c8d7cf;background:#f6faf7;color:#2f6848;font-size:20px;line-height:1;cursor:pointer}.reports-date-picker-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:var(--space-xxs);gap:var(--space-xxs)}.reports-date-picker-weekdays span{display:grid;place-items:center;min-height:26px;font-size:13px;font-weight:700;color:#567367}.reports-date-picker-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:var(--space-xxs);gap:var(--space-xxs)}.reports-date-picker-day{min-height:44px;border-radius:50%;border:1px solid transparent;background:transparent;color:#24332d;font-size:16px;font-weight:500;cursor:pointer}.reports-date-picker-day.is-in-range{border-radius:var(--radius-pill);background:rgba(88,126,103,.14)}.reports-date-picker-day.is-selected{background:#2f6848;color:#fff;border-color:#2f6848}.reports-date-picker-day.is-today:not(.is-selected){border-color:#87a595}.reports-date-picker-day--empty{min-height:44px;cursor:default}.reports-detail-list{display:grid;grid-gap:var(--space-14);gap:var(--space-14)}.reports-detail-item{border-radius:var(--radius-lg);border:1px solid var(--color-border-card);background:var(--color-surface);box-shadow:var(--shadow-card);padding:var(--space-18) var(--space-20);display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.reports-detail-item--income{border-color:#dbe9df}.reports-detail-item--pending{border-color:#dfebd8}.reports-detail-item--irregular{border-color:#d9e8e7}.reports-detail-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;grid-gap:var(--space-16);gap:var(--space-16);align-items:start}.reports-detail-row-shell{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:var(--space-sm);gap:var(--space-sm);align-items:center}.reports-detail-block{min-width:0;display:grid;grid-gap:5px;gap:5px}.reports-detail-key{color:var(--color-text-secondary);font-size:12px;font-weight:650;letter-spacing:.015em}.reports-detail-value{color:var(--color-text-primary);font-size:var(--font-body-medium-size);font-weight:600;line-height:1.28;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reports-detail-value--amount{color:var(--color-primary-deep);font-weight:700}.reports-detail-description-toggle{width:34px;height:34px;border-radius:10px;border:1px solid #d7e3d9;background:#f3f8f4;color:#53695d;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .12s ease,background-color .12s ease,color .12s ease}.reports-detail-description-toggle:hover{border-color:#bbd1bf;background:#eaf3ec;color:#2f5342}.reports-detail-description-toggle.is-open{border-color:#a9c6af;background:#dfeee3;color:#214535}.reports-detail-description-toggle svg{width:19px;height:19px}.reports-detail-description-panel{margin-top:var(--space-sm);border-radius:12px;border:1px solid #d7e3d9;background:#f8fbf8;color:#355145;font-size:14px;line-height:1.45;padding:10px 12px;white-space:pre-wrap}.reports-detail-actions{position:relative;align-self:stretch;display:flex;align-items:center}.reports-detail-menu-trigger{width:34px;height:34px;border-radius:999px;border:1px solid #dce7de;background:#f4f8f3;color:#51655a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .12s ease,background-color .12s ease,color .12s ease}.reports-detail-menu-trigger:hover{border-color:#bfd3c4;background:#ecf4ee;color:#335646}.reports-detail-menu-trigger svg{width:18px;height:18px}.reports-detail-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:30;min-width:220px;border-radius:14px;border:1px solid #d9e5dc;background:#fbfdf9;box-shadow:0 12px 30px rgba(33,49,38,.16);padding:6px;display:grid;grid-gap:2px;gap:2px}.reports-detail-menu-item{min-height:40px;border:0;border-radius:10px;background:transparent;color:#30443b;font-family:inherit;font-size:14px;font-weight:600;text-align:left;padding:0 12px;cursor:pointer}.reports-detail-menu-item:hover{background:#edf4ee}.reports-detail-menu-item.is-danger{color:#c74047}.reports-detail-menu-item.is-danger:hover{background:#fff1f2}.reports-detail-empty{margin:0;min-height:220px;display:grid;place-items:center;color:#1b2522;font-size:clamp(24px,2.1vw,34px)}.reports-insights-page{width:min(1020px,100%);margin:0 auto;display:grid;grid-gap:clamp(12px,1.6vw,20px);gap:clamp(12px,1.6vw,20px);padding-block:0;position:relative;isolation:isolate}.reports-insights-page:before{content:"";position:absolute;inset:-10px -14px auto -14px;height:164px;border-radius:26px;background:radial-gradient(circle at 10% 16%,rgba(188,214,193,.55),transparent 45%),radial-gradient(circle at 88% 20%,rgba(213,231,213,.55),transparent 48%);z-index:-1;pointer-events:none}.reports-insights-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:var(--space-14);gap:var(--space-14)}.reports-insights-header h2{margin:0;font-size:clamp(22px,1.95vw,30px);line-height:1.1;color:#2f4138;font-weight:600}.reports-insights-heading{display:grid;grid-gap:6px;gap:6px}.reports-insights-heading p{margin:0;color:#5e7365;font-size:11px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.reports-insights-back-link{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#152018;text-decoration:none}.reports-insights-back-link svg{width:24px;height:24px}.reports-insights-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:clamp(14px,1.8vw,22px);gap:clamp(14px,1.8vw,22px)}.reports-insights-summary-card{border:1px solid #dce4d8;border-radius:22px;background:linear-gradient(180deg,#fff,#f8fbf8);padding:clamp(16px,1.7vw,24px);display:grid;grid-gap:10px;gap:10px;box-shadow:0 7px 18px rgb(44 62 48/7%);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.reports-insights-summary-card:hover{transform:translateY(-1px);border-color:#ccdaca;box-shadow:0 14px 30px rgba(44,62,48,.11)}.reports-insights-summary-card__head{display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;align-items:center}.reports-insights-summary-card__icon{width:32px;height:32px;border-radius:10px;border:1px solid #d7e6d7;background:#edf5ed;color:#4f6f52;display:inline-flex;align-items:center;justify-content:center}.reports-insights-summary-card__icon svg{width:16px;height:16px}.reports-insights-summary-card__title{margin:0;color:#607265;font-size:14px;font-weight:650}.reports-insights-summary-card h3{margin:0;color:#2d3f36;font-size:clamp(20px,1.8vw,28px);line-height:1.2;font-weight:600}.reports-insights-summary-card p{margin:0;color:#5f6f64;font-size:14px}.reports-insights-summary-card__count{color:#506455;font-weight:600}.reports-insights-movement-card{border:1px solid #dce4d8;border-radius:30px;background:linear-gradient(180deg,#fff,#f7faf7),radial-gradient(circle at 90% 8%,rgba(220,234,218,.35),transparent 46%);padding:clamp(20px,2.4vw,34px);display:grid;grid-gap:clamp(12px,1.6vw,20px);gap:clamp(12px,1.6vw,20px);box-shadow:0 10px 26px rgb(43 61 47/7%)}.reports-insights-movement-card h3{margin:0;color:#22332b;font-size:clamp(30px,2.9vw,44px);line-height:1.12;font-weight:650}.reports-insights-movement-subtitle{margin:0;color:#637267;font-size:clamp(20px,1.9vw,30px)}.reports-insights-movement-context{margin:0;color:#54695b;font-size:14px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.reports-insights-controls{display:flex;gap:var(--space-14);justify-content:space-between;align-items:center;flex-wrap:wrap;margin-top:2px}.reports-insights-period-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;grid-gap:8px;gap:8px;width:min(320px,100%);border-radius:var(--radius-pill);border:1px solid #cfddcf;background:linear-gradient(180deg,#edf3eb,#e8efe7);padding:6px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.65)}.reports-insights-period-button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:46px;border:1px solid transparent;border-radius:var(--radius-pill);background:transparent;color:#58705f;font-size:20px;font-weight:700;line-height:1;white-space:nowrap;padding:0 16px;cursor:pointer;transition:background-color .14s ease,color .14s ease,box-shadow .14s ease,border-color .14s ease}.reports-insights-period-button.is-active{background:#fff;color:#3f5f47;border-color:#d2ded2;box-shadow:0 4px 10px rgba(66,99,76,.14)}.reports-insights-period-button:not(.is-active):hover{background:#e4ede3}.reports-insights-period-button:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(80,117,91,.22)}.reports-insights-month-trigger{min-height:54px;border-radius:999px;border:1.4px solid #8ca694;background:#f4faf3;color:#365542;display:inline-flex;align-items:center;gap:var(--space-xs);padding:0 var(--space-18);font-family:inherit;font-size:22px;font-weight:700;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease}.reports-insights-month-trigger svg{width:22px;height:22px}.reports-insights-month-trigger:hover{background:#eef6ee;border-color:#739881}.reports-insights-month-trigger:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(84,120,94,.18)}.reports-insights-month-label{margin:0;color:#54685a;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.reports-insights-heatmap-scroll{overflow-x:auto;padding-bottom:4px}.reports-insights-heatmap-grid{display:grid;grid-gap:10px;gap:10px;min-width:560px}.reports-insights-heatmap-row{display:grid;align-items:center;grid-gap:10px;gap:10px}.reports-insights-column-label{text-align:center;color:#687a6f;font-size:15px;font-weight:700}.reports-insights-row-label{color:#6b7c71;font-size:15px;font-weight:600}.reports-insights-heatmap-cell{display:block;height:36px;border-radius:12px;background:#eef2ec;border:1px solid rgba(126,156,125,.1);animation:reports-insights-cell-in .32s ease both}.reports-insights-heatmap-cell:hover{transform:scale(1.03);box-shadow:inset 0 0 0 1px rgba(66,100,67,.26)}.reports-insights-legend{display:grid;grid-template-columns:auto minmax(100px,1fr) auto;grid-gap:var(--space-sm);gap:var(--space-sm);align-items:center;color:#5b6f60;font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.reports-insights-legend-scale{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:5px;gap:5px}.reports-insights-legend-step{display:block;height:12px;border-radius:999px;border:1px solid rgba(126,156,125,.1)}.reports-insights-note{width:100%;box-sizing:border-box;margin:6px 0 0;border-radius:22px;border:1px solid #d6e3d1;background:#edf4e9;color:#3e5d3e;font-size:clamp(19px,1.7vw,25px);font-weight:650;line-height:1.35;padding:var(--space-12) var(--space-18);box-shadow:inset 0 0 0 1px rgba(120,156,118,.12)}.reports-insights-note-emphasis{display:inline-block;margin-inline:.08em;padding:.04em .34em;border-radius:999px;background:#dce9d8;color:#2f5131;font-weight:760}.reports-insights-month-sheet-backdrop{position:fixed;inset:0;z-index:130;background:rgba(7,18,11,.42);display:flex;align-items:flex-end;justify-content:center}.reports-insights-month-sheet{width:min(860px,100%);border-radius:28px 28px 0 0;background:#f8faf6;border:1px solid #d8e3d8;border-bottom:0;box-shadow:0 -14px 34px rgba(0,0,0,.18);padding:var(--space-20);display:grid;grid-gap:var(--space-16);gap:var(--space-16)}.reports-insights-month-sheet-header{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-sm)}.reports-insights-month-sheet-header h4{margin:0;color:#172118;font-size:clamp(34px,2.2vw,42px);line-height:1.1;font-weight:700}.reports-insights-month-sheet-header p{margin:6px 0 0;color:#5b6e5f;font-size:17px;font-weight:600}.reports-insights-month-sheet-close{width:36px;height:36px;border-radius:999px;border:1px solid #d3ddd2;background:#eef4ed;color:#4f6253;font-family:inherit;font-size:18px;line-height:1;cursor:pointer}.reports-insights-month-sheet-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:var(--space-sm);gap:var(--space-sm)}.reports-insights-month-chip{min-height:66px;border-radius:16px;border:1.4px solid #c8d5c9;background:#f3f8f1;color:#384a3d;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-size:21px;font-weight:500;line-height:1;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,color .14s ease,transform .14s ease}.reports-insights-month-chip:hover{background:#eaf2e7;transform:translateY(-1px)}.reports-insights-month-chip.is-active{border-color:#b7d0bc;background:#d3e8d4;color:#163726;font-weight:700}.reports-insights-month-chip span:first-child{font-size:24px}.reports-insights-month-sheet-footer{display:flex;justify-content:flex-end;gap:var(--space-14);margin-top:var(--space-xs);padding:4px 2px 2px}.reports-insights-month-year-button{min-height:42px;border-radius:999px;border:1px solid #cfd9cf;background:#f3f8f1;color:#425547;padding:0 var(--space-16);font-family:inherit;font-size:14px;font-weight:700;cursor:pointer}@keyframes reports-insights-cell-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.reports-summary-card--income{--reports-accent:#3f7d54}.reports-summary-card--pending{--reports-accent:#537a43}.reports-summary-card--irregular{--reports-accent:#4a7f7a}.reports-toolbar{display:flex;justify-content:space-between;align-items:center;gap:var(--space-sm);flex-wrap:wrap;border:1px solid var(--color-border-card);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-card);padding:var(--space-sm);margin-bottom:var(--space-16)}.reports-toolbar-actions{display:flex;gap:var(--space-xs);flex-wrap:wrap}.reports-type-switch{display:inline-flex;padding:var(--space-xs);border-radius:var(--radius-pill);border:1px solid var(--color-border-input);background:var(--color-surface-soft)}.reports-type-switch__button{min-height:34px;border:0;border-radius:var(--radius-pill);padding:0 var(--space-14);background:transparent;color:var(--color-text-secondary);font-size:var(--font-body-medium-size);font-weight:700;cursor:pointer;transition:background-color .12s ease,color .12s ease,box-shadow .12s ease}.reports-type-switch__button:hover{background:#edf4ef}.reports-type-switch__button:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(77,122,101,.18)}.reports-type-switch__button.is-active{background:rgba(63,125,84,.16);color:#3f7d54}.reports-type-switch--pending .reports-type-switch__button.is-active{background:rgba(83,122,67,.16);color:#537a43}.reports-type-switch--irregular .reports-type-switch__button.is-active{background:rgba(74,127,122,.16);color:#4a7f7a}.reports-filters{margin-bottom:var(--space-16);border:1px solid var(--color-border-card);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-card);padding:var(--space-16);display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.reports-filters-grid{display:grid;grid-template-columns:minmax(0,1.6fr) repeat(2,minmax(0,1fr)) auto;grid-gap:var(--space-sm);gap:var(--space-sm);align-items:start}.reports-search-field{position:relative}.reports-search-icon{position:absolute;left:var(--space-16);top:50%;width:18px;height:18px;color:var(--color-text-hint);transform:translateY(-50%);pointer-events:none}.reports-search-icon svg{width:100%;height:100%;display:block}.reports-search-input{padding-left:46px}.reports-search-input::-webkit-search-cancel-button{display:none}.reports-filters-actions{display:flex;justify-content:flex-end;align-items:center;min-height:56px}.reports-loader{padding:var(--space-16) 0;display:flex;justify-content:center}.reports-error{display:grid;grid-gap:var(--space-14);gap:var(--space-14);color:var(--color-danger)}.reports-error p,.reports-table-main,.reports-table-subtle{margin:0}.reports-table-main{font-weight:700}.reports-table-subtle{margin-top:4px;color:var(--color-text-secondary);font-size:var(--font-caption-size)}.reports-table-actions{display:flex;gap:var(--space-xs);flex-wrap:wrap}.reports-record-list{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg)}.reports-record-card{border:1px solid var(--color-border-card);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-card);padding:var(--space-16) var(--space-18);display:grid;grid-gap:var(--space-md);gap:var(--space-md);transition:transform .12s ease,box-shadow .12s ease}.reports-record-card:hover{transform:translateY(-1px);box-shadow:0 6px 14px rgb(0 0 0/7%)}.reports-record-card--income{border-color:#dbe9df}.reports-record-card--pending{border-color:#dfebd8}.reports-record-card--irregular{border-color:#d9e8e7}.reports-record-top{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-sm);flex-wrap:wrap}.reports-record-date{margin:0;color:var(--color-text-secondary);font-size:var(--font-caption-size);font-weight:600}.reports-record-description{margin:0;color:var(--color-text-primary);white-space:pre-wrap;line-height:1.4}.reports-record-bottom{justify-content:space-between;gap:var(--space-sm)}.reports-record-bottom,.reports-record-meta{display:flex;align-items:center;flex-wrap:wrap}.reports-record-meta{gap:var(--space-xs)}.reports-record-pill{border:1px solid var(--color-border-input);background:var(--color-surface-soft);font-weight:600;color:var(--color-text-secondary)}.reports-record-amount,.reports-record-pill{border-radius:var(--radius-pill);padding:var(--space-xs) var(--space-sm);font-size:var(--font-caption-size)}.reports-record-amount{background:#edf5ef;border:1px solid #b5cfbc;color:var(--color-primary-deep);font-weight:700}.reports-archive-section,.reports-list-section{border:1px solid var(--color-border-card);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-card);padding:var(--space-16);display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.reports-archive-section{margin-top:var(--space-lg)}.reports-list-header{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-sm);flex-wrap:wrap}.reports-list-header h4,.reports-list-header p{margin:0}.reports-list-header-actions{display:flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap;justify-content:flex-end}.reports-list-header p,.reports-muted{color:var(--color-text-secondary)}.reports-muted{margin:0}.reports-archive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:var(--space-sm);gap:var(--space-sm)}.reports-archive-card{border:1px solid var(--color-border-input);border-radius:var(--radius-md);background:var(--color-surface-soft);padding:var(--space-16);display:grid;grid-gap:var(--space-xs);gap:var(--space-xs)}.reports-archive-card__meta,.reports-archive-card__title{margin:0}.reports-archive-card__title{font-weight:700}.reports-archive-card__meta{color:var(--color-text-secondary);font-size:var(--font-caption-size)}.reports-archive-modal-body{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.reports-select{width:100%;min-height:40px;border:1.2px solid var(--color-border-input);border-radius:var(--radius-md);background:var(--color-surface-soft);color:var(--color-text-primary);padding:0 var(--space-xl);font-family:inherit;font-size:var(--font-body-medium-size)}.reports-select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(77,122,101,.15)}.reports-select--full{min-height:48px;border-radius:var(--radius-md)}.reports-modal-form{display:grid;grid-gap:var(--space-14);gap:var(--space-14)}.reports-textarea{width:100%;border:1.2px solid var(--color-border-input);border-radius:var(--radius-md);background:var(--color-surface-soft);color:var(--color-text-primary);padding:12px var(--space-16);font-size:var(--font-body-medium-size);font-family:inherit;line-height:1.45}.reports-textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(77,122,101,.15)}.reports-form-error{margin:0;color:var(--color-danger);font-size:var(--font-caption-size)}.communications-tab-switch{display:flex;align-items:flex-end;gap:var(--space-16);border-bottom:1px solid #d9e6dc;margin:2px 0 var(--space-16)}.communications-tab-switch__button{min-height:38px;border:0;border-bottom:2px solid transparent;background:transparent;color:rgba(0,0,0,.62);font-size:var(--font-body-medium-size);font-weight:700;cursor:pointer;padding:0 var(--space-xs)}.communications-tab-switch__button.is-active{color:rgba(0,0,0,.87);border-bottom-color:var(--color-primary)}.communications-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,1fr);grid-gap:var(--space-16);gap:var(--space-16)}.communications-main,.communications-settings{border:1px solid var(--color-border-card);border-radius:var(--radius-xl);background:var(--color-surface);box-shadow:0 5px 12px rgb(0 0 0/4%);padding:var(--space-16);display:grid;grid-gap:var(--space-14);gap:var(--space-14)}.communications-settings{padding:var(--space-20);gap:var(--space-20)}.communications-search{margin-bottom:2px}.communications-selection-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);flex-wrap:wrap}.communications-selection-header p{margin:0;color:var(--color-text-secondary)}.communications-loader{padding:var(--space-16) 0;display:flex;justify-content:center}.communications-error{display:grid;grid-gap:var(--space-14);gap:var(--space-14);color:var(--color-danger)}.communications-error p{margin:0}.communications-patient-list{max-height:calc((56px * 2) + var(--space-xs) + (var(--space-xs) * 2));overflow-y:auto;overflow-x:hidden;border:1px solid #e5ece4;border-radius:var(--radius-xl);background:var(--color-surface);padding:var(--space-xs);display:grid;grid-gap:var(--space-xs);gap:var(--space-xs);scrollbar-width:thin;scrollbar-color:#b9cfc0 transparent}.communications-patient-list::-webkit-scrollbar{width:8px}.communications-patient-list::-webkit-scrollbar-track{background:transparent}.communications-patient-list::-webkit-scrollbar-thumb{border-radius:999px;background:#c2d4c8}.communications-patient-list::-webkit-scrollbar-thumb:hover{background:#aac2b2}.communications-patient-item{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;min-height:56px;grid-gap:var(--space-sm);gap:var(--space-sm);border-radius:var(--radius-md);padding:var(--space-xs) var(--space-sm);cursor:pointer}.communications-patient-item:hover{background:#eef5f1}.communications-patient-item input{margin-top:3px}.communications-patient-meta,.communications-patient-name{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.communications-patient-name{font-size:15px;font-weight:700}.communications-patient-meta{margin-top:4px;color:rgba(0,0,0,.54);font-size:var(--font-caption-size);font-weight:600}.communications-textarea{width:100%;border:1.2px solid var(--color-border-input);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-primary);padding:12px var(--space-16);font-size:var(--font-body-medium-size);font-family:inherit;line-height:1.45;resize:vertical}.communications-textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(77,122,101,.15)}.communications-textarea:disabled{background:#f3f3f3;color:var(--color-text-secondary)}.communications-textarea--template{border-radius:var(--radius-lg);min-height:148px;padding-top:var(--space-14);padding-bottom:var(--space-14);line-height:1.6}.communications-template-actions{display:flex;gap:var(--space-xs);flex-wrap:wrap}.communications-send-actions{display:flex;justify-content:center;gap:var(--space-sm);margin-top:var(--space-xs)}.communications-send-actions .ui-button{width:min(100%,720px)}.communications-toggle{display:flex;justify-content:space-between;align-items:center;gap:var(--space-sm);padding-bottom:var(--space-xs)}.communications-toggle label{font-size:15px;font-weight:700;color:rgba(0,0,0,.87)}.communications-toggle input{width:20px;height:20px;accent-color:var(--color-primary)}.communications-settings-hint{margin:0;color:rgba(0,0,0,.54);font-size:var(--font-caption-size);font-weight:600}.communications-template-card{border:1px solid #e1e1e1;border-radius:var(--radius-lg);background:var(--color-surface);padding:var(--space-16);display:grid;grid-gap:var(--space-md);gap:var(--space-md)}.communications-template-card.is-disabled{background:#f3f3f3}.communications-template-card-title{font-size:15px;font-weight:700;color:rgba(0,0,0,.87)}.communications-template-card-hint{font-size:var(--font-caption-size);font-weight:600;color:rgba(0,0,0,.54);line-height:1.45}.subscription-calm-card{border:1px solid #d6e4da;border-radius:var(--radius-xl);background:linear-gradient(180deg,#f9fcfa,#f7fbf8);padding:clamp(18px,2.1vw,30px);display:grid;grid-gap:clamp(14px,1.4vw,20px);gap:clamp(14px,1.4vw,20px)}.subscription-calm-top{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);flex-wrap:wrap}.subscription-sync-state{margin:0;color:#5d6f68;font-size:11px;font-weight:500}.subscription-summary{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.subscription-focus-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-14);gap:var(--space-14)}.subscription-focus-item{border:1px solid #d3e1d9;border-radius:var(--radius-lg);background:hsla(0,0%,100%,.72);padding:clamp(14px,1.6vw,22px);display:grid;grid-gap:8px;gap:8px;align-content:start}.subscription-summary h3{margin:0;font-size:clamp(22px,2.1vw,30px);line-height:1.2;font-weight:700;color:#234339;letter-spacing:-.01em}.subscription-summary-highlight{margin:0;color:#2f5448;font-size:clamp(18px,1.7vw,24px);line-height:1.26;font-weight:600}.subscription-divider{height:1px;background:#cfded5}.subscription-plan{display:grid;grid-gap:4px;gap:4px}.subscription-plan-name{margin:0;color:#1f3f35;font-size:clamp(20px,1.8vw,26px);line-height:1.22;font-weight:700;letter-spacing:-.01em}.subscription-plan-price{margin:0;color:#284c40;font-size:clamp(18px,1.4vw,22px);line-height:1.24;font-weight:700}.subscription-alert{margin:0 0 var(--space-md);border-radius:var(--radius-sm);border:1px solid #d8bc8a;background:#fff5e5;color:#7f5d21;padding:var(--space-sm) var(--space-md);line-height:1.4}.subscription-pill{display:inline-flex;align-items:center;border-radius:var(--radius-pill);border:1px solid transparent;font-size:var(--font-caption-size);font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:6px 10px}.subscription-pill--trial{border-color:#8ebca4;background:#e8f3ed;color:#2d614c}.subscription-pill--active{border-color:#7ab794;background:#ebf7f0;color:#1f5e41}.subscription-pill--past_due{border-color:#d9b77a;background:#faf2df;color:#7f5d21}.subscription-pill--canceled,.subscription-pill--unknown{border-color:#c9cfd1;background:#f2f4f5;color:#4c5a61}.subscription-text{margin:var(--space-md) 0 0;color:var(--color-text-primary)}.subscription-text--warning{color:var(--color-warning);font-weight:600}.subscription-cta{display:grid;align-content:start;grid-gap:var(--space-md);gap:var(--space-md);margin-top:2px}.subscription-note{margin:0;color:var(--color-text-secondary);line-height:1.45;font-size:15px}.subscription-actions{display:flex;justify-content:flex-start;align-items:center;gap:var(--space-sm);flex-wrap:wrap}.settings-stack{display:grid;grid-gap:var(--space-24);gap:var(--space-24)}.settings-stack>.ui-card{border-radius:var(--radius-xl);border:1px solid var(--color-border-card);box-shadow:0 5px 12px rgb(0 0 0/4%)}.settings-stack>.ui-card .ui-card__header{margin-bottom:var(--space-16)}.settings-stack>.ui-card .ui-card__title{font-size:19px;font-weight:700;color:#1b322c}.settings-stack>.ui-card .ui-card__description{color:rgba(0,0,0,.54);font-size:13px}.settings-loader{padding:var(--space-16) 0;display:flex;justify-content:center}.settings-error{display:grid;grid-gap:var(--space-14);gap:var(--space-14);color:var(--color-danger)}.settings-error p{margin:0}.settings-grid,.settings-reminders-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-16);gap:var(--space-16);align-items:start}.settings-block{border:1px solid var(--color-border-card);border-radius:var(--radius-xl);background:var(--color-surface);padding:var(--space-16);display:grid;grid-gap:var(--space-14);gap:var(--space-14);align-content:start;box-shadow:0 5px 12px rgb(0 0 0/4%)}.settings-block--full{border:0;padding:0;background:transparent}.settings-block__header h3{margin:0;font-size:var(--font-label-large-size);font-weight:700;color:#1c2f29}.settings-block__header p{margin:4px 0 0;color:rgba(0,0,0,.54);font-size:13px}.settings-block__content{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.settings-block__actions{display:flex;justify-content:flex-start;align-items:center;gap:var(--space-sm);margin-top:var(--space-xs)}.settings-block--help{min-height:228px;background:linear-gradient(180deg,#f9fcf8,#f3f8f4);border-color:#d6e4da;padding:var(--space-18)}.settings-block--help .settings-block__header p{margin-top:8px}.settings-block--help .settings-block__actions{margin-top:var(--space-md)}.settings-help__button{word-spacing:.14em}.settings-readonly{border:1px solid #d6e4da;border-radius:var(--radius-md);background:var(--color-surface);padding:var(--space-sm) var(--space-md);display:grid;grid-gap:2px;gap:2px}.settings-readonly span{color:var(--color-text-secondary);font-size:var(--font-caption-size)}.settings-readonly strong{font-size:var(--font-body-medium-size)}.settings-radio-group{display:grid;grid-gap:10px;gap:10px;padding:8px;border:1px solid #d8e4dc;border-radius:14px;background:#f8fbf9}.settings-radio{display:flex;align-items:center;gap:10px;border:1px solid #cfddd4;border-radius:11px;background:#fff;padding:10px 12px;cursor:pointer;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease}.settings-radio.is-selected{border-color:#8cb6a1;background:#eef6f1;box-shadow:0 1px 6px rgba(33,80,63,.1)}.settings-radio:hover{border-color:#afc9bb}.settings-radio input{width:18px;height:18px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1.5px solid #96b3a4;border-radius:999px;background:#fff;transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.settings-radio input:checked{border-color:#4d7a65;background:#4d7a65;box-shadow:inset 0 0 0 4px #fff}.settings-radio input:focus-visible{outline:none;box-shadow:inset 0 0 0 4px #fff,0 0 0 3px rgba(77,122,101,.2)}.settings-radio span{color:#1f342d;font-size:1.02rem;font-weight:500;letter-spacing:.005em}.settings-hint{margin:0;color:rgba(0,0,0,.54);font-size:13px}.settings-security{border:1px solid #d7e4dc;border-radius:22px;background:linear-gradient(180deg,#f9fcfa,#f5faf7);padding:var(--space-20);display:grid;grid-gap:var(--space-16);gap:var(--space-16)}.settings-security__top{display:flex;justify-content:space-between;align-items:start;gap:var(--space-lg)}.settings-security__label{margin:0;color:#2f4b42;font-size:15px;font-weight:700}.settings-security__number{font-size:30px;line-height:1.05;color:#17342c;font-weight:700;text-align:right}.settings-security__number.is-empty{color:#6c7f78;font-size:16px;font-weight:600;line-height:1.25}.settings-security__actions{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}.settings-security__actions>.ui-button{justify-self:start}.settings-security__editor{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}.settings-security__divider{height:1px;background:#ceddd4;margin:var(--space-xs) 0}.settings-security__password{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.settings-security__password h4{margin:0;font-size:18px;font-weight:700;color:#234239}.settings-security .settings-hint{margin:0;line-height:1.5}.settings-security .settings-block__actions{margin-top:var(--space-sm)}.settings-report-access{border:1px solid #d7e4dc;border-radius:22px;background:linear-gradient(180deg,#f9fcfa,#f5faf7);padding:var(--space-20);display:grid;grid-gap:var(--space-16);gap:var(--space-16)}.settings-report-access__editor{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}.settings-report-access .settings-hint{margin:0;line-height:1.5}.shared-access-card,.shared-access-card__actions,.shared-access-card__error,.shared-access-card__loading,.shared-access-card__qr,.shared-access-card__summary{display:grid;grid-gap:1rem;gap:1rem}.shared-access-card__limitations,.shared-access-card__meta,.shared-access-card__qr p,.shared-access-card__status{margin:0}.shared-access-card__limitations{color:var(--color-text-secondary)}.shared-access-card__qr{justify-items:start}.shared-access-card__link,.shared-access-card__link-actions,.shared-access-card__share,.shared-access-card__tabs{display:grid;grid-gap:.85rem;gap:.85rem}.shared-access-card__tabs{grid-template-columns:repeat(2,minmax(0,max-content))}.shared-access-card__tab{min-height:42px;padding:.65rem 1rem;border:1px solid rgba(42,70,59,.14);border-radius:999px;background:hsla(0,0%,100%,.72);color:var(--color-text-secondary);font:inherit;font-weight:700;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.shared-access-card__tab.is-active{border-color:rgba(77,122,101,.35);background:rgba(77,122,101,.12);color:var(--color-text-primary)}.shared-access-card__qr img{width:220px;max-width:100%;height:auto;border-radius:var(--radius-lg);border:1px solid rgba(42,70,59,.12);background:#fff;padding:.75rem}.shared-access-card__link-input{width:100%;min-height:48px;padding:.9rem 1rem;border:1px solid rgba(42,70,59,.12);border-radius:var(--radius-md);background:hsla(0,0%,100%,.82);color:var(--color-text-primary);font:inherit;line-height:1.5;overflow:hidden;text-overflow:ellipsis}.shared-access-card__actions,.shared-access-card__link-actions{grid-template-columns:repeat(auto-fit,minmax(180px,max-content));align-items:center}.app-shared-access-banner{margin:0 1.5rem;border-radius:1rem;padding:.85rem 1rem;background:rgba(194,123,44,.14);color:#6b430a;font-size:.95rem;line-height:1.45}.reports-access-gate,.reports-access-gate__error,.reports-access-gate__loader{display:grid;grid-gap:1rem;gap:1rem}.reports-access-gate{max-width:32rem}.reports-access-gate__text{margin:0;color:var(--color-text-secondary)}.reports-access-gate__actions{display:flex;flex-wrap:wrap;gap:.75rem}.reports-access-gate__error-text{margin:0;color:var(--color-danger-600);font-size:.95rem}.settings-toggle{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm)}.settings-toggle span{color:#2a463b;font-size:14px;font-weight:600}.settings-toggle input{width:20px;height:20px;accent-color:var(--color-primary)}.settings-select{width:100%;min-height:44px;border:1.2px solid #d6e4da;border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-primary);padding:0 var(--space-16);font-family:inherit;font-size:var(--font-body-medium-size)}.settings-select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(77,122,101,.15)}.settings-inline-checkboxes{display:flex;gap:var(--space-14);flex-wrap:wrap}.settings-inline-checkboxes label{display:inline-flex;align-items:center;gap:var(--space-xs);color:var(--color-text-primary)}.settings-inline-checkboxes input{accent-color:var(--color-primary)}.settings-textarea,.settings-time-input{width:100%;border:1.2px solid #d6e4da;border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-primary);padding:12px var(--space-16);font-size:var(--font-body-medium-size);font-family:inherit}.settings-textarea:focus,.settings-time-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(77,122,101,.15)}.settings-textarea{resize:vertical;line-height:1.45}.settings-select:disabled,.settings-textarea:disabled,.settings-time-input:disabled{background:#f5f7f6;color:rgba(0,0,0,.45)}.settings-section-actions{margin-top:var(--space-16);display:flex;gap:var(--space-sm);flex-wrap:wrap}.auto-turno-stack{display:grid;grid-gap:var(--space-16);gap:var(--space-16)}.auto-turno-redesign-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:var(--space-16);gap:var(--space-16)}.auto-turno-redesign-card-link{display:block;text-decoration:none}.auto-turno-redesign-card-link:focus-visible{outline:none}.auto-turno-redesign-card-link:focus-visible .auto-turno-redesign-card{outline:2px solid rgba(77,122,101,.45);outline-offset:2px}.auto-turno-redesign-card{min-height:170px;display:flex;flex-direction:column;justify-content:space-between;border-color:#d8e3dc;background:linear-gradient(180deg,#fcfefd,#f6faf8);box-shadow:0 8px 16px rgb(28 46 39/5%)}.auto-turno-redesign-card--interactive{cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.auto-turno-redesign-card--interactive:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgb(28 46 39/8%)}.auto-turno-redesign-card--interactive:focus-visible{outline:2px solid rgba(77,122,101,.45);outline-offset:2px}.auto-turno-redesign-card.is-active{border-color:#c4d7cb;box-shadow:0 12px 24px rgb(28 46 39/9%)}.auto-turno-redesign-card-caption{margin:0;color:var(--color-text-secondary);font-size:13px}.auto-turno-activation-card{margin-top:0;display:flex;flex-direction:column;gap:var(--space-sm);flex:1 1}.auto-turno-activation-copy{margin:0;color:#51675a;font-size:13px;line-height:1.45}.auto-turno-activation-cta{margin:0;color:#355748;font-size:13px;font-weight:600;line-height:1.45}.auto-turno-hanging-scene{margin-top:0;flex:1 1;min-height:176px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px}.auto-turno-hanging-sign-wrap{width:100%;max-width:254px;perspective:1000px;transform-origin:top center}.auto-turno-hanging-sign-wrap.is-swinging{animation:auto-turno-hanging-swing .86s cubic-bezier(.22,.75,.2,1)}.auto-turno-hanging-sign{position:relative;width:100%;height:118px;transform-style:preserve-3d;transition:transform .76s cubic-bezier(.2,.8,.2,1)}.auto-turno-hanging-sign.is-open{transform:rotateY(0deg)}.auto-turno-hanging-sign.is-closed{transform:rotateY(180deg)}.auto-turno-hanging-sign-face{position:absolute;inset:0;border:3px solid #6f8f7e;border-radius:24px;background:linear-gradient(180deg,#f4fbf7,#e8f2ec);box-shadow:0 8px 18px rgba(45,74,61,.12),inset 0 0 0 2px rgba(142,174,157,.3);-webkit-backface-visibility:hidden;backface-visibility:hidden;display:grid;justify-items:center;align-content:center;grid-gap:6px;gap:6px;padding:14px}.auto-turno-hanging-sign-face--closed{transform:rotateY(180deg);background:linear-gradient(180deg,#f7f4f2,#efe8e3);border-color:#b49f8f}.auto-turno-hanging-sign-main{color:#2f4f41;font-size:38px;line-height:1;font-weight:800;letter-spacing:.07em}.auto-turno-hanging-sign-main--closed{color:#7b6758;font-size:30px;letter-spacing:.04em}.auto-turno-hanging-sign-sub{color:#3a5f4f;font-size:33px;line-height:1;font-weight:700;letter-spacing:.1em}@keyframes auto-turno-hanging-swing{0%{transform:rotate(-12deg)}35%{transform:rotate(10deg)}60%{transform:rotate(-6deg)}to{transform:rotate(0deg)}}.auto-turno-activation-control{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);margin-top:0;border:1px solid #d7e4dc;border-radius:var(--radius-md);background:#f5faf7;padding:10px 12px}.auto-turno-activation-label{color:var(--color-text-primary);font-size:14px;font-weight:600}.auto-turno-activation-switch{border:1px solid #afc0b5;border-radius:999px;background:#edf4ef;width:56px;height:30px;padding:2px;display:flex;align-items:center;justify-content:flex-start;gap:4px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.auto-turno-activation-switch.is-on{background:#a9be9f;border-color:#95ac89}.auto-turno-activation-switch:disabled{opacity:.7;cursor:not-allowed}.auto-turno-activation-switch-thumb{width:24px;height:24px;border-radius:999px;background:#fff;box-shadow:0 1px 2px rgba(18,31,25,.15);transition:transform .2s cubic-bezier(.2,.7,.2,1)}.auto-turno-activation-switch.is-on .auto-turno-activation-switch-thumb{transform:translateX(25px)}.auto-turno-activation-switch-check{color:#fff;font-size:14px;font-weight:700;line-height:1;margin-left:-1px;opacity:.9}.auto-turno-activation-switch.is-pulse{animation:auto-turno-switch-pulse .36s ease-out}.auto-turno-activation-switch.is-pulse .auto-turno-activation-switch-check{animation:auto-turno-switch-check-pop .24s ease-out}@keyframes auto-turno-switch-pulse{0%{box-shadow:0 0 0 0 rgba(93,140,114,.42)}to{box-shadow:0 0 0 10px rgba(93,140,114,0)}}@keyframes auto-turno-switch-check-pop{0%{opacity:0;transform:scale(.6)}60%{opacity:1;transform:scale(1.18)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.auto-turno-hanging-sign-wrap.is-swinging{animation:none}.auto-turno-activation-switch,.auto-turno-activation-switch-thumb,.auto-turno-hanging-sign{transition:none}.auto-turno-activation-switch.is-pulse,.auto-turno-activation-switch.is-pulse .auto-turno-activation-switch-check{animation:none}}.auto-turno-autoturnos-card-snapshot{margin-top:auto;display:grid;grid-gap:var(--space-10);gap:var(--space-10)}.auto-turno-autoturnos-card-loading{min-height:66px;display:flex;align-items:center}.auto-turno-autoturnos-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--space-xs);gap:var(--space-xs)}.auto-turno-autoturnos-metric{border:1px solid #d6e3dc;border-radius:var(--radius-sm);background:#f2f8f5;padding:8px;display:grid;grid-gap:2px;gap:2px}.auto-turno-autoturnos-metric strong{color:#244538;font-size:16px;line-height:1}.auto-turno-autoturnos-metric span{color:#4f6b5d;font-size:11px;font-weight:600}.auto-turno-autoturnos-latest{margin:0;color:#4f6b5d;font-size:12px}.auto-turno-autoturnos-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:var(--space-sm);gap:var(--space-sm)}.auto-turno-autoturnos-summary-item{border:1px solid #d6e3dc;border-radius:var(--radius-md);background:#f4f9f6;padding:var(--space-12);display:grid;grid-gap:4px;gap:4px}.auto-turno-autoturnos-summary-item strong{color:#214236;font-size:22px;line-height:1}.auto-turno-autoturnos-summary-item span{color:#4f6b5d;font-size:12px;font-weight:600}.auto-turno-perfil-editor-card,.auto-turno-preview-editor-card{border:1px solid #d8e3dc;background:linear-gradient(180deg,#fcfefd,#f6faf8)}.auto-turno-preview-editor-card .ui-card__header{margin-bottom:var(--space-18)}.auto-turno-preview-loading{padding:var(--space-10) 0}.auto-turno-preview-feedback{display:grid;grid-gap:var(--space-12);gap:var(--space-12)}.auto-turno-preview-feedback p{margin:0;color:var(--color-text-secondary)}.auto-turno-preview-stack{display:grid;grid-gap:var(--space-20);gap:var(--space-20)}.auto-turno-preview-url{margin:0;color:var(--color-text-secondary);font-size:14px;word-break:break-word}.auto-turno-preview-actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-top:var(--space-8);margin-bottom:var(--space-6)}.auto-turno-preview-frame-shell{border:1px solid #d8e3dc;border-radius:var(--radius-md);overflow:hidden;background:#f7faf8}.auto-turno-preview-frame{display:block;width:100%;min-height:880px;border:0}@media (max-width:768px){.auto-turno-preview-frame{min-height:680px}}.auto-turno-perfil-page-head{display:flex;align-items:center}.auto-turno-perfil-back-link{display:inline-flex;align-items:center;justify-content:center;width:44px;min-height:40px;height:44px;border-radius:999px;border:1px solid #c6d8ce;background:#edf5f0;color:#42614e;text-decoration:none;padding:0}.auto-turno-perfil-back-link:hover{background:#e6f1eb}.auto-turno-perfil-back-link:focus-visible{outline:2px solid rgba(66,97,78,.45);outline-offset:2px}.auto-turno-perfil-loading{margin:0;color:var(--color-text-secondary)}.auto-turno-perfil-form{display:grid;grid-gap:var(--space-20);gap:var(--space-20)}.auto-turno-perfil-section{display:grid;grid-gap:var(--space-16);gap:var(--space-16);padding-top:var(--space-16);border-top:1px solid #dce7e0}.auto-turno-perfil-section:first-child{border-top:0;padding-top:0}.auto-turno-perfil-section h3{margin:0;font-size:30px;line-height:1.1;font-family:var(--font-autoturno-display),Georgia,serif;color:#233c33}.auto-turno-perfil-identidad-grid{display:grid;grid-template-columns:180px minmax(0,1fr);grid-gap:var(--space-16);gap:var(--space-16);align-items:start}.auto-turno-perfil-photo-panel{border:1px dashed #cbdcd1;border-radius:var(--radius-md);background:#f7fbf9;padding:var(--space-14);display:grid;justify-items:center;grid-gap:var(--space-sm);gap:var(--space-sm)}.auto-turno-perfil-photo-preview{width:96px;height:96px;border-radius:50%;object-fit:cover;border:1px solid #d5e3db}.auto-turno-perfil-photo-adjuster{width:96px;height:96px;border-radius:50%;overflow:hidden;touch-action:none;cursor:-webkit-grab;cursor:grab}.auto-turno-perfil-photo-adjuster.is-dragging{cursor:-webkit-grabbing;cursor:grabbing}.auto-turno-perfil-photo-preview.is-placeholder{display:inline-flex;align-items:center;justify-content:center;background:#edf5f0;color:#4b6a58;font-size:28px;font-weight:700}.auto-turno-perfil-photo-upload-trigger{margin:0;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-pill);border:1px solid #cadcd1;background:#edf5f0;color:#42614e;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer}.auto-turno-perfil-photo-upload-trigger:hover{background:#e4efe9}.auto-turno-perfil-photo-upload-trigger:focus-visible{outline:2px solid rgba(77,122,101,.45);outline-offset:2px}.auto-turno-perfil-photo-upload-input{display:none}.auto-turno-perfil-photo-upload-help{margin:0;color:#597363;font-size:11px;text-align:center}.auto-turno-perfil-photo-focus-controls{width:100%;display:grid;grid-gap:8px;gap:8px}.auto-turno-perfil-photo-focus-field{width:100%;display:grid;grid-gap:4px;gap:4px;color:#597363;font-size:11px}.auto-turno-perfil-photo-focus-field input[type=range]{width:100%}.auto-turno-perfil-identidad-fields{display:grid;grid-gap:var(--space-14);gap:var(--space-14)}.auto-turno-perfil-textarea{min-height:112px;padding-top:12px;padding-bottom:12px;line-height:1.4;resize:vertical}.auto-turno-perfil-two-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-16);gap:var(--space-16)}.auto-turno-perfil-checkboxes{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.auto-turno-perfil-checkbox{display:inline-flex;align-items:center;gap:10px;color:var(--color-text-primary)}.auto-turno-perfil-checkbox input{width:18px;height:18px;accent-color:#93a07e}.auto-turno-perfil-actions{display:flex;justify-content:center}.auto-turno-perfil-actions .ui-button{min-width:180px}.auto-turno-perfil-error{margin:0;color:var(--color-danger);font-size:var(--font-body-medium-size)}.auto-turno-agenda-stack{display:grid;grid-gap:var(--space-16);gap:var(--space-16)}.auto-turno-agenda-card{border:1px solid #d8e3dc;background:linear-gradient(180deg,#fcfefd,#f6faf8)}.auto-turno-agenda-card--premium{border-color:#d3dfd8;background:radial-gradient(circle at top left,hsla(0,0%,100%,.96) 0,rgba(246,251,248,.92) 48%,#edf5f0 100%);box-shadow:0 24px 48px rgb(43 68 53/8%)}.auto-turno-agenda-loading{margin:0;color:var(--color-text-secondary)}.auto-turno-agenda-premium-section-kicker{margin:0;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#6a8374}.auto-turno-agenda-premium-section-head h4,.auto-turno-agenda-premium-session-copy h4{margin:0;color:#19392b;font-size:clamp(24px,2.6vw,32px);line-height:1.08;font-weight:700}.auto-turno-agenda-premium-session-copy p:last-child{margin:0;max-width:56ch;color:#5b7266;font-size:15px;line-height:1.5}.auto-turno-agenda-premium-calendar,.auto-turno-agenda-premium-session,.auto-turno-agenda-premium-weekly{margin-top:20px;padding:22px;border:1px solid #d8e4dd;border-radius:24px;background:hsla(0,0%,100%,.78)}.auto-turno-agenda-premium-section-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px;flex-wrap:wrap}.auto-turno-agenda-settings--premium{margin-top:0;padding-top:0;border-top:0;align-items:end}.auto-turno-agenda-settings--helper{margin-top:4px;padding-top:0;border-top:0;grid-template-columns:1fr;row-gap:12px}.auto-turno-agenda-weekly-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:var(--space-14);column-gap:var(--space-14);grid-row-gap:18px;row-gap:18px}.auto-turno-agenda-weekly-grid--premium{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.auto-turno-agenda-weekday-card{border:1px solid #dce7e0;border-radius:var(--radius-md);background:#fff;padding:var(--space-14);display:grid;grid-gap:var(--space-12);gap:var(--space-12)}.auto-turno-agenda-weekday-card--premium{position:relative;padding:18px;border-radius:22px;border-color:#d9e4de;background:linear-gradient(180deg,hsla(0,0%,100%,.98),#f7fbf9);box-shadow:0 12px 24px rgb(34 59 46/6%)}.auto-turno-agenda-weekday-card--premium.is-enabled:after{content:"";position:absolute;inset:0 auto 0 0;width:4px;border-radius:22px 0 0 22px;background:linear-gradient(180deg,#4d7a65,#79a38b)}.auto-turno-agenda-weekday-card--premium.is-disabled{background:linear-gradient(180deg,#fafcfb,#f2f6f4)}.auto-turno-agenda-weekday-card--helper{align-self:start;align-content:start;gap:10px;padding:16px 18px;border-style:dashed;border-color:#cddcd4;background:linear-gradient(180deg,rgba(249,252,250,.96),#f4f8f6);box-shadow:none}.auto-turno-agenda-weekday-card--helper h5{margin:0;color:#204131;font-size:17px;line-height:1.2}.auto-turno-agenda-weekday-card--helper p{margin:0;color:#5b7266;font-size:13px;line-height:1.5}.auto-turno-agenda-actions--helper{justify-content:flex-start}.auto-turno-agenda-actions--footer{margin-top:18px;justify-content:center}.auto-turno-agenda-weekday-head{display:flex;justify-content:space-between;align-items:center;gap:var(--space-sm)}.auto-turno-agenda-weekday-head label{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:var(--color-text-primary)}.auto-turno-agenda-weekday-head input{width:16px;height:16px;accent-color:#4f7a5b}.auto-turno-agenda-weekday-head em{font-style:normal;font-size:12px;color:#5c6e64}.auto-turno-agenda-weekday-head--premium{align-items:start}.auto-turno-agenda-weekday-badges{display:flex;flex-wrap:wrap;gap:8px;justify-content:end}.auto-turno-agenda-weekday-status{border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.auto-turno-agenda-weekday-status.is-on{border:1px solid #b7d7c4;background:#eaf7ef;color:#245438}.auto-turno-agenda-weekday-status.is-off{border:1px solid #d5dfd9;background:#f3f6f4;color:#61756a}.auto-turno-agenda-weekday-hero{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.auto-turno-agenda-weekday-hero div{padding:14px;border:1px solid #dbe6df;border-radius:16px;background:#f9fcfa;display:grid;grid-gap:6px;gap:6px}.auto-turno-agenda-weekday-hero small{color:#73897d;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.auto-turno-agenda-weekday-hero strong{color:#1d3d2f;font-size:15px;line-height:1.35}.auto-turno-agenda-weekday-times{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-sm);gap:var(--space-sm)}.auto-turno-agenda-location-suggestions{border:1px solid #d3e0d8;border-radius:var(--radius-sm);background:#f8fcf9;padding:6px;display:grid;grid-gap:6px;gap:6px}.auto-turno-agenda-location-suggestion{display:flex;align-items:center;gap:8px}.auto-turno-agenda-location-suggestion-use{flex:1 1;border:1px solid #d3e0d8;border-radius:10px;background:#fff;color:#244234;text-align:left;padding:8px 10px;font-size:13px;line-height:1.3;cursor:pointer}.auto-turno-agenda-location-suggestion-use:hover{border-color:#b7cec0;background:#f4faf6}.auto-turno-agenda-location-suggestion-remove{border:1px solid #cfddd4;border-radius:999px;background:#fff;color:#466556;width:28px;height:28px;font-size:13px;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.auto-turno-agenda-location-suggestion-remove:hover{border-color:#9eb8a8;color:#2f4f40}.auto-turno-agenda-settings{margin-top:var(--space-16);padding-top:var(--space-16);border-top:1px solid #dce7e0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-16);gap:var(--space-16)}.auto-turno-agenda-actions{display:flex;gap:var(--space-sm);flex-wrap:wrap;align-items:end}.auto-turno-agenda-actions--session{justify-content:flex-end}.auto-turno-agenda-dayoff-form{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:var(--space-16);gap:var(--space-16);align-items:end}.auto-turno-agenda-dayoff-list{margin-top:var(--space-16);display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.auto-turno-agenda-dayoff-item{border:1px solid #d9e4dd;border-radius:var(--radius-md);background:#fff;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:var(--space-sm)}.auto-turno-agenda-dayoff-item strong{font-size:13px;color:var(--color-text-primary)}.auto-turno-agenda-dayoff-item p{margin:3px 0 0;font-size:13px;color:var(--color-text-secondary)}.auto-turno-agenda-empty{margin:var(--space-16) 0 0;color:var(--color-text-secondary)}.auto-turno-agenda-calendar-head{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.auto-turno-agenda-calendar-shell{border:1px solid #d9e4dd;border-radius:22px;background:linear-gradient(180deg,#fcfffd,#f5faf7);padding:18px}.auto-turno-agenda-calendar-top{display:flex;justify-content:space-between;align-items:end;gap:var(--space-16);flex-wrap:wrap}.auto-turno-agenda-calendar-view-switch{display:inline-flex;gap:8px;flex-wrap:wrap}.auto-turno-agenda-calendar-block-action{display:flex;align-items:center;gap:var(--space-sm)}.auto-turno-agenda-calendar-block-action .ui-button{min-width:160px}.auto-turno-agenda-calendar-nav{display:flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap}.auto-turno-agenda-calendar-nav strong{font-size:14px;color:var(--color-text-primary)}.auto-turno-agenda-calendar-help{margin:0;font-size:12px;color:var(--color-text-secondary)}.auto-turno-agenda-legend{display:flex;flex-wrap:wrap;gap:8px}.auto-turno-agenda-legend-item{border-radius:var(--radius-pill);padding:4px 10px;font-size:12px;font-weight:600}.auto-turno-agenda-legend-item.is-green{border:1px solid #b8dfc3;background:#e9f7ed;color:#1f6a37}.auto-turno-agenda-legend-item.is-red{border:1px solid #efb8b8;background:#fdecec;color:#9f2f2f}.auto-turno-agenda-legend-item.is-gray{border:1px solid #d9dfdb;background:#f3f6f4;color:#4f6057}.auto-turno-agenda-calendar-wrap{margin-top:var(--space-16);overflow-x:auto;border-radius:var(--radius-md);border:1px solid #d6e3db;background:#fff}.auto-turno-agenda-calendar-table{width:100%;border-collapse:collapse;min-width:920px;table-layout:fixed}.auto-turno-agenda-calendar-table td,.auto-turno-agenda-calendar-table th{border-bottom:1px solid #dce7e0;border-right:1px solid #dce7e0;vertical-align:top;padding:8px}.auto-turno-agenda-calendar-table td:last-child,.auto-turno-agenda-calendar-table th:last-child{border-right:0}.auto-turno-agenda-calendar-table thead th{background:#f4f8f6;color:#2f4a3e;font-size:13px;font-weight:700;white-space:nowrap}.auto-turno-agenda-calendar-table thead th.is-selected-day{background:#e9f3ee}.auto-turno-agenda-calendar-table thead th.is-blocking-target{cursor:crosshair}.auto-turno-agenda-calendar-table tbody th{width:74px;background:#f8fcfa;color:#4f6a5e;font-size:12px;font-weight:600}.auto-turno-agenda-calendar-table td{min-height:52px}.auto-turno-agenda-calendar-table td.is-day-off{background:#fff3f3}.auto-turno-agenda-calendar-table td.is-outside-availability{background:#f3f6f4}.auto-turno-agenda-calendar-table td.is-selected-day{box-shadow:inset 0 0 0 1.5px rgba(77,122,101,.38)}.auto-turno-agenda-calendar-table td.is-painting{background:#ffe3e3}.auto-turno-agenda-cell-events{display:grid;grid-gap:6px;gap:6px}.auto-turno-agenda-calendar-wrap--blocking .auto-turno-agenda-calendar-table td{cursor:crosshair}.auto-turno-agenda-month{margin-top:var(--space-16);border-radius:var(--radius-md);border:1px solid #d6e3db;background:#fff;overflow:hidden}.auto-turno-agenda-month-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));background:#f4f8f6;border-bottom:1px solid #dce7e0}.auto-turno-agenda-month-weekdays span{padding:8px 10px;font-size:12px;font-weight:700;color:#2f4a3e;text-align:center}.auto-turno-agenda-month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.auto-turno-agenda-month-day{border:0;border-right:1px solid #dce7e0;border-bottom:1px solid #dce7e0;background:#fff;min-height:96px;padding:8px;display:grid;align-content:space-between;grid-gap:8px;gap:8px;text-align:left;cursor:pointer}.auto-turno-agenda-month-grid .auto-turno-agenda-month-day:nth-child(7n){border-right:0}.auto-turno-agenda-month-day.is-outside{background:#f8fbf9}.auto-turno-agenda-month-day.is-day-off{background:#fff3f3}.auto-turno-agenda-month-day.is-selected{box-shadow:inset 0 0 0 2px rgba(77,122,101,.35)}.auto-turno-agenda-month-day:hover{background:#f2f8f5}.auto-turno-agenda-month-day:focus-visible{outline:2px solid rgba(77,122,101,.45);outline-offset:-2px}.auto-turno-agenda-month--blocking .auto-turno-agenda-month-day{cursor:crosshair}.auto-turno-agenda-month-day-number{font-size:13px;font-weight:700;color:var(--color-text-primary)}.auto-turno-agenda-month-badges{display:grid;grid-gap:4px;gap:4px}.auto-turno-agenda-month-badge{border-radius:var(--radius-sm);padding:3px 6px;font-size:11px;font-weight:700;line-height:1.2;display:inline-flex;width:-moz-fit-content;width:fit-content}.auto-turno-agenda-month-badge.is-green{background:#5aac65;color:#fff}.auto-turno-agenda-month-badge.is-red{background:#cb4d4d;color:#fff}.auto-turno-agenda-event-pill{border-radius:var(--radius-sm);padding:4px 6px;font-size:11px;line-height:1.25;font-weight:700;display:inline-block}.auto-turno-agenda-event-pill.is-green{background:#5aac65;color:#fff}.auto-turno-agenda-event-pill.is-red{background:#cb4d4d;color:#fff}@media (min-width:1025px){.auto-turno-redesign-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.auto-turno-redesign-card--autoturno-estado{grid-column:3;grid-row:1/span 2;justify-content:flex-start}.auto-turno-redesign-card--autoturnos{grid-column:2;grid-row:2}.auto-turno-redesign-card--vista-previa{grid-column:1;grid-row:2}}@media (max-width:720px){.auto-turno-autoturnos-metrics,.auto-turno-autoturnos-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.auto-turno-sections{gap:var(--space-sm)}.auto-turno-section-card{border:1px solid #d8e3dc;border-radius:var(--radius-lg);background:linear-gradient(180deg,#fcfefd,#f6faf8);box-shadow:0 8px 16px rgb(28 46 39/5%);overflow:hidden}.auto-turno-section-card.is-open{border-color:#c8dacf;box-shadow:0 10px 20px rgb(28 46 39/7%)}.auto-turno-section-trigger{width:100%;border:0;background:transparent;padding:var(--space-16);display:flex;justify-content:space-between;align-items:center;gap:var(--space-md);text-align:left;cursor:pointer}.auto-turno-section-trigger-main{min-width:0;display:grid;grid-gap:2px;gap:2px}.auto-turno-section-trigger-main strong{color:#233c33;font-size:18px;line-height:1.2}.auto-turno-section-trigger-main small{color:var(--color-text-secondary);font-size:13px}.auto-turno-section-trigger-side{display:inline-flex;align-items:center;gap:10px;color:#50695c}.auto-turno-section-trigger-side em{font-style:normal;font-size:12px;font-weight:700;color:#42614e;border-radius:var(--radius-pill);border:1px solid #cadcd1;background:#edf5f0;padding:4px 8px}.auto-turno-section-trigger-side span{width:24px;height:24px;border-radius:999px;border:1px solid #c6d8ce;background:#edf5f0;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:700}.auto-turno-section-content{border-top:1px solid #dce7e0;padding:var(--space-16);display:grid;grid-gap:var(--space-14);gap:var(--space-14)}.auto-turno-hero{display:grid;grid-gap:var(--space-16);gap:var(--space-16)}.auto-turno-private-card{margin-bottom:var(--space-16);border:1px solid #d8e3dc;border-radius:var(--radius-lg);background:linear-gradient(180deg,#fcfefd,#f6faf8);box-shadow:0 8px 16px rgb(28 46 39/5%);padding:var(--space-16)}.auto-turno-private-sync-note{margin-bottom:var(--space-14);border:1px solid #e4ddd5;border-radius:var(--radius-md);background:#f8f3ee;padding:10px 12px;display:grid;grid-gap:2px;gap:2px}.auto-turno-private-sync-note p,.auto-turno-private-sync-note small{margin:0}.auto-turno-private-sync-note p{color:#5b4739;font-size:13px;font-weight:700}.auto-turno-private-sync-note small{color:#7d6959;font-size:12px}.auto-turno-private-preview{margin-bottom:var(--space-16);border:1px solid #e6ddd3;border-radius:var(--radius-lg);background:#f9f4ef;padding:var(--space-14);display:grid;grid-template-columns:minmax(220px,.9fr) minmax(0,1.1fr);grid-gap:var(--space-14);gap:var(--space-14)}.auto-turno-private-preview-agenda,.auto-turno-private-preview-profile{border:1px solid #e5dacd;border-radius:var(--radius-md);background:#fcf8f3;padding:10px;display:grid;align-content:start;grid-gap:8px;gap:8px}.auto-turno-private-preview-agenda h3,.auto-turno-private-preview-agenda p,.auto-turno-private-preview-profile h3,.auto-turno-private-preview-profile p{margin:0}.auto-turno-private-preview-photo{width:100%;aspect-ratio:4/5;border-radius:10px;background-color:#efe8de;background-size:cover;background-position:50%;background-repeat:no-repeat}.auto-turno-private-preview-photo.is-placeholder{display:grid;place-items:center;font-size:20px;font-weight:700;color:#fff;background:linear-gradient(145deg,#9d8f82,#776758)}.auto-turno-private-preview-profile h3{color:#4f3d31;font-size:20px;font-weight:600;line-height:1.05}.auto-turno-private-preview-subtitle{color:#6d5949;font-size:14px;font-weight:600}.auto-turno-private-preview-description{color:#705c4d;font-size:13px;line-height:1.35}.auto-turno-private-preview-link{min-height:34px;border:1px solid #e5dbd1;border-radius:10px;background:#efe7de;color:#6f5947;padding:0 10px;display:inline-flex;align-items:center;font-size:13px;font-weight:600}.auto-turno-private-preview-agenda h3{color:#4f3d31;font-size:20px;font-weight:600;line-height:1.05}.auto-turno-private-preview-agenda p{color:#6d5949;font-size:14px;font-weight:500}.auto-turno-private-preview-week{min-height:36px;border:1px solid #ddd4cb;border-radius:10px;background:#f5efe9;color:#5d4739;padding:0 10px;display:inline-flex;align-items:center;font-size:13px;font-weight:700}.auto-turno-private-preview-cta{min-height:40px;border:1px solid #8f9985;border-radius:11px;background:#95a08a;color:#f4f1ea;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.auto-turno-private-preview-extra{color:#664f40;font-size:13px;font-weight:600}.auto-turno-toggle{border:1px solid #d7e4dc;border-radius:var(--radius-md);background:linear-gradient(180deg,#f9fcfa,#f5faf7);padding:var(--space-16);display:flex;justify-content:space-between;align-items:center;gap:var(--space-sm)}.auto-turno-toggle span{display:grid;grid-gap:4px;gap:4px}.auto-turno-toggle strong{font-size:16px;color:var(--color-text-primary)}.auto-turno-toggle small{color:var(--color-text-secondary)}.auto-turno-toggle input{width:20px;height:20px;accent-color:var(--color-primary)}.auto-turno-url-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;grid-gap:var(--space-md);gap:var(--space-md)}.auto-turno-url-actions{display:flex;align-items:center;gap:var(--space-xs);flex-wrap:wrap}.auto-turno-form-inline{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;grid-gap:var(--space-md);gap:var(--space-md)}.auto-turno-chip-list{margin-top:var(--space-16);display:flex;flex-wrap:wrap;gap:var(--space-sm)}.auto-turno-chip{display:inline-flex;align-items:center;gap:8px;border-radius:var(--radius-pill);border:1px solid #cfe0d5;background:#eef6f1;color:var(--color-text-primary);padding:6px 10px;font-size:13px;font-weight:600}.auto-turno-chip button{width:20px;height:20px;border:0;border-radius:999px;background:#d7e8dd;color:#355c4c;cursor:pointer;font-weight:700}.auto-turno-chip button:hover{background:#c4dccd}.auto-turno-empty{margin:var(--space-14) 0 0;color:var(--color-text-secondary)}.auto-turno-block-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:var(--space-md);gap:var(--space-md)}.auto-turno-actions{margin-top:var(--space-14)}.auto-turno-time-input{width:100%;min-height:40px;border:1.2px solid var(--color-border-input);border-radius:var(--radius-sm);background:#f8fbf9;color:var(--color-text-primary);padding:0 var(--space-md);font-family:inherit;font-size:var(--font-body-medium-size)}.auto-turno-time-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(77,122,101,.15)}.auto-turno-time-input:disabled{opacity:.7;cursor:not-allowed}.auto-turno-receipts-head{display:flex;justify-content:space-between;align-items:center;gap:var(--space-sm);margin-top:var(--space-sm);margin-bottom:var(--space-14)}.auto-turno-receipts-head p{margin:0;color:var(--color-text-primary)}.auto-turno-receipts-head label{display:inline-flex;align-items:center;gap:8px;color:var(--color-text-secondary);font-size:13px}.auto-turno-receipts-head input{width:16px;height:16px;accent-color:var(--color-primary)}.auto-turno-voucher-link{border:0;background:transparent;color:var(--color-primary);text-decoration:underline;cursor:pointer;padding:0;font:inherit}.auto-turno-voucher-link:hover{color:#315645}.auto-turno-patient-cell{display:flex;flex-direction:column;gap:2px}.auto-turno-patient-name{color:var(--color-text-primary)}.auto-turno-patient-phone{color:var(--color-text-secondary);font-size:12px;text-decoration:none;width:-moz-fit-content;width:fit-content}.auto-turno-patient-phone:hover{color:var(--color-primary);text-decoration:underline}.auto-turno-status{border-radius:var(--radius-pill);padding:4px 10px;font-size:12px;font-weight:700}.auto-turno-status--pending{background:#fff4c2;color:#7a5500}.auto-turno-status--approved{background:#dff7e6;color:#1b5e20}.auto-turno-status--rejected{background:#ffe4e4;color:#8a1c1c}.auto-turno-table-actions{display:inline-flex;flex-wrap:wrap;gap:var(--space-xs)}.auto-turno-public-page{--auto-turno-public-bg:#ece8e3;--auto-turno-public-surface:#f4f0eb;--auto-turno-public-surface-soft:#f8f5f1;--auto-turno-public-border:#ddd3ca;--auto-turno-public-shadow:0 12px 30px rgba(65,47,34,.1);--auto-turno-public-text:#5b4637;--auto-turno-public-text-soft:#786455;--auto-turno-public-accent:#98a08a;--auto-turno-public-font-body:var(--font-autoturno-body),"Segoe UI",sans-serif;--auto-turno-public-font-display:var(--font-autoturno-display),Georgia,serif;width:min(1140px,100%);margin:0 auto;padding:clamp(24px,4.5vw,40px) clamp(16px,3vw,30px) clamp(24px,4vw,34px);display:grid;grid-gap:clamp(18px,2.8vw,24px);gap:clamp(18px,2.8vw,24px);border-radius:28px;border:1px solid var(--auto-turno-public-border);background:radial-gradient(circle at top left,#f7f4f1 0,var(--auto-turno-public-bg) 55%,#e8e2dc 100%);box-shadow:var(--auto-turno-public-shadow);font-family:var(--auto-turno-public-font-body);color:var(--auto-turno-public-text)}.auto-turno-public-page .ui-card{border:1px solid var(--auto-turno-public-border);border-radius:24px;background:var(--auto-turno-public-surface);box-shadow:0 8px 20px rgb(65 47 34/8%)}.auto-turno-public-page .ui-card--md{padding:clamp(18px,3.2vw,26px)}.auto-turno-public-page .ui-card__header{margin-bottom:var(--space-16)}.auto-turno-public-page .ui-card__title{color:var(--auto-turno-public-text);font-family:var(--auto-turno-public-font-display);font-weight:600;letter-spacing:.01em}.auto-turno-public-page .ui-card__description{color:var(--auto-turno-public-text-soft)}.auto-turno-public-page .ui-field{gap:var(--space-sm)}.auto-turno-public-page .ui-field__label{color:var(--auto-turno-public-text)}.auto-turno-public-page .ui-field__input{border-color:var(--auto-turno-public-border);border-radius:16px;background:#f9f5f0;color:var(--auto-turno-public-text);font-family:var(--auto-turno-public-font-body);font-weight:500}.auto-turno-public-page .ui-field__input:focus{border-color:#b6a696;box-shadow:0 0 0 3px hsla(28,17%,60%,.22)}.auto-turno-public-page .ui-field__hint{color:var(--auto-turno-public-text-soft)}.auto-turno-public-page .ui-button{border-radius:16px;font-family:var(--auto-turno-public-font-body);font-weight:600;letter-spacing:0}.auto-turno-public-page .ui-button--filled{background:var(--auto-turno-public-accent);color:#f7f3ed}.auto-turno-public-page .ui-button--filled:not(:disabled):hover{background:#89917c;box-shadow:0 8px 14px rgba(65,47,34,.18)}.auto-turno-public-page .ui-button--outlined{border-color:var(--auto-turno-public-border);background:#f7f3ee;color:var(--auto-turno-public-text)}.auto-turno-public-page .ui-button--outlined:not(:disabled):hover{border-color:#bcae9f;background:#f2ebe4}.auto-turno-public-loader{display:flex;justify-content:center;padding:56px 0}.auto-turno-public-header{position:relative;display:grid;grid-gap:var(--space-14);gap:var(--space-14);padding:clamp(18px,3.6vw,30px);border-radius:24px;border:1px solid var(--auto-turno-public-border);background:linear-gradient(180deg,var(--auto-turno-public-surface-soft) 0,#f1ebe5 100%);box-shadow:0 10px 24px rgb(65 47 34/8%);overflow:hidden}.auto-turno-public-header.has-custom-background{background-size:cover;background-position:50%;border-color:hsla(0,0%,100%,.28);color:#f7fffb}.auto-turno-public-header-identity{display:flex;align-items:center;gap:clamp(14px,2vw,22px)}.auto-turno-public-logo{width:clamp(70px,10vw,94px);height:clamp(70px,10vw,94px);border-radius:20px;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;border:2px solid hsla(0,0%,100%,.48);box-shadow:0 10px 26px rgba(8,28,21,.2)}.auto-turno-public-logo-placeholder{width:clamp(70px,10vw,94px);height:clamp(70px,10vw,94px);border-radius:20px;display:grid;place-items:center;font-size:clamp(20px,2.5vw,30px);font-weight:800;letter-spacing:.03em;background:linear-gradient(160deg,#a9b09b,#7f8a74);color:#fff;box-shadow:0 10px 26px rgba(65,47,34,.2)}.auto-turno-public-eyebrow{margin:0;font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:var(--auto-turno-public-accent)}.auto-turno-public-header h1{margin:0;font-size:clamp(24px,3.4vw,36px);line-height:1.1;color:var(--auto-turno-public-text);font-family:var(--auto-turno-public-font-display);font-weight:600;letter-spacing:.01em}.auto-turno-public-header.has-custom-background .auto-turno-public-description,.auto-turno-public-header.has-custom-background .auto-turno-public-eyebrow,.auto-turno-public-header.has-custom-background .auto-turno-public-meta,.auto-turno-public-header.has-custom-background h1{color:#f4fff9}.auto-turno-public-description{margin:8px 0 0;max-width:70ch;color:var(--auto-turno-public-text-soft);white-space:pre-wrap}.auto-turno-public-meta{margin:10px 0 0;font-size:13px;font-weight:700;color:var(--auto-turno-public-text-soft)}.auto-turno-public-header.has-custom-background .auto-turno-public-meta{color:rgba(244,255,249,.85)}.auto-turno-public-header:not(.has-custom-background) .auto-turno-public-eyebrow{color:#7a8a6e}.auto-turno-public-booking-column,.auto-turno-public-layout,.auto-turno-public-therapist-column{display:grid;grid-gap:clamp(16px,2.4vw,22px);gap:clamp(16px,2.4vw,22px)}.auto-turno-public-therapist-card{display:grid;grid-gap:clamp(14px,2vw,18px);gap:clamp(14px,2vw,18px);border:1px solid var(--auto-turno-public-border);border-radius:26px;background:linear-gradient(180deg,#f7f3ef,#f1ebe4);box-shadow:0 10px 24px rgba(65,47,34,.1);padding:clamp(14px,2.1vw,18px);transition:box-shadow .14s ease,transform .14s ease}.auto-turno-public-therapist-card:hover{box-shadow:0 14px 30px rgba(65,47,34,.12);transform:translateY(-1px)}.auto-turno-public-therapist-image,.auto-turno-public-therapist-image-placeholder{width:100%;aspect-ratio:4/5;border-radius:20px}.auto-turno-public-therapist-image{background-size:cover;background-position:50%;background-repeat:no-repeat}.auto-turno-public-therapist-image-placeholder{display:grid;place-items:center;font-size:clamp(42px,5.6vw,58px);font-weight:700;letter-spacing:.03em;color:#fdfaf6;background:linear-gradient(145deg,#978d83,#746355)}.auto-turno-public-therapist-content{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm);align-content:start}.auto-turno-public-therapist-content h1{margin:0;color:#4f3d31;font-family:var(--auto-turno-public-font-display);font-size:clamp(44px,5vw,60px);line-height:.98;font-weight:500}.auto-turno-public-therapist-subtitle{margin:0;color:#6d5949;font-size:clamp(19px,2vw,24px);line-height:1.2;font-weight:600}.auto-turno-public-therapist-description{margin:2px 0 0;color:#6f5a4b;font-size:clamp(17px,1.55vw,22px);line-height:1.35;max-width:34ch}.auto-turno-public-more-info-link{margin-top:var(--space-xs);min-height:54px;border:1px solid #e5dbd1;border-radius:16px;background:#efe7de;color:#6f5947;padding:0 var(--space-16);display:inline-flex;align-items:center;justify-content:space-between;gap:var(--space-sm);text-decoration:none;font-size:clamp(17px,1.55vw,21px);font-weight:600;transition:border-color .12s ease,background-color .12s ease}.auto-turno-public-more-info-link:hover{border-color:#d8ccbf;background:#e9dfd4}.auto-turno-public-more-info-link:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(139,158,133,.28)}.auto-turno-public-more-info-link span{font-size:22px;line-height:1}.auto-turno-public-agenda-header{display:grid;grid-gap:6px;gap:6px;padding-inline:4px}.auto-turno-public-agenda-header h2{margin:0;color:#4f3d31;font-family:var(--auto-turno-public-font-display);font-size:clamp(40px,4.2vw,62px);line-height:1;font-weight:500;max-width:18ch}.auto-turno-public-agenda-header p{margin:0;color:#6d5949;font-size:clamp(20px,1.8vw,28px);line-height:1.3;font-weight:500}.auto-turno-public-agenda-shell{border:1px solid #ddd3ca;border-radius:28px;background:#f7f2ed;box-shadow:0 10px 24px rgb(65 47 34/8%);padding:clamp(14px,2.1vw,20px)}.auto-turno-public-agenda-shell .auto-turno-public-grid{gap:var(--space-sm)}.auto-turno-public-agenda-card{border-color:#dfd5cb;border-radius:20px;background:#f9f5f0;box-shadow:none}.auto-turno-public-grid{display:grid;grid-gap:clamp(16px,2.4vw,22px);gap:clamp(16px,2.4vw,22px)}.auto-turno-public-slots{display:grid;grid-gap:var(--space-14);gap:var(--space-14)}.auto-turno-public-week-nav{border:1px solid #ddd4cb;border-radius:16px;background:#f5efe9;padding:8px 10px;display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;grid-gap:var(--space-xs);gap:var(--space-xs)}.auto-turno-public-week-arrow{width:34px;height:34px;border:1px solid transparent;border-radius:10px;background:transparent;color:#7a6655;font-size:20px;line-height:1;cursor:pointer}.auto-turno-public-week-arrow:hover:not(:disabled){border-color:#d6c9ba;background:#f2e9de}.auto-turno-public-week-arrow:focus-visible{outline:none;border-color:#b9aa9a;box-shadow:0 0 0 3px hsla(28,17%,60%,.24)}.auto-turno-public-week-arrow:disabled{opacity:.46;cursor:default}.auto-turno-public-week-label{margin:0;text-align:center;color:#5c4738;font-size:clamp(16px,1.35vw,20px);font-weight:700;text-transform:capitalize}.auto-turno-public-week-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:8px;gap:8px}.auto-turno-public-week-day{min-height:72px;border:1px solid #ded4ca;border-radius:14px;background:#f8f3ee;color:#6f5b4c;padding:8px 6px;display:grid;justify-items:center;align-content:center;grid-gap:2px;gap:2px;font-family:var(--auto-turno-public-font-body);cursor:pointer;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease}.auto-turno-public-week-day span{font-size:12px;font-weight:600;text-transform:capitalize}.auto-turno-public-week-day strong{font-size:28px;line-height:1;font-weight:700}.auto-turno-public-week-day:hover{border-color:#cfc2b4;background:#f4ece4}.auto-turno-public-week-day:focus-visible{outline:none;border-color:#b9aa9a;box-shadow:0 0 0 3px hsla(28,17%,60%,.24)}.auto-turno-public-week-day.is-selected{border-color:#b9c5b5;background:#f0ede6;box-shadow:inset 0 -4px 0 #9faf9d}.auto-turno-public-week-day.is-empty{opacity:.72}.auto-turno-public-day{display:grid;grid-gap:8px;gap:8px}.auto-turno-public-day h3{margin:0;font-size:15px;color:var(--auto-turno-public-text);text-transform:capitalize;font-family:var(--auto-turno-public-font-display);font-weight:600;letter-spacing:.01em}.auto-turno-public-day-empty{margin:0;border:1px dashed #d8ccc0;border-radius:12px;background:#f7f1ea;color:#7d6959;padding:12px;font-size:14px}.auto-turno-public-slot-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(128px,1fr));grid-gap:10px;gap:10px}.auto-turno-public-slot{border:1px solid var(--auto-turno-public-border);border-radius:14px;background:#f8f3ee;color:var(--auto-turno-public-text);min-height:64px;width:100%;padding:8px 12px;display:grid;align-content:center;justify-items:start;grid-gap:4px;gap:4px;font-family:var(--auto-turno-public-font-body);cursor:pointer;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease}.auto-turno-public-slot-time{font-weight:700;font-size:clamp(20px,1.55vw,25px);line-height:1}.auto-turno-public-slot-location{font-size:12px;line-height:1.3;font-weight:500;color:#6c5949;text-align:left}.auto-turno-public-slot:hover{border-color:#c7b6a7;background:#f3ece6}.auto-turno-public-slot.is-selected{border-color:#8f987e;background:#9aa28c;color:#fff;box-shadow:inset 0 -2px 0 rgb(0 0 0/9%)}.auto-turno-public-slot.is-selected .auto-turno-public-slot-location{color:#eef2ea}.auto-turno-public-slot.is-occupied{border-color:#e2d8ce;background:#ece6e1;color:#8f8173}.auto-turno-public-slot:disabled{cursor:default}.auto-turno-public-slot:focus-visible{outline:none;border-color:#b9aa9a;box-shadow:0 0 0 3px hsla(28,17%,60%,.24)}.auto-turno-public-form{display:grid;grid-gap:var(--space-14);gap:var(--space-14)}.auto-turno-public-agenda-shell.is-confirmation{padding:clamp(20px,2.7vw,30px);background:linear-gradient(180deg,#f8f2eb,#f4ede5)}.auto-turno-public-confirm-card{min-height:clamp(460px,60vh,780px);animation:auto-turno-confirm-enter .26s ease;border-color:#d9cec3;background:linear-gradient(180deg,#fcf7f1,#f8f1ea);box-shadow:0 14px 28px rgb(76 55 39/8%)}.auto-turno-public-confirm-card .ui-card__header{margin-bottom:clamp(14px,1.7vw,20px)}@keyframes auto-turno-confirm-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.auto-turno-public-page .auto-turno-public-primary-cta{width:100%;min-height:58px;border:1px solid #8f9985;border-radius:18px;background:#95a08a;color:#f4f1ea;font-size:clamp(18px,1.35vw,22px);font-weight:700;letter-spacing:.01em;box-shadow:0 7px 16px rgba(90,100,82,.2)}.auto-turno-public-page .auto-turno-public-primary-cta:not(:disabled):hover{background:#8a947f;box-shadow:0 10px 20px rgba(90,100,82,.25)}.auto-turno-public-page .auto-turno-public-primary-cta:focus-visible{outline:none;box-shadow:0 0 0 3px hsla(93,12%,56%,.3),0 10px 20px rgba(90,100,82,.24)}.auto-turno-public-page .auto-turno-public-primary-cta:disabled{background:#cfc9bf;color:#f5f3ef}.auto-turno-public-selected-slot{margin:0;padding:10px 12px;border-radius:var(--radius-sm);border:1px solid var(--auto-turno-public-border);background:#f8f3ee;color:var(--auto-turno-public-text)}.auto-turno-public-selected-slot--location{margin-top:-6px}.auto-turno-public-textarea{width:100%;min-height:88px;border:1.2px solid var(--auto-turno-public-border);border-radius:var(--radius-sm);background:#fefcf9;color:var(--auto-turno-public-text);padding:10px 12px;font-family:var(--auto-turno-public-font-body);font-size:var(--font-body-medium-size);line-height:1.45;resize:vertical}.auto-turno-public-textarea:focus{outline:none;border-color:#b6a696;box-shadow:0 0 0 3px hsla(28,17%,60%,.22)}.auto-turno-public-transfer{display:grid;grid-gap:var(--space-14);gap:var(--space-14)}.auto-turno-public-transfer-step{display:grid;grid-gap:clamp(12px,1.6vw,18px);gap:clamp(12px,1.6vw,18px)}.auto-turno-public-transfer-step--elevated{border:1px solid #dfd2c6;border-radius:20px;background:radial-gradient(130% 110% at 100% 0,rgba(239,247,238,.55) 0,rgba(239,247,238,0) 58%),linear-gradient(180deg,#fcf7f1,#f7f0e8);padding:clamp(16px,2vw,24px)}.auto-turno-public-confirm-head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px 14px;align-items:center}.auto-turno-public-confirm-badge{border-radius:999px;border:1px solid #bfd0b8;background:linear-gradient(180deg,#eff6ed,#e6f0e4);color:#4f695b;padding:6px 12px;font-size:12px;font-weight:700;letter-spacing:.02em}.auto-turno-public-confirm-deadline{color:#6f5f50;font-size:13px;font-weight:700}.auto-turno-public-confirm-slot{margin:0;padding:11px 13px;border:1px solid #d9cbbd;border-radius:13px;background:#f8f0e7;color:#5f4b3d;line-height:1.4;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.55)}.auto-turno-public-confirmation-intro{margin:0;color:#5e4b3d;line-height:1.5;font-size:clamp(17px,1.23vw,20px);max-width:62ch}.auto-turno-public-confirmation-intro strong{color:#574538}.auto-turno-public-transfer-note{margin:0;color:#7a6757;font-size:14px;font-weight:600}.auto-turno-public-transfer-box{border:1px solid #d8cabd;border-radius:14px;background:linear-gradient(180deg,#faf4ed,#f2e9df);padding:14px;color:var(--auto-turno-public-text);white-space:pre-wrap;line-height:1.5}.auto-turno-public-transfer-meta{margin:0;color:#6c7f71;font-size:13px;font-weight:700}.auto-turno-public-confirm-success{display:grid;grid-gap:8px;gap:8px;border:1px solid #c9decd;border-radius:14px;background:linear-gradient(180deg,#eff9f1,#e5f4e8);padding:14px}.auto-turno-public-confirm-success-title{margin:0;color:#2e6041;font-size:21px;font-weight:800;line-height:1.2}.auto-turno-public-confirm-success-subtitle{margin:0;color:#3f654e;font-size:15px;font-weight:600}.auto-turno-public-confirm-success-subtitle strong{color:#254f39}.auto-turno-public-confirm-success-details{display:grid;grid-gap:4px;gap:4px;margin-top:2px}.auto-turno-public-confirm-success-details p{margin:0;color:#3e6250;font-size:14px;line-height:1.4}.auto-turno-public-additional{margin-top:var(--space-sm);display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.auto-turno-public-additional-toggle{width:100%;border:0;background:transparent;color:#634f40;padding:4px 2px;display:inline-flex;align-items:center;gap:8px;justify-content:flex-start;font-family:var(--auto-turno-public-font-body);font-size:clamp(19px,1.45vw,24px);font-weight:650;cursor:pointer;border-radius:12px;transition:background-color .12s ease,color .12s ease}.auto-turno-public-additional-toggle--card{border:1px solid #dbcec2;background:linear-gradient(180deg,#f8f1ea,#f4ece4);padding:11px 13px;font-size:clamp(16px,1.2vw,20px);font-weight:700}.auto-turno-public-additional-toggle:hover{background:#f1e8dd}.auto-turno-public-additional-toggle:focus-visible{outline:none;box-shadow:0 0 0 3px hsla(28,17%,60%,.22)}.auto-turno-public-additional-symbol{width:22px;text-align:center;font-size:24px;line-height:1}.auto-turno-public-additional-toggle--card .auto-turno-public-additional-symbol{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:18px;border:1px solid #d2c3b5;background:#fdf7f0}.auto-turno-public-additional-body{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.auto-turno-public-proof-check{display:grid;grid-gap:12px;gap:12px;border:1px solid #ded2c7;border-radius:16px;background:linear-gradient(180deg,#fbf6ef,#f6efe6);padding:14px}.auto-turno-public-proof-head{display:grid;grid-gap:3px;gap:3px}.auto-turno-public-proof-title{margin:0;font-size:16px;font-weight:700;color:#5a4638}.auto-turno-public-proof-hint{margin:0;font-size:13px;color:#7b6858}.auto-turno-public-proof-summary{display:grid;grid-gap:4px;gap:4px;border:1px dashed #d7c7b8;border-radius:12px;background:#f9f1e8;padding:10px 12px}.auto-turno-public-proof-summary p{margin:0;font-size:13px;color:#715d4d}.auto-turno-public-proof-summary strong{color:#4d3a2e}.auto-turno-public-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.auto-turno-public-upload-panel{display:grid;grid-gap:var(--space-12);gap:var(--space-12);border:1px solid #ddd0c4;border-radius:16px;background:linear-gradient(180deg,#fdf8f2,#f8f1e8);padding:14px}.auto-turno-public-upload-head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:6px 10px}.auto-turno-public-upload-label{margin:0;color:#584536;font-weight:700;font-size:15px}.auto-turno-public-upload-hint{margin:0;color:#7f6d5d;font-size:12px}.auto-turno-public-upload-controls{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:10px 12px;gap:10px 12px}.auto-turno-public-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.auto-turno-public-file-trigger{min-height:42px;border-radius:999px;border:1px solid #c7b6a6;background:linear-gradient(180deg,#f5ebdf,#eddfd0);color:#5f4a3a;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .12s ease,border-color .12s ease}.auto-turno-public-file-trigger:hover{background:linear-gradient(180deg,#f1e5d7,#e8d8c8);border-color:#b9a48f}.auto-turno-public-file-trigger:focus-visible{outline:none;box-shadow:0 0 0 3px hsla(28,17%,60%,.22)}.auto-turno-public-file-name{margin:0;min-height:42px;border:1px dashed #d4c4b5;border-radius:12px;background:#f7efe6;color:#7d6c5d;padding:0 13px;display:flex;align-items:center;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.auto-turno-public-file-name.has-file{color:#435d4f;border-style:solid;border-color:#bfd1c1;background:linear-gradient(180deg,#eef5ef,#e5f0e7);font-weight:600}.auto-turno-public-receipt-actions{display:flex;justify-content:flex-end}.auto-turno-public-upload-submit{min-width:230px;min-height:46px;border-radius:999px}@media (prefers-reduced-motion:reduce){.auto-turno-public-confirm-card{animation:none}}@media (min-width:1025px){.auto-turno-public-layout{grid-template-columns:minmax(320px,.84fr) minmax(0,1.16fr);align-items:start}.auto-turno-public-layout.is-confirmation{grid-template-columns:1fr}.auto-turno-public-therapist-column{position:-webkit-sticky;position:sticky;top:var(--space-16)}.auto-turno-public-therapist-content h1{max-width:8.5ch}}@media (max-width:1024px){.app-shell{grid-template-columns:1fr}.app-sidebar{position:fixed;inset:0 auto 0 0;width:336px;z-index:45;transform:translateX(-100%);transition:transform .16s ease}.app-sidebar.is-open{transform:translateX(0)}.app-sidebar-overlay{display:block;position:fixed;inset:0;z-index:40;border:0;background:rgba(2,13,16,.6);opacity:0;pointer-events:none;transition:opacity .16s ease}.app-sidebar-overlay.is-open{opacity:1;pointer-events:auto}.app-menu-button{display:inline-flex}.auto-turno-private-preview{grid-template-columns:1fr}.auto-turno-public-page{width:min(980px,100%);border-radius:24px;padding:clamp(18px,3.4vw,26px)}.auto-turno-public-layout{gap:var(--space-16)}.auto-turno-public-therapist-card{grid-template-columns:minmax(220px,.92fr) minmax(0,1fr);align-items:stretch;gap:var(--space-16)}.auto-turno-public-therapist-image,.auto-turno-public-therapist-image-placeholder{aspect-ratio:auto;height:100%;min-height:280px}.auto-turno-public-therapist-content h1{font-size:clamp(34px,5.2vw,48px)}.auto-turno-public-therapist-subtitle{font-size:clamp(18px,2.2vw,22px)}.auto-turno-public-therapist-description{font-size:clamp(16px,1.8vw,19px)}.auto-turno-public-agenda-header h2{font-size:clamp(34px,5vw,48px)}.auto-turno-public-agenda-header p{font-size:clamp(18px,2.3vw,23px)}.auto-turno-public-agenda-shell{border-radius:24px;padding:var(--space-16)}.auto-turno-public-agenda-card{border-radius:18px}.auto-turno-public-confirm-card{min-height:0}.auto-turno-public-upload-controls{grid-template-columns:1fr;gap:8px}.auto-turno-public-proof-grid{grid-template-columns:1fr}.auto-turno-public-file-trigger{width:100%}.auto-turno-public-receipt-actions{justify-content:stretch}.auto-turno-public-upload-submit{width:100%;min-width:0}.auto-turno-public-week-day{min-height:66px}.auto-turno-public-slot{min-height:52px;font-size:clamp(18px,2.4vw,22px)}}@media (max-width:768px){.agenda-modal-grid,.dashboard-home-shortcuts,.patients-detail-grid,.patients-form-grid,.treatments-modal-grid{grid-template-columns:1fr}.agenda-schedule-panel{padding:10px}.dashboard-home-checklist-item{grid-template-columns:44px minmax(0,1fr);align-items:start}.dashboard-home-reminder-card{grid-template-columns:1fr}.dashboard-home-checklist-meta{grid-column:2;justify-items:start;gap:6px}.communications-layout,.reports-filters-grid,.reports-summary-grid,.settings-grid,.settings-reminders-grid,.subscription-focus-grid{grid-template-columns:1fr}.settings-block--help{min-height:0}.settings-security__top{flex-direction:column;align-items:flex-start}.settings-security__number{text-align:left}.settings-security{padding:var(--space-16);gap:var(--space-14)}.reports-panel-card .ui-card__header{align-items:stretch}.reports-header-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.reports-header-actions .ui-button{width:100%}.reports-summary-card__top{align-items:stretch}.reports-summary-range-switch{width:100%;min-width:0}.reports-summary-range-button{padding:0 var(--space-sm)}.reports-detail-range-switch{width:100%;min-width:0}.reports-detail-tools{align-items:stretch}.reports-detail-filter-button,.reports-detail-stats-button{justify-content:center}.reports-date-picker-fields{grid-template-columns:1fr}.reports-date-picker-headline{font-size:clamp(24px,6vw,32px)}.reports-date-picker-day{min-height:40px;font-size:15px}.reports-date-picker-day--empty{min-height:40px}.reports-detail-item{padding:var(--space-16)}.reports-detail-row-shell{align-items:start}.reports-detail-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-sm)}.reports-detail-menu{min-width:min(240px,76vw)}.reports-list-header-actions{width:100%;justify-content:space-between}.reports-list-header-actions .ui-button{width:auto}.reports-filters-actions{justify-content:flex-start;min-height:0}.dashboard-reminders-filters,.dashboard-reminders-stats-grid{grid-template-columns:1fr}.agenda-month-grid,.agenda-week-days{grid-template-columns:repeat(2,minmax(0,1fr))}.agenda-month-weekdays{display:none}.agenda-period-header,.agenda-toolbar{align-items:stretch}.agenda-toolbar{grid-template-columns:1fr}.agenda-toolbar-period{text-align:left}.patients-form-actions{flex-direction:column}.patients-form-actions .ui-button{width:100%}.patient-file-page{gap:var(--space-14)}.patient-file-header{gap:var(--space-sm)}.patient-file-back-link{width:34px;height:34px}.patient-file-back-link svg{width:24px;height:24px}.patient-file-entry-card{border-radius:20px;padding:var(--space-16);grid-template-columns:56px minmax(0,1fr) 18px;gap:var(--space-sm)}.patient-file-entry-icon{width:56px;height:56px;border-radius:16px}.patient-file-entry-icon svg{width:26px;height:26px}.patient-file-entry-chevron svg{width:18px;height:18px}.patient-file-cta{min-height:56px;border-radius:16px}.patient-history-focus-page{gap:var(--space-14);padding-bottom:96px}.patient-history-focus-records{border-radius:22px;padding:var(--space-16)}.patient-test-form-card,.patient-test2-card{border-radius:24px;padding:20px}.patient-test2-brand{align-items:center}.patient-test2-line-row{flex-direction:column;align-items:stretch;gap:16px}.patient-test2-line-group--age,.patient-test2-line-group--name{flex:1 1 auto}.patient-test2-line{min-width:0}.patient-test2-line-value{max-width:calc(100% - 140px)}.patient-test2-table{overflow-x:auto}.patient-test2-table-header,.patient-test2-table-row{min-width:760px}.patient-test-form-brand{grid-template-columns:1fr;justify-items:center}.patient-test-form-bars,.patient-test-form-bars--split{width:100%}.patient-test-form-row{gap:12px}.patient-test-form-energy-grid,.patient-test-form-health-grid,.patient-test-form-previous-grid{grid-template-columns:1fr;gap:18px}.patient-test-form-factors-row{grid-template-columns:1fr;gap:12px}.patient-test-form-sensory-grid{grid-template-columns:1fr;gap:14px}.patient-test-form-pulse-table{min-width:760px}.patient-test-form-energy-column .patient-test-form-field-label,.patient-test-form-previous-column .patient-test-form-field-label{min-width:100%}.patient-test-form-spirit-table{min-width:720px}.patient-test-form-field,.patient-test-form-field--grow,.patient-test-form-row--double>*,.patient-test-form-row--triple>*{min-width:100%;flex-basis:100%}.patient-test-form-field{display:grid;grid-gap:6px;gap:6px}.patient-test-form-field-label{white-space:normal}.patient-history-focus-records-header h3{font-size:20px}.patient-history-focus-tools{align-items:stretch}.patient-history-focus-tools .ui-field{width:100%}.patient-history-create-fab{right:16px;bottom:16px;min-height:50px;min-width:122px;border-radius:18px;padding:0 var(--space-14)}.patient-history-create-fab>span:last-child{font-size:17px}.patient-history-create-fab-icon{width:20px;height:20px}.auth-shell{padding:var(--space-16)}.auth-card{padding:var(--space-20)}.auth-title{font-size:30px}.auth-card:has(.auth-login-page){padding:0}.auth-login-title{font-size:30px}.auth-shell:has(.auth-register-page){padding:0}.auth-register-page{padding:20px 16px}.auth-register-title{font-size:30px}.auth-register-subtitle{margin-top:12px;font-size:15px}.auth-register-trial-card h2{font-size:16px}.auth-register-trial-card p{font-size:14px}.auth-register-trial-card .auth-register-trial-caption{font-size:12px}.auth-register-input{min-height:52px;font-size:16px}.auth-register-submit{min-height:48px;font-size:16px}.app-header{padding:var(--space-16)}.app-header-left h1{font-size:var(--font-section-title-size)}.app-content{padding:var(--space-16)}.nh-tooltip{max-width:none}.nh-tooltip.is-celebration{width:calc(100vw - 20px);padding:18px 16px 14px;border-radius:18px}.nh-tooltip.is-celebration .nh-tooltip__meta{padding:4px 8px;font-size:10px}.nh-tooltip.is-celebration .nh-tooltip__header strong{font-size:clamp(26px,8.4vw,34px);gap:8px}.nh-tooltip.is-celebration .nh-tooltip__header strong:before{width:32px;height:32px;font-size:17px}.nh-tooltip.is-celebration .nh-tooltip__message{margin:12px 0 14px;max-width:100%;font-size:clamp(17px,4.6vw,21px)}.nh-tooltip.is-celebration .nh-tooltip__close{width:32px;height:32px;font-size:24px}.nh-tooltip__celebration-cta{width:100%;justify-content:center}.nh-tooltip-intro-card{left:12px;right:12px;bottom:12px;width:auto}.dashboard-home-agenda-card{grid-template-columns:10px minmax(0,1fr);row-gap:var(--space-sm)}.dashboard-home-agenda-statuses{grid-column:2;justify-items:start;display:flex;flex-wrap:wrap;gap:var(--space-xs)}.dashboard-home-reminder-time{font-size:21px}.communications-send-actions{justify-content:center}.communications-send-actions .ui-button{width:100%}.agenda-day-card{grid-template-columns:10px minmax(0,1fr);row-gap:var(--space-sm)}.agenda-day-card-controls{grid-column:2;display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-xs)}.agenda-day-card-controls .agenda-select{flex:1 1 140px;min-width:140px}.reports-record-bottom{align-items:flex-start}.reports-summary-grid{gap:var(--space-md)}.reports-summary-card{padding:var(--space-16) var(--space-14);border-radius:20px}.reports-summary-card__label{font-size:18px}.reports-summary-range-switch{min-height:44px}.reports-summary-range-button{min-height:34px;font-size:14px}.reports-summary-card strong{font-size:46px}.reports-summary-card__period{margin-top:-6px;font-size:18px}.reports-summary-card__meta{gap:var(--space-xs)}.reports-summary-card small{font-size:12px;padding:6px 10px}.reports-summary-detail-button{margin-top:var(--space-sm);font-size:18px}.reports-detail-header h2,.reports-summary-detail-button__icon{font-size:24px}.reports-detail-back-link,.reports-detail-create-button{width:38px;height:38px}.reports-detail-back-link svg{width:24px;height:24px}.reports-detail-create-button{font-size:34px}.reports-detail-filter-button,.reports-detail-stats-button{min-height:44px;font-size:15px;padding:0 var(--space-14)}.reports-detail-filter-button svg,.reports-detail-stats-button svg{width:20px;height:20px}.reports-date-picker-field strong{font-size:16px}.reports-detail-empty{min-height:180px;font-size:20px}.reports-insights-page{gap:var(--space-12)}.reports-insights-header h2{font-size:20px}.reports-insights-page:before{inset:-8px -8px auto -8px;height:130px;border-radius:18px}.reports-insights-heading p{font-size:10px}.reports-insights-back-link{width:38px;height:38px}.reports-insights-back-link svg{width:24px;height:24px}.reports-insights-summary-grid{gap:var(--space-sm)}.reports-insights-summary-card{border-radius:18px;padding:var(--space-14)}.reports-insights-summary-card__head{gap:8px}.reports-insights-summary-card__icon{width:26px;height:26px}.reports-insights-summary-card__icon svg{width:14px;height:14px}.reports-insights-summary-card__title{font-size:13px}.reports-insights-summary-card h3{font-size:clamp(18px,4.8vw,24px)}.reports-insights-summary-card p{font-size:13px}.reports-insights-movement-card{border-radius:24px;padding:var(--space-16)}.reports-insights-movement-card h3{font-size:clamp(22px,7.2vw,30px)}.reports-insights-movement-subtitle{font-size:clamp(17px,5vw,24px)}.reports-insights-movement-context{font-size:12px}.reports-insights-period-switch{width:100%;max-width:none}.reports-insights-period-button{min-height:42px;font-size:17px;padding:0 10px}.reports-insights-month-trigger{width:100%;justify-content:center;min-height:48px;font-size:17px}.reports-insights-month-trigger svg{width:20px;height:20px}.reports-insights-month-label{width:100%;text-align:left}.reports-insights-heatmap-grid{min-width:520px;gap:8px}.reports-insights-column-label,.reports-insights-row-label{font-size:12px}.reports-insights-heatmap-cell{height:30px}.reports-insights-note{font-size:17px;border-radius:18px;margin:6px 0 0;padding:var(--space-12) var(--space-14)}.reports-insights-month-sheet{border-radius:24px 24px 0 0;padding:var(--space-16);gap:var(--space-14)}.reports-insights-month-sheet-header h4{font-size:42px}.reports-insights-month-sheet-header p{font-size:16px}.reports-insights-month-sheet-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-xs)}.reports-insights-month-chip{min-height:56px;border-radius:14px;font-size:18px}.reports-insights-month-sheet-footer{justify-content:space-between;gap:var(--space-sm);margin-top:var(--space-sm);padding:6px 4px 2px}.reports-insights-month-year-button{flex:1 1;min-height:40px;font-size:13px;padding:0 var(--space-14)}.reports-insights-legend{font-size:11px}.reports-insights-legend-step{height:9px}.reports-archive-section,.reports-filters,.reports-list-section,.reports-record-card{border-radius:var(--radius-md);padding:var(--space-14)}.reports-record-top{align-items:flex-start}.treatments-page{gap:var(--space-16)}.treatments-page-header{align-items:flex-start}.treatments-page-heading h2{font-size:24px}.treatments-page-heading p{margin-top:6px;font-size:var(--font-body-medium-size);max-width:100%}.treatments-page-create-button{min-height:38px;padding:0 var(--space-14);border-radius:var(--radius-md);font-size:var(--font-body-medium-size)}.treatments-page-create-icon{font-size:18px}.treatments-search-field{min-height:52px;border-radius:var(--radius-md);padding:0 var(--space-14);grid-template-columns:20px minmax(0,1fr);gap:8px}.treatments-search-icon{width:20px;height:20px}.treatments-search-field input{font-size:16px}.treatments-categories{border-radius:var(--radius-md);padding:var(--space-14)}.treatments-categories-header h3{font-size:17px}.treatments-chip{min-height:32px;border-radius:var(--radius-pill);padding:0 12px;font-size:14px}.treatments-empty-state{border-radius:var(--radius-md);padding:var(--space-20) var(--space-16)}.treatments-empty-state h3{font-size:18px}.treatments-empty-state p{font-size:var(--font-body-medium-size)}.treatments-list-card{border-radius:var(--radius-xl);padding:var(--space-14) var(--space-16);grid-template-columns:44px minmax(0,1fr);gap:var(--space-sm)}.treatments-list-icon{width:44px;height:44px;border-radius:50%}.treatments-list-icon svg{width:20px;height:20px}.treatments-list-head{flex-direction:column;gap:4px}.treatments-table-name{font-size:16px}.treatments-table-subtle{font-size:13px}.treatments-list-price{font-size:14px}.treatments-list-tag{font-size:12px;border-radius:var(--radius-pill);padding:4px 8px}.settings-section-actions{flex-direction:column}.settings-section-actions .ui-button{width:100%}.auto-turno-agenda-dayoff-form,.auto-turno-agenda-premium-session,.auto-turno-agenda-settings,.auto-turno-agenda-weekday-hero,.auto-turno-agenda-weekday-times,.auto-turno-agenda-weekly-grid,.auto-turno-block-grid,.auto-turno-form-inline,.auto-turno-perfil-identidad-grid,.auto-turno-perfil-two-columns,.auto-turno-url-row{grid-template-columns:1fr}.auto-turno-agenda-premium-calendar,.auto-turno-agenda-premium-session,.auto-turno-agenda-premium-weekly{padding:16px;border-radius:20px}.auto-turno-agenda-premium-section-head{align-items:stretch}.auto-turno-agenda-weekday-badges{justify-content:flex-start}.auto-turno-agenda-actions .ui-button{width:100%}.auto-turno-agenda-calendar-nav{align-items:stretch}.auto-turno-agenda-calendar-view-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.auto-turno-agenda-calendar-view-switch .ui-button{width:100%}.auto-turno-agenda-calendar-top{align-items:stretch}.auto-turno-agenda-calendar-block-action{width:100%;display:grid;grid-template-columns:1fr}.auto-turno-agenda-calendar-block-action .ui-field{min-width:0}.auto-turno-agenda-calendar-block-action .ui-button,.auto-turno-agenda-calendar-nav .ui-button{width:100%}.auto-turno-agenda-month-day{min-height:84px}.auto-turno-perfil-section h3{font-size:25px}.auto-turno-perfil-photo-panel{max-width:220px}.auto-turno-section-trigger{padding:12px;align-items:flex-start}.auto-turno-section-trigger-main strong{font-size:16px}.auto-turno-section-trigger-main small{font-size:12px}.auto-turno-section-trigger-side{flex-direction:column;align-items:flex-end;gap:6px}.auto-turno-section-content{padding:12px}.auto-turno-private-preview{padding:10px;border-radius:var(--radius-md);gap:10px}.auto-turno-private-preview-agenda,.auto-turno-private-preview-profile{padding:9px}.auto-turno-private-preview-agenda h3,.auto-turno-private-preview-profile h3{font-size:18px}.auto-turno-receipts-head{flex-direction:column;align-items:flex-start}.auto-turno-public-page{padding:var(--space-16)}.auto-turno-public-therapist-card{grid-template-columns:1fr;border-radius:22px;padding:var(--space-14);gap:var(--space-14)}.auto-turno-public-therapist-image,.auto-turno-public-therapist-image-placeholder{border-radius:16px;aspect-ratio:16/19;min-height:0}.auto-turno-public-therapist-content h1{font-size:clamp(36px,10vw,48px)}.auto-turno-public-therapist-subtitle{font-size:20px}.auto-turno-public-therapist-description{font-size:17px}.auto-turno-public-more-info-link{width:100%;font-size:18px;min-height:50px}.auto-turno-public-agenda-shell{border-radius:22px;padding:12px}.auto-turno-public-agenda-card{border-radius:16px}.auto-turno-public-week-label{font-size:16px}.auto-turno-public-agenda-header h2{font-size:clamp(34px,9vw,48px);line-height:1.04}.auto-turno-public-agenda-header p{font-size:18px}.auto-turno-public-page .auto-turno-public-primary-cta{min-height:52px;font-size:18px}.auto-turno-public-additional-toggle{font-size:18px}.auto-turno-public-additional-symbol{font-size:22px}.auto-turno-public-week-nav{grid-template-columns:30px minmax(0,1fr) 30px;padding:8px}.auto-turno-public-week-arrow{width:30px;height:30px;font-size:18px}.auto-turno-public-week-days{display:flex;overflow-x:auto;gap:8px;padding-bottom:2px;scrollbar-width:thin}.auto-turno-public-week-day{flex:0 0 74px;min-height:62px;border-radius:12px;padding:7px 5px}.auto-turno-public-week-day strong{font-size:22px}.auto-turno-public-day h3{font-size:14px}.auto-turno-public-slot-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.auto-turno-public-slot{min-height:56px;border-radius:12px;padding:7px 10px}.auto-turno-public-slot-time{font-size:clamp(18px,5vw,20px)}.auto-turno-public-slot-location{font-size:11px}.auto-turno-public-receipt-row{grid-template-columns:1fr}}@media (max-width:480px){.auto-turno-public-page{gap:12px}.auto-turno-public-page,.auto-turno-public-therapist-card{border-radius:18px;padding:12px}.auto-turno-public-therapist-image,.auto-turno-public-therapist-image-placeholder{border-radius:14px}.auto-turno-public-therapist-content h1{font-size:clamp(30px,11vw,38px)}.auto-turno-public-therapist-subtitle{font-size:17px}.auto-turno-public-therapist-description{font-size:15px;line-height:1.4}.auto-turno-public-more-info-link{min-height:46px;border-radius:14px;font-size:16px}.auto-turno-public-agenda-header h2{font-size:clamp(29px,10vw,37px)}.auto-turno-public-agenda-header p{font-size:16px}.auto-turno-public-agenda-shell{border-radius:18px;padding:10px}.auto-turno-public-agenda-card{border-radius:14px}.auto-turno-public-week-label{font-size:14px}.auto-turno-public-week-day{flex-basis:68px;min-height:58px;padding:6px 4px}.auto-turno-public-week-day span{font-size:11px}.auto-turno-public-week-day strong{font-size:20px}.auto-turno-public-slot{min-height:52px}.auto-turno-public-slot-time{font-size:18px}.auto-turno-public-slot-location{font-size:10.5px}.auto-turno-public-page .auto-turno-public-primary-cta{min-height:48px;border-radius:14px;font-size:17px}.auto-turno-public-additional-toggle{font-size:16px}}