:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.graph-container{position:relative;width:100vw;height:100vh;overflow:hidden;background:#000;background-image:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:20px 20px}.graph-canvas{position:absolute;top:0;left:0;width:100%;height:100%}.overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:10;color:#fff}.title{font-size:4rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(45deg,#ff6b35,#f7931e,#ff8c42);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 30px rgba(255,107,53,.5);animation:glow 2s ease-in-out infinite alternate}.subtitle{font-size:1.2rem;margin-bottom:2rem;opacity:.8;color:#ff8c42}.enter-button{padding:1rem 2rem;font-size:1.5rem;font-weight:600;color:#fff;background:linear-gradient(45deg,#ff6b35,#f7931e);border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #ff6b3566}.enter-button:hover{transform:translateY(-2px);box-shadow:0 6px 30px #ff6b3599;background:linear-gradient(45deg,#f7931e,#e6851e)}.enter-button:active{transform:translateY(0)}@keyframes glow{0%{text-shadow:0 0 20px rgba(255,107,53,.5)}to{text-shadow:0 0 40px rgba(255,107,53,.8)}}@media (max-width: 768px){.title{font-size:2.5rem}.subtitle{font-size:1rem}.enter-button{padding:.8rem 1.5rem;font-size:1rem}}.site-index{min-height:100vh;background:#000;background-image:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:20px 20px;color:#fff;padding:2rem}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1rem}.header h1{font-size:2.5rem;background:linear-gradient(45deg,#ff6b35,#f7931e,#ff8c42);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0}.back-button{padding:.8rem 1.5rem;font-size:1rem;color:#fff;background:linear-gradient(45deg,#ff6b35,#f7931e);border:none;border-radius:25px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b354d}.back-button:hover{transform:translateY(-2px);box-shadow:0 6px 25px #ff6b3580}.main-content{max-width:1200px;margin:0 auto}.intro{margin-bottom:3rem;text-align:center}.profile-photo{margin-bottom:2rem;display:flex;justify-content:center}.profile-image{width:300px;height:300px;border-radius:50%;object-fit:cover;border:3px solid #ff8c42;box-shadow:0 8px 30px #ff8c424d;transition:all .3s ease}.profile-image:hover{transform:translateY(-5px);box-shadow:0 12px 40px #ff8c4266}.intro h2{font-size:2rem;margin-bottom:1rem;color:#ff8c42}.intro p{font-size:1.2rem;line-height:1.6;opacity:.9;max-width:800px;margin:0 auto}.features h2{font-size:2rem;margin-bottom:2rem;text-align:center;color:#ff8c42}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#ffffff0d;padding:2rem;border-radius:15px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);background:#ffffff14;box-shadow:0 10px 30px #ff8c4233}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#ff8c42}.feature-card p{opacity:.8;line-height:1.6}.catalog{margin-top:4rem}.catalog h2{font-size:2rem;margin-bottom:2rem;text-align:center;color:#ff8c42}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.catalog-card{background:#ffffff0d;padding:2rem;border-radius:15px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;cursor:pointer}.catalog-card:hover{transform:translateY(-5px);background:#ffffff14;box-shadow:0 10px 30px #ff8c4233}.catalog-date{font-size:.9rem;color:#ff8c42;opacity:.8;margin-bottom:1rem;font-family:Monaspace Neon,JetBrains Mono,monospace}.catalog-card h3{font-size:1.3rem;margin-bottom:1rem;color:#fff;line-height:1.3}.catalog-card p{opacity:.8;line-height:1.6;font-size:.95rem}@media (max-width: 768px){.site-index{padding:1rem}.header{flex-direction:column;gap:1rem;text-align:center}.header h1{font-size:2rem}.feature-grid,.catalog-grid{grid-template-columns:1fr;gap:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Monaspace Neon,JetBrains Mono,Consolas,Monaco,Courier New,monospace;overflow-x:hidden}#root{width:100vw;height:100vh}
