*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#f5f5f5}.container{height:100vh;display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr auto;padding:1rem;gap:1rem;max-width:1400px;margin:0 auto;text-align:center;overflow:hidden}.content{display:flex;flex-direction:column;justify-content:center;grid-column:1 / 2;grid-row:1 / 2;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 10px #0000001a;overflow-y:auto}aside{grid-column:2 / 3;grid-row:1 / 2;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 10px #0000001a;overflow-y:auto;display:flex;flex-direction:column}.venmo-card{grid-column:1 / 3;grid-row:2 / 3;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 10px #0000001a;text-align:center;display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:center}header{text-align:center;margin-bottom:1rem}.emoji{font-size:4rem;margin-bottom:1rem}h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#222}aside h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#222;flex-shrink:0}blockquote{margin-bottom:1.5rem;padding:1rem;background:#f9f9f9;border-left:3px solid #8b4513;border-radius:4px}blockquote p{font-size:.95rem;margin-bottom:.5rem;font-style:italic}cite{font-size:.85rem;color:#666;font-style:normal}header p{font-size:1.1rem;color:#666}.content>section{margin-bottom:2rem}.message p{margin-bottom:1rem;font-size:1.05rem}.stats{display:flex;justify-content:space-around;gap:2rem;margin-bottom:2.5rem;padding:2rem 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.stats>div{text-align:center}.stats>div>div:first-child{font-size:2rem;font-weight:700;color:#8b4513;margin-bottom:.25rem}.stats>div>div:last-child{font-size:.9rem;color:#666}.cta{text-align:center;margin-bottom:2rem}button{background-color:#8b4513;color:#fff;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background-color .2s}button:hover{background-color:sienna}footer{text-align:center;font-size:.9rem;color:#999;font-style:italic}.venmo-card>div:first-child,.venmo-card>div:last-child{display:flex;justify-content:center;align-items:center}.venmo-card>div:first-child img,.venmo-card>div:last-child img{max-width:100%;height:auto}.qr-code img{width:200px;height:200px;aspect-ratio:1 / 1;object-fit:contain}.venmo-card h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#222}.venmo-card p{color:#666;margin-bottom:1rem}.qr-code{display:flex;justify-content:center;align-items:center}.qr-placeholder{width:150px;height:150px;background:#f0f0f0;border:2px dashed #ccc;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#999;font-weight:600}aside::-webkit-scrollbar{width:8px}aside::-webkit-scrollbar-track{background:#fff;border-radius:4px}aside::-webkit-scrollbar-thumb{background:#8b4513;border-radius:4px}aside::-webkit-scrollbar-thumb:hover{background:sienna}@media(max-width:768px){.container{padding:1rem;height:auto;min-height:100vh;overflow:visible;grid-template-columns:1fr;grid-template-rows:auto auto auto}.content{grid-column:1 / 2;grid-row:1 / 2;padding:2rem 1.5rem;overflow-y:visible}aside{grid-column:1 / 2;grid-row:2 / 3;max-height:600px;overflow-y:auto}.venmo-card{grid-column:1 / 2;grid-row:3 / 4;display:flex;flex-direction:column}.emoji{font-size:3rem}h1{font-size:2rem}header p{font-size:1rem}.message p{font-size:1rem}.stats{flex-direction:column;gap:1.5rem;padding:1.5rem 0}.stats>div>div:first-child{font-size:1.75rem}button{padding:.875rem 2rem;font-size:1rem;width:100%}}
