:root{--color-black:#000;--color-white:#fff;--color-primary:#667eea;--color-primary-dark:#5568d3;--color-primary-light:#8b9ef7;--color-secondary:#764ba2;--color-secondary-dark:#5d3a7f;--color-secondary-light:#9a6bc5;--color-text:#333;--color-text-light:#666;--color-text-lighter:#999;--color-text-inverse:#fff;--color-background:#fff;--color-background-alt:#f5f5f5;--color-background-dark:#1a1a1a;--color-success:#10b981;--color-error:#ef4444;--color-warning:#f59e0b;--color-info:#3b82f6;--spacing-xs:.4rem;--spacing-sm:.8rem;--spacing-md:1.6rem;--spacing-lg:2.4rem;--spacing-xl:3.2rem;--spacing-2xl:4.8rem;--spacing-3xl:6.4rem;--font-family-base:"RM SANS",system-ui,-apple-system,sans-serif;--font-family-heading:"RM SANS",system-ui,-apple-system,sans-serif;--font-family-mono:"RM SEMI MONO",monospace;--font-size-xs:1.2rem;--font-size-sm:1.4rem;--font-size-base:1.6rem;--font-size-lg:1.8rem;--font-size-xl:2rem;--font-size-2xl:2.4rem;--font-size-3xl:3rem;--font-size-4xl:3.6rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.75;--border-radius-sm:.4rem;--border-radius-md:.6rem;--border-radius-lg:1.2rem;--border-radius-xl:1.6rem;--border-radius-full:9999px;--border-width:1px;--border-color:#e6e6e6;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1);--transition-fast:.15s;--transition-base:.2s;--transition-slow:.3s;--z-index-dropdown:1000;--z-index-sticky:1020;--z-index-fixed:1030;--z-index-modal:1040;--z-index-popover:1050;--z-index-tooltip:1060}@media(prefers-color-scheme:dark){:root{--color-text:#e5e5e5;--color-text-light:#b3b3b3;--color-text-lighter:grey;--color-background:#1a1a1a;--color-background-alt:#2a2a2a;--border-color:#404040}}@font-face{font-display:swap;font-family:RM SANS;font-style:normal;font-weight:300;src:url(../fonts/RM_SANS-light.woff2) format("woff2"),url(../fonts/RM_SANS-light.woff) format("woff")}@font-face{font-display:swap;font-family:RM SANS;font-style:normal;font-weight:400;src:url(../fonts/RM_SANS-regular.woff2) format("woff2"),url(../fonts/RM_SANS-regular.woff) format("woff")}@font-face{font-display:swap;font-family:RM SANS;font-style:normal;font-weight:500;src:url(../fonts/RM_SANS-medium.woff2) format("woff2"),url(../fonts/RM_SANS-medium.woff) format("woff")}@font-face{font-display:swap;font-family:RM SANS;font-style:normal;font-weight:700;src:url(../fonts/RM_SANS-bold.woff2) format("woff2"),url(../fonts/RM_SANS-bold.woff) format("woff")}@font-face{font-display:swap;font-family:RM SEMI MONO;font-style:normal;font-weight:400;src:url(../fonts/RM_SEMI_MONO-medium.woff2) format("woff2"),url(../fonts/RM_SEMI_MONO-medium.woff) format("woff")}*{box-sizing:border-box;margin:0;padding:0}html{background-color:var(--color-background);color:var(--color-text);font-family:var(--font-family-base);font-size:62.5%;line-height:var(--line-height-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh}h1,h2,h3,h4,h5,h6{color:var(--color-text);font-family:var(--font-family-heading);font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight)}h1{font-size:var(--font-size-4xl)}h2{font-size:var(--font-size-3xl)}h3{font-size:var(--font-size-2xl)}h4{font-size:var(--font-size-xl)}h5{font-size:var(--font-size-lg)}h6{font-size:var(--font-size-base)}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-base) ease}a:hover{color:var(--color-primary-dark)}button{background:none;border:none;cursor:pointer}button,input,select,textarea{font-family:inherit;font-size:inherit}
