@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);:root[data-theme=light]{--bg:#f5f7fb;--surface:#fff;--card:#fff;--card-alt:#f3f5f8;--row-odd:#fafbfc;--row-even:#fff;--muted-surface:#eef2f6;--text:#0f172a;--text-muted:#475569;--border:#e2e8f0;--primary:#0077b6;--primary-contrast:#fff;--secondary:#00b894;--secondary-contrast:#fff;--brand-dark:#2d3436;--accent:#00b894;--ring:#0077b659;--primary-rgb:0,119,182;--hover-bg:#0f172a0d;--active-bg:#0f172a1a;--shadow:0 10px 24px #0f172a14}:root[data-theme=dark]{--bg:#0b1220;--surface:#0f172a;--card:#101828;--card-alt:#0b1527;--row-odd:#0e1a30;--row-even:#101828;--muted-surface:#121b33;--text:#e6edf7;--text-muted:#a8b3cf;--border:#ffffff1f;--primary:#38bdf8;--primary-contrast:#0b1220;--secondary:#34d399;--secondary-contrast:#0b1220;--brand-dark:#1e293b;--accent:#2dd4bf;--ring:#38bdf873;--primary-rgb:56,189,248;--hover-bg:#ffffff0d;--active-bg:#ffffff1a;--shadow:0 12px 28px #0000008c}#root,body,html{background:var(--bg);color:var(--text);height:100%;overflow-x:hidden}@media (min-width:1200px){body{zoom:.9}}*{transition:background-color .18s ease,color .18s ease,border-color .18s ease}a{color:var(--primary)}a:hover{text-decoration:none}input,select,textarea{background:var(--card);border:1px solid var(--border);color:var(--text);max-width:100%;outline:none}input:focus,select:focus,textarea:focus{border-color:#0000;box-shadow:0 0 0 3px var(--ring)}.card,.panel,.sheet{background:var(--card);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow);color:var(--text)}table{border-collapse:collapse;width:100%}thead th{background:var(--card-alt);color:var(--text)}tbody tr:nth-child(odd){background:var(--row-odd)}tbody tr:nth-child(2n){background:var(--row-even)}td,th{border:1px solid var(--border)}.surface{background:var(--surface)}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (max-width:767px){table{font-size:13px}td,th{padding:8px 6px;white-space:normal;word-break:break-word}.toolbar{flex-wrap:wrap;gap:8px}.toolbar .search{min-width:0;order:-1;width:100%}.toolbar .right-controls{flex-wrap:wrap;width:100%}.pagination{flex-wrap:wrap;font-size:13px;gap:6px}.card,.panel,.sheet{padding:10px}.actions{flex-wrap:wrap;gap:4px}h1{font-size:20px}h2{font-size:17px}h3{font-size:15px}}@media (min-width:768px) and (max-width:1023px){table{font-size:13px}td,th{padding:8px 10px}}.initial-loader-overlay{align-items:center;background:#fff;display:flex;font-family:Inter,system-ui,-apple-system,sans-serif;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:999999}.initial-loader-content{align-items:center;animation:fadeIn .5s ease-out;display:flex;flex-direction:column;text-align:center}.loader-logo{filter:drop-shadow(0 4px 6px rgba(0,0,0,.05));height:auto;margin-bottom:2rem;max-width:180px}.spinner-dots{display:flex;gap:8px;margin-bottom:24px}.dot{animation:dotBounce 1.4s ease-in-out infinite both;background:#3b82f6;background:var(--primary,#3b82f6);height:12px;width:12px}.dot:first-child{animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}@keyframes dotBounce{0%,80%,to{opacity:.3;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.loader-message{color:#1e293b;font-size:1.1rem;font-weight:500;margin:0}.slow-server-hint{align-items:center;animation:fadeInUp .4s ease-out;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;color:#64748b;display:flex;flex-direction:column;font-size:.9rem;gap:12px;margin-top:1.5rem;padding:12px 24px}.slow-server-hint p{margin:0}.circular-spinner{animation:spin .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top:3px solid var(--primary,#3b82f6);height:24px;width:24px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}:root{--bg:#f6f8fb;--card-bg:#ffffffd9;--border:#e2e8f099;--primary-hover:#1d4ed8;--focus-ring:0 0 0 4px #2563eb26;--shadow:0 8px 32px #0003;color-scheme:light}body,html{background:#f6f8fb;background:var(--bg);height:100%}.login-page-container{min-height:100vh;min-height:100dvh}@media(min-width:1200px){.login-page-container{min-height:111.2vh}}.login-page-container{align-items:center;background-position:50%;background-size:cover;display:flex;justify-content:center;overflow:hidden;position:relative}.login-page-container:before{background:inherit;content:"";filter:blur(8px);inset:-20px;position:absolute;z-index:0}.login-page-container:after{background:#00000059;content:"";inset:0;position:absolute;z-index:1}.login-page-container>*{position:relative;z-index:2}.login-form{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#ffffffd9;background:var(--card-bg);border:1px solid #fff6;border-radius:20px;box-shadow:0 8px 32px #0003;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:20px;margin:20px;max-width:420px;padding:40px 32px;width:100%}.login-form,.login-form h2{color:#0f172a;color:var(--text)}.login-form h2{font-size:26px;font-weight:800;letter-spacing:-.5px;margin:0 0 10px;text-align:center}.login-form label{display:flex;flex-direction:column;gap:8px}.login-form label span{color:#0f172a;color:var(--text);font-size:14px;font-weight:600;letter-spacing:.3px}.login-form input{-webkit-appearance:none;appearance:none;background:#ffffffe6;border:1px solid #e2e8f099;border:1px solid var(--border);border-radius:12px;box-sizing:border-box;color:#0f172a;color:var(--text);font-size:16px;outline:none;padding:14px 16px;transition:border-color .15s ease,box-shadow .15s ease,background-color .2s ease;width:100%}.login-form input:hover{border-color:color-mix(in srgb,#e2e8f099 60%,#2563eb 40%);border-color:color-mix(in srgb,var(--border) 60%,var(--primary) 40%)}.login-form input:focus{background:#fff;border-color:#2563eb;border-color:var(--primary);box-shadow:0 0 0 4px #2563eb26;box-shadow:var(--focus-ring)}.login-form input:disabled{cursor:not-allowed;opacity:.6}.login-form input:-webkit-autofill{-webkit-text-fill-color:#0f172a;-webkit-text-fill-color:var(--text);-webkit-box-shadow:inset 0 0 0 1000px #fff;-webkit-transition:background-color 9999s ease-in-out 0s;transition:background-color 9999s ease-in-out 0s}.login-form .password-field{align-items:center;display:flex;position:relative}.login-form .password-field input{padding-right:90px}.login-form .password-field .toggle-pw{background:#fffc;border:1px solid #e2e8f099;border:1px solid var(--border);border-radius:8px;color:#64748b;color:var(--muted);cursor:pointer;font-size:13px;font-weight:600;padding:6px 12px;position:absolute;right:8px;top:50%;transform:translateY(-50%);transition:all .2s ease}.login-form .password-field .toggle-pw:hover{background:color-mix(in srgb,#2563eb 10%,#fff);background:color-mix(in srgb,var(--primary) 10%,#fff);border-color:color-mix(in srgb,#e2e8f099 50%,#2563eb 50%);border-color:color-mix(in srgb,var(--border) 50%,var(--primary) 50%);color:#2563eb;color:var(--primary)}.login-form .password-field .toggle-pw:disabled{cursor:not-allowed;opacity:.6}.login-form button[type=submit]{background-color:#2563eb;background-color:var(--primary);border:none;border-radius:14px;box-shadow:0 4px 14px #2563eb4d;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:10px;padding:14px 16px;transition:transform .1s ease,background-color .2s ease,box-shadow .2s ease;width:100%}.login-form button[type=submit]:hover{background-color:#1d4ed8;background-color:var(--primary-hover);box-shadow:0 6px 20px #2563eb66;transform:translateY(-1px)}.login-form button[type=submit]:active{box-shadow:0 2px 10px #2563eb4d;transform:translateY(1px)}.login-form button[type=submit]:disabled{cursor:not-allowed;opacity:.85;transform:none}@media(max-width:480px){.login-form{gap:16px;padding:32px 24px}.login-form h2{font-size:24px}.login-form button[type=submit],.login-form input{font-size:15px;padding:12px 14px}}.navbar{align-items:center;background:var(--primary)!important;box-shadow:var(--shadow);color:var(--primary-contrast)!important;display:flex;height:60px;inset:0 0 auto 0;justify-content:space-between;padding:0 12px;position:fixed;z-index:1000}.navbar .navbar-left{font-weight:800;letter-spacing:.2px}.navbar .navbar-logo{align-items:center;cursor:pointer;display:flex;gap:12px;max-height:48px;overflow:hidden;text-decoration:none}.navbar .navbar-logo img{max-height:44px;object-fit:contain;width:auto}.navbar .navbar-logo .navbar-title{color:var(--primary-contrast);font-size:1.5rem;font-weight:800;letter-spacing:.5px;white-space:nowrap}.navbar .navbar-right{align-items:center;display:flex;gap:10px;margin-right:8px}.navbar .navbar-right .notif-bell{align-items:center;background:var(--hover-bg);border:1px solid var(--border);border-radius:10px;color:var(--primary-contrast);cursor:pointer;display:inline-flex;gap:6px;height:36px;min-width:36px;padding:0 10px;position:relative;transition:background .2s ease,transform .08s ease,border-color .2s ease}.navbar .navbar-right .notif-bell:hover{background:var(--active-bg)}.navbar .navbar-right .notif-bell:active{transform:translateY(1px) scale(.99)}.navbar .navbar-right .notif-bell .icon{font-size:16px;line-height:1}.navbar .navbar-right .notif-bell .badge{align-items:center;background:#ef4444;border-radius:999px;box-shadow:var(--shadow);color:#fff;display:inline-flex;font-size:11px;font-weight:800;height:18px;justify-content:center;min-width:18px;padding:0 6px;position:absolute;right:-6px;top:-6px}.profile-dropdown{margin-right:4px;position:relative}.profile-dropdown .profile-trigger{grid-gap:10px;align-items:center;background:var(--hover-bg);border:1px solid #0000;border-radius:10px;color:var(--primary-contrast);cursor:pointer;display:grid;gap:10px;grid-auto-flow:column;padding:6px 10px;transition:background .2s ease,transform .2s ease}.profile-dropdown .profile-trigger:hover{background:var(--active-bg)}.profile-dropdown .profile-trigger:active{transform:translateY(1px)}.profile-dropdown .profile-trigger .avatar{background:var(--surface);border-radius:50%;flex-shrink:0;height:34px;overflow:hidden;width:34px}.profile-dropdown .profile-trigger .avatar img{display:block;height:100%;object-fit:cover;width:100%}.profile-dropdown .profile-trigger .who{display:grid;line-height:1.1;text-align:left}.profile-dropdown .profile-trigger .who .name{font-size:13px;font-weight:700}.profile-dropdown .profile-trigger .who .role{font-size:11px;letter-spacing:.35px;opacity:.9;text-transform:uppercase}.profile-dropdown .profile-trigger .chev{margin-left:2px;opacity:.9;transition:transform .2s ease}.profile-dropdown .profile-trigger .chev.up{transform:rotate(180deg)}.profile-dropdown .menu{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);color:var(--text);min-width:240px;opacity:0;padding:8px;pointer-events:none;position:absolute;right:0;top:calc(100% + 10px);transform:translateY(-6px) scale(.96);transition:opacity .18s ease,transform .18s ease;z-index:1001}.profile-dropdown .menu.open{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.profile-dropdown .menu .menu-head{border-bottom:1px solid var(--border);display:flex;flex-direction:column;padding:8px 10px 6px}.profile-dropdown .menu .menu-head .mh-name{font-weight:800}.profile-dropdown .menu .menu-head .mh-role{color:var(--text-muted);font-size:12px;letter-spacing:.35px;text-transform:uppercase}.profile-dropdown .menu .item{background:#0000;border:none;border-radius:8px;color:inherit;cursor:pointer;padding:10px;text-align:left;transition:background .15s ease,color .15s ease;width:100%}.profile-dropdown .menu .item:hover{background:var(--muted-surface)}.profile-dropdown .menu .item.danger:hover{background:color-mix(in srgb,#ef4444 14%,#0000);color:#ef4444}.profile-dropdown .menu .sep{background:var(--border);border-radius:1px;height:1px;margin:6px 4px}.profile-dropdown .menu .row{align-items:center;display:flex;gap:10px;justify-content:space-between;padding:8px 6px}.profile-dropdown .menu .row .row-label{font-weight:600}.dm-toggle{--w:56px;--h:28px;--pad:3px;background:var(--muted-surface);border:1px solid var(--border);border-radius:999px;cursor:pointer;flex-shrink:0;height:var(--h);position:relative;transition:transform .2s ease,background .2s ease,border-color .2s ease;width:var(--w)}.dm-toggle:hover{background:var(--card-alt)}.dm-toggle:active{transform:translateY(1px) scale(.98)}.dm-toggle .track{align-items:center;color:#f59e0b;display:grid;grid-template-columns:1fr 1fr;inset:0;padding:0 8px;position:absolute}.dm-toggle .track .icon{display:grid;opacity:1;place-items:center;transition:opacity .25s ease,transform .25s ease}.dm-toggle .track .moon{color:#60a5fa;justify-self:end;opacity:0;transform:translateY(2px)}.dm-toggle .thumb{background:var(--surface);border-radius:50%;box-shadow:var(--shadow);height:calc(var(--h) - var(--pad)*2);left:var(--pad);position:absolute;top:var(--pad);transition:left .25s cubic-bezier(.22,.61,.36,1),background .25s ease;width:calc(var(--h) - var(--pad)*2)}.dm-toggle.on{background:var(--muted-surface);border-color:var(--border)}.dm-toggle.on .track .sun{opacity:0;transform:translateY(-2px)}.dm-toggle.on .track .moon{opacity:1;transform:translateY(0)}.dm-toggle.on .thumb{background:var(--surface);left:calc(var(--w) - var(--h) + var(--pad))}.dm-toggle.sm{--w:48px;--h:24px;--pad:2px}.dm-toggle.sm .track{padding:0 6px}.hamburger-btn{background:none;border:none;border-radius:8px;color:var(--primary-contrast);cursor:pointer;display:none;font-size:22px;line-height:1;padding:8px;transition:background .15s ease}.hamburger-btn:hover{background:var(--hover-bg)}@media(max-width:767px){.hamburger-btn{align-items:center;display:flex;justify-content:center}.navbar{gap:6px;padding:0 8px}.navbar-left{font-size:14px}.navbar-right{gap:6px}.navbar-right .notif-bell{height:32px;min-width:32px;padding:0 8px}.profile-dropdown .profile-trigger{gap:6px;padding:4px 6px}.profile-dropdown .profile-trigger .who{display:none}.profile-dropdown .profile-trigger .avatar{height:30px;width:30px}}@media(min-width:768px)and (max-width:1023px){.profile-dropdown .profile-trigger .who .role{display:none}}.notif-bell-wrap{display:inline-block;position:relative}.notif-bell{align-items:center;background:var(--hover-bg);border:1px solid var(--border);border-radius:10px;color:var(--primary-contrast);cursor:pointer;display:inline-flex;height:34px;justify-content:center;padding:0;position:relative;transition:background .2s ease,transform .08s ease;width:34px}.notif-bell:hover{background:var(--active-bg)}.notif-bell:active{transform:translateY(1px)}.notif-bell .icon{color:#fff;font-size:16px;line-height:1}.notif-bell .icon svg{fill:currentColor}.notif-bell .badge{align-items:center;background:#ef4444;border-radius:999px;color:#fff;display:inline-flex;font-size:11px;font-weight:800;height:18px;justify-content:center;min-width:18px;padding:0 5px;right:-6px;top:-5px}.notif-bell .badge,.notif-popover{box-shadow:var(--shadow);position:absolute}.notif-popover{background:var(--surface);border:1px solid var(--border);border-radius:12px;color:var(--text);opacity:0;pointer-events:none;right:0;top:calc(100% + 10px);transform:translateY(-6px) scale(.96);transition:opacity .16s ease,transform .16s ease;width:min(360px,90vw);z-index:1100}.notif-popover.open{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.notif-popover .np-head{align-items:center;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:10px 10px 8px}.notif-popover .np-head .np-title{font-weight:800}.notif-popover .np-head .np-all{background:var(--muted-surface);border:1px solid var(--border);border-radius:8px;color:inherit;cursor:pointer;height:28px;padding:0 10px}.notif-popover .np-head .np-all:hover{background:var(--hover-bg)}.notif-popover .np-list{max-height:360px;overflow:auto;padding:6px}.notif-popover .np-list .np-empty{color:var(--text-muted);font-size:14px;padding:14px;text-align:center}.notif-popover .np-list .np-item{background:var(--surface);border:1px solid var(--border);border-radius:10px;color:var(--text);cursor:pointer;margin:6px 2px;padding:10px;transition:box-shadow .15s ease,transform .06s ease,background .15s ease}.notif-popover .np-list .np-item.unread{background:var(--muted-surface);border-color:var(--primary)}.notif-popover .np-list .np-item:hover{background:var(--hover-bg);box-shadow:var(--shadow)}.notif-popover .np-list .np-item:active{transform:translateY(1px)}.notif-popover .np-list .np-item .np-row{color:var(--text-muted);display:flex;font-size:12px;justify-content:space-between;margin-bottom:4px}.notif-popover .np-list .np-item .np-type{font-weight:700;text-transform:uppercase}.notif-popover .np-list .np-item .np-titleline{font-weight:800;margin-bottom:2px}.notif-popover .np-list .np-item .np-body{color:var(--text);font-size:13px}.notif-popover .np-list .np-more{background:#0000;border:1px dashed var(--border);border-radius:10px;cursor:pointer;height:36px;margin:6px 2px 2px;width:100%}.notif-popover .np-list .np-more:hover{background:#f8fafc;background:var(--muted-surface,#f8fafc)}@media(max-width:480px){.notif-popover{width:92vw}}.sidebar{background-color:var(--secondary);bottom:0;color:var(--secondary-contrast);display:flex;flex-direction:column;left:0;overflow:hidden;position:fixed;top:60px;transition:width .3s ease;width:220px;z-index:1050}.sidebar.closed{width:60px}.sidebar .sidebar-toggle{background:none;border:none;color:var(--primary-contrast);cursor:pointer;flex:0 0 auto;font-size:22px;padding:12px;text-align:left}.sidebar .sidebar-menu{flex:1 1 auto;list-style:none;margin:0;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:0}.sidebar .sidebar-menu .section-title{color:#fff;font-size:11.5px;font-weight:700;letter-spacing:.08em;margin:20px 12px 4px;opacity:.45;padding:8px 16px 2px 12px;text-transform:uppercase;-webkit-user-select:none;user-select:none}.sidebar .sidebar-menu .sidebar-item{background-color:#0000;border-radius:8px;color:var(--primary-contrast);cursor:pointer;display:block;font-size:13.5px;font-weight:500;margin:4px 12px;opacity:.85;padding:10px 16px;text-decoration:none;transition:all .3s ease ease;-webkit-user-select:none;user-select:none}.sidebar .sidebar-menu .sidebar-item a{color:inherit;display:block;text-decoration:none}.sidebar .sidebar-menu .sidebar-item:hover{background-color:var(--hover-bg);opacity:1;transform:translateX(4px)}.sidebar .sidebar-menu .sidebar-item:active{background-color:var(--active-bg);transform:translateX(2px)}.sidebar .sidebar-menu .sidebar-item.active{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff38!important;border-radius:8px;box-shadow:0 4px 15px #00000026;color:#fff;font-weight:700;letter-spacing:.02em;opacity:1;position:relative;transform:none}.sidebar .sidebar-menu .sidebar-item.active:before{background:#fff;border-radius:0 4px 4px 0;bottom:15%;box-shadow:0 0 10px #ffffff80;content:"";left:0;position:absolute;top:15%;width:3.5px}.sidebar .sidebar-menu .sidebar-item.active svg{fill:#fff}.sidebar .sidebar-menu .sidebar-item.active:hover{background:#ffffff40;transform:none}.sidebar.closed .section-title{display:none}.sidebar .sidebar-menu{scrollbar-color:var(--hover-bg) #0000;scrollbar-width:thin}.sidebar .sidebar-menu::-webkit-scrollbar{width:8px}.sidebar .sidebar-menu::-webkit-scrollbar-thumb{background:var(--hover-bg);border-radius:8px}.sidebar .sidebar-menu::-webkit-scrollbar-thumb:hover{background:var(--active-bg)}@media(max-width:767px){.sidebar{bottom:0;left:0;position:fixed;top:60px;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);width:260px;z-index:1100}.sidebar.mobile-open{transform:translateX(0)}.sidebar.closed{transform:translateX(-100%);width:260px}.sidebar.closed.mobile-open{transform:translateX(0)}.sidebar.closed .section-title{display:block}}.sidebar-backdrop{display:none}@media(max-width:767px){.sidebar-backdrop{background:#00000080;display:block;inset:60px 0 0 0;opacity:0;pointer-events:none;position:fixed;transition:opacity .3s ease;z-index:1099}.sidebar-backdrop.visible{opacity:1;pointer-events:auto}}.footer{background-color:var(--brand-dark);bottom:0;color:#fff;height:56px;left:0;padding-bottom:env(safe-area-inset-bottom,0);position:fixed;right:0;z-index:20}.footer .inner{align-items:center;display:flex;height:100%;justify-content:center;padding-bottom:6px}.footer p{line-height:1.2;margin:0;text-align:center}@media(max-width:767px){.footer{font-size:12px;height:44px}.footer .inner{padding-bottom:2px}}.global-loader-overlay{background:#0006;display:flex;flex-direction:column;height:calc(100vh - 60px);left:0;pointer-events:auto;position:fixed;top:60px;width:100%;z-index:99999}.global-loader-bar{background:#ffffff4d;flex-shrink:0;height:6px;overflow:hidden;position:relative;width:100%}.global-loader-progress{animation:loadingStrip 1.5s linear infinite;background:#10b981;background:var(--secondary,#10b981);box-shadow:0 0 10px var(--secondary),0 0 5px var(--secondary);height:100%;left:-200%;position:absolute;top:0;width:100%}@keyframes loadingStrip{0%{left:-100%;width:20%}50%{left:40%;width:60%}to{left:100%;width:20%}}.layout{display:flex;flex-direction:column;min-height:100vh}.content{flex:1 1;margin-left:220px;padding:80px 20px 72px;transition:margin-left .3s ease}@media(max-width:767px){.content{margin-left:0;padding:70px 12px 72px}}.page-header{border-bottom:1px solid var(--border-color);margin-bottom:2rem;padding-bottom:1rem}.page-header .page-title{color:var(--text-color);font-size:1.5rem;font-weight:700;letter-spacing:-.01em;margin:0}.sidebar.closed~.content{margin-left:60px}@media(max-width:767px){.sidebar.closed~.content{margin-left:0}}.customer-dashboard{grid-gap:16px;display:grid;gap:16px}.card{border-radius:14px;box-shadow:var(--shadow)}.card-title{align-items:baseline;display:flex;font-size:16px;font-weight:700;gap:8px;margin-bottom:12px}.muted{color:var(--text-muted)}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.badge{background:#eef2ff;color:#3730a3;display:inline-block;line-height:1;padding:4px 8px}.badge.st-planned{background:#e0f2fe;color:#065f46}.badge.st-completed{color:#14532d}.badge.st-pending{color:#334155}.badge.st-failed{color:#7f1d1d}.badge.st-cancelled{background:#fee2e2;color:#7f1d1d}.badge.st-postponed{color:#7c2d12}.hero-carousel{overflow:hidden;padding:0;position:relative}.hero-carousel .viewport{height:50dvh;position:relative}@supports not (height:1dvh){.hero-carousel .viewport{height:50vh}}.hero-carousel .slide{align-items:center;border-radius:14px;display:flex;height:100%;inset:0;opacity:0;padding:16px 20px;position:absolute;transform:translateX(8%);transition:transform .5s ease,opacity .5s ease}.hero-carousel .slide.is-active{opacity:1;transform:translateX(0)}.hero-carousel .slide .content{color:var(--text);max-width:700px}.hero-carousel .slide h3{font-size:20px;margin:0 0 6px}.hero-carousel .slide p{color:#334155;margin:0 0 10px}.hero-carousel .slide .btn{background:#111827;border-radius:10px;color:#fff;display:inline-block;padding:8px 12px;text-decoration:none}.hero-carousel .nav{background:#0f172a99;border:0;border-radius:50%;color:#fff;cursor:pointer;display:grid;height:36px;place-items:center;position:absolute;top:50%;transform:translateY(-50%);width:36px}.hero-carousel .nav.prev{left:10px}.hero-carousel .nav.next{right:10px}.hero-carousel .dots{bottom:10px;display:flex;gap:6px;justify-content:center;left:0;position:absolute;right:0}.hero-carousel .dot{background:#cbd5e1;border:0;border-radius:50%;cursor:pointer;height:8px;width:8px}.hero-carousel .dot.active{background:#0f172a}.hero-carousel .slide.g1{background:linear-gradient(135deg,#e0f2fe,#f1f5f9)}.hero-carousel .slide.g2{background:linear-gradient(135deg,#dcfce7,#eff6ff)}.hero-carousel .slide.g3{background:linear-gradient(135deg,#fde68a,#e0e7ff)}.lists-grid{grid-gap:16px;display:grid;gap:16px}@media(min-width:1000px){.lists-grid{grid-template-columns:1fr 1fr}}.list-card .list-head,.list-card .row{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:18px 1.4fr 1.2fr 1.2fr 140px}.list-card .list-head{border-bottom:1px dashed var(--border);color:var(--text-muted);font-weight:600;margin-bottom:4px;padding:8px 4px}.list-card .row{border-bottom:1px solid #f1f5f9;padding:8px 4px}.list-card .row:last-child{border-bottom:0}.list-card .row.clickable{cursor:pointer}.list-card .row:hover{background:var(--muted-surface)}.list-card .row .dot{border-radius:50%;height:10px;width:10px}.list-card .row .strong{font-weight:600}.list-card .row .mono{color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono}.empty{color:var(--text-muted);padding:14px}.ek1-print .toolbar .btn{color:var(--text)}.ek1-print .toolbar .btn:hover:not(:disabled){background:var(--hover-bg)}.ek1-print .toolbar .btn.ghost{border-color:var(--border)}.ek1-print .toolbar .btn.primary{background:var(--primary);border-color:var(--primary);color:var(--primary-contrast)}.ek1-print .toolbar .btn.primary:hover:not(:disabled){opacity:.9}.ek1-print .toolbar .btn.warn{background:#c08a50;border-color:#c08a50}.ek1-print .toolbar .btn.warn:hover:not(:disabled){background:#a8763e}.ek1-print .toolbar .btn-group{flex-wrap:wrap}.ek1-print .toolbar .btn-group input[type=text].btn{background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:13px;height:34px;outline:none;padding:0 10px}.ek1-print .toolbar .btn-group input[type=text].btn:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--ring)}.ek1-print .toolbar .btn-group input[type=text].btn::placeholder{color:var(--text-muted);opacity:.6}.ek1-print .status-pill{color:var(--text)}.ek1-print .page.A4{overflow:visible;padding:12mm 14mm}.ek1-print .page.A4 *,.ek1-print .page.A4 :after,.ek1-print .page.A4 :before{box-sizing:border-box}.ek1-print .page.A4 .block,.ek1-print .page.A4 .doc-head{width:100%}.ek1-print .page.A4 table{max-width:100%;width:100%}.ek1-print .page.A4 table td,.ek1-print .page.A4 table th{-webkit-hyphens:auto;hyphens:auto;min-width:0;overflow-wrap:anywhere;word-break:break-word}.ek1-print .page.A4 table.kv col:first-child{width:42%}.ek1-print .page.A4 table.list td:first-child,.ek1-print .page.A4 table.list th:first-child{text-align:center;width:4%}.ek1-print .page.A4 .sig-grid{width:100%}.ek1-print .page.A4 .sig-col{min-width:0}.ek1-print .page.A4 .sig-box__area{align-items:center;background:var(--surface);display:flex;justify-content:center;margin-bottom:2px;min-height:70px;overflow:hidden;width:100%}.ek1-print .page.A4 .sig-box__img{max-height:65px;max-width:100%}.ek1-print .page.A4 .note{width:100%}.sigm-overlay{align-items:center;animation:sigm-fadeIn .18s ease-out;background:#0000008c;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}@keyframes sigm-fadeIn{0%{opacity:0}to{opacity:1}}.sigm-modal{animation:sigm-slideUp .22s ease-out;background:var(--surface);border-radius:16px;box-shadow:var(--shadow);max-width:540px;overflow:hidden;width:100%}@keyframes sigm-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sigm-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;padding:20px 24px 14px}.sigm-header,.sigm-header-left{align-items:flex-start;display:flex}.sigm-header-left{gap:12px}.sigm-icon{flex-shrink:0;font-size:28px;line-height:1}.sigm-title{color:#334155;font-size:17px;font-weight:800;margin:0}.sigm-subtitle{color:var(--text-muted);font-size:12.5px;margin:3px 0 0}.sigm-signer{align-items:center;color:#334155;display:flex;font-size:12.5px;font-weight:600;gap:6px;margin:5px 0 0}.sigm-signer-dot{background:#6ec98b;border-radius:50%;display:inline-block;height:7px;width:7px}.sigm-close{align-items:center;background:none;border:none;border-radius:8px;color:#94a3b8;cursor:pointer;display:flex;font-size:18px;height:32px;justify-content:center;transition:background .12s,color .12s;width:32px}.sigm-close:hover{background:var(--muted-surface);color:#334155}.sigm-info-banner{background:#f0f4fa;border-bottom:1px solid var(--border);color:#6882bb;font-size:11.5px;font-weight:500;padding:8px 24px}.sigm-canvas-wrapper{padding:16px 24px 8px}.sigm-canvas-frame{background:#fafbfc;border:2px dashed var(--border);border-radius:12px;overflow:hidden;position:relative;transition:border-color .2s,background .2s}.sigm-canvas-frame.has-sig{background:var(--surface);border-color:#94a3b8}.sigm-canvas{cursor:crosshair;display:block;height:180px!important;touch-action:none;width:100%!important}.sigm-placeholder{align-items:center;color:#94a3b8;display:flex;flex-direction:column;font-size:13px;font-style:italic;gap:6px;inset:0;justify-content:center;pointer-events:none;position:absolute}.sigm-baseline{align-items:center;display:flex;gap:8px;margin:6px 0 0;position:relative}.sigm-baseline-line{background:#e2e8f0;flex:1 1;height:1px}.sigm-baseline-label{color:#94a3b8;font-size:10.5px;white-space:nowrap}.sigm-stroke-info{align-items:center;color:#5ea87a;display:flex;font-size:12px;font-weight:600;gap:6px;padding:6px 24px}.sigm-dot-green{background:#6ec98b;border-radius:50%;display:inline-block;height:6px;width:6px}.sigm-footer{align-items:center;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:14px 24px 18px}.sigm-footer-right{display:flex;gap:8px}.sigm-btn{align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:9px;color:var(--text);cursor:pointer;display:inline-flex;font-size:13.5px;font-weight:600;height:38px;justify-content:center;padding:0 16px;transition:all .15s}.sigm-btn:hover{background:var(--hover-bg)}.sigm-btn-ghost{background:#0000;border-color:#0000;color:var(--text-muted)}.sigm-btn-ghost:hover{background:var(--muted-surface);color:var(--text)}.sigm-btn-cancel{background:var(--surface);border-color:var(--border);color:var(--text-muted)}.sigm-btn-cancel:hover{background:var(--hover-bg);border-color:var(--text-muted)}.sigm-btn-confirm{background:var(--primary);border-color:var(--primary);color:var(--primary-contrast);font-weight:700}.sigm-btn-confirm:hover{opacity:.9}.sigm-btn-confirm.disabled{cursor:not-allowed;opacity:.45;pointer-events:none}.sigm-kvkk{align-items:flex-start;cursor:pointer;display:flex;gap:10px;padding:10px 24px 6px;-webkit-user-select:none;user-select:none}.sigm-kvkk input[type=checkbox]{accent-color:var(--primary);cursor:pointer;flex-shrink:0;height:16px;margin-top:2px;width:16px}.sigm-kvkk span{color:var(--text-muted);font-size:12px;line-height:1.5}.sigm-kvkk span small{color:var(--text-muted);opacity:.7}@media(max-width:767px){.sigm-overlay{align-items:stretch;padding:0}.sigm-modal{border-radius:0;display:flex;flex-direction:column;height:100dvh;max-width:100%;width:100%}.sigm-header{flex-shrink:0;padding:12px 14px 10px}.sigm-title{font-size:15px}.sigm-subtitle{font-size:11px}.sigm-signer{font-size:11.5px}.sigm-info-banner{flex-shrink:0;font-size:11px;padding:6px 14px}.sigm-canvas-wrapper{padding:8px 10px 4px}.sigm-canvas-frame,.sigm-canvas-wrapper{display:flex;flex:1 1;flex-direction:column;min-height:0}.sigm-canvas{flex:1 1;height:100%!important;min-height:55vh!important}.sigm-baseline{margin:4px 0 0}.sigm-stroke-info{flex-shrink:0;font-size:11px;padding:4px 14px}.sigm-kvkk{flex-shrink:0;padding:8px 14px 4px}.sigm-kvkk span{font-size:11px}.sigm-footer{flex-shrink:0;gap:6px;padding:10px 14px 14px}.sigm-btn{border-radius:10px;font-size:14px;height:42px}.sigm-btn-confirm{flex:1 1}.sigm-btn-cancel{flex:0 0 auto}.ek1-print .toolbar{gap:6px;padding:8px 10px}.ek1-print .toolbar .btn{font-size:12px;height:30px;padding:0 10px}.ek1-print .toolbar .btn-group{flex-wrap:wrap;gap:3px;width:100%}.ek1-print .toolbar select.btn{padding-right:22px}.ek1-print .page.A4{border-radius:8px;font-size:10.5px;margin:8px auto;min-height:auto;padding:10px 12px;width:calc(100% - 16px)}.ek1-print .page.A4 .doc-head{gap:6px;grid-template-columns:40px 1fr 40px}.ek1-print .page.A4 .doc-head__logo{height:38px;width:38px}.ek1-print .page.A4 .doc-head__title{font-size:12px}.ek1-print .page.A4 .doc-head__meta,.ek1-print .page.A4 .doc-head__sup{font-size:8px}.ek1-print .page.A4 table td,.ek1-print .page.A4 table th{font-size:9.5px;padding:3px 4px}.ek1-print .page.A4 .sig-box__area{min-height:50px}.ek1-print .page.A4 .sig-box__img{max-height:50px}.ek1-print .page.A4 .note{font-size:8.5px;padding:4px 6px}}@media(min-width:768px)and (max-width:1023px){.sigm-canvas{height:240px!important}.ek1-print .page.A4{margin:12px auto;max-width:210mm;padding:10mm 12mm;width:100%}}.ek1-list.card{background:#fff;background:var(--card,#fff);border:1px solid var(--card-border,var(--border));border-radius:12px;box-shadow:var(--shadow);margin:0 0 24px;overflow:hidden;padding:0}.ek1-head{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:18px 20px}.ek1-head .title{color:var(--text);font-size:18px;font-weight:800}.ek1-head .controls{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.ek1-head .search{border:1px solid #e5e7eb;border-radius:9px;font-size:13.5px;height:38px;padding:0 12px;transition:border-color .15s,box-shadow .15s;width:280px}.ek1-head .search:focus{border-color:#94a3b8;box-shadow:var(--shadow);outline:none}.ek1-head .page-size{align-items:center;color:#64748b;display:flex;font-size:13px;gap:6px}.ek1-head .page-size select{border:1px solid #e5e7eb;border-radius:8px;font-size:13px;height:34px;padding:0 8px}.ek1-head .refresh{background:var(--surface);border:1px solid #e5e7eb;border-radius:9px;color:var(--text-muted);cursor:pointer;font-size:13px;font-weight:700;height:36px;padding:0 14px;transition:all .15s}.ek1-head .refresh:hover:not(:disabled){background:var(--muted-surface)}.ek1-head .refresh:disabled{cursor:not-allowed;opacity:.6}.ek1-list .grid{grid-gap:0;align-items:center;display:grid;gap:0;grid-template-columns:140px 100px 1fr 1fr 150px 160px 160px 200px}.ek1-list .grid.head-row{background:var(--muted-surface);border-bottom:1px solid #e5e7eb}.ek1-list .grid.head-row .c{color:var(--text-muted);cursor:pointer;font-size:11.5px;font-weight:800;letter-spacing:.04em;padding:10px 14px;text-transform:uppercase;transition:color .1s;-webkit-user-select:none;user-select:none}.ek1-list .grid.head-row .c:hover{color:#1e293b}.ek1-list .grid.data-row{border-bottom:1px solid #f1f5f9;transition:background .1s}.ek1-list .grid.data-row:last-child{border-bottom:none}.ek1-list .grid.data-row:hover{background:var(--muted-surface)}.ek1-list .grid.data-row .c{padding:12px 14px}.ek1-list .grid .c{color:#1e293b;font-size:13px;overflow:hidden}.dt-main{color:var(--text);font-size:13px;font-weight:700}.dt-sub{color:#64748b;font-size:11px;margin-top:2px}.dot{border-radius:50%;display:inline-block;flex-shrink:0;height:8px;margin-right:6px;vertical-align:middle;width:8px}.c.emp{color:#334155;display:flex;font-size:12.5px;overflow:hidden;text-overflow:ellipsis}.appr-badge,.c.emp{align-items:center;white-space:nowrap}.appr-badge{border-radius:20px;display:inline-flex;font-size:11.5px;font-weight:700;gap:4px;padding:4px 10px}.appr-badge.ok{background:#dcfce7;border:1px solid #86efac;color:#15803d}.appr-badge.pending{background:#fef9c3;border:1px solid #fde68a;color:#854d0e}.c.actions{align-items:flex-start!important;display:flex;flex-direction:column!important;gap:6px;justify-content:center;overflow:visible!important}.c.actions .act-group{display:flex;flex-direction:row;flex-wrap:nowrap;gap:6px}.c.actions .act-group.bottom:empty{display:none}.btn{align-items:center;background:var(--surface);border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:inline-flex;font-size:12.5px;font-weight:700;gap:4px;height:32px;justify-content:center;padding:0 12px;transition:all .15s;white-space:nowrap}.btn:hover:not(:disabled){background:var(--muted-surface)}.btn:disabled{cursor:not-allowed;opacity:.5}.btn.ghost{background:#0000}.btn.primary{background:#16a34a;border-color:#16a34a;color:#fff}.btn.primary:hover:not(:disabled){background:#15803d}.btn.warn{background:#d97706;border-color:#d97706;color:#fff}.btn.warn:hover:not(:disabled){background:#b45309}.btn.danger{background:#ef4444;border-color:#ef4444;color:#fff}.btn.danger:hover:not(:disabled){background:#dc2626}.loading{align-items:center;color:#64748b;display:flex;font-size:14px;gap:10px;justify-content:center;padding:48px 20px}.loading-spinner{animation:spin .7s linear infinite;border:2px solid var(--border);border-radius:50%;border-top:2px solid #ef4444;display:inline-block;height:18px;width:18px}@keyframes spin{to{transform:rotate(1turn)}}.empty{color:#64748b;font-size:14px;padding:48px 20px;text-align:center}.ek1-pagination{align-items:center;background:var(--muted-surface);border-top:1px solid #e5e7eb;display:flex;gap:10px;padding:14px 20px}.ek1-pagination .page-btn{background:var(--surface);border:1px solid #e5e7eb;border-radius:8px;color:#334155;cursor:pointer;font-size:13px;font-weight:700;height:34px;padding:0 14px;transition:all .15s}.ek1-pagination .page-btn:hover:not(:disabled){background:var(--muted-surface)}.ek1-pagination .page-btn:disabled{cursor:not-allowed;opacity:.45}.ek1-pagination .page-indicator{color:var(--text);font-size:13px;font-weight:700;min-width:56px;text-align:center}.ek1-pagination .count-info{color:#64748b;font-size:12.5px;margin-left:auto}@media(max-width:1300px){.ek1-list .grid{grid-template-columns:130px 90px 1fr 1fr 130px 140px 140px 200px}}@media(max-width:1024px){.ek1-list .grid{grid-template-columns:1fr}.ek1-list .grid.head-row{display:none}.ek1-list .grid.data-row{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;gap:6px;padding:14px 16px}.ek1-list .grid.data-row .c{padding:0;width:100%}.ek1-list .grid.data-row .c.actions{flex-direction:row;flex-wrap:wrap}.ek1-head .search{width:200px}}.work-dashboard{padding:1rem 0}.work-dashboard .dashboard-header{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:32px}.work-dashboard .dashboard-header .date-pill{background:#f1f5f9;border-radius:20px;color:#64748b;display:inline-block;font-size:13px;font-weight:600;margin-bottom:8px;padding:4px 12px}.work-dashboard .dashboard-header h1{color:#0f172a;font-size:28px;font-weight:800;letter-spacing:-.5px;margin:0}.work-dashboard .dashboard-header .sub-greeting{color:#64748b;font-size:16px;margin:4px 0 0}.work-dashboard .summary-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:32px}.work-dashboard .summary-grid .stat-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d;display:flex;gap:16px;padding:20px;transition:all .3s ease}.work-dashboard .summary-grid .stat-card.clickable{cursor:pointer}.work-dashboard .summary-grid .stat-card:hover{border-color:#cbd5e1;box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-2px)}.work-dashboard .summary-grid .stat-card .icon-box{align-items:center;border-radius:12px;display:flex;font-size:20px;height:48px;justify-content:center;width:48px}.work-dashboard .summary-grid .stat-card .icon-box.blue{background:#eff6ff;color:#3b82f6}.work-dashboard .summary-grid .stat-card .icon-box.green{background:#f0fdf4;color:#10b981}.work-dashboard .summary-grid .stat-card .icon-box.purple{background:#f5f3ff;color:#8b5cf6}.work-dashboard .summary-grid .stat-card .icon-box.orange{background:#fff7ed;color:#f59e0b}.work-dashboard .summary-grid .stat-card .stat-info{display:flex;flex-direction:column}.work-dashboard .summary-grid .stat-card .stat-info .stat-label{color:#64748b;font-size:13px;font-weight:500}.work-dashboard .summary-grid .stat-card .stat-info .stat-value{color:#1e293b;font-size:22px;font-weight:700}.work-dashboard .summary-grid .stat-card .stat-info .stat-value.text-success{color:#10b981}.work-dashboard .summary-grid .stat-card .stat-info .stat-value.text-warn{color:#f59e0b}.work-dashboard .customer-section .ps-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr;margin-bottom:32px}.work-dashboard .customer-section .qa-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d;height:100%;padding:24px}.work-dashboard .customer-section .qa-card .qa-head{margin-bottom:24px}.work-dashboard .customer-section .qa-card .qa-head h3{color:#1e293b;font-size:17px;font-weight:700;margin:0}.work-dashboard .customer-section .qa-card .qa-head .qa-sub{color:#64748b;font-size:13px;margin-top:4px}.work-dashboard .customer-section .qa-card .shortcut-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}.work-dashboard .customer-section .qa-card .shortcut-grid .short-item{align-items:center;background:#f8fafc;border:1px solid #0000;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:12px 8px;transition:all .2s}.work-dashboard .customer-section .qa-card .shortcut-grid .short-item .short-icon{color:#64748b;font-size:20px;margin-bottom:6px}.work-dashboard .customer-section .qa-card .shortcut-grid .short-item span{color:#475569;font-size:11px;font-weight:600;text-align:center}.work-dashboard .customer-section .qa-card .shortcut-grid .short-item:hover{background:#fff;border-color:#3b82f6;box-shadow:0 4px 6px -1px #3b82f61a}.work-dashboard .customer-section .qa-card .shortcut-grid .short-item:hover .short-icon{color:#3b82f6}.work-dashboard .customer-section .qa-card .shortcut-grid .short-item:hover span{color:#1e293b}.work-dashboard .customer-section .qa-card .shortcut-grid .short-item.highlighted{background:#eff6ff;border-color:#bfdbfe}.work-dashboard .customer-section .qa-card .shortcut-grid .short-item.highlighted .short-icon{color:#3b82f6}.work-dashboard .dashboard-content-rows{display:flex;flex-direction:column;gap:32px;margin-top:32px}.work-dashboard .dashboard-content-rows .dashboard-row.split{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:1fr 1fr}.work-dashboard .dashboard-content-rows .dashboard-row .content-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d;padding:24px}.work-dashboard .dashboard-content-rows .row-column{display:flex;flex-direction:column;height:100%}.work-dashboard .dashboard-content-rows .row-column .dash-cal.card{height:100%;margin:0}.work-dashboard .section-head{border-bottom:1px solid #f1f5f9;margin-bottom:20px;padding-bottom:12px}.work-dashboard .section-head h2{align-items:center;color:#1e293b;display:flex;font-size:18px;font-weight:700;gap:10px;margin:0}.work-dashboard .section-head h2:before{background:#3b82f6;border-radius:2px;content:"";height:18px;width:4px}@media(max-width:1400px){.work-dashboard .summary-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1200px){.work-dashboard .customer-section .ps-grid{grid-template-columns:1fr 1fr}.work-dashboard .dashboard-content-rows .dashboard-row.split{grid-template-columns:1fr}}@media(max-width:768px){.work-dashboard{padding:.5rem 0}.work-dashboard .dashboard-header{align-items:flex-start;flex-direction:column;margin-bottom:16px}.work-dashboard .dashboard-header h1{font-size:22px}.work-dashboard .summary-grid{gap:10px;grid-template-columns:repeat(2,1fr);margin-bottom:16px}.work-dashboard .summary-grid .stat-card{gap:10px;padding:12px}.work-dashboard .summary-grid .stat-card .icon-box{font-size:16px;height:36px;width:36px}.work-dashboard .summary-grid .stat-card .stat-info .stat-label{font-size:11px}.work-dashboard .summary-grid .stat-card .stat-info .stat-value{font-size:18px}.work-dashboard .content-card{overflow-x:auto!important;padding:12px!important}.work-dashboard .content-card table{font-size:12px;min-width:480px}.work-dashboard .content-card table td,.work-dashboard .content-card table th{padding:7px 8px;white-space:nowrap}.work-dashboard .customer-section .ps-grid{grid-template-columns:1fr}.work-dashboard .shortcut-grid{grid-template-columns:repeat(2,1fr)}.work-dashboard .dashboard-content-rows{gap:14px;margin-top:14px}}@media(max-width:480px){.work-dashboard .summary-grid{gap:8px;grid-template-columns:repeat(2,1fr)}.work-dashboard .summary-grid .stat-card{align-items:flex-start;flex-direction:column;gap:8px;padding:10px 8px}.work-dashboard .summary-grid .stat-card .icon-box{border-radius:8px;font-size:14px;height:30px;width:30px}.work-dashboard .summary-grid .stat-card .stat-info .stat-value{font-size:16px}}.presence-overview{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin:0;padding:12px}.presence-overview .header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.presence-overview .header h3{color:var(--text);font-size:15px;font-weight:700;margin:0}.presence-overview .header button{background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);cursor:pointer;height:30px;padding:0 10px}.presence-overview .header button:disabled{cursor:not-allowed;opacity:.6}.presence-overview .grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr}.presence-overview .presence-card{align-items:center;background:var(--muted-surface);border:1px solid var(--border);border-radius:10px;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:8px 12px;row-gap:6px}.presence-overview .presence-card .title{color:var(--text);flex:0 1 auto;font-size:14px;font-weight:700;margin:0;max-width:40%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.presence-overview .presence-card .stats{align-items:center;display:flex;flex:1 1 auto;gap:8px;justify-content:flex-end;margin-left:auto;min-width:220px}.presence-overview .presence-card .pill{border-radius:999px;color:var(--primary-contrast);font-size:12px;font-weight:700;line-height:1.2;padding:2px 8px}.presence-overview .presence-card .online{background:#10b981}.presence-overview .presence-card .idle{background:#f59e0b}.presence-overview .presence-card .offline{background:#ef4444}.presence-overview .presence-card .total{color:var(--text-muted);font-size:12px;margin-left:6px;white-space:nowrap}.presence-overview .presence-card.total-card{background:var(--surface)}.presence-overview .presence-card.total-card .totals{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.presence-overview .presence-card.total-card .tile{align-items:baseline;background:var(--card);border:1px solid var(--border);border-radius:10px;display:inline-flex;gap:6px;padding:6px 10px}.presence-overview .presence-card.total-card .tile .k{color:var(--text-muted);font-size:12px}.presence-overview .presence-card.total-card .tile .v{color:var(--text);font-size:16px;font-weight:800}.presence-overview .updated-at{color:var(--text-muted);font-size:12px;margin-top:6px}@media(max-width:520px){.presence-overview .presence-card .title{max-width:100%}.presence-overview .presence-card .stats{justify-content:flex-start}}.dash-cal .head{background:var(--muted-surface);border-bottom:1px solid var(--border);border-radius:10px 10px 0 0;padding:10px 12px}.dash-cal .head .t{font-weight:700}.dash-cal .list{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:8px 10px}.dash-cal .list .empty{color:var(--text-muted);font-size:13px;padding:12px}.dash-cal .list .cols-head,.dash-cal .list .row{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:12px minmax(90px,1.5fr) minmax(70px,1.2fr) minmax(70px,1.2fr) -webkit-min-content -webkit-min-content;grid-template-columns:12px minmax(90px,1.5fr) minmax(70px,1.2fr) minmax(70px,1.2fr) min-content min-content;padding:10px 8px}.dash-cal .list .cols-head{background:var(--muted-surface);border-bottom:2px solid var(--border);border-radius:8px;color:var(--text-muted);font-size:12px;font-weight:700}.dash-cal .list .cols-head>div:first-child{height:1px;width:12px}.dash-cal .list .row{border-bottom:1px dashed var(--border)}.dash-cal .list .row:last-child{border-bottom:0}.dash-cal .list .row.clickable{cursor:pointer}.dash-cal .list .row.clickable:hover{background:var(--muted-surface);border-radius:8px}.dash-cal .list .row .dot{border-radius:999px;height:12px;width:12px}.dash-cal .list .row .c-title{font-size:13px;font-weight:700}.dash-cal .list .row .c-emp,.dash-cal .list .row .c-store,.dash-cal .list .row .c-when{color:#334155;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-cal .list .row .c-status{text-align:right}.dash-cal .list .row .c-status .badge{border:1px solid #0000;border-radius:999px;display:inline-block;font-size:11px;font-weight:700;padding:4px 10px;white-space:nowrap}.dash-cal .list .row .c-status .badge.st-planned{background:#e0f2fe;border-color:#bae6fd;color:#075985}.dash-cal .list .row .c-status .badge.st-pending{background:var(--muted-surface);border:var(--border);color:#374151}.dash-cal .list .row .c-status .badge.st-completed{background:#dcfce7;border-color:#bbf7d0;color:#166534}.dash-cal .list .row .c-status .badge.st-failed{background:#fee2e2;border-color:#fecaca;color:#7f1d1d}.dash-cal .list .row .c-status .badge.st-cancelled{background:#e5e7eb;border:var(--border);color:#374151}.dash-cal .list .row .c-status .badge.st-postponed{background:#fff7ed;border-color:#ffedd5;color:#7c2d12}@media(max-width:720px){.dash-cal .list .cols-head{display:none}.dash-cal .list .row{grid-auto-rows:auto;grid-template-columns:16px 1fr auto;row-gap:6px}.dash-cal .list .row .c-title{grid-column:2/3}.dash-cal .list .row .c-status{grid-column:3/4}.dash-cal .list .row .c-emp,.dash-cal .list .row .c-store,.dash-cal .list .row .c-when{display:inline;font-size:12px;grid-column:2/4}.dash-cal .list .row .c-emp:not(:last-child):after,.dash-cal .list .row .c-store:not(:last-child):after,.dash-cal .list .row .c-when:not(:last-child):after{content:" · "}}.completed-visits{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin:0;padding:16px;width:100%}.completed-visits .toolbar{align-items:center;background:var(--surface);border-bottom:1px solid #eef2f7;display:flex;gap:12px;justify-content:space-between;padding:8px 0 12px}.completed-visits .toolbar .search{background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);flex:1 1;font-size:13px;height:32px;padding:0 12px}.completed-visits .toolbar .search:focus{border-color:#7c3aed;box-shadow:var(--shadow);outline:none}.completed-visits .toolbar .right-controls{align-items:center;display:flex;gap:10px}.completed-visits .toolbar .right-controls .page-size{align-items:center;display:flex;gap:6px}.completed-visits .toolbar .right-controls .page-size label{color:var(--text-muted);font-size:13px}.completed-visits .toolbar .right-controls .page-size select{background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:13px;height:30px;padding:0 8px}.completed-visits .table-wrap{border-top:1px solid #f1f5f9;margin-top:8px;overflow:hidden}.completed-visits .completed-table{border-collapse:collapse;font-size:13px;width:100%}.completed-visits .completed-table thead th{background:var(--muted-surface);border-bottom:1px solid var(--border);color:#334155;padding:8px 10px;text-align:left;white-space:nowrap}.completed-visits .completed-table thead .th-status{text-align:right}.completed-visits .completed-table tbody td{border-bottom:1px solid #f1f5f9;padding:8px 10px;vertical-align:middle;white-space:nowrap}.completed-visits .completed-table tbody tr:nth-child(odd){background:var(--muted-surface)}.completed-visits .completed-table tbody tr.clickable{cursor:pointer}.completed-visits .completed-table tbody tr.clickable:hover{background:var(--muted-surface)}.completed-visits .completed-table td.strong{font-weight:700}.completed-visits .completed-table td.td-status{text-align:right}.completed-visits .badge{align-items:center;border:1px solid #0000;border-radius:999px;display:inline-flex;font-size:11px;font-weight:700;gap:6px;line-height:1.25;padding:2px 8px;white-space:nowrap}.completed-visits .badge.st-planned{background:#dbeafe;border-color:#bfdbfe;color:#1e3a8a}.completed-visits .badge.st-pending{background:var(--muted-surface);border:var(--border);color:#374151}.completed-visits .badge.st-completed{background:#dcfce7;border-color:#bbf7d0;color:#166534}.completed-visits .badge.st-failed{background:#fee2e2;border-color:#fecaca;color:#991b1b}.completed-visits .badge.st-cancelled{background:#e5e7eb;border:var(--border);color:#374151}.completed-visits .badge.st-postponed{background:#fef3c7;border-color:#fde68a;color:#92400e}.completed-visits .pagination{align-items:center;display:flex;gap:8px;margin-top:10px}.completed-visits .pagination .page-btn{background:var(--surface);border:1px solid var(--border);border-radius:8px;cursor:pointer;font-size:12px;height:30px;padding:0 10px}.completed-visits .pagination .page-btn:disabled{cursor:not-allowed;opacity:.6}.completed-visits .pagination .page-indicator{background:#7c3aed;border-radius:6px;color:#fff;font-weight:700;padding:4px 8px}.completed-visits .pagination .count-info{color:var(--text-muted);font-size:12.5px;margin-left:auto}.terms-modal-overlay{align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#0f172ad9;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}.terms-modal-content{animation:slideUpFade .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000040;display:flex;flex-direction:column;gap:20px;max-width:600px;padding:32px;width:100%}.terms-modal-content h2{color:#0f172a;font-size:24px;font-weight:700;margin:0;text-align:center}.terms-modal-content .terms-intro{color:#475569;font-size:15px;margin:0;text-align:center}.terms-modal-content .terms-scroll-area{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#334155;font-size:14px;line-height:1.6;max-height:250px;overflow-y:auto;padding:20px}.terms-modal-content .terms-scroll-area h3{color:#0f172a;font-size:16px;font-weight:600;margin-bottom:8px;margin-top:16px}.terms-modal-content .terms-scroll-area h3:first-child{margin-top:0}.terms-modal-content .terms-scroll-area p{margin-bottom:12px}.terms-modal-content .terms-scroll-area p:last-child{margin-bottom:0}.terms-modal-content .terms-scroll-area::-webkit-scrollbar{width:6px}.terms-modal-content .terms-scroll-area::-webkit-scrollbar-track{background:#0000}.terms-modal-content .terms-scroll-area::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.terms-modal-content .terms-checkbox-label{align-items:flex-start;background:#f1f5f9;border-radius:10px;color:#1e293b;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:12px;padding:12px;transition:background .2s}.terms-modal-content .terms-checkbox-label:hover{background:#e2e8f0}.terms-modal-content .terms-checkbox-label input[type=checkbox]{accent-color:#2563eb;cursor:pointer;height:18px;margin-top:3px;width:18px}.terms-modal-content .terms-actions{display:flex;justify-content:flex-end;margin-top:8px}.terms-modal-content .terms-actions .terms-btn-accept{background:#2563eb;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:14px 24px;transition:all .2s;width:100%}.terms-modal-content .terms-actions .terms-btn-accept:hover:not(:disabled){background:#1d4ed8}.terms-modal-content .terms-actions .terms-btn-accept:disabled{cursor:not-allowed;opacity:.6}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-container{display:flex;justify-content:center;padding:2rem}.profile-container .profile-card{background:var(--surface);border-radius:12px;box-shadow:var(--shadow);max-width:700px;padding:2rem 3rem;width:100%}.profile-container .profile-card h1{align-items:center;color:var(--text);display:flex;font-size:2rem;justify-content:space-between;margin:0 0 1.5rem}.profile-container .profile-card h1 .edit-profile-btn{background:#4caf50;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;margin-left:1rem;padding:4px 10px}.profile-container .profile-card .profile-table{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr auto}.profile-container .profile-card .profile-table .profile-info{min-width:0}.profile-container .profile-card .profile-table .profile-avatar-block{align-items:center;display:flex;flex-direction:column;gap:.75rem}.profile-container .profile-card .profile-table .profile-avatar{cursor:pointer;height:150px;position:relative;width:150px}.profile-container .profile-card .profile-table .profile-avatar img{background:var(--muted-surface);border-radius:50%;height:100%;object-fit:cover;width:100%}.profile-container .profile-card .profile-table .profile-avatar .avatar-overlay{align-items:center;background:#00000080;border-radius:0 0 50% 50%;bottom:0;color:#fff;display:flex;height:30%;justify-content:center;left:0;opacity:0;position:absolute;right:0;transition:opacity .25s ease}.profile-container .profile-card .profile-table .profile-avatar .avatar-overlay span{font-size:.9rem}.profile-container .profile-card .profile-table .profile-avatar:hover .avatar-overlay{opacity:1}.profile-container .profile-card .profile-table .avatar-actions{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr;width:180px}.profile-container .profile-card .profile-table .avatar-actions .btn{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:6px 10px;transition:transform .08s ease,box-shadow .15s ease}.profile-container .profile-card .profile-table .avatar-actions .btn:hover{box-shadow:var(--shadow)}.profile-container .profile-card .profile-table .avatar-actions .btn:active{transform:translateY(1px) scale(.99)}.profile-container .profile-card .profile-table .avatar-actions .btn.danger{background:#ef4444}.profile-container .profile-card .profile-field{align-items:center;border-bottom:1px solid #eee;color:#555;display:flex;font-size:1rem;gap:12px;justify-content:space-between;padding:.8rem 0}.profile-container .profile-card .profile-field:last-child{border-bottom:none}.profile-container .profile-card .profile-field strong{color:var(--text);flex:0 0 auto}.profile-container .profile-card .profile-field .name-wrapper,.profile-container .profile-card .profile-field>span{align-items:center;display:flex;gap:6px;min-width:0}.profile-container .profile-card .profile-field .name-wrapper .name-text,.profile-container .profile-card .profile-field>span .name-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-container .profile-card .profile-field .edit-btn{background:#4caf50;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;line-height:1;padding:2px 8px}.modal-backdrop{align-items:center;background:#00000080;display:flex;justify-content:center;z-index:100}.modal-content{background:var(--surface);border-radius:12px;display:flex;flex-direction:column;gap:1rem;max-width:420px;padding:2rem;width:100%}.modal-content .crop-container{background:#333;border-radius:10px;height:300px;overflow:hidden;position:relative;width:100%}.modal-content .camera-preview{background:#000;border-radius:12px;height:300px;object-fit:cover;width:100%}.modal-content button{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:6px 12px}@media(max-width:600px){.profile-container{padding:1rem}.profile-container .profile-card{padding:1.25rem}.profile-container .profile-card .profile-table{grid-template-columns:1fr;justify-items:center}}.add-user-page h2{color:var(--primary);letter-spacing:.2px}.add-user-page .panel .row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr}.add-user-page .panel label{color:rgba(var(--brand-dark),.72)}.add-user-page .panel input{background:var(--surface);border:1px solid #0000001f;border-radius:8px;height:40px;padding:0 12px;transition:box-shadow .3s ease,border-color .3s ease,background .3s ease;width:100%}.add-user-page .panel input::placeholder{color:rgba(var(--brand-dark),.42)}.add-user-page .panel input:hover{border-color:#00000038}.add-user-page .panel input:focus{border-color:var(--primary);box-shadow:var(--shadow);outline:none}.add-user-page .panel .primary{background:var(--primary);margin-top:14px;transition:transform .08s ease,box-shadow .3s ease,opacity .3s ease}.add-user-page .admins-list{margin-top:24px}.add-user-page .admins-list .list-header{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:1fr auto;margin-bottom:12px}.add-user-page .admins-list .list-header h3{color:rgba(var(--brand-dark),.9);font-size:18px;font-weight:700;margin:0}.add-user-page .admins-list .list-header .actions{align-items:center;display:inline-flex;gap:8px}.add-user-page .admins-list .list-header .actions .btn{-webkit-appearance:none;appearance:none;background:var(--surface);border:1px solid #0000001a;border-radius:8px;color:var(--brand-dark);cursor:pointer;font-weight:600;height:36px;padding:0 12px;transition:box-shadow .3s ease,border-color .3s ease,background .3s ease}.add-user-page .admins-list .list-header .actions .btn:hover{border-color:#0000002e;box-shadow:var(--shadow)}.add-user-page .admins-list .list-header .actions .btn:active{transform:translateY(1px)}.add-user-page .admins-list .table-wrapper{background:var(--surface);border:1px solid #0000000f;border-radius:8px;box-shadow:var(--shadow);overflow:auto}.add-user-page .admins-list .admins-table{border-collapse:initial;border-spacing:0;font-size:14px;width:100%}.add-user-page .admins-list .admins-table thead th{background:var(--muted-surface);border-bottom:1px solid #eef2f7;color:rgba(var(--brand-dark),.75);font-weight:700;padding:12px;position:-webkit-sticky;position:sticky;text-align:left;top:0;white-space:nowrap;z-index:1}.add-user-page .admins-list .admins-table tbody td{border-bottom:1px solid #f2f4f7;color:rgba(var(--brand-dark),.92);padding:12px;vertical-align:middle;white-space:nowrap}.add-user-page .admins-list .admins-table tbody tr:hover{background:#fafbff}.add-user-page .admins-list .admins-table tbody tr:last-child td{border-bottom:0}.add-user-page .admins-list .admins-table .name{align-items:center;display:flex;gap:8px}.add-user-page .admins-list .admins-table .name .avatar{align-items:center;background:linear-gradient(135deg,rgba(var(--primary),.25),rgba(var(--primary),.05));border:1px solid rgba(var(--primary),.25);border-radius:50%;color:var(--primary);display:inline-flex;font-size:12px;font-weight:700;height:28px;justify-content:center;width:28px}.add-user-page .admins-list .admins-table .muted{font-feature-settings:"tnum";color:rgba(var(--brand-dark),.7);font-variant-numeric:tabular-nums}.add-user-page .admins-list .admins-table .empty-row td{color:rgba(var(--brand-dark),.6);padding:24px 12px;text-align:center}.add-user-page .admins-list .admins-table .presence{align-items:center;display:inline-flex;gap:8px}.add-user-page .admins-list .admins-table .presence .dot{border-radius:999px;display:inline-block;height:10px;width:10px}.add-user-page .admins-list .admins-table .presence.status-online .dot{animation:pulseDot 1.4s ease-in-out infinite;background:#10b981}.add-user-page .admins-list .admins-table .presence.status-idle .dot{background:#f59e0b}.add-user-page .admins-list .admins-table .presence.status-offline .dot{background:#94a3b8}.add-user-page .admins-list .admins-table .presence .presence-label{font-size:12px;font-weight:700}.add-user-page .admins-list .admins-table .actions{display:inline-flex;gap:8px}.add-user-page .admins-list .admins-table .actions .btn{border:none;border-radius:8px;cursor:pointer;font-size:12px;font-weight:700;height:32px;padding:0 10px;transition:transform .08s ease,box-shadow .15s ease}.add-user-page .admins-list .admins-table .actions .btn:hover{box-shadow:var(--shadow)}.add-user-page .admins-list .admins-table .actions .btn:active{transform:translateY(1px) scale(.99)}.add-user-page .admins-list .admins-table .actions .btn-edit{background:#f59e0b;color:var(--text)}.add-user-page .admins-list .admins-table .actions .btn-delete{background:#ef4444;color:#fff}.add-user-page .admins-list.is-loading .admins-table tbody td{color:#0000;position:relative}.add-user-page .admins-list.is-loading .admins-table tbody td:after{animation:shimmer 1.2s infinite;background:linear-gradient(90deg,#f0f2f5,#f7f8fa,#f0f2f5);background-size:200% 100%;border-radius:6px;content:"";display:block;height:10px}@media(min-width:768px){.add-user-page .panel .row{grid-template-columns:1fr 1fr}}@media(min-width:992px){.add-user-page{padding:24px}.add-user-page .panel .row{grid-template-columns:1fr 1fr 1fr}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.del-confirm-backdrop{align-items:center;animation:fadeIn .15s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172aa6;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:9999}.del-confirm-modal{animation:slideUp .18s ease;background:#fff;border-radius:16px;box-shadow:0 24px 48px #00000038;max-width:460px;overflow:hidden;width:100%}.del-confirm-header{align-items:flex-start;background:#fff1f2;border-bottom:1px solid #fecdd3;display:flex;gap:12px;padding:20px 20px 16px}.del-confirm-header .del-confirm-icon{flex-shrink:0;font-size:28px;line-height:1}.del-confirm-header div{flex:1 1}.del-confirm-header h3{color:#9f1239;font-size:16px;font-weight:700;margin:0 0 4px}.del-confirm-header p{color:#be123c;font-size:13px;margin:0}.del-confirm-header .del-confirm-close{background:none;border:none;color:#be123c;cursor:pointer;font-size:20px;line-height:1;padding:0 4px}.del-confirm-header .del-confirm-close:hover{color:#9f1239}.del-confirm-header .del-confirm-close:disabled{cursor:not-allowed;opacity:.4}.del-confirm-target{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;gap:12px;padding:16px 20px}.del-confirm-target .del-confirm-avatar{align-items:center;background:linear-gradient(135deg,#fecdd3,#fda4af);border-radius:50%;color:#9f1239;display:flex;flex-shrink:0;font-size:14px;font-weight:800;height:40px;justify-content:center;width:40px}.del-confirm-target .del-confirm-name{color:#0f172a;font-size:15px;font-weight:700}.del-confirm-target .del-confirm-email{color:#64748b;font-size:13px;margin-top:2px}.del-confirm-form{padding:16px 20px 20px}.del-confirm-phrase-wrap{margin-bottom:16px}.del-confirm-phrase-wrap .del-confirm-phrase-label{color:#64748b;font-size:12px;margin:0 0 8px}.del-confirm-phrase-wrap .del-confirm-phrase{background:#fef2f2;border:1px dashed #fca5a5;border-radius:10px;color:#991b1b;font-size:14px;line-height:1.5;padding:12px 14px}.del-confirm-label{color:#475569;display:block;font-size:13px;font-weight:600;margin-bottom:8px}.del-confirm-pwd-wrap{margin-bottom:20px;position:relative}.del-confirm-pwd-wrap .del-confirm-pwd-input{border:1.5px solid #e2e8f0;border-radius:10px;font-size:14px;height:44px;padding:0 44px 0 14px;transition:border-color .15s,box-shadow .15s;width:100%}.del-confirm-pwd-wrap .del-confirm-pwd-input:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441f;outline:none}.del-confirm-pwd-wrap .del-confirm-pwd-input:disabled{background:#f8fafc}.del-confirm-pwd-wrap .del-confirm-eye{background:none;border:none;cursor:pointer;font-size:16px;line-height:1;opacity:.6;padding:4px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.del-confirm-pwd-wrap .del-confirm-eye:hover{opacity:1}.del-confirm-actions{display:flex;gap:10px;justify-content:flex-end}.del-confirm-btn{border:none;border-radius:10px;cursor:pointer;font-size:14px;font-weight:700;height:40px;padding:0 20px;transition:transform .08s ease,opacity .15s}.del-confirm-btn:disabled{cursor:not-allowed;opacity:.45}.del-confirm-btn:active:not(:disabled){transform:translateY(1px) scale(.99)}.del-confirm-cancel{background:#f1f5f9;color:#475569}.del-confirm-cancel:hover:not(:disabled){background:#e2e8f0}.del-confirm-delete{background:#ef4444;color:#fff}.del-confirm-delete:hover:not(:disabled){background:#dc2626}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.mwav-backdrop{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.mwav-modal{background:var(--surface);border-radius:14px;box-shadow:var(--shadow);display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;width:min(900px,96vw)}.mwav-header{align-items:center;border-bottom:1px solid #eef2f7;display:flex;justify-content:space-between;padding:14px 18px}.mwav-header h3{font-size:18px;font-weight:800;margin:0}.mwav-header .mwav-close{background:#0000;border:0;cursor:pointer;font-size:22px}.mwav-body{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 240px;padding:16px 18px}.mwav-form{grid-gap:10px;display:grid;gap:10px}.mwav-form label{color:var(--text-muted);font-size:13px;font-weight:700}.mwav-form input,.mwav-form select{border:1px solid var(--border);border-radius:10px;height:40px;padding:0 12px}.mwav-form input:focus,.mwav-form select:focus{border-color:#7c3aed;box-shadow:var(--shadow);outline:none}.mwav-aside{align-items:start;border-left:1px dashed var(--border);display:grid;grid-template-rows:1fr auto;justify-items:center;padding-left:10px}.mwav-aside img{background:var(--muted-surface);border-radius:999px;height:160px;object-fit:cover;width:160px}.mwav-aside .mwav-danger{background:#ef4444;border:0;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;margin-top:10px;padding:8px 10px}.mwav-footer{border-top:1px solid #eef2f7;display:flex;gap:10px;justify-content:flex-end;padding:12px 18px}.mwav-footer .mwav-primary{background:#7c3aed;border:0;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;padding:8px 12px}.mwav-footer .mwav-ghost{background:var(--surface);border:1px solid var(--border);border-radius:10px;color:var(--text);cursor:pointer;padding:8px 12px}@media(max-width:720px){.mwav-body{grid-template-columns:1fr}.mwav-aside{border-left:0;border-top:1px dashed var(--border);padding-top:12px}}.add-user-page .panel .grid3{grid-gap:12px;gap:12px}.add-user-page .panel label{color:rgba(var(--brand-dark),.7)}.add-user-page .panel input,.add-user-page .panel select{border:1px solid #0000001f}.add-user-page .panel input:focus,.add-user-page .panel select:focus{border-color:var(--secondary);box-shadow:var(--shadow)}.add-user-page .panel .primary{background:var(--secondary);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;height:42px;margin-top:10px;padding:0 16px;transition:transform .08s ease,box-shadow .3s ease}.add-user-page .panel .primary:hover{box-shadow:var(--shadow)}.add-user-page .panel .primary:active{transform:translateY(1px) scale(.99)}.add-user-page .panel .primary:disabled{cursor:not-allowed;opacity:.6}.add-user-page .panel .level-desc{background:#f9f9f9;border:1px solid #eee;border-radius:6px;color:#666;font-size:12px;grid-column:span 1;line-height:1.4;margin-top:-4px;padding:8px}.add-user-page .panel .level-desc strong{color:var(--secondary)}.add-user-page .panel .full-width{grid-column:1/-1}.add-user-page .panel .desc-row{background:rgba(var(--secondary),.04);border:1px dashed rgba(var(--secondary),.2);border-radius:8px;color:#555;font-size:13px;margin-top:8px;padding:10px}.add-user-page .employees-list{background:var(--surface);border:1px solid #0000000f;border-radius:8px;margin-top:24px;padding:16px}.add-user-page .employees-list .list-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.add-user-page .employees-list .list-header h3{color:var(--brand-dark);font-size:18px;font-weight:700;margin:0}.add-user-page .employees-list .list-header button{background:var(--surface);border:1px solid #0000001a;border-radius:8px;cursor:pointer;height:36px;padding:0 12px;transition:box-shadow .3s ease,transform .08s ease}.add-user-page .employees-list .list-header button:hover{box-shadow:var(--shadow)}.add-user-page .employees-list .list-header button:active{transform:translateY(1px) scale(.99)}.add-user-page .employees-list .list-header button:disabled{cursor:not-allowed;opacity:.6}.add-user-page .employees-list .table-wrapper{background:var(--surface);border-radius:10px;overflow-x:auto}.add-user-page .employees-list .employees-table{border-collapse:collapse;font-size:14px;table-layout:fixed;width:100%}.add-user-page .employees-list .employees-table thead th{background:var(--muted-surface);border-bottom:1px solid #edf2f7;color:rgba(var(--brand-dark),.85);font-weight:700;text-align:left}.add-user-page .employees-list .employees-table thead th:nth-child(5){width:100px}.add-user-page .employees-list .employees-table td,.add-user-page .employees-list .employees-table th{border-bottom:1px solid #f1f5f9;overflow:hidden;padding:10px 12px;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.add-user-page .employees-list .employees-table tbody tr:nth-child(odd){background:var(--muted-surface)}.add-user-page .employees-list .employees-table tbody tr:hover{background:rgba(var(--secondary),.06)}.add-user-page .employees-list .employees-table tbody tr:last-child td{border-bottom:0}.add-user-page .employees-list .employees-table .presence{align-items:center;display:inline-flex;font-weight:600;gap:8px}.add-user-page .employees-list .employees-table .presence .dot{border-radius:999px;display:inline-block;height:10px;width:10px}.add-user-page .employees-list .employees-table .presence.status-online .dot{animation:pulseDot 1.4s ease-in-out infinite;background:#10b981}.add-user-page .employees-list .employees-table .presence.status-idle .dot{background:#f59e0b}.add-user-page .employees-list .employees-table .presence.status-offline .dot{background:#9ca3af}.add-user-page .employees-list .employees-table .presence .presence-label{color:#374151;font-size:12px}.add-user-page .employees-list .employees-table .actions{display:inline-flex;gap:8px}.add-user-page .employees-list .employees-table .actions .btn{border:none;border-radius:8px;cursor:pointer;font-size:12px;font-weight:700;height:32px;padding:0 10px;transition:transform .08s ease,box-shadow .15s ease}.add-user-page .employees-list .employees-table .actions .btn:hover{box-shadow:var(--shadow)}.add-user-page .employees-list .employees-table .actions .btn:active{transform:translateY(1px) scale(.99)}.add-user-page .employees-list .employees-table .actions .btn-edit{background:#f59e0b;color:var(--text)}.add-user-page .employees-list .employees-table .actions .btn-delete{background:#ef4444;color:#fff}.add-user-page .employees-list .name{align-items:center;display:inline-flex;gap:7px}.add-user-page .employees-list .name .avatar{align-items:center;background:linear-gradient(135deg,rgba(var(--secondary),.25),rgba(var(--secondary),.05));border:1px solid rgba(var(--secondary),.25);border-radius:999px;color:var(--secondary);display:inline-flex;flex:0 0 28px;font-size:12px;font-weight:700;height:25px;justify-content:center;width:25px}.add-user-page .employees-list .name .full{display:inline-block}.edit-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 220px}.edit-grid .form .grid2{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.edit-grid .form label{color:var(--text-muted);display:block;font-size:13px;font-weight:700;margin-bottom:4px}.edit-grid .form input{border:1px solid var(--border);border-radius:10px;height:40px;padding:0 12px;width:100%}.edit-grid .form input:focus{border-color:var(--primary);box-shadow:var(--shadow);outline:none}.edit-grid .form .col-span-2{grid-column:1/-1}.edit-grid .side{display:flex;justify-content:center}@media(max-width:900px){.edit-grid{grid-template-columns:1fr}}@media(max-width:1200px){.add-user-page .panel .grid3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.add-user-page{padding:16px}.add-user-page .panel .grid3{grid-template-columns:1fr}.add-user-page .panel .grid3 .col-span-2{grid-column:span 1}.employees-list .employees-table td:nth-child(6),.employees-list .employees-table td:nth-child(7),.employees-list .employees-table td:nth-child(8),.employees-list .employees-table th:nth-child(6),.employees-list .employees-table th:nth-child(7),.employees-list .employees-table th:nth-child(8){display:none}}.add-user-page{color:var(--brand-dark);padding:20px}.add-user-page h2{color:var(--secondary);font-size:22px;font-weight:700;margin:0 0 16px}.add-user-page .panel{background:var(--surface);border:1px solid #0000000f;border-radius:8px;box-shadow:var(--shadow);padding:20px}.add-user-page .panel .grid3{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.add-user-page .panel .grid3 .col-span-2{grid-column:span 2}.add-user-page .panel label{color:var(--text-muted);display:block;font-size:13px;font-weight:600;margin-bottom:4px}.add-user-page .panel input,.add-user-page .panel select{background:var(--surface);border:1px solid var(--border);border-radius:8px;caret-color:var(--primary);color:var(--text);height:40px;padding:0 12px;transition:box-shadow .3s ease,border-color .3s ease;width:100%}.add-user-page .panel input::placeholder,.add-user-page .panel select::placeholder{color:var(--text-muted)}.add-user-page .panel input:focus,.add-user-page .panel select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--ring);outline:none}.add-user-page .panel input:-webkit-autofill,.add-user-page .panel select:-webkit-autofill{-webkit-text-fill-color:var(--text)!important;-webkit-transition:background-color 9999s ease-in-out 0s;transition:background-color 9999s ease-in-out 0s}.add-user-page .panel .hint{color:var(--text-muted);font-size:12px;margin-bottom:8px;margin-top:-6px}.add-user-page .panel .form-actions{align-items:center;display:flex;gap:12px;margin-top:24px}.add-user-page .panel .form-actions button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:8px;height:42px;padding:0 20px;transition:all .2s ease}.add-user-page .panel .form-actions button:active{transform:scale(.98)}.add-user-page .panel .form-actions button.success{background:var(--secondary);color:#fff}.add-user-page .panel .form-actions button.success:hover{box-shadow:0 4px 12px #0000001a;filter:brightness(1.1)}.add-user-page .panel .form-actions button.list-btn{background:#f1f5f9;border:1px solid #e2e8f0;color:#475569}.add-user-page .panel .form-actions button.list-btn:hover{background:#e2e8f0;border-color:#cbd5e1;color:#1e293b}@media(max-width:1200px){.add-user-page .panel .grid3{grid-template-columns:repeat(2,1fr)}.customers-list .customers-table td:nth-child(7),.customers-list .customers-table th:nth-child(7){max-width:220px}}@media(max-width:768px){.add-user-page{padding:16px}.add-user-page .panel .grid3{grid-template-columns:1fr}.add-user-page .panel .grid3 .col-span-2{grid-column:span 1}}.customer-list-page{padding:16px}.customer-list-page .toolbar{align-items:center;background:var(--surface);border:1px solid #0000000f;border-radius:8px;display:flex;gap:12px;justify-content:space-between;margin-bottom:10px;padding:10px 12px}.customer-list-page .toolbar .search{background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);flex:1 1;height:36px;padding:0 12px}.customer-list-page .toolbar .search:focus{border-color:var(--primary);box-shadow:var(--shadow);outline:none}.customer-list-page .toolbar .right-controls{align-items:center;display:flex;gap:10px}.customer-list-page .toolbar .right-controls .export{background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:14px;padding:6px 10px}.customer-list-page .toolbar .right-controls .page-size{align-items:center;display:flex;gap:6px}.customer-list-page .toolbar .right-controls .page-size label{color:var(--text-muted);font-size:14px}.customer-list-page .toolbar .right-controls .page-size select{background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);height:32px;padding:0 8px}.customer-list-page .table-wrap{background:var(--surface);border:1px solid #0000000f;border-radius:8px;overflow:hidden}.customer-list-page .customer-table{border-collapse:collapse;font-size:14px;width:100%}.customer-list-page .customer-table .link-strong{color:var(--text);font-weight:700;text-decoration:none}.customer-list-page .customer-table .link-soft{color:#374151;text-decoration:none}.customer-list-page .customer-table thead th{background:var(--muted-surface);border-bottom:1px solid #edf2f7;color:rgba(var(--brand-dark),.85);padding:10px 12px;text-align:left;white-space:nowrap}.customer-list-page .customer-table tbody td{border-bottom:1px solid #f1f5f9;padding:10px 12px;vertical-align:middle;white-space:nowrap}.customer-list-page .customer-table tbody tr:nth-child(odd){background:var(--muted-surface)}.customer-list-page .customer-table .email-cell{color:#ea4335}.customer-list-page .customer-table .responsible{color:#2563eb}.customer-list-page .customer-table .actions{display:flex;gap:8px}.customer-list-page .customer-table .actions .btn{border:none;border-radius:8px;cursor:pointer;font-size:12px;font-weight:700;height:32px;padding:0 10px;transition:transform .08s ease,box-shadow .15s ease}.customer-list-page .customer-table .actions .btn:hover{box-shadow:var(--shadow)}.customer-list-page .customer-table .actions .btn:active{transform:translateY(1px) scale(.99)}.customer-list-page .customer-table .actions .btn-dark{background:#1f2937;color:#fff}.customer-list-page .customer-table .actions .btn-edit{background:#f59e0b;color:var(--text)}.customer-list-page .customer-table .actions .btn-delete{background:#ef4444;color:#fff}.customer-list-page .customer-table .presence{align-items:center;display:inline-flex;font-weight:600;gap:6px}.customer-list-page .customer-table .presence .dot{border-radius:50%;display:inline-block;height:10px;width:10px}.customer-list-page .customer-table .presence.status-online .dot{animation:pulseDot 1.4s ease-in-out infinite;background:#22c55e;box-shadow:var(--shadow)}.customer-list-page .customer-table .presence.status-idle .dot{background:#f59e0b;box-shadow:var(--shadow)}.customer-list-page .customer-table .presence.status-offline .dot{background:#94a3b8;box-shadow:var(--shadow)}.customer-list-page .customer-table .presence .presence-label{font-size:12px;opacity:.9}.customer-list-page .pagination{align-items:center;display:flex;gap:8px;margin-top:10px}.customer-list-page .pagination .page-btn{background:var(--surface);border:1px solid var(--border);border-radius:8px;cursor:pointer;height:32px;padding:0 10px}.customer-list-page .pagination .page-btn:disabled{cursor:not-allowed;opacity:.6}.customer-list-page .pagination .page-indicator{background:#7c3aed;border-radius:6px;color:#fff;font-weight:700;padding:4px 8px}.customer-list-page .pagination .count-info{color:var(--text-muted);font-size:13px;margin-left:auto}@keyframes pulseDot{0%{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.25)}to{opacity:.9;transform:scale(1)}}@media(max-width:767px){.customer-list-page{padding:10px}.customer-list-page .toolbar{flex-direction:column;gap:8px}.customer-list-page .toolbar .search{min-width:0;width:100%}.customer-list-page .toolbar .right-controls{justify-content:space-between;width:100%}.customer-list-page .table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.customer-list-page .customer-table{font-size:13px;min-width:700px}.customer-list-page .customer-table tbody td,.customer-list-page .customer-table thead th{padding:8px;white-space:nowrap}.customer-list-page .customer-table .actions{gap:4px}.customer-list-page .customer-table .actions .btn{font-size:11px;height:28px;padding:0 6px}.customer-list-page .pagination{flex-wrap:wrap;gap:6px}.customer-list-page .pagination .count-info{text-align:center;width:100%}}@media(min-width:768px)and (max-width:1023px){.customer-list-page .toolbar .right-controls .page-size label{display:none}.customer-list-page .customer-table{font-size:13px}}.customer-detail-page,.customer-detail-page *{text-orientation:mixed!important;writing-mode:horizontal-tb!important}.customer-detail-page{color:var(--brand-dark);padding:16px}.customer-detail-page .header{grid-gap:16px;align-items:center;display:grid;gap:16px;grid-template-columns:1fr auto;margin-bottom:16px}.customer-detail-page .header .identity{align-items:center;display:flex;gap:16px;min-width:0}.customer-detail-page .header .identity .title-wrap{align-items:center;display:inline-flex;gap:10px;min-width:0}.customer-detail-page .header .identity .title-wrap .title{color:var(--brand-dark);font-size:22px;font-weight:800;letter-spacing:.2px;margin:0;max-width:48vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-detail-page .header .identity .title-wrap .presence{align-items:center;border-radius:999px;color:#fff;display:inline-flex;font-size:12px;font-weight:800;gap:6px;padding:4px 10px}.customer-detail-page .header .identity .title-wrap .presence .dot{background:var(--surface);border-radius:50%;height:8px;opacity:.9;width:8px}.customer-detail-page .header .identity .title-wrap .presence.status-online{background:#10b981}.customer-detail-page .header .identity .title-wrap .presence.status-idle{background:#f59e0b}.customer-detail-page .header .identity .title-wrap .presence.status-offline{background:#ef4444}.customer-detail-page .header .identity .avatar-stack{grid-gap:6px;display:grid;gap:6px;justify-items:center}.customer-detail-page .header .identity .avatar-stack .avatar-wrap{background:var(--muted-surface);border:1px solid var(--border);border-radius:999px;height:110px;min-width:110px;overflow:hidden;width:110px}.customer-detail-page .header .identity .avatar-stack .avatar-wrap img{display:block;height:100%;object-fit:cover;width:100%}.customer-detail-page .header .identity .avatar-stack .btn{background:var(--surface);border:1px solid var(--border);border-radius:8px;cursor:pointer;font-weight:800;height:30px;padding:0 10px;transition:transform .08s ease,box-shadow .15s ease}.customer-detail-page .header .identity .avatar-stack .btn:hover{box-shadow:var(--shadow)}.customer-detail-page .header .identity .avatar-stack .btn:active{transform:translateY(1px)}.customer-detail-page .header .identity .avatar-stack .btn:disabled{cursor:not-allowed;opacity:.6}.customer-detail-page .header .identity .avatar-stack .btn.danger{background:#ef4444;border-color:#ef4444;color:#fff}.customer-detail-page .header .identity .avatar-stack .btn:focus-visible{outline:2px solid rgba(var(--primary),.35);outline-offset:2px}.customer-detail-page .header .actions{display:inline-flex;gap:8px;justify-self:end}.customer-detail-page .header .actions .btn{background:var(--surface);border:1px solid var(--border);border-radius:8px;cursor:pointer;font-weight:700;height:36px;padding:0 12px;transition:transform .08s ease,box-shadow .15s ease}.customer-detail-page .header .actions .btn:hover{box-shadow:var(--shadow)}.customer-detail-page .header .actions .btn:active{transform:translateY(1px)}.customer-detail-page .header .actions .btn:focus-visible{outline:2px solid rgba(var(--primary),.35);outline-offset:2px}.customer-detail-page .header .actions .btn-edit{background:#f59e0b;border-color:#f59e0b;color:var(--text)}.customer-detail-page .header .actions .btn-danger{background:#ef4444;border-color:#ef4444;color:#fff}.customer-detail-page .card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:14px}.customer-detail-page .card .card-title{border-left:3px solid var(--primary);color:rgba(var(--brand-dark),.92);font-weight:800;margin-bottom:10px;padding-left:8px}.customer-detail-page .card .empty{background:var(--muted-surface);border:1px dashed var(--border);border-radius:10px;color:var(--text-muted);font-size:13px;padding:12px}.customer-detail-page .kv{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr}.customer-detail-page .kv>div{align-items:flex-start;background:var(--muted-surface);border:1px solid #edf2f7;border-radius:10px;display:flex;flex-direction:column;gap:6px;padding:10px 12px}.customer-detail-page .kv>div b{color:var(--text-muted);font-size:13px;font-weight:700;line-height:1.35}.customer-detail-page .kv>div span{color:var(--text);display:block;font-size:14px;line-height:1.4;min-width:0;overflow-wrap:anywhere}.customer-detail-page .kv>div.full{grid-column:1/-1}.customer-detail-page .top-grid{margin-bottom:12px}.customer-detail-page .bottom-grid,.customer-detail-page .top-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr}.customer-detail-page .card.stores .store-toolbar{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:10px}.customer-detail-page .card.stores .store-toolbar .search{position:relative;width:min(420px,100%)}.customer-detail-page .card.stores .store-toolbar .search input[type=search]{background:var(--surface);border:1px solid var(--border);border-radius:8px;font-size:14px;font-weight:600;height:34px;outline:none;padding:0 34px 0 12px;transition:box-shadow .15s ease,border-color .15s ease;width:100%}.customer-detail-page .card.stores .store-toolbar .search input[type=search]::placeholder{color:var(--text-muted)}.customer-detail-page .card.stores .store-toolbar .search input[type=search]:focus{border-color:#93c5fd;box-shadow:var(--shadow)}.customer-detail-page .card.stores .store-toolbar .search .clear{align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:6px;cursor:pointer;display:inline-flex;font-weight:700;height:24px;justify-content:center;line-height:1;padding:0;position:absolute;right:6px;top:50%;transform:translateY(-50%);width:24px}.customer-detail-page .card.stores .store-toolbar .search .clear:hover{background:var(--muted-surface)}.customer-detail-page .card.stores .store-toolbar .btn.primary{background:var(--primary);border:1px solid var(--primary);border-radius:8px;color:#fff;cursor:pointer;font-weight:700;height:34px;padding:0 12px;transition:filter .15s ease}.customer-detail-page .card.stores .store-toolbar .btn.primary:hover{filter:brightness(.95)}.customer-detail-page .card.stores .store-toolbar .btn.primary:focus-visible{outline:2px solid rgba(var(--primary),.35);outline-offset:2px}.customer-detail-page .card.stores .store-table-wrap{overflow:auto}.customer-detail-page .card.stores .store-table{border-collapse:collapse;font-size:14px;width:100%}.customer-detail-page .card.stores .store-table thead th{background:var(--muted-surface);border-bottom:1px solid #edf2f7;color:#334155;font-weight:800;padding:10px 12px;text-align:left;white-space:nowrap}.customer-detail-page .card.stores .store-table tbody td{border-bottom:1px solid #f1f5f9;color:#1f2937;padding:10px 12px;vertical-align:middle;white-space:nowrap}.customer-detail-page .card.stores .store-table .strong{color:var(--text);font-weight:800}.customer-detail-page .card.stores .store-table tbody tr.clickable{cursor:pointer;transition:background .12s ease}.customer-detail-page .card.stores .store-table tbody tr.clickable:hover{background:var(--muted-surface)}.customer-detail-page .card.stores .store-table tbody tr.clickable:focus{outline:2px solid #93c5fd;outline-offset:-2px}.customer-detail-page .card.stores .store-table tbody tr.clickable:focus-visible{outline:2px solid #93c5fd;outline-offset:-2px}.customer-detail-page .card.stores .store-table td.actions .btn,.customer-detail-page .card.stores .store-table td.go .btn{background:var(--surface);border:1px solid var(--border);border-radius:8px;cursor:pointer;font-weight:700;height:30px;margin-right:6px;padding:0 10px;transition:transform .08s ease,box-shadow .15s ease}.customer-detail-page .card.stores .store-table td.actions .btn:hover,.customer-detail-page .card.stores .store-table td.go .btn:hover{box-shadow:var(--shadow)}.customer-detail-page .card.stores .store-table td.actions .btn:active,.customer-detail-page .card.stores .store-table td.go .btn:active{transform:translateY(1px)}.customer-detail-page .card.stores .store-table td.actions .btn:last-child,.customer-detail-page .card.stores .store-table td.go .btn:last-child{margin-right:0}.customer-detail-page .card.stores .store-table td.actions .btn.danger,.customer-detail-page .card.stores .store-table td.go .btn.danger{background:#ef4444;border-color:#ef4444;color:#fff}.customer-detail-page .card.stores .store-table td.go .btn.primary{background:#2563eb;border-color:#2563eb;color:#fff}.customer-detail-page .card.stores .store-table .badge{border-radius:999px;color:#fff;display:inline-block;font-size:12px;font-weight:800;margin-left:8px;padding:2px 8px;vertical-align:middle}.customer-detail-page .card.stores .store-table .badge.ok{background:#10b981}.customer-detail-page .card.stores .store-table .badge.no{background:#9ca3af;color:var(--text)}.customer-detail-page .card.stores .store-table .badge.warn{background:#f59e0b;color:var(--text)}.customer-detail-page .card.stores .store-table td:nth-child(2){font-feature-settings:"tnum";color:var(--text-muted);font-variant-numeric:tabular-nums}.customer-detail-page .card.stores .store-table .name-cell{align-items:center;display:flex;gap:6px}@media(min-width:600px){.customer-detail-page .kv{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.customer-detail-page .kv,.customer-detail-page .top-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.customer-detail-page .top-grid{grid-template-columns:repeat(4,1fr)}.customer-detail-page .bottom-grid{align-items:start;grid-template-columns:2fr 1fr}}@media(max-width:640px){.customer-detail-page{padding:10px}.customer-detail-page .header{gap:10px;grid-template-columns:1fr}.customer-detail-page .header .identity{align-items:flex-start;flex-wrap:wrap;gap:10px}.customer-detail-page .header .identity .title-wrap{max-width:100%;width:100%}.customer-detail-page .header .identity .title-wrap .title{font-size:18px;max-width:100%}.customer-detail-page .header .identity .avatar-stack .avatar-wrap{height:72px;min-width:72px;width:72px}.customer-detail-page .header .actions{flex-wrap:wrap;gap:6px;justify-self:start}.customer-detail-page .kv{gap:8px;grid-template-columns:repeat(2,1fr)}.customer-detail-page .kv>div{padding:8px 10px}.customer-detail-page .kv>div b{font-size:11px}.customer-detail-page .kv>div span{font-size:12px}.customer-detail-page .kv>div.full{grid-column:1/-1}.customer-detail-page .card.stores .store-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.customer-detail-page .card.stores .store-table{font-size:12px;min-width:520px}.customer-detail-page .card.stores .store-table tbody td,.customer-detail-page .card.stores .store-table thead th{padding:7px 8px;white-space:nowrap}.customer-detail-page .card{padding:10px}}.customer-edit-page{padding:16px}.customer-edit-page .page-header{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:1fr auto;margin-bottom:14px}.customer-edit-page .page-header h1{color:var(--brand-dark);font-size:22px;font-weight:800;letter-spacing:.2px;margin:0}.customer-edit-page .page-header .header-actions{display:inline-flex;gap:8px}.customer-edit-page .edit-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr}.customer-edit-page .card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:14px}.customer-edit-page .form-card .grid-2{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr}.customer-edit-page .form-card .grid-2 .col-span-2{grid-column:1/-1}.customer-edit-page .form-card .grid-2 .inline{align-items:center;display:flex;gap:10px}.customer-edit-page .form-card .grid-2 label{color:rgba(var(--brand-dark),.75);font-size:13px;font-weight:700}.customer-edit-page .form-card .grid-2 input,.customer-edit-page .form-card .grid-2 select,.customer-edit-page .form-card .grid-2 textarea{background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);height:40px;padding:0 12px;width:100%}.customer-edit-page .form-card .grid-2 input:focus,.customer-edit-page .form-card .grid-2 select:focus,.customer-edit-page .form-card .grid-2 textarea:focus{border-color:var(--primary);box-shadow:var(--shadow);outline:none}.customer-edit-page .form-card .grid-2 input[type=checkbox]{height:auto;margin:0 8px 0 0;padding:0;width:auto}.customer-edit-page .form-card .grid-2 textarea{height:auto;padding:10px 12px;resize:vertical}.customer-edit-page .form-card .grid-2 .chk{align-items:center;color:rgba(var(--brand-dark),.85);cursor:pointer;display:flex;font-weight:700}.customer-edit-page .form-card .form-actions{display:flex;gap:8px;margin-top:8px}.customer-edit-page .btn{background:var(--surface);border:1px solid var(--border);border-radius:8px;cursor:pointer;font-weight:700;height:36px;padding:0 12px;transition:transform .08s ease,box-shadow .15s ease,background .15s ease}.customer-edit-page .btn:hover{box-shadow:var(--shadow)}.customer-edit-page .btn:active{transform:translateY(1px)}.customer-edit-page .btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.customer-edit-page .btn.ghost{background:var(--surface);color:var(--text)}.customer-edit-page .btn.danger{background:#ef4444;border-color:#ef4444;color:#fff}.customer-edit-page .btn.danger.light{background:var(--surface);border-color:#ef4444;color:#ef4444}@media(min-width:992px){.customer-edit-page .form-card .grid-2{grid-template-columns:1fr 1fr}.customer-edit-page .form-card .grid-2 .col-span-2{grid-column:1/-1}}.store-form-page{padding:16px}.store-form-page .page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.store-form-page .page-header h1{font-size:22px;font-weight:800;margin:0}.store-form-page .page-header .btn{background:var(--surface);border:1px solid var(--border);border-radius:8px;cursor:pointer;font-weight:700;height:34px;padding:0 12px}.store-form-page .card,.store-form-page .page-header .btn.ghost{background:var(--surface)}.store-form-page .card{border:1px solid var(--border);border-radius:12px;margin-bottom:12px;padding:14px}.store-form-page .empty-tip{background:var(--muted-surface);border:1px dashed var(--border);border-radius:8px;color:var(--text-muted);font-size:13px;margin-top:8px;padding:10px}.store-form-page .form .grid-2{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.store-form-page .form .grid-2 .col-span-2{grid-column:1/-1}.store-form-page .form .grid-2 label{color:#374151;display:block;font-weight:700;margin-bottom:6px}.store-form-page .form .grid-2 input,.store-form-page .form .grid-2 select,.store-form-page .form .grid-2 textarea{border:1px solid var(--border);border-radius:8px;box-sizing:border-box;height:38px;line-height:1.2;outline:none;padding:8px 10px;width:100%}.store-form-page .form .grid-2 input[type=checkbox]{height:20px;margin:0;padding:0;width:20px}.store-form-page .form .grid-2 .inline{grid-column:1/-1}.store-form-page .form .grid-2 .inline .chk{align-items:center;cursor:pointer;display:flex;gap:8px;margin:2px 0 0}.store-form-page .form .actions{display:flex;gap:8px;margin-top:10px}.store-form-page .form .actions .btn{background:var(--surface);border:1px solid var(--border);border-radius:8px;cursor:pointer;font-weight:700;height:36px;padding:0 12px}.store-form-page .form .actions .btn.primary{background:#2563eb;border-color:#2563eb;color:#fff}.store-form-page .form .actions .btn.ghost{background:var(--surface)}.store-form-page .card.sub .sub-title{font-weight:800;margin-bottom:8px}.store-form-page .card.sub .muted{color:var(--text-muted);font-size:13px;margin-bottom:8px}.store-form-page .card.sub .coords{color:#374151;display:flex;gap:16px;margin-top:8px}.store-form-page .card.sub .coords b{margin-right:6px}.store-form-page .gmaps-preview{border:1px solid var(--border);border-radius:10px;margin-top:8px;overflow:hidden}.store-form-page .gmaps-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.store-form-page .form .access-row{align-items:center;display:flex;gap:10px;margin-top:4px}.store-form-page .form .access-row .field-label{color:#374151;font-weight:700;min-width:110px}.store-form-page .form .radio-segment{background:var(--surface);border:1px solid var(--border);border-radius:10px;display:inline-flex;overflow:hidden}.store-form-page .form .radio-segment .seg{cursor:pointer;font-weight:700;padding:8px 14px;position:relative;-webkit-user-select:none;user-select:none}.store-form-page .form .radio-segment .seg+.seg{border-left:1px solid var(--border)}.store-form-page .form .radio-segment .seg input{cursor:pointer;inset:0;opacity:0;position:absolute}.store-form-page .form .radio-segment .seg.active{background:#2563eb;border-color:#2563eb;color:#fff}@media(max-width:720px){.store-form-page .form .grid-2{grid-template-columns:1fr}.store-form-page .form .access-row{align-items:flex-start;flex-direction:column;gap:6px}.store-form-page .form .access-row .field-label{min-width:0}}.store-detail-page{padding:16px}.store-detail-page .btn,.store-detail-page .tab,.store-detail-page a{text-decoration:none!important}.store-detail-page .head{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:1fr auto;margin-bottom:14px}.store-detail-page .head .title{min-width:0}.store-detail-page .head .title h1{color:#0f172a;font-size:22px;font-weight:800;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-detail-page .head .title .sub{color:#64748b;font-size:13px;margin-top:4px}.store-detail-page .head .title .sub b{color:var(--text)}.store-detail-page .head .big-tabs{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.store-detail-page .head .big-tabs .tab{align-items:center;background:var(--surface);border:1px solid #e5e7eb;border-radius:10px;color:var(--text);display:inline-flex;font-size:13px;font-weight:800;height:42px;padding:0 14px;transition:transform .06s,box-shadow .15s,background .15s,border-color .15s}.store-detail-page .head .big-tabs .tab:hover{box-shadow:var(--shadow)}.store-detail-page .head .big-tabs .tab:active{transform:translateY(1px)}.store-detail-page .head .big-tabs .tab:first-child{background:#eef2ff;border-color:#e0e7ff;color:#1e1b4b}.store-detail-page .head .big-tabs .tab:nth-child(2){background:#ecfdf5;border-color:#d1fae5;color:#064e3b}.store-detail-page .head .big-tabs .tab:nth-child(3){background:#fef2f2;border-color:#fee2e2;color:#7f1d1d}.store-detail-page .head .big-tabs .tab:nth-child(4){background:#fff1f2;border-color:#ffe4e6;color:#831843}.store-detail-page .head .big-tabs .tab:nth-child(5){background:var(--muted-surface);border:var(--border);color:var(--text)}.store-detail-page .middle-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr;margin-bottom:12px}.store-detail-page .middle-grid .card.info-card .card-title{align-items:center;border-left:3px solid var(--primary);color:#0f172aeb;display:flex;font-weight:800;justify-content:space-between;margin-bottom:16px;padding-left:8px}.store-detail-page .middle-grid .card.info-card .card-title .right-actions{display:inline-flex;gap:8px;margin-left:10px}.store-detail-page .middle-grid .card.info-card .card-title .right-actions .btn{background:var(--surface);border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-weight:700;height:30px;padding:0 10px;transition:transform .06s,box-shadow .15s}.store-detail-page .middle-grid .card.info-card .card-title .right-actions .btn:hover{box-shadow:var(--shadow)}.store-detail-page .middle-grid .card.info-card .card-title .right-actions .btn:active{transform:translateY(1px)}.store-detail-page .middle-grid .card.info-card .card-title .right-actions .btn:disabled{cursor:not-allowed;opacity:.6}.store-detail-page .middle-grid .card.info-card .card-title .right-actions .btn.ghost{background:var(--surface)}.store-detail-page .middle-grid .card.info-card .card-title .right-actions .btn.warn{background:#22c55e;border-color:#22c55e;color:#fff}.store-detail-page .middle-grid .card.info-card .card-title .right-actions .btn.danger{background:#ef4444;border-color:#ef4444;color:#fff}.store-detail-page .middle-grid .card.info-card .kv{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr 1fr}.store-detail-page .middle-grid .card.info-card .kv>div{background:var(--muted-surface);border:1px solid #edf2f7;border-radius:10px;display:flex;flex-direction:column;gap:6px;padding:10px 12px}.store-detail-page .middle-grid .card.info-card .kv>div b{color:var(--text-muted);font-size:13px;font-weight:700;line-height:1.35}.store-detail-page .middle-grid .card.info-card .kv>div span{color:var(--text);font-size:14px;line-height:1.4;overflow-wrap:anywhere}.store-detail-page .middle-grid .card.info-card .kv>div.full{grid-column:1/-1}.store-detail-page .middle-grid .card.info-card .kv .badge{border-radius:999px;color:#fff;display:inline-block;font-size:12px;font-weight:700;padding:2px 8px}.store-detail-page .middle-grid .card.info-card .kv .badge.ok{background:#10b981}.store-detail-page .middle-grid .card.info-card .kv .badge.no{background:#9ca3af}.store-detail-page .grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:2fr 1fr}.store-detail-page .card{background:var(--surface);border:1px solid #e5e7eb;border-radius:12px;padding:14px}.store-detail-page .card .card-title{border-left:3px solid var(--primary);color:#0f172aeb;font-weight:800;margin-bottom:16px;padding-left:8px}.store-detail-page .card .card-title.right{align-items:center;display:flex;justify-content:space-between}.store-detail-page .card .card-title.with-actions{align-items:center;display:flex;gap:12px}.store-detail-page .card .card-title.with-actions .title-text{color:#0f172aeb;font-weight:800}.store-detail-page .card .card-title.with-actions .title-actions{display:inline-flex;gap:10px;margin-left:auto}.store-detail-page .card .card-title .btn{background:var(--surface);border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-weight:700;height:30px;padding:0 10px;transition:transform .06s,box-shadow .15s}.store-detail-page .card .card-title .btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.store-detail-page .card .card-title .btn.ghost{background:var(--surface)}.store-detail-page .card .card-title .btn.small{font-size:12.5px;height:26px;padding:0 8px}.store-detail-page .card .card-title .btn:hover{box-shadow:var(--shadow)}.store-detail-page .card .card-title .btn:active{transform:translateY(1px)}.store-detail-page .card .empty{background:var(--muted-surface);border:1px dashed #e5e7eb;border-radius:10px;color:#64748b;font-size:13px;padding:12px}.store-detail-page .card .table{border-collapse:collapse;font-size:13.5px;margin-top:6px;width:100%}.store-detail-page .card .table thead th{background:var(--muted-surface);border-bottom:1px solid var(--border);color:var(--text);font-weight:800;letter-spacing:.2px;padding:10px 12px;text-align:left;white-space:nowrap}.store-detail-page .card .table tbody td{border-bottom:1px solid #f3f4f6;padding:10px 12px;vertical-align:middle;white-space:nowrap}.store-detail-page .card .table a{text-decoration:none!important}.store-detail-page .card .table .badge{border-radius:999px;display:inline-block;font-size:12px;font-weight:700;padding:2px 8px}.store-detail-page .card .table .badge.ok{background:#10b981;color:#fff}.store-detail-page .card .table .badge.no{background:#9ca3af;color:#fff}.store-detail-page .card .table .badge.ghost{background:#eef2f7;color:#334155}.store-detail-page .card .table tr.row-click{cursor:pointer}.store-detail-page .card .table tr.row-click td{transition:background-color .15s ease}.store-detail-page .card .table tr.row-click:hover td{background:var(--muted-surface)}.store-detail-page .card .table tbody td.actions{grid-gap:6px 8px;display:grid;gap:6px 8px;grid-template-columns:1fr 1.15fr;grid-template-rows:30px 30px;min-width:240px}.store-detail-page .card .table tbody td.actions .btn{align-items:center;background:var(--surface);border:1px solid #e5e7eb;border-radius:10px;color:var(--text);cursor:pointer;display:flex;font-weight:700;justify-content:center;transition:transform .06s,box-shadow .15s;width:100%}.store-detail-page .card .table tbody td.actions .btn:hover{box-shadow:var(--shadow)}.store-detail-page .card .table tbody td.actions .btn:active{transform:translateY(1px)}.store-detail-page .card .table tbody td.actions .btn:first-child{grid-column:1;grid-row:1}.store-detail-page .card .table tbody td.actions .btn:nth-child(2){grid-column:1;grid-row:2}.store-detail-page .card .table tbody td.actions .btn:nth-child(3){background:var(--primary);border-color:var(--primary);color:#fff;font-weight:800;grid-column:2;grid-row:1/span 2;height:62px}.store-detail-page .card .table tbody td.actions .btn[disabled]{cursor:not-allowed;opacity:.6}.store-detail-page .card .table .row-actions{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(4,minmax(88px,1fr));min-width:360px}.store-detail-page .card .table .row-actions .btn{align-items:center;background:var(--surface);border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;font-weight:700;height:30px;justify-content:center;padding:0 10px;transition:transform .06s,box-shadow .15s}.store-detail-page .card .table .row-actions .btn:hover{box-shadow:var(--shadow)}.store-detail-page .card .table .row-actions .btn:active{transform:translateY(1px)}.store-detail-page .card .table .row-actions .btn.primary{background:#4f46e5;border-color:#4f46e5;color:#fff}.store-detail-page .card .table .row-actions .btn.warn{background:#22c55e;border-color:#22c55e;color:#fff}.store-detail-page .card .table .row-actions .btn.danger{background:#ef4444;border-color:#ef4444;color:#fff}.store-detail-page .card .table .row-actions .btn.ghost{background:var(--surface);border-color:#e5e7eb;color:var(--text)}.store-detail-page .chart-card .counts{grid-gap:6px;display:grid;gap:6px;margin-top:10px}.store-detail-page .chart-card .counts li{color:#1f2937;font-size:14px}@media(max-width:1080px){.store-detail-page .grid,.store-detail-page .head{grid-template-columns:1fr}.store-detail-page .head .big-tabs{justify-content:flex-start;overflow:auto;padding-bottom:4px}.store-detail-page .head .big-tabs .tab{flex:0 0 auto}.store-detail-page .middle-grid .card.info-card .kv{grid-template-columns:1fr}}@media(max-width:720px){.store-detail-page .card .table tbody td.actions{grid-template-columns:1fr;grid-template-rows:auto;min-width:0}.store-detail-page .card .table tbody td.actions .btn:nth-child(3){height:44px}.store-detail-page .card .table .row-actions{grid-template-columns:repeat(2,minmax(120px,1fr));min-width:0}}.store-detail-page .table tr.row-click{position:relative}.store-detail-page .table tr.row-click .actions .btn{position:relative;z-index:2}.station-modal-group-options{background:var(--muted-surface);border:1px dashed var(--border);border-radius:12px;display:flex;flex-direction:column;gap:20px;grid-column:span 3;margin-top:10px;padding:20px}.station-modal-group-options .toggle-row{align-items:center;display:flex;gap:15px;justify-content:space-between}.station-modal-group-options .toggle-row .label-group{display:flex;flex-direction:column;gap:4px}.station-modal-group-options .toggle-row .label-group span{color:var(--text);font-size:15px;font-weight:700}.station-modal-group-options .toggle-row .label-group small{color:var(--text-muted);font-size:12px}.station-modal-group-options .count-row{animation:fadeIn .3s ease;display:flex;flex-direction:column;gap:8px}.station-modal-group-options .count-row label{color:var(--text);font-size:14px;font-weight:700}.station-modal-group-options .count-row .input-wrapper{position:relative;width:140px}.station-modal-group-options .count-row .input-wrapper input{color:var(--primary);font-size:16px;font-weight:800;padding-right:40px;text-align:center;width:100%}.station-modal-group-options .count-row .input-wrapper:after{color:var(--text-muted);content:"Adet";font-size:12px;font-weight:600;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.modern-switch{display:inline-block;height:26px;position:relative;width:50px}.modern-switch input{height:0;opacity:0;width:0}.modern-switch input:checked+.slider{background-color:var(--primary)}.modern-switch input:focus+.slider{box-shadow:0 0 1px var(--primary)}.modern-switch input:checked+.slider:before{transform:translateX(24px)}.modern-switch .slider{background-color:#cbd5e1;border-radius:34px;cursor:pointer;inset:0;position:absolute;transition:.4s}.modern-switch .slider:before{background-color:#fff;border-radius:50%;bottom:4px;box-shadow:0 2px 4px #0000001a;content:"";height:18px;left:4px;position:absolute;transition:.4s;width:18px}.store-stations-page{padding:16px}.store-stations-page .page-head{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.store-stations-page .page-head h1{font-size:20px;font-weight:800;margin:0}.store-stations-page .page-head .sub{color:#64748b;font-size:13px;margin-top:4px}.store-stations-page .page-head .sub a{color:inherit;text-decoration:none}.store-stations-page .page-head .sub a:hover{text-decoration:underline}.store-stations-page .page-head .head-actions{display:flex;gap:8px}.store-stations-page .page-head .btn{background:var(--surface);border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-weight:700;height:34px;padding:0 12px}.store-stations-page .page-head .btn.primary{background:#2563eb;border-color:#2563eb;color:#fff}.store-stations-page .page-head .btn.ghost{background:var(--surface)}.store-stations-page .station-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,minmax(240px,1fr))}.store-stations-page .station-grid .empty-wide{color:#64748b;grid-column:1/-1;text-align:center}.store-stations-page .card{background:var(--surface);border:1px solid #e5e7eb;border-radius:12px;padding:14px}.store-stations-page .card .title{font-weight:800;margin-bottom:8px}.store-stations-page .new-card .btn.primary{margin-top:8px}.store-stations-page .new-card p{color:#64748b;font-size:13px}.store-stations-page .station-card .card-title{font-weight:800;margin-bottom:10px}.store-stations-page .station-card .kv{grid-gap:6px;display:grid;font-size:14px;gap:6px}.store-stations-page .station-card .kv b{color:#374151;margin-right:6px}.store-stations-page .station-card .kv .qr .link-like{background:#0000;border:0;color:#ef4444;cursor:pointer;font-weight:700}.store-stations-page .station-card .actions{display:flex;gap:8px;margin-top:10px}.store-stations-page .station-card .actions .btn{background:var(--surface);border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-weight:700;height:30px;padding:0 10px}.store-stations-page .station-card .actions .btn.indigo{background:#6366f1;border-color:#6366f1;color:#fff}.store-stations-page .station-card .actions .btn.warn{background:#f59e0b;border-color:#f59e0b;color:var(--text)}.store-stations-page .station-card .actions .btn.danger{background:#ef4444;border-color:#ef4444;color:#fff}.modal-backdrop{background:#00000059;display:grid;inset:0;place-items:center;position:fixed;z-index:60}.modal{background:var(--surface);border:1px solid #e5e7eb;border-radius:12px;box-shadow:var(--shadow);overflow:hidden;width:min(880px,92vw)}.modal .modal-head{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 14px}.modal .modal-head .title{font-weight:800}.modal .modal-head .close{background:var(--surface);border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;height:32px;width:32px}.modal .modal-body{padding:14px}.modal .grid-3{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr 1fr}.modal .grid-3 label{color:#374151;display:block;font-weight:700;margin-bottom:6px}.modal .grid-3 input,.modal .grid-3 select{border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;width:100%}.modal .modal-actions{display:flex;gap:8px;justify-content:flex-start;margin-top:12px}.modal .modal-actions .btn{background:var(--surface);border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-weight:700;height:34px;padding:0 12px}.modal .modal-actions .btn.primary{background:#2563eb;border-color:#2563eb;color:#fff}@media(max-width:1200px){.store-stations-page .station-grid{grid-template-columns:repeat(3,minmax(240px,1fr))}}@media(max-width:900px){.store-stations-page .station-grid{grid-template-columns:repeat(2,minmax(240px,1fr))}.modal .grid-3{grid-template-columns:1fr}}@media(max-width:600px){.store-stations-page .station-grid{grid-template-columns:1fr}}.biocides-page{padding:16px}.biocides-page .page-title{font-size:22px;font-weight:800;margin:0 0 12px}.biocides-page .card{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:12px;padding:14px}.biocides-page .card .card-title{border-left:3px solid #2563eb;color:var(--text);font-weight:800;margin-bottom:8px;padding-left:8px}.biocides-page .card .muted{color:var(--text-muted);font-size:13px;margin:4px 0 10px}.biocides-page .card .actions{margin-top:10px}.biocides-page .card .btn{background:var(--surface);border:1px solid var(--border);border-radius:8px;cursor:pointer;font-weight:700;height:36px;padding:0 14px}.biocides-page .card .btn.primary{background:#22c55e;border-color:#22c55e;color:#fff}.biocides-page .card .btn.warn{background:#f59e0b;border-color:#f59e0b;color:#fff}.biocides-page .card .btn.danger{background:#ef4444;border-color:#ef4444;color:#fff}.biocides-page .add-card .grid-4{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr)}.biocides-page .add-card .grid-4 label{color:var(--text-muted);display:block;font-size:12px;margin-bottom:6px}.biocides-page .add-card .grid-4 input,.biocides-page .add-card .grid-4 select{border:1px solid var(--border);border-radius:8px;height:38px;padding:0 10px;width:100%}.biocides-page .add-card .grid-4 input:focus,.biocides-page .add-card .grid-4 select:focus{border-color:#93c5fd;box-shadow:var(--shadow);outline:none}.biocides-page .list-card .table-wrap{overflow:auto}.biocides-page .list-card table.table{border-collapse:collapse;font-size:14px;width:100%}.biocides-page .list-card table.table thead th{background:var(--muted-surface);border-bottom:1px solid #edf2f7;color:#334155;font-weight:700;padding:10px 12px;text-align:left;white-space:nowrap}.biocides-page .list-card table.table tbody td{border-bottom:1px solid #f1f5f9;padding:10px 12px;vertical-align:middle;white-space:nowrap}.biocides-page .list-card table.table input,.biocides-page .list-card table.table select{border:1px solid var(--border);border-radius:8px;height:34px;padding:0 10px;width:100%}.biocides-page .list-card table.table .row-actions{display:flex;gap:8px}.biocides-page .list-card .empty{border:1px dashed var(--border);border-radius:10px;color:var(--text-muted);padding:12px}@media(max-width:1100px){.biocides-page .add-card .grid-4{grid-template-columns:1fr 1fr}}@media(max-width:640px){.biocides-page .add-card .grid-4{grid-template-columns:1fr}}.vsm-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172aa6;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:2000}.vsm-modal{animation:vsm-in .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:480px;overflow:hidden;width:100%}.vsm-modal .vsm-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:20px 24px}.vsm-modal .vsm-header h2{color:#1e293b;font-size:1.25rem;font-weight:700;margin:0}.vsm-modal .vsm-header p{color:#64748b;font-size:.875rem;margin:4px 0 0}.vsm-modal .vsm-content{padding:24px}.vsm-modal .vsm-content .status-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(1,1fr)}@media(min-width:600px){.vsm-modal .vsm-content .status-grid{grid-template-columns:repeat(2,1fr)}}.vsm-modal .vsm-content .status-btn{align-items:center;background:#f8fafc;border:2px solid #f1f5f9;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:8px;justify-content:center;padding:16px;transition:all .2s}.vsm-modal .vsm-content .status-btn span{color:#475569;font-size:.95rem;font-weight:600}.vsm-modal .vsm-content .status-btn i{font-size:1.25rem}.vsm-modal .vsm-content .status-btn:hover{background:#fff;border-color:#cbd5e1;transform:translateY(-2px)}.vsm-modal .vsm-content .status-btn.active{background:#fff}.vsm-modal .vsm-content .status-btn.active--PLANNED{border-color:#3b82f6}.vsm-modal .vsm-content .status-btn.active--PLANNED span{color:#3b82f6}.vsm-modal .vsm-content .status-btn.active--COMPLETED{border-color:#10b981}.vsm-modal .vsm-content .status-btn.active--COMPLETED span{color:#10b981}.vsm-modal .vsm-content .status-btn.active--FAILED{border-color:#ef4444}.vsm-modal .vsm-content .status-btn.active--FAILED span{color:#ef4444}.vsm-modal .vsm-content .status-btn.active--CANCELLED{border-color:#64748b}.vsm-modal .vsm-content .status-btn.active--CANCELLED span{color:#64748b}.vsm-modal .vsm-content .status-btn.active--POSTPONED{border-color:#f59e0b}.vsm-modal .vsm-content .status-btn.active--POSTPONED span{color:#f59e0b}.vsm-modal .vsm-footer{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}@keyframes vsm-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ek1flow-page{margin:0 auto;max-width:1200px;padding:16px 20px 48px}.ek1flow-page .page-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin:10px 0 16px}.ek1flow-page .page-header h1{align-items:center;color:var(--text);display:flex;font-size:22px;font-weight:800;gap:10px;margin:0}.ek1flow-page .page-header .page-header-badge{align-items:center;background:#dbeafe;border-radius:20px;color:#1e40af;display:inline-flex;font-size:12px;font-weight:700;letter-spacing:.02em;padding:3px 10px}.ek1flow-page .page-header .header-actions{display:flex;gap:8px}.ek1flow-page .card{background:#fff;background:var(--card,#fff);border:1px solid var(--card-border,var(--border));border-radius:14px;box-shadow:var(--shadow);margin-bottom:14px;padding:18px}.ek1flow-page .card-title{align-items:center;color:var(--text);display:flex;font-size:15px;font-weight:800;gap:10px;margin-bottom:14px}.ek1flow-page .card-title .card-num{align-items:center;background:#ef4444;border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;font-size:12px;font-weight:900;height:24px;justify-content:center;width:24px}.ek1flow-page .card-title .optional{background:var(--muted-surface);border-radius:20px;color:#64748b;font-size:11px;font-weight:500;padding:2px 8px}.ek1flow-page label{color:var(--text-muted);display:block;font-size:12.5px;font-weight:600;margin-bottom:5px}.ek1flow-page label .req{color:#ef4444;margin-left:2px}.ek1flow-page input,.ek1flow-page select,.ek1flow-page textarea{background:#fff;background:var(--surface,#fff);border:1px solid #e5e7eb;border-radius:9px;box-sizing:border-box;color:#111827;color:var(--text,#111827);font-size:13.5px;padding:9px 11px;transition:border-color .15s,box-shadow .15s;width:100%}.ek1flow-page input:focus,.ek1flow-page select:focus,.ek1flow-page textarea:focus{border-color:#94a3b8;box-shadow:var(--shadow);outline:none}.ek1flow-page textarea{min-height:64px;resize:vertical}.ek1flow-page .grid-2{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.ek1flow-page .grid-2 .full{grid-column:1/-1}.ek1flow-page .grid-3{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}.ek1flow-page .grid-3 .col-span-3{grid-column:1/-1}.ek1flow-page .group{margin-top:12px}.ek1flow-page .group label{margin-bottom:6px}.ek1flow-page .pill-grid{display:flex;flex-wrap:wrap;gap:8px}.ek1flow-page .chk-pill{align-items:center;background:var(--surface);border:1.5px solid #e5e7eb;border-radius:999px;color:#334155;cursor:pointer;display:inline-flex;font-size:12.5px;font-weight:500;gap:6px;padding:6px 12px;transition:all .15s}.ek1flow-page .chk-pill.on{background:#eef2ff;border-color:#818cf8;color:#3730a3;font-weight:700}.ek1flow-page .chk-pill:hover:not(.on){background:var(--muted-surface);border:var(--border)}.ek1flow-page .line-form{grid-gap:8px;align-items:end;display:grid;gap:8px;grid-template-columns:2fr 1.2fr 1fr auto;margin-bottom:12px}.ek1flow-page .line-form input,.ek1flow-page .line-form select{margin:0}.ek1flow-page .line-table{border-collapse:collapse;font-size:13px;margin-top:8px;width:100%}.ek1flow-page .line-table thead tr{background:var(--muted-surface)}.ek1flow-page .line-table thead tr th{border-bottom:1px solid #e5e7eb;color:var(--text-muted);font-size:11.5px;font-weight:700;padding:8px 10px;text-align:left}.ek1flow-page .line-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background .1s}.ek1flow-page .line-table tbody tr:hover{background:var(--muted-surface)}.ek1flow-page .line-table tbody tr:last-child{border-bottom:none}.ek1flow-page .line-table tbody tr td{color:#1e293b;padding:8px 10px;vertical-align:middle}.ek1flow-page .ncr-form{grid-gap:8px;grid-template-columns:2fr 2fr 1fr auto}.ek1flow-page .ncr-form,.ek1flow-page .ncr-form-row{align-items:end;display:grid;gap:8px;margin-bottom:10px}.ek1flow-page .ncr-form-row{grid-gap:8px;grid-template-columns:1.5fr 2fr 2fr auto}.ek1flow-page .ncr-list{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:0}.ek1flow-page .ncr-list li{align-items:center;background:var(--muted-surface);border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-wrap:wrap;font-size:13px;gap:8px;padding:8px 12px}.ek1flow-page .ncr-list li .ncr-cat{background:#fef9c3;border-radius:20px;color:#854d0e;font-size:11px;font-weight:700;padding:2px 8px;white-space:nowrap}.ek1flow-page .ncr-list li strong{color:#1e293b}.ek1flow-page .ncr-list li span{color:#64748b;font-size:12.5px}.ek1flow-page .ncr-list li .btn-icon{margin-left:auto}.ek1flow-page .empty-state{align-items:center;color:#64748b;display:flex;flex-direction:column;font-size:13.5px;gap:8px;justify-content:center;padding:32px;text-align:center}.ek1flow-page .empty-state span{font-size:36px}.ek1flow-page .empty-state p{margin:0}.ek1flow-page .btn{align-items:center;background:var(--surface);border:1px solid #e5e7eb;border-radius:9px;cursor:pointer;display:inline-flex;font-size:13.5px;font-weight:700;gap:6px;height:38px;justify-content:center;padding:0 14px;transition:all .15s;white-space:nowrap}.ek1flow-page .btn:hover:not(:disabled){background:var(--muted-surface)}.ek1flow-page .btn:disabled{cursor:not-allowed;opacity:.5}.ek1flow-page .btn.primary{background:#ef4444;border-color:#ef4444;color:#fff}.ek1flow-page .btn.primary:hover:not(:disabled){background:#ed2d2d}.ek1flow-page .btn.warn{background:#d97706;border-color:#d97706;color:#fff}.ek1flow-page .btn.warn:hover:not(:disabled){background:#b45309}.ek1flow-page .btn.ghost{background:#0000}.ek1flow-page .btn.xl{border-radius:12px;font-size:15px;height:48px;letter-spacing:.02em;padding:0 28px}.ek1flow-page .btn.sm{border-radius:6px;font-size:11.5px;height:30px;padding:0 10px}.ek1flow-page .danger-text{color:#ef4444!important}.ek1flow-page .weekly-plans{background:#f8faff!important;border:2px solid #3b82f6!important}.ek1flow-page .weekly-plans .plans-list{grid-gap:10px;display:grid;gap:10px}.ek1flow-page .weekly-plans .plan-item{align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 2px 4px #00000005;display:flex;gap:12px;justify-content:space-between;padding:12px 14px;transition:transform .15s ease}.ek1flow-page .weekly-plans .plan-item:hover{transform:translateY(-1px)}.ek1flow-page .weekly-plans .plan-item .plan-info{display:flex;flex-direction:column;gap:3px;min-width:0}.ek1flow-page .weekly-plans .plan-item .plan-date{color:#64748b;font-size:11px;font-weight:700;text-transform:uppercase}.ek1flow-page .weekly-plans .plan-item .plan-title{color:#1e293b;font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ek1flow-page .weekly-plans .plan-item .plan-actions{display:flex;gap:6px}.ek1flow-page .weekly-plans .plan-item .plan-status-badge{border-radius:20px;display:inline-flex;font-size:10px;font-weight:800;padding:2px 8px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.ek1flow-page .weekly-plans .plan-item .plan-status-badge.completed{background:#dcfce7;color:#166534}.ek1flow-page .weekly-plans .plan-item .plan-status-badge.cancelled{background:#fee2e2;color:#b91c1c}.ek1flow-page .weekly-plans .plan-item .plan-status-badge.pending,.ek1flow-page .weekly-plans .plan-item .plan-status-badge.planned{background:#fef3c7;color:#92400e}@media(max-width:768px){.ek1flow-page .weekly-plans .plan-item{align-items:flex-start;flex-direction:column;gap:10px}.ek1flow-page .weekly-plans .plan-item .plan-actions{justify-content:space-between;width:100%}.ek1flow-page .weekly-plans .plan-item .plan-actions .btn{flex:1 1}}.ek1flow-page .btn-icon{align-items:center;background:var(--surface);border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;display:inline-flex;font-size:12px;height:28px;justify-content:center;transition:all .15s;width:28px}.ek1flow-page .btn-icon.btn-danger{border-color:#fecaca;color:#ef4444}.ek1flow-page .btn-icon.btn-danger:hover{background:#fef2f2;border-color:#ef4444}.ek1flow-page .visit-info-card{background:linear-gradient(135deg,#eff6ff,#f0f9ff);border:1px solid #bfdbfe}.ek1flow-page .visit-info-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.ek1flow-page .visit-info-item{align-items:flex-start;background:#ffffffb3;border:1px solid #e0e7ff;border-radius:10px;display:flex;gap:10px;padding:10px 12px}.ek1flow-page .visit-info-icon{flex-shrink:0;font-size:18px;margin-top:2px}.ek1flow-page .visit-info-label{color:#64748b;font-size:11px;font-weight:600;letter-spacing:.03em;margin-bottom:2px;text-transform:uppercase}.ek1flow-page .visit-info-value{color:#1e3a5f;font-size:13.5px;font-weight:700;line-height:1.4}.ek1flow-page .auto-badge-header{color:#1d4ed8;font-size:10.5px;font-weight:600;margin-left:auto;padding:2px 9px}.ek1flow-page .auto-badge,.ek1flow-page .auto-badge-header{align-items:center;background:#dbeafe;border-radius:20px;display:inline-flex;letter-spacing:.02em}.ek1flow-page .auto-badge{color:#2563eb;font-size:9.5px;font-weight:700;margin-left:6px;padding:1px 7px;vertical-align:middle}.ek1flow-page .final-actions{align-items:center;display:flex;flex-direction:column;gap:10px;margin:24px 0 8px}.ek1flow-page .final-actions .muted{color:#64748b;font-size:12.5px;text-align:center}.ek1flow-page .final-actions .warn-text{color:#d97706;font-weight:600}.ek1flow-page .multi-dd{position:relative}.ek1flow-page .multi-dd .dropdown-toggle{align-items:center;appearance:none;-webkit-appearance:none;background:var(--surface);border:1px solid #e5e7eb;border-radius:9px;box-shadow:none!important;color:#111827;color:var(--text,#111827);cursor:pointer;display:flex;font-family:inherit;font-size:13.5px;gap:8px;min-height:40px;outline:none;padding:8px 12px;text-align:left;transition:border-color .15s;width:100%}.ek1flow-page .multi-dd .dropdown-toggle:hover{border-color:#94a3b8}.ek1flow-page .multi-dd .dropdown-toggle:focus{border-color:#94a3b8;box-shadow:none!important;outline:none}.ek1flow-page .multi-dd.open .dropdown-toggle{border-color:#ef4444;box-shadow:var(--shadow)}.ek1flow-page .multi-dd .dropdown-value{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:5px;min-height:22px}.ek1flow-page .multi-dd .placeholder{color:#64748b;font-size:13.5px}.ek1flow-page .multi-dd .chip{align-items:center;background:var(--muted-surface);border:1px solid #e6e8ec;border-radius:999px;color:var(--text);display:inline-flex;font-size:12px;gap:4px;padding:3px 9px}.ek1flow-page .multi-dd .caret{color:#64748b;margin-left:auto;transition:transform .18s}.ek1flow-page .multi-dd.open .caret{transform:rotate(180deg)}.ek1flow-page .multi-dd .dropdown-menu{animation:ddIn .12s ease-out;background:var(--surface);border:1px solid #e5e7eb;border-radius:12px;box-shadow:var(--shadow);left:0;overflow:hidden;position:absolute;right:0;top:calc(100% + 5px);z-index:30}@keyframes ddIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ek1flow-page .multi-dd .dropdown-list{max-height:240px;overflow:auto;padding:4px 0}.ek1flow-page .multi-dd .dropdown-item{align-items:center;cursor:pointer;display:flex;font-size:13.5px;gap:10px;list-style:none;padding:9px 12px;transition:background .1s}.ek1flow-page .multi-dd .dropdown-item input[type=checkbox]{accent-color:#ef4444;border:1px solid #cbd5e1!important;border-radius:4px!important;box-shadow:none!important;cursor:default;flex-shrink:0;height:16px;margin:0;min-width:16px;padding:0!important;pointer-events:none;width:16px!important}.ek1flow-page .multi-dd .dropdown-item:hover{background:var(--muted-surface)}.ek1flow-page .multi-dd .empty{color:#64748b;font-size:13px;padding:10px 12px}@media(max-width:900px){.ek1flow-page{padding:12px}.ek1flow-page .grid-2{grid-template-columns:1fr}.ek1flow-page .grid-3,.ek1flow-page .line-form{grid-template-columns:1fr 1fr}.ek1flow-page .line-form .btn{grid-column:1/-1}.ek1flow-page .ncr-form,.ek1flow-page .ncr-form-row{grid-template-columns:1fr 1fr}.ek1flow-page .ncr-form .btn,.ek1flow-page .ncr-form-row .btn{grid-column:1/-1}}@media(max-width:560px){.ek1flow-page .grid-3,.ek1flow-page .line-form,.ek1flow-page .ncr-form,.ek1flow-page .ncr-form-row,.ek1flow-page .visit-info-grid{grid-template-columns:1fr}}.ek1-print{background:#e8e8e8;min-height:100vh;padding-bottom:60px}.ek1-print .toolbar{align-items:center;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow);display:flex;flex-wrap:wrap;gap:8px;padding:10px 18px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.ek1-print .toolbar .btn{align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:6px;color:#374151;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;height:34px;padding:0 14px;transition:background .12s}.ek1-print .toolbar .btn:hover:not(:disabled){background:var(--muted-surface)}.ek1-print .toolbar .btn:disabled{cursor:not-allowed;opacity:.5}.ek1-print .toolbar .btn.ghost{background:#0000;border:var(--border)}.ek1-print .toolbar .btn.primary{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.ek1-print .toolbar .btn.primary:hover:not(:disabled){background:#1e40af}.ek1-print .toolbar .btn.warn{background:#b45309;border-color:#b45309;color:#fff}.ek1-print .toolbar .btn.warn:hover:not(:disabled){background:#92400e}.ek1-print .toolbar select.btn{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23374151'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:14px;cursor:pointer;padding-right:28px}.ek1-print .toolbar .btn-group{align-items:center;display:flex;gap:4px}.ek1-print .status-pill{align-items:center;background:var(--muted-surface);border:1px solid var(--border);border-radius:4px;color:#374151;display:inline-flex;font-size:12px;font-weight:700;height:28px;padding:0 12px}.ek1-print .status-pill--approved{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.ek1-print .status-pill--submitted{background:#fffbeb;border-color:#fde68a;color:#854d0e}.ek1-print .status-pill--draft{background:var(--muted-surface);border:var(--border);color:var(--text-muted)}.ek1-print .page.A4{background:var(--surface);box-shadow:var(--shadow);box-sizing:border-box;color:#000;font-family:Times New Roman,Times,serif;font-size:11.5px;line-height:1.45;margin:20px auto;min-height:297mm;padding:14mm 16mm;width:210mm}.ek1-print .page.A4 .doc-head{grid-gap:10px;align-items:center;border-bottom:2px solid #000;display:grid;gap:10px;grid-template-columns:70px 1fr 70px;margin-bottom:10px;padding-bottom:8px}.ek1-print .page.A4 .doc-head__logo{height:66px;object-fit:contain;width:66px}.ek1-print .page.A4 .doc-head__center{text-align:center}.ek1-print .page.A4 .doc-head__sup{font-size:10px;font-weight:700;letter-spacing:.08em;margin-bottom:3px}.ek1-print .page.A4 .doc-head__title{font-size:14.5px;font-weight:900;letter-spacing:.04em;margin:0 0 4px;text-transform:uppercase}.ek1-print .page.A4 .doc-head__meta{color:#444;font-size:9.5px}.ek1-print .page.A4 .doc-head__qr{align-items:center;display:flex;flex-direction:column;gap:3px}.ek1-print .page.A4 .doc-head__qr-label{color:#555;font-size:7.5px;text-align:center}.ek1-print .page.A4 .block{margin-top:9px}.ek1-print .page.A4 .block-title{background:#000;color:#fff;font-size:10.5px;font-weight:900;letter-spacing:.04em;padding:3px 7px;text-transform:uppercase}.ek1-print .page.A4 table{border-collapse:collapse;display:table!important;margin:0!important;max-width:none!important;table-layout:fixed;width:100%!important}.ek1-print .page.A4 table td,.ek1-print .page.A4 table th{word-wrap:break-word;background:#0000;border:1px solid #000;font-size:11px;overflow-wrap:break-word;padding:4px 7px;text-align:left;vertical-align:top}.ek1-print .page.A4 table th{background:#f4f4f4;font-weight:700;text-align:left}.ek1-print .page.A4 table tbody tr:nth-child(2n),.ek1-print .page.A4 table tbody tr:nth-child(odd){background:var(--surface)}.ek1-print .page.A4 table .center{text-align:center}.ek1-print .page.A4 .sig-grid{border:1px solid #000;border-top:none;display:grid;grid-template-columns:1fr 1fr}.ek1-print .page.A4 .sig-col{padding:0}.ek1-print .page.A4 .sig-col:first-child{border-right:1px solid #000}.ek1-print .page.A4 .sig-col__header{background:#f4f4f4;border-bottom:1px solid #000;font-size:10.5px;font-weight:700;letter-spacing:.03em;padding:4px 7px;text-transform:uppercase}.ek1-print .page.A4 .sig-box{padding:8px 7px 6px}.ek1-print .page.A4 .sig-box__wrapper{margin-bottom:4px;min-height:100px;position:relative}.ek1-print .page.A4 .sig-box__stamp{align-items:center;color:#0e3282;display:flex;gap:6px;justify-content:center;left:50%;opacity:.5;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-5deg);width:90%;z-index:1}.ek1-print .page.A4 .sig-box__stamp-img{flex-shrink:0;height:46px;object-fit:contain;width:46px}.ek1-print .page.A4 .sig-box__stamp-text{font-family:Arial,sans-serif;text-align:left}.ek1-print .page.A4 .sig-box__stamp-text strong{display:block;font-size:9.5px;font-weight:900;line-height:1.2;margin-bottom:2px}.ek1-print .page.A4 .sig-box__stamp-text p{font-size:7px;line-height:1.4;margin:0}.ek1-print .page.A4 .sig-box__img{display:block;left:50%;max-height:90px;max-width:85%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.ek1-print .page.A4 .sig-box__name{color:#000;font-size:10px;font-weight:700;margin-bottom:4px;min-height:14px;text-align:center}.ek1-print .page.A4 .sig-box__description{border-top:1px solid #000;color:var(--text);font-size:9.5px;font-style:italic;padding-top:4px;text-align:center}.ek1-print .page.A4 .sig-box__audit-sentence{color:#999;font-size:7.5px;font-style:italic;line-height:1.4;margin-top:4px;text-align:center}.ek1-print .page.A4 .note{background:var(--muted-surface);border:1px solid #000;font-size:9.5px;line-height:1.5;margin-top:12px;padding:6px 9px}@media print{.ek1-print{background:#0000;margin:0;min-height:auto;padding:0}@page{.ek1-print{margin:0}}.ek1-print .no-print{display:none!important}.ek1-print .page.A4{border:none;box-shadow:none;margin:0;max-width:100%;min-height:auto;padding:5mm;page-break-after:avoid;page-break-inside:avoid;width:100%}.ek1-print *{-webkit-print-color-adjust:exact;print-color-adjust:exact}}@media(max-width:767px){.ek1-print{padding-bottom:40px}.ek1-print .toolbar{gap:6px;padding:8px 10px}.ek1-print .toolbar .btn{font-size:12px;height:30px;padding:0 10px}.ek1-print .toolbar .btn-group{gap:3px;width:100%}.ek1-print .toolbar .btn-group>*{flex:1 1;min-width:0}.ek1-print .toolbar select.btn{padding-right:22px}.ek1-print .toolbar .status-pill{justify-content:center;text-align:center;width:100%}.ek1-print .page.A4{border-radius:8px;font-size:10.5px;margin:8px;min-height:auto;padding:10px 12px;width:100%}.ek1-print .page.A4 .doc-head{gap:6px;grid-template-columns:40px 1fr 40px}.ek1-print .page.A4 .doc-head__logo{height:38px;width:38px}.ek1-print .page.A4 .doc-head__title{font-size:12px}.ek1-print .page.A4 .doc-head__meta,.ek1-print .page.A4 .doc-head__sup{font-size:8px}.ek1-print .page.A4 table td,.ek1-print .page.A4 table th{font-size:9.5px;padding:3px 4px}.ek1-print .page.A4 .sig-box__area{min-height:80px}.ek1-print .page.A4 .sig-box__img{max-height:75px}.ek1-print .page.A4 .note{font-size:8.5px;padding:4px 6px}}@media(min-width:768px)and (max-width:1023px){.ek1-print .page.A4{margin:12px auto;max-width:210mm;padding:10mm 12mm;width:100%}}.batch-print-container{background:#e8e8e8;min-height:100vh;padding-bottom:60px}.batch-print-container .toolbar{align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;flex-wrap:wrap;gap:12px;padding:12px 18px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.batch-print-container .toolbar .title{color:#111;font-weight:700;margin-right:auto}.batch-print-container .toolbar .date-controls{align-items:center;display:flex;gap:8px}.batch-print-container .toolbar .date-controls .field{align-items:center;display:flex;gap:6px}.batch-print-container .toolbar .date-controls .field label{font-size:.9rem;font-weight:600}.batch-print-container .toolbar .date-controls .field input{border:1px solid #ccc;border-radius:4px;padding:4px 8px}.batch-print-container .toolbar .btn{background:#fff;border:1px solid #ccc;border-radius:6px;cursor:pointer;font-weight:600;height:34px;padding:0 14px}.batch-print-container .toolbar .btn.primary{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.batch-print-container .toolbar .btn.success{background:#059669;border-color:#059669;color:#fff}.batch-print-container .print-area{align-items:center;display:flex;flex-direction:column}.batch-print-container .page.A4{background:#fff;box-shadow:0 10px 25px #0000001a;box-sizing:border-box;color:#000;display:flex;flex-direction:column;font-family:Times New Roman,Times,serif;font-size:11.5px;height:297mm;line-height:1.45;margin:20px auto;overflow:hidden;padding:12mm 16mm;width:210mm}.batch-print-container .page.A4 .doc-head{grid-gap:10px;align-items:center;border-bottom:2px solid #000;display:grid;gap:10px;grid-template-columns:70px 1fr 70px;margin-bottom:10px;padding-bottom:8px}.batch-print-container .page.A4 .doc-head__logo{height:66px;object-fit:contain;width:66px}.batch-print-container .page.A4 .doc-head__center{text-align:center}.batch-print-container .page.A4 .doc-head__title{font-size:14.5px;font-weight:900;margin:0}.batch-print-container .page.A4 .block{margin-top:8px}.batch-print-container .page.A4 .block--push-down{margin-top:auto;padding-top:8px}.batch-print-container .page.A4 .block-title{background:#000;color:#fff;font-size:10.5px;font-weight:900;padding:3px 7px;text-transform:uppercase}.batch-print-container .page.A4 table{border-collapse:collapse;display:table!important;margin:0!important;table-layout:fixed;width:100%!important}.batch-print-container .page.A4 table td,.batch-print-container .page.A4 table th{border:1px solid #000;font-size:11px;padding:4px 7px;vertical-align:top}.batch-print-container .page.A4 table th{background:#f4f4f4;font-weight:700;text-align:left}.batch-print-container .page.A4 .sig-grid{border:1px solid #000;border-top:none;display:grid;grid-template-columns:1fr 1fr}.batch-print-container .page.A4 .sig-col:first-child{border-right:1px solid #000}.batch-print-container .page.A4 .sig-col__header{background:#f4f4f4;border-bottom:1px solid #000;font-size:10.5px;font-weight:700;padding:4px 7px}.batch-print-container .page.A4 .sig-box{padding:8px 7px}.batch-print-container .page.A4 .sig-box__wrapper{margin-bottom:4px;min-height:80px;position:relative}.batch-print-container .page.A4 .sig-box .sig-box__stamp{align-items:center;color:#0e3282;display:flex;gap:6px;justify-content:center;left:50%;opacity:.5;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-5deg);width:90%;z-index:1}.batch-print-container .page.A4 .sig-box .sig-box__stamp-img{flex-shrink:0;height:46px;object-fit:contain;width:46px}.batch-print-container .page.A4 .sig-box .sig-box__stamp-text{font-family:Arial,sans-serif;text-align:left}.batch-print-container .page.A4 .sig-box .sig-box__stamp-text strong{display:block;font-size:9.5px;font-weight:900;line-height:1.2;margin-bottom:2px}.batch-print-container .page.A4 .sig-box .sig-box__stamp-text p{font-size:7px;line-height:1.4;margin:0}.batch-print-container .page.A4 .sig-box__img{display:block;left:50%;max-height:90px;max-width:85%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.batch-print-container .page.A4 .sig-box__name{font-size:10px;font-weight:700;text-align:center}.batch-print-container .page.A4 .sig-box__description{border-top:1px solid #000;font-size:9.5px;font-style:italic;padding-top:4px;text-align:center}.batch-print-container .page.A4 .sig-box__audit-sentence{color:#999;font-size:7.5px;font-style:italic;margin-top:4px;text-align:center}.batch-print-container .page.A4 .note{background:#fdfdfd;border:1px solid #000;font-size:9.5px;line-height:1.5;margin-top:12px;padding:6px 9px}@media print{.batch-print-container .navbar,.batch-print-container .no-print,.batch-print-container .sidebar,.batch-print-container .sidebar-backdrop,.batch-print-container footer,.batch-print-container nav{display:none!important}.batch-print-container #root,.batch-print-container .batch-print-container,.batch-print-container .content,.batch-print-container .layout,.batch-print-container .print-area,.batch-print-container body,.batch-print-container html{background:#fff!important;box-shadow:none!important;height:auto!important;margin:0!important;overflow:visible!important;padding:0!important;width:100%!important}.batch-print-container .content{margin-left:0!important}@page{.batch-print-container{size:A4 portrait;margin:0}}.batch-print-container .page.A4{border:none!important;box-shadow:none!important;height:297mm!important;margin:0!important;overflow:hidden!important;padding:10mm 15mm!important;page-break-inside:avoid!important;width:210mm!important}.batch-print-container .page.A4:not(:last-child){page-break-after:always!important}.batch-print-container *{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}.ActivationPage{background:var(--bg);padding:12px}.activation-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:14px}.activation-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.activation-header .btn-close{background:var(--primary);border:1px solid var(--primary);border-radius:8px;color:#fff;cursor:pointer;font-weight:700;height:32px;padding:0 12px;transition:.3s ease}.activation-header .btn-close:hover{filter:brightness(.95)}.activation-header .btn-close:active{transform:translateY(1px)}.activation-title{margin-bottom:14px}.activation-title .name{color:var(--text);font-size:18px;font-weight:700}.activation-title .subtitle{color:var(--text-muted);margin-top:6px}.activation-title .hint{color:#f59e0b;margin-top:4px}.activation-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(12,1fr)}.field{display:flex;flex-direction:column;gap:8px;grid-column:span 3}.field.wide{grid-column:span 6}.field.full{grid-column:1/-1}.label{color:var(--brand-dark);font-size:13.5px}.req{color:#e53935;margin-left:4px}.input,.select{background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--brand-dark);outline:none;padding:10px 12px;transition:.3s ease;width:100%}.input:focus,.select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(var(--primary),.1)}.input[type=number],.select[type=number]{color:var(--primary);font-weight:700;max-width:100px;text-align:center}.switch{height:24px;position:relative;width:44px}.switch input{height:0;opacity:0;width:0}.switch .slider{background:var(--muted-surface);border-radius:999px;box-shadow:inset 0 0 0 1px var(--border);cursor:pointer;inset:0;position:absolute;transition:.3s ease}.switch .slider:before{background:var(--surface);border-radius:50%;box-shadow:var(--shadow);content:"";height:18px;left:3px;position:absolute;top:3px;transition:.3s ease;width:18px}.switch input:checked+.slider{background:var(--secondary);box-shadow:none}.switch input:checked+.slider:before{transform:translateX(20px)}.savebar{display:flex;justify-content:flex-start;margin-top:16px}.btn-primary{background:var(--primary);border:1px solid var(--primary);border-radius:8px;color:#fff;cursor:pointer;font-weight:800;height:36px;padding:0 14px;transition:.3s ease}.btn-primary:hover{filter:brightness(.95)}.btn-primary:active{transform:translateY(1px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.error,.skeleton{padding:10px 12px}.error{color:#e53935}.warn{background:#fbbf241a;border:1px dashed #fcd34d;border-radius:8px;color:#d97706;margin-bottom:10px;padding:10px 12px}.group-navigation{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:20px;padding:15px}.group-navigation .group-nav-header{align-items:center;color:#475569;display:flex;font-size:14px;font-weight:600;gap:8px;margin-bottom:12px}.group-navigation .group-nav-header .group-progress{color:#64748b;font-size:12px;font-weight:500;margin-left:auto}.group-navigation .group-dropdown{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.group-navigation .group-dropdown .select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23475569'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;border-color:#cbd5e1;font-weight:600;max-width:350px;padding-right:40px}.group-navigation .group-dropdown .select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(var(--primary),.1)}.group-navigation .group-dropdown .help-text{color:#64748b;font-size:11px;font-style:italic}.group-navigation .group-station-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.group-navigation .group-station-btn{align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#475569;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:6px 12px;transition:all .15s ease}.group-navigation .group-station-btn:hover{background:rgba(var(--primary),.04);border-color:var(--primary);color:var(--primary)}.group-navigation .group-station-btn.active{background:rgba(var(--primary),.08);border-color:var(--primary);box-shadow:0 0 0 2px rgba(var(--primary),.15);color:var(--primary);font-weight:700}.group-navigation .group-station-btn.done{background:#22c55e0f;border-color:#22c55e}.group-navigation .group-station-btn.done .st-status.ok{color:#22c55e;font-weight:700}.group-navigation .group-station-btn.done.active{border-color:var(--primary);box-shadow:0 0 0 2px rgba(var(--primary),.15)}.group-navigation .group-station-btn .st-name{white-space:nowrap}.group-navigation .group-station-btn .st-status{font-size:14px;line-height:1}.group-navigation .group-station-btn .st-status.pending{color:#94a3b8}.group-navigation .group-station-btn .st-status.ok{color:#22c55e}.group-navigation .btn-fill-remaining{background:#f59e0b0f;border:2px dashed #f59e0b;border-radius:8px;color:#92400e;cursor:pointer;font-size:13px;font-weight:700;padding:10px 16px;transition:all .15s ease;width:100%}.group-navigation .btn-fill-remaining:hover{background:#f59e0b1f;border-color:#d97706}.group-navigation .btn-fill-remaining:disabled{cursor:not-allowed;opacity:.6}@media(max-width:900px){.field{grid-column:span 6}}@media(max-width:600px){.field,.field.full,.field.wide{grid-column:1/-1}}.station-detail-page{padding:16px}.station-detail-page .head{grid-gap:12px;display:grid;grid-template-columns:1fr auto;margin-bottom:14px}.station-detail-page .head .title h1{color:var(--brand-dark);font-weight:800;margin:0}.station-detail-page .head .title .sub{color:#64748b;margin-top:4px}.station-detail-page .head .title .sub .link{color:var(--primary)}.station-detail-page .head .title .sub .mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.station-detail-page .head .title .sub .muted{color:#64748b}.station-detail-page .head .head-actions .btn{border:1px solid #e5e7eb;font-weight:700;height:32px}.station-detail-page .head .head-actions .btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.station-detail-page .head .head-actions .btn.warn{background:var(--secondary);border-color:var(--secondary);color:#fff}.station-detail-page .head .head-actions .btn.danger{background:#ef4444;border-color:#ef4444;color:#fff}.station-detail-page .head .head-actions .btn.ghost{background:var(--surface)}.station-detail-page .card{border:1px solid #e5e7eb;margin-bottom:12px}.station-detail-page .card .card-title{border-left:3px solid var(--primary);color:var(--brand-dark);font-weight:800;margin-bottom:8px;padding-left:8px}.station-detail-page .card .empty{background:var(--muted-surface);border:1px dashed #e5e7eb;border-radius:10px;color:#64748b;font-size:13px;padding:12px}.station-detail-page .info-card .kv{grid-gap:12px;gap:12px;grid-template-columns:repeat(3,1fr)}.station-detail-page .info-card .kv>div{border:1px solid #edf2f7;padding:10px 12px}.station-detail-page .info-card .kv>div b{font-size:13px;font-weight:700}.station-detail-page .info-card .kv>div span{color:var(--text)}.station-detail-page .info-card .kv .badge{border-radius:999px;color:#fff;display:inline-block;font-size:12px;font-weight:700;padding:2px 8px}.station-detail-page .info-card .kv .badge.ok{background:#10b981}.station-detail-page .info-card .kv .badge.no{background:#9ca3af}.station-detail-page .table thead th{border-bottom:1px solid #edf2f7;color:#334155;font-weight:700}.station-detail-page .table tbody td{border-bottom:1px solid #f1f5f9;vertical-align:middle;white-space:nowrap}.station-detail-page .table .badge{border-radius:999px;display:inline-block;font-size:12px;font-weight:700;padding:2px 8px}.station-detail-page .table .badge.ok{background:#10b981;color:#fff}.station-detail-page .table .badge.ghost{background:#eef2f7;color:#334155}.station-detail-page .table .chip{border-radius:8px;display:inline-block;font-size:12px;font-weight:700;line-height:1.6;padding:2px 8px}.station-detail-page .table .chip.risk-risk_yok{background:#64748b;color:#fff}.station-detail-page .table .chip.risk-dusuk{background:var(--secondary);color:#fff}.station-detail-page .table .chip.risk-orta{background:#f59e0b;color:var(--text)}.station-detail-page .table .chip.risk-yuksek{background:#ef4444;color:#fff}.station-detail-page .table .row-actions .btn{background:var(--surface);border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-weight:700;height:28px;padding:0 10px}.station-detail-page .table .row-actions .btn.danger{background:#ef4444;border-color:#ef4444;color:#fff}.station-detail-page .charts-card .charts-head{align-items:center;display:flex;justify-content:space-between}.station-detail-page .charts-card .charts-head .toolbar{align-items:center;display:flex;gap:10px}.station-detail-page .charts-card .charts-head .toolbar label{align-items:center;color:var(--brand-dark);display:flex;font-weight:600;gap:8px}.station-detail-page .charts-card .charts-head .toolbar label select{background:var(--surface);border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;height:32px;padding:0 10px}.station-detail-page .charts-card .chart-block{margin-top:12px}.station-detail-page .charts-card .chart-block h4{color:var(--brand-dark);font-size:15px;font-weight:800;margin:0 0 8px}@media(max-width:1024px){.station-detail-page .info-card .kv{grid-template-columns:1fr}}.ncr-page{padding:16px}.ncr-page .card{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:12px;padding:14px}.ncr-page .card-title{border-left:3px solid #2563eb;font-weight:800;margin-bottom:12px;padding-left:8px}.ncr-page .form-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.ncr-page .form-grid .field{display:flex;flex-direction:column;gap:6px}.ncr-page .form-grid .field.full{grid-column:1/-1}.ncr-page .form-grid label{color:#374151;font-weight:700}.ncr-page .form-grid input,.ncr-page .form-grid select,.ncr-page .form-grid textarea{border:1px solid var(--border);border-radius:8px;padding:8px 10px}.ncr-page .form-grid .dropzone{border:2px dashed var(--border);border-radius:10px;color:var(--text-muted);cursor:pointer;display:grid;min-height:140px;padding:14px;place-items:center;text-align:center}.ncr-page .form-grid .dropzone img{border-radius:8px;max-height:220px;max-width:100%}.ncr-page .form-grid .dropzone:hover{background:var(--muted-surface)}.ncr-page .form-grid .actions{margin-top:6px}.ncr-page .form-grid .btn{background:var(--surface);border:1px solid var(--border);border-radius:8px;cursor:pointer;font-weight:700;height:34px;padding:0 12px}.ncr-page .form-grid .btn.primary{background:#ef4444;border-color:#ef4444;color:#fff}.ncr-page .form-grid .btn.warn{background:#22c55e;border-color:#22c55e;color:#fff}.ncr-page .form-grid .btn.danger{background:#ef4444;border-color:#ef4444;color:#fff}.ncr-page .table{border-collapse:collapse;width:100%}.ncr-page .table thead th{background:var(--muted-surface);border-bottom:1px solid var(--border);font-weight:800;padding:10px 12px;text-align:left}.ncr-page .table tbody td{border-bottom:1px solid #f3f4f6;padding:10px 12px;vertical-align:middle}.ncr-page .badge.ok{background:#10b981}.ncr-page .badge.no,.ncr-page .badge.ok{border-radius:999px;color:#fff;font-size:12px;font-weight:700;padding:2px 8px}.ncr-page .badge.no{background:#ef4444}.ncr-page .row-actions .btn{margin-right:6px}.ncr-page .notes{max-width:420px;overflow-wrap:anywhere}.ncr-page .muted.small{color:var(--text-muted);font-size:12px}.row-link{cursor:pointer}.row-link:hover{background:var(--muted-surface)}.link-like{color:inherit;text-decoration:none}.store-list-page .toolbar{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.store-list-page .toolbar .search{border:1px solid var(--border);border-radius:8px;flex:1 1;min-width:260px;padding:8px 10px}.store-list-page .toolbar .right-controls{align-items:center;display:flex;gap:12px}.store-list-page .toolbar .export{opacity:.5}.store-list-page .toolbar .page-size{align-items:center;display:flex;gap:6px}.store-list-page .hint{color:var(--text-muted);font-size:12px;margin-bottom:8px}.store-list-page .table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.store-list-page table.store-table{border-collapse:collapse;width:100%}.store-list-page table.store-table td,.store-list-page table.store-table th{border-bottom:1px solid #f1f5f9;padding:10px 12px}.store-list-page table.store-table thead th{background:var(--muted-surface);font-size:13px;font-weight:600;text-align:left}.store-list-page table.store-table tbody tr:hover{background:var(--muted-surface)}.store-list-page table.store-table .manager-cell,.store-list-page table.store-table .phone-cell{white-space:nowrap}.store-list-page .status-chip{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:3px 8px}.store-list-page .status-chip.on{background:#dcfce7;color:#166534}.store-list-page .status-chip.off{background:#fee2e2;color:#991b1b}.store-list-page .actions{display:flex;flex-wrap:wrap;gap:8px}.store-list-page .actions .btn{border:0;border-radius:8px;cursor:pointer;padding:6px 10px}.store-list-page .actions .btn-dark{background:#0f172a;color:#fff}.store-list-page .actions .btn-edit{background:#2563eb;color:#fff}.store-list-page .actions .btn-delete{background:#ef4444;color:#fff}.store-list-page .link-strong{color:#111827;font-weight:600;text-decoration:underline}.store-list-page .link-soft{color:#374151;text-decoration:underline}.store-list-page .pagination{align-items:center;display:flex;gap:10px;margin-top:12px}.store-list-page .pagination .page-btn{background:var(--surface);border:1px solid var(--border);border-radius:8px;cursor:pointer;padding:6px 10px}.store-list-page .pagination .page-btn:disabled{cursor:default;opacity:.5}.store-list-page .pagination .page-indicator{font-weight:600}.store-list-page .pagination .count-info{color:var(--text-muted);font-size:12px;margin-left:auto}.clamp-2{-webkit-box-orient:vertical;line-clamp:2;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden}@media(max-width:767px){.store-list-page .toolbar{flex-direction:column}.store-list-page .toolbar .search{min-width:0;width:100%}.store-list-page .toolbar .right-controls{flex-wrap:wrap;width:100%}.store-list-page .table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.store-list-page table.store-table{min-width:600px}.store-list-page table.store-table td,.store-list-page table.store-table th{font-size:13px;padding:8px}.store-list-page .pagination{flex-wrap:wrap}.store-list-page .actions .btn{font-size:11px;padding:4px 6px}}.ncr-detail-page .page-head{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:16px}.ncr-detail-page .page-head .sub{color:var(--text-muted);margin-top:4px}.ncr-detail-page .page-head .head-actions{display:flex;gap:8px}.ncr-detail-page .meta-card .card-title{margin-bottom:10px}.ncr-detail-page .meta-card .kv-table{border:1px solid var(--border);border-collapse:initial;border-radius:12px;border-spacing:0;overflow:hidden;width:100%}.ncr-detail-page .meta-card .kv-table td,.ncr-detail-page .meta-card .kv-table th{padding:12px 14px;vertical-align:top}.ncr-detail-page .meta-card .kv-table th{background:var(--muted-surface);border-right:1px solid var(--border);color:var(--text-muted);font-weight:600;text-align:left;width:240px}.ncr-detail-page .meta-card .kv-table tr+tr td,.ncr-detail-page .meta-card .kv-table tr+tr th{border-top:1px solid var(--border)}.ncr-detail-page .meta-card .kv-table td{color:var(--text)}.ncr-detail-page .meta-card .kv-table .notes-row td{white-space:pre-wrap;word-break:break-word}.ncr-detail-page .image-card .card-title{margin-bottom:8px}.ncr-detail-page .image-card .image-wrap{background:var(--muted-surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);display:block;margin:0 auto;max-width:840px;overflow:hidden}.ncr-detail-page .image-card .image-wrap img{display:block;height:auto;width:100%}.ncr-detail-page .image-card .empty{color:var(--text-muted);text-align:center}.ncr-detail-page .action-bar .actions{display:flex;gap:12px;justify-content:center;padding-top:4px}.ncr-detail-page .action-bar .btn{border-radius:10px;font-size:15px;min-width:140px;padding:12px 18px}.ncr-detail-page .badge{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:600;padding:2px 8px}.ncr-detail-page .badge.ok{background:#dcfce7;color:#166534}.ncr-detail-page .badge.no{background:#fee2e2;color:#991b1b}@media(max-width:900px){.ncr-detail-page .meta-card .kv-table th{width:180px}.ncr-detail-page .action-bar .btn{min-width:120px}}.reports-page{padding:16px}.reports-page .card{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:12px;padding:14px}.reports-page .card .card-title{border-left:3px solid var(--primary);color:rgba(var(--brand-dark),.92);font-weight:800;margin-bottom:12px;padding-left:8px}.reports-page .form-grid{grid-gap:12px 16px;display:grid;gap:12px 16px;grid-template-columns:repeat(2,minmax(0,1fr))}.reports-page .form-grid .field{display:flex;flex-direction:column;gap:6px}.reports-page .form-grid .field.full{grid-column:1/-1}.reports-page .form-grid .field label{color:var(--text-muted);font-size:13px;font-weight:700}.reports-page .form-grid .field input[type=date],.reports-page .form-grid .field input[type=file],.reports-page .form-grid .field input[type=text],.reports-page .form-grid .field textarea{background:var(--surface);border:1px solid var(--border);border-radius:10px;font-size:14px;outline:none;padding:10px 12px;transition:border-color .12s ease,box-shadow .12s ease;width:100%}.reports-page .form-grid .field input[type=date]:focus,.reports-page .form-grid .field input[type=file]:focus,.reports-page .form-grid .field input[type=text]:focus,.reports-page .form-grid .field textarea:focus{border-color:#93c5fd;box-shadow:var(--shadow)}.reports-page .form-grid .field textarea{background:var(--muted-surface);min-height:90px;resize:vertical}.reports-page .form-grid .field .small.muted{color:var(--text-muted);font-size:12px}.reports-page .form-grid .actions{display:flex;gap:8px;grid-column:1/-1;justify-content:flex-end}.reports-page .form-grid .actions .btn{background:var(--surface);border:1px solid var(--border);border-radius:10px;cursor:pointer;font-weight:800;height:36px;padding:0 14px;transition:transform .08s ease,box-shadow .15s ease}.reports-page .form-grid .actions .btn:hover{box-shadow:var(--shadow)}.reports-page .form-grid .actions .btn:active{transform:translateY(1px)}.reports-page .form-grid .actions .btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.reports-page .table{border-collapse:collapse;width:100%}.reports-page .table thead th{background:var(--muted-surface);border-bottom:1px solid #edf2f7;color:var(--text-muted);font-size:13px;font-weight:700;padding:10px 12px;text-align:left;white-space:nowrap}.reports-page .table tbody td{border-bottom:1px solid #f1f5f9;font-size:14px;padding:10px 12px;vertical-align:middle;white-space:nowrap}.reports-page .table tbody td.strong{color:var(--text);font-weight:700}.reports-page .table tbody td.notes{color:var(--text-muted);max-width:420px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reports-page .table tbody td.row-actions{display:flex;gap:6px}.reports-page .table tbody td.row-actions .btn{background:var(--surface);border:1px solid var(--border);border-radius:8px;cursor:pointer;font-weight:700;height:30px;padding:0 10px}.reports-page .table tbody td.row-actions .btn.ghost{background:var(--surface)}.reports-page .table tbody tr:hover{background:var(--muted-surface)}@media(max-width:768px){.reports-page .form-grid{grid-template-columns:1fr}.reports-page .table thead{display:none}.reports-page .table tbody tr{grid-gap:6px;display:grid;gap:6px;grid-template-columns:1fr;padding:8px 0}.reports-page .table tbody td{white-space:normal}}.tpdf-page{background:#f1f5f9;min-height:100vh;padding:12px 12px 48px}.tpdf-container{margin:0 auto;max-width:1200px;width:100%}.tpdf-loading{color:var(--text-muted);font-size:16px;padding:40px;text-align:center}.tpdf-modal-backdrop{background:#00000059;display:grid;inset:0;place-items:center;position:fixed;z-index:50}.tpdf-modal{background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);overflow:hidden;width:min(720px,92vw)}.tpdf-modal__head{align-items:center;background:linear-gradient(180deg,#fafafa,#f5f5f5);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:14px 16px}.tpdf-modal__head h3{color:#111827;font-weight:800;margin:0}.tpdf-modal__close{-webkit-appearance:none;appearance:none;background:#0000;border:0;border-radius:8px;cursor:pointer;font-size:24px;line-height:1;padding:4px 6px}.tpdf-modal__close:hover{background:var(--muted-surface)}.tpdf-modal__body{grid-gap:14px 16px;display:grid;gap:14px 16px;grid-template-columns:1fr 1fr;padding:16px}.tpdf-form-row{grid-gap:6px;display:grid;gap:6px}.tpdf-form-row label{color:var(--text-muted);font-size:13px;font-weight:700}.tpdf-form-row input,.tpdf-form-row select{background:var(--surface);border:1px solid var(--border);border-radius:8px;color:inherit;font-weight:600;height:38px;padding:0 10px}.tpdf-modal__actions{display:flex;gap:8px;grid-column:1/-1;justify-content:flex-end;margin-top:6px}.tpdf-modal__actions .btn{background:var(--surface);border:1px solid var(--border);border-radius:10px;color:inherit;cursor:pointer;font-weight:800;height:38px;padding:0 14px}.tpdf-modal__actions .btn.primary{background:#22c55e;border-color:#22c55e;color:#fff}.tpdf-modal__actions .btn.ghost{background:var(--surface)}.tpdf-cover{background:linear-gradient(135deg,#14b8a6,#0d9488);border-radius:14px;color:#fff;margin-bottom:20px;padding:40px 30px;text-align:center}.tpdf-cover__logo{font-size:28px;font-weight:900;letter-spacing:1px;margin-bottom:20px;text-transform:uppercase}.tpdf-cover__logo span{font-weight:400;opacity:.8}.tpdf-cover__title-block{margin-bottom:30px}.tpdf-cover__h1{font-size:28px;font-weight:900;margin:0}.tpdf-cover__period{font-size:16px;margin-top:6px;opacity:.85}.tpdf-cover__info-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;text-align:left}.tpdf-cover__info-card{background:#ffffff1f;border-radius:10px;font-size:13px;line-height:1.5;padding:14px}.tpdf-cover__info-badge{background:#ffffff40;border-radius:6px;display:inline-block;font-size:11px;font-weight:800;letter-spacing:.5px;margin-bottom:8px;padding:2px 10px}.tpdf-cover__info-name{font-size:15px;font-weight:800;margin-bottom:4px}.tpdf-body{display:flex;flex-direction:column;gap:16px}.tpdf-meta-bar{background:var(--muted-surface);border:1px solid var(--border);border-radius:8px;color:var(--text-muted);display:flex;flex-wrap:wrap;font-size:12px;gap:12px;padding:8px 12px}.tpdf-banner{background:linear-gradient(135deg,#14b8a6,#0d9488);border-radius:10px;color:#fff;padding:16px 20px}.tpdf-banner__title{font-size:18px;font-weight:800}.tpdf-banner__sub{font-size:13px;margin-top:4px;opacity:.85}.tpdf-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:16px}.tpdf-card--overflow{overflow:visible}.tpdf-card--teal-banner{border-top:4px solid #14b8a6}.tpdf-card__h2{border-left:4px solid #14b8a6;color:#111827;font-size:17px;font-weight:800;margin:0 0 12px;padding-left:10px}.tpdf-card__intro{color:var(--text-muted);font-size:14px;line-height:1.5;margin:0 0 14px}.tpdf-kpi-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin:14px 0}.tpdf-kpi-grid--2col{grid-template-columns:1fr 1fr}.tpdf-kpi{background:var(--muted-surface);border:1px solid var(--border);border-radius:10px;padding:12px;text-align:center}.tpdf-kpi--accent{background:#0d94880d;border-color:#14b8a6}.tpdf-kpi__label{color:var(--text-muted);font-size:12px;font-weight:600;margin-bottom:4px}.tpdf-kpi__value{color:#111827;font-size:22px;font-weight:900}.tpdf-kpi__hint{color:var(--text-muted);font-size:11px;margin-top:3px}.tpdf-tag-row{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.tpdf-tag{border-radius:999px;color:#fff;display:inline-block;font-size:12px;font-weight:700;padding:4px 12px}.tpdf-tag--teal{background:#14b8a6}.tpdf-tag--blue{background:#3b82f6}.tpdf-infobox{border-radius:10px;font-size:13px;line-height:1.4;margin:6px 0;padding:6px 14px}.tpdf-infobox--neutral{background:#f8fafc;border:1px solid #e2e8f0;color:#475569}.tpdf-infobox--info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.tpdf-infobox--warning{background:#fef3c7;border:1px solid #fcd34d;color:#92400e}.tpdf-sub-title{color:#111827;font-size:15px;font-weight:800;margin:16px 0 10px}.tpdf-badge{border-radius:999px;color:#fff;font-size:12px;padding:3px 10px}.tpdf-badge--default{background:#9ca3af}.tpdf-badge--red{background:#ef4444}.tpdf-badge--amber{background:#f59e0b}.tpdf-badge--green{background:#22c55e}.tpdf-list{color:#374151;font-size:14px;line-height:1.8;margin:0;padding-left:20px}.tpdf-table{border-collapse:collapse;font-size:12px;margin:4px 0;width:100%}.tpdf-table thead th{background:#f8fafc;border-bottom:2px solid #e2e8f0;color:#475569;font-size:10px;font-weight:700;line-height:1.2;padding:4px 8px;text-align:left;white-space:nowrap}.tpdf-table tbody td{border-bottom:1px solid #f1f5f9;color:#374151;line-height:1.2;padding:3px 8px;vertical-align:middle}.tpdf-table tbody tr:hover{background:rgba(0,0,0,.015)}.tpdf-table--comparison td,.tpdf-table--comparison th{min-width:90px;white-space:nowrap}.tpdf-table__total-row{background:#f8fafc;font-weight:800}.tpdf-td-center{text-align:center}.tpdf-td-bold{color:#111827;font-weight:800}.tpdf-td-empty{color:#94a3b8;font-style:italic;padding:10px!important;text-align:center}.tpdf-td-notes{word-wrap:break-word;max-width:150px}.tpdf-td-notes,.tpdf-td-species{color:#64748b;font-size:11px;white-space:normal}.tpdf-td-species{max-width:120px}.tpdf-table--detailed td,.tpdf-table--detailed th{min-width:50px;padding:4px 6px}.tpdf-badge{background:#f1f5f9;border-radius:4px;color:#475569;display:inline-block;font-size:9px;font-weight:800;padding:1px 6px;text-transform:uppercase}.tpdf-badge--red{background:#fee2e2;color:#b91c1c}.tpdf-badge--green{background:#dcfce7;color:#166534}.tpdf-badge--amber{background:#fef3c7;color:#92400e}.tpdf-badge--blue{background:#dbeafe;color:#1e40af}.tpdf-scroll-x{-webkit-overflow-scrolling:touch;overflow-x:auto}.tpdf-scroll-x::-webkit-scrollbar{height:6px}.tpdf-scroll-x::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.tpdf-cmp-date{color:var(--text-muted);font-size:11px;margin-bottom:4px}.tpdf-cmp-chip{border-radius:6px;display:inline-block;font-size:11px;font-weight:700;padding:2px 8px}.tpdf-cmp-chip--active{background:#ef44441a;color:#b91c1c}.tpdf-cmp-chip--inactive{background:#22c55e1a;color:#166534}.tpdf-cmp-chip--broken{background:#f59e0b1f;color:#92400e}.tpdf-cmp-species{color:#6b7280;font-size:11px;margin-top:2px}.tpdf-cmp-count{color:#374151;font-size:12px;margin-top:2px}.tpdf-cmp-note{color:#14b8a6;font-size:11px}.tpdf-cmp-note--warn{color:#f59e0b}.tpdf-pie-wrap{margin:14px 0}.tpdf-teal-header{background:linear-gradient(135deg,#14b8a6,#0d9488);border-radius:10px 10px 0 0;color:#fff;margin:-16px -16px 16px;padding:14px 16px}.tpdf-teal-header__title{font-size:16px;font-weight:800}.tpdf-teal-header__sub{font-size:12px;margin-top:3px;opacity:.8}.tpdf-chem-section{border-bottom:1px solid var(--border);margin-bottom:16px;padding-bottom:16px}.tpdf-chem-section:last-of-type{border-bottom:none}.tpdf-actions{background:#f8fafc;border:1px solid var(--border);border-radius:12px;display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding:16px}.tpdf-actions--top{background:#fff;box-shadow:0 1px 3px #0000000d;justify-content:space-between;margin-bottom:20px;margin-top:0}.tpdf-actions .btn{align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:10px;color:inherit;cursor:pointer;display:inline-flex;font-size:13px;font-weight:800;height:38px;justify-content:center;padding:0 14px;text-decoration:none;transition:opacity .15s,filter .15s}.tpdf-actions .btn:hover{opacity:.85}.tpdf-actions .btn.primary{background:#2563eb;border-color:#2563eb;color:#fff}.tpdf-actions .btn.ghost{background:var(--surface)}.recharts-legend-item-text{fill:#111827!important;font-weight:700}@media(max-width:768px){.tpdf-page{padding:8px 8px 32px}.tpdf-cover{height:auto;min-height:auto;padding:24px 16px}.tpdf-cover__info-row{gap:12px;grid-template-columns:1fr}.tpdf-kpi-grid{gap:8px;grid-template-columns:repeat(2,1fr)}.tpdf-summary-row{gap:12px;grid-template-columns:1fr}.tpdf-infobox{grid-template-columns:1fr;padding:12px;text-align:center}.tpdf-infobox .tpdf-infobox__icon{margin:0 auto 8px}.tpdf-actions{align-items:stretch;flex-direction:column;gap:10px}.tpdf-actions .btn{justify-content:center;width:100%}.tpdf-modal__body{grid-template-columns:1fr;padding:12px}.tpdf-card{padding:12px}.tpdf-card__h2{font-size:15px}.recharts-responsive-container{height:200px!important}}@media(max-width:480px){.tpdf-kpi-grid{grid-template-columns:1fr}.tpdf-cover__title{font-size:22px}}@media print{@page{size:A4 landscape;margin:10mm}.navbar,.print-hide,.sidebar,.sidebar-open,.sidebar-overlay,.tpdf-actions,.tpdf-modal-backdrop,nav{display:none!important}#root,.content,.layout,body,html,main{background:#fff!important;height:auto!important;margin:0!important;min-height:auto!important;overflow:visible!important;padding:0!important}.tpdf-page{padding:0}.tpdf-body,.tpdf-card,.tpdf-page{display:block!important}.tpdf-card{border:none!important;border-radius:0!important;border-top:2px solid #ccc!important;box-shadow:none!important;clear:both;margin-bottom:20px!important;padding:10px 0!important;page-break-inside:auto!important}.recharts-responsive-container,.tpdf-card__h2,.tpdf-infobox,.tpdf-sub-title,.tpdf-table{break-inside:avoid!important;page-break-inside:avoid!important}.tpdf-cover{background:#14b8a6!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.recharts-responsive-container{width:100%!important}.tpdf-scroll-x{overflow:visible!important}.tpdf-table{font-size:9px!important;margin:2px 0 10px!important}.tpdf-table--comparison td,.tpdf-table--comparison th{min-width:0!important;white-space:normal!important;word-break:break-word}.tpdf-table thead th{font-size:9px!important}.tpdf-table tbody td,.tpdf-table thead th{padding:3px 4px!important}.tpdf-table tr{break-inside:avoid;page-break-inside:avoid}}.report-detail-page{padding:16px}.report-detail-page .head{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:14px}.report-detail-page .head h1{color:var(--brand-dark);font-size:22px;font-weight:800;margin:0}.report-detail-page .head .sub{color:var(--text-muted);font-size:13px;margin-top:4px}.report-detail-page .head .sub .mono{background:var(--muted-surface);border:1px solid var(--border);border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;padding:1px 6px}.report-detail-page .head .head-actions{display:flex;gap:8px}.report-detail-page .head .head-actions .btn{background:var(--surface);border:1px solid var(--border);border-radius:8px;cursor:pointer;font-weight:700;height:34px;padding:0 12px;transition:transform .08s ease,box-shadow .15s ease}.report-detail-page .head .head-actions .btn:hover{box-shadow:var(--shadow)}.report-detail-page .head .head-actions .btn:active{transform:translateY(1px)}.report-detail-page .head .head-actions .btn.ghost{background:var(--surface)}.report-detail-page .card{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:12px;padding:14px}.report-detail-page .card .card-title{border-left:3px solid var(--primary);color:rgba(var(--brand-dark),.92);font-weight:800;margin-bottom:10px;padding-left:8px}.report-detail-page .meta .info{border-collapse:collapse;width:100%}.report-detail-page .meta .info td,.report-detail-page .meta .info th{border-bottom:1px solid #f1f5f9;font-size:14px;padding:10px 12px;vertical-align:top}.report-detail-page .meta .info th{background:var(--muted-surface);color:var(--text-muted);font-weight:700;text-align:left;white-space:nowrap;width:220px}.report-detail-page .meta .info td{color:var(--text);word-break:break-word}.report-detail-page .meta .info a{color:var(--primary);text-decoration:none;word-break:break-all}.report-detail-page .viewer .img-view,.report-detail-page .viewer .pdf-view{background:var(--muted-surface);border:1px solid var(--border);border-radius:10px;width:100%}.report-detail-page .viewer .pdf-view{height:clamp(420px,70vh,880px)}.report-detail-page .viewer .img-view{display:block;max-height:70vh;object-fit:contain}.report-detail-page .viewer .empty{background:var(--muted-surface);border:1px dashed var(--border);border-radius:10px;color:var(--text-muted);padding:14px;text-align:center}.report-detail-page .viewer .empty .btn{background:var(--surface);border:1px solid var(--border);border-radius:8px;cursor:pointer;font-weight:700;height:34px;margin-top:8px;padding:0 12px}.report-detail-page .actions-bar .actions{align-items:center;display:flex;gap:10px;justify-content:center}.report-detail-page .actions-bar .actions .btn{background:var(--surface);border:1px solid var(--border);border-radius:12px;cursor:pointer;font-weight:800;height:42px;padding:0 16px;transition:transform .08s ease,box-shadow .15s ease}.report-detail-page .actions-bar .actions .btn:hover{box-shadow:var(--shadow)}.report-detail-page .actions-bar .actions .btn:active{transform:translateY(1px)}.report-detail-page .actions-bar .actions .btn.danger{background:#ef4444;border-color:#ef4444;color:#fff}@media(max-width:768px){.report-detail-page .head{align-items:flex-start;flex-direction:column;gap:6px}.report-detail-page .meta .info th{width:160px}.report-detail-page .actions-bar .actions .btn{height:38px;padding:0 14px}}.company-certs .cert-card .c-preview{align-items:center;background:#00000008;border:1px solid var(--border);border-radius:8px;display:flex;height:250px;justify-content:center;margin-bottom:16px;overflow:hidden;width:100%}.company-certs .cert-card .c-preview .preview-frame{border:none;height:100%;object-fit:cover;width:100%}.company-certs .cert-card .c-preview .preview-frame p{color:var(--text-muted);font-size:13px;padding:20px;text-align:center}.company-certs .modal-content .modal-body .form-group input[type=text],.company-certs .modal-content .modal-body .form-group textarea{background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:14px;padding:10px 12px;transition:border-color .2s;width:100%}.company-certs .modal-content .modal-body .form-group input[type=text]:focus,.company-certs .modal-content .modal-body .form-group textarea:focus{border-color:var(--primary);outline:none}.company-certs{animation:fadeIn .3s ease;margin:0 auto;max-width:1200px;width:100%}.company-certs .head{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:24px}.company-certs .head h2{color:var(--text);font-size:22px;font-weight:800;margin:0}.company-certs .empty{background:var(--surface);border:1px dashed var(--border);border-radius:12px;color:var(--text-muted);font-size:15px;padding:30px;text-align:center}.company-certs .certs-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.company-certs .cert-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;justify-content:space-between;padding:16px;transition:transform .2s,box-shadow .2s}.company-certs .cert-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.company-certs .cert-card .c-info h3{color:var(--text);font-size:16px;font-weight:700;line-height:1.4;margin:0 0 8px}.company-certs .cert-card .c-info .notes{color:var(--text-muted);font-size:13px;line-height:1.5;margin:0 0 12px;white-space:pre-wrap}.company-certs .cert-card .c-info .meta{color:var(--text-muted);font-size:12px;font-weight:600;margin-bottom:16px}.company-certs .cert-card .c-actions{display:flex;gap:8px;margin-top:auto}.company-certs .cert-card .c-actions .btn{border-radius:8px;flex:1 1;font-size:13px;padding:8px}.company-certs .modal-backdrop{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:2000}.company-certs .modal-content{animation:scaleIn .3s ease;background:var(--surface);border-radius:12px;box-shadow:0 10px 30px #0003;display:flex;flex-direction:column;max-width:450px;width:100%}.company-certs .modal-content .modal-header{align-items:center;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:16px 20px}.company-certs .modal-content .modal-header h3{color:var(--text);font-size:18px;font-weight:700;margin:0}.company-certs .modal-content .modal-header .close-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:24px;line-height:1;transition:color .2s}.company-certs .modal-content .modal-header .close-btn:hover{color:var(--danger)}.company-certs .modal-content .modal-body{display:flex;flex-direction:column;gap:16px;padding:20px}.company-certs .modal-content .modal-body .form-group{display:flex;flex-direction:column;gap:6px}.company-certs .modal-content .modal-body .form-group label{color:var(--text);font-size:14px;font-weight:600}.company-certs .modal-content .modal-body .form-group input[type=text],.company-certs .modal-content .modal-body .form-group select,.company-certs .modal-content .modal-body .form-group textarea{background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:14px;padding:10px 12px;transition:border-color .2s;width:100%}.company-certs .modal-content .modal-body .form-group input[type=text]:focus,.company-certs .modal-content .modal-body .form-group select:focus,.company-certs .modal-content .modal-body .form-group textarea:focus{border-color:var(--primary);outline:none}.company-certs .modal-content .modal-body .form-group input[type=file]{color:var(--text);font-size:14px}.company-certs .modal-content .modal-body .form-group input[type=file]::-webkit-file-upload-button{background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text);cursor:pointer;margin-right:12px;padding:8px 12px;-webkit-transition:background .2s;transition:background .2s}.company-certs .modal-content .modal-body .form-group input[type=file]::file-selector-button{background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text);cursor:pointer;margin-right:12px;padding:8px 12px;transition:background .2s}.company-certs .modal-content .modal-body .form-group input[type=file]::-webkit-file-upload-button:hover{background:var(--hover-bg)}.company-certs .modal-content .modal-body .form-group input[type=file]::file-selector-button:hover{background:var(--hover-bg)}.company-certs .viewer-backdrop{padding:40px;z-index:3000}@media(max-width:768px){.company-certs .viewer-backdrop{padding:16px}}.company-certs .viewer-modal-content{animation:scaleIn .3s ease;background:var(--surface);border-radius:12px;box-shadow:0 15px 50px #00000080;display:flex;flex-direction:column;height:90vh;max-width:1000px;overflow:hidden;width:100%}.company-certs .viewer-modal-content .viewer-header{align-items:center;background:var(--surface);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:16px 24px}.company-certs .viewer-modal-content .viewer-header h3{color:var(--text);font-size:18px;font-weight:700;margin:0}.company-certs .viewer-modal-content .viewer-header .close-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:32px;line-height:1;transition:color .2s}.company-certs .viewer-modal-content .viewer-header .close-btn:hover{color:var(--danger)}.company-certs .viewer-modal-content .viewer-body{align-items:center;background:#0000000d;display:flex;flex:1 1;justify-content:center;overflow:hidden}.company-certs .viewer-modal-content .viewer-body iframe{border:none;height:100%;width:100%}.company-certs .viewer-modal-content .viewer-body img{max-height:100%;max-width:100%;object-fit:contain}.vc-page{display:flex;flex-direction:column;gap:20px;padding:1rem 0}.card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d;padding:16px}.badge{border-radius:6px;font-size:10px;letter-spacing:.02em;text-transform:uppercase}.badge.xs{font-size:9px;padding:1px 4px}.badge.st-planned{background:#eff6ff;color:#1e40af}.badge.st-pending{background:#f8fafc;border:1px solid #e2e8f0;color:#475569}.badge.st-completed{background:#f0fdf4}.badge.st-failed{background:#fef2f2}.badge.st-cancelled{background:#f1f5f9;color:#334155}.badge.st-postponed{background:#fffbeb}.vc-legend{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;display:flex;flex-wrap:wrap;gap:12px;padding:12px}.vc-legend .lg-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 2px #0000000d;color:#475569;display:flex;font-size:13px;font-weight:600;gap:8px;padding:6px 12px}.vc-legend .lg-item .dot{border-radius:50%;height:10px;width:10px}.vc-toolbar{gap:16px;justify-content:space-between;margin-bottom:8px}.vc-toolbar,.vc-toolbar .left{align-items:center;display:flex}.vc-toolbar .left{gap:12px}.vc-toolbar .seg{background:#f1f5f9;border-radius:12px;display:inline-flex;gap:4px;padding:4px}.vc-toolbar .seg button{background:#0000;border:0;border-radius:8px;color:#64748b;cursor:pointer;font-size:13px;font-weight:600;padding:6px 16px;transition:all .2s}.vc-toolbar .seg button.on{background:#fff;box-shadow:0 4px 6px -1px #0000001a;color:#0f172a}.vc-toolbar .seg button:hover:not(.on){color:#0f172a}.vc-toolbar input{border:1px solid #e2e8f0;border-radius:10px;font-size:14px;outline:none;padding:8px 12px}.vc-toolbar input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.vc-day{--hours-width:72px;--col-head:48px;--hour-height:80px;--grid-hours:19;--grid-height:calc(var(--grid-hours)*var(--hour-height));grid-gap:16px;display:grid;gap:16px;grid-template-columns:var(--hours-width) 1fr;overflow-x:hidden}.vc-day .hours{display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}.vc-day .hours .hours-head{border-bottom:2px solid #f1f5f9;height:var(--col-head)}.vc-day .hours .hours-grid{border-right:1px solid #f1f5f9;display:flex;flex-direction:column;height:var(--grid-height)}.vc-day .hours .hours-grid .h{align-items:flex-start;color:#94a3b8;display:flex;font-size:12px;font-weight:600;height:var(--hour-height);justify-content:flex-end;padding:8px 12px 0 0}.vc-day .days{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,minmax(320px,1fr));grid-template-columns:repeat(var(--day-cols,3),minmax(320px,1fr));overflow:hidden;padding-bottom:4px}.vc-day .days .col{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 6px -1px #0000000d;display:flex;flex-direction:column;overflow:hidden}.vc-day .days .col .col-head{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#1e293b;cursor:pointer;display:flex;font-size:14px;font-weight:700;height:var(--col-head);justify-content:center}.vc-day .days .col .col-grid{--lane-gap:8px;background:linear-gradient(180deg,#f8fafc 1px,#0000 0) repeat-y;background-size:100% var(--hour-height);cursor:crosshair;height:var(--grid-height);padding:0 12px;position:relative}.vc-day .days .col .col-grid .event{background:#fff;border:1px solid #e2e8f0;border-left:5px solid #3b82f6;border-left:5px solid var(--ev-color,#3b82f6);border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;display:flex;flex-direction:column;gap:6px;left:calc(var(--lane-gap) + var(--lane-index)*((100% - var(--lane-gap)*(var(--lane-count) + 1))/var(--lane-count) + var(--lane-gap)));min-height:72px;overflow:hidden;padding:10px;position:absolute;transition:all .2s cubic-bezier(.4,0,.2,1);width:calc((100% - var(--lane-gap)*(var(--lane-count) + 1))/var(--lane-count));z-index:5}.vc-day .days .col .col-grid .event:hover{border-color:var(--ev-color);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:scale(1.02);z-index:100}.vc-day .days .col .col-grid .event .ev-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.vc-day .days .col .col-grid .event .ev-header .ev-time{align-items:center;color:#64748b;display:flex;font-size:11px;font-weight:700;gap:3px;white-space:nowrap}.vc-day .days .col .col-grid .event .ev-title{-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;color:#1e293b;display:-webkit-box;font-size:13px;font-weight:800;line-height:1.3;overflow:hidden}.vc-day .days .col .col-grid .event .ev-details{display:flex;flex-direction:column;gap:4px;margin-top:auto}.vc-day .days .col .col-grid .event .ev-details .ev-detail-item{align-items:center;color:#64748b;display:flex;font-size:11px;font-weight:500;gap:6px}.vc-day .days .col .col-grid .event .ev-details .ev-detail-item svg{color:var(--ev-color);flex-shrink:0}.vc-day .days .col .col-grid .event .ev-details .ev-detail-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vc-day .days .col .col-grid .event .ev-delete-btn{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;font-size:14px;height:22px;justify-content:center;opacity:0;position:absolute;right:4px;top:4px;transition:all .2s;width:22px}.vc-day .days .col .col-grid .event .ev-delete-btn:hover{background:#fee2e2;color:#ef4444;opacity:1}.vc-day .days .col .col-grid .event:hover .ev-delete-btn{opacity:1}.vc-day .days .col.is-selected{border-color:#3b82f6}.vc-day .days .col.is-selected .col-head{background:#eff6ff;color:#1e40af}.vc-month .month-nav{align-items:center;display:flex;gap:24px;justify-content:center;margin-bottom:20px}.vc-month .month-nav .month-title{color:#0f172a;font-size:20px;font-weight:800;text-transform:capitalize}.vc-month .month-nav .nav-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#64748b;cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;transition:all .2s;width:40px}.vc-month .month-nav .nav-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.vc-month .dow{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(7,1fr);margin-bottom:12px}.vc-month .dow div{color:#94a3b8;font-size:12px;font-weight:700;letter-spacing:.05em;text-align:center;text-transform:uppercase}.vc-month .grid{grid-gap:8px;display:grid;gap:8px}.vc-month .grid .row{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(7,1fr)}.vc-month .grid .row .cell{background:#fff;border:1px solid #e2e8f0;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;min-height:120px;padding:8px;transition:all .2s}.vc-month .grid .row .cell:hover{border-color:#3b82f6;box-shadow:0 10px 15px -3px #0000000d}.vc-month .grid .row .cell.muted{background:#f8fafc;opacity:.5}.vc-month .grid .row .cell .date{color:#94a3b8;display:flex;font-size:13px;font-weight:700;justify-content:flex-end;margin-bottom:8px}.vc-month .grid .row .cell .list{display:flex;flex-direction:column;gap:4px}.vc-month .grid .row .cell .list .pill{align-items:center;background:#f8fafc;border-left:3px solid #3b82f6;border-left:3px solid var(--ev-color,#3b82f6);border-radius:8px;color:#1e293b;display:flex;font-size:11px;font-weight:600;gap:6px;padding:4px 8px}.vc-month .grid .row .cell .list .pill .t{max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vc-month .grid .row .cell .list .pill .m{color:#64748b;font-size:10px;font-weight:700;margin-left:auto}.vc-month .grid .row .cell .list .more{color:#3b82f6;font-size:11px;font-weight:700;margin-top:4px;text-align:center}.vc-year{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.vc-year .ym{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 6px -1px #0000000d;cursor:pointer;padding:20px;transition:all .3s}.vc-year .ym:hover{border-color:#3b82f6;box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-4px)}.vc-year .ym .ym-head{color:#0f172a;font-size:16px;font-weight:800;margin-bottom:12px}.vc-year .ym .ym-body{align-items:center;color:#64748b;display:flex;font-size:14px;font-weight:600;gap:12px}.vc-year .ym .ym-body .count-badge{background:#3b82f6;border-radius:10px;color:#fff;font-weight:800;height:32px;width:32px}.vc-modal-backdrop,.vc-year .ym .ym-body .count-badge{align-items:center;display:flex;justify-content:center}.vc-modal-backdrop{background:#00000059;inset:0;position:fixed;z-index:50}.vc-modal{background:var(--surface);border-radius:12px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;display:flex;flex-direction:column;max-height:90vh;max-width:calc(100vw - 24px);overflow:hidden;width:760px}.vc-modal .vc-modal-head{align-items:center;background:#0f172a!important;color:#fff;display:flex;justify-content:space-between;padding:18px 24px!important}.vc-modal .vc-modal-head .close{background:#0000;border:0;color:#fff;cursor:pointer;font-size:18px}.vc-modal .vc-modal-body{display:flex;flex:1 1;flex-direction:column;gap:16px!important;overflow-y:auto;padding:20px 24px!important}.vc-modal .vc-modal-body .field-row{align-items:flex-start;display:flex;gap:12px}.vc-modal .vc-modal-body .field-row .field{flex:1 1;margin-bottom:0}.vc-modal .vc-modal-body .field{display:flex;flex-direction:column;gap:6px}.vc-modal .vc-modal-body .field label{color:var(--text-muted);font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.vc-modal .vc-modal-body .field input[type=date],.vc-modal .vc-modal-body .field input[type=number],.vc-modal .vc-modal-body .field input[type=text],.vc-modal .vc-modal-body .field select,.vc-modal .vc-modal-body .field textarea{border:1px solid var(--border);border-radius:8px;padding:8px 10px}.vc-modal .vc-modal-body .field.full{width:100%}.vc-modal .vc-modal-body .field.recurrence-toggle{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;margin-top:8px;padding:16px;width:100%}.vc-modal .vc-modal-body .field.recurrence-toggle .type-switch{grid-gap:8px;background:#e2e8f0;border-radius:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;margin-top:8px;padding:4px}.vc-modal .vc-modal-body .field.recurrence-toggle .type-switch button{background:#0000;border:none;border-radius:6px;color:#64748b;cursor:pointer;font-size:13px;font-weight:600;padding:8px;transition:all .2s}.vc-modal .vc-modal-body .field.recurrence-toggle .type-switch button.on{background:#fff;box-shadow:0 2px 4px #0000000d;color:#3b82f6!important}.vc-modal .vc-modal-body .recurrence-fields{grid-gap:16px;animation:slideDown .3s ease-out;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;display:grid;gap:16px;grid-template-columns:1fr 1fr;padding:16px;width:100%}.vc-modal .vc-modal-body .recurrence-fields .field{margin-bottom:0}.vc-modal .vc-modal-foot{background:var(--muted-surface);border-top:1px solid var(--border);display:flex;gap:8px;justify-content:flex-end;padding:16px 24px!important}.vc-modal .vc-modal-foot .btn{background:#7c3aed;border:0;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;text-decoration:none;transition:background .2s ease}.vc-modal .vc-modal-foot .btn:hover{background:#6d28d9}.vc-modal .vc-modal-foot .btn.ghost{background:#f1f5f9;color:#475569}.vc-modal .vc-modal-foot .btn.ghost:hover{background:#e2e8f0}.vc-modal .store-results{grid-gap:6px;display:grid;gap:6px;grid-template-columns:1fr;margin-top:6px;max-height:220px;overflow:auto}@media(min-width:720px){.vc-modal .store-results{grid-template-columns:repeat(2,1fr)}}.vc-modal .store-item{align-items:center;border:1px solid var(--border);border-radius:8px;cursor:pointer;display:flex;gap:8px;padding:6px 8px;transition:background .15s ease,border-color .15s ease}.vc-modal .store-item input{accent-color:#2563eb;margin:0}.vc-modal .store-item:hover{background:var(--muted-surface)}.vc-modal .store-item.on{background:#eff6ff;border-color:#2563eb}.vc-modal .store-empty{font-style:italic}.vc-modal .store-empty,.vc-modal .store-loading{color:var(--text-muted);padding:4px 0}.pill-delete-btn{align-items:center;background:#0000004d;border:none;border-radius:999px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:12px;height:16px;justify-content:center;line-height:1;margin-left:-2px;opacity:0;transition:opacity .2s,background .2s;width:16px}.pill-delete-btn:hover{background:#dc2626;opacity:1}.pill:hover .pill-delete-btn{opacity:.7}.vc-delete-modal{max-width:400px}.vc-delete-body{padding:16px 16px 12px;text-align:center}.vc-delete-body p{color:var(--text);font-size:14px;margin:0 0 8px}.vc-delete-body .delete-title{color:#111827;font-size:15px;font-weight:700}.vc-delete-body .delete-warn{color:#dc2626;font-size:12px;margin-top:6px}.btn-danger{background:#dc2626!important;color:#fff!important}.btn-danger:hover{background:#b91c1c!important}.btn-danger:disabled{cursor:not-allowed;opacity:.6}@media(max-width:768px){.vc-toolbar{flex-wrap:wrap;gap:10px}.vc-toolbar .left{flex-wrap:wrap;gap:8px;width:100%}.vc-toolbar .seg button{font-size:12px;padding:5px 11px}.vc-toolbar .right{width:100%}.vc-toolbar .right input{box-sizing:border-box;width:100%}.vc-legend{flex-wrap:nowrap;gap:8px;overflow-x:auto;padding:8px}.vc-legend .lg-item{flex-shrink:0;font-size:11px;padding:4px 8px}.vc-day{display:block}.vc-day .hours{display:none}.vc-day .days{display:flex;flex-direction:column;gap:12px}.vc-day .days .col{border-radius:14px}.vc-day .days .col .col-head{font-size:13px;padding:0 12px}.vc-day .days .col .col-grid{background:none;cursor:default;display:flex;flex-direction:column;gap:6px;height:auto!important;padding:8px 10px;position:static}.vc-day .days .col .col-grid .event{border-radius:10px;height:auto!important;left:auto!important;min-height:0!important;min-height:auto!important;padding:8px 10px;position:static!important;top:auto!important;width:100%!important}.vc-day .days .col .col-grid .event .ev-title{-webkit-line-clamp:2;font-size:12px}.vc-day .days .col .col-grid .event .ev-details .ev-detail-item{font-size:10px}.vc-day .days .col .col-grid .event .ev-delete-btn{opacity:1}.vc-month .month-nav{gap:12px;margin-bottom:12px}.vc-month .month-nav .month-title{font-size:16px}.vc-month .month-nav .nav-btn{font-size:16px;height:32px;width:32px}.vc-month .dow div{font-size:10px;letter-spacing:0}.vc-month .grid .row .cell{border-radius:8px;min-height:64px;padding:4px}.vc-month .grid .row .cell .date{font-size:11px;margin-bottom:4px}.vc-month .grid .row .cell .list .pill{border-radius:5px;font-size:9px;gap:3px;padding:2px 4px}.vc-month .grid .row .cell .list .pill .t{font-size:9px}.vc-month .grid .row .cell .list .pill .badge,.vc-month .grid .row .cell .list .pill .m{display:none}.vc-month .grid .row .cell .list .more{font-size:9px;margin-top:2px}.vc-modal{border-radius:16px 16px 0 0;bottom:0;left:0;max-height:95vh;max-width:100%;position:fixed;width:100%}.vc-modal .vc-modal-body .field-row{flex-direction:column;gap:8px}}.vd-page{display:flex;flex-direction:column;gap:12px}.card{padding:12px}.vd-head{justify-content:space-between}.vd-head,.vd-head .title{align-items:center;display:flex}.vd-head .title{gap:10px}.vd-head .title h1{font-size:20px;margin:0}.vd-head .title .dot{border-radius:999px;height:12px;width:12px}.vd-head .actions{display:flex;gap:8px}.vd-head .actions .btn{background:#7c3aed;border:0;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;text-decoration:none;transition:background .2s ease}.vd-head .actions .btn:hover{background:#6d28d9}.vd-head .actions .btn.ghost{background:#f1f5f9;color:#475569}.vd-head .actions .btn.ghost:hover{background:#e2e8f0}.vd-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.sec-title{font-weight:700;margin-bottom:8px}.kv{grid-gap:6px 10px;align-items:start;display:grid;font-size:14px;gap:6px 10px;grid-template-columns:140px 1fr;margin-bottom:6px}.kv .k{color:var(--text-muted)}.kv .v{color:var(--text)}.badge{font-size:12px;line-height:1.2;padding:3px 10px;white-space:nowrap}.status-radios{display:flex;flex-wrap:wrap;gap:6px}.status-radios .radio{align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:10px;cursor:pointer;display:inline-flex;gap:6px;padding:6px 10px}.status-radios .radio input{accent-color:#111827;margin:0}.status-radios .radio span{font-size:12px}.status-radios .radio.st-planned{background:#eff6ff;border-color:#bfdbfe}.status-radios .radio.st-pending{background:var(--muted-surface);border:var(--border)}.status-radios .radio.st-completed{background:#f0fdf4;border-color:#bbf7d0}.status-radios .radio.st-failed{background:#fef2f2;border-color:#fecaca}.status-radios .radio.st-cancelled{background:var(--muted-surface);border:var(--border)}.status-radios .radio.st-postponed{background:#fffbeb;border-color:#fde68a}.person-card .person{align-items:center;display:flex;gap:10px}.person-card .avatar{background:var(--muted-surface);border:1px solid var(--border);border-radius:999px;flex-shrink:0;height:64px;object-fit:cover;width:64px}.person-card .meta{display:flex;flex-direction:column}.person-card .meta .label{color:var(--text-muted);font-size:12px;margin-bottom:2px}.person-card .meta .name{color:var(--text);font-size:14px;font-weight:700}.map-card .row{align-items:center;display:flex;justify-content:space-between}.map-wrap{margin-top:8px}.vd-foot{display:flex;gap:8px}.vd-foot .btn{background:#7c3aed;border:0;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;text-decoration:none;transition:background .2s ease}.vd-foot .btn:hover{background:#6d28d9}.vd-foot .btn.ghost{background:#f1f5f9;color:#475569}.vd-foot .btn.ghost:hover{background:#e2e8f0}.chip{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;padding:2px 8px}.vd-edit-form{background:#faf5ff;border:2px solid #7c3aed33}.vd-edit-form .sec-title{color:#7c3aed;font-size:16px;margin-bottom:12px}.vd-edit-form .edit-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.vd-edit-form .edit-field{display:flex;flex-direction:column;gap:4px}.vd-edit-form .edit-field.full{grid-column:1/-1}.vd-edit-form .edit-field label{color:var(--text-muted);font-size:12px;font-weight:600}.vd-edit-form .edit-field input,.vd-edit-form .edit-field select,.vd-edit-form .edit-field textarea{background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:14px;outline:none;padding:8px 10px;transition:border-color .2s}.vd-edit-form .edit-field input:focus,.vd-edit-form .edit-field select:focus,.vd-edit-form .edit-field textarea:focus{border-color:#7c3aed}.vd-edit-form .edit-field textarea{resize:vertical}.vd-edit-form .edit-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:12px}.vd-edit-form .edit-actions .btn{background:#7c3aed;border:0;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 20px;transition:background .2s ease}.vd-edit-form .edit-actions .btn:hover{background:#6d28d9}.vd-edit-form .edit-actions .btn:disabled{cursor:not-allowed;opacity:.6}.vd-edit-form .edit-actions .btn.ghost{background:#f1f5f9;color:#475569}.vd-edit-form .edit-actions .btn.ghost:hover{background:#e2e8f0}.ca-page{display:flex;flex-direction:column;gap:12px}.card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:10px 12px}.ca-toolbar{justify-content:space-between}.ca-toolbar,.ca-toolbar .left{align-items:center;display:flex;gap:10px}.ca-toolbar .seg{border:1px solid var(--border);border-radius:10px;display:inline-flex;overflow:hidden}.ca-toolbar .seg button{background:var(--surface);border:0;border-right:1px solid var(--border);cursor:pointer;padding:6px 10px}.ca-toolbar .seg button:last-child{border-right:0}.ca-toolbar .seg button.on{background:#111827;color:#fff}.ca-toolbar .seg button:hover{background:var(--muted-surface)}.ca-toolbar .range{color:var(--text);font-weight:700;text-transform:capitalize}.badge{align-items:center;border:1px solid #0000;border-radius:999px;display:inline-flex;font-size:11px;font-weight:700;gap:6px;line-height:1.25;padding:2px 8px}.badge.xs{font-size:10px;padding:1px 6px}.badge.st-planned{background:#dbeafe;border-color:#bfdbfe;color:#1e3a8a}.badge.st-pending{background:var(--muted-surface);border:var(--border);color:#374151}.badge.st-completed{background:#dcfce7;border-color:#bbf7d0;color:#166534}.badge.st-failed{background:#fee2e2;border-color:#fecaca;color:#991b1b}.badge.st-cancelled{background:#e5e7eb;border:var(--border);color:#374151}.badge.st-postponed{background:#fef3c7;border-color:#fde68a;color:#92400e}.ca-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(6,minmax(180px,1fr))}@media(max-width:1400px){.ca-grid{grid-template-columns:repeat(4,minmax(180px,1fr))}}@media(max-width:1024px){.ca-grid{grid-template-columns:repeat(3,minmax(180px,1fr))}}@media(max-width:768px){.ca-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media(max-width:520px){.ca-grid{grid-template-columns:1fr}}.ca-day{display:flex;flex-direction:column;padding:8px 10px}.ca-day .date{color:#111827;font-weight:800;margin-bottom:8px;text-transform:capitalize}.ca-day .list{display:flex;flex-direction:column;gap:8px}.ca-day .empty{color:var(--text-muted);font-size:13px;font-style:italic}.ca-day .pill{grid-gap:8px;align-items:start;background:var(--muted-surface);border:1px solid var(--border);border-radius:10px;cursor:pointer;display:grid;gap:8px;grid-template-columns:10px 1fr;padding:8px;transition:background .12s ease,border-color .12s ease}.ca-day .pill:hover{background:var(--muted-surface);border:var(--border)}.ca-day .pill .dot{border-radius:999px;box-shadow:var(--shadow);height:10px;margin-top:6px;width:10px}.ca-day .pill .txt{display:flex;flex-direction:column;gap:4px}.ca-day .pill .t{color:var(--text);font-size:13px;font-weight:700;line-height:1.2}.ca-day .pill .s{align-items:center;display:flex;gap:6px}.ca-day .pill .time{color:#374151;font-size:12px}.ca-day .pill .meta{color:var(--text-muted);font-size:12px}.ca-month .dow{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:8px}.ca-month .dow div{color:var(--text-muted);font-size:12px;font-weight:600;text-align:center}.ca-month .grid{grid-gap:8px;display:grid;gap:8px;grid-template-rows:repeat(6,1fr)}.ca-month .grid .row{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(7,1fr)}.ca-month .grid .row .cell{background:var(--surface);border:1px solid var(--border);border-radius:10px;min-height:120px;padding:6px;position:relative}.ca-month .grid .row .cell.muted{opacity:.6}.ca-month .grid .row .cell .date{color:var(--text-muted);font-size:12px;position:absolute;right:6px;top:6px}.ca-month .grid .row .cell .list{display:flex;flex-direction:column;gap:6px;margin-top:18px}.ca-month .grid .row .cell .pill{align-items:center;border-radius:8px;color:var(--text);cursor:pointer;display:flex;gap:6px;padding:4px 6px}.ca-month .grid .row .cell .pill .badge.xs{flex-shrink:0}.ca-month .grid .row .cell .pill .t{font-size:12px;font-weight:600;max-width:55%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ca-month .grid .row .cell .pill .m{font-size:11px;margin-left:auto;opacity:.9}.ca-month .grid .row .cell .more{color:var(--text-muted);font-size:12px}.ca-year{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.ca-year .ym{background:var(--surface);border:1px solid var(--border);border-radius:10px;cursor:pointer}.ca-year .ym .ym-head{background:var(--muted-surface);border-bottom:1px solid var(--border);font-weight:700;padding:8px 10px;text-transform:capitalize}.ca-year .ym .ym-body{padding:10px}.ca-year .ym .ym-body .count-badge{background:#111827;border-radius:999px;color:#fff;display:inline-block;font-size:12px;margin-right:6px;padding:2px 8px}.routes-page{display:flex;flex-direction:column;gap:12px}.routes-page .card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:10px 12px}.routes-page .rp-head{align-items:center;display:flex;gap:12px;justify-content:space-between}.routes-page .rp-head .left{display:flex;flex-direction:column;gap:8px}.routes-page .rp-head .title{font-size:16px;font-weight:800}.routes-page .rp-head .days{display:flex;flex-wrap:wrap;gap:6px}.routes-page .rp-head .days .day{background:var(--surface);border:1px solid var(--border);border-radius:999px;cursor:pointer;font-size:12px;padding:4px 10px}.routes-page .rp-head .days .day.on{background:#111827;border-color:#111827;color:#fff}.routes-page .rp-head .right .hint{color:var(--text-muted);font-size:13px}.routes-page .rp-body{grid-gap:12px;display:grid;gap:12px;grid-template-columns:320px 1fr}@media(max-width:960px){.routes-page .rp-body{grid-template-columns:1fr}}.routes-page .rp-body .rp-legend .sec-title{font-weight:700;margin-bottom:8px}.routes-page .rp-body .rp-legend .emp-list{grid-gap:6px;display:grid;gap:6px}.routes-page .rp-body .rp-legend .emp{align-items:center;border:1px solid var(--border);border-radius:8px;cursor:pointer;display:flex;gap:8px;padding:6px 8px}.routes-page .rp-body .rp-legend .emp input{margin:0}.routes-page .rp-body .rp-legend .emp .dot{border-radius:999px;box-shadow:var(--shadow);height:12px;width:12px}.routes-page .rp-body .rp-legend .emp .nm{font-weight:600}.routes-page .rp-body .rp-legend .emp .cnt{color:var(--text-muted);font-size:12px;margin-left:auto}.routes-page .rp-body .rp-legend .emp.on{background:var(--muted-surface);border-color:#dbeafe}.routes-page .rp-body .rp-legend .muted{color:var(--text-muted)}.routes-page .rp-body .rp-legend .muted.small{font-size:12px}.routes-page .rp-body .rp-map{overflow:hidden;padding:0}.emp-list{grid-gap:6px;display:grid;gap:6px}.emp-list .emp{align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:8px;cursor:pointer;display:flex;gap:8px;padding:6px 8px}.emp-list .emp.on{background:#f1f5ff;border-color:#c7d2fe}.emp-list .emp input{pointer-events:auto}.emp-list .dot{border-radius:999px;height:12px;width:12px}.link-strong{color:#111827;font-weight:600;text-decoration:none}.link-soft{color:#374151;text-decoration:none}.emp-list .nm{font-weight:600}.emp-list .cnt{color:var(--text-muted);font-size:12px;margin-left:auto}.emp-list .nm.as-link{background:none;border:0;font:inherit;margin:0 6px 0 4px;padding:0}.emp-list .nm.as-link a{color:inherit;text-decoration:none}.emp-list .nm.as-link a:hover{border-bottom:1px solid;text-decoration:none}.emp-list .nm.as-link:hover{color:#0369a1}.emp-pin-icon .emp-pin{border:2px solid #fff;border-radius:50%;box-shadow:var(--shadow);height:14px;width:14px}.leaflet-overlay-pane svg path{stroke-opacity:1!important;mix-blend-mode:normal!important;opacity:1!important}.emp-pin-icon .emp-pin{opacity:1}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.access-page{padding:16px}.access-page .page-header{align-items:center;display:flex;gap:8px;justify-content:space-between;margin:10px 0 12px}.access-page .page-header h1{font-size:20px;font-weight:800;margin:0}.access-page .page-header .header-actions{display:flex;gap:8px}.access-page .card{background:var(--surface);border:1px solid #e5e7eb;border-radius:12px;margin-bottom:12px;padding:14px}.access-page .card .card-title{border-left:3px solid var(--primary);font-weight:800;margin-bottom:10px;padding-left:8px}.access-page .card .empty{background:var(--muted-surface);border:1px dashed #e5e7eb;border-radius:10px;color:#64748b;padding:10px}.access-page .grid-3{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}.access-page .grid-3 .full{grid-column:1/-1}.access-page label{color:var(--text-muted);display:block;font-size:12px;margin-bottom:6px}.access-page input,.access-page select,.access-page textarea{background:var(--surface);border:1px solid #e5e7eb;border-radius:8px;padding:8px;width:100%}.access-page .btn-row{align-items:center;display:flex;gap:10px;margin-top:8px}.access-page .muted{color:#64748b}.access-page .btn{background:var(--surface);border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-weight:700;height:36px;padding:0 12px}.access-page .btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.access-page .btn.danger{background:#ef4444;border-color:#ef4444;color:#fff}.access-page .btn.selected{background:#10b981;border-color:#10b981;color:#fff}.access-page .table{border-collapse:collapse;font-size:14px;width:100%}.access-page .table thead th{background:var(--muted-surface);border-bottom:1px solid #edf2f7;padding:10px 12px;text-align:left;white-space:nowrap}.access-page .table tbody td{border-bottom:1px solid #f1f5f9;padding:10px 12px;vertical-align:middle;white-space:nowrap}.access-page .table .strong{font-weight:800}.access-page .table .actions{display:flex;gap:8px}.access-page .table .badge{background:#eef2f7;border-radius:999px;color:#334155;display:inline-block;font-size:12px;font-weight:800;padding:2px 8px}@media(max-width:980px){.access-page .grid-3{grid-template-columns:1fr}}.access-page .table .presence{align-items:center;color:var(--text-muted);display:flex;gap:8px}.access-page .table .presence .dot{background:#94a3b8;border-radius:50%;height:10px;width:10px}.access-page .table .presence.status-online .dot{background:#22c55e}.access-page .table .presence.status-idle .dot{background:#f59e0b}.access-page .table .presence.status-offline .dot{background:#94a3b8}.access-page .table .presence .presence-label{font-size:12px;font-weight:700}.access-page .table td.lastseen{color:var(--text-muted)}.picker-card{border:1px solid #e5e7eb;border-radius:12px;padding:10px}.picker-card .picker-toolbar{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:10px}.picker-card .picker-toolbar .search{background:var(--surface);border:1px solid #e5e7eb;border-radius:8px;padding:8px;width:min(420px,100%)}.picker-card .picker-toolbar .right-controls{align-items:center;display:flex;gap:12px}.picker-card .picker-toolbar .page-size{align-items:center;display:flex;gap:6px}.picker-card .picker-toolbar .page-size select{border:1px solid #e5e7eb;border-radius:8px;padding:6px 8px}.picker-card .table-wrap{overflow:auto}.picker-card .picker-table{border-collapse:collapse;font-size:14px;width:100%}.picker-card .picker-table thead th{background:var(--muted-surface);border-bottom:1px solid #edf2f7;padding:10px 12px;text-align:left;white-space:nowrap}.picker-card .picker-table tbody td{border-bottom:1px solid #f1f5f9;padding:10px 12px;vertical-align:middle;white-space:nowrap}.picker-card .picker-table tbody tr.is-selected{background:#f0fdf4}.picker-card .picker-table .email-cell{color:var(--text-muted)}.picker-card .picker-table .actions{display:flex;gap:8px}.picker-card .pagination{align-items:center;display:flex;gap:8px;justify-content:flex-end;margin-top:8px}.picker-card .pagination .page-btn{background:var(--surface);border:1px solid #e5e7eb;border-radius:8px;padding:6px 10px}.picker-card .pagination .page-indicator{font-weight:800}.picker-card .pagination .count-info{color:#64748b;margin-left:6px}.selected-target{align-items:center;display:flex;gap:10px;min-height:36px}.selected-target .badge{background:#eef2f7;border-radius:999px;color:#334155;font-size:12px;font-weight:800;padding:2px 8px}.selected-target .link-clear{background:none;border:none;color:#ef4444;cursor:pointer;font-weight:700;margin-left:auto;padding:0}.temp-pass-cell .code-wrap{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.temp-pass-cell .mono{border:1px solid var(--border,var(--border));border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;padding:2px 6px}.temp-pass-cell .mono.blurred{filter:blur(4px)}.temp-pass-cell .code-actions .btn.sm{font-size:12px;padding:4px 8px}.temp-pass-cell .tiny{font-size:11px}:root{--bg:#f8fafc;--card:var(--surface)fff;--text:#0f172a;--muted:#64748b;--border:var(--border);--soft-border:#eef2f7;--primary:#2563eb;--primary-600:#2563eb;--primary-700:#1d4ed8;--danger:#ef4444;--success:#16a34a;--warning:#f59e0b;--ring:#2563eb59;--shadow:0 10px 20px #0206170f,0 2px 6px #0206170f;--radius:14px;--radius-sm:10px;--radius-xs:8px;--pad:14px;--pad-lg:18px;--pad-xl:22px;--font-ui:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono",monospace}[data-theme=dark]{--bg:#0b1220;--card:#0f172a;--text:#e5e7eb;--muted:#94a3b8;--border:#1f2937;--soft-border:#172032;--primary:#60a5fa;--primary-600:#60a5fa;--primary-700:#3b82f6;--danger:#f87171;--success:#34d399;--warning:#fbbf24;--ring:#60a5fa59;--shadow:0 10px 22px #00000059,0 2px 8px #00000059}.mail-compose-page{color:#0f172a;color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-family:var(--font-ui);margin:0 auto;max-width:1200px;padding:18px}.mail-compose-page .page-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:14px}.mail-compose-page .page-header .title{font-size:clamp(18px,2vw,22px);font-weight:700;letter-spacing:.2px}.mail-compose-page .page-header .actions{align-items:center;display:flex;gap:10px}.mail-compose-page .card{background:var(--surface)fff;background:var(--card);border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);box-shadow:0 10px 20px #0206170f,0 2px 6px #0206170f;box-shadow:var(--shadow)}.mail-compose-page .card-head{align-items:center;border-bottom:1px solid #eef2f7;border-bottom:1px solid var(--soft-border);display:flex;justify-content:space-between;padding:18px 18px 12px;padding:var(--pad-lg) var(--pad-lg) 12px}.mail-compose-page .card-head .t{font-size:15px;font-weight:600}.mail-compose-page .card-body{padding:18px;padding:var(--pad-lg)}.mail-compose-page .grid-2{grid-gap:16px;display:grid;gap:16px;grid-template-columns:7fr 5fr}@media(max-width:1100px){.mail-compose-page .grid-2{grid-template-columns:1fr}}.mail-compose-page .grid-2 .full{grid-column:1/-1}.mail-compose-page .mc-section{background:var(--surface)fff;background:var(--card);border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);box-shadow:0 10px 20px #0206170f,0 2px 6px #0206170f;box-shadow:var(--shadow)}.mail-compose-page .mc-section .sec-head{align-items:center;border-bottom:1px solid #eef2f7;border-bottom:1px solid var(--soft-border);display:flex;font-weight:600;gap:10px;justify-content:space-between;padding:18px;padding:var(--pad-lg)}.mail-compose-page .mc-section .sec-head .right{align-items:center;display:flex;gap:8px}.mail-compose-page .mc-section .sec-body{padding:18px;padding:var(--pad-lg)}.mail-compose-page label{color:#64748b;color:var(--muted);display:block;font-size:12px;margin:6px 0}.mail-compose-page input[type=email],.mail-compose-page input[type=number],.mail-compose-page input[type=search],.mail-compose-page input[type=text],.mail-compose-page select,.mail-compose-page textarea{background:#0000;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-xs);color:#0f172a;color:var(--text);font:500 14px/1.4 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font:500 14px/1.4 var(--font-ui);outline:none;padding:10px 12px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;width:100%}.mail-compose-page input[type=email]:focus,.mail-compose-page input[type=number]:focus,.mail-compose-page input[type=search]:focus,.mail-compose-page input[type=text]:focus,.mail-compose-page select:focus,.mail-compose-page textarea:focus{border-color:#2563eb;border-color:var(--primary-600);box-shadow:0 0 0 4px #2563eb59;box-shadow:0 0 0 4px var(--ring)}.mail-compose-page input[type=email]::placeholder,.mail-compose-page input[type=number]::placeholder,.mail-compose-page input[type=search]::placeholder,.mail-compose-page input[type=text]::placeholder,.mail-compose-page select::placeholder,.mail-compose-page textarea::placeholder{color:#64748b;color:var(--muted)}.mail-compose-page input[type=email]:disabled,.mail-compose-page input[type=number]:disabled,.mail-compose-page input[type=search]:disabled,.mail-compose-page input[type=text]:disabled,.mail-compose-page select:disabled,.mail-compose-page textarea:disabled{cursor:not-allowed;opacity:.65}.mail-compose-page textarea{line-height:1.6;min-height:180px;resize:vertical}.mail-compose-page .subject-input{font-size:15px;font-weight:600}.mail-compose-page .row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}@media(max-width:680px){.mail-compose-page .row{grid-template-columns:1fr}}.mail-compose-page .muted{color:#64748b;color:var(--muted)}.mail-compose-page .recipients .chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.mail-compose-page .recipients .chip{align-items:center;background:color-mix(in srgb,#2563eb 10%,#0000);background:color-mix(in srgb,var(--primary) 10%,#0000);border:1px solid color-mix(in srgb,var(--primary) 35%,var(--border));border-radius:999px;color:#0f172a;color:var(--text);display:inline-flex;font-size:12.5px;font-weight:600;gap:8px;padding:6px 10px}.mail-compose-page .recipients .chip .chip-name{opacity:.9}.mail-compose-page .recipients .chip .chip-remove{-webkit-appearance:none;appearance:none;background:#0000;border:0;color:#64748b;color:var(--muted);cursor:pointer;font-size:16px;line-height:1;padding:0 2px}.mail-compose-page .recipients .chip .chip-remove:hover{color:#ef4444;color:var(--danger);transform:scale(1.05)}.mail-compose-page .recipients .add-row{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr auto}.mail-compose-page .recipients .add-row .add-btn{white-space:nowrap}.mail-compose-page .type-tabs{align-items:center;background:linear-gradient(180deg,color-mix(in srgb,var(--surface)fff 80%,#0000),color-mix(in srgb,var(--surface)fff 65%,#0000));background:linear-gradient(180deg,color-mix(in srgb,var(--card) 80%,#0000),color-mix(in srgb,var(--card) 65%,#0000));border:1px solid var(--border);border-radius:999px;display:inline-flex;padding:4px}.mail-compose-page .type-tabs .tab{-webkit-appearance:none;appearance:none;background:#0000;border:0;border-radius:999px;color:#64748b;color:var(--muted);cursor:pointer;font:600 13px/1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font:600 13px/1 var(--font-ui);padding:8px 14px;transition:background .15s ease,color .15s ease,transform .08s ease}.mail-compose-page .type-tabs .tab.active{background:#2563eb;background:var(--primary);color:#fff}.mail-compose-page .type-tabs .tab:hover{transform:translateY(-.5px)}.mail-compose-page .type-tabs .tab:active{transform:translateY(0)}.mail-compose-page .preview-card .preview-head{grid-gap:6px;border-bottom:1px dashed #eef2f7;border-bottom:1px dashed var(--soft-border);display:grid;gap:6px;padding:14px 18px;padding:var(--pad) var(--pad-lg)}.mail-compose-page .preview-card .preview-head .subline{align-items:center;color:#64748b;color:var(--muted);display:flex;font-size:12.5px;gap:10px}.mail-compose-page .preview-card .preview-head .subline .dot{background:#16a34a;background:var(--success);border-radius:50%;height:8px;width:8px}.mail-compose-page .preview-card .preview-body{background:linear-gradient(180deg,color-mix(in srgb,var(--surface)fff 92%,#0000),#0000 120px),repeating-linear-gradient(0deg,#0000,#0000 28px,color-mix(in srgb,#eef2f7 75%,#0000) 28px,color-mix(in srgb,#eef2f7 75%,#0000) 29px);background:linear-gradient(180deg,color-mix(in srgb,var(--card) 92%,#0000),#0000 120px),repeating-linear-gradient(0deg,#0000,#0000 28px,color-mix(in srgb,var(--soft-border) 75%,#0000) 28px,color-mix(in srgb,var(--soft-border) 75%,#0000) 29px);border-bottom-left-radius:14px;border-bottom-left-radius:var(--radius);border-bottom-right-radius:14px;border-bottom-right-radius:var(--radius);max-height:70vh;overflow:auto;padding:18px;padding:var(--pad-lg)}.mail-compose-page .preview-card .preview-body .mail-frame{background:var(--surface)fff;background:var(--card);border:1px solid #eef2f7;border:1px solid var(--soft-border);border-radius:10px;border-radius:var(--radius-sm);box-shadow:0 10px 20px #0206170f,0 2px 6px #0206170f;box-shadow:var(--shadow);padding:18px;padding:var(--pad-lg)}.mail-compose-page .preview-card .preview-body .mail-frame .mail-subject{font-weight:700;margin-bottom:10px}.mail-compose-page .preview-card .preview-body .mail-frame .mail-html{background:color-mix(in srgb,var(--surface)fff 85%,#0000);background:color-mix(in srgb,var(--card) 85%,#0000);border:1px dashed #eef2f7;border:1px dashed var(--soft-border);border-radius:8px;border-radius:var(--radius-xs);padding:14px;padding:var(--pad)}.mail-compose-page .preview-card .preview-body .mail-frame .mail-html pre{color:#0f172a;color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-family:var(--font-mono);font-size:12.5px;white-space:pre-wrap;word-break:break-word}.mail-compose-page .btn{-webkit-appearance:none;appearance:none;background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--surface)fff 85%,#0000));background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--card) 85%,#0000));border:1px solid var(--border);border-radius:10px;color:#0f172a;color:var(--text);cursor:pointer;font:600 13.5px/1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font:600 13.5px/1 var(--font-ui);padding:10px 14px;transition:transform .06s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}.mail-compose-page .btn:hover{box-shadow:0 10px 20px #0206170f,0 2px 6px #0206170f;box-shadow:var(--shadow);transform:translateY(-1px)}.mail-compose-page .btn:active{transform:translateY(0)}.mail-compose-page .btn.primary{background:#2563eb;background:var(--primary);border-color:color-mix(in srgb,#2563eb 70%,#000);border-color:color-mix(in srgb,var(--primary) 70%,#000);color:#fff}.mail-compose-page .btn.primary:hover{filter:brightness(1.02)}.mail-compose-page .btn.ghost{background:#0000;border-color:var(--border);color:#0f172a;color:var(--text)}.mail-compose-page .btn.ghost:hover{background:color-mix(in srgb,var(--surface)fff 70%,#0000);background:color-mix(in srgb,var(--card) 70%,#0000)}.mail-compose-page .btn.danger{background:#ef4444;background:var(--danger);border-color:color-mix(in srgb,#ef4444 70%,#000);border-color:color-mix(in srgb,var(--danger) 70%,#000);color:#fff}.mail-compose-page .btn.link{background:#0000;border-color:#0000;color:#2563eb;color:var(--primary);padding-left:0;padding-right:0}.mail-compose-page .btn.link:hover{box-shadow:none;text-decoration:none;transform:none}.mail-compose-page .btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.mail-compose-page .btn-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.mail-compose-page .badge{align-items:center;background:color-mix(in srgb,var(--surface)fff 85%,#0000);background:color-mix(in srgb,var(--card) 85%,#0000);border:1px solid var(--border);border-radius:999px;color:#0f172a;color:var(--text);display:inline-flex;font-size:12px;font-weight:700;gap:6px;padding:4px 8px}.mail-compose-page .badge.ok{border-color:color-mix(in srgb,var(--success) 55%,var(--border))}.mail-compose-page .badge.warn{border-color:color-mix(in srgb,var(--warning) 55%,var(--border))}.mail-compose-page .badge.err{border-color:color-mix(in srgb,var(--danger) 55%,var(--border))}.mail-compose-page .spacer{height:10px}.mail-compose-page .hr{background:#eef2f7;background:var(--soft-border);border-radius:1px;height:1px;margin:10px 0}.mail-compose-page textarea{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-family:var(--font-mono)}@media(max-width:680px){.mail-compose-page,.mail-compose-page .card-body,.mail-compose-page .card-head,.mail-compose-page .mc-section .sec-body,.mail-compose-page .mc-section .sec-head{padding:12px}}.cust-store-list .grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.cust-store-list .store-card .head{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.cust-store-list .store-card .name{font-size:1.05rem;font-weight:600}.cust-store-list .store-card .meta{grid-gap:4px;color:var(--muted);display:grid;gap:4px;margin-top:4px}.cust-store-list .store-card .actions{display:flex;gap:8px;margin-top:12px}.cust-store-detail{padding:16px}.cust-store-detail .btn,.cust-store-detail .tab,.cust-store-detail a{text-decoration:none!important}.cust-store-detail .head{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:1fr auto;margin-bottom:14px}.cust-store-detail .head .title{min-width:0}.cust-store-detail .head .title h1{color:#0f172a;font-size:22px;font-weight:800;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cust-store-detail .head .title .sub{color:#64748b;font-size:13px;margin-top:4px}.cust-store-detail .head .title .sub b{color:var(--text)}.cust-store-detail .head .tabs{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.cust-store-detail .head .tabs .tab{align-items:center;background:var(--surface);border:1px solid #e5e7eb;border-radius:10px;color:var(--text);display:inline-flex;font-size:13px;font-weight:800;height:42px;padding:0 14px;transition:transform .06s,box-shadow .15s,background .15s,border-color .15s}.cust-store-detail .head .tabs .tab:hover{box-shadow:var(--shadow)}.cust-store-detail .head .tabs .tab:active{transform:translateY(1px)}.cust-store-detail .head .tabs .tab:first-child{background:#eef2ff;border-color:#e0e7ff;color:#1e1b4b}.cust-store-detail .head .tabs .tab:nth-child(2){background:#ecfdf5;border-color:#d1fae5;color:#064e3b}.cust-store-detail .head .tabs .tab:nth-child(3){background:#fef2f2;border-color:#fee2e2;color:#7f1d1d}.cust-store-detail .card{background:var(--surface);border:1px solid #e5e7eb;border-radius:12px;padding:14px}.cust-store-detail .card .card-title{border-left:3px solid var(--primary);color:#0f172aeb;font-weight:800;margin-bottom:16px;padding-left:8px}.cust-store-detail .card .card-title.right{align-items:center;display:flex;justify-content:space-between}.cust-store-detail .card .card-title.with-actions{align-items:center;display:flex;gap:12px}.cust-store-detail .card .card-title.with-actions .title-text{color:#0f172aeb;font-weight:800}.cust-store-detail .card .card-title.with-actions .title-actions{display:inline-flex;gap:10px;margin-left:auto}.cust-store-detail .card .card-title .btn{background:var(--surface);border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-weight:700;height:30px;padding:0 10px;transition:transform .06s,box-shadow .15s}.cust-store-detail .card .card-title .btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.cust-store-detail .card .card-title .btn.ghost{background:var(--surface)}.cust-store-detail .card .card-title .btn.small{font-size:12.5px;height:26px;padding:0 8px}.cust-store-detail .card .card-title .btn:hover{box-shadow:var(--shadow)}.cust-store-detail .card .card-title .btn:active{transform:translateY(1px)}.cust-store-detail .card .card-title .btn:disabled{cursor:not-allowed;opacity:.6}.cust-store-detail .card .empty{background:var(--muted-surface);border:1px dashed #e5e7eb;border-radius:10px;color:#64748b;font-size:13px;padding:12px}.cust-store-detail .kv{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr 1fr}.cust-store-detail .kv>div{background:var(--muted-surface);border:1px solid #edf2f7;border-radius:10px;display:flex;flex-direction:column;gap:6px;padding:10px 12px}.cust-store-detail .kv>div b{color:var(--text-muted);font-size:13px;font-weight:700;line-height:1.35}.cust-store-detail .kv>div span{color:var(--text);font-size:14px;line-height:1.4;overflow-wrap:anywhere}.cust-store-detail .kv>div.full{grid-column:1/-1}.cust-store-detail .kv .badge{border-radius:999px;color:#fff;display:inline-block;font-size:12px;font-weight:700;padding:2px 8px}.cust-store-detail .kv .badge.ok{background:#10b981}.cust-store-detail .kv .badge.no{background:#9ca3af}.cust-store-detail .kv .badge.warn{background:#f59e0b}.cust-store-detail .grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:2fr 1fr;margin-top:12px}.cust-store-detail .table{border-collapse:collapse;font-size:13.5px;margin-top:6px;width:100%}.cust-store-detail .table thead th{background:var(--muted-surface);border-bottom:1px solid var(--border);color:var(--text);font-weight:800;letter-spacing:.2px;padding:10px 12px;text-align:left;white-space:nowrap}.cust-store-detail .table tbody td{border-bottom:1px solid #f3f4f6;padding:10px 12px;vertical-align:middle;white-space:nowrap}.cust-store-detail .table .click-row{cursor:pointer}.cust-store-detail .table .click-row td{transition:background-color .15s ease}.cust-store-detail .table .click-row:hover td{background:var(--muted-surface)}.cust-store-detail .table .btn{align-items:center;background:var(--surface);border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:inline-flex;font-weight:700;height:30px;justify-content:center;padding:0 10px;transition:transform .06s,box-shadow .15s}.cust-store-detail .table .btn.primary{background:#4f46e5;border-color:#4f46e5;color:#fff}.cust-store-detail .table .btn.ghost{background:var(--surface);border-color:#e5e7eb;color:var(--text)}.cust-store-detail .table .btn:hover{box-shadow:var(--shadow)}.cust-store-detail .table .btn:active{transform:translateY(1px)}.cust-store-detail .table .btn:disabled{cursor:not-allowed;opacity:.6}.cust-store-detail .chart-card .counts{grid-gap:6px;display:grid;gap:6px;margin-top:10px}.cust-store-detail .chart-card .counts li{color:#1f2937;font-size:14px}@media(max-width:1080px){.cust-store-detail .grid,.cust-store-detail .head{grid-template-columns:1fr}.cust-store-detail .head .tabs{justify-content:flex-start;overflow:auto;padding-bottom:4px}.cust-store-detail .head .tabs .tab{flex:0 0 auto}.cust-store-detail .kv{grid-template-columns:1fr}}@media(max-width:720px){.cust-store-detail .table .btn{height:34px}}.cust-ncr .page-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.cust-ncr .notes{max-width:380px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cust-ncr-detail .page-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.cust-ncr-detail .image-wrap img{border-radius:8px;max-width:100%}.station-detail-page{grid-gap:16px;display:grid;gap:16px;padding:8px 0}.station-detail-page .head{align-items:center;display:flex;gap:12px;justify-content:space-between}.station-detail-page .head .title{min-width:0}.station-detail-page .head .title h1{font-size:22px;font-weight:700;line-height:1.25;margin:0 0 4px}.station-detail-page .head .title .sub{color:var(--text-muted);font-size:13px}.station-detail-page .head .title .sub .link{color:#2563eb;text-decoration:none}.station-detail-page .head .title .sub .link:hover{text-decoration:none}.station-detail-page .head .title .sub .muted{color:var(--text-muted)}.station-detail-page .head .title .sub .mono{background:var(--muted-surface);border:1px solid var(--border);border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;margin-left:6px;padding:1px 6px}.station-detail-page .head .head-actions{align-items:center;display:flex;gap:8px}.station-detail-page .head .head-actions .btn{background:var(--surface);border:1px solid var(--border);border-radius:8px;color:#111827;cursor:pointer;height:34px;padding:0 12px}.station-detail-page .head .head-actions .btn.ghost,.station-detail-page .head .head-actions .btn:hover{background:var(--muted-surface)}.station-detail-page .card{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);padding:14px}.station-detail-page .card .card-title{align-items:center;display:flex;font-size:15px;font-weight:600;gap:10px;margin-bottom:10px}.station-detail-page .card .card-title.charts-head{justify-content:space-between}.station-detail-page .card .card-title.charts-head .toolbar{align-items:center;display:flex;gap:10px}.station-detail-page .card .card-title.charts-head .toolbar label{align-items:center;color:#374151;display:inline-flex;font-weight:500;gap:6px}.station-detail-page .card .card-title.charts-head .toolbar label select{background:var(--surface);border:1px solid var(--border);border-radius:8px;height:32px;padding:0 8px}.station-detail-page .card .empty{color:var(--text-muted);font-size:14px;padding:16px 0;text-align:center}.station-detail-page .info-card .kv{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.station-detail-page .info-card .kv>div{background:var(--muted-surface);border:1px dashed var(--border);border-radius:10px;display:flex;flex-direction:column;gap:4px;padding:8px}.station-detail-page .info-card .kv>div b{color:var(--text-muted);font-size:12px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.station-detail-page .info-card .kv>div span{color:#111827;font-size:14px}.station-detail-page .table{border-collapse:collapse;font-size:14px;width:100%}.station-detail-page .table thead th{background:var(--muted-surface);border-bottom:1px solid var(--border);color:#374151;font-weight:600;padding:10px 12px;text-align:left;white-space:nowrap}.station-detail-page .table tbody td{border-bottom:1px solid #f3f4f6;padding:10px 12px;vertical-align:top}.station-detail-page .table tbody td.date{white-space:nowrap}.station-detail-page .table tbody td.summary{color:#374151}.station-detail-page .table tbody tr:hover{background:var(--muted-surface)}.station-detail-page .badge{border:1px solid #0000;border-radius:999px;display:inline-block;font-size:12px;font-weight:600;padding:2px 8px}.station-detail-page .badge.ok{background:#dcfce7;border-color:#bbf7d0;color:#166534}.station-detail-page .badge.ghost,.station-detail-page .badge.no{background:var(--muted-surface);border:var(--border);color:#374151}.station-detail-page .chip{align-items:center;background:var(--muted-surface);border:1px solid var(--border);border-radius:999px;color:#111827;display:inline-flex;font-size:12px;font-weight:700;gap:6px;letter-spacing:.015em;padding:4px 10px}.station-detail-page .chip.risk-risk_yok,.station-detail-page .chip.risk_risk-yok,.station-detail-page .chip.risk_risk_yok{background:#e5e7eb;border:var(--border);color:#111827}.station-detail-page .chip.risk-risk_yok,.station-detail-page .chip.risk-risk_yok:where(*){background:#e5e7eb;color:#111827}.station-detail-page.risk-risk_yok,.station-detail-page.risk_risk_yok{background:#e5e7eb;color:#111827}.station-detail-page.risk-dusuk{background:#dcfce7;border-color:#bbf7d0;color:#166534}.station-detail-page.risk-orta{background:#fef3c7;border-color:#fde68a;color:#92400e}.station-detail-page.risk-yuksek{background:#fee2e2;border-color:#fecaca;color:#991b1b}.charts-card .chart-block{margin-top:12px}.charts-card .chart-block h4{color:#111827;font-size:14px;font-weight:700;margin:6px 0 10px}.loadmore{display:flex;justify-content:center;padding:12px 0}.loadmore .btn{background:var(--surface);border:1px solid var(--border);border-radius:8px;cursor:pointer;height:34px;padding:0 14px}.loadmore .btn.ghost,.loadmore .btn:hover{background:var(--muted-surface)}@media(max-width:900px){.station-detail-page .info-card .kv{grid-template-columns:1fr}.station-detail-page .head{align-items:flex-start;flex-direction:column;gap:8px}.station-detail-page .head .head-actions{width:100%}.station-detail-page .table{font-size:13px}.station-detail-page .table thead{display:none}.station-detail-page .table tbody tr{grid-gap:6px;border-bottom:1px solid var(--border);display:grid;gap:6px;grid-template-columns:1fr;padding:10px 8px}.station-detail-page .table tbody td{padding:0}.station-detail-page .table tbody td.date{color:#111827;font-weight:700}}@media print{.station-detail-page .charts-card .toolbar,.station-detail-page .head .head-actions,.station-detail-page .loadmore{display:none!important}.station-detail-page .card{border-color:#ddd;box-shadow:none;page-break-inside:avoid}.station-detail-page .table tbody tr{page-break-inside:avoid}}.customer-reports-page{padding:16px}.customer-reports-page .btn,.customer-reports-page .tab,.customer-reports-page a{text-decoration:none!important}.customer-reports-page .card{background:var(--surface);border:1px solid #e5e7eb;border-radius:12px;padding:14px}.customer-reports-page .card .card-title{border-left:3px solid var(--primary);color:#0f172aeb;font-weight:800;margin-bottom:12px;padding-left:8px}.customer-reports-page .card .card-title.with-actions{align-items:center;display:flex;gap:12px}.customer-reports-page .card .card-title.with-actions .title-text{color:#0f172aeb;font-weight:800}.customer-reports-page .card .card-title.with-actions .title-actions{display:inline-flex;gap:8px;margin-left:auto}.customer-reports-page .card .card-title .btn{background:var(--surface);border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-weight:700;height:30px;padding:0 10px;transition:transform .06s,box-shadow .15s}.customer-reports-page .card .card-title .btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.customer-reports-page .card .card-title .btn.ghost{background:var(--surface)}.customer-reports-page .card .card-title .btn.small{font-size:12.5px;height:26px;padding:0 8px}.customer-reports-page .card .card-title .btn:hover{box-shadow:var(--shadow)}.customer-reports-page .card .card-title .btn:active{transform:translateY(1px)}.customer-reports-page .card .empty{background:var(--muted-surface);border:1px dashed #e5e7eb;border-radius:10px;color:#64748b;font-size:13px;padding:12px}.customer-reports-page .picker-card{margin-bottom:12px}.customer-reports-page .picker-card .picker-head{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:8px}.customer-reports-page .picker-card .picker-head .title{color:var(--text);font-weight:800}.customer-reports-page .picker-card .picker-head .sub{color:#64748b;font-size:13px}.customer-reports-page .picker-card .picker-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:320px 1fr}@media(max-width:980px){.customer-reports-page .picker-card .picker-grid{grid-template-columns:1fr}}.customer-reports-page .picker-card .picker-grid .search input{border:1px solid #e5e7eb;border-radius:8px;height:38px;padding:0 12px;width:100%}.customer-reports-page .picker-card .picker-grid .search input:disabled{background:var(--muted-surface)}.customer-reports-page .picker-card .picker-grid .store-list{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(220px,1fr));max-height:260px;overflow:auto;padding-right:4px}@media(max-width:980px){.customer-reports-page .picker-card .picker-grid .store-list{grid-template-columns:repeat(2,minmax(200px,1fr))}}@media(max-width:640px){.customer-reports-page .picker-card .picker-grid .store-list{grid-template-columns:1fr}}.customer-reports-page .picker-card .picker-grid .store-list .muted{color:#64748b;font-style:italic;padding:4px}.customer-reports-page .picker-card .picker-grid .store-list .store-item{align-items:flex-start;background:var(--surface);border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;display:flex;gap:10px;padding:8px 10px;transition:background .12s,border-color .12s,box-shadow .12s}.customer-reports-page .picker-card .picker-grid .store-list .store-item input{accent-color:var(--primary);margin-top:3px}.customer-reports-page .picker-card .picker-grid .store-list .store-item .info .name{align-items:center;display:flex;gap:6px;margin-bottom:2px}.customer-reports-page .picker-card .picker-grid .store-list .store-item .info .name .code{background:#eef2ff;border-radius:6px;color:#1e3a8a;font-size:12px;font-weight:800;padding:2px 6px}.customer-reports-page .picker-card .picker-grid .store-list .store-item .info .name .label{color:#111827;font-weight:700}.customer-reports-page .picker-card .picker-grid .store-list .store-item .info .meta{color:var(--text-muted);font-size:12px}.customer-reports-page .picker-card .picker-grid .store-list .store-item:hover{background:var(--muted-surface)}.customer-reports-page .picker-card .picker-grid .store-list .store-item.on{background:#eff6ff;border-color:var(--primary);box-shadow:var(--shadow)}.customer-reports-page .table-wrap{overflow:auto;width:100%}.customer-reports-page .table{border-collapse:collapse;font-size:13.5px;width:100%}.customer-reports-page .table thead th{background:var(--muted-surface);border-bottom:1px solid var(--border);color:var(--text);font-weight:800;letter-spacing:.2px;padding:10px 12px;text-align:left;white-space:nowrap}.customer-reports-page .table tbody td{border-bottom:1px solid #f3f4f6;padding:10px 12px;vertical-align:middle;white-space:nowrap}.customer-reports-page .table .strong{color:#111827;font-weight:800}.customer-reports-page .table .notes{max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-reports-page .table .row-click{cursor:pointer}.customer-reports-page .table .row-click td{transition:background-color .15s ease}.customer-reports-page .table .row-click:hover td{background:var(--muted-surface)}.customer-reports-page .table .btn{align-items:center;background:var(--surface);border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:inline-flex;font-weight:700;height:30px;justify-content:center;padding:0 10px;transition:transform .06s,box-shadow .15s}.customer-reports-page .table .btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.customer-reports-page .table .btn:hover{box-shadow:var(--shadow)}.customer-reports-page .table .btn:active{transform:translateY(1px)}.notifications-page{margin:0 auto;max-width:780px;padding:20px 16px 48px}.notifications-page .head{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:18px}.notifications-page .head h1{color:var(--text);font-size:22px;font-weight:800;margin:0}.notifications-page .head .head-actions{align-items:center;display:flex;gap:10px}.notifications-page .head .count-badge{background:var(--muted-surface);border-radius:20px;color:var(--text-muted);font-size:12px;font-weight:600;padding:3px 10px}.notifications-page .head .btn-mark-all{background:var(--surface);border:1px solid var(--border);border-radius:10px;color:var(--text);cursor:pointer;font-size:13px;font-weight:600;height:34px;padding:0 14px;transition:background .15s}.notifications-page .head .btn-mark-all:hover:not(:disabled){background:var(--muted-surface)}.notifications-page .head .btn-mark-all:disabled{cursor:not-allowed;opacity:.5}.notifications-page .list{display:flex;flex-direction:column;gap:10px}.notifications-page .empty{align-items:center;border:1.5px dashed var(--border);border-radius:14px;color:var(--text-muted);display:flex;flex-direction:column;gap:8px;padding:48px 24px;text-align:center}.notifications-page .empty .empty-icon{font-size:36px}.notifications-page .empty p{font-size:15px;margin:0}.notifications-page .notif-card{align-items:stretch;background:var(--surface);border:1px solid var(--border);border-radius:12px;cursor:pointer;display:flex;gap:0;overflow:hidden;transition:box-shadow .15s,transform .1s}.notifications-page .notif-card:hover{box-shadow:0 4px 14px #00000012;transform:translateY(-1px)}.notifications-page .notif-card.unread{background:#eff6ff;border-color:#bfdbfe}.notifications-page .notif-card.unread .notif-title{color:#1e3a5f}.notifications-page .notif-card.read{opacity:.85}.notifications-page .notif-body{flex:1 1;min-width:0;padding:12px 14px}.notifications-page .notif-meta{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:5px}.notifications-page .notif-type{background:#e0e7ff;border-radius:20px;color:#3730a3;font-size:11px;font-weight:700;letter-spacing:.04em;padding:2px 8px;text-transform:uppercase;white-space:nowrap}.notifications-page .unread-dot{background:#3b82f6;border-radius:50%;flex-shrink:0;height:8px;width:8px}.notifications-page .notif-time{color:var(--text-muted);font-size:11.5px;margin-left:auto;white-space:nowrap}.notifications-page .notif-title{color:var(--text);font-size:14.5px;font-weight:700;line-height:1.4;margin-bottom:3px}.notifications-page .notif-text{color:var(--text-muted);font-size:13px;line-height:1.5}.notifications-page .notif-link{color:#2563eb;font-size:12px;font-weight:600;margin-top:5px}.notifications-page .notif-actions{border-left:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;min-width:80px}.notifications-page .action-btn{align-items:center;background:#0000;border:none;color:var(--text-muted);cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-size:11px;font-weight:600;gap:3px;justify-content:center;padding:8px 6px;transition:background .14s}.notifications-page .action-btn:not(:last-child){border-bottom:1px solid var(--border)}.notifications-page .action-btn:disabled{cursor:not-allowed;opacity:.4}.notifications-page .action-btn .action-icon{font-size:15px;line-height:1}.notifications-page .action-btn .action-label{font-size:10px;font-weight:700;letter-spacing:.02em;white-space:nowrap}.notifications-page .action-btn.read-btn{color:#059669}.notifications-page .action-btn.read-btn:hover:not(:disabled){background:#ecfdf5}.notifications-page .action-btn.unread-btn{color:#2563eb}.notifications-page .action-btn.unread-btn:hover:not(:disabled){background:#eff6ff}.notifications-page .action-btn.delete-btn{color:#dc2626}.notifications-page .action-btn.delete-btn:hover:not(:disabled){background:#fef2f2}@media(max-width:500px){.notifications-page .notif-actions{min-width:60px}.notifications-page .notif-actions .action-label{display:none}}.feedback-page .tabs{display:inline-flex;gap:8px;margin-bottom:12px}.feedback-page .tabs button{background:var(--surface);border:1px solid var(--border);border-radius:10px;cursor:pointer;height:34px;padding:0 12px}.feedback-page .tabs button.active{background:#111827;border-color:#111827;color:#fff}.feedback-page .form.card{grid-gap:10px;display:grid;gap:10px}.feedback-page .form.card .row{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:160px 1fr}.feedback-page .form.card .row label{color:var(--text-muted);font-size:14px}.feedback-page .form.card .row input,.feedback-page .form.card .row select,.feedback-page .form.card .row textarea{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:8px 10px;width:100%}.feedback-page .form.card .row textarea{resize:vertical}.feedback-page .form.card .row .dropzone{align-items:center;background:var(--muted-surface);border:2px dashed var(--border);border-radius:12px;cursor:pointer;display:flex;justify-content:center;min-height:96px;padding:14px;position:relative;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.feedback-page .form.card .row .dropzone.is-drag{background:#f0f9ff;border-color:#60a5fa;box-shadow:var(--shadow)}.feedback-page .form.card .row .dropzone input[type=file]{height:0;inset:0;opacity:0;pointer-events:none;position:absolute;width:0}.feedback-page .form.card .row .dropzone .dz-inner{grid-gap:4px;color:#334155;display:grid;gap:4px;text-align:center}.feedback-page .form.card .row .dropzone .dz-inner .dz-icon{font-size:22px}.feedback-page .form.card .row .dropzone .dz-inner .dz-text{font-weight:700}.feedback-page .form.card .row .dropzone .dz-inner .muted{color:var(--text-muted);font-weight:600}.feedback-page .form.card .row .dropzone .dz-inner .dz-hint{color:var(--text-muted);font-size:12px}.feedback-page .form.card .row .dropzone .dz-preview{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:auto 1fr auto;width:100%}.feedback-page .form.card .row .dropzone .dz-preview .dz-thumb{background:var(--surface);border:1px solid var(--border);border-radius:10px;height:72px;object-fit:cover;width:72px}.feedback-page .form.card .row .dropzone .dz-preview .dz-meta{grid-gap:2px;display:grid;gap:2px}.feedback-page .form.card .row .dropzone .dz-preview .dz-meta .dz-name{color:var(--text);font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feedback-page .form.card .row .dropzone .dz-preview .dz-meta .dz-size{color:var(--text-muted);font-size:12px}.feedback-page .form.card .row .dropzone .dz-preview .dz-remove{background:var(--surface);border:1px solid var(--border);border-radius:10px;cursor:pointer;height:36px;padding:0 12px;transition:box-shadow .2s ease,transform .08s ease,background .2s ease}.feedback-page .form.card .row .dropzone .dz-preview .dz-remove:hover{background:var(--surface);box-shadow:var(--shadow)}.feedback-page .form.card .row .dropzone .dz-preview .dz-remove:active{transform:translateY(1px) scale(.99)}.feedback-page .form.card .actions{display:flex;justify-content:flex-end;margin-top:6px}.feedback-page .form.card .actions button{background:#111827;border:0;border-radius:10px;color:#fff;cursor:pointer;height:36px;padding:0 14px}.feedback-page .list{grid-gap:10px;display:grid;gap:10px;margin:10px 0 20px}.feedback-page .empty{border:1px dashed var(--border);border-radius:10px;color:var(--text-muted);padding:12px}.feedback-page .f-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;color:inherit;display:block;padding:10px;text-decoration:none}.feedback-page .f-card .row{color:var(--text-muted);display:flex;font-size:12px;justify-content:space-between;margin-bottom:4px}.feedback-page .f-card .title{color:var(--text);font-weight:700;margin-bottom:4px}.feedback-page .f-card .sub{color:#334155;font-size:13px}.feedback-page .f-card .badge{background:#fee2e2;border-radius:999px;color:#991b1b;display:inline-block;font-size:11px;font-weight:700;margin-top:6px;padding:2px 8px}.feedback-page .f-card.unseen{background:#eff6ff;border-color:#bfdbfe}.feedback-page .detail.card .row{grid-gap:10px;align-items:start;display:grid;gap:10px;grid-template-columns:160px 1fr;margin-bottom:8px}.feedback-page .detail.card .row .k{color:var(--text-muted)}.feedback-page .detail.card .row .v{color:var(--text)}.feedback-page .detail.card .row .prewrap{white-space:pre-wrap}.feedback-page .detail.card .image-wrap{margin:8px 0}.feedback-page .detail.card .image-wrap img{border:1px solid var(--border);border-radius:10px;max-width:420px}.feedback-page .form.card .actions button:disabled{cursor:not-allowed;opacity:.65}.complaints-admin .head{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.complaints-admin .head h1{font-size:20px;font-weight:800;margin:0}.complaints-admin .head .filters{display:inline-flex;gap:8px}.complaints-admin .head .filters button{background:var(--surface);border:1px solid var(--border);border-radius:10px;cursor:pointer;height:34px;padding:0 12px}.complaints-admin .head .filters button.active{background:#111827;border-color:#111827;color:#fff}.complaints-admin .list{grid-gap:10px;display:grid;gap:10px}.complaints-admin .empty{border:1px dashed var(--border);border-radius:10px;color:var(--text-muted);padding:12px}.complaints-admin .adm-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;color:inherit;display:block;padding:10px;text-decoration:none}.complaints-admin .adm-card .row{color:var(--text-muted);display:flex;font-size:12px;justify-content:space-between;margin-bottom:4px}.complaints-admin .adm-card .title{color:var(--text);font-weight:800;margin-bottom:4px}.complaints-admin .adm-card .sub{color:#334155;font-size:13px}.complaints-admin .adm-card .owner{color:var(--text-muted);font-size:12px;margin-top:6px}.complaints-admin .adm-card .badge{background:#fef3c7;border-radius:999px;color:#92400e;display:inline-block;font-size:11px;font-weight:700;margin-top:6px;padding:2px 8px}.complaints-admin .adm-card.unseen{background:#eff6ff;border-color:#bfdbfe}.complaints-admin .detail.card .row{grid-gap:10px;align-items:start;display:grid;gap:10px;grid-template-columns:160px 1fr;margin-bottom:8px}.complaints-admin .detail.card .row .k{color:var(--text-muted)}.complaints-admin .detail.card .row .v{color:var(--text)}.complaints-admin .detail.card .row .prewrap{white-space:pre-wrap}.complaints-admin .detail.card .image-wrap{margin:8px 0}.complaints-admin .detail.card .image-wrap img{border:1px solid var(--border);border-radius:10px;max-width:520px}.admin-suggestions-page{display:flex;flex-direction:column;gap:12px}.admin-suggestions-page .card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:12px}.admin-suggestions-page .head-row{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:1fr auto}.admin-suggestions-page .head-row .left h1{font-size:20px;font-weight:800;margin:0}.admin-suggestions-page .head-row .left .hint{color:var(--text-muted);font-size:12px;margin-top:4px}.admin-suggestions-page .head-row .right{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-auto-flow:column}.admin-suggestions-page .head-row .right .filters{grid-gap:6px;display:grid;gap:6px;grid-auto-flow:column}.admin-suggestions-page .head-row .right .filters .btn{background:#111827;border:1px solid var(--border);border-radius:10px;color:#fff;cursor:pointer;height:34px;padding:0 12px}.admin-suggestions-page .head-row .right .filters .btn.ghost{background:var(--muted-surface);color:#111827}.admin-suggestions-page .head-row .right .search{border:1px solid var(--border);border-radius:10px;height:34px;min-width:260px;outline:none;padding:0 10px}.admin-suggestions-page .table-wrap{position:relative}.admin-suggestions-page .table-wrap .loading{color:var(--text-muted);font-size:14px;padding:8px}.admin-suggestions-page .table-wrap .empty{color:var(--text-muted);padding:10px}.admin-suggestions-page .table-wrap .list-table{border-collapse:collapse;width:100%}.admin-suggestions-page .table-wrap .list-table td,.admin-suggestions-page .table-wrap .list-table th{border-bottom:1px solid #f1f5f9;font-size:14px;padding:10px;text-align:left;vertical-align:top}.admin-suggestions-page .table-wrap .list-table thead th{background:var(--muted-surface);color:var(--text-muted);font-size:12px;letter-spacing:.35px;text-transform:uppercase}.admin-suggestions-page .table-wrap .list-table tbody tr:hover{background:var(--muted-surface)}.admin-suggestions-page .table-wrap .list-table tr.clickable{cursor:pointer}.admin-suggestions-page .table-wrap .list-table .dot{background:#10b981;border-radius:999px;display:inline-block;height:10px;margin-top:6px;width:10px}.admin-suggestions-page .table-wrap .list-table .title-cell .t{font-weight:700}.admin-suggestions-page .table-wrap .list-table .title-cell .sub{color:var(--text-muted);font-size:12px;margin-top:2px}.admin-suggestions-page .detail-head{align-items:center;display:flex;gap:12px;justify-content:space-between}.admin-suggestions-page .detail-head .left h1{font-size:20px;font-weight:800;margin:0}.admin-suggestions-page .detail-head .left .meta{color:#334155;display:flex;flex-wrap:wrap;font-size:13px;gap:10px;margin-top:6px}.admin-suggestions-page .detail-head .left .meta .seen-badge{background:#ecfeff;border:1px solid #a5f3fc;border-radius:999px;color:#155e75;font-weight:700;padding:2px 8px}.admin-suggestions-page .detail-head .actions{grid-gap:8px;display:grid;gap:8px;grid-auto-flow:column}.admin-suggestions-page .detail-head .actions .btn{background:#111827;border:1px solid var(--border);border-radius:10px;color:#fff;cursor:pointer;height:34px;padding:0 12px}.admin-suggestions-page .detail-head .actions .btn.ghost{background:var(--muted-surface);color:#111827}.admin-suggestions-page .body-text .pre{color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:14px;line-height:1.5;margin:0;white-space:pre-wrap;word-break:break-word}.admin-suggestions-page .sec-title{font-weight:800;margin-bottom:8px}.admin-suggestions-page .img-wrap img{background:var(--muted-surface);border:1px solid var(--border);border-radius:10px;max-height:480px;object-fit:contain;width:100%}@media(max-width:820px){.admin-suggestions-page .head-row{grid-template-columns:1fr}.admin-suggestions-page .detail-head{align-items:stretch;flex-direction:column}}.contacts-page{grid-gap:16px;display:grid;gap:16px}.contacts-page .topbar.card{grid-gap:6px;align-items:center;display:grid;gap:6px}.contacts-page .topbar.card .actions{align-items:center;display:flex;gap:8px;margin-top:8px}.contacts-page .topbar.card .actions .search{border:1px solid #ddd;border:1px solid var(--border,#ddd);border-radius:8px;flex:1 1;outline:none;padding:8px 10px}.contacts-page .grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}@media(max-width:900px){.contacts-page .grid{grid-template-columns:1fr}}.contacts-page .section-head{font-weight:600;margin-bottom:8px}.contacts-page .empty{background:var(--muted-surface);border:1px dashed #ccc;border-radius:12px;color:#888;padding:16px}.contacts-page .contact-card{grid-gap:12px;align-items:center;background:#fff;background:var(--card,#fff);border:1px solid #e6e6e6;border:1px solid var(--border,#e6e6e6);border-radius:14px;box-shadow:var(--shadow);display:grid;gap:12px;grid-template-columns:64px 1fr;margin-bottom:10px;padding:12px}.contacts-page .contact-card .avatar{background:var(--surface);border:1px solid #ddd;border-radius:50%;height:64px;object-fit:cover;width:64px}.contacts-page .contact-card .meta{grid-gap:6px;display:grid;gap:6px}.contacts-page .contact-card .meta .top{align-items:center;display:flex;gap:8px}.contacts-page .contact-card .meta .top .name{font-weight:600}.contacts-page .contact-card .meta .top .badge{background:#f7f7f7;border:1px solid #ddd;border-radius:999px;font-size:12px;padding:2px 8px}.contacts-page .contact-card .meta .top .badge.admin{background:#fde7ff;border-color:#d0b}.contacts-page .contact-card .meta .top .badge.emp{background:#e7f9ff;border-color:#0ab}.contacts-page .contact-card .meta .row{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:80px 1fr}.contacts-page .contact-card .meta .row .label{color:#666}.contacts-page .contact-card .meta .row .muted{color:#aaa}.contacts-page .contact-card .meta .row .link{color:#0b76d1;color:var(--link,#0b76d1);text-decoration:none;word-break:break-all}.settings-page{margin:0 auto;max-width:1000px;padding:2rem}.settings-page .settings-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:2rem}.settings-page .settings-header h1{color:var(--text-primary);font-size:2rem;margin:0 0 .5rem}.settings-page .settings-header p{color:var(--text-muted);margin:0}.settings-page .settings-header .btn-back{align-items:center;background-color:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text-primary);cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:6px;padding:8px 16px;transition:all .3s ease ease}.settings-page .settings-header .btn-back:hover{background-color:var(--hover-bg);border-color:var(--primary)}.settings-page .settings-header .btn-back:active{transform:translateY(1px)}.settings-page .settings-section{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;margin-bottom:2rem;padding:1.5rem}.settings-page .settings-section h2{border-bottom:1px solid #eee;color:#2c3e50;font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:.5rem}.settings-page .settings-section .profile-summary .info-item{display:flex;margin-bottom:1rem}.settings-page .settings-section .profile-summary .info-item .label{color:#555;font-weight:600;width:120px}.settings-page .settings-section .profile-summary .info-item .value{color:#333}.settings-page .settings-section.admin-section{border-left:4px solid #e67e22}.settings-page .settings-section.admin-section h3{color:#d35400;font-size:1.1rem;margin-bottom:1rem}.settings-page .settings-section.admin-section .provider-form{background:#fdfdfd;border:1px solid #eee;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.settings-page .settings-section.admin-section .provider-form .settings-row{display:flex;gap:1rem}@media(max-width:768px){.settings-page .settings-section.admin-section .provider-form .settings-row{flex-direction:column;gap:0}}.settings-page .settings-section.admin-section .provider-form .settings-field{display:flex;flex:1 1;flex-direction:column;margin-bottom:1rem}.settings-page .settings-section.admin-section .provider-form .settings-field span{color:#555;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.settings-page .settings-section.admin-section .provider-form .settings-field input,.settings-page .settings-section.admin-section .provider-form .settings-field textarea{border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:.95rem;padding:.75rem;transition:border-color .3s ease}.settings-page .settings-section.admin-section .provider-form .settings-field input:focus,.settings-page .settings-section.admin-section .provider-form .settings-field textarea:focus{border-color:var(--primary);outline:none}.settings-page .settings-section.admin-section .provider-form .settings-field textarea{resize:vertical}.settings-page .settings-section.admin-section .provider-form .btn-primary-settings{background-color:var(--primary);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin-top:1rem;padding:.8rem 1.5rem;transition:background-color .3s ease}.settings-page .settings-section.admin-section .provider-form .btn-primary-settings:hover:not(:disabled){background-color:var(--primary-dark)}.settings-page .settings-section.admin-section .provider-form .btn-primary-settings:disabled{cursor:not-allowed;opacity:.7}.settings-page .settings-section.admin-section .backup-controls p{color:#555;line-height:1.5;margin-bottom:1.5rem}.settings-page .settings-section.admin-section .backup-controls .button-group{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.settings-page .settings-section.admin-section .backup-controls .button-group button{border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.settings-page .settings-section.admin-section .backup-controls .button-group button:disabled{cursor:not-allowed;opacity:.6}.settings-page .settings-section.admin-section .backup-controls .button-group .btn-download{background-color:#3498db;color:#fff}.settings-page .settings-section.admin-section .backup-controls .button-group .btn-download:hover:not(:disabled){background-color:#2980b9}.settings-page .settings-section.admin-section .backup-controls .button-group .btn-server{background-color:#27ae60;color:#fff}.settings-page .settings-section.admin-section .backup-controls .button-group .btn-server:hover:not(:disabled){background-color:#219150}.settings-page .settings-section.admin-section .backup-controls .note{color:#7f8c8d;font-size:.85rem;font-style:italic}@media(max-width:768px){.settings-page{padding:1rem}.settings-page .button-group{flex-direction:column}.settings-page .button-group button{width:100%}}: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(90deg,#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:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}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:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}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:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(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:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}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:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;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%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box;font-family:Inter,sans-serif}body,html{margin:0;padding:0}a{color:inherit;text-decoration:none}main{margin-left:220px;transition:margin-left .3s ease}@media(max-width:767px){main{margin-left:0}}.dashboard-container{margin:0 auto;max-width:1400px;padding:0 20px 40px;width:100%}main.sidebar-closed{margin-left:60px}@media(max-width:767px){main.sidebar-closed{margin-left:0}}
/*# sourceMappingURL=main.0fc51f3a.css.map*/