html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{color:#1f2937;background-color:#eef2ff;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:400;line-height:1.45}*{box-sizing:border-box}body{min-width:320px;margin:0}h1,h2,h3,h4,p{margin:0}#root,.page-shell{min-height:100vh}.app-layout{background:linear-gradient(#f8faff 0%,#f2f6ff 60%,#eef3ff 100%);min-height:100vh}.ant-table-wrapper .ant-table-content,.ant-table-wrapper .ant-table-body{scrollbar-gutter:stable}.app-header{z-index:20;width:100%;height:auto;padding-block:14px;padding-inline:24px;line-height:1.2;position:sticky;top:0}.header-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:1200px;margin:0 auto;display:flex}.header-center{justify-content:center}.header-inner .ant-space a{text-decoration:none}.cabinet-header-user-controls{align-items:center}.cabinet-header-user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-weight:600;overflow:hidden}.cabinet-journal-card{border-radius:14px}.cabinet-journal-entities-table .ant-table-thead>tr>th,.cabinet-journal-records-table .ant-table-thead>tr>th{background:#f7f9fc;font-weight:600}.cabinet-journal-entities-table .ant-table-tbody>tr:hover>td,.cabinet-journal-records-table .ant-table-tbody>tr:hover>td{background:#f8fbff}.cabinet-journal-progress-table .ant-table-tbody>tr>td{vertical-align:top}.cabinet-journal-progress-notes{white-space:pre-wrap;word-break:break-word;max-width:360px;line-height:1.5}.cabinet-journal-modal .ant-modal-content{border-radius:16px}.cabinet-homework-status-select .ant-select-selector{border-radius:10px!important}.cabinet-homework-status-assigned .ant-select-selector{background:#e6f4ff!important;border-color:#91caff!important}.cabinet-homework-status-needs_rework .ant-select-selector{background:#fff7e6!important;border-color:#ffd591!important}.cabinet-homework-status-done .ant-select-selector{background:#f6ffed!important;border-color:#b7eb8f!important}.brand-caption{color:#ffffffbf;font-size:12px}.content-wrap{gap:16px;max-width:1120px;margin:0 auto;padding:24px;display:grid}.cabinet-dashboard-wrap{gap:16px;width:100%;max-width:none;margin:0;padding:20px 24px;display:grid}.cabinet-chat-toolbar{justify-content:flex-end;display:flex}.support-chat-widget{z-index:1000;border-radius:12px;width:min(420px,100vw - 24px);position:fixed;bottom:20px;right:20px;box-shadow:0 14px 40px #0000002e}.cabinet-anamnesis-input textarea{font-size:14px;line-height:1.55}.cabinet-client-anamnesis{font-size:14px}.parent-entry-anketa-modal .ant-modal-content{border-radius:16px;padding:0;overflow:hidden;box-shadow:0 25px 50px -12px #0003,0 0 0 1px #0000000a}.parent-entry-anketa-modal .ant-modal-body{max-height:min(78vh,900px);padding:24px 24px 20px;overflow-y:auto}.parent-entry-anketa-modal__hero{border-bottom:1px solid var(--ant-color-border-secondary);background:linear-gradient(135deg,#1677ff17 0%,#722ed112 50%,#fa8c1614 100%);margin:-24px -24px 16px;padding:20px 20px 18px}.parent-entry-anketa-modal__icon-wrap{background:var(--ant-color-bg-container);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:12px;display:flex;box-shadow:0 2px 8px #0000000f}.parent-entry-anketa-modal__icon{color:var(--ant-color-primary);font-size:26px}.parent-entry-anketa-modal__footer{border-top:1px solid var(--ant-color-border-secondary);margin-top:20px;padding-top:16px}.cabinet-pages-tabs{width:100%}.cabinet-workspace-layout{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:16px;display:grid}.cabinet-workspace-sidebar{border-radius:14px;position:sticky;top:12px}.cabinet-workspace-sidebar .ant-menu{font-size:14px;font-weight:600;border-inline-end:none!important}.cabinet-workspace-sidebar .ant-menu-item,.cabinet-workspace-sidebar .ant-menu-submenu-title{border-radius:10px;height:40px;line-height:40px;width:100%!important;margin-inline:0!important}.cabinet-workspace-sidebar .ant-menu-sub.ant-menu-inline{background:#f6f9ff;border-radius:10px;margin-top:4px;margin-bottom:4px;padding:6px}.cabinet-workspace-sidebar .ant-menu-sub .ant-menu-item{height:34px;font-size:13px;font-weight:600;line-height:34px;padding-left:28px!important}.cabinet-workspace-sidebar .ant-menu-item-selected{color:#1d4ed8!important;background:#e8f1ff!important}.cabinet-pages-tabs>.ant-tabs-nav{display:none!important}.cabinet-pages-tabs>.ant-tabs-content-holder{min-height:70vh}.cabinet-pages-tabs>.ant-tabs-nav{margin-right:20px}.cabinet-pages-tabs.ant-tabs-left>.ant-tabs-nav{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #cdddfc;border-radius:16px;align-self:stretch;min-width:300px;padding:14px 12px;box-shadow:0 10px 24px #1e40af1a}.cabinet-pages-tabs.ant-tabs-left>.ant-tabs-content-holder{min-height:70vh}.cabinet-pages-tabs .ant-tabs-tab{color:#1f2937;border:1px solid #0000;border-radius:12px;margin:0 0 6px;padding:12px 14px;font-size:15px;font-weight:600;transition:all .18s}.cabinet-pages-tabs .ant-tabs-tab:hover{color:#0f172a;background:#f3f8ff;border-color:#dbeafe}.cabinet-pages-tabs .ant-tabs-tab-active{background:#e8f1ff;border-color:#bcd7ff;box-shadow:inset 3px 0 #2563eb}.cabinet-pages-tabs .ant-tabs-tab-btn{font-size:15px;line-height:1.35}.cabinet-pages-tabs .ant-tabs-tab-disabled{margin-bottom:2px;opacity:1!important;cursor:default!important;padding:8px 10px!important}.cabinet-pages-tabs .ant-tabs-tab-disabled:hover{background:#f8fbff;border-color:#0000}.cabinet-pages-tabs .ant-tabs-ink-bar{display:none}.cabinet-nav-group{color:#1e3a8a;letter-spacing:.01em;text-transform:uppercase;font-size:11px;font-weight:800}.cabinet-nav-child{color:#334155;padding-left:16px;font-size:13px;font-weight:600;display:inline-block;position:relative}.cabinet-nav-child:before{content:"";background:#c7dcff;width:1px;position:absolute;top:3px;bottom:3px;left:4px}.cabinet-nav-child:after{content:"";background:#94b6f2;width:8px;height:1px;position:absolute;top:50%;left:4px}.cabinet-pages-tabs .ant-tabs-tab-active .cabinet-nav-child{color:#1e3a8a;font-weight:700}.app-content{width:100%}.hero-card{background:radial-gradient(circle at 100% 0,#e7f0ff 0%,#f9fbff 55%)}.hero-subtitle{max-width:880px;font-size:16px}.list-row{align-items:flex-start;gap:8px;display:flex}.schedule-workspace{grid-template-columns:minmax(268px,300px) minmax(0,1fr);align-items:start;gap:16px;display:grid}.schedule-filters-column{background:linear-gradient(#fbfcff 0%,#f5f8ff 100%);border:1px solid #e2ebfb;border-radius:12px;padding:12px 14px;position:sticky;top:12px}.schedule-sidebar-calendar-wrap{flex-direction:column;gap:8px;display:flex}.schedule-calendar-header{color:#fff;background:linear-gradient(#3fa652 0%,#2f8f44 100%);border-radius:10px 10px 0 0;justify-content:space-between;align-items:center;gap:8px;margin:0;padding:10px 12px;font-size:13px;font-weight:600;display:flex}.schedule-calendar-header-title{text-align:center;flex:1}.schedule-calendar-header-nav{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:6px;flex:none;width:28px;height:28px;padding:0;font-size:16px;line-height:1}.schedule-calendar-header-nav:hover{background:#ffffff52}.schedule-sidebar-calendar.ant-picker-calendar-mini{background:#fff;border:1px solid #e2e8f0;border-top:none;border-radius:0 0 10px 10px;width:100%;overflow:hidden}.schedule-sidebar-calendar .ant-picker-content thead th,.schedule-sidebar-calendar table thead th{color:#475569;padding:6px 0;font-size:11px;font-weight:600}.schedule-sidebar-calendar .ant-picker-cell{padding:2px 0}.schedule-sidebar-calendar .ant-picker-cell-inner{border-radius:8px;min-width:28px;min-height:28px;font-size:12px;line-height:26px}.schedule-sidebar-calendar .ant-picker-cell-today .ant-picker-cell-inner{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;font-weight:600}.schedule-sidebar-calendar .ant-picker-cell-selected .ant-picker-cell-inner,.schedule-sidebar-calendar .ant-picker-cell-selected .ant-picker-calendar-date{color:#fff!important;background:#c9a06c!important;border:none!important}.schedule-sidebar-today-btn{font-size:13px;font-weight:600;color:#334155!important;background:#f1f5f9!important;border-color:#e2e8f0!important}.schedule-sidebar-today-btn:hover{color:#0f172a!important;background:#e2e8f0!important;border-color:#cbd5e1!important}.schedule-filters-column .ant-typography{display:block}@media (width<=900px){.schedule-workspace{grid-template-columns:1fr}.schedule-filters-column{position:static}}.schedule-grid-slot-toolbar{flex-wrap:wrap;align-items:center;gap:10px 16px;margin-bottom:12px;display:flex}.schedule-grid-slot-toolbar-label{flex-shrink:0;font-size:12px}.schedule-grid-slot-dropdown-btn.ant-btn{color:#0f172a;align-items:center;gap:8px;font-weight:600;display:inline-flex}.schedule-grid-wrap{background:linear-gradient(#fdfdff 0%,#f7faff 100%);border:1px solid #dbe6ff;border-radius:14px;margin-bottom:16px;padding:8px;overflow:hidden;box-shadow:0 8px 20px #4070f414}.schedule-grid-wrap .fc{--fc-border-color:#d7e3fb;--fc-page-bg-color:#fff;--fc-neutral-bg-color:#f7faff;--fc-list-event-hover-bg-color:#edf4ff;--fc-event-bg-color:#dfeaff;--fc-event-border-color:#adc8ff;--fc-today-bg-color:#eef5ff;font-size:13px}.schedule-grid-wrap[data-resource-day=true] .fc .fc-scrollgrid-sync-table thead tr:first-child .fc-col-header-cell{vertical-align:middle;background:#e8effb;font-size:12px;font-weight:700}.schedule-grid-wrap[data-resource-day=true] .fc .fc-scrollgrid-sync-table thead tr:nth-child(2) .fc-col-header-cell{font-size:12px;font-weight:600}.schedule-grid-wrap .fc .fc-toolbar-title{color:#0f172a;font-size:28px;font-weight:700}.schedule-grid-wrap .fc .fc-timegrid-slot{height:38px}.schedule-grid-wrap .fc .fc-timegrid col:first-child{min-width:25px}.schedule-grid-wrap .fc .fc-timegrid-slot-label-cushion{color:#0f172a;font-weight:600}.schedule-grid-wrap .fc .schedule-slot-hour-row{color:#0f172a;align-items:baseline;gap:1px;display:inline-flex}.schedule-grid-wrap .fc .schedule-slot-hour-num{letter-spacing:-.02em;font-size:26px;font-weight:500;line-height:1.15}.schedule-grid-wrap .fc .schedule-slot-hour-suffix,.schedule-grid-wrap .fc .schedule-slot-half{color:#334155;font-size:13px;font-weight:600}.schedule-grid-wrap .fc .fc-timegrid-axis-cushion{color:#334155}.schedule-grid-wrap .fc .fc-col-header-cell-cushion,.schedule-grid-wrap .fc .fc-daygrid-day-number,.schedule-grid-wrap .fc a.fc-daygrid-day-number{font-weight:600;color:#0f172a!important}.schedule-grid-wrap .fc .fc-day-today .fc-daygrid-day-number{color:#0f172a!important}.schedule-grid-wrap .fc .fc-event{border-radius:10px;padding:2px}.schedule-grid-wrap .fc .fc-event.fc-event-draggable,.schedule-grid-wrap .fc .fc-event.fc-event-resizable{cursor:grab}.schedule-grid-wrap .fc .fc-event.fc-event-dragging{cursor:grabbing}.schedule-event-card{color:#0f172a;gap:2px;min-width:0;max-height:100%;font-size:12px;line-height:1.25;display:grid;overflow:hidden}.schedule-event-title{font-weight:700}.schedule-event-sub{font-weight:500}.schedule-event-meta{color:#334155;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px;overflow:hidden}.schedule-grid-wrap[data-slot-minutes="5"] .fc .fc-timegrid-slot,.schedule-grid-wrap[data-slot-minutes="10"] .fc .fc-timegrid-slot,.schedule-grid-wrap[data-slot-minutes="15"] .fc .fc-timegrid-slot{height:42px}.schedule-grid-wrap[data-slot-minutes="20"] .fc .fc-timegrid-slot,.schedule-grid-wrap[data-slot-minutes="30"] .fc .fc-timegrid-slot{height:34px}.schedule-grid-wrap[data-slot-minutes="5"] .schedule-event-card,.schedule-grid-wrap[data-slot-minutes="10"] .schedule-event-card,.schedule-grid-wrap[data-slot-minutes="15"] .schedule-event-card{font-size:12px;line-height:1.2}.schedule-grid-wrap[data-slot-minutes="20"] .schedule-event-card,.schedule-grid-wrap[data-slot-minutes="30"] .schedule-event-card{font-size:10px;line-height:1.15}.schedule-grid-wrap[data-slot-minutes="15"] .schedule-event-card .schedule-event-meta,.schedule-grid-wrap[data-slot-minutes="5"] .schedule-event-card .schedule-event-meta,.schedule-grid-wrap[data-slot-minutes="10"] .schedule-event-card .schedule-event-meta{font-size:10px}.schedule-grid-wrap[data-slot-minutes="30"] .schedule-event-card .schedule-event-meta,.schedule-grid-wrap[data-slot-minutes="20"] .schedule-event-card .schedule-event-meta{font-size:9px}.schedule-grid-wrap .fc .fc-timegrid-event-harness{overflow:hidden}.schedule-grid-wrap .fc .fc-timegrid-event{box-sizing:border-box;min-height:0;overflow:hidden}.schedule-grid-wrap .fc .fc-timegrid-event .fc-event-main,.schedule-grid-wrap .fc .fc-v-event .fc-event-main-frame{min-height:0;overflow:hidden}.schedule-event-title,.schedule-event-sub{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.schedule-grid-wrap .fc-v-event.schedule-cal-event--dur15 .schedule-event-card>.schedule-event-sub:last-of-type,.schedule-grid-wrap .fc-v-event.schedule-cal-event--dur15 .schedule-event-card .schedule-event-meta,.schedule-grid-wrap .fc-v-event.schedule-cal-event--dur30 .schedule-event-card .schedule-event-meta{display:none}.schedule-grid-wrap .fc .fc-event.schedule-cal-event--pending{--schedule-status:#ebadc9;background:var(--schedule-status)!important;border-color:var(--schedule-status)!important}.schedule-grid-wrap .fc .fc-event.schedule-cal-event--confirmed{--schedule-status:#c7b3de;background:var(--schedule-status)!important;border-color:var(--schedule-status)!important}.schedule-grid-wrap .fc .fc-event.schedule-cal-event--cancelled{--schedule-status:#edc59a;background:var(--schedule-status)!important;border-color:var(--schedule-status)!important}.schedule-grid-wrap .fc .fc-event.schedule-cal-event--no_show{--schedule-status:#e8b8b8;background:var(--schedule-status)!important;border-color:var(--schedule-status)!important}.schedule-event-card.schedule-event-card--pending .schedule-event-title,.schedule-event-card.schedule-event-card--pending .schedule-event-sub,.schedule-event-card.schedule-event-card--confirmed .schedule-event-title,.schedule-event-card.schedule-event-card--confirmed .schedule-event-sub,.schedule-event-card.schedule-event-card--cancelled .schedule-event-title,.schedule-event-card.schedule-event-card--cancelled .schedule-event-sub,.schedule-event-card.schedule-event-card--no_show .schedule-event-title,.schedule-event-card.schedule-event-card--no_show .schedule-event-sub{color:#0f172a}.schedule-event-card.schedule-event-card--pending .schedule-event-meta,.schedule-event-card.schedule-event-card--confirmed .schedule-event-meta,.schedule-event-card.schedule-event-card--cancelled .schedule-event-meta,.schedule-event-card.schedule-event-card--no_show .schedule-event-meta{color:#3f3f46}.schedule-grid-wrap .fc .fc-event[class*=schedule-cal-event--] .fc-event-time{color:#0f172a}.schedule-slot-card.schedule-slot-card--pending.ant-card{--schedule-status:#ebadc9}.schedule-slot-card.schedule-slot-card--confirmed.ant-card{--schedule-status:#c7b3de}.schedule-slot-card.schedule-slot-card--cancelled.ant-card{--schedule-status:#edc59a}.schedule-slot-card.schedule-slot-card--no_show.ant-card{--schedule-status:#e8b8b8}.schedule-slot-card[class*=schedule-slot-card--].ant-card{border-left-width:4px;border:1px solid var(--schedule-status)!important;background:var(--schedule-status)!important}.schedule-slot-card[class*=schedule-slot-card--] .schedule-slot-list-primary{color:#0f172a!important}.schedule-slot-card[class*=schedule-slot-card--] .schedule-slot-list-muted{color:#3f3f46!important}.schedule-data-table .ant-table-title{color:#0f172a}.schedule-table-toolbar-title{color:#0f172a;font-weight:500}.schedule-data-table .ant-table-thead>tr>th,.schedule-data-table .ant-table-tbody>tr>td{color:#0f172a!important}.schedule-data-table .ant-table-thead>tr>th{font-weight:600}.schedule-table-date-cell{color:#0f172a;font-variant-numeric:tabular-nums}.schedule-data-table .schedule-session-status-tag.ant-tag{color:#0f172a!important}.schedule-data-table .ant-btn-default,.schedule-data-table .ant-btn-link,.schedule-data-table a{color:#0f172a}.schedule-data-table .ant-btn-link:hover,.schedule-data-table a:hover{color:#000}.schedule-slots-card .ant-card-head-title{font-weight:600;color:#0f172a!important}.schedule-slot-list-primary{color:#0f172a!important}.schedule-slot-list-muted{color:#334155!important}.schedule-session-preview-backdrop{z-index:1040;cursor:default;background:#0f172a1f;border:0;margin:0;padding:0;position:fixed;inset:0}.schedule-session-preview-panel{z-index:1050;background:#fff;border:1px solid #e2e8f0;border-radius:14px;max-width:calc(100vw - 24px);position:fixed;overflow:hidden;box-shadow:0 18px 48px #0f172a2e}.schedule-session-preview-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.schedule-session-preview-status{font-size:13px;font-weight:600}.schedule-session-preview-status.session-chip--pending,.schedule-session-preview-status.session-chip--confirmed,.schedule-session-preview-status.session-chip--cancelled,.schedule-session-preview-status.session-chip--no_show{color:#0f172a}.session-status--muted{color:#64748b}.schedule-session-preview-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:4px;line-height:1}.schedule-session-preview-close:hover{color:#0f172a}.schedule-session-preview-body{padding:12px}.schedule-session-preview-top{gap:12px;display:flex}.schedule-session-preview-datecard{text-align:center;border:1px solid #e2e8f0;border-radius:10px;flex-shrink:0;width:72px;overflow:hidden}.schedule-session-preview-datecard-month{color:#fff;text-transform:capitalize;background:#ef4444;padding:4px 2px;font-size:11px;font-weight:600}.schedule-session-preview-datecard-day{background:#f8fafc;padding:6px 4px}.schedule-session-preview-datecard-num{color:#0f172a;font-size:22px;font-weight:700;line-height:1.1;display:block}.schedule-session-preview-datecard-dow{color:#64748b;text-transform:lowercase;font-size:11px;display:block}.schedule-session-preview-datecard-time{color:#0f172a;background:#e2e8f0;padding:4px;font-size:12px;font-weight:700}.schedule-session-preview-maininfo{flex:1;min-width:0}.schedule-session-preview-name{color:#2563eb;align-items:flex-start;gap:6px;font-size:14px;font-weight:600;display:flex}.schedule-session-preview-icon{color:#64748b;margin-top:2px}.schedule-session-preview-sub{margin-top:2px;font-size:12px;display:block}.schedule-session-preview-phone{color:#334155;align-items:center;gap:6px;margin-top:6px;font-size:12px;display:flex}.schedule-session-preview-spec{color:#334155;margin-top:6px;font-size:12px}.schedule-session-preview-spec-name{color:#0f172a;font-weight:600}.schedule-session-preview-spec-dot{color:#94a3b8;margin:0 4px}.schedule-session-preview-details{border-top:1px solid #f1f5f9;margin-top:12px;padding-top:10px;font-size:13px}.schedule-session-preview-detail-row{margin-bottom:6px}.schedule-session-preview-muted{color:#64748b;font-size:12px}.schedule-session-preview-actions{flex-direction:column;gap:8px;margin-top:12px;display:flex}.schedule-session-preview-actions-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.schedule-session-preview-btn-primary.ant-btn-primary{background:#1e3a5f;border-color:#1e3a5f}.session-appointment-chips{flex-direction:column;gap:14px;margin-bottom:16px;display:flex}.session-chip-row-label{margin-bottom:6px;font-size:12px;display:block}.session-required-star{color:#dc2626}.session-chip-group{flex-wrap:wrap;gap:8px;display:flex}.session-chip-group--dense{gap:6px}.session-chip{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:500;line-height:1.3;transition:background .15s,border-color .15s,color .15s}.session-chip:hover{border-color:#cbd5e1}.session-chip--active{color:#5b21b6;background:#ede9fe;border-color:#7c3aed;box-shadow:0 0 0 1px #7c3aed40}.session-chip--active-dark{color:#fff;background:#1e3a5f;border-color:#1e3a5f}.session-chip--muted{background:#f1f5f9}.session-chip-group .session-chip.session-chip--pending{--status:#ebadc9;background:var(--status);border-color:var(--status);color:#0f172a}.session-chip-group .session-chip.session-chip--pending.session-chip--active{box-shadow:inset 0 0 0 2px #0f172a}.session-chip-group .session-chip.session-chip--confirmed{--status:#c7b3de;background:var(--status);border-color:var(--status);color:#0f172a}.session-chip-group .session-chip.session-chip--confirmed.session-chip--active{box-shadow:inset 0 0 0 2px #0f172a}.session-chip-group .session-chip.session-chip--cancelled{--status:#edc59a;background:var(--status);border-color:var(--status);color:#0f172a}.session-chip-group .session-chip.session-chip--cancelled.session-chip--active{box-shadow:inset 0 0 0 2px #0f172a}.session-chip-group .session-chip.session-chip--no_show{--status:#e8b8b8;background:var(--status);border-color:var(--status);color:#0f172a}.session-chip-group .session-chip.session-chip--no_show.session-chip--active{box-shadow:inset 0 0 0 2px #0f172a}.cabinet-session-record-modal .ant-modal-title{font-weight:600!important}.cabinet-session-record-card.ant-card{border-radius:var(--ant-border-radius-lg,12px)}.cabinet-session-record-card .ant-card-head{min-height:40px;padding-block:8px 0}.cabinet-session-record-summary{font-size:13px}.cabinet-session-record-summary-icon{color:var(--ant-color-primary,#1677ff);margin-top:2px;font-size:16px}@media (width<=900px){.app-header{padding-block:12px;padding-inline:12px}.content-wrap{padding:16px}.cabinet-dashboard-wrap{padding:14px}.cabinet-pages-tabs.ant-tabs-left>.ant-tabs-nav{min-width:230px;padding:10px 8px}.cabinet-pages-tabs .ant-tabs-tab{padding:10px;font-size:14px}.cabinet-workspace-layout{grid-template-columns:1fr}.cabinet-workspace-sidebar{position:static}}
