:root{font-family:Prompt,Noto Sans Thai,sans-serif;color:#fff;background:#2b2624;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--card-bg: rgba(47, 40, 38, .74);--card-border: rgba(255, 255, 255, .08);--input-border: #c6c5c4;--input-text: #6f6a66;--placeholder: #beb8b3;--button-start: #aa8750;--button-end: #744e1f}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100vh}button,input{font:inherit}a{color:inherit;text-decoration:none}.auth-shell{position:relative;display:grid;min-height:100vh;overflow:hidden;place-items:center;isolation:isolate;padding:32px}.auth-shell__background,.auth-shell__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.auth-shell__background{object-fit:cover}.auth-shell__overlay{background:linear-gradient(90deg,#221d1bad,#221d1b73 30%,#221d1b33),#403a3640}.auth-card{position:relative;z-index:1;width:min(620px,100%);min-height:760px;border:1px solid var(--card-border);border-radius:60px;background:var(--card-bg);box-shadow:0 0 10px #00000026;padding:50px 56px 40px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.auth-card--superadmin{--button-start: #b98d47;--button-end: #6f4211}.auth-card--company{--button-start: #3b8c7d;--button-end: #1b5b50}.auth-card--employee{--button-start: #5f7bc2;--button-end: #314e8a}.auth-card__brand{display:flex;justify-content:center;margin-bottom:28px}.auth-card__brand-image{width:164px;height:164px;object-fit:contain}.auth-card__header{margin-bottom:28px}.auth-card__eyebrow{margin:0 0 8px;color:#ffffffb8;font-size:13px;font-weight:600;letter-spacing:.22em}.auth-card__title{margin:0 0 6px;font-size:34px;line-height:1.1}.auth-card__subtitle{margin:0;color:#ffffffc2;font-size:16px;line-height:1.6}.auth-form{width:100%}.auth-form__field{display:grid;gap:12px;margin-bottom:22px}.auth-form__label{font-size:18px;line-height:1.6}.auth-form__input{width:100%;height:52px;border:1.732px solid var(--input-border);border-radius:8.661px;background:#fff;color:var(--input-text);padding:0 18px;font-size:18px;outline:none}.auth-form__input::placeholder{color:var(--placeholder)}.auth-form__input:focus{border-color:#e9d7b0;box-shadow:0 0 0 4px #aa875026}.auth-form__password-wrap{position:relative;display:block}.auth-form__input--password{padding-right:56px}.auth-form__toggle{position:absolute;top:50%;right:14px;display:grid;width:28px;height:28px;border:0;background:transparent;padding:0;transform:translateY(-50%);place-items:center;cursor:pointer}.auth-form__eye{position:relative;width:18px;height:18px;border:1.6px solid #8d847d;border-radius:50%}.auth-form__eye:before{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;border-radius:50%;background:#8d847d;transform:translate(-50%,-50%)}.auth-form__submit{width:100%;height:61px;margin-top:10px;border:0;border-radius:8.661px;background:linear-gradient(180deg,var(--button-start) 0%,var(--button-end) 100%);color:#fff;font-size:20px;font-weight:500;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.auth-form__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #110f0e47;filter:brightness(1.03)}.auth-form__submit:disabled{opacity:.76;cursor:wait}.auth-feedback{min-height:132px;margin-top:18px}.auth-feedback__error,.auth-feedback__success{margin:0 0 12px;border-radius:16px;padding:12px 14px;font-size:14px;line-height:1.6}.auth-feedback__error{background:#99242452;color:#ffd6d6}.auth-feedback__success{background:#24825a4d;color:#ddffef}.auth-feedback__permissions{border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:14px 16px;background:#ffffff0d}.auth-feedback__permissions p{margin:0 0 10px;font-size:14px;font-weight:600}.auth-feedback__permissions ul{margin:0;padding-left:18px;color:#ffffffe0;font-size:14px;line-height:1.7}.auth-card__switcher{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.auth-card__switcher a{border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:10px 14px;color:#ffffffd1;font-size:13px}.dashboard-shell{min-height:100vh;background:#f5f3f0}.dashboard-topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;height:60px;padding:0 22px 0 8px;background:linear-gradient(90deg,#9f8d77 4%,#744e1f);color:#fff}.dashboard-topbar__brand{display:flex;align-items:center;gap:14px;font-size:14px}.dashboard-topbar__logo{width:42px;height:42px;object-fit:contain;border-radius:10px;background:#fffffff5;padding:6px}.dashboard-topbar__workspace{display:flex;align-items:center;gap:12px;font-size:12px}.dashboard-topbar__avatar{width:20px;height:20px;border-radius:50%;background:#ffffffeb}.dashboard-sidebar{position:fixed;top:60px;left:0;bottom:0;width:71px;background:#656565;box-shadow:0 4px 10px #0000001a}.dashboard-sidebar__nav{display:flex;flex-direction:column}.dashboard-sidebar__item{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;border:0;background:transparent;color:#fff;font-size:10px;padding:14px 6px;cursor:pointer}.dashboard-sidebar__item--active{background:#9f8d77;box-shadow:inset 4px 4px 4px #00000040}.dashboard-sidebar__icon{width:18px;height:18px;border-radius:50%;border:2px solid currentColor}.dashboard-content{margin-left:71px;padding:22px 24px 28px}.dashboard-content__header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:18px}.dashboard-content__header h1{margin:0 0 8px;color:#4d4237;font-size:28px}.dashboard-content__header p{margin:0;color:#7d746c}.dashboard-content__summary{display:grid;gap:4px;min-width:180px;border-radius:16px;background:#fff;padding:14px 16px;color:#4d4237;box-shadow:0 12px 24px #29231f14}.dashboard-content__summary span{color:#8b8178;font-size:13px;text-transform:uppercase}.dashboard-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}.dashboard-tabs__item{min-width:144px;height:36px;border:0;border-radius:4px;background:#c6c5c4;color:#fff;font-size:12px;cursor:pointer}.dashboard-tabs__item--active{background:#9f8d77}.dashboard-panel{display:grid;grid-template-columns:144px 1fr;gap:18px;min-height:520px}.dashboard-panel__folder-list{display:grid;align-content:start;gap:11px;padding:13px 18px 20px;border-radius:10px;background:#65656580}.dashboard-panel__folder{width:100%;min-height:29px;border:0;border-radius:7px;background:#c6c5c4;color:#fff;font-size:12px;padding:7px 10px;cursor:pointer}.dashboard-panel__folder--active{background:#656565}.dashboard-panel__hero{position:relative;overflow:hidden;border-radius:16px;min-height:520px;background:#fff}.dashboard-panel__hero img,.dashboard-panel__veil{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.dashboard-panel__hero img{object-fit:cover;opacity:.12}.dashboard-panel__veil{background:linear-gradient(180deg,#ffffffd1,#f4f1eef5)}.dashboard-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:22px}.dashboard-metrics article{border-radius:18px;background:#fff;padding:18px;box-shadow:0 12px 24px #29231f14}.dashboard-metrics span{display:block;margin-bottom:8px;color:#8b8178;font-size:13px}.dashboard-metrics strong{color:#4d4237;font-size:24px}@media (max-width: 900px){.auth-shell{padding:20px}.auth-card{min-height:auto;border-radius:36px;padding:34px 24px}.auth-card__brand-image{width:120px;height:120px}.auth-card__title{font-size:28px}.dashboard-topbar{height:auto;align-items:flex-start;padding:12px 16px}.dashboard-sidebar{position:static;width:100%;display:flex;align-items:center;padding:12px 10px;overflow-x:auto}.dashboard-sidebar__nav{flex-direction:row}.dashboard-content{margin-left:0;padding:16px}.dashboard-content__header,.dashboard-panel,.dashboard-metrics{grid-template-columns:1fr}}
