:root{--background: hsl(0, 0%, 100%);--foreground: hsl(359, 20%, 20%);--banner-bg: hsl(359, 30%, 95%);--card: hsl(359, 40%, 40%);--muted: hsl(359, 40%, 80%);--primary: hsl(359, 40%, 40%);--primary-foreground: hsl(0, 0%, 100%);--border: hsl(359, 20%, 80%);--input: hsl(359, 20%, 80%);--status-pending: hsl(359, 60%, 50%);--status-progress: hsl(58, 60%, 50%);--status-done: hsl(106, 60%, 50%);--muted-foreground: hsl(359, 20%, 40%)}html,body{height:100%;margin:0;padding:0;font-family:Geologica,sans-serif;background-color:var(--background);color:var(--foreground)}img,svg,mat-icon{display:block;vertical-align:middle}.full-screen-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem}.full-screen-loader .pulse-text{color:var(--muted-foreground, #6b7280);animation:pulse-animation 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse-animation{0%,to{opacity:1}50%{opacity:.5}}*{box-sizing:border-box}.font-spartan{font-family:League Spartan,sans-serif}
