:root{--color-primary: #003087;--color-secondary: #0057A8;--color-accent: #009CDE;--color-bg: #F0F4FA;--color-surface: #FFFFFF;--color-border: #C8D9EE;--color-text: #1A2B4A;--color-muted: #5A789A;--font-display: "DM Serif Display", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--font-mono: "DM Mono", ui-monospace, monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-muted)}a{color:var(--color-accent)}.nap-white-section a{color:inherit}.nap-ticker a{color:inherit!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}[data-dnd-dragging]{box-shadow:0 16px 40px #0003;z-index:1000}[contenteditable]:focus{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:4px}@media print{header,aside{display:none!important}body{overflow:visible!important}}[contenteditable][data-placeholder]:empty:before{content:attr(data-placeholder);color:var(--color-muted)}
