:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#5e2d1b;background-color:#fdfcf8;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #d4a574;--primary-color-dark: #b8945a}#root{width:100%}a{font-weight:500;color:var(--primary-color);text-decoration:inherit}a:hover{color:var(--primary-color-dark)}body{margin:0;display:flex;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--primary-color);color:#5e2d1b;cursor:pointer;transition:all .25s}button:hover{background-color:var(--primary-color-dark);border-color:var(--primary-color-dark)}button:focus,button:focus-visible{outline:4px auto var(--primary-color)}@media (prefers-color-scheme: light){:root{color:#5e2d1b;background-color:#fdfcf8}a:hover{color:var(--primary-color-dark)}button{background-color:var(--primary-color);color:#5e2d1b}}.dashboard-card{transition:box-shadow .2s}.dashboard-card:hover{box-shadow:0 6px 24px #e6c39033}.dashboard-paper{margin-bottom:16px}.dashboard-avatar{border:2px solid #e8e2d5;border-radius:50%;background:#fff;box-shadow:0 1px 4px #5e2d1b14}@media (max-width: 900px){.dashboard-card,.dashboard-paper{margin-bottom:12px}}
