#root,body,html{margin:0;padding:0}body{background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Courier New,monospace}.hero{animation:fadeIn 3s ease-out;background:radial-gradient(ellipse at bottom,#d9f1ff 0,#a6d4ff 100%);display:flex;flex-direction:column;font-family:Open Sans,sans-serif;justify-content:flex-start;min-height:clamp(640px,90vh,980px);overflow:hidden;padding-bottom:64px;padding-top:80px;position:relative}.hero-stars-btn{-webkit-tap-highlight-color:transparent;align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#c86e0047;border:2px solid #b46400bf;border-radius:50%;box-shadow:0 0 0 1px #b464004d,0 2px 14px #b4640066;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;position:fixed;right:clamp(16px,4vw,32px);top:calc(26px + env(safe-area-inset-top, 0px));touch-action:manipulation;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease,transform .2s ease;width:40px;z-index:999}.hero-stars-icon{overflow:visible}.hero-stars-btn .star-body{fill:#fbbf24;stroke:#d97706;stroke-width:.5;filter:drop-shadow(0 0 4px rgba(251,191,36,.95));transition:fill .25s ease,filter .25s ease}.hero-stars-btn .star-trail{stroke:#fcd34d;filter:drop-shadow(0 0 3px rgba(252,211,77,.9));opacity:.85;transition:stroke .25s ease}.hero-stars-btn:hover{background:#c86e006b;border-color:#b46400f2;box-shadow:0 0 0 1px #b4640073,0 0 20px #c86e0080,0 4px 16px #b4640059;transform:scale(1.1) rotate(-12deg)}.hero-stars-btn:hover .star-body{fill:#fde68a;filter:drop-shadow(0 0 7px rgba(251,191,36,1))}.hero-stars-btn:active{transform:scale(.93)}.hero-stars-btn--hidden{opacity:0;pointer-events:none;transform:scale(.85)}.hero-stars-btn--off{background:#00000038;border-color:#00000061;box-shadow:0 2px 10px #0000002e}.hero-stars-btn--off .star-body{fill:#cbd5e1;stroke:#94a3b8;filter:none}.hero-stars-btn--off .star-trail{stroke:#cbd5e1;filter:none;opacity:.7}.hero-stars-btn--off:hover{background:#00000052;border-color:#0000007a;box-shadow:0 2px 12px #00000040;transform:scale(1.08) rotate(-12deg)}body.dark .hero-stars-btn{background:#fbbf2429;border-color:#fbbf2499;box-shadow:0 0 0 1px #fbbf2447,0 0 16px #fbbf2473,0 2px 10px #fbbf2433}body.dark .hero-stars-btn:hover{background:#fbbf2447;box-shadow:0 0 0 1px #fbbf2473,0 0 26px #fbbf24a6,0 4px 18px #fbbf244d}body.dark .hero-stars-btn:hover .star-body{fill:#fde68a;filter:drop-shadow(0 0 7px rgba(251,191,36,1))}body.dark .hero-stars-btn:hover .star-trail{stroke:#fef3c7;filter:drop-shadow(0 0 5px rgba(252,211,77,1));opacity:1}body.dark .hero-stars-btn--off{background:#ffffff24;border-color:#ffffff59;box-shadow:0 2px 10px #0006}body.dark .hero-stars-btn--off .star-body{fill:#94a3b8;stroke:#64748b;filter:none}body.dark .hero-stars-btn--off .star-trail{stroke:#94a3b8;filter:none;opacity:.7}body.dark .hero-stars-btn--off:hover{background:#ffffff38;border-color:#ffffff7a;box-shadow:0 2px 14px #00000080;transform:scale(1.08) rotate(-12deg)}.hero-layout{align-items:flex-start;display:flex;gap:clamp(16px,4vw,40px);justify-content:center;margin:0 auto;max-width:1100px;padding:20px clamp(16px,5vw,40px) 16px;z-index:1}.hero-image-column{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:24px;justify-content:flex-start}.hero-image{border-radius:20px;display:inline-block;overflow:hidden;position:relative}.hero-image:before{background:linear-gradient(0deg,#000000b3,#0000 50%);border-radius:20px;content:"";inset:0;transition:opacity .3s ease;z-index:1}.hero-image:after,.hero-image:before{opacity:0;pointer-events:none;position:absolute}.hero-image:after{bottom:16px;color:#fff;content:"📸 View Gallery";font-size:14px;font-weight:600;left:50%;letter-spacing:.3px;text-align:center;transform:translateX(-50%);transition:opacity .3s ease,transform .3s ease;white-space:nowrap;z-index:2}.hero-image:hover:before{opacity:1}.hero-image:hover:after{opacity:1;transform:translateX(-50%) translateY(-4px)}.hero-image img{aspect-ratio:4/5;border-radius:20px;box-shadow:0 12px 28px #00000040;cursor:pointer;display:block;height:auto;object-fit:cover;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;width:min(65vw,320px)}.hero-image:hover img{box-shadow:0 16px 36px #00000059;transform:scale(1.02)}.hero-image:active img{transform:scale(.99);transition:transform .1s ease}.hero-content{display:flex;flex:1 1;flex-direction:column;max-width:600px;min-width:0;text-align:left}.hero-greeting{align-items:center;display:flex;height:20px;margin:0 0 10px}.greet-type{animation:typing 1.8s steps(14) forwards,blink .9s step-end 1.8s 2,caretOff .01s linear 3.6s forwards;border-right:1px solid #4b5563;color:#4b5563;display:inline-block;font-size:.95rem;letter-spacing:.3px;overflow:hidden;white-space:nowrap}@media (prefers-reduced-motion:reduce){.greet-type{animation:none;border-right:0}}@keyframes typing{0%{width:0}to{width:14ch}}@keyframes blink{0%,to{border-color:#0000}50%{border-color:#4b5563}}@keyframes caretOff{to{border-color:#0000}}.hero h1{text-wrap:balance;animation:fadeInText 2s ease-out forwards;color:#333;font-family:Dancing Script,cursive;font-size:clamp(1.9rem,6vw,3.5rem);line-height:1.2;margin-bottom:clamp(12px,2.5vw,20px)}.hero p{animation:fadeInText 2s ease-out .5s forwards;color:#444;font-size:clamp(.95rem,2.5vw,1.2rem);margin:0 0 clamp(16px,3vw,24px)}.projects-callout{align-items:center;background:none;border:none;color:#111827;cursor:pointer;display:flex;flex-direction:column;gap:12px;margin-top:48px;outline:none;padding:0;transition:transform .25s ease}.projects-callout:hover{transform:translateY(-4px) scale(1.03)}.projects-text{color:#111827;font-family:Dancing Script,cursive;font-size:clamp(1.4rem,4.5vw,2rem);font-weight:600;letter-spacing:.4px;text-shadow:0 1px 4px #0000001f}.projects-arrow{filter:drop-shadow(0 2px 4px rgba(0,0,0,.15));height:clamp(32px,7vw,50px);transform-origin:center;width:clamp(32px,7vw,50px)}.projects-arrow path{stroke:#111827;stroke-width:3.25;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:140;stroke-dashoffset:140;animation:arrowDraw 1.2s ease forwards,arrowBob 1.5s ease-in-out 1.2s infinite}@keyframes arrowDraw{to{stroke-dashoffset:0}}@keyframes arrowBob{0%,to{opacity:.8;transform:translateY(0)}50%{opacity:1;transform:translateY(10px)}}.hero-player{display:flex;flex-shrink:0;justify-content:flex-start;margin-top:clamp(18px,4vw,32px)}.hero-player,.hero-player>*{min-width:0;width:100%}@media (max-width:768px){.hero-layout{align-items:center;flex-direction:column;gap:28px}.hero-stars-btn{height:38px;top:calc(17px + env(safe-area-inset-top, 0px));width:38px}.hero-image{margin:0 auto}.hero-image:before{opacity:.85}.hero-image:after{bottom:14px;font-size:13px;opacity:1}.hero-image img{aspect-ratio:4/5;width:240px}.hero-image:hover img{transform:scale(1.01)}.hero-image-column{gap:16px;margin-top:0;width:100%}.hero-content{max-width:680px;text-align:center;width:100%}.hero-greeting{height:18px;justify-content:center}.hero-player,.projects-callout{margin-top:24px}.hero-player{justify-content:center}}@media screen and (max-width:600px){.hero-stars-btn{height:36px;position:absolute;right:14px;top:calc(74px + env(safe-area-inset-top, 0px));width:36px}}@media screen and (max-width:480px){.hero{padding-bottom:48px;padding-top:56px}.hero-layout{gap:24px;padding:16px clamp(12px,4vw,20px) 12px}.hero-image:after{bottom:12px;font-size:12px}.hero-image img{width:200px}.greet-type{animation:none!important;border-right:0!important;white-space:normal}.hero-image-column{gap:12px}.hero-player,.projects-callout{margin-top:20px}}@keyframes fadeInText{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}body.dark .hero{background:radial-gradient(ellipse at bottom,#0b1220 0,#0f172a 100%)}body.dark .greet-type{border-right:1px solid #cbd5e1;color:#cbd5e1}body.dark .hero h1{color:#f9fafb}body.dark .hero p{color:#e5e7eb}body.dark .projects-callout{color:#f9fafb}body.dark .projects-text{color:#f9fafb;text-shadow:0 1px 6px #00000059}body.dark .projects-arrow path{stroke:#f9fafb}body.dark .hero-image img{box-shadow:0 14px 32px #0000008c}body.dark .hero-image:before{background:linear-gradient(0deg,#000000bf,#0000 55%)}.shooting-stars{background:#0000;inset:0;overflow:hidden;pointer-events:none;position:absolute;z-index:0}:root{--shooting-time:2000ms}.night{height:100%;position:relative;transform:rotate(45deg);width:100%}.shooting_star{animation:tail 2s ease-in-out infinite,shooting 2s ease-in-out infinite;animation:tail var(--shooting-time) ease-in-out infinite,shooting var(--shooting-time) ease-in-out infinite;background:linear-gradient(-45deg,#3c50c8,#3c50c800);border-radius:999px;filter:drop-shadow(0 0 7px rgba(100,120,255,.85));height:2px;left:50%;position:absolute;top:50%;width:0}.shooting_star:after,.shooting_star:before{display:none}@keyframes tail{0%{width:0}30%{width:100px}to{width:0}}@keyframes shining{0%{width:0}50%{width:30px}to{width:0}}@keyframes shooting{0%{transform:translateX(0)}to{transform:translateX(1200px)}}body.dark .shooting_star{background:linear-gradient(-45deg,#93c5fd,#93c5fd00);filter:drop-shadow(0 0 8px rgba(147,197,253,.75))}.header{align-items:center;backdrop-filter:saturate(1.2) blur(6px);-webkit-backdrop-filter:saturate(1.2) blur(6px);background:#1d1f23;border-radius:9999px;box-shadow:0 12px 28px #0006;color:#fff;display:flex;gap:10px;isolation:isolate;justify-content:space-between;left:50%;overflow:visible;padding:6px clamp(14px,3.5vw,18px);position:fixed;top:calc(20px + env(safe-area-inset-top, 0px));transform:translate3d(-50%,0,0);width:min(960px,calc(100% - clamp(16px, 6vw, 40px)));will-change:transform;z-index:1000}@supports not (((-webkit-backdrop-filter:blur(6px)) or (backdrop-filter:blur(6px))) or (-webkit-backdrop-filter:blur(6px))){.header{background:#1d1f23fa}}.logo h1{color:#fff;font-family:Dancing Script,cursive;font-size:1.2rem;margin:0}.email-btn{align-items:center;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:9999px;color:#fff;display:inline-flex;font-family:Roboto,sans-serif;font-size:.85rem;gap:6px;letter-spacing:.3px;margin-left:auto;padding:6px 14px;text-decoration:none;transition:background .2s ease,transform .2s ease;white-space:nowrap}.email-btn:hover{background:#ffffff38;transform:translateY(-1px)}.email-icon{font-size:.9rem}.email-icon,.email-label{line-height:1}.dark-mode-fab{align-items:center;border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;font-size:1.2rem;height:40px;justify-content:center;transition:transform .2s ease,box-shadow .2s ease;width:40px}.dark-mode-fab:hover{transform:scale(1.1)}.dark-mode-fab:active{transform:scale(.95)}.desktop-fab{background:#ffffff1f;border:1px solid #ffffff2e!important;box-shadow:0 2px 8px #0000004d;display:flex}.desktop-fab:hover{background:#ffffff38}.mobile-fab{-webkit-tap-highlight-color:transparent;background:#1d1f23;bottom:clamp(20px,5vh,36px);box-shadow:0 4px 18px #0006;display:none;font-size:1.3rem;height:48px;position:fixed;right:clamp(16px,4vw,28px);touch-action:manipulation;width:48px;will-change:transform;z-index:1100}@media screen and (max-width:768px){.header{box-shadow:0 10px 22px #0006;padding:5px 14px;top:calc(12px + env(safe-area-inset-top, 0px));width:calc(100% - 24px)}.logo h1{font-size:1rem}.email-btn{font-size:.8rem;padding:5px 12px}}@media screen and (max-width:600px){.desktop-fab{display:none}.mobile-fab{display:flex}.email-label{display:none}.email-btn{padding:8px 10px}.email-icon{font-size:1rem}}body.dark .header{backdrop-filter:blur(12px) saturate(1.3);-webkit-backdrop-filter:blur(12px) saturate(1.3);background:linear-gradient(135deg,#1e293bf2,#0f172af2);border:1px solid #6366f166;box-shadow:0 0 0 1px #6366f140,0 0 35px #6366f159,0 20px 55px #000c}body.dark .logo h1{color:#fff}body.dark .email-btn{background:#6366f126;border-color:#6366f166;color:#fff}body.dark .email-btn:hover{background:#6366f140}body.dark .desktop-fab{background:#6366f126;border-color:#6366f166!important;box-shadow:0 0 0 1px #6366f140,0 2px 10px #6366f14d}body.dark .mobile-fab{background:#1e293bf2;border:1px solid #6366f166;box-shadow:0 0 0 1px #6366f140,0 4px 20px #6366f14d}.np-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:linear-gradient(135deg,#ffffff29,#ffffff0d);border:1px solid #fff3;border-radius:20px;box-shadow:0 10px 30px #0000002e,inset 0 1px 0 #ffffff26;color:#111827;contain:layout paint;display:block;max-width:700px;overflow:hidden;padding:20px;text-decoration:none;transform:translateZ(0);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;width:100%;will-change:transform,box-shadow,border-color}.np-card:hover{border-color:#6366f18c;box-shadow:0 20px 40px #6366f147,inset 0 1px 0 #ffffff40;transform:translateY(-3px)}.np-card.playing{animation:npGlow 3s ease-in-out infinite}@keyframes npGlow{0%,to{box-shadow:0 12px 32px #6366f140,inset 0 1px 0 #ffffff26}50%{box-shadow:0 20px 48px #6366f159,inset 0 1px 0 #fff3}}.np-media{grid-gap:20px;align-items:center;display:grid;gap:20px;grid-template-columns:120px 1fr}.np-cover-wrap{background:#00000014;border-radius:16px;flex-shrink:0;height:120px;overflow:hidden;position:relative;width:120px}.np-cover{display:block;height:100%;object-fit:cover;width:100%}.np-cover--art{border-radius:16px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.25))}.np-cover--placeholder{background:linear-gradient(180deg,#e5e7eb,#d1d5db)}.np-meta{min-width:0}.np-title{-webkit-line-clamp:2;color:#111827;font-size:clamp(1rem,4vw,1.75rem);font-weight:600;line-height:1.2;margin:0 0 4px}.np-artist,.np-title{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.np-artist{-webkit-line-clamp:1;color:#374151;font-size:clamp(.8rem,3.5vw,1rem);font-weight:400;margin:0 0 14px}.np-times{color:#4b5563;display:flex;font-size:.85rem;gap:8px;justify-content:space-between;margin-bottom:8px}.np-times span{flex:0 0 auto}.np-track{background:#11182726;border-radius:999px;height:8px;overflow:hidden;position:relative}.np-track-fill{background:linear-gradient(90deg,#6366f1,#22d3ee);border-radius:999px;inset:0;position:absolute;transition:width .6s ease;width:0}.np-eq{bottom:10px;display:flex;gap:6px;left:10px;opacity:0;position:absolute;right:10px;transition:opacity .25s ease}.np-eq.on{opacity:1}.np-eq span{animation:npBar 1s ease-in-out infinite;background:#ffffffe6;border-radius:2px;flex:1 1;height:14px;transform-origin:bottom}.np-eq span:nth-child(2){animation-delay:.12s}.np-eq span:nth-child(3){animation-delay:.24s}.np-eq span:nth-child(4){animation-delay:.36s}@keyframes npBar{0%,to{transform:scaleY(.3)}50%{transform:scaleY(1)}}.np-chip{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff8c;border:1px solid #ffffff59;border-radius:999px;display:inline-flex;font-size:.82rem;font-weight:700;gap:8px;line-height:1;margin-bottom:10px;padding:6px 12px}.np-chip--live{background:linear-gradient(#ffffffb3,#ffffffa6) padding-box,linear-gradient(90deg,#22d3ee,#6366f1) border-box;border:1px solid #0000;box-shadow:0 8px 18px #02061714,inset 0 1px 0 #fff9;color:#0b766d;isolation:isolate;position:relative}.np-chip--live .np-chip-icon{opacity:.95}.np-chip--live .np-chip-ring{background:radial-gradient(60% 80% at 20% 50%,#22d3ee33,#0000 70%),radial-gradient(60% 80% at 80% 50%,#6366f12e,#0000 70%);border-radius:inherit;filter:blur(10px);inset:-6px;position:absolute;z-index:-1}.np-chip--live .np-chip-bars{display:inline-flex;gap:3px;margin-left:4px}.np-chip--live .np-chip-bars i{animation:chipBar 1s ease-in-out infinite;background:linear-gradient(180deg,#22d3ee,#6366f1);border-radius:1px;height:10px;transform-origin:bottom;width:3px}.np-chip--live .np-chip-bars i:nth-child(2){animation-delay:.12s;height:12px}.np-chip--live .np-chip-bars i:nth-child(3){animation-delay:.24s;height:8px}@keyframes chipBar{0%,to{transform:scaleY(.35)}50%{transform:scaleY(1)}}.np-chip--paused{color:#6b7280}.np-chip--loading{color:#334155}.np-chip--error{color:#b91c1c}.np-spin{animation:npSpin 24s linear infinite;transform-origin:50% 50%}@keyframes npSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.np-card.playing,.np-chip-bars i,.np-eq span,.np-spin{animation:none!important}}@media (max-width:640px){.np-media{gap:14px;grid-template-columns:88px 1fr}.np-cover-wrap{height:88px;width:88px}.np-title{font-size:1.25rem}.np-artist{font-size:.9rem}.np-chip{font-size:.74rem;margin-bottom:8px;padding:4px 10px}}@media (max-width:480px){.np-card{border-radius:14px;padding:14px}.np-media{gap:10px;grid-template-columns:70px 1fr}.np-cover-wrap{height:70px;width:70px}}@media (max-width:360px){.np-media{gap:8px;grid-template-columns:60px 1fr}.np-cover-wrap{height:60px;width:60px}.np-chip{font-size:.7rem;padding:3px 8px}}body.dark .np-card{background:linear-gradient(135deg,#ffffff14,#ffffff08);border:1px solid #ffffff1f;box-shadow:0 12px 34px #00000059,inset 0 1px 0 #ffffff14;color:#f9fafb}body.dark .np-title{color:#f9fafb}body.dark .np-artist{color:#e5e7eb}body.dark .np-times{color:#cbd5e1}body.dark .np-track{background:#ffffff1a}body.dark .np-chip{background:#0f172a99;border:1px solid #ffffff24}body.dark .np-chip--paused{color:#cbd5e1}body.dark .np-chip--loading{color:#e5e7eb}.gallery-title{color:#111827;font-size:32px;font-weight:700;letter-spacing:-.5px;margin:0 0 30px;padding-right:60px;text-align:center}.gallery-layout{align-items:flex-start;display:flex;gap:30px;max-height:calc(90vh - 140px);overflow-y:auto}.gallery-container{align-items:center;flex:1 1;position:relative}.gallery-container,.quote-section{display:flex;flex-direction:column;padding:0}.quote-section{align-self:flex-start;gap:20px;width:320px}.quote-card{background:#fff;border:1px solid #0000000f;border-radius:24px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:35px 30px;position:relative}.quote-card:before{content:"";display:none}.quote-text{color:#374151;font-size:18px;font-style:italic;font-weight:400;line-height:1.8;margin:0 0 18px}.quote-author,.quote-text{position:relative;z-index:1}.quote-author{color:#6b7280;font-size:14px;font-weight:600;letter-spacing:.3px;margin:0;text-align:right}.animation-container{align-items:center;background:linear-gradient(180deg,#f8f9fa,#e9ecef);border:2px solid #667eea33;border-radius:24px;box-shadow:0 10px 40px #00000014;display:flex;height:240px;justify-content:center;overflow:hidden;position:relative;width:100%}.inside-out-video{display:block;height:100%;object-fit:cover;width:100%}.inside-out-video::-webkit-media-controls,.inside-out-video::-webkit-media-controls-enclosure{display:none!important}.animation-placeholder{color:#6b7280;font-size:16px;font-weight:600;text-align:center}.music-player-container{background:#fff;border:1px solid #0000000f;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:8px;width:100%}.image-wrapper{align-items:center;background:#f8f9fa;border-radius:20px;display:flex;justify-content:center;max-height:600px;overflow:hidden;position:relative;touch-action:pan-y;width:100%}.gallery-image{-webkit-user-drag:none;display:block;height:auto;max-height:600px;max-width:100%;object-fit:cover;-webkit-user-select:none;user-select:none;width:100%}.gallery-image.slide-left{animation:slideOutToLeft .5s cubic-bezier(.4,0,.2,1) forwards}.gallery-image.slide-right{animation:slideOutToRight .5s cubic-bezier(.4,0,.2,1) forwards}.gallery-image.slide-in-right{animation:slideInFromRight .5s cubic-bezier(.4,0,.2,1) forwards}.gallery-image.slide-in-left{animation:slideInFromLeft .5s cubic-bezier(.4,0,.2,1) forwards}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideOutToLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-100%)}}@keyframes slideOutToRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.image-counter{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border-radius:20px;color:#fff;font-size:14px;font-weight:600;left:50%;padding:8px 16px;top:20px;transform:translateX(-50%)}.image-counter,.nav-button{position:absolute;z-index:1003}.nav-button{align-items:center;background:#fffffff2;border:2px solid #00000014;border-radius:50%;box-shadow:0 4px 12px #00000026;color:#111827;cursor:pointer;display:flex;font-size:32px;font-weight:700;height:56px;justify-content:center;padding:12px;top:50%;transform:translateY(-50%);transition:all .3s cubic-bezier(.4,0,.2,1);width:56px}.nav-button:hover:not(:disabled){background:#fff;border-color:#6366f1;box-shadow:0 6px 20px #00000040;color:#6366f1;transform:translateY(-50%) scale(1.1)}.nav-button:active:not(:disabled){transform:translateY(-50%) scale(.95)}.nav-button:disabled{cursor:not-allowed;opacity:.5}.nav-button.left{left:15px}.nav-button.right{right:15px}.gallery-thumbnails{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:25px;padding:10px}.thumbnail{border:3px solid #0000;border-radius:12px;cursor:pointer;height:80px;object-fit:cover;opacity:.6;transition:all .3s cubic-bezier(.4,0,.2,1);width:80px}.thumbnail:hover{border-color:#6366f1;box-shadow:0 8px 16px #6366f14d;opacity:1;transform:scale(1.1) translateY(-4px)}.thumbnail.active{border-color:#6366f1;box-shadow:0 8px 20px #6366f180;opacity:1;transform:scale(1.05)}.gallery-modal-overlay{align-items:center;animation:fadeIn .4s cubic-bezier(.4,0,.2,1) forwards;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#000000d9;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;z-index:1000}.gallery-modal{animation:scaleIn .4s cubic-bezier(.4,0,.2,1) forwards;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:1200px;overflow-y:auto;padding:40px;position:relative;text-align:center;width:90%;z-index:1001}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.close-btn{align-items:center;background:#fffffff2;border:2px solid #0000001a;border-radius:50%;box-shadow:0 2px 8px #00000026;color:#374151;cursor:pointer;display:flex;font-size:28px;font-weight:300;height:48px;justify-content:center;line-height:1;padding:0;position:absolute;right:20px;top:20px;transition:all .3s cubic-bezier(.4,0,.2,1);width:48px;z-index:1004}.close-btn:hover{background:#ef4444;border-color:#ef4444;box-shadow:0 4px 12px #ef444466;color:#fff;transform:scale(1.1) rotate(90deg)}.close-btn:active{transform:scale(.95) rotate(90deg)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.gallery-title{font-size:24px;margin-bottom:20px}.gallery-layout{flex-direction:column}.quote-section{width:100%}.animation-container{height:180px}.music-player-container{margin-top:20px}.gallery-container{padding:0}.image-wrapper{border-radius:16px}.gallery-image,.image-wrapper{max-height:70vh}.gallery-thumbnails{gap:10px;margin-top:20px}.thumbnail{height:70px;width:70px}.close-btn{font-size:22px;height:40px;right:10px;top:10px;width:40px}.nav-button{font-size:28px;height:48px;width:48px}.nav-button.left{left:12px}.nav-button.right{right:12px}.image-counter{font-size:13px;padding:7px 14px;top:15px}.quote-card{padding:25px 20px}.quote-text{font-size:16px}}@media (max-width:480px){.gallery-modal{border-radius:20px;max-height:95vh;overflow-y:auto;padding:20px 15px;width:95%}.gallery-title{font-size:22px;margin-bottom:15px}.image-wrapper{border-radius:14px}.gallery-image,.image-wrapper{max-height:55vh}.gallery-thumbnails{gap:8px;margin-top:15px}.thumbnail{border-width:2px;height:65px;width:65px}.nav-button{font-size:24px;height:44px;padding:8px;width:44px}.nav-button.left{left:8px}.nav-button.right{right:8px}.close-btn{font-size:20px;height:36px;right:8px;top:8px;width:36px}.image-counter{font-size:12px;padding:6px 12px;top:12px}.animation-container{height:160px}.quote-card{padding:20px 16px}.quote-text{font-size:15px;line-height:1.6}.quote-author{font-size:13px}.music-player-container iframe{height:140px}}@media (max-width:360px){.gallery-modal{padding:15px 10px}.thumbnail{height:55px;width:55px}.gallery-thumbnails{gap:6px}.gallery-image,.image-wrapper{max-height:50vh}}body.dark .gallery-modal-overlay{background-color:#000000e6}body.dark .gallery-modal{background:#0f172a;color:#f9fafb}body.dark .gallery-title{color:#f9fafb}body.dark .quote-card{background:#ffffff0f;border:1px solid #ffffff1a;box-shadow:0 10px 40px #00000059}body.dark .quote-text{color:#e5e7eb}body.dark .quote-author{color:#cbd5e1}body.dark .music-player-container{background:#ffffff0f;border:1px solid #ffffff1a;box-shadow:0 10px 40px #00000059}body.dark .animation-container{background:linear-gradient(180deg,#ffffff0f,#ffffff08);border:2px solid #93c5fd2e}body.dark .image-wrapper{background:#ffffff0a}body.dark .nav-button{background:#0f172ad9;border:2px solid #ffffff1f;box-shadow:0 10px 30px #00000059;color:#f9fafb}body.dark .nav-button:hover:not(:disabled){background:#0f172af2;border-color:#93c5fd;color:#93c5fd}body.dark .close-btn{background:#0f172ad9;border:2px solid #ffffff1f;color:#e5e7eb}body.dark .image-counter{background:#0f172abf;border:1px solid #ffffff1a}body.dark .thumbnail{opacity:.75}body.dark .thumbnail.active{opacity:1}.pr-heading{color:#1f2937;font-family:Dancing Script,cursive;font-size:clamp(1.8rem,5vw,2.6rem);margin:0 0 32px;text-align:center}.pr-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1240px;padding:0 16px}.pr-card{--rX:0deg;--rY:0deg;--tz:0px;--sc:1;background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 10px 18px #0000000f,inset 0 1px 0 #fff9;color:inherit;display:flex;flex-direction:column;min-height:220px;overflow:hidden;padding:22px 22px 18px;position:relative;text-decoration:none;transform:perspective(1000px) rotateX(var(--rX)) rotateY(var(--rY)) translateZ(var(--tz)) scale(var(--sc));transform-origin:center;transform-style:preserve-3d;transition:transform .18s cubic-bezier(.2,.8,.2,1),box-shadow .23s ease,border-color .18s ease,filter .23s ease;will-change:transform}.pr-card.is-hovered{--tz:28px;--sc:1.035;border-color:#d1d5db;box-shadow:none;filter:saturate(1.02);z-index:2}.pr-card:focus-visible{outline:2px solid #c7d2fe;outline-offset:4px}.pr-head{align-items:center;display:flex;flex-direction:row;gap:14px;margin-bottom:14px}.pr-logo{background:radial-gradient(circle at 30% 30%,#f5f5f5,#eaeaea);border:1px solid #e5e7eb;border-radius:999px;display:grid;flex-shrink:0;height:68px;overflow:hidden;place-items:center;width:68px}.pr-logo span{font-size:28px;line-height:1}.pr-logo-img{display:block;height:90%;object-fit:contain;width:90%}.pr-title{color:#111827;flex:1 1;font-size:clamp(1rem,3vw,1.25rem);font-weight:700;line-height:1.25;margin:0;min-width:0;word-break:break-word}.pr-category-chip{align-self:center;flex-shrink:0}.pr-chip{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;color:#111827;display:inline-flex;font-size:.8rem;padding:5px 12px;white-space:nowrap}.pr-chip,.pr-meta{align-items:center}.pr-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.pr-desc{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;color:#374151;display:-webkit-box;font-size:clamp(.88rem,3vw,.97rem);line-height:1.55;margin:0 0 14px;overflow:hidden}.pr-stack{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.pr-foot{align-items:flex-end;display:flex;gap:10px;justify-content:space-between;margin-top:auto}.pr-foot-left{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.pr-foot-right{align-items:center;display:flex;flex-shrink:0;gap:8px}.pr-badge{align-items:center;border:1px solid #0000;border-radius:999px;display:inline-flex;font-size:.85rem;font-weight:600;padding:6px 14px}.pr-badge--active{background:#e7f8ed;border-color:#b6e6c8;color:#11693a}.pr-open{color:#9ca3af;font-size:1rem}.pr-cta{align-items:center;background:#fff7ed;border:1px dashed #fdba74;border-radius:999px;color:#9a3412;cursor:pointer;display:inline-flex;font-size:.82rem;gap:8px;line-height:1;padding:6px 12px;text-decoration:none;white-space:nowrap}.pr-cta:hover{filter:saturate(1.05) brightness(.98)}.pr-cta:focus-visible{outline:2px solid #fed7aa;outline-offset:3px}@media (hover:none){.pr-card{transform:none!important}.pr-card:active{transform:scale(.98)!important}}@media (prefers-reduced-motion:reduce){.pr-card{transition:box-shadow .23s ease,border-color .18s ease}}@media (max-width:992px){.pr-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.pr-heading{font-size:2.2rem}.pr-grid{grid-template-columns:1fr;margin:0 auto;max-width:600px}.pr-card{border-radius:18px;padding:20px 20px 16px;width:100%}.pr-head{align-items:center;flex-direction:row;flex-wrap:nowrap;gap:12px}.pr-logo{height:58px;width:58px}.pr-title{font-size:1.1rem}.pr-category-chip{align-self:center}.pr-desc{-webkit-line-clamp:4;font-size:.93rem}.pr-meta{font-size:.88rem}}@media (max-width:480px){.pr-grid{max-width:100%;padding:0 12px}.pr-card{border-radius:16px;padding:16px 16px 14px}.pr-logo{height:52px;width:52px}.pr-title{font-size:1rem;line-height:1.3}.pr-chip{font-size:.75rem;padding:4px 10px}.pr-desc{font-size:.9rem}.pr-cta{font-size:.78rem;padding:5px 10px}}.coming-soon{animation:csPulse 2.2s ease-in-out infinite;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:2px dashed #d1d5db;justify-content:center;min-height:180px;text-align:center}.coming-soon,.cs-content{align-items:center;display:flex}.cs-content{flex-direction:column;gap:8px}.cs-emoji{animation:csFloat 2.6s ease-in-out infinite;font-size:2rem}.cs-text{color:#374151;font-size:1.05rem;font-weight:600}@keyframes csFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes csPulse{0%,to{border-color:#d1d5db}50%{border-color:#9ca3af}}body.dark .pr-heading{color:#f9fafb}body.dark .pr-card{background:#ffffff0a;border:1px solid #ffffff1a;box-shadow:0 10px 18px #00000059}body.dark .pr-card.is-hovered{border-color:#ffffff2e}body.dark .pr-title{color:#f9fafb}body.dark .pr-meta{color:#cbd5e1}body.dark .pr-desc{color:#e5e7eb}body.dark .pr-chip{background:#ffffff0f;border:1px solid #ffffff1f;color:#f9fafb}body.dark .pr-logo{background:radial-gradient(circle at 30% 30%,#ffffff1a,#ffffff0a);border:1px solid #ffffff1a}body.dark .pr-open{color:#cbd5e1}body.dark .pr-badge--active{background:#22c55e1f;border-color:#22c55e47;color:#86efac}body.dark .pr-cta{background:#fbbf241a;border:1px dashed #fbbf2459;color:#fdba74}body.dark .coming-soon{background:linear-gradient(135deg,#ffffff0f,#ffffff08);border:2px dashed #ffffff2e}body.dark .cs-text{color:#e5e7eb}.scroll-to-top{-webkit-tap-highlight-color:transparent;align-items:center;background:linear-gradient(135deg,#2d3748,#1a202c);border:none;border-radius:14px;bottom:2rem;box-shadow:0 4px 15px #2d374859,0 2px 6px #0000001f;cursor:pointer;display:flex;height:48px;justify-content:center;opacity:0;pointer-events:none;position:fixed;right:2rem;touch-action:manipulation;transform:translateY(12px) scale(.95);transition:opacity .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1),box-shadow .2s ease;width:48px;z-index:1000}.scroll-to-top svg{stroke:#fff;height:18px;transition:transform .2s ease;width:18px}.scroll-to-top.visible{opacity:1;pointer-events:all;transform:translateY(0) scale(1)}.scroll-to-top:hover{box-shadow:0 8px 25px #2d374873,0 4px 10px #00000026;transform:translateY(-3px) scale(1.08)}.scroll-to-top:hover svg{transform:translateY(-2px)}.scroll-to-top:active{transform:translateY(0) scale(.97)}@media screen and (max-width:600px){.scroll-to-top{background:#1d1f23;border-radius:50%;bottom:calc(clamp(20px, 5vh, 36px) + 60px);box-shadow:0 4px 18px #0006;height:48px;left:auto;right:clamp(16px,4vw,28px);width:48px}.scroll-to-top svg{height:18px;width:18px}.scroll-to-top:hover{box-shadow:0 4px 18px #0006;transform:translateY(0) scale(1)}.scroll-to-top:active{transform:scale(.92)}}body.dark .scroll-to-top{background:linear-gradient(135deg,#7c9ef5,#a78bfa);box-shadow:0 4px 20px #7c9ef580,0 2px 6px #0000004d}body.dark .scroll-to-top:hover{box-shadow:0 8px 30px #7c9ef5a6,0 4px 10px #0006}@media screen and (max-width:600px){body.dark .scroll-to-top{background:#1e293bf2;border:1px solid #6366f166;box-shadow:0 0 0 1px #6366f140,0 4px 20px #6366f14d}body.dark .scroll-to-top:hover{box-shadow:0 0 0 1px #6366f140,0 4px 20px #6366f14d;transform:translateY(0) scale(1)}}*,:after,:before{box-sizing:border-box}#root,body,html{height:100%}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#111827;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;margin:0;min-height:100%;padding:0}.App,body{overflow-x:hidden}.App{display:flex;flex-direction:column;min-height:100vh}section{background-color:#fff;border-radius:0;box-shadow:none;margin:0;padding:60px 20px}canvas,img,svg,video{display:block;height:auto;max-width:100%}:where(a,button,[role=button]):focus-visible{border-radius:8px;outline:2px solid #6366f1;outline-offset:3px}@media screen and (max-width:768px){section{padding:40px 15px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}.profile-section{margin-top:30px;text-align:center}.profile-pic{border-radius:50%;cursor:pointer;height:150px;transition:transform .3s ease;width:150px}.profile-pic:hover{transform:scale(1.05)}@media (max-width:768px){.profile-pic{height:120px;width:120px}}body.dark{background:#0b1220;color:#f9fafb}body.dark section{background-color:#0f172a;color:#f9fafb}body.dark :where(a,button,[role=button]):focus-visible{outline:2px solid #93c5fd}@media screen and (max-width:600px){.scroll-to-top{bottom:130px!important}}
/*# sourceMappingURL=main.f61534a2.css.map*/