@font-face{font-family:Pally;src:url(/fonts/Pally-Bold.woff) format("woff");font-style:normal;font-weight:700;font-display:swap}:root{color-scheme:light;--ink:#23252c;--muted:#6d7079;--surface:#ffffff;--surface-soft:#f7f7f5;--line:#dedfdc;--yellow:#ffd84a;--red:#d93852;--admin-header-height:104px}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;background:#ffffff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}button{font:inherit}button:focus-visible{outline:3px solid rgba(35,37,44,.3);outline-offset:3px}.login-page{display:grid;min-height:100vh;place-items:center;padding:32px;background:#ffffff}.login-card{width:min(100%,480px);padding:48px;border:2px solid var(--ink);border-radius:32px;background:var(--surface)}.wordmark{display:block;width:auto;height:auto}.admin-brand-lockup{position:relative}.admin-brand-lockup-login{width:min(100%,340px);margin:0 auto 32px}.wordmark-login{width:100%}.admin-panel-label{position:absolute;color:#ffffff;font-family:Pally,ui-rounded,sans-serif;font-weight:700;line-height:.9;letter-spacing:-.03em;paint-order:stroke fill;transform:rotate(-4deg)}.admin-panel-label-login{right:0;bottom:-4px;font-size:clamp(22px,5vw,30px);-webkit-text-stroke:5px var(--ink)}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer;font-weight:720;transition:transform .16s ease,background-color .16s ease,opacity .16s ease}.sign-out-control{position:relative}.sign-out-error{position:absolute;top:calc(100% + 10px);right:0;width:max-content;max-width:240px;padding:8px 10px;border:1px solid #efb0ba;border-radius:10px;background:#fff1f3;color:var(--red);font-size:12px}.primary-button{width:100%;min-height:56px;gap:12px;padding:0 20px;border:2px solid var(--ink);border-radius:999px;background:var(--ink);color:white}.primary-button:hover:not(:disabled),.secondary-button:hover:not(:disabled){transform:translateY(-1px)}.primary-button:disabled,.secondary-button:disabled{cursor:wait;opacity:.58}.google-logomark-wrap{display:grid;width:28px;height:28px;place-items:center;border-radius:999px;background:#ffffff}.google-logomark{display:block;width:20px;height:20px}.auth-error{margin:16px 0 0;padding:12px 14px;border:1px solid #efb0ba;border-radius:12px;background:#fff1f3;color:var(--red);font-size:14px;line-height:1.45}.access-note{margin:20px 0 0;color:var(--muted);font-size:12px;line-height:1.5;text-align:center}.secondary-button{min-height:40px;padding:0 16px;border:1.5px solid var(--ink);border-radius:999px;background:#ffffff;color:var(--ink)}.secondary-button:hover:not(:disabled){background:var(--surface-soft)}@media (max-width:760px){.login-page{padding:16px}.login-card{padding:32px 24px;border-radius:22px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important}}.dashboard-shell{min-height:100vh;background:#ffffff}.dashboard-header{display:flex;min-height:var(--admin-header-height);align-items:center;justify-content:space-between;gap:24px;padding:20px clamp(24px,5vw,72px);border-bottom:1px solid var(--line);background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.account-actions,.dashboard-brand{display:flex;align-items:center;gap:16px}.admin-brand-lockup-header,.wordmark-header{width:184px}.admin-panel-label-header{right:-2px;bottom:-3px;font-size:18px;-webkit-text-stroke:4px var(--ink)}.account-identity{display:grid;grid-gap:3px;gap:3px;text-align:right}.account-identity span{font-size:14px;font-weight:700}.account-identity small{color:var(--muted);font-size:12px}.dashboard-body{display:grid;min-height:calc(100vh - var(--admin-header-height));grid-template-columns:264px minmax(0,1fr)}.admin-sidebar{display:flex;min-height:100%;flex-direction:column;gap:28px;padding:32px 20px 24px;border-right:1px solid var(--line);background:#fff8f1}.sidebar-title{margin:0;font-family:Pally,ui-rounded,sans-serif;font-size:24px;line-height:1;letter-spacing:-.03em}.sidebar-navigation{display:grid;grid-gap:10px;gap:10px;margin:0;padding:0;list-style:none}.sidebar-navigation-item{display:flex;min-height:52px;align-items:center;gap:12px;padding:7px 12px 7px 8px;border:1.5px solid var(--ink);border-radius:16px;background:#ffffff;color:var(--ink);font-family:Pally,ui-rounded,sans-serif;font-size:17px;text-decoration:none;transition:background-color .14s ease,transform .14s ease}.sidebar-navigation-item:hover{background:#fff0e3;transform:translateX(2px)}.sidebar-navigation-item:focus-visible{outline:3px solid rgba(35,37,44,.3);outline-offset:2px}.sidebar-navigation-mark{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border:1.5px solid var(--ink);border-radius:12px;background:#ff6b00;color:var(--ink)}.sidebar-navigation-mark svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.sidebar-navigation li:nth-child(2) .sidebar-navigation-mark{background:var(--yellow)}.sidebar-navigation li:nth-child(3) .sidebar-navigation-mark{background:#9bdcff}.sidebar-navigation li:nth-child(4) .sidebar-navigation-mark{background:#a8edc8}.sidebar-navigation li:nth-child(5) .sidebar-navigation-mark{background:#ffb6ce}.dashboard-workspace{min-width:0;background:#ffffff}.admin-section-page{padding:clamp(48px,8vw,96px)}.admin-section-page h1{margin:0;font-family:Pally,ui-rounded,sans-serif;font-size:clamp(40px,5vw,50px);line-height:.95;letter-spacing:-.05em}@media (max-width:760px){.dashboard-header{align-items:flex-start;padding:20px}.admin-brand-lockup-header,.wordmark-header{width:136px}.admin-panel-label-header{font-size:14px;-webkit-text-stroke-width:3px}.account-identity{display:none}.dashboard-body{display:block}.admin-sidebar{min-height:auto;padding:20px;border-right:0;border-bottom:1px solid var(--line)}.sidebar-navigation{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-workspace{min-height:50vh}}