: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}}.splash-container{width:100vw;height:100dvh;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#333}.feed-item{width:70%;max-width:600px;background-color:#fff;color:#333;border-radius:16px;box-shadow:0 8px 24px #00000026;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:30px;box-sizing:border-box;transition:transform .3s ease;margin:40px auto}.feed-item:hover{transform:translateY(-5px)}.feed-item h1{font-size:2rem;margin-bottom:1rem;text-align:center}.feed-item p{font-size:1.2rem;text-align:center;max-width:100%}.cover-image{width:100%;max-height:300px;object-fit:cover;border-radius:12px;cursor:pointer;transition:transform .2s ease;margin-top:20px}.cover-image:hover{transform:scale(1.05)}.feeditem-image-wrapper{display:flex;flex-direction:column;align-items:center}.feeditem-nav{margin-top:12px;display:flex;gap:20px;justify-content:center}.feeditem-arrow{width:42px;height:42px;border-radius:50%;border:none;background:#fff;color:#000;font-size:20px;font-weight:700;cursor:pointer;box-shadow:0 0 8px #0000002e;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background-color .2s ease}.feeditem-arrow:hover{transform:scale(1.1);background-color:#f7f7f7}.see-more-wrapper{margin-top:20px;text-align:center}.see-more-button{padding:10px 20px;background-color:#333;color:#fff;border-radius:8px;text-decoration:none;font-weight:700;transition:background-color .2s ease}.see-more-button:hover{background-color:#555}@media(max-width:768px){.feed-item{width:90%;padding:20px;margin:0 auto;justify-content:center;transform:translateY(-10%)}.feed-item h1{font-size:1.4rem}.feed-item p{font-size:1rem;line-height:1.4}.cover-image{max-height:220px}.feeditem-arrow{width:36px;height:36px;font-size:18px}.see-more-button{font-size:.9rem;padding:10px 16px}}@media(max-width:480px){.feed-item{padding:16px}.feed-item h1{font-size:1.2rem}.feed-item p{font-size:.9rem}}.feed-container{width:100vw;height:100dvh;overflow-y:auto;scroll-snap-type:y mandatory;background-color:#f0f0f0;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y}.feed-container::-webkit-scrollbar{display:none}.feed-wrapper{height:100vh;scroll-snap-align:start;display:flex;justify-content:center;align-items:center;box-sizing:border-box;padding-bottom:30%}@media(max-width:768px){.feed-container,.feed-wrapper{height:100dvh;min-height:100dvh}.feed-wrapper{padding-bottom:10%}}@media(max-width:480px){.feed-wrapper{padding:10px 0}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100dvh;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden}.modal-content{max-width:100vw;max-height:100dvh;display:flex;flex-direction:column;align-items:center;gap:12px;color:#fff;position:relative;overflow:hidden;padding:0 12px}.modal-media{max-width:100%;max-height:70dvh;width:auto;height:auto;object-fit:contain;border-radius:12px}.modal-nav{display:flex;gap:12px;align-items:center}.modal-arrow,.modal-close{padding:10px 14px;border:none;border-radius:50%;background:#fff;color:#333;font-size:18px;cursor:pointer}.logo-wrapper{width:100%;display:flex;justify-content:center;padding:10px 0;position:absolute;top:0;z-index:20;background-color:#f0f0f0}.logo-img{width:200px;height:auto;cursor:pointer}@media(max-width:768px){.logo-wrapper{padding:8px 0;background-color:#f0f0f0;touch-action:none}.logo-img{width:80px;height:auto}}@media(max-width:480px){.logo-img{width:100px}.logo-wrapper{padding:5px 0}}.bio-section{position:relative;padding:40px;width:70%;max-width:800px;display:flex;flex-direction:column}.bio-image{position:absolute;top:20px;right:20px;width:150px;height:150px;object-fit:cover;border-radius:50%}.bio-content h1{margin:0;text-align:left}.bio-content p{margin-top:20px;text-align:left;line-height:1.6}.scroll-down{margin-top:40px;text-align:center;font-weight:700;animation:fadeInOut 2s infinite;color:#333}@keyframes fadeInOut{0%,to{opacity:0}50%{opacity:1}}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;font-size:1.5rem;color:#eee;background-color:#000;z-index:9999}.loading-wipe{position:relative;display:inline-block;overflow:hidden;color:#eee;font-weight:300;padding:0 20px}.loading-wipe:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.55) 50%,transparent 100%);animation:wipe 1s linear infinite}@keyframes wipe{0%{left:-100%}to{left:100%}}.splash-container{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#333;z-index:9998}.splash-video{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.bio-section{width:90%;padding:20px}.bio-image{width:120px;height:120px}}@media(max-width:480px){.bio-section{width:100%;padding:10px}.bio-image{width:100px;height:100px}}
