/*
Theme Name: Manager Finance Theme
Theme URI: https://example.com/
Author: Norrxs
Description: Premium white-label application shell for Manager Finance Core.
Version: 0.4.2
Text Domain: manager-finance-theme
*/
:root{--mfc-theme-bg:#f4f7f6;--mfc-theme-text:#172522}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--mfc-theme-bg);color:var(--mfc-theme-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit}.site-shell{min-height:100vh}main{min-height:calc(100vh - 50px)}.site-footer{padding:18px;text-align:center;color:#7f8e8b;font-size:11px}.mfc-app-page main{min-height:100vh}.mfc-app-page .site-footer{display:none}.mfc-app-page .site-shell{min-height:100vh}.mfc-app-page main>p{margin:0}

.mfc-theme-empty{min-height:calc(100vh - 50px);display:grid;place-items:center;padding:32px 20px;background:radial-gradient(circle at 20% 15%,rgba(15,118,110,.11),transparent 30%),var(--mfc-theme-bg)}
.mfc-theme-empty-card{width:min(100%,520px);padding:44px 38px;border:1px solid #dde7e3;border-radius:28px;background:rgba(255,255,255,.96);box-shadow:0 28px 90px rgba(25,50,46,.10);text-align:center}
.mfc-theme-empty-mark{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 20px;border-radius:18px;background:#0f766e;color:#fff;font-size:17px;font-weight:850;letter-spacing:-.03em}
.mfc-theme-empty-kicker{margin:0 0 8px;color:#768681;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.mfc-theme-empty-card h1{margin:0;color:#172522;font-size:36px;line-height:1.05;letter-spacing:-.045em}
.mfc-theme-empty-card>p:not(.mfc-theme-empty-kicker){margin:16px auto 0;max-width:410px;color:#687974;font-size:14px;line-height:1.65}
.mfc-theme-empty-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;margin-top:24px;padding:0 22px;border-radius:12px;background:#0f766e;color:#fff;text-decoration:none;font-size:13px;font-weight:800;box-shadow:0 10px 28px rgba(15,118,110,.20)}
.mfc-theme-empty-button:hover{filter:brightness(.94)}
