:root{--bg:#F1EFE8;--bg-secondary:#E8E6DE;--bg-tertiary:#DFDDD5;--bg-card:#FFFFFF;--text:#2C2C2A;--text-secondary:#888780;--text-muted:#888780;--primary:#1D9E75;--primary-dark:#085041;--primary-light:#5DCAA5;--success:#1D9E75;--error:#D94A4A;--border:#D3D1C7;--overlay:rgba(44,44,42,0.6);--hype:#E74C3C;--sad:#3498DB;--love:#E91E63;--funny:#F39C12;--chill:#1D9E75;--radius-sm:6px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input{border:none;background:none;font:inherit;color:inherit}input{outline:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}