@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;500;600;700&family=Public+Sans:wght@400;500;600;700;800&display=swap');
:root{--primary:#7367f0;--font-size:15px;--bg:#f7f7fa;--surface:#fff;--text:#444050;--muted:#92909e;--border:#e9e7ef;--soft:#f1f0ff;--shadow:0 3px 14px rgba(47,43,61,.045);--sidebar:266px;--danger:#ea5455;color-scheme:light}
*{box-sizing:border-box}body{margin:0;font-family:'Public Sans','Noto Sans Thai',sans-serif;font-size:var(--font-size);line-height:1.6;background:var(--bg);color:var(--text)}a{color:var(--primary);text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}button{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.45;letter-spacing:-.4px}h1{font-size:1.7em;font-weight:600;margin-bottom:6px}h2{font-size:1.14em;font-weight:600;margin-bottom:5px}h3{font-size:1.05em;font-weight:600;margin-bottom:8px}p{margin-bottom:12px}small,.small{font-size:.8em}.muted{color:var(--muted)}.center{text-align:center}[hidden]{display:none!important}.icon{width:21px;height:21px;flex-shrink:0;vertical-align:middle}label{display:flex;flex-direction:column;gap:7px;font-size:.9em;margin-bottom:18px;color:var(--text)}input:not([type=checkbox]):not([type=color]),select,textarea{width:100%;min-height:41px;border:1px solid #d7d5df;border-radius:6px;background:var(--surface);color:var(--text);padding:9px 12px;outline:none;transition:border-color .2s,box-shadow .2s}input::placeholder,textarea::placeholder{color:#b0adba}input:focus,select:focus,textarea:focus{border-color:var(--primary)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 12%,transparent)}input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary);flex-shrink:0}input[type=color]{width:100%;height:43px;padding:5px;border:1px solid var(--border);background:var(--surface);border-radius:6px}input[type=file]{font-size:.86em}textarea{resize:vertical}hr{border:0;border-top:1px solid var(--border);margin:24px 0}:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:6px;padding:10px 18px;font-size:.9em;font-weight:500;line-height:1.5;white-space:nowrap;transition:filter .2s,transform .2s}.btn:hover{filter:brightness(.96);transform:translateY(-1px)}.btn.primary{background:var(--primary);color:#fff;box-shadow:0 3px 7px color-mix(in srgb,var(--primary) 24%,transparent)}.btn.secondary{background:#eeedf1;color:#777381}.full{width:100%}.text-btn,.text-link{border:0;background:none;color:var(--primary);display:inline-flex;align-items:center;gap:6px;padding:0;font-size:.87em}.text-link .icon{width:17px;height:17px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;border:0;border-radius:7px;background:transparent;color:var(--text);padding:6px}.icon-btn:hover{background:var(--soft);color:var(--primary)}.card{background:var(--surface);border:1px solid var(--border);border-radius:9px;box-shadow:var(--shadow)}.card-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:23px 24px 18px}.card-heading h2{display:flex;align-items:center;gap:9px}.card-heading p{font-size:.85em;color:var(--muted);margin:4px 0 0}.card-heading h2>.icon{color:var(--primary);width:20px}.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:5px;font-size:.76em;line-height:1.6;padding:3px 8px;font-weight:500;white-space:nowrap}.purple{background:#eeebff;color:#7367f0}.blue{background:#e6f5ff;color:#2998db}.green{background:#e5f8ee;color:#28a66b}.amber{background:#fff2df;color:#d99330}.gray{background:#efedf1;color:#96919e}.red{background:#ffe7e7;color:#db5556}.tile-icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;flex-shrink:0}.tile-icon .icon{width:24px;height:24px}.alert{padding:13px 16px;background:#e5f8ee;color:#267e53;border-radius:6px;margin-bottom:20px}.alert.danger{background:#ffe8e8;color:#b94444}.status-dot{width:7px;height:7px;border-radius:50%;background:#28c76f;display:inline-block;flex-shrink:0}.brand{display:flex;gap:11px;align-items:center;color:var(--text);font-weight:700;font-size:1.35em;letter-spacing:-.6px}.brand>span:not(.brand-mark){line-height:1.3;overflow:hidden}.brand small{display:block;font-size:8px;letter-spacing:1.6px;font-weight:500;color:var(--muted);margin-top:6px}.brand-mark{display:flex;align-items:center;justify-content:center;width:35px;height:37px;background:var(--primary);color:#fff;font-weight:800;font-size:25px;clip-path:polygon(0 15%,45% 15%,55% 40%,73% 0,100% 0,100% 35%,55% 100%,38% 100%,0 49%);flex-shrink:0}.brand-mark{font-size:0}.company-logo{width:36px;height:36px;object-fit:contain}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;z-index:50;padding:29px 15px 16px;overflow-y:auto}.sidebar>.brand{padding:0 12px 26px}.workspace-label{margin:0 8px 13px;display:flex;align-items:center;gap:10px;padding:11px 9px;background:var(--bg);border:1px solid var(--border);border-radius:7px;font-size:.78em}.workspace-label>div{flex:1}.workspace-label small{display:block;color:var(--muted);font-size:.84em}.workspace-icon{border:1px solid var(--border);border-radius:6px;padding:5px;color:var(--primary);background:var(--surface);font-weight:600}.nav-heading{font-size:.72em;letter-spacing:.7px;color:#a4a0af;padding:19px 15px 9px}.nav-row{display:flex;align-items:center;border-radius:7px;margin-bottom:5px;min-height:44px;padding-right:8px}.nav-row>a{display:flex;align-items:center;gap:12px;flex:1;padding:10px 10px 10px 14px;color:var(--text);font-size:.92em;min-width:0}.nav-row>a>span{white-space:nowrap}.nav-row.active{background:linear-gradient(110deg,var(--primary),color-mix(in srgb,var(--primary) 75%,#fff));box-shadow:0 3px 8px color-mix(in srgb,var(--primary) 28%,transparent)}.nav-row.active>a{color:#fff}.nav-row:not(.active):hover{background:var(--bg)}.favorite-btn{width:25px;height:28px;border:0;background:none;color:#c2bdcc;display:flex;align-items:center;padding:3px}.favorite-btn .icon{width:15px;height:15px}.favorite-btn.selected{color:#ffb836}.favorite-btn.selected .icon{fill:currentColor;stroke:currentColor}.nav-row.active .favorite-btn:not(.selected){color:#ddd8ff}.sidebar-bottom{margin:36px 8px 0;padding:18px 12px 0;text-align:center;border-top:1px solid var(--border);font-size:.76em;color:var(--muted)}.sidebar-bottom strong{display:block;font-size:1em;color:var(--text);font-weight:500;margin-top:6px}.sidebar-bottom p{font-size:.93em;margin:5px 0 18px}.mini-truck{display:inline-flex;padding:10px;border-radius:10px;color:var(--primary);background:var(--soft)}.version{display:flex;justify-content:space-between;padding-top:14px;border-top:1px solid var(--border);font-size:.9em}.version b{font-weight:400}.app-shell{margin-left:var(--sidebar);padding:20px 30px 0}.topbar{height:65px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:8px;display:flex;align-items:center;justify-content:space-between;padding:0 19px;position:relative;z-index:40}.search-trigger{display:flex;align-items:center;gap:12px;color:#aaa5b5;border:0;background:none;padding:0;flex:1;text-align:left}.search-trigger>.icon{color:#777080;width:22px}.search-trigger kbd{font-family:inherit;font-size:.68em;border:1px solid var(--border);border-radius:4px;padding:0 6px;margin-left:6px;color:#aaa5b5}.topbar-actions{display:flex;align-items:center;gap:9px}.font-control{font-size:14px;padding:0}.toolbar-divider{height:26px;border-left:1px solid var(--border);margin:0 6px}.avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;background:#eeeaff;color:var(--primary);display:inline-flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.account-trigger{display:flex;align-items:center;gap:11px;background:none;border:0;padding:0}.account-text{display:flex;flex-direction:column;text-align:right}.account-text strong{font-size:.84em;font-weight:500}.account-text small{font-size:.69em;color:var(--muted)}.popover-parent{position:relative}.notification-toggle{position:relative}.notification-dot{position:absolute;right:7px;top:4px;width:7px;height:7px;border-radius:50%;background:#ea5455;border:1.5px solid var(--surface)}.popover{position:absolute;right:0;top:48px;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 10px 35px #0002;z-index:80}.notification-panel{width:370px;max-height:500px;overflow:auto}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:17px;border-bottom:1px solid var(--border)}.notification-item{display:flex;gap:12px;padding:15px;border-bottom:1px solid var(--border);font-size:.86em}.notification-item.unread{background:var(--soft)}.notification-item p{font-size:.9em;margin:5px 0;color:var(--muted)}.notification-item small{color:var(--muted)}.notification-item .tile-icon{width:32px;height:32px}.notification-item .icon{width:18px}.account-panel{width:205px;padding:10px}.account-panel>a,.account-panel .text-btn{padding:10px;display:flex;gap:9px;color:var(--text);width:100%;font-size:.9em}.account-panel form{border-top:1px solid var(--border)}.main-content{max-width:1600px;margin:0 auto}.breadcrumb{font-size:.76em;color:var(--muted);margin:25px 0 17px}.breadcrumb span{margin:0 10px;color:#c8c4d0}.page-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:23px}.page-heading p{font-size:.9em;color:var(--muted);margin:0}.date-chip{background:var(--surface);border:1px solid var(--border);padding:7px 13px;border-radius:6px;color:var(--muted);font-size:.78em}.welcome-card{display:flex;align-items:center;justify-content:space-between;overflow:hidden;min-height:241px;border:1px solid #e4e0fa;border-radius:9px;padding:30px 33px;background:linear-gradient(110deg,#f0edff,#faf9ff);position:relative}.eyebrow{font-size:.65em;letter-spacing:2px;color:var(--primary);font-weight:600}.welcome-card h2{font-size:1.65em;font-weight:600;color:#5c4cc3;margin:10px 0}.welcome-card h2>span{color:#a89bee;margin-left:4px}.welcome-card p{font-size:.86em;color:#8b839f;line-height:1.9;margin-bottom:18px}.welcome-card .btn{padding:8px 15px;font-size:.82em}.welcome-illustration{position:relative;width:285px;height:192px;margin-right:45px}.illustration-ring{position:absolute;width:209px;height:209px;border:1px solid #dbd4ff;border-radius:50%;top:-10px;left:45px;box-shadow:0 0 0 20px #ebe7fc80,0 0 0 40px #f2effd60}.illustration-grid{position:absolute;top:23px;left:60px;transform:rotate(-9deg);width:154px;height:153px;padding:23px;border:5px solid #fff;background:linear-gradient(130deg,#b3a4ff,#7367f0);box-shadow:8px 15px 24px #7367f028;border-radius:18px}.illustration-grid>span>.icon{width:59px;height:59px;stroke:#fff;stroke-width:1.3}.illustration-line{width:80px;height:7px;background:#ffffff80;border-radius:3px;margin-top:7px}.illustration-line.short{width:50px;background:#ffffff45}.illustration-check{position:absolute;right:-19px;bottom:22px;background:#36c78b;color:#fff;width:44px;height:44px;border:4px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:24px}.illustration-float{position:absolute;left:120px;bottom:-3px;white-space:nowrap;background:#fff;padding:9px 13px;display:flex;align-items:center;gap:8px;border-radius:7px;box-shadow:0 4px 18px #7367f019;transform:rotate(3deg);font-size:10px;color:#746d88}.illustration-float>.icon{color:#7367f0;width:19px}.spark{position:absolute;font-style:normal;color:#b8aaee;font-size:30px}.s1{right:0;top:10px}.s2{left:20px;bottom:12px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:22px 0}.stat-card{padding:19px 20px;display:flex;align-items:center;gap:14px;flex-wrap:wrap;position:relative}.stat-card>.tile-icon{width:42px;height:42px}.stat-card .muted{font-size:.8em}.stat-card strong{display:flex;gap:8px;align-items:baseline;font-size:1.7em;font-weight:600;line-height:1.4}.stat-card strong small{font-size:.45em;font-weight:400;color:var(--muted)}.stat-card .stat-role{font-size:1.1em;margin-top:5px}.stat-note{font-size:.68em;color:#a8a3b2;border-top:1px solid var(--border);padding-top:10px;flex-basis:100%}.home-columns{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:22px;align-items:start}.home-aside{display:grid;gap:20px}.announcement-section>.card-heading{padding-bottom:15px}.announcement-section .card-heading p{margin-left:29px}.announcement-filters{border-bottom:1px solid var(--border);display:flex;align-items:center;gap:20px;padding:0 24px;min-height:60px}.filter-tab{border:0;border-bottom:2px solid transparent;background:none;align-self:stretch;padding:0 3px;font-size:.82em;color:var(--muted)}.filter-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.inline-search{display:flex;align-items:center;flex-direction:row;margin:0 0 0 auto;gap:6px;max-width:165px}.inline-search>.icon{width:16px;height:16px;color:var(--muted)}.inline-search input{border:0!important;background:none!important;padding:5px!important;font-size:.86em;min-height:32px!important}.announcement-item{display:flex;padding:26px 24px;gap:18px;border-bottom:1px solid var(--border)}.announcement-date{height:65px;width:50px;flex-shrink:0;border:1px solid var(--border);border-radius:8px;display:flex;align-items:center;flex-direction:column;justify-content:center;background:var(--bg)}.announcement-date b{font-size:1.5em;font-weight:600;line-height:1.1}.announcement-date small{font-size:.71em;color:var(--muted);margin-top:5px}.announcement-content{min-width:0;flex:1}.announcement-labels{display:flex;gap:9px;align-items:center;margin-bottom:9px}.pinned{color:#aca3c3;font-size:.71em}.announcement-content h3{font-size:1em;margin-bottom:7px}.announcement-content>p{font-size:.85em;color:var(--muted);line-height:1.9}.announcement-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.83em}.announcement-meta>span{color:#a9a4b3;font-size:.83em}.card-bottom-note{padding:13px 24px;color:#aaa4b6;font-size:.7em;background:var(--bg);border-radius:0 0 9px 9px}.quick-links{padding:0 22px 18px}.quick-links>a{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid var(--border);color:var(--text);font-size:.85em}.quick-links>a>.icon{width:16px;margin-left:auto;color:var(--muted)}.quick-links .tile-icon{width:35px;height:35px;border-radius:7px}.quick-links .tile-icon .icon{width:19px;height:19px}.empty-state{text-align:center;color:var(--muted);padding:40px 18px}.empty-state>.icon{width:38px;height:38px;margin-bottom:15px;color:#bbb1df}.empty-state h3,.empty-state strong{display:block;color:var(--text);font-weight:500;font-size:.96em}.empty-state p{font-size:.82em;line-height:1.9;margin:8px 0 0}.small-empty{padding:12px 10px 10px}.workspace-tip{padding:24px;background:linear-gradient(135deg,var(--surface),var(--soft))}.workspace-tip h3{margin:13px 0 10px}.workspace-tip p{font-size:.81em;line-height:1.9;color:var(--muted)}.tip-shortcut{display:flex;align-items:center;gap:5px;font-size:.72em;border-top:1px solid var(--border);padding-top:15px;color:var(--muted)}.tip-shortcut kbd{font-family:inherit;background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:1px 5px}.tip-shortcut span{margin-left:5px}.connection-note{display:flex;gap:7px;align-items:center;font-size:.7em;padding:0 5px;color:var(--muted)}.connection-note>span:last-child{margin-left:auto;color:#aaa5b5}.app-footer{display:flex;justify-content:space-between;color:var(--muted);font-size:.72em;padding:28px 0 22px;gap:12px;margin-top:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.record-form{padding:6px 26px 26px}.record-form .help-text{margin-top:6px}.form-actions{display:flex;align-items:center;gap:12px;padding-top:20px;border-top:1px solid var(--border);margin-top:18px}.check-label{display:inline-flex;flex-direction:row;align-items:center;gap:9px;margin:9px 0;font-size:.88em}.toggle-group{display:flex;gap:25px;margin:8px 0}.help-text{font-size:.8em;color:var(--muted);line-height:1.8}.table-filters{display:flex;align-items:flex-end;gap:18px;border-bottom:1px solid var(--border);padding:10px 24px 22px;flex-wrap:wrap}.table-filters label{min-width:165px;flex:1;max-width:240px;margin:0;font-size:.8em}.table-filters .print-table{margin-left:auto;height:40px}.table-scroll{padding:12px 24px 18px;overflow:auto}.data-table{font-size:.85em;width:100%!important;white-space:nowrap}.data-table thead th{background:var(--bg);color:#686171;font-weight:500!important;border-bottom:1px solid var(--border)!important;font-size:.95em;letter-spacing:.3px;padding:13px 12px!important}.data-table tbody td{border-bottom:1px solid var(--border)!important;padding:12px!important;box-shadow:none!important;background:var(--surface)}table.dataTable{border-collapse:collapse!important}.row-actions{display:flex;gap:2px}.row-actions .icon-btn{width:30px;height:30px}.row-actions .icon{width:17px;height:17px}.delete-record:hover{color:#ea5455}.dt-container{font-size:.9em;color:var(--text)!important}.dt-layout-row{margin:13px 0!important}.dt-search input{min-height:36px!important;display:inline!important;width:200px!important}.dt-length select{display:inline;width:auto;min-height:34px;padding:4px 20px 4px 8px}.dt-info{color:var(--muted)!important;font-size:.9em}.dt-paging-button{border:0!important;border-radius:5px!important;background:var(--bg)!important;margin-left:5px!important}.dt-paging-button.current{background:var(--primary)!important;color:#fff!important}.permission-card{margin-top:22px;padding:24px}.permission-banner{display:flex;align-items:center;gap:15px;border-bottom:1px solid var(--border);padding-bottom:22px}.permission-banner .check-label{margin-left:auto}.permission-banner p{color:var(--muted);font-size:.82em;margin:0}.permission-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding-top:24px}.permission-option{display:flex;align-items:center;flex-direction:row;gap:15px;border:1px solid var(--border);border-radius:8px;padding:17px;margin:0}.permission-option>span:nth-child(2){flex:1}.permission-option strong{font-weight:500;font-size:.98em}.permission-option small{display:block;color:var(--muted);font-size:.82em}.all-granted{background:var(--soft);border-radius:8px}.profile-columns{display:grid;grid-template-columns:310px minmax(0,1fr);gap:24px;align-items:start}.profile-overview{text-align:center;overflow:hidden;padding-bottom:20px}.profile-cover{height:95px;background:linear-gradient(120deg,#dcd5ff,#f1edff);position:relative}.large-avatar{width:90px;height:90px;border:5px solid var(--surface);font-size:34px;margin-top:-45px;position:relative}.profile-overview h2{margin-top:12px}.profile-overview dl{text-align:left;margin:25px 25px 20px;border-top:1px solid var(--border);padding-top:18px;font-size:.85em}.profile-overview dt{color:var(--muted);font-size:.88em}.profile-overview dd{margin:2px 0 12px;overflow-wrap:anywhere}.upload-area{display:flex;gap:19px;align-items:center;padding:5px 0 8px}.upload-area label{margin-bottom:5px}.upload-preview{width:72px;height:72px;font-size:26px;border-radius:10px}.settings-integrations{margin-top:23px}.detail-list{text-align:left;font-size:14px;line-height:1.7}.detail-list dt{color:#96909f;font-size:12px;margin-top:13px}.detail-list dd{margin:2px 0 0;white-space:pre-wrap;overflow-wrap:anywhere}.swal2-popup{font-family:inherit!important;color:var(--text)!important;background:var(--surface)!important}.swal2-title{font-size:1.35em!important}.swal2-confirm{background:var(--primary)!important}.swal2-html-container{font-size:.96em!important}dialog{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:12px;padding:0;box-shadow:0 15px 60px #0003;max-height:80vh;max-width:calc(100vw - 30px)}dialog::backdrop{background:#27213966;backdrop-filter:blur(3px)}.search-dialog{width:570px}.dialog-head{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border);gap:15px}.dialog-head h2{margin:0}.search-input-wrap{display:flex;align-items:center;margin:16px 22px;gap:12px;color:var(--muted)}.search-input-wrap input{border:0!important;box-shadow:none!important}.search-dialog #menu-search-results{padding:0 12px 15px;max-height:450px;overflow:auto}.search-dialog #menu-search-results>a{display:flex;gap:13px;align-items:center;padding:12px;border-radius:7px;color:var(--text)}.search-dialog #menu-search-results>a:hover{background:var(--soft)}.search-dialog #menu-search-results>a>span{flex:1}.search-dialog small{display:block;font-size:.76em;color:var(--muted)}.detail-dialog{width:670px}.announcement-full{padding:25px;line-height:2;white-space:normal;overflow-wrap:anywhere}.mobile-menu{display:none}.sidebar-shade{display:none}
[data-theme=dark] .illustration-ring{border-color:#76629a;box-shadow:0 0 0 20px #65578222,0 0 0 40px #65578211}
@media(max-width:780px){.sidebar{visibility:hidden}.sidebar-open .sidebar{visibility:visible}}
.menu-folder{flex:1;display:flex;align-items:center;gap:10px;min-width:0;border:0;background:none;padding:10px 4px 10px 14px;text-align:left;font-size:.9em}
.menu-folder>span,.menu-node .nav-row>a>span{white-space:normal;overflow-wrap:anywhere;text-align:left}
.menu-chevron{display:flex;justify-content:center;align-items:center;width:24px;height:30px;flex-shrink:0;background:none;border:0;border-radius:5px;color:var(--muted)}
.menu-chevron>span{font-size:23px;line-height:1;transition:transform .15s}.menu-chevron[aria-expanded=true]>span{transform:rotate(90deg)}
.branch-current{background:var(--soft)}.branch-current>.menu-folder{color:var(--primary)}
.menu-children{margin-left:12px;padding-left:4px;border-left:1px solid var(--border)}.menu-children .nav-row>a,.menu-children .menu-folder{padding-left:8px;gap:8px;font-size:.85em}.menu-children .icon{width:17px;height:17px}.menu-level-3 .nav-row{padding-right:4px}.menu-level-3 .favorite-btn{width:19px;flex-shrink:0}.menu-level-3 .favorite-btn>.icon{width:13px;height:13px}
.menu-tree-preview{margin-bottom:22px}.menu-outline{padding:0 24px 24px}.outline-row{display:flex;align-items:center;gap:10px;padding:12px 10px;margin-left:calc((var(--menu-depth) - 1)*24px);border-bottom:1px solid var(--border);color:var(--text);font-size:.85em}.outline-row strong{font-weight:500}.outline-row small{color:var(--muted);margin-left:auto}.outline-row>.icon:last-child{width:16px;color:var(--muted)}.outline-row:hover{background:var(--soft)}.menu-breadcrumb{display:block;font-size:.8em;color:var(--muted);white-space:normal;max-width:340px}.permission-folder{grid-column:1/-1;padding:12px 15px;background:var(--soft);border-radius:6px;font-size:.9em;font-weight:500}.permission-option small{white-space:normal}
@media(max-width:500px){.menu-outline{padding:0 12px 16px}.outline-row{margin-left:calc((var(--menu-depth) - 1)*12px);flex-wrap:wrap;gap:7px}.outline-row small{flex-basis:100%;margin-left:0}.outline-row>.badge{font-size:.65em}}
.pwa-icon-upload{display:flex;align-items:center;gap:22px}.pwa-icon-upload>img{width:96px;height:96px;object-fit:contain;border:1px solid var(--border);border-radius:18px;background:var(--bg);flex-shrink:0}.pwa-icon-upload label{margin-bottom:7px}.pwa-icon-upload .help-text{margin-bottom:0}@media(max-width:500px){.pwa-icon-upload{align-items:flex-start;flex-direction:column}}
/* Login */
.login-page{display:grid;grid-template-columns:1.15fr 1fr;min-height:100vh;background:var(--surface)}.login-art{background:#f7f6fc;border-right:1px solid var(--border);position:relative;padding:35px 40px;overflow:hidden;display:flex;flex-direction:column}.login-art>.brand{font-size:1.45em}.login-art>.brand small{display:inline;font-size:.5em;letter-spacing:1px;margin:0 0 0 5px;background:#eae5ff;color:var(--primary);padding:3px 6px;border-radius:4px}.login-story{width:100%;max-width:510px;margin:auto; padding:60px 10px 40px;position:relative}.login-story h1{font-size:2.9em;font-weight:600;line-height:1.42;letter-spacing:-1.3px;margin:20px 0}.login-story h1>span{color:var(--primary)}.login-story>p{color:#9a93ac;font-size:.94em;line-height:1.9}.transport-visual{height:270px;position:relative;margin-top:35px}.orb{position:absolute;width:260px;height:260px;border-radius:50%;background:linear-gradient(135deg,#ece7ff,#f8f6ff);left:100px;top:0;border:1px solid #e9e3fd;box-shadow:0 0 0 17px #f2effb}.truck{position:absolute;left:70px;top:85px;width:325px;height:140px;filter:drop-shadow(0 18px 13px #afa0d829)}.truck-box{width:215px;height:117px;background:linear-gradient(120deg,#9283f9,#6756d8);position:absolute;left:0;top:0;border-radius:9px 5px 2px 4px;box-shadow:inset 0 7px #ffffff20;border:1px solid #7f6aeb}.truck-logo{display:flex;align-items:center;justify-content:center;gap:12px;font-size:43px;color:#fff;font-weight:800;height:105px;font-style:italic}.truck-logo span{font-size:18px;font-style:normal;line-height:.9;letter-spacing:2px}.truck-logo small{font-size:7px;letter-spacing:1.3px;font-weight:400}.truck-cab{position:absolute;left:217px;top:33px;width:89px;height:85px;background:#ded7f7;clip-path:polygon(0 0,62% 0,100% 44%,100% 100%,0 100%);border-radius:4px}.truck-window{position:absolute;left:12px;top:9px;width:58px;height:36px;background:#766b9e;clip-path:polygon(0 0,65% 0,100% 100%,0 100%);border-radius:3px}.truck-cab:after{content:'';position:absolute;left:11px;bottom:25px;background:#a99cce;width:12px;height:4px;border-radius:2px}.wheel{position:absolute;width:37px;height:37px;border-radius:50%;background:#4e456b;border:9px solid #373046;top:99px;box-shadow:0 0 0 3px #f7f6fc}.wheel-one{left:37px}.wheel-two{left:250px}.road{position:absolute;left:20px;right:15px;height:2px;background:#dcd5ec;top:224px}.road:after{content:'';position:absolute;top:11px;left:35px;width:240px;height:2px;background:repeating-linear-gradient(90deg,#e3dfee 0 26px,transparent 26px 43px)}.floating-card{position:absolute;display:flex;gap:11px;align-items:center;z-index:2;background:#fff;border:1px solid #f0edf5;box-shadow:0 8px 25px #6a55ad0c;border-radius:8px;padding:12px 15px;white-space:nowrap}.floating-card strong{display:block;font-size:11px;font-weight:600;color:#726780}.floating-card small{display:block;font-size:10px;color:#aaa1b8}.route-card{right:0;top:13px;transform:rotate(3deg)}.route-card .status-dot{margin-left:12px}.secure-card{left:4px;bottom:7px;transform:rotate(-3deg)}.tiny-icon{display:inline-flex;align-items:center;justify-content:center;width:31px;height:31px;border-radius:7px;background:#eee8ff;color:#8674dd}.tiny-icon.green{background:#e4f7eb;color:#48ae7d}.login-tags{display:flex;justify-content:space-between;color:#aea5be;gap:10px;font-size:.64em;margin-top:37px}.art-footer{font-size:9px;letter-spacing:1.6px;color:#b1a8c2;text-align:center;padding-top:25px}.login-form-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 55px 25px;position:relative}.login-form-wrap{width:100%;max-width:390px;margin:auto}.login-badge{font-size:.76em;color:var(--primary);background:var(--soft);border:1px solid #e8e2fc;display:inline-block;padding:4px 10px;border-radius:5px;margin-bottom:15px}.login-form-wrap h2{font-size:1.9em;margin:0 0 8px;font-weight:600}.login-form-wrap h2 span{font-size:.8em}.login-form-wrap>p{font-size:.87em;margin-bottom:31px}.login-form-wrap label{font-size:.85em;margin-bottom:21px}.login-form-wrap input{height:44px}.password-wrap{position:relative}.password-wrap input{padding-right:42px!important}.reveal{position:absolute;right:5px;top:6px;height:31px;width:31px;border:0;background:none;color:#a49baa}.login-help{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:.65em;margin:4px 0 25px}.login-help span:last-child{color:var(--primary)}.login-submit{height:44px;justify-content:center}.login-submit span{margin-left:auto}.login-submit{padding-left:38px}.secure-note{margin-top:30px;border-top:1px solid var(--border);padding-top:20px;text-align:center;color:#aaa3b7;font-size:.72em}.login-form-panel footer{text-align:center;color:#b0a9ba;font-size:.67em;margin-top:50px}.install-page{display:grid;place-items:center;min-height:100vh;padding:25px}.install-card{width:100%;max-width:540px;padding:30px}.install-card .brand{margin-bottom:25px}.install-card h1{font-size:1.5em}
/* Theme and responsive layouts */
[data-theme=dark]{--bg:#252537;--surface:#2f3046;--text:#d7d5e6;--muted:#a5a2b9;--border:#414158;--soft:#3a3456;--shadow:0 3px 14px #0001;color-scheme:dark}[data-theme=dark] input:not([type=checkbox]),[data-theme=dark] select,[data-theme=dark] textarea{border-color:#55516b}[data-theme=dark] .welcome-card{background:linear-gradient(110deg,#3f355b,#323047);border-color:#504369}[data-theme=dark] .welcome-card h2{color:#c3b2ff}[data-theme=dark] .welcome-card p{color:#b4a5cc}[data-theme=dark] .purple{background:#423761;color:#b4a0ff}[data-theme=dark] .green{background:#254d45;color:#6ad6a0}[data-theme=dark] .blue{background:#29475e;color:#65c2f6}[data-theme=dark] .amber{background:#534731;color:#e5b66a}[data-theme=dark] .gray{background:#444055;color:#b6aec9}[data-theme=dark] .red{background:#5a3847;color:#f5989b}[data-theme=dark] .btn.secondary{background:#454156;color:#d0c8df}[data-theme=dark] .data-table thead th{color:#c2b9d5}[data-theme=dark] .profile-cover{background:linear-gradient(110deg,#66578d,#443958)}
@media(min-width:1600px){.app-shell{padding:24px 42px 0}.home-columns{grid-template-columns:minmax(0,1fr) 345px}.welcome-card{min-height:255px}.welcome-illustration{margin-right:100px}.stat-card{padding:22px 25px}}
@media(max-width:1200px){:root{--sidebar:236px}.sidebar{padding-left:9px;padding-right:9px}.sidebar>.brand{font-size:1.15em;padding-left:10px}.app-shell{padding:18px 22px 0}.home-columns{grid-template-columns:minmax(0,1fr) 280px}.stat-card{gap:10px;padding:16px 13px}.stat-card>.tile-icon{width:34px;height:34px}.stat-card>.tile-icon>.icon{width:20px}.stat-card .muted{font-size:.7em}.stat-card .stat-role{font-size:.94em}.welcome-illustration{margin-right:0}.announcement-section>.card-heading{align-items:flex-start}.announcement-section .card-heading .text-link{font-size:.72em;white-space:nowrap}.announcement-item{padding:23px 18px;gap:12px}.announcement-meta{flex-wrap:wrap}.account-text{display:none}.profile-columns{grid-template-columns:260px minmax(0,1fr)}.login-story h1{font-size:2.5em}.login-art{padding:30px 25px}.login-form-panel{padding:45px 35px 20px}.truck{left:30px}.route-card{right:0}.login-tags{font-size:.58em}}
@media(max-width:1000px){.home-columns{grid-template-columns:1fr}.home-aside{grid-template-columns:1fr 1fr}.connection-note{grid-column:1/-1}.profile-columns{grid-template-columns:1fr}.profile-overview dl{display:grid;grid-template-columns:1fr 1fr;gap:8px}.profile-overview dd{margin:0}.stats-grid{gap:12px}.stat-card .stat-role{font-size:.84em}.welcome-card{padding:25px}.welcome-card h2{font-size:1.35em}.welcome-illustration{width:210px;transform:scale(.85);transform-origin:right center}.login-page{grid-template-columns:1fr 1fr}.login-story h1{font-size:2.1em}.transport-visual{transform:scale(.85);transform-origin:left center;width:420px;margin-left:-10px}.login-story>p{font-size:.82em}.login-tags{display:none}.login-art>.brand{font-size:1.2em}.permission-banner{flex-wrap:wrap}.permission-banner .check-label{margin-left:0}}
@media(max-width:780px){:root{--sidebar:266px}.sidebar{transform:translateX(-100%);transition:transform .2s}.sidebar-open .sidebar{transform:translateX(0)}.sidebar-open .sidebar-shade{display:block;position:fixed;inset:0;background:#17122770;z-index:49}.app-shell{margin-left:0;padding:14px 16px 0}.mobile-menu{display:inline-flex;margin-right:8px}.topbar{padding:0 12px;height:60px}.topbar-actions{gap:3px}.search-trigger{gap:8px}.search-trigger kbd{display:none}.toolbar-divider{margin:0 3px}.account-trigger{gap:0}.search-trigger span{font-size:.85em}.page-heading{margin-bottom:19px}.page-heading h1{font-size:1.45em}.page-heading p{font-size:.8em}.breadcrumb{margin:20px 0 15px}.stats-grid{grid-template-columns:1fr 1fr}.stat-card{padding:17px}.stat-card .muted{font-size:.82em}.stat-card .stat-role{font-size:1.05em}.welcome-card{padding:25px;min-height:220px}.welcome-card h2{font-size:1.3em}.welcome-card p{font-size:.76em}.welcome-illustration{margin-left:-20px}.date-chip{font-size:.66em}.login-page{grid-template-columns:1fr}.login-art{display:none}.login-form-panel{min-height:100vh;padding:50px 25px 25px}.login-form-wrap:before{content:'ANT / TMS';display:block;color:var(--primary);font-weight:800;font-size:1.3em;margin-bottom:40px;letter-spacing:1px}.notification-panel{position:fixed;right:15px;top:82px;width:calc(100vw - 30px);max-width:370px}.form-grid{gap:0 15px}.card-heading{padding:20px}.record-form{padding:8px 20px 22px}.table-filters{padding:10px 20px 20px;gap:12px}.table-filters label{min-width:130px}.table-scroll{padding:10px 16px 16px}.permission-grid{gap:12px}.permission-option{padding:12px;gap:9px}.permission-option .tile-icon{width:32px;height:32px}.permission-option .tile-icon>.icon{width:18px}.app-footer{font-size:.64em}.app-footer>span:last-child{display:none}}
@media(max-width:500px){.font-control{width:29px;font-size:12px}.topbar-actions .toolbar-divider{display:none}.search-trigger span{display:none}.topbar-actions .icon-btn{width:30px}.topbar-actions .avatar{width:32px;height:32px}.welcome-illustration{display:none}.welcome-card{padding:24px;min-height:215px}.welcome-card h2{font-size:1.4em}.welcome-card .eyebrow{font-size:.56em}.home-aside{grid-template-columns:1fr}.card-heading{gap:8px}.card-heading .btn{padding:8px 11px;font-size:.77em}.announcement-filters{padding:0 16px;gap:15px}.inline-search{max-width:140px}.announcement-item{padding:22px 16px}.announcement-date{width:40px;height:56px}.announcement-date b{font-size:1.2em}.announcement-meta{font-size:.79em}.card-heading h2{font-size:1.05em}.announcement-section .card-heading p{margin-left:0}.announcement-section>.card-heading>.text-link{font-size:0}.announcement-section>.card-heading>.text-link>.icon{width:20px}.permission-grid,.form-grid{grid-template-columns:1fr}.permission-card{padding:18px}.toggle-group{flex-direction:column;gap:0}.table-filters .print-table{margin-left:0}.date-chip{display:none}.upload-area{align-items:flex-start;flex-direction:column}.form-actions{flex-wrap:wrap}.stat-card{padding:15px 13px;gap:9px}.stat-card .muted{font-size:.74em}.stat-card strong{font-size:1.5em}.stat-note{font-size:.63em}.stat-card .stat-role{font-size:.96em}.stats-grid{gap:11px}.stat-card .tile-icon{width:32px;height:32px}}
@media print{.sidebar,.topbar,.breadcrumb,.page-heading .date-chip,.table-filters,.dt-layout-row:not(:has(table)),.row-actions,.app-footer,.popover,dialog,.swal2-container{display:none!important}.app-shell{margin:0;padding:0}.main-content{max-width:none}.card{box-shadow:none}.table-scroll{overflow:visible;padding:0}body{background:white;color:black;font-size:11px}.data-table{white-space:normal}.data-table th:last-child,.data-table td:last-child{display:none}.page-heading{margin:0 0 15px}.card-heading{padding:10px}.data-table tbody td{background:white!important;color:black!important}.badge{color:black!important;background:transparent!important}}
.employee-sections{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:start}.employee-section{min-width:0;padding:0 16px 12px 0;border-right:1px solid var(--border)}.employee-section:last-child{border-right:0;padding-right:0}.employee-section h3{font-size:1em;margin:12px 0 22px;color:var(--primary)}.employee-fields,.employee-images{display:flex;flex-direction:column;min-width:0}.employee-section label{min-width:0}.employee-images img{width:100%;height:150px;object-fit:contain;border:1px solid var(--border);border-radius:10px;background:var(--bg);margin:10px 0}.employee-images input{font-size:.8em;min-width:0}.employee-details{margin:0}.employee-details dt{color:var(--muted);font-size:.82em}.employee-details dd{margin:6px 0 22px;overflow-wrap:anywhere}.employee-fields input[readonly]{background:var(--bg)}@media(max-width:1050px){.employee-sections{grid-template-columns:repeat(2,minmax(0,1fr))}.employee-section:nth-child(2){border-right:0}}@media(max-width:600px){.employee-sections{grid-template-columns:1fr}.employee-section{border-right:0;border-bottom:1px solid var(--border);padding-right:0}.employee-section:last-child{border-bottom:0}}
.employee-images img:not([hidden]){cursor:zoom-in}.employee-images img:focus-visible{outline:3px solid var(--primary);outline-offset:3px}.employee-section>h3:not(:first-child){border-top:1px solid var(--border);padding-top:20px}.viewer-container{z-index:3000!important}
.sidebar-favorites{margin:8px 14px 18px;padding:12px 10px;background:var(--bg);border:1px solid var(--border);border-radius:9px}.sidebar-favorites h2{display:flex;gap:8px;align-items:center;margin:0 0 9px;font-size:.82em;color:var(--muted);font-weight:500}.sidebar-favorites h2 .icon{width:17px;height:17px;color:#ffb62b}.sidebar-favorites nav{padding:0;margin:0;max-height:220px;overflow-y:auto}.sidebar-favorites nav a{display:flex;align-items:center;gap:9px;padding:9px 7px;border-radius:6px;color:var(--text);font-size:.85em}.sidebar-favorites nav a[hidden]{display:none}.sidebar-favorites nav a:hover,.sidebar-favorites nav a.current{background:var(--soft);color:var(--primary)}.sidebar-favorites nav a .icon{width:18px;height:18px;flex-shrink:0}.sidebar-favorites nav a span{overflow-wrap:anywhere}.sidebar-favorites p{font-size:.74em;color:var(--muted);line-height:1.7;margin:4px 0}
.sidebar-favorites{margin:4px 14px 10px;padding:7px 8px;border-radius:6px}.sidebar-favorites h2{font-size:.7em;gap:5px;margin-bottom:4px}.sidebar-favorites h2 .icon{width:13px;height:13px}.sidebar-favorites nav{max-height:132px}.sidebar-favorites nav a{font-size:.75em;padding:4px 5px;gap:6px;line-height:1.4}.sidebar-favorites nav a .icon{width:14px;height:14px}.sidebar-favorites p{font-size:.68em;margin:2px 0;line-height:1.4}
/* Compact main navigation, matching sidebar favorites. */
.sidebar>nav[aria-label="เมนูหลัก"] .nav-heading{font-size:.7em;letter-spacing:.3px;padding:12px 12px 5px}
.sidebar>nav[aria-label="เมนูหลัก"] .nav-row{min-height:29px;margin-bottom:3px;border-radius:6px;padding-right:5px}
.sidebar>nav[aria-label="เมนูหลัก"] .nav-row>a,.sidebar>nav[aria-label="เมนูหลัก"] .menu-folder{font-size:.75em;line-height:1.4;padding:6px 8px 6px 12px;gap:6px}
.sidebar>nav[aria-label="เมนูหลัก"] .menu-children .nav-row>a,.sidebar>nav[aria-label="เมนูหลัก"] .menu-children .menu-folder{padding-left:7px}
.sidebar>nav[aria-label="เมนูหลัก"] .nav-row .icon{width:14px;height:14px}
.sidebar>nav[aria-label="เมนูหลัก"] .favorite-btn{width:22px;height:24px;padding:4px;flex-shrink:0}
.sidebar>nav[aria-label="เมนูหลัก"] .favorite-btn .icon{width:13px;height:13px}
.sidebar>nav[aria-label="เมนูหลัก"] .menu-chevron{width:22px;height:24px}
.sidebar>nav[aria-label="เมนูหลัก"] .menu-chevron>span{font-size:18px}
.audit-summary{display:block;min-width:240px;max-width:460px;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.7}
.employee-detail-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
