@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap");:root{--yaa-bg:#040706;--yaa-surface:#0d1410;--yaa-surface2:#131a17;--yaa-border:rgba(29,255,158,.12);--yaa-accent:#1dff9e;--yaa-accent-dim:#13b870;--yaa-accent-bg:rgba(29,255,158,.08);--yaa-text:#f4fff8;--yaa-text-2:#7da590;--yaa-red:#ff5252;--yaa-yellow:gold;--yaa-orange:#ff9a42}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Space Grotesk,Segoe UI,sans-serif;background:var(--yaa-bg);color:var(--yaa-text);min-height:100vh;font-size:20px}a{color:var(--yaa-accent);text-decoration:none}.asana-link,a:hover{text-decoration:underline}.asana-link{color:#1dff9e;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:2px;opacity:.75;transition:opacity .15s ease,text-shadow .15s ease}.asana-link:hover{opacity:1;-webkit-text-decoration-style:solid;text-decoration-style:solid;text-shadow:0 0 8px rgba(29,255,158,.45)}button,input,select,textarea{font-family:Space Grotesk,Segoe UI,sans-serif}