@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-color: #ffffff;--text-main: #37352f;--text-muted: #9b9a97;--accent: #eb5757;--accent-gradient: none;--glass-bg: #f7f7f5;--glass-border: rgba(55, 53, 47, .09)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;background-color:var(--bg-color);color:var(--text-main);overflow:hidden;height:100vh;width:100vw}#root{height:100%;width:100%}.presentation-container{height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;cursor:pointer}.slide-wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem}.slide-content{width:100%;max-width:900px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:1.5rem}h1{font-size:3.5rem;font-weight:700;line-height:1.2;color:var(--text-main);margin-bottom:.5rem;width:100%;border-bottom:1px solid var(--glass-border);padding-bottom:1rem}h2{font-size:2rem;font-weight:600;color:var(--text-main)}h3{font-size:1.5rem;font-weight:600;color:var(--text-main)}p{font-size:1.25rem;color:var(--text-main);max-width:800px;line-height:1.6}.glass-card{background:var(--bg-color);border-radius:0;padding:1rem 0;box-shadow:none;width:100%;border:none}.callout{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:4px;padding:1rem 1.5rem;display:flex;gap:1rem;align-items:flex-start}.meme-image{border-radius:4px;max-width:100%;max-height:400px;box-shadow:0 1px 3px #0000001a;transition:transform .2s ease;margin-top:1rem;margin-bottom:1rem}.meme-image:hover{transform:scale(1.02)}.grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;text-align:left;width:100%}ul{list-style-type:none;display:flex;flex-direction:column;gap:1rem;padding-left:.5rem}li{font-size:1.25rem;display:flex;align-items:flex-start;gap:.75rem;color:var(--text-main)}.icon{color:var(--text-muted);flex-shrink:0;margin-top:.25rem}.progress-bar{position:absolute;top:0;left:0;width:100%;height:4px;background:var(--glass-bg)}.progress-fill{height:100%;background:var(--text-muted);transition:width .3s ease}
