:root{--color-primary:#7ee7c1;--color-secondary:#f5a97f;--color-background-light:#21232d;--color-background-card:#2c313c;--color-text-primary:#f1f1f1;--color-text-secondary:#d4d4d4;--color-border:rgba(255,255,255,0.1);--color-danger:#f51111;--shadow-light:0 4px 12px rgba(0,0,0,0.5)}*{padding:0;margin:0;text-rendering:optimizeLegibility;-webkit-tap-highlight-color:transparent;box-sizing:border-box;transition:background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out,border-color .2s ease-in-out;color:var(--color-text-primary)}body,html{height:100%;width:100%;overflow:hidden}body,html,main{background-color:var(--color-background-light)}a{color:var(--color-primary);text-decoration:none}button{font-family:inherit}