@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:#ffffffeb;background:linear-gradient(135deg,#0f0f23,#1a1a3e,#0f0f23);min-height:100vh;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;display:flex;justify-content:center;min-height:100vh;padding:2rem}code{font-family:SF Mono,Monaco,Consolas,monospace;font-size:.9em;background:#8b5cf626;padding:.15em .4em;border-radius:4px;color:#a78bfa}.app{max-width:900px;width:100%;display:flex;flex-direction:column;align-items:center;gap:2.5rem}.header{text-align:center}.title{font-size:2.2rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(135deg,#a78bfa,#818cf8,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hook-name{font-family:SF Mono,Monaco,Consolas,monospace}.subtitle{color:#fff9;margin:0;font-size:1rem}.demo-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;width:100%}@media(max-width:640px){.demo-container{grid-template-columns:1fr}}.demo-column{display:flex;flex-direction:column;align-items:center;gap:1rem}.demo-label{font-size:1.1rem;font-weight:600;margin:0;display:flex;align-items:center;gap:.5rem}.demo-label .icon{font-size:1rem}.demo-description{font-size:.85rem;color:#ffffff80;margin:0;text-align:center;min-height:2.5rem}.demo-card{width:200px;height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:20px;box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1a}.demo-card.success{background:linear-gradient(135deg,#8b5cf633,#6366f11a);border-color:#8b5cf64d}.card-emoji{font-size:3rem}.card-text{font-size:1.1rem;font-weight:600;color:#ffffffe6}.remount-button{display:flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 15px #6366f166}.remount-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f180}.remount-button:active{transform:translateY(0)}.button-icon{font-size:1.1rem}.footer{text-align:center;color:#ffffff80;font-size:.9rem;max-width:600px}.footer p{margin:.5rem 0}.hint{font-size:.8rem;color:#fff6;line-height:1.7}
