:root{color:#1f302b;background:#f3f6f4;font-synthesis:none;text-rendering:optimizeLegibility;--brand-deep: #123f35;--brand: #166858;--brand-soft: #e8f1ed;--accent: #b87b4c;--surface: #ffffff;--surface-subtle: #f7f9f8;--text: #1f302b;--muted: #687872;--line: #dfe6e2;--shadow-sm: 0 5px 22px rgba(21, 67, 56, .05);--shadow-lg: 0 24px 70px rgba(30, 55, 48, .14)}*{box-sizing:border-box}html{min-width:320px;background:#f3f6f4}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea,select{font:inherit}:focus-visible{outline:3px solid rgba(22,104,88,.22);outline-offset:2px}.brand{height:68px;display:flex;align-items:center;gap:12px;padding:0 22px;color:#fff;font-weight:650;font-size:17px;letter-spacing:.01em}.brand-mark{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:#d8ae6b;color:#183f35;font-weight:800;box-shadow:inset 0 0 0 1px #ffffff4d}.admin-sider{background:var(--brand-deep)!important;box-shadow:12px 0 32px #0c312814}.admin-sider .ant-menu{background:transparent;padding:10px 12px}.admin-sider .ant-menu-item{margin-inline:0;width:100%}.admin-header{position:sticky;top:0;z-index:20;height:68px;line-height:normal;background:#ffffffeb;border-bottom:1px solid var(--line);padding:0 28px;display:flex;align-items:center;justify-content:space-between;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.admin-avatar{background:#d8ae6b!important;color:#173e35!important;font-weight:700}.mobile-nav-trigger{display:none}.admin-content{min-width:0;margin:28px 32px 40px}.route-loading{min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:var(--muted)}.route-spinner{width:36px;height:36px;border:3px solid #dce7e2;border-top-color:var(--brand);border-radius:50%;animation:route-spin .8s linear infinite}@keyframes route-spin{to{transform:rotate(360deg)}}.page-header{min-height:64px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:22px}.page-title{margin:0;color:var(--text);font-size:clamp(24px,2vw,30px);line-height:1.25;letter-spacing:-.025em}.page-subtitle{margin:8px 0 0;color:var(--muted);line-height:1.7}.page-header-extra{flex:0 0 auto}.surface{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:22px;box-shadow:var(--shadow-sm)}.surface>.ant-typography:first-child{margin-top:0}.toolbar{display:flex;align-items:flex-start;gap:14px;justify-content:space-between;margin-bottom:20px}.toolbar-filters{min-width:0}.search-control{width:280px}.status-control{width:144px}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.stat-grid .ant-card{border-color:var(--line);box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.stat-grid .ant-card:hover{transform:translateY(-2px);border-color:#c7d8d1;box-shadow:0 12px 30px #15433814}.status-dot{width:8px;height:8px;border-radius:50%;background:#43a47d;display:inline-block;margin-right:8px;box-shadow:0 0 0 4px #43a47d1c}.json-hint{color:#7c8a85;font-size:12px;line-height:1.6}.content-modal .ant-modal-body{max-height:calc(100vh - 230px);overflow-y:auto;padding-right:6px;scrollbar-gutter:stable}.sticky-form-actions{position:sticky;bottom:0;z-index:5;display:flex;justify-content:flex-end;margin:22px -22px -22px;padding:16px 22px;background:#fffffff5;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-nav-drawer .ant-drawer-header{border-bottom-color:#ffffff1a;padding:0 16px}.mobile-nav-drawer .ant-drawer-title{color:#fff}.mobile-nav-drawer .ant-drawer-close{color:#ffffffbf}.mobile-nav-drawer .drawer-brand{padding:0}.mobile-nav-drawer .ant-menu{min-height:calc(100vh - 69px);padding:12px;background:var(--brand-deep)}.login-shell{min-height:100dvh;width:100%;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(460px,.92fr);background:#f4f1eb}.login-brand{min-width:0;background:var(--brand-deep);color:#fff;padding:clamp(54px,10vh,96px) clamp(48px,8vw,120px);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.login-brand:after{content:"";width:420px;height:420px;border:1px solid rgba(255,255,255,.12);border-radius:50%;position:absolute;right:-140px;bottom:-170px;box-shadow:0 0 0 80px #ffffff06,0 0 0 160px #ffffff05;pointer-events:none}.login-brand h1{position:relative;z-index:1;font-size:clamp(38px,4vw,54px);line-height:1.25;margin:34px 0 24px;max-width:620px;letter-spacing:-.025em}.login-brand p{position:relative;z-index:1;color:#bdd0ca;font-size:17px;max-width:560px;line-height:1.9}.login-brand small{position:relative;z-index:1;color:#d9e5e0}.login-form{min-width:0;display:grid;place-items:center;padding:clamp(28px,5vw,72px)}.login-card{width:min(100%,430px);background:#fff;border:1px solid rgba(33,49,45,.07);border-radius:18px;padding:42px;box-shadow:var(--shadow-lg)}.login-card h2{font-size:30px;margin:0 0 8px;letter-spacing:-.02em}.login-card>p{color:#7a8984;margin:0 0 30px}.login-card .ant-btn{min-height:44px}@media(max-width:1199px){.admin-content{margin:24px 22px 34px}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:991px){.admin-sider{display:none}.mobile-nav-trigger{display:inline-flex}.admin-header{padding:0 18px}.admin-content{margin:22px 18px 32px}}@media(max-width:767px){.admin-header{height:60px}.system-status,.admin-name{display:none}.admin-content{margin:18px 14px 28px}.page-header{min-height:auto;margin-bottom:18px}.page-title{font-size:24px}.page-subtitle{margin-top:6px;font-size:13px}.surface{padding:16px;border-radius:12px}.toolbar{flex-direction:column;align-items:stretch}.toolbar>.ant-btn{width:100%}.toolbar-filters{display:grid!important;grid-template-columns:1fr 1fr;width:100%}.toolbar-filters .ant-space-item:first-child{grid-column:1 / -1}.search-control,.status-control{width:100%}.stat-grid{grid-template-columns:1fr;gap:12px}.content-modal{max-width:calc(100vw - 20px);top:10px;padding-bottom:10px}.content-modal .ant-modal-body{max-height:calc(100dvh - 190px)}.sticky-form-actions{margin:20px -16px -16px;padding:14px 16px}.sticky-form-actions .ant-btn{width:100%}.ant-drawer-content-wrapper{max-width:88vw}}@media(max-width:860px){.login-shell{grid-template-columns:1fr;align-content:start}.login-brand{min-height:260px;padding:30px 24px 34px}.login-brand .brand{height:auto;padding:0}.login-brand h1{font-size:clamp(30px,9vw,40px);margin:36px 0 14px}.login-brand p{margin:0;font-size:15px;line-height:1.75}.login-brand small{display:none}.login-brand:after{width:260px;height:260px;right:-110px;bottom:-150px}.login-form{place-items:start center;padding:24px 18px 36px}.login-card{padding:28px 24px;border-radius:14px;box-shadow:0 16px 44px #1e37301f}.login-card h2{font-size:25px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.analytics-stat-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.stat-delta{margin-top:12px}.analytics-section{margin-top:18px}.analytics-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.trend-chart{display:flex;align-items:flex-end;gap:8px;min-height:190px;overflow-x:auto;padding:20px 4px 0}.trend-column{min-width:28px;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.trend-bar{width:min(28px,80%);min-height:6px;background:linear-gradient(180deg,#b87b4c,#0d4439);border-radius:4px 4px 0 0}.trend-value,.trend-label{color:#72807b;font-size:12px}.trend-value{margin-bottom:5px}.trend-label{margin-top:7px;white-space:nowrap}@media(max-width:1200px){.analytics-stat-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.analytics-stat-grid,.analytics-grid{grid-template-columns:1fr}}.appointment-admin{margin-top:20px;padding:18px;background:#f6f3ed;border-left:3px solid #b87b4c}
