:root{--sidebar-width:260px;--sidebar-collapsed:82px;--sidebar-bg:#081c4a;--sidebar-bg-2:#0d2f75;--sidebar-text:#dbeafe;--sidebar-muted:#9fb6df;--sidebar-active:linear-gradient(135deg, #2563eb, #0ea5e9);--sidebar-hover:#ffffff14;--sidebar-border:#ffffff14}.sidebar{width:var(--sidebar-width);background:linear-gradient(180deg, var(--sidebar-bg), var(--sidebar-bg-2));color:#fff;flex-direction:column;height:100vh;transition:all .3s;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:8px 0 30px #0206172e}.sidebar.collapsed{width:var(--sidebar-collapsed)}.sidebar-brand{align-items:center;gap:12px;padding:20px;display:flex}.brand-content{flex-direction:column;justify-content:center;display:flex}.brand-content h2{color:#fff;margin:0;font-size:32px;font-weight:700;line-height:1.1}.sidebar-toggle{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .25s;display:flex}.sidebar-toggle:hover{background:#2563eb;transform:rotate(90deg)}.brand-content{background:#ffffff0f;border-radius:18px;align-items:center;gap:14px;padding:12px;display:flex}.brand-content img{object-fit:contain;width:52px;height:52px}.brand-content h2{letter-spacing:-.5px;margin:0;font-size:24px;font-weight:800}.brand-content p{color:var(--sidebar-muted);margin:4px 0;font-size:12px;line-height:1.4}.brand-content span{color:#38bdf8;font-size:11px;font-weight:700}.sidebar-search{background:#ffffff14;border-radius:14px;align-items:center;gap:10px;margin:18px;padding:12px 15px;display:flex}.sidebar-search svg{color:#94a3b8}.sidebar-search input{color:#fff;background:0 0;border:none;outline:none;flex:1;font-size:14px}.sidebar-search input::placeholder{color:#94a3b8}.sidebar-nav{flex:1;padding:10px 14px;overflow:auto}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-thumb{background:#1e40af;border-radius:10px}.sidebar-section{margin-bottom:20px}.sidebar-section-title{color:#94a3b8;letter-spacing:1px;margin:8px 14px;font-size:11px;font-weight:700}.sidebar-link{color:var(--sidebar-text);border-radius:14px;align-items:center;gap:14px;margin-bottom:4px;padding:13px 15px;text-decoration:none;transition:all .25s;display:flex}.sidebar-link svg{flex-shrink:0}.sidebar-link span{font-size:14px;font-weight:500}.sidebar-link.active{color:#fff;background:#2563eb38;font-weight:800;box-shadow:inset 4px 0 #38bdf8}.sidebar-footer{border-top:1px solid var(--sidebar-border);padding:18px}.sidebar-user{align-items:center;gap:12px;margin-bottom:18px;display:flex}.sidebar-user svg{color:#38bdf8}.sidebar-user strong{font-size:14px;display:block}.sidebar-user span{color:#94a3b8;font-size:12px}.sidebar-logout{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px;transition:all .25s;display:flex}.sidebar-logout:hover{background:#ef4444}.sidebar-version{text-align:center;color:#94a3b8;margin-top:16px;font-size:11px}.sidebar.collapsed .sidebar-search,.sidebar.collapsed .sidebar-section-title,.sidebar.collapsed .brand-content,.sidebar.collapsed .sidebar-user div,.sidebar.collapsed .sidebar-version,.sidebar.collapsed .sidebar-logout span{display:none}.sidebar.collapsed .sidebar-link{justify-content:center;padding:14px 0}.sidebar.collapsed .sidebar-footer{flex-direction:column;align-items:center;display:flex}.sidebar.collapsed .sidebar-user{justify-content:center}.sidebar-link.active svg{color:#38bdf8}.sidebar-link:hover{background:#ffffff1a;transform:translate(3px)}.sidebar.collapsed .sidebar-brand{align-items:center;padding:18px 10px}.sidebar.collapsed .sidebar-toggle{margin:0 auto}.sidebar.collapsed .sidebar-nav{padding:10px}.sidebar.collapsed .sidebar-link{border-radius:16px}.sidebar-loading{color:#94a3b8;text-align:center;padding:16px 18px;font-size:13px}.app-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:30;background:#ffffffeb;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:76px;padding:0 26px;display:flex;position:sticky;top:0}.header-left h2{color:#0f172a;margin:0;font-size:22px;font-weight:800}.header-left p{color:#64748b;margin:5px 0 0;font-size:13px;font-weight:600}.header-right{align-items:center;gap:18px;display:flex}.header-search{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:10px;width:280px;height:42px;padding:0 14px;display:flex}.header-search svg{color:#64748b}.header-search input{color:#0f172a;background:0 0;border:0;outline:0;width:100%;font-size:14px}.header-user{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:12px;padding:6px 10px;display:flex}.user-avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#0f2f75);border-radius:14px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.header-user strong{color:#0f172a;font-size:13px;display:block}.header-user span{color:#64748b;margin-top:2px;font-size:12px;display:block}@media (width<=900px){.header-search{display:none}.app-header{padding:0 16px}}@media (width<=600px){.header-user div:last-child{display:none}.header-left h2{font-size:18px}}.layout{background:#f8fafc;min-height:100vh;display:flex}.main-section{flex-direction:column;flex:1;min-width:0;height:100vh;display:flex;overflow:hidden}.page-content{flex:1;padding:24px;overflow:hidden auto}@media (width<=768px){.layout{flex-direction:column}.main-section{height:auto;min-height:100vh}.page-content{padding:16px}}.app-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;overflow:hidden;box-shadow:0 10px 30px #0f172a12}.app-card-header{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:14px;padding:20px 22px;display:flex}.app-card-header h3{color:#0f172a;margin:0;font-size:18px;font-weight:800}.app-card-header p{color:#64748b;margin:6px 0 0;font-size:13px}.app-card-action{align-items:center;gap:10px;display:flex}.app-card-body{padding:22px}@media (width<=768px){.app-card-header{flex-direction:column;align-items:flex-start}.app-card-action{width:100%}.app-card-body{padding:16px}}.app-card-clickable{cursor:pointer;transition:all .25s}.app-card-clickable:hover{transform:translateY(-4px);box-shadow:0 18px 35px #0f172a1f}.page-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:28px;padding-bottom:18px;display:flex}.page-header-left h1{color:#0f172a;margin:0;font-size:30px;font-weight:700}.page-header-left p{color:#64748b;margin-top:8px;font-size:15px;line-height:1.6}.page-header-right{align-items:center;gap:12px;display:flex}@media (width<=768px){.page-header{flex-direction:column;align-items:flex-start;gap:16px}.page-header-right,.page-header-right button{width:100%}.page-header-left h1{font-size:26px}}.list-stats{gap:20px;margin-bottom:20px;display:flex}.datatable-toolbar{color:#475569;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;font-size:14px;font-weight:600;display:flex}.datatable-toolbar-left{flex-wrap:wrap;align-items:flex-end;gap:24px;display:flex}.datatable-entries-control{align-items:center;gap:8px;display:flex}.datatable-entries-control select{color:#0f172a;min-width:90px;height:42px;font:inherit;background:#fff;border:1px solid #d8e0ee;border-radius:10px;outline:none;margin:0;padding:0 12px}.datatable-search{color:#0f172a;background:#fff;border:1px solid #d8e0ee;border-radius:10px;outline:none;width:340px;height:42px;padding:0 14px;font-size:14px}.datatable-search:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.datatable-total{white-space:nowrap}.table-container{background:#fff;border:1px solid #e2e8f0;border-radius:18px;width:100%;overflow:auto visible;box-shadow:0 10px 30px #0f172a12}.table-container table{border-collapse:separate;border-spacing:0;width:100%;min-width:1000px}.table-container thead th{z-index:2;color:#334155;cursor:pointer;-webkit-user-select:none;user-select:none;text-align:left;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:14px 16px;font-size:13px;font-weight:800;position:sticky;top:0}.table-container tbody td{color:#334155;vertical-align:middle;border-bottom:1px solid #eef2f7;padding:14px 16px;font-size:14px}.table-container tbody tr{transition:background-color .2s}.table-container tbody tr:nth-child(2n){background:#fbfdff}.table-container tbody tr:hover{background:#eff6ff}.table-container tbody tr:last-child td{border-bottom:none}.center-column{text-align:center!important}.amount-column{white-space:nowrap;text-align:right!important}.actions-column{white-space:nowrap;width:180px;text-align:center!important}.actions-column .action-buttons{justify-content:center}.pagination{color:#475569;justify-content:center;align-items:center;gap:14px;margin-top:16px;font-size:14px;font-weight:700;display:flex}.pagination button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #dbe4ef;border-radius:12px;padding:9px 16px;font-weight:700;transition:all .2s}.pagination button:hover:not(:disabled){color:#fff;background:#2563eb;border-color:#2563eb}.pagination button:disabled{opacity:.45;cursor:not-allowed}@media (width<=768px){.datatable-toolbar{flex-direction:column;align-items:stretch;gap:12px}.datatable-toolbar-left{align-items:stretch;gap:12px}.datatable-entries-control{flex-wrap:wrap}.datatable-search{width:100%}.datatable-total{text-align:right}.table-container table{min-width:920px}.table-container thead th,.table-container tbody td{padding:12px;font-size:13px}.pagination{flex-wrap:wrap}}.page-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.primary-btn{color:#fff;cursor:pointer;background:#0f766e;border:none;border-radius:8px;padding:10px 18px;font-size:14px}.primary-btn:hover{opacity:.9}.delete-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:6px;padding:10px 16px}.delete-btn:hover{background:#b91c1c}.search-box{background:#fff;border:1px solid #dbe4ef;border-radius:12px;width:100%;max-width:420px;height:44px;margin-bottom:20px;padding:0 16px;font-size:14px;transition:all .25s}.search-box:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.table-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}table{border-collapse:collapse;width:100%}th{background:#f8fafc;font-weight:600}th,td{text-align:left;border-bottom:1px solid #e2e8f0;padding:14px}.status-active{color:#166534;background:#dcfce7;border-radius:20px;padding:4px 10px;font-size:12px}.status-inactive{color:#991b1b;background:#fee2e2;border-radius:20px;padding:4px 10px;font-size:12px}.action-buttons{gap:8px;display:flex}.action-view,.action-edit,.action-delete{cursor:pointer;border:none;border-radius:6px;padding:6px 10px;font-size:12px}.action-view{color:#fff;background:#2563eb}.action-edit{color:#fff;background:#f59e0b}.action-delete{color:#fff;background:#dc2626}.table-actions{flex-wrap:nowrap;justify-content:center;align-items:center;gap:8px;display:flex}.table-actions button,.table-actions a{justify-content:center;align-items:center;display:flex}.list-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.list-toolbar-controls{align-items:center;gap:12px;width:100%;display:flex}.list-toolbar-controls .search-box{flex:1;min-width:240px;margin-bottom:0}.list-toolbar-controls select{width:auto;min-width:140px}.page-actions,.page-header-actions{align-items:center;gap:12px;display:flex}.page-stats{align-items:center;gap:18px;margin-bottom:18px;display:flex}.page-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;min-width:170px;padding:16px 20px;box-shadow:0 8px 24px #0f172a0f}.page-stat-card h4{color:#64748b;margin:0;font-size:13px}.page-stat-card h2{color:#0f172a;margin:8px 0 0;font-size:26px;font-weight:800}.info-banner{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;margin-bottom:20px;padding:14px 18px;font-weight:600}.role-selection-grid{grid-template-columns:repeat(3,minmax(220px,1fr));gap:16px;display:grid}.role-selection-card{box-sizing:border-box;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;min-height:82px;padding:16px 18px;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.role-selection-card:hover{border-color:#93c5fd;box-shadow:0 4px 12px #0f172a0d}.role-selection-card-selected{background:#eff6ff;border-color:#2563eb}.role-selection-info{min-width:0}.role-selection-info h4{color:#0f172a;margin:0 0 5px;font-size:15px;font-weight:700}.role-selection-info p{color:#64748b;margin:0;font-size:13px;line-height:1.45}.role-selection-card input[type=checkbox]{cursor:pointer;accent-color:#2563eb;flex-shrink:0;width:19px;height:19px}.patient-fixed-field{box-sizing:border-box;color:#0f172a;cursor:default;background:#f8fafc;border:1px solid #d8e1ee;border-radius:12px;align-items:center;width:100%;min-height:44px;padding:11px 14px;font-size:14px;font-weight:600;display:flex}.required{color:#dc2626}.form-page-body .form-control.form-control-error,.form-section-body .form-control.form-control-error,.form-control.form-control-error{border-color:#dc2626!important}.form-page-body .form-control.form-control-error:focus,.form-section-body .form-control.form-control-error:focus,.form-control.form-control-error:focus{border-color:#dc2626!important;box-shadow:0 0 0 2px #dc26261f!important}.form-page-body .field-error,.form-section-body .field-error,.field-error{margin-top:4px;font-weight:500;line-height:1.3;display:block;color:#dc2626!important;font-size:12px!important}.pagination-bar{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;margin-top:18px;padding-top:16px;display:flex}.pagination-summary,.pagination-page{color:#667085;font-size:14px}.pagination-controls{align-items:center;gap:12px;display:flex}.pagination-controls button:disabled{opacity:.5;cursor:not-allowed}@media (width<=1000px){.role-selection-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media (width<=768px){.list-toolbar{flex-direction:column;align-items:stretch}.search-box{max-width:100%}.page-actions,.page-actions button{width:100%}.page-stats{flex-direction:column}.page-stat-card{width:100%}.list-toolbar-controls{flex-direction:column;align-items:stretch}.list-toolbar-controls .search-box,.list-toolbar-controls select{width:100%;min-width:0}.pagination-bar{flex-direction:column;align-items:stretch}.pagination-summary{text-align:center}.pagination-controls{justify-content:space-between}}@media (width<=640px){.page-header-actions{width:100%}.page-header-actions button{flex:1}.role-selection-grid{grid-template-columns:1fr}}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{-webkit-text-size-adjust:100%;width:100%;height:100%;margin:0;overflow:hidden}.lk-login{width:100%;height:100dvh;padding:clamp(22px,2.2vw,38px);padding-top:max(clamp(22px, 2.2vw, 38px), env(safe-area-inset-top));padding-bottom:max(clamp(22px, 2.2vw, 38px), env(safe-area-inset-bottom));padding-left:max(clamp(22px, 2.2vw, 38px), env(safe-area-inset-left));padding-right:max(clamp(22px, 2.2vw, 38px), env(safe-area-inset-right));color:#fff;-webkit-font-smoothing:antialiased;background:radial-gradient(circle at 80% 16%,#38bdf847,#0000 28%),radial-gradient(circle at 20% 82%,#2563eb38,#0000 30%),linear-gradient(135deg,#061733 0%,#0b2d6b 48%,#020617 100%);grid-template-rows:1fr auto;grid-template-columns:minmax(360px,38%) 1fr;gap:clamp(18px,2vw,34px);font-family:Inter,system-ui,sans-serif;display:grid;position:relative;overflow:hidden}.lk-grid-bg{opacity:.12;background-image:linear-gradient(#ffffff1f 1px,#0000 1px),linear-gradient(90deg,#ffffff1f 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0}.lk-glow{filter:blur(70px);pointer-events:none;border-radius:999px;position:absolute}.lk-glow-one{background:#22d3ee3d;width:360px;height:360px;top:8%;right:12%}.lk-glow-two{background:#2563eb2e;width:420px;height:420px;bottom:8%;left:12%}.lk-login-box,.lk-hero,.lk-footer{z-index:2;position:relative}.lk-login-box{align-content:center;gap:clamp(18px,2.4vh,34px);min-height:0;padding:clamp(10px,1.4vw,24px);display:grid}.lk-product{align-items:center;gap:18px;display:flex}.lk-product img{object-fit:contain;filter:drop-shadow(0 18px 28px #00000047);width:clamp(50px,2.6vw,50px);height:clamp(50px,2.6vw,50px)}.lk-product h1{letter-spacing:-.06em;margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(34px,3vw,48px);font-weight:800;line-height:.9}.lk-product p{color:#dbeafe;margin:8px 0 0;font-size:clamp(13px,1vw,16px);font-weight:700}.lk-product span{color:#93c5fd;margin-top:4px;font-size:12px;font-weight:700;display:block}.lk-badge{color:#67e8f9;background:#22d3ee24;border:1px solid #67e8f966;border-radius:999px;align-items:center;gap:7px;padding:8px 12px;font-size:12px;font-weight:800;display:inline-flex}.lk-welcome{margin-top:14px}.lk-welcome h2{letter-spacing:-.07em;margin:16px 0 0;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(36px,4vw,66px);font-weight:800;line-height:.92}.lk-welcome p{color:#dbeafe;margin:10px 0 0;font-size:clamp(14px,1vw,16px)}.lk-card{color:#0f172a;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffffeb;border-radius:30px;width:min(100%,430px);padding:clamp(20px,2vw,30px);box-shadow:0 32px 90px #00000057,inset 0 0 0 1px #ffffffb3}.lk-field{margin-bottom:clamp(14px,1.8vh,20px)}.lk-field label{color:#334155;margin-bottom:8px;font-size:13px;font-weight:800;display:block}.lk-input{background:#fff;border:1px solid #dbe4ef;border-radius:18px;align-items:center;gap:12px;height:clamp(48px,5.8vh,58px);padding:0 15px;transition:all .2s;display:flex}.lk-input:focus-within{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb24}.lk-input svg{color:#64748b;flex-shrink:0}.lk-input input{color:#0f172a;background:0 0;border:0;outline:0;width:100%;font-size:16px}@media (width>=821px){.lk-input input{font-size:14px}}.lk-eye{cursor:pointer;color:#64748b;touch-action:manipulation;background:0 0;border:0;justify-content:center;align-items:center;margin:-10px;padding:10px;display:flex}.lk-options{justify-content:space-between;align-items:center;gap:14px;margin:-6px 0 clamp(16px,2vh,24px);display:flex}.lk-options label{color:#475569;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;font-size:12.5px;font-weight:700;display:flex}.lk-options input[type=checkbox]{accent-color:#2563eb;cursor:pointer;flex-shrink:0;width:14px;height:14px;margin:0}.lk-options button{color:#1d4ed8;cursor:pointer;touch-action:manipulation;background:0 0;border:0;padding:8px 0;font-size:13px;font-weight:800}.lk-submit{color:#fff;cursor:pointer;touch-action:manipulation;background:linear-gradient(135deg,#2563eb,#0f2f75);border:0;border-radius:18px;width:100%;height:clamp(50px,5.8vh,60px);font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:800;transition:all .22s;box-shadow:0 18px 38px #2563eb59}.lk-submit:hover{transform:translateY(-2px);box-shadow:0 22px 46px #2563eb7a}.lk-submit:active{transform:scale(.98);box-shadow:0 12px 26px #2563eb66}.lk-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.lk-hero{place-items:center;min-height:0;display:grid;position:relative;overflow:hidden}.lk-hero-content{text-align:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff1a;border:1px solid #ffffff29;border-radius:clamp(34px,4vw,58px);width:min(78%,760px);padding:clamp(28px,4vw,58px);box-shadow:0 36px 100px #00000038}.lk-hero-kicker{color:#67e8f9;letter-spacing:.08em;text-transform:uppercase;font-size:13px;font-weight:900}.lk-hero-content h2{letter-spacing:-.08em;margin:18px 0 0;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(44px,5.4vw,88px);font-weight:800;line-height:.95}.lk-hero-content p{color:#dbeafe;max-width:640px;margin:22px auto 0;font-size:clamp(14px,1.1vw,18px);line-height:1.65}.module-card{z-index:3;color:#0f172a;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffffdb;border-radius:24px;align-items:center;gap:13px;min-width:225px;padding:15px 17px;animation:5.5s ease-in-out infinite floatSoft;display:flex;position:absolute;box-shadow:0 24px 60px #0000003d}.module-card svg{color:#fff;background:linear-gradient(135deg,#2563eb,#38bdf8);border-radius:16px;width:42px;height:42px;padding:10px}.module-card strong{font-size:13px;font-weight:900;display:block}.module-card span{color:#64748b;margin-top:3px;font-size:12px;font-weight:700;display:block}.module-1{top:8%;left:7%}.module-2{animation-delay:.8s;top:13%;right:5%}.module-3{animation-delay:1.5s;bottom:28%;left:3%}.module-4{animation-delay:2.1s;bottom:30%;right:4%}.module-5{animation-delay:2.8s;bottom:8%;left:18%}.module-6{animation-delay:3.4s;bottom:8%;right:18%}.lk-center-orb{color:#fff;opacity:.9;background:linear-gradient(135deg,#2563eb,#38bdf8);border-radius:999px;place-items:center;width:clamp(70px,7vw,110px);height:clamp(70px,7vw,110px);display:grid;position:absolute;box-shadow:0 0 0 18px #38bdf814,0 30px 80px #2563eb59}.lk-center-orb svg{width:42%;height:42%}@keyframes floatSoft{0%,to{transform:translateY(0)}50%{transform:translateY(-13px)}}.lk-footer{color:#dbeafe;border-top:1px solid #ffffff21;grid-column:1/-1;grid-template-columns:repeat(3,1fr);align-items:center;gap:12px;min-height:clamp(32px,4vh,48px);padding-top:10px;font-size:clamp(11px,.85vw,13px);font-weight:650;display:grid}.lk-footer a{color:#67e8f9;font-weight:900;text-decoration:none}.lk-footer a:hover{color:#fff;text-decoration:underline}.lk-footer span:nth-child(2){text-align:center}.lk-footer span:nth-child(3){text-align:right}@media (height<=760px) and (width>=821px){.lk-welcome p{display:none}.lk-login-box{gap:16px}.lk-card{padding:18px}.lk-field{margin-bottom:11px}.lk-input{height:45px}.lk-submit{height:46px}.module-5,.module-6{display:none}.lk-hero-content{width:72%}}@media (width<=1100px){.lk-login{grid-template-columns:minmax(340px,42%) 1fr}.module-card{min-width:205px}.module-5,.module-6{display:none}}@media (width<=820px){html,body,#root{overflow:auto}.lk-login{grid-template-rows:auto auto;grid-template-columns:1fr;height:auto;min-height:100dvh;overflow:auto}.lk-login-box{text-align:center;justify-items:center}.lk-product{text-align:center;flex-direction:column}.lk-product img{width:64px;height:64px}.lk-card{text-align:left;border-radius:26px;padding:26px 22px}.lk-hero{display:none}.lk-footer{text-align:center;grid-template-columns:1fr}.lk-footer span{text-align:center!important}}@media (display-mode:standalone){.lk-login{padding-top:max(clamp(22px, 2.2vw, 38px), env(safe-area-inset-top), 20px)}}.status-badge{color:#fff;border-radius:20px;padding:5px 12px;font-size:13px;font-weight:600;display:inline-block}.pending{color:#000;background:#ffc107}.approved{background:#0d6efd}.completed{background:#198754}.cancelled{background:#dc3545}.active{background:#198754}.inactive{background:#6c757d}.status-badge.scheduled{background:#0d6efd}.status-badge.confirmed{background:#20c997}.status-badge.pending{color:#000;background:#ffc107}.status-badge.completed{background:#198754}.status-badge.cancelled{background:#dc3545}.status-badge.in-progress{background:#fd7e14}.status-badge.active{background:#198754}.status-badge.inactive{background:#6c757d}.status-badge.planned{background:#6f42c1}.status-badge.approved{background:#0d6efd}.status-badge.paid{background:#198754}.status-badge.partial{background:#fd7e14}.status-badge.available{background:#198754}.status-badge.out-of-stock{background:#dc3545}.status-badge.low-stock{background:#fd7e14}.status-badge.expired{background:#6c757d}.stat-card{background:#fff;border:1px solid #eef2f7;border-radius:22px;padding:24px;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0f172a14}.stat-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px #0f172a1f}.stat-card:before{content:"";width:5px;height:100%;position:absolute;top:0;left:0}.stat-card.blue:before{background:#2563eb}.stat-card.green:before{background:#10b981}.stat-card.orange:before{background:#f59e0b}.stat-card.red:before{background:#ef4444}.stat-card-top{justify-content:space-between;align-items:flex-start;display:flex}.stat-title{color:#64748b;margin:0;font-size:14px;font-weight:600}.stat-value{color:#0f172a;margin:10px 0 6px;font-size:34px;font-weight:800}.stat-subtitle{color:#94a3b8;font-size:13px}.stat-icon{color:#2563eb;background:#eff6ff;border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;display:flex}.stat-icon svg{width:28px;height:28px}.stat-trend{color:#10b981;margin-top:18px;font-size:13px;font-weight:600}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;margin-bottom:24px;display:grid}.dashboard-actions{flex-wrap:wrap;gap:12px;margin-bottom:24px;display:flex}.dashboard-actions button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#0f2f75);border:none;border-radius:14px;padding:12px 18px;font-weight:700;transition:all .22s;box-shadow:0 10px 24px #2563eb3d}.dashboard-actions button:hover{transform:translateY(-2px);box-shadow:0 16px 34px #2563eb57}.dashboard-sections{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;margin-bottom:24px;display:grid}.chart-box{height:280px}.dashboard-list{margin:0;padding:0;list-style:none}.dashboard-list li{color:#334155;border-bottom:1px solid #e5e7eb;padding:12px 0;font-size:14px;font-weight:600}.dashboard-list li:last-child{border-bottom:none}.empty-text{color:#94a3b8;margin:0;font-size:14px}.dashboard-table{border-collapse:collapse;width:100%}.dashboard-table th{color:#475569;text-align:left;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px;font-size:13px;font-weight:800}.dashboard-table td{color:#334155;border-bottom:1px solid #e5e7eb;padding:12px;font-size:14px}.dashboard-table tr:last-child td{border-bottom:none}@media (width<=768px){.dashboard-actions button{width:100%}.dashboard-sections{grid-template-columns:1fr}.chart-box{height:230px}}.action-buttons{justify-content:center;align-items:center;gap:8px;display:flex}.action-btn{cursor:pointer;color:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .22s;display:flex}.action-btn:hover{opacity:.92;transform:translateY(-2px)}.action-btn.view{background:#2563eb}.action-btn.edit{background:#16a34a}.action-btn.delete{background:#dc2626}.action-btn.add{background:#0ea5e9}.action-btn.stock{background:#0284c7}.action-btn.payment{background:#7c3aed}.action-btn.request-delete{background:#f59e0b}.form-page-body{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.form-page-body .full-width{grid-column:1/-1}.form-page-actions{border-top:1px solid #e2e8f0;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;display:flex}@media (width<=768px){.form-page-body{grid-template-columns:1fr}.form-page-actions{flex-direction:column}.form-page-actions button{width:100%}}.dental-chart-card{background:#fff;border-radius:14px;padding:20px;box-shadow:0 6px 18px #00000014}.dental-chart-card h3{margin-bottom:16px}.arch-label{color:#374151;margin:16px 0 8px;font-weight:700}.tooth-grid{grid-template-columns:repeat(16,1fr);gap:8px;display:grid}.tooth{cursor:pointer;background:#f9fafb;border:1px solid #d1d5db;border-radius:10px;padding:10px 0;font-weight:700}.tooth:hover{transform:translateY(-2px)}.tooth.selected{outline:3px solid #2563eb}.tooth.normal{background:#f9fafb}.tooth.caries{background:#fde68a}.tooth.deep-decay{color:#fff;background:#fb923c}.tooth.missing{color:#fff;background:#ef4444}.tooth.rct-done{color:#fff;background:#a78bfa}.tooth.crown{color:#fff;background:#38bdf8}.tooth.implant{color:#fff;background:#22c55e}.tooth.fracture{color:#fff;background:#64748b}.tooth-editor{border-top:1px solid #e5e7eb;margin-top:20px;padding-top:16px}@media (width<=768px){.tooth-grid{grid-template-columns:repeat(8,1fr)}}.tooth-summary{margin-top:24px}.chart-treatment-plan{background:linear-gradient(145deg,#f8fbff,#eff6ff);border:1px solid #bfdbfe;border-radius:16px;margin-top:24px;padding:20px}.chart-treatment-plan-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.chart-treatment-plan-header h4{color:#172554;margin:4px 0 0;font-size:19px}.plan-tooth-reference{color:#1d4ed8;background:#fff;border:1px solid #bfdbfe;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800;display:inline-flex}.chart-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.chart-plan-grid .full-width{grid-column:1/-1}.chart-plan-message{border-radius:9px;margin-top:16px;padding:11px 13px;font-size:13px;font-weight:700}.chart-plan-message.success{color:#166534;background:#f0fdf4;border:1px solid #86efac}.chart-plan-message.error{color:#b91c1c;background:#fef2f2;border:1px solid #fca5a5}.chart-plan-actions{justify-content:flex-end;margin-top:18px;display:flex}.add-treatment-plan-button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:10px;min-width:210px;padding:11px 18px;font-size:14px;font-weight:800;transition:background .18s,transform .18s,box-shadow .18s}.add-treatment-plan-button:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px);box-shadow:0 8px 18px #2563eb3d}.add-treatment-plan-button:disabled{cursor:not-allowed;opacity:.65}@media (width<=700px){.chart-treatment-plan-header{flex-direction:column}.chart-plan-grid{grid-template-columns:1fr}.chart-plan-grid .full-width{grid-column:auto}.chart-plan-actions{justify-content:stretch}.add-treatment-plan-button{width:100%}}.chart-type-selector{align-items:center;gap:24px;margin-top:16px;margin-bottom:12px;display:flex}.chart-type-option{cursor:pointer;color:#374151;align-items:center;gap:8px;font-weight:600;display:flex}.chart-type-option input[type=radio]{cursor:pointer;width:18px;height:18px}.chart-type-option span{font-size:14px}.dental-pdf-modal-overlay{z-index:1100;background:#0f172a94;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.dental-pdf-modal{background:#fff;border-radius:16px;width:min(560px,100%);max-height:calc(100vh - 48px);overflow-y:auto;box-shadow:0 24px 70px #0f172a47}.dental-pdf-modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:20px;padding:24px;display:flex}.dental-pdf-modal-header h3{color:#0f172a;margin:0;font-size:20px}.dental-pdf-modal-header p{color:#64748b;margin:7px 0 0;line-height:1.5}.dental-pdf-modal-close{color:#475569;cursor:pointer;background:#f1f5f9;border:0;border-radius:9px;flex:none;width:36px;height:36px;font-size:24px;line-height:1}.dental-pdf-modal-close:hover{background:#e2e8f0}.dental-pdf-options{gap:14px;padding:24px;display:grid}.dental-pdf-option{cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:12px;align-items:flex-start;gap:14px;padding:18px;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.dental-pdf-option:hover{background:#f8faff;border-color:#818cf8}.dental-pdf-option.selected{background:#eef2ff;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.dental-pdf-option input{accent-color:#4f46e5;width:18px;height:18px;margin-top:2px}.dental-pdf-option-content{gap:6px;display:grid}.dental-pdf-option-content strong{color:#0f172a;font-size:15px}.dental-pdf-option-content small{color:#64748b;font-size:13px;line-height:1.5}.dental-pdf-modal-actions{border-top:1px solid #e2e8f0;justify-content:flex-end;gap:12px;padding:18px 24px 24px;display:flex}@media (width<=640px){.dental-pdf-modal-overlay{align-items:flex-end;padding:12px}.dental-pdf-modal{border-radius:16px 16px 10px 10px}.dental-pdf-modal-actions{flex-direction:column-reverse}.dental-pdf-modal-actions button{width:100%}}.adult-dental-chart{width:100%;max-width:1180px;margin:0 auto;padding:18px;overflow:hidden}.dental-arch-section{width:100%}.arch-title{text-align:center;color:#374151;margin-bottom:12px;font-size:15px;font-weight:700}.dental-arch-stage{min-width:920px;height:190px;margin:0 auto;position:relative}.positioned-tooth{z-index:2;position:absolute}.gum-arch{pointer-events:none;border:18px solid #f4a6ae61;width:78%;height:126px;position:absolute;left:50%;transform:translate(-50%)}.upper-dental-arch .gum-arch{border-bottom:0;border-radius:50% 50% 20% 20%/100% 100% 20% 20%;top:42px}.lower-dental-arch .gum-arch{border-top:0;border-radius:20% 20% 50% 50%/20% 20% 100% 100%;top:7px}.svg-tooth-button{cursor:pointer;background:0 0;border:0;padding:0;transition:transform .18s,filter .18s;display:block}.svg-tooth-button:hover{z-index:5;filter:drop-shadow(0 7px 7px #2563eb2e);transform:translateY(-5px)scale(1.08)}.svg-tooth-button:focus-visible{outline-offset:3px;border-radius:14px;outline:3px solid #2563eb73}.svg-tooth{width:70px;height:92px;display:block;overflow:visible}.tooth-shadow{fill:#98a2b3;opacity:.18}.tooth-enamel{fill:#fffdf8;stroke:#aeb6c0;stroke-width:2px;transition:stroke .18s,stroke-width .18s,filter .18s}.tooth-inner-highlight{fill:#fff;opacity:.52;pointer-events:none}.tooth-groove{fill:none;stroke:#9ca3af;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round}.svg-tooth-button.selected .tooth-enamel{stroke:#2563eb;stroke-width:4px;filter:drop-shadow(0 0 5px #2563eb59)}.svg-tooth-number{fill:#374151;pointer-events:none;font-size:15px;font-weight:800}.svg-tooth-button.selected .svg-tooth-number{fill:#2563eb}.tooth-caries-small{fill:#111827;stroke:#000;stroke-width:1px}.tooth-caries-deep{fill:#111;opacity:.96}.tooth-missing-mark{stroke:#dc2626;stroke-width:7px;stroke-linecap:round}.tooth-crown-overlay{fill:#d4af3747;stroke:#b8860b;stroke-width:4px}.tooth-implant-mark{fill:#9ca3af;stroke:#4b5563;stroke-width:2px}.tooth-rct-mark{fill:none;stroke:#7c3aed;stroke-width:4px;stroke-linecap:round}.tooth-fracture-mark{fill:none;stroke:#111827;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.dental-midline{color:#6b7280;text-transform:uppercase;align-items:center;gap:14px;max-width:520px;margin:2px auto 18px;font-size:12px;font-weight:700;display:flex}.dental-midline div{background:#d1d5db;flex:1;height:1px}@media (width<=1000px){.adult-dental-chart{overflow-x:auto}.dental-arch-stage{margin-left:20px;margin-right:20px}}.tooth-editor-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.tooth-editor-heading h4{color:#111827;margin:3px 0 0;font-size:21px}.tooth-editor-label{color:#6b7280;letter-spacing:.06em;text-transform:uppercase;font-size:12px;font-weight:700}.close-tooth-editor{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;font-size:24px;line-height:1;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.close-tooth-editor:hover{color:#dc2626;background:#fef2f2;border-color:#fca5a5}.surface-selector-wrapper{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;margin-bottom:20px;padding:18px}.surface-selector-header{justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;display:flex}.surface-selector-header label{color:#374151;font-size:14px;font-weight:700}.whole-tooth-button{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:7px 12px;font-size:12px;font-weight:700}.whole-tooth-button:hover{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.whole-tooth-button.selected{color:#fff;background:#2563eb;border-color:#2563eb}.tooth-surface-map{background:#fffdf7;border:2px solid #cbd5e1;border-radius:45% 45% 42% 42%;width:154px;height:154px;margin:0 auto;position:relative;box-shadow:inset 0 0 20px #94a3b824,0 5px 14px #0f172a14}.surface-button{color:#475569;cursor:pointer;background:#fff;border:1px solid #94a3b8;justify-content:center;align-items:center;font-size:13px;font-weight:800;transition:transform .15s,background .15s,border-color .15s,color .15s;display:inline-flex;position:absolute}.surface-button:hover{z-index:2;color:#1d4ed8;background:#eff6ff;border-color:#60a5fa;transform:scale(1.06)}.surface-button.selected{z-index:3;color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb29}.surface-buccal{border-radius:20px 20px 8px 8px;width:70px;height:38px;top:10px;left:50%;transform:translate(-50%)}.surface-buccal:hover,.surface-buccal.selected{transform:translate(-50%)scale(1.06)}.surface-lingual{border-radius:8px 8px 20px 20px;width:70px;height:38px;bottom:10px;left:50%;transform:translate(-50%)}.surface-lingual:hover,.surface-lingual.selected{transform:translate(-50%)scale(1.06)}.surface-mesial{border-radius:20px 8px 8px 20px;width:38px;height:70px;top:50%;left:10px;transform:translateY(-50%)}.surface-mesial:hover,.surface-mesial.selected{transform:translateY(-50%)scale(1.06)}.surface-distal{border-radius:8px 20px 20px 8px;width:38px;height:70px;top:50%;right:10px;transform:translateY(-50%)}.surface-distal:hover,.surface-distal.selected{transform:translateY(-50%)scale(1.06)}.surface-center{border-radius:50%;width:54px;height:54px;top:50%;left:50%;transform:translate(-50%,-50%)}.surface-center:hover,.surface-center.selected{transform:translate(-50%,-50%)scale(1.06)}.selected-surface-text{color:#64748b;justify-content:center;gap:5px;margin-top:13px;font-size:13px;display:flex}.selected-surface-text strong{color:#1d4ed8}@media (width<=600px){.surface-selector-header{flex-direction:column;align-items:flex-start}}.tooth-surface-overlay{pointer-events:none}.surface-fill{opacity:.82;stroke-width:1.5px;transition:opacity .2s,filter .2s}.whole-tooth-overlay{opacity:.72;pointer-events:none;stroke-width:2px}.condition-caries .surface-fill,.whole-tooth-overlay.condition-caries{fill:#1f2937;stroke:#111827}.condition-deep-decay .surface-fill,.whole-tooth-overlay.condition-deep-decay{fill:#991b1b;stroke:#7f1d1d}.condition-crown .surface-fill,.whole-tooth-overlay.condition-crown{fill:#f4c542;stroke:#b7791f}.condition-fracture .surface-fill,.whole-tooth-overlay.condition-fracture{fill:#ef444457;stroke:#dc2626}.condition-rct-done .surface-fill,.whole-tooth-overlay.condition-rct-done{fill:#7e22ce52;stroke:#7e22ce}.condition-implant .surface-fill,.whole-tooth-overlay.condition-implant{fill:#94a3b8;stroke:#475569}.condition-missing .surface-fill,.whole-tooth-overlay.condition-missing{fill:#ef444424;stroke:#dc2626}.tooth-crown-outline{fill:#facc1557;stroke:#b7791f;stroke-width:3px;pointer-events:none}.tooth-missing-mark{pointer-events:none}.tooth-missing-mark line{fill:none;stroke:#dc2626;stroke-linecap:round;stroke-width:7px}.tooth-fracture-mark{fill:none;pointer-events:none;stroke:#dc2626;stroke-linecap:round;stroke-linejoin:round;stroke-width:5px}.tooth-rct-mark{pointer-events:none}.tooth-rct-mark path{fill:none;stroke:#7e22ce;stroke-linecap:round;stroke-width:5px}.tooth-implant-mark{pointer-events:none}.tooth-implant-mark rect{fill:#cbd5e1;stroke:#475569;stroke-width:2px}.tooth-implant-mark path{fill:#94a3b8;stroke:#475569;stroke-width:2px}.tooth-implant-mark line{stroke:#475569;stroke-width:2px}.svg-tooth-button.has-finding .tooth-enamel{stroke:#dc2626;stroke-width:2.5px}.svg-tooth-button.selected .tooth-enamel{filter:drop-shadow(0 0 5px #2563eba6);stroke:#2563eb;stroke-width:3.5px}.svg-tooth-number.has-finding{fill:#dc2626;font-weight:800}.svg-tooth-number.selected{fill:#2563eb;font-weight:900}.dental-chart-legend{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 18px;margin-top:22px;padding:14px 16px;display:flex}.legend-item{color:#475569;align-items:center;gap:7px;font-size:12px;font-weight:600;display:inline-flex}.legend-swatch{border:1px solid #0000;border-radius:4px;width:15px;height:15px}.legend-caries{background:#1f2937;border-color:#111827}.legend-deep-decay{background:#991b1b;border-color:#7f1d1d}.legend-crown{background:#f4c542;border-color:#b7791f}.legend-line{border-radius:999px;width:18px;height:4px;display:inline-block}.legend-rct{background:#7e22ce}.legend-symbol{justify-content:center;align-items:center;width:18px;height:18px;font-size:18px;font-weight:900;line-height:1;display:inline-flex}.legend-missing,.legend-fracture{color:#dc2626}.legend-implant{color:#64748b}@media (width<=700px){.dental-chart-legend{justify-content:flex-start;align-items:flex-start}}.tooth-clickable-surfaces{pointer-events:all}.tooth-surface-hit-area{cursor:pointer;pointer-events:all}.tooth-surface-hit-area path{fill:#2563eb00;stroke:#2563eb00;stroke-width:1.5px;transition:fill .16s,stroke .16s}.tooth-surface-hit-area:hover path{fill:#2563eb29;stroke:#2563ebb3}.tooth-surface-hit-area.selected path{fill:#2563eb38;stroke:#2563eb;stroke-width:2.5px}.tooth-missing-mark,.tooth-fracture-mark,.tooth-rct-mark,.tooth-implant-mark,.tooth-crown-outline,.whole-tooth-overlay,.tooth-surface-overlay{pointer-events:none}.patient-timeline-section{background:#fff;border:1px solid #e7eaf0;border-radius:18px;width:100%;padding:24px;box-shadow:0 8px 30px #0f172a0d}.patient-timeline-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.patient-timeline-heading h2{color:#172033;margin:0;font-size:24px;font-weight:700}.patient-timeline-heading p{color:#6b7280;margin:7px 0 0;font-size:14px}.timeline-refresh-button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d8dce6;border-radius:10px;padding:9px 15px;font-size:14px;font-weight:600;transition:background .2s,border-color .2s}.timeline-refresh-button:hover{background:#f8f9fc;border-color:#b9c0ce}.timeline-filter-wrapper{margin-bottom:28px;padding-bottom:4px;overflow-x:auto}.timeline-filter-list{align-items:center;gap:9px;min-width:max-content;display:flex}.timeline-filter{color:#596174;cursor:pointer;background:#fff;border:1px solid #e1e5ec;border-radius:999px;align-items:center;gap:8px;padding:9px 15px;font-size:13px;font-weight:600;display:inline-flex}.timeline-filter:hover{background:#f8f9fc}.timeline-filter.active{color:#fff;background:#7357d9;border-color:#7357d9}.timeline-filter-count{background:#fff3;border-radius:999px;justify-content:center;align-items:center;min-width:23px;height:23px;padding:0 6px;font-size:11px;display:inline-flex}.patient-timeline-list{position:relative}.patient-timeline-list:before{content:"";background:#e6e9f0;width:2px;position:absolute;top:12px;bottom:12px;left:22px}.timeline-item{grid-template-columns:46px minmax(0,1fr);gap:18px;padding-bottom:22px;display:grid;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-marker{z-index:2;justify-content:center;align-items:flex-start;display:flex;position:relative}.timeline-marker span{background:#edf1f7;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:17px;display:inline-flex;box-shadow:0 0 0 1px #dfe4ec}.timeline-item-clinical .timeline-marker span{background:#ede9fe}.timeline-item-billing .timeline-marker span{background:#dcfce7}.timeline-item-document .timeline-marker span{background:#e0f2fe}.timeline-item-administrative .timeline-marker span{background:#fef3c7}.timeline-card{background:#fff;border:1px solid #e7eaf0;border-radius:15px;min-width:0;padding:18px;transition:box-shadow .2s,transform .2s}.timeline-card:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0f172a12}.timeline-card-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.timeline-card-title-area{min-width:0}.timeline-type-label{color:#7357d9;letter-spacing:.06em;text-transform:uppercase;margin-bottom:5px;font-size:11px;font-weight:700;display:block}.timeline-card-title-area h3{color:#1d2939;margin:0;font-size:17px;font-weight:700}.timeline-subtitle{color:#667085;margin:7px 0 0;font-size:14px;line-height:1.5}.timeline-date-area{text-align:right;flex-shrink:0}.timeline-date,.timeline-time{display:block}.timeline-date{color:#344054;font-size:13px;font-weight:600}.timeline-time{color:#98a2b3;margin-top:4px;font-size:12px}.timeline-status{color:#475467;background:#f2f4f7;border-radius:999px;margin-top:13px;padding:5px 10px;font-size:11px;font-weight:700;display:inline-flex}.timeline-status-completed,.timeline-status-paid,.timeline-status-active,.timeline-status-received{color:#16794a;background:#dcfce7}.timeline-status-cancelled,.timeline-status-inactive,.timeline-status-overdue{color:#b42318;background:#fee2e2}.timeline-status-pending,.timeline-status-scheduled,.timeline-status-partially-paid{color:#92400e;background:#fef3c7}.timeline-status-confirmed,.timeline-status-in-progress,.timeline-status-started{color:#1d4ed8;background:#dbeafe}.timeline-expand-button{color:#7357d9;cursor:pointer;background:0 0;border:0;margin-top:15px;padding:0;font-size:13px;font-weight:700;display:inline-flex}.timeline-details{border-top:1px solid #edf0f4;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px;margin-top:16px;padding-top:16px;display:grid}.timeline-detail-row{min-width:0}.timeline-detail-label{color:#98a2b3;letter-spacing:.03em;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.timeline-detail-value{overflow-wrap:anywhere;color:#344054;white-space:pre-wrap;font-size:13px;line-height:1.5;display:block}.timeline-error,.timeline-empty{text-align:center;border:1px dashed #d8dde7;border-radius:14px;padding:36px 20px}.timeline-error{background:#fff8f8;border-color:#f4c7c7}.timeline-error p{color:#b42318;margin:0 0 14px}.timeline-error button{color:#fff;cursor:pointer;background:#b42318;border:0;border-radius:9px;padding:9px 14px;font-weight:600}.timeline-empty-icon{margin-bottom:10px;font-size:30px}.timeline-empty h3{color:#344054;margin:0;font-size:17px}.timeline-empty p{color:#667085;margin:7px 0 0;font-size:14px}.timeline-skeleton-heading{margin-bottom:22px}.timeline-skeleton-line,.timeline-skeleton-filter,.timeline-skeleton-circle,.timeline-skeleton-card{background:#edf0f4;animation:1.4s ease-in-out infinite timeline-pulse}.timeline-skeleton-line{border-radius:7px;height:13px}.timeline-skeleton-line.large{width:230px}.timeline-skeleton-line.medium{width:160px;margin-top:11px}.timeline-skeleton-line.small{width:90px;margin-top:11px}.timeline-skeleton-filters{gap:10px;margin-bottom:28px;display:flex}.timeline-skeleton-filter{border-radius:999px;width:90px;height:36px}.timeline-skeleton-list{gap:18px;display:grid}.timeline-skeleton-card{border-radius:14px;grid-template-columns:44px 1fr;gap:18px;padding:18px;display:grid}.timeline-skeleton-circle{border-radius:50%;width:40px;height:40px}.timeline-skeleton-content{padding-top:2px}@keyframes timeline-pulse{0%,to{opacity:.55}50%{opacity:1}}@media (width<=768px){.patient-timeline-section{border-radius:14px;padding:18px 14px}.patient-timeline-heading{flex-direction:column;align-items:stretch}.timeline-refresh-button{align-self:flex-start}.patient-timeline-list:before{left:18px}.timeline-item{grid-template-columns:38px minmax(0,1fr);gap:11px}.timeline-marker span{border-width:3px;width:36px;height:36px;font-size:14px}.timeline-card{padding:15px}.timeline-card-header{flex-direction:column;gap:9px}.timeline-date-area{text-align:left}.timeline-date,.timeline-time{display:inline}.timeline-time:before{content:" • "}.timeline-details{grid-template-columns:1fr}}.timeline-controls{margin-bottom:28px}.timeline-search-wrapper{max-width:520px;margin-bottom:16px;position:relative}.timeline-search-input{color:#1d2939;width:100%;height:44px;font:inherit;background:#fff;border:1px solid #dfe3eb;border-radius:11px;outline:none;padding:0 44px 0 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.timeline-search-input::placeholder{color:#98a2b3}.timeline-search-input:focus{border-color:#7357d9;box-shadow:0 0 0 3px #7357d91f}.timeline-search-clear{color:#667085;cursor:pointer;background:#f2f4f7;border:0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:20px;line-height:1;display:inline-flex;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.timeline-search-clear:hover{color:#344054;background:#e4e7ec}.timeline-controls .timeline-filter-wrapper{margin-bottom:0}.timeline-groups{gap:28px;display:grid}.timeline-date-group{min-width:0}.timeline-date-heading{color:#344054;align-items:center;gap:9px;margin-bottom:16px;font-size:14px;font-weight:700;display:flex}.timeline-date-heading:after{content:"";background:#e7eaf0;flex:1;height:1px}.timeline-date-count{color:#667085;background:#f2f4f7;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 7px;font-size:11px;display:inline-flex}.timeline-clear-button{color:#7357d9;cursor:pointer;background:#fff;border:1px solid #7357d9;border-radius:9px;margin-top:16px;padding:9px 14px;font-size:13px;font-weight:700}.timeline-clear-button:hover{color:#fff;background:#7357d9}.timeline-refresh-button:disabled{cursor:not-allowed;opacity:.65}@media (width<=768px){.timeline-search-wrapper{max-width:none}.timeline-search-input{height:42px;font-size:13px}.timeline-groups{gap:22px}.timeline-date-heading{font-size:13px}}.timeline-card-actions{align-items:center;gap:16px;margin-top:15px;display:flex}.timeline-card-actions .timeline-expand-button{margin-top:0}.timeline-open-button{color:#1570ef;cursor:pointer;background:0 0;border:0;padding:0;font-size:13px;font-weight:700}.timeline-open-button:hover{color:#175cd3;text-decoration:underline}@media (width<=480px){.timeline-card-actions{flex-direction:column;align-items:flex-start;gap:10px}}.patient-profile-page{flex-direction:column;gap:20px;min-width:0;display:flex}.patient-hero{background:radial-gradient(circle at 100% 0,#7f4cdd1f,#0000 34%),linear-gradient(135deg,#fff 0%,#fbfaff 100%);border:1px solid #e5e7eb;border-radius:22px;justify-content:space-between;align-items:center;gap:24px;padding:26px;display:flex;box-shadow:0 14px 36px #0f172a0f}.patient-identity{align-items:center;gap:18px;min-width:0;display:flex}.patient-avatar{color:#fff;letter-spacing:.04em;background:linear-gradient(135deg,#7f4cdd,#8b2ec9);border-radius:22px;flex:0 0 78px;place-items:center;width:78px;height:78px;font-size:26px;font-weight:800;display:grid;box-shadow:0 12px 24px #7f4cdd38}.patient-heading{min-width:0}.patient-heading-topline{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.patient-heading h1{color:#111827;margin:0;font-size:clamp(26px,3vw,36px);line-height:1.15}.patient-id-badge,.patient-status-badge,.patient-status-pill,.patient-priority{border-radius:999px;justify-content:center;align-items:center;width:fit-content;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.patient-id-badge{color:#4b5563;background:#f3f4f6;padding:7px 10px}.patient-status-badge{padding:7px 10px}.patient-status-badge.active{color:#166534;background:#dcfce7}.patient-status-badge.inactive{color:#991b1b;background:#fee2e2}.patient-meta-list{color:#64748b;flex-wrap:wrap;gap:8px 18px;margin-top:12px;font-size:14px;display:flex}.patient-meta-list span{position:relative}.patient-meta-list span:not(:last-child):after{content:"";background:#cbd5e1;border-radius:50%;width:4px;height:4px;position:absolute;top:50%;right:-11px;transform:translateY(-50%)}.patient-hero-actions,.patient-error-actions{flex-wrap:wrap;gap:10px;display:flex}.patient-btn{min-height:42px;font:inherit;cursor:pointer;border:0;border-radius:11px;padding:0 17px;font-weight:700;transition:transform .2s,box-shadow .2s,background-color .2s}.patient-btn:hover{transform:translateY(-1px)}.patient-btn-primary{color:#fff;background:#7f4cdd;box-shadow:0 9px 20px #7f4cdd38}.patient-btn-primary:hover{background:#6f3dcc}.patient-btn-secondary{color:#334155;background:#fff;border:1px solid #dbe1ea}.patient-btn-secondary:hover{background:#f8fafc}.patient-vitals-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.patient-vital-card,.patient-stat-card{background:#fff;border:1px solid #e7eaf0;box-shadow:0 9px 24px #0f172a0a}.patient-vital-card{border-radius:18px;flex-direction:column;min-height:132px;padding:20px;display:flex}.patient-vital-label{color:#64748b;font-size:13px;font-weight:700}.patient-vital-value{color:#111827;margin-top:12px;font-size:22px;line-height:1.2}.patient-vital-value.danger{color:#dc2626}.patient-vital-card small{color:#94a3b8;margin-top:auto;padding-top:10px;font-size:12px}.patient-quick-actions{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.patient-quick-actions button{color:#5b21b6;min-height:48px;font:inherit;cursor:pointer;background:#fff;border:1px solid #ddd6fe;border-radius:13px;justify-content:center;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:750;transition:border-color .2s,background-color .2s,transform .2s;display:flex}.patient-quick-actions button:hover{background:#faf5ff;border-color:#a78bfa;transform:translateY(-1px)}.patient-quick-actions button span{background:#ede9fe;border-radius:7px;place-items:center;width:22px;height:22px;font-size:16px;display:inline-grid}.patient-stats-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;display:grid}.patient-stat-card{border-radius:15px;flex-direction:column;justify-content:space-between;min-height:92px;padding:16px;display:flex}.patient-stat-card span{color:#64748b;font-size:12px;font-weight:700}.patient-stat-card strong{color:#111827;overflow-wrap:anywhere;margin-top:10px;font-size:20px;line-height:1.15}.patient-workspace{background:#fff;border:1px solid #e5e7eb;border-radius:22px;min-width:0;overflow:hidden;box-shadow:0 16px 36px #0f172a0d}.patient-tabs{scrollbar-width:thin;background:#fbfcfe;border-bottom:1px solid #e5e7eb;gap:2px;padding:10px;display:flex;overflow-x:auto}.patient-tabs button{color:#64748b;min-height:40px;font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:10px;flex:none;padding:0 14px;font-size:13px;font-weight:750}.patient-tabs button:hover{color:#334155;background:#f1f5f9}.patient-tabs button.active{color:#fff;background:#7f4cdd;box-shadow:0 8px 18px #7f4cdd33}.patient-tab-content{min-width:0;padding:22px}.patient-section{min-width:0}.patient-section-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.patient-section-eyebrow{color:#7f4cdd;letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-size:11px;font-weight:800;display:block}.patient-section-header h2{color:#111827;margin:0;font-size:23px}.patient-section-header p{color:#64748b;max-width:680px;margin:7px 0 0;font-size:14px;line-height:1.6}.patient-card-list{gap:11px;display:grid}.patient-list-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;gap:15px;padding:16px;display:flex}.patient-list-card div{flex-direction:column;gap:4px;display:flex}.patient-list-card strong{color:#111827}.patient-list-card span{color:#64748b;font-size:13px}.patient-table-wrap{border:1px solid #e5e7eb;border-radius:15px;width:100%;overflow-x:auto}.patient-data-table{border-collapse:collapse;background:#fff;width:100%;min-width:820px}.patient-data-table th,.patient-data-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #eef2f7;padding:14px 16px}.patient-data-table th{z-index:1;color:#64748b;letter-spacing:.05em;text-transform:uppercase;background:#f8fafc;font-size:11px;font-weight:800;position:sticky;top:0}.patient-data-table td{color:#334155;font-size:13px}.patient-data-table td strong{color:#111827;display:block}.patient-data-table td small{color:#94a3b8;margin-top:4px;display:block}.patient-data-table tbody tr:last-child td{border-bottom:0}.patient-data-table tbody tr:hover{background:#fcfcfd}.patient-status-pill{color:#475569;background:#f1f5f9;padding:7px 10px}.status-completed,.status-paid,.status-active,.status-confirmed,.status-payment{color:#166534;background:#dcfce7}.status-pending,.status-scheduled,.status-partially-paid,.status-partial{color:#92400e;background:#fef3c7}.status-cancelled,.status-overdue,.status-unpaid,.status-inactive{color:#991b1b;background:#fee2e2}.status-invoice{color:#5b21b6;background:#ede9fe}.patient-priority{color:#c2410c;background:#fff7ed;min-width:30px;padding:7px 9px}.patient-empty-state{text-align:center;background:#fafafa;border:1px dashed #cbd5e1;border-radius:16px;place-items:center;min-height:230px;padding:32px;display:grid}.patient-empty-state>*{margin:0}.patient-empty-icon{color:#6d28d9;background:#ede9fe;border-radius:14px;place-items:center;width:46px;height:46px;margin-bottom:12px;font-size:24px;display:grid}.patient-empty-state h3{color:#334155;font-size:17px}.patient-empty-state p{color:#94a3b8;margin-top:6px;font-size:13px}.patient-ledger-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.patient-ledger-summary div{background:#fafafa;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:8px;padding:16px;display:flex}.patient-ledger-summary span{color:#64748b;font-size:12px;font-weight:700}.patient-ledger-summary strong{color:#111827;font-size:20px}.patient-loading-card,.patient-error-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:20px;justify-content:center;align-items:center;gap:16px;min-height:220px;padding:30px;display:flex}.patient-loading-card h2,.patient-error-card h2{color:#111827;margin:0}.patient-loading-card p,.patient-error-card p{color:#64748b;margin:7px 0 0}.patient-loading-spinner{border:4px solid #ede9fe;border-top-color:#7f4cdd;border-radius:50%;width:34px;height:34px;animation:.85s linear infinite patient-spin}.patient-error-card{flex-direction:column}@keyframes patient-spin{to{transform:rotate(360deg)}}@media (width<=1280px){.patient-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.patient-quick-actions{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=980px){.patient-hero{flex-direction:column;align-items:flex-start}.patient-vitals-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.patient-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=680px){.patient-profile-page{gap:14px}.patient-hero{border-radius:17px;padding:18px}.patient-identity{align-items:flex-start}.patient-avatar{border-radius:17px;flex-basis:58px;width:58px;height:58px;font-size:20px}.patient-meta-list{flex-direction:column;gap:5px}.patient-meta-list span:after{display:none}.patient-hero-actions{width:100%}.patient-hero-actions .patient-btn{flex:1}.patient-vitals-grid,.patient-stats-grid,.patient-ledger-summary,.patient-quick-actions{grid-template-columns:1fr 1fr}.patient-tab-content{padding:16px}}@media (width<=440px){.patient-vitals-grid,.patient-stats-grid,.patient-ledger-summary,.patient-quick-actions{grid-template-columns:1fr}.patient-identity{flex-direction:column}.patient-heading h1{font-size:27px}}.profile-page-grid{grid-template-columns:2fr 1fr;gap:20px;margin-top:20px;display:grid}@media (width<=992px){.profile-page-grid{grid-template-columns:1fr}}.working-hours-table{border-collapse:collapse;width:100%}.working-hours-table th{text-align:left;text-transform:uppercase;letter-spacing:.03em;color:#64748b;padding:12px 16px;font-size:.8rem}.working-hours-table td{vertical-align:middle;border-top:1px solid #eef0f3;padding:10px 16px}.day-cell{white-space:nowrap;font-weight:500}.checkbox-cell{text-align:left}.working-checkbox{accent-color:#4f46e5;cursor:pointer;vertical-align:middle;width:18px;height:18px;margin:0}.time-input{border:1px solid #d8dce3;border-radius:6px;width:110px;padding:6px 10px;font-size:.9rem}.time-input:disabled{color:#9aa1ac;background:#f4f5f7}.slot-duration-cell{align-items:center;gap:6px;display:flex}.slot-input{text-align:center;border:1px solid #d8dce3;border-radius:6px;width:60px;padding:6px 8px;font-size:.9rem}.slot-input:disabled{color:#9aa1ac;background:#f4f5f7}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{text-transform:none;appearance:button;cursor:pointer;overflow:visible}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-toolbar{flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:10px;font-size:16px;display:flex}.rbc-toolbar .rbc-toolbar-label{text-align:center;flex-grow:1;padding:0 10px}.rbc-toolbar button{color:#373a3c;text-align:center;vertical-align:middle;white-space:nowrap;background:0 0;border:1px solid #ccc;border-radius:4px;margin:0;padding:.375rem 1rem;line-height:normal;display:inline-block}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-color:#e6e6e6;background-image:none;border-color:#adadad;box-shadow:inset 0 3px 5px #00000020}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;cursor:pointer;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{white-space:nowrap;display:inline-block}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:0 4px 4px 0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px 0 0 4px}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media (width<=767px){.rbc-toolbar{flex-direction:column}}.rbc-event{box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;text-align:left;background-color:#3174ad;border:none;border-radius:5px;width:100%;margin:0;padding:2px 5px}.rbc-slot-selecting .rbc-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected{background-color:#265985}.rbc-event:focus{outline:5px auto #3b99fc}.rbc-event-label{text-overflow:ellipsis;white-space:nowrap;font-size:80%;display:block;overflow:hidden}.rbc-event-overlaps{box-shadow:-1px 1px 5px #33333380}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-right-radius:0;border-bottom-left-radius:0}.rbc-row{flex-direction:row;display:flex}.rbc-row-segment{padding:0 1px 1px}.rbc-row-segment .rbc-event-content{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{text-overflow:ellipsis;white-space:nowrap;z-index:4;color:#3174ad;background-color:#ffffff4d;height:auto;font-size:85%;font-weight:700;line-height:normal;display:block;overflow:hidden}.rbc-show-more:hover,.rbc-show-more:focus{color:#265985}.rbc-month-view{-webkit-user-select:none;user-select:none;border:1px solid #ddd;flex-direction:column;flex:1 0 0;width:100%;height:100%;display:flex;position:relative}.rbc-month-header{flex-direction:row;display:flex}.rbc-month-row{flex-direction:column;flex:1 0 0;height:100%;display:flex;position:relative;overflow:hidden}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{text-align:right;flex:1 1 0;min-width:0;padding-right:5px}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{flex-direction:row;flex:1 0 0;display:flex;position:absolute;inset:0 1px 0 0;overflow:hidden}.rbc-day-bg{flex:1 0}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{z-index:5;background-color:#fff;border:1px solid #e5e5e5;padding:10px;position:absolute;box-shadow:0 5px 15px #00000040}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{flex-direction:column;flex:1 0 0;display:flex;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{border-spacing:0;border-collapse:collapse;border:1px solid #ddd;width:100%}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{vertical-align:top;padding:5px 10px}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{text-transform:lowercase;padding-left:15px;padding-right:15px}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:left;border-bottom:1px solid #ddd;padding:3px 5px}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{flex-direction:column;min-height:100%;display:flex}.rbc-time-column .rbc-timeslot-group{flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;flex-flow:column;min-height:40px;display:flex}.rbc-time-gutter,.rbc-header-gutter{flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{margin-right:10px;position:absolute;inset:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event,.rbc-day-slot .rbc-background-event{border:1px solid #265985;flex-flow:column wrap;align-items:flex-start;min-height:20px;max-height:100%;display:flex;position:absolute;overflow:hidden}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{flex:none;width:auto;padding-right:5px}.rbc-day-slot .rbc-event-content{word-wrap:break-word;flex:1 1 0;width:100%;height:100%;min-height:1em;line-height:1}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{z-index:10;background-color:#fff;border-right:1px solid #ddd;margin-right:-1px;position:sticky;left:0}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{flex:1 0 0;min-width:auto}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-header,.rbc-time-view-resources .rbc-day-bg{flex:1 1 0;width:140px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;color:#fff;background-color:#00000080;width:100%;padding:3px;font-size:75%;position:absolute}.rbc-slot-selecting{cursor:move}.rbc-time-view{border:1px solid #ddd;flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.rbc-time-view .rbc-time-gutter{white-space:nowrap;text-align:right}.rbc-time-view .rbc-allday-cell{box-sizing:content-box;width:100%;height:100%;position:relative}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{z-index:4;position:relative}.rbc-time-view .rbc-row{box-sizing:border-box;min-height:20px}.rbc-time-header{flex-direction:row;flex:none;display:flex}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-left:1px solid #ddd;border-right-width:0}.rbc-time-header>.rbc-row:first-child,.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{border-left:1px solid #ddd;flex-direction:column;flex:1;min-width:0;display:flex}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;flex-shrink:0}.rbc-time-content{border-top:2px solid #ddd;flex:1 0;align-items:flex-start;width:100%;display:flex;position:relative;overflow-y:auto}.rbc-time-content>.rbc-time-gutter{flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{-webkit-user-select:none;user-select:none;width:100%}.rbc-current-time-indicator{z-index:3;pointer-events:none;background-color:#74ad31;height:1px;position:absolute;left:0;right:0}.rbc-resource-grouping.rbc-time-header-content{flex-direction:column;display:flex}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}.rbc-calendar{box-sizing:border-box;flex-direction:column;align-items:stretch;height:100%;display:flex}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar :before,.rbc-calendar :after{-webkit-box-sizing:inherit;box-sizing:inherit}.rbc-abs-full{position:absolute;inset:0;overflow:hidden}.rbc-ellipsis{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{text-overflow:ellipsis;white-space:nowrap;text-align:center;vertical-align:middle;border-bottom:1px solid #ddd;flex:1 0;min-height:0;padding:0 3px;font-size:90%;font-weight:700;overflow:hidden}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{color:inherit;cursor:pointer;-webkit-user-select:text;user-select:text;background:0 0;border:none;margin:0;padding:0}.rbc-row-content{-webkit-user-select:none;user-select:none;z-index:4;position:relative}.rbc-row-content-scrollable{flex-direction:column;height:100%;display:flex}.rbc-row-content-scrollable .rbc-row-content-scroll-container{-ms-overflow-style:none;scrollbar-width:none;height:100%;overflow-y:scroll}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.user-form-role-grid{grid-template-columns:repeat(2,minmax(240px,1fr));gap:14px;width:100%;display:grid}.user-form-role-card{box-sizing:border-box;cursor:pointer;background:#fff;border:1px solid #dbe3ee;border-radius:12px;gap:16px;min-height:78px;padding:14px 16px;transition:border-color .2s,background-color .2s,box-shadow .2s;justify-content:space-between!important;align-items:center!important;display:flex!important}.user-form-role-card:hover{border-color:#93c5fd;box-shadow:0 4px 12px #0f172a0f}.user-form-role-card.selected{background:#eff6ff;border-color:#2563eb}.user-form-role-card>div{flex-direction:column;gap:4px;min-width:0;display:flex}.user-form-role-card strong{color:#0f172a;font-size:14px;font-weight:700}.user-form-role-card span{color:#64748b;font-size:12px;line-height:1.4}.user-form-role-card input[type=checkbox]{accent-color:#2563eb;cursor:pointer;flex:0 0 18px;appearance:auto!important;-webkit-appearance:checkbox!important;width:18px!important;min-width:18px!important;max-width:18px!important;height:18px!important;margin:0!important;padding:0!important}@media (width<=760px){.user-form-role-grid{grid-template-columns:1fr}}.priority-badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-width:76px;padding:5px 10px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.priority-high{color:#b42318;background:#fee4e2;border:1px solid #fecdca}.priority-medium{color:#b54708;background:#fef0c7;border:1px solid #fedf89}.priority-low{color:#027a48;background:#d1fadf;border:1px solid #a6f4c5}.priority-not-set{color:#475467;background:#f2f4f7;border:1px solid #e4e7ec}.list-loading{text-align:center;color:#667085;padding:36px 20px;font-weight:600}.patient-form{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.form-actions{margin-top:20px}.full-width{grid-column:span 2}.user-roles-grid{width:100%;grid-template-columns:repeat(3,minmax(220px,1fr))!important;gap:16px!important;display:grid!important}.user-role-card{box-sizing:border-box;cursor:pointer;background:#fff;border-radius:12px;gap:16px;min-height:84px;padding:16px 18px;transition:border-color .2s,background-color .2s,box-shadow .2s;border:1px solid #e2e8f0!important;justify-content:space-between!important;align-items:center!important;display:flex!important}.user-role-card:hover{box-shadow:0 4px 12px #0f172a0f;border-color:#93c5fd!important}.user-role-card.selected{background:#eff6ff;border-color:#2563eb!important}.user-role-info{flex:1;min-width:0}.user-role-info h4{color:#0f172a;margin:0 0 5px;font-size:15px;font-weight:700}.user-role-info p{color:#64748b;margin:0;font-size:13px;line-height:1.45}.user-role-card input[type=checkbox]{cursor:pointer;accent-color:#2563eb;border-radius:3px;appearance:auto!important;-webkit-appearance:checkbox!important;width:19px!important;min-width:19px!important;max-width:19px!important;height:19px!important;box-shadow:none!important;flex:0 0 19px!important;margin:0!important;padding:0!important;display:block!important}.user-role-actions{align-items:center;gap:10px;display:flex}@media (width<=1100px){.user-roles-grid{grid-template-columns:repeat(2,minmax(220px,1fr))!important}}@media (width<=650px){.user-roles-grid{grid-template-columns:1fr!important}.user-role-actions{width:100%}.user-role-actions button{flex:1}}: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{--primary-color:#0b1f4d;--secondary-color:#2563eb;--accent-color:#0ea5e9;--background-color:#f8fafc;--surface-color:#fff;--border-color:#e2e8f0;--text-color:#0f172a;--muted-text-color:#64748b;--white:#fff;--success-color:#10b981;--danger-color:#ef4444;--warning-color:#f59e0b;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--shadow-card:0 10px 30px #0f172a12;--shadow-hover:0 18px 40px #0f172a1f}*{box-sizing:border-box}body{background:var(--background-color);color:var(--text-color);margin:0;font-family:Inter,system-ui,sans-serif}input,select,textarea{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--surface-color);width:100%;min-height:42px;color:var(--text-color);outline:none;padding:10px 12px;font-size:14px;transition:all .2s}input:focus,select:focus,textarea:focus{border-color:var(--secondary-color);box-shadow:0 0 0 4px #2563eb1f}textarea{resize:vertical;min-height:100px}label{color:#334155;margin-bottom:7px;font-size:13px;font-weight:700;display:block}.primary-btn{border-radius:var(--radius-md);color:var(--white);cursor:pointer;background:linear-gradient(135deg,#2563eb,#0f2f75);border:none;padding:10px 16px;font-weight:700;transition:all .22s}.primary-btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px #2563eb38}.secondary-btn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #dbe4ef;border-radius:12px;padding:10px 16px;font-weight:700;transition:all .22s}.secondary-btn:hover{background:#f8fafc;box-shadow:0 10px 24px #0f172a14}.danger-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444,#b91c1c);border:none;border-radius:12px;padding:10px 16px;font-weight:700;transition:all .22s}.danger-btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px #ef444438}.success-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#047857);border:none;border-radius:12px;padding:10px 16px;font-weight:700;transition:all .22s}.success-btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px #10b98138}.link-btn{color:#2563eb;cursor:pointer;background:0 0;border:none;padding:6px 8px;font-weight:700}.link-btn:hover{color:#0f2f75;text-decoration:underline}.form-section{grid-column:1/-1;margin-top:8px}.form-section-header{border-bottom:1px solid #e2e8f0;margin-bottom:18px;padding-bottom:12px}.form-section-header h3{color:#0f172a;margin:0;font-size:18px;font-weight:800}.form-section-header p{color:#64748b;margin:6px 0 0;font-size:13px}@media (width<=768px){.form-section-body{grid-template-columns:1fr}}.form-group{flex-direction:column;gap:7px;display:flex}.form-control{color:#0f172a;background:#fff;border:1px solid #dbe4ef;border-radius:12px;outline:none;width:100%;min-height:44px;padding:10px 14px;font-size:14px;transition:all .2s}.form-control:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.form-control:disabled{color:#64748b;cursor:not-allowed;background:#f1f5f9}.required{color:#ef4444;margin-left:4px}.form-page-body .form-group,.form-section-body .form-group{flex-direction:column!important;gap:7px!important;display:flex!important}.form-page-body .form-control,.form-section-body .form-control,.form-page-body input,.form-page-body select,.form-page-body textarea,.form-section-body input,.form-section-body select,.form-section-body textarea{color:#0f172a!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #dbe4ef!important;border-radius:12px!important;outline:none!important;width:100%!important;min-height:44px!important;padding:10px 14px!important;font-size:14px!important}.form-section-body{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;display:grid!important}.form-section-body .full-width{grid-column:1/-1!important}@media (width<=768px){.form-section-body{grid-template-columns:1fr!important}}
