.dashboard-layout-root{background-color:var(--background-custom,#fdf8f4);min-height:100vh}@keyframes dropdown-enter{0%{opacity:0;transform:translateY(-8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes dashboard-fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.app-header{z-index:50;background:#fff;border-bottom:1px solid #b76e791f;width:100%;position:sticky;top:0;box-shadow:0 1px 8px #b76e790f}.app-header__inner{max-width:var(--container-max,1440px);justify-content:space-between;align-items:center;height:64px;margin:0 auto;padding:0 24px;display:flex}.app-header__logo{align-items:center;gap:10px;text-decoration:none;transition:opacity .2s;display:flex}.app-header__logo:hover{opacity:.85}.app-header__logo-img{object-fit:cover;border-radius:10px;flex-shrink:0;width:36px;height:36px}.app-header__logo-text{font-family:var(--font-great-vibes),cursive;background:linear-gradient(135deg,#dfbd69 0%,#b76e79 50%,#dfbd69 100%) 0 0/200% 200%;-webkit-text-fill-color:transparent;letter-spacing:1px;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;animation:3s linear infinite brand-shimmer}.app-header__nav{align-items:center;gap:4px;display:none}@media (min-width:768px){.app-header__nav{display:flex}}.app-header__nav-link{font-family:var(--font-inter),sans-serif;color:#555;white-space:nowrap;border-radius:24px;align-items:center;gap:6px;padding:8px 14px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.app-header__nav-link:hover{color:#b76e79;background:#b76e7914}.app-header__actions{align-items:center;gap:8px;display:flex}.app-header__icon-btn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:relative}.app-header__icon-btn:hover{color:#b76e79;background:#b76e791a}.app-header__badge{text-align:center;color:#fff;background:linear-gradient(135deg,salmon,#ff6b5b);border-radius:999px;min-width:18px;height:18px;padding:0 5px;font-size:.65rem;font-weight:700;line-height:18px;position:absolute;top:4px;right:4px;box-shadow:0 2px 6px #fa807266}.app-header__profile-wrapper{position:relative}.app-header__profile-btn{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:32px;align-items:center;gap:10px;padding:4px 8px 4px 4px;transition:all .2s;display:none}@media (min-width:768px){.app-header__profile-btn{display:flex}}.app-header__profile-btn:hover{background:#b76e790f;border-color:#b76e7926}.app-header__avatar{width:36px;height:36px;font-family:var(--font-inter),sans-serif;color:#fff;background:linear-gradient(135deg,#b76e79,salmon);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:600;display:flex;box-shadow:0 2px 8px #b76e794d}.app-header__profile-info{flex-direction:column;align-items:flex-start;line-height:1.3;display:flex}.app-header__profile-name{font-family:var(--font-inter),sans-serif;color:#333;font-size:.8rem;font-weight:600}.app-header__profile-role{font-family:var(--font-inter),sans-serif;color:#b76e79;text-transform:uppercase;letter-spacing:.5px;font-size:.65rem;font-weight:500}.app-header__dropdown{z-index:50;background:#fff;border:1px solid #b76e791f;border-radius:12px;min-width:200px;padding:6px;animation:.2s ease-out dropdown-enter;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 40px #0000001a,0 2px 6px #b76e7914}.app-header__dropdown-header{padding:10px 12px}.app-header__dropdown-divider{background:#b76e791a;height:1px;margin:4px 8px}.app-header__dropdown-item{width:100%;font-family:var(--font-inter),sans-serif;color:#444;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:.85rem;font-weight:400;text-decoration:none;transition:all .2s;display:flex}.app-header__dropdown-item:hover{color:#b76e79;background:#b76e7914}.app-header__dropdown-item--danger{color:#e5675a}.app-header__dropdown-item--danger:hover{color:#e5675a;background:#e5675a14}.app-header__mobile-toggle{color:#555;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}@media (min-width:768px){.app-header__mobile-toggle{display:none}}.app-header__mobile-toggle:hover{color:#b76e79;background:#b76e7914}.app-header__mobile-nav{background:#fff;border-top:1px solid #b76e791a;flex-direction:column;padding:8px 16px 16px;animation:.25s ease-out dropdown-enter;display:flex}@media (min-width:768px){.app-header__mobile-nav{display:none}}.app-header__mobile-link{font-family:var(--font-inter),sans-serif;color:#444;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.app-header__mobile-link:hover{color:#b76e79;background:#b76e7914}.btn-primary-custom{color:#fff;font-family:var(--font-inter),sans-serif;cursor:pointer;background:linear-gradient(135deg,salmon 0%,#b76e79 100%);border:none;border-radius:30px;align-items:center;gap:8px;font-weight:600;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #fa807259}.btn-primary-custom:hover{transform:translateY(-2px);box-shadow:0 8px 24px #fa807280}.btn-primary-custom:active{transform:translateY(0)}.dashboard-card{background:#fff;border:1px solid #b76e791f;border-radius:20px;transition:all .25s}.dashboard-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #b76e791f}.tab-active{color:#fff;background:linear-gradient(135deg,salmon 0%,#b76e79 100%);box-shadow:0 4px 14px #fa807259}.tab-inactive{color:var(--brand-muted);background:0 0}.tab-inactive:hover{background:var(--blush);color:var(--rose)}.fade-in-up{animation:.5s forwards dashboard-fadeInUp}.stat-card-glow-blue{box-shadow:0 4px 20px #3b82f61a}.stat-card-glow-amber{box-shadow:0 4px 20px #f59e0b1a}.stat-card-glow-green{box-shadow:0 4px 20px #22c55e1a}.stat-card-glow-rose{box-shadow:0 4px 20px #fa80721a}.request-detail__input:focus{border-color:#b76e79;box-shadow:0 0 0 3px #b76e7926}.request-detail__btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #fa807280}.request-detail__btn-accept:hover{transform:translateY(-2px);box-shadow:0 8px 24px #22c55e73}
