@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Kode+Mono:wght@400..700&display=swap";.logo-container{position:relative;width:155px;height:55px;z-index:10}.logo-container .logo{position:absolute;width:100%;height:100%;object-fit:contain;transition:opacity .2s ease,transform .2s ease;z-index:10}.logo-container .logo--hover{opacity:0}.nav{color:#fff;padding:1.5em;transition:border-radius .12s ease-out,background-color .12s ease-out,box-shadow .12s ease-out,padding .12s ease-out,border-color .12s ease-out;border-radius:0;border:1px solid transparent;box-sizing:border-box}.nav .container{display:flex;justify-content:space-between;align-items:center;transition:padding .3s ease;padding:0 .5em;position:relative;z-index:10}.nav .menu{display:none;list-style:none;padding:0}@media(min-width:768px){.nav .menu{display:flex;gap:2em}}.nav .menu li{list-style:none}.nav .menu-button{cursor:pointer;display:block;font-size:1.7em}@media(min-width:768px){.nav .menu-button{display:none}}.nav .mobile-menu{position:relative;width:100%;z-index:10;opacity:0;overflow:hidden}.nav .mobile-menu.open{opacity:1;height:auto;pointer-events:auto}.nav .mobile-menu-list{list-style:none;padding:1.5em 1em 1em;text-align:center}.nav .mobile-menu-list li{padding:15px;font-size:1.5em}.nav .mobile-menu-list .nav-link{color:#fff;transition:color .3s;justify-content:center;width:100%}.nav .social-icons{display:flex;gap:1em;justify-content:center;padding:1em 0 .5em}.nav .social-icon-wrapper{position:relative;color:#fff;font-size:1.5em;transition:color .3s ease-in-out;display:inline-flex;align-items:center;justify-content:center}.nav .social-icons .social-icon-wrapper:nth-child(1):hover{color:#1185fe}.nav .social-icons .social-icon-wrapper:nth-child(2):hover{color:#feda75}.nav .social-icons .social-icon-wrapper:nth-child(3):hover{color:#e0e0e0}.nav .social-icons .social-icon-wrapper:nth-child(4):hover{color:#529ecc}.nav .social-tooltip{position:absolute;bottom:calc(-2.35em - 8px);left:-45%;background:#000000e6;color:#fff;padding:.5em .9em;border-radius:8px;font-size:.6rem;white-space:nowrap;pointer-events:none;z-index:1000;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 12px #0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.nav .social-tooltip:before{content:"";position:absolute;top:-4px;left:50%;transform:translate(-50%) rotate(45deg);width:8px;height:8px;background:#000000e6;border-top:1px solid rgba(255,255,255,.2);border-left:1px solid rgba(255,255,255,.2)}.nav.desktop{display:none}@media(min-width:768px){.nav.desktop{display:flex}}.nav.mobile{display:none}.nav-link{--link-accent-color: #ffffff;position:relative;display:inline-flex;align-items:center;gap:0;padding:.1em 0;text-decoration:none;color:#fff;transition:color .35s ease-in-out;background:none;border:none;font-family:inherit;font-size:inherit;cursor:pointer}.nav-link[data-state=hover],.nav-link[data-state=active]{color:var(--link-accent-color)}.nav-link[data-state=focus-visible]{outline:none}.nav-link__text{position:relative;z-index:1}.nav-link__underline{position:absolute;left:0;bottom:-.35em;width:100%;height:2px;border-radius:999px;z-index:0;pointer-events:none;will-change:transform,background-color}.nav-link--gallery{--link-accent-color: #df6c26}.nav-link--commission{--link-accent-color: #a56cff}.nav-link--about{--link-accent-color: #4aa3ff}.headerSticky.floating .nav{position:relative;border-radius:16px;background:#0000004d;box-shadow:0 8px 32px #00000080,inset 0 0 0 200px #0003;padding:1em 1.5em;border:2px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(20px) saturate(180%) brightness(.7);backdrop-filter:blur(20px) saturate(180%) brightness(.7);overflow:visible}.headerSticky.floating .nav:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:16px;background:linear-gradient(135deg,#fff3,#fff0 50%);opacity:.5;pointer-events:none;z-index:1}.headerSticky.floating .nav:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:16px;background:radial-gradient(circle at top left,rgba(0,0,0,.3) 0%,transparent 50%);filter:blur(12px);pointer-events:none;z-index:-1}@media(max-width:768px){.nav{padding:1em 1.2em}.nav .container{padding:0;gap:1em}.logo-container{width:140px}.nav .mobile-menu{top:0;margin-top:1em}}.back-to-top{position:fixed;bottom:20px;right:20px;background:#0000004d;border:2px solid rgba(255,255,255,.15);color:#ffffffe6;padding:10px;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(20px) saturate(180%) brightness(.7);backdrop-filter:blur(20px) saturate(180%) brightness(.7);box-shadow:0 8px 32px #00000080,inset 0 0 0 200px #0003;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;overflow:visible}.back-to-top:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:50%;background:linear-gradient(135deg,#fff3,#fff0 60%);opacity:.5;pointer-events:none;z-index:2}.back-to-top:after{content:"";position:absolute;top:50%;left:50%;width:120%;height:120%;background:radial-gradient(circle,rgba(0,0,0,.3) 0%,transparent 70%);transform:translate(-50%,-50%);filter:blur(8px);pointer-events:none;z-index:-1}.back-to-top:hover{background:#0006;border-color:#ffffff40;box-shadow:0 12px 40px #0009;transform:translateY(-3px);-webkit-backdrop-filter:blur(24px) saturate(200%) brightness(.6);backdrop-filter:blur(24px) saturate(200%) brightness(.6)}.back-to-top:active{transform:translateY(-1px) scale(.95)}.back-to-top.hidden{opacity:0;transform:scale(0) rotate(180deg)}.back-to-top.visible{opacity:1;transform:scale(1) rotate(0)}:root{font-family:Kode Mono,monospace;font-weight:500;color-scheme:light dark;color:#ffffffde;background-color:#131313;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{max-width:100%;margin:0 auto;width:100%}body{margin:0;display:flex;min-height:100vh;overflow-x:hidden;width:100%;background-color:#1a1a1a;background-image:radial-gradient(ellipse at 20% 30%,transparent 0%,transparent 30%,rgba(0,0,0,.4) 70%),radial-gradient(ellipse at 80% 60%,transparent 0%,transparent 25%,rgba(0,0,0,.5) 65%),radial-gradient(ellipse at 50% 90%,transparent 0%,transparent 20%,rgba(0,0,0,.3) 60%),repeating-linear-gradient(45deg,transparent,transparent 2px,rgba(0,0,0,.3) 2px,rgba(0,0,0,.3) 4px),repeating-linear-gradient(-45deg,transparent,transparent 2px,rgba(0,0,0,.3) 2px,rgba(0,0,0,.3) 4px),linear-gradient(to bottom,#2a2a2a,#1a1a1a);background-size:100% 100%,100% 100%,100% 100%,4px 4px,4px 4px,100% 100%;background-attachment:fixed}.content-shell{width:100%;max-width:1200px;margin:0 auto 2.5em;border-radius:16px;border:1px solid var(--feature-border, rgba(223, 108, 38, .45));background-color:var(--feature-background, rgba(19, 19, 19, .3));background-image:repeating-linear-gradient(45deg,transparent,transparent 2px,rgba(0,0,0,.2) 2px,rgba(0,0,0,.2) 4px),repeating-linear-gradient(-45deg,transparent,transparent 2px,rgba(0,0,0,.2) 2px,rgba(0,0,0,.2) 4px),linear-gradient(135deg,#34190866,#29140c59);background-size:4px 4px,4px 4px,100% 100%;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 22px 48px #00000059,0 16px 32px var(--feature-shadow, rgba(223, 108, 38, .2));box-sizing:border-box}.content-shell--padded{padding:2.5em 2em}.content-shell--blue{border-color:#33c9ff73;background-image:repeating-linear-gradient(45deg,transparent,transparent 2px,rgba(0,0,0,.2) 2px,rgba(0,0,0,.2) 4px),repeating-linear-gradient(-45deg,transparent,transparent 2px,rgba(0,0,0,.2) 2px,rgba(0,0,0,.2) 4px),linear-gradient(135deg,#08233466,#0c1c2959);background-size:4px 4px,4px 4px,100% 100%;box-shadow:0 22px 48px #00000059,0 16px 32px #33c9ff38}.content-shell--purple{border-color:#c8afff80;background-image:repeating-linear-gradient(45deg,transparent,transparent 2px,rgba(0,0,0,.2) 2px,rgba(0,0,0,.2) 4px),repeating-linear-gradient(-45deg,transparent,transparent 2px,rgba(0,0,0,.2) 2px,rgba(0,0,0,.2) 4px),linear-gradient(135deg,#17083466,#120c2959);background-size:4px 4px,4px 4px,100% 100%;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 24px 52px #0006,0 18px 36px #7f4cff40}.content-shell--wide{max-width:1400px;border:1px solid var(--feature-border, rgba(223, 108, 38, .4));background-color:var(--feature-background, rgba(19, 19, 19, .25));background-image:repeating-linear-gradient(45deg,transparent,transparent 2px,rgba(0,0,0,.2) 2px,rgba(0,0,0,.2) 4px),repeating-linear-gradient(-45deg,transparent,transparent 2px,rgba(0,0,0,.2) 2px,rgba(0,0,0,.2) 4px),linear-gradient(135deg,#34190859,#29140c4d);background-size:4px 4px,4px 4px,100% 100%;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 22px 48px #00000059,0 16px 32px var(--feature-shadow, rgba(223, 108, 38, .2));margin-bottom:3em}.rotimGallery{margin-top:3em;width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;gap:0;padding:0 1.5em 3em;box-sizing:border-box}.masonryGallery{width:100%}.gallery-panel h2{font-size:2.3em;margin-bottom:.8em;color:#ff8c42;text-align:center;text-transform:uppercase;letter-spacing:.1em;text-shadow:0 0 10px rgba(255,140,66,.6),0 0 20px rgba(255,140,66,.4),0 0 30px rgba(255,140,66,.3)}@media(max-width:768px){.gallery-panel h2{font-size:2em}}.headerContainer{width:100%;position:sticky;top:0;z-index:9;transition:none;will-change:background-color,transform}.headerContainer.scrolled{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.headerContainer.hidden{opacity:0;transform:translateY(-50px);pointer-events:none}.headerSticky{padding:1em 2.5em;transition:none}.headerSticky.floating{padding:1em 2em}@media(max-width:768px){.content-shell{width:100%;margin:0 0 1.5em;background:transparent;box-shadow:none;border-radius:0;border:none}.content-shell--padded{padding:1.8em 1.2em}.rotimGallery{padding:0 0 4em}.headerSticky{padding:.5em}.headerSticky.floating{padding:.8em 1em}}.footer-glow{position:relative;width:100%;max-width:100%;bottom:-15em;left:0;height:300px;background:radial-gradient(ellipse 80% 50% at 30% 50%,#ff006e 0%,transparent 50%),radial-gradient(ellipse 80% 50% at 70% 50%,#7b2cbf 0%,transparent 50%),radial-gradient(ellipse 100% 60% at 50% 50%,#df2626 0%,transparent 60%);filter:blur(60px);pointer-events:none;z-index:0;opacity:0;overflow:hidden}.bottom-background{position:relative;width:100%;max-width:100%;height:300px;margin-top:3em;pointer-events:none;z-index:1;overflow:hidden}.bottom-background img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}@media(min-width:769px){.bottom-background{height:auto}.bottom-background img{object-fit:contain}}.footer-content-container{position:relative;width:100%;padding:1.5em 1em;margin-bottom:0;background-color:#0c0c0c;text-align:center;font-size:.75em;color:#ffffffb3;z-index:1;letter-spacing:.05em}.featureContainer{overflow:hidden;position:relative;transition:border-color .8s ease,background .9s ease,box-shadow .9s ease;will-change:border-color,background,box-shadow}.carousel-container{width:100%;height:75vh;min-height:75vh;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;z-index:1;border-radius:inherit}.carousel-image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.carousel-image{display:block;width:100%;height:85vh;object-fit:cover;object-position:top;position:absolute;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}.carousel-thumbnail{position:absolute;z-index:1;transition:opacity .5s ease-out}.carousel-thumbnail.loaded{opacity:0}.carousel-placeholder{width:100%;height:85vh;border-radius:inherit;background:linear-gradient(135deg,#ffffff0d,#ffffff05);animation:carouselPlaceholderPulse 2.4s ease-in-out infinite}@keyframes carouselPlaceholderPulse{0%{opacity:.35}50%{opacity:.6}to{opacity:.35}}@media(max-width:768px){.carousel-container{margin:0;width:100%;height:70vh;min-height:70vh}}.card{display:flex;flex-direction:column;position:relative;overflow:hidden;margin-bottom:.8em;border-radius:16px;border:1px solid rgba(223,108,38,.25);background:#0e1220d1;box-shadow:0 14px 30px #00000059,0 10px 22px #10224247;transition:border-color .3s ease-in-out,box-shadow .3s ease-in-out,background .3s ease-in-out;will-change:transform}.card:hover{z-index:3;border-color:#df6c2699;background:#df6c2626;box-shadow:0 14px 30px #00000059,0 10px 22px #10224247;cursor:pointer}.card img{width:100%;height:auto;display:block;border-radius:inherit;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:auto}.card .image-placeholder{width:100%;min-height:200px;background:linear-gradient(135deg,#14204080,#0c162a80);position:relative;display:flex;align-items:center;justify-content:center;transition:background .6s cubic-bezier(.22,1,.36,1),min-height .6s cubic-bezier(.22,1,.36,1)}.card .image-placeholder.loaded{background:none;min-height:0}.card .image-placeholder.loaded:after{opacity:0;animation:none}.card .image-placeholder:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmer 2s infinite;opacity:1;transition:opacity .6s cubic-bezier(.22,1,.36,1)}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.galleryContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5em;position:relative;width:100%}.galleryTabs{width:100%;display:flex;justify-content:center;gap:1em;flex-wrap:wrap}.filterSection{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1em;margin-bottom:1em}.filterToggle{display:inline-flex;align-items:center;gap:.8em;padding:.8em 2em;border-radius:999px;border:1px solid rgba(223,108,38,.45);background:#df6c2652;color:#f5f5f5;font-family:inherit;font-size:1em;font-weight:500;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:all .25s cubic-bezier(.22,1,.36,1)}.filterToggle .arrow{transition:transform .3s cubic-bezier(.22,1,.36,1);font-size:.7em}.filterToggle .arrow.open{transform:rotate(180deg)}.filterToggle:hover{background:#df6c2666;border-color:#df6c26a6}.filterToggle.expanded{background:#df6c2680;border-color:#df6c26a6}.filterButtonList{display:flex;gap:.8em;flex-wrap:wrap;justify-content:center;align-items:center;overflow:hidden;transform-origin:left center}@media(max-width:768px){.filterButtonList{flex-direction:column;width:100%;transform-origin:top center}}.filterBtn{display:inline-flex;align-items:center;justify-content:center;padding:.7em 1.6em;border-radius:999px;border:1px solid rgba(223,108,38,.45);background:#131313d9;color:#f5f5f5;font-family:inherit;font-size:.95em;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:all .25s cubic-bezier(.22,1,.36,1);white-space:nowrap}.filterBtn.active,.filterBtn:hover{background:#df6c2652;border-color:#df6c26a6}@media(max-width:768px){.filterBtn{width:100%;font-size:.85em;padding:.7em 1.2em}}@media(max-width:480px){.filterBtn{font-size:.8em;padding:.65em 1em}}.galleryTab{display:inline-flex;align-items:center;gap:.5em;padding:.7em 1.6em;border-radius:999px;border:1px solid rgba(223,108,38,.45);background:#131313d9;color:#f5f5f5;font-family:inherit;font-size:.95em;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:background .25s ease,border-color .25s ease}.galleryTab.active,.galleryTab:hover{background:#df6c2652;border-color:#df6c26a6}@media(max-width:768px){.galleryTab{flex:1 1 calc(50% - .5em);min-width:140px;max-width:200px;justify-content:center;font-size:.85em;padding:.6em 1.2em}}@media(max-width:480px){.galleryTab{flex:1 1 calc(50% - .5em);min-width:120px;font-size:.8em;padding:.55em 1em}}.galleryGrid{display:flex;width:100%;transition:all .4s cubic-bezier(.22,1,.36,1)}.galleryColumn{margin:0 .2em;transition:all .4s cubic-bezier(.22,1,.36,1)}@media(max-width:768px){.galleryColumn{margin:0}}.modal{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:9999;overflow:hidden}.modalContentWrapper{position:relative;width:auto;height:auto;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center;cursor:pointer}.modalContentWrapper .navButton,.modalContentWrapper .closeButton{opacity:0;transition:opacity .3s cubic-bezier(.22,1,.36,1);pointer-events:none}.modalContentWrapper:hover .navButton,.modalContentWrapper:hover .closeButton,.modalContentWrapper.show-controls .navButton,.modalContentWrapper.show-controls .closeButton{opacity:1;pointer-events:auto}.imageWrapper{position:relative;width:auto;height:auto;max-width:90vw;max-height:90vh;display:flex;justify-content:center;align-items:center}.expandedImage{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:16px;border:1px solid rgba(223,108,38,.6);-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}.watermark{position:absolute;bottom:20px;right:20px;width:80px;height:auto;opacity:.6;pointer-events:none;z-index:2;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5))}@media(max-width:768px){.watermark{width:60px;bottom:15px;right:15px}}@media(max-width:480px){.watermark{width:50px;bottom:10px;right:10px}}.navButton{position:absolute;top:50%;transform:translateY(-50%);background:#13131399;border:1px solid rgba(223,108,38,.4);padding:10px;font-size:28px;color:#ffffffe6;cursor:pointer;transition:all .3s cubic-bezier(.22,1,.36,1);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 16px #0006}@media(max-width:768px){.navButton{width:44px;height:44px;font-size:24px}}.navButton:hover{background:#df6c2666;border-color:#df6c26b3;color:#fff;transform:translateY(-50%) scale(1.08);box-shadow:0 10px 20px #00000080,0 4px 12px #df6c264d}.navButton.left{left:20px}@media(max-width:768px){.navButton.left{left:10px}}.navButton.right{right:20px}@media(max-width:768px){.navButton.right{right:10px}}.closeButton{position:absolute;top:20px;right:20px;background:#13131399;border:1px solid rgba(223,108,38,.4);padding:10px;font-size:20px;color:#ffffffe6;cursor:pointer;transition:all .3s cubic-bezier(.22,1,.36,1);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 16px #0006}@media(max-width:768px){.closeButton{top:15px;right:15px;width:40px;height:40px;font-size:18px}}.closeButton:hover{background:#df6c2666;border-color:#df6c26b3;color:#fff;transform:rotate(90deg) scale(1.08);box-shadow:0 10px 20px #00000080,0 4px 12px #df6c264d}.about-section{margin-top:4em}.about-section .about-grid{display:flex;flex-direction:column;gap:2.8em;margin-top:2em}.about-section .about-hero-section{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:2.6em;align-items:stretch}@media(max-width:992px){.about-section .about-hero-section{grid-template-columns:1fr;gap:2em}}.about-section .about-hero{width:100%;min-height:22rem;border-radius:18px;border:1px solid rgba(51,201,255,.32);background:url(/assets/rotimSketching-DK_dGHgC.png) center/cover no-repeat;box-shadow:0 16px 34px #00000059;isolation:isolate}.about-section .about-content{display:flex;flex-direction:column;gap:1.3em;text-align:left}.about-section .about-content h2{font-size:2.4em;margin:0;color:#00bfff;text-shadow:0 0 10px rgba(0,191,255,.5),0 0 20px rgba(0,191,255,.3);letter-spacing:.05em}.about-section .about-content p{margin:0;font-size:1.18em;line-height:1.7;color:#f5f5f5}.about-section .about-content .follow-heading{margin:1.8em 0 .4em;font-size:1.3em;font-weight:600;color:#60a5fa;text-shadow:0 0 8px rgba(96,165,250,.4)}.about-section .follow-links{display:flex;justify-content:flex-start;gap:1.5em}.about-section .follow-links a{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#00bfff26,#3399ff26);border:2px solid rgba(0,191,255,.4);color:#f5f5f5;transition:all .3s ease;box-shadow:0 0 15px #00bfff33}.about-section .follow-links a:hover{color:#00bfff;transform:translateY(-3px);border-color:#00bfffcc;background:linear-gradient(135deg,#00bfff40,#3399ff4d);box-shadow:0 12px 24px #00bfff4d,0 0 30px #00bfff66}.about-section .follow-links a:active{transform:translateY(-1px)}.about-section .tip-jar-card{border-radius:20px;border:2px solid rgba(0,191,255,.5);box-shadow:0 16px 34px #00000059,0 0 30px #00bfff33;background:linear-gradient(145deg,#0c0f1ce0,#040712f2);max-width:52rem;margin:0 auto;position:relative;overflow:hidden}.about-section .tip-jar-card:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:#00bfff33;border-radius:20px;z-index:-1;filter:blur(15px);opacity:.4}.about-section .tip-jar-card__content{display:flex;flex-direction:column;gap:1.1em;padding:2.2em 2.4em}.about-section .tip-jar-card__content h3{margin:0;font-size:1.85em;font-weight:700;color:#00bfff;text-shadow:0 0 10px rgba(0,191,255,.5),0 0 20px rgba(0,191,255,.3)}.about-section .tip-jar-card__content p{margin:0;font-size:1.05em;color:#f4f8ff;line-height:1.6}.about-section .tip-jar-card__content .kofi-button{display:inline-flex;align-items:center;gap:.7em;margin-top:.4em;padding:.75em 1.5em;border-radius:999px;background-color:#fff;border:2px solid #00b9fe;color:#0c0c0c;font-weight:600;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.about-section .tip-jar-card__content .kofi-button img{width:22px;height:22px}.about-section .tip-jar-card__content .kofi-button:hover{background-color:#f0faff;transform:translateY(-2px);box-shadow:0 10px 22px #00b9fe59}.about-section .tip-jar-card__content .kofi-button:active{transform:translateY(0);box-shadow:none}@media(max-width:768px){.about-section{margin-top:3em}.about-section .about-grid{gap:2.4em}.about-section .about-hero{min-height:16rem}.about-section .about-content{text-align:center}.about-section .about-content h2{font-size:2em}.about-section .about-content p{font-size:1.05em}.about-section .about-content .follow-heading{margin:1.4em 0 .6em}.about-section .follow-links{justify-content:center;gap:1.2em}.about-section .follow-links a{width:44px;height:44px}.about-section .tip-jar-card__content{padding:2em 1.6em}.about-section .tip-jar-card__content h3{font-size:1.7em}.about-section .tip-jar-card__content p{font-size:1em}}.commission-promo{position:relative;width:100%;border:2px solid rgba(168,85,247,.4);border-radius:16px;box-shadow:0 20px 45px #8a2be240,0 0 30px #a855f726,inset 0 0 20px #8a2be20d;transition:all .3s ease;overflow:hidden}.commission-promo:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:#a855f733;border-radius:16px;z-index:-1;filter:blur(15px);opacity:0;transition:opacity .3s ease}.commission-promo:hover{border-color:#a855f7b3;box-shadow:0 26px 60px #8a2be266,0 0 50px #a855f766,0 0 80px #a855f74d,inset 0 0 30px #8a2be21a;background:#22104273}.commission-promo:hover:before{opacity:.6}@media(max-width:768px){.commission-promo{border:none;border-image:none;box-shadow:0 10px 30px #8a2be233}.commission-promo:hover{border:none;box-shadow:0 15px 40px #8a2be24d;background:#2210424d}}.commission-promo__link{display:flex;align-items:center;justify-content:center;width:100%;padding:1.6em 0;text-decoration:none;color:#d3baff;font-size:2.3em;font-weight:600;letter-spacing:.04em;gap:.6em;transition:all .3s ease;background:none;border:none;font-family:inherit;cursor:pointer;text-shadow:0 0 10px rgba(211,186,255,.3)}.commission-promo__link:hover{transform:translateY(-2px);color:#a855f7;text-shadow:0 0 15px rgba(168,85,247,.6),0 0 30px rgba(138,43,226,.4)}.commission-promo__title{display:inline-flex;align-items:center;gap:.75em}.commission-promo__icon{font-size:1.2em;color:#d3baff;transition:all .3s ease;filter:drop-shadow(0 0 5px rgba(211,186,255,.4))}.commission-promo:hover .commission-promo__icon{color:#c084fc;filter:drop-shadow(0 0 10px rgba(192,132,252,.8));transform:translate(5px)}.commission-tos-modal{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:2000;overflow:hidden;pointer-events:none}.commission-tos-modal__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#000000b3;pointer-events:auto}.commission-tos-modal__content{position:absolute;top:0;right:0;width:100%;max-width:800px;height:100vh;background:#101010f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-left:1px solid rgba(168,85,247,.3);box-shadow:-8px 0 32px #00000080,inset 1px 0 #ffffff1a;overflow-y:auto;overflow-x:hidden;pointer-events:auto;display:flex;flex-direction:column}@media(max-width:768px){.commission-tos-modal__content{max-width:100%;border-left:none}}.commission-tos-modal__content::-webkit-scrollbar{width:8px}.commission-tos-modal__content::-webkit-scrollbar-track{background:#ffffff0d}.commission-tos-modal__content::-webkit-scrollbar-thumb{background:#a855f74d;border-radius:4px}.commission-tos-modal__content::-webkit-scrollbar-thumb:hover{background:#a855f780}.commission-tos-modal__close{background:#a855f71a;border:1px solid rgba(168,85,247,.3);color:#a855f7;width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:1.25rem;flex-shrink:0}.commission-tos-modal__close:hover{background:#a855f733;border-color:#a855f780;transform:scale(1.05)}.commission-tos-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(168,85,247,.2);background:#a855f70d;flex-shrink:0}.commission-tos-header h1{margin:0;color:#fff;font-size:1.25rem;background:linear-gradient(135deg,#fff,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.commission-tos-header{padding:1rem 1.5rem}}.commission-tos-container{flex:1;overflow-y:auto;padding:2rem}@media(max-width:768px){.commission-tos-container{padding:1.5rem 1rem}}.commission-note{background:#a855f70d;border:1px solid rgba(168,85,247,.2);border-radius:12px;padding:1.5rem;margin-bottom:2rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffff1a}.commission-note p{color:#fff;line-height:1.6;margin:0;font-size:1rem}@media(max-width:768px){.commission-note{padding:1rem}}.commission-note.commission-note-highlight{background:linear-gradient(135deg,#a855f726,#a855f714);border:2px solid rgba(168,85,247,.4);box-shadow:0 4px 16px #a855f733,inset 0 1px #ffffff26;position:relative}.commission-note.commission-note-highlight:before{content:"⚠️ Important";position:absolute;top:-12px;left:1rem;background:linear-gradient(135deg,#a855f7,#8b46cc);color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 2px 8px #a855f766}.commission-note.commission-note-highlight p{font-size:1.05rem;font-weight:500}.tos section{background:#a855f70d;border:1px solid rgba(168,85,247,.15);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .2s ease}.tos section:hover{background:#a855f714;border-color:#a855f74d}.tos section:last-child{margin-bottom:0}.tos section h2{color:#a855f7;margin:0 0 1rem;font-size:1.15rem;font-weight:600}.tos section p{font-weight:400;line-height:1.6;margin-bottom:1rem;color:#fff;font-size:.95rem}.tos section p:last-child{margin-bottom:0}.tos section p b{color:#a855f7;font-weight:600}.post-detail-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);pointer-events:all;z-index:998}.post-detail-panel{position:fixed;top:0;right:0;bottom:0;width:600px;max-width:90vw;background:#101010f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:-8px 0 32px #00000080,inset 1px 0 #ffffff1a;border-left:1px solid rgba(16,131,254,.3);z-index:999;display:flex;flex-direction:column;overflow:hidden}.post-detail-panel .post-detail-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(16,131,254,.2);background:#1083fe0d}.post-detail-panel .post-detail-header h3{margin:0;color:#fff;font-size:1.25rem;background:linear-gradient(135deg,#fff,#1083fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.post-detail-panel .post-detail-header .close-button{background:#1083fe1a;border:1px solid rgba(16,131,254,.3);color:#1083fe;width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:1.25rem}.post-detail-panel .post-detail-header .close-button:hover{background:#1083fe33;border-color:#1083fe80;transform:scale(1.05)}.post-detail-panel .post-detail-content{flex:1;overflow-y:auto;padding:2rem}.post-detail-panel .post-detail-content::-webkit-scrollbar{width:8px}.post-detail-panel .post-detail-content::-webkit-scrollbar-track{background:#ffffff0d}.post-detail-panel .post-detail-content::-webkit-scrollbar-thumb{background:#1083fe4d;border-radius:4px}.post-detail-panel .post-detail-content::-webkit-scrollbar-thumb:hover{background:#1083fe80}.post-detail-panel .post-detail-content .main-post{background:#1083fe0d;border:1px solid rgba(16,131,254,.2);border-radius:12px;padding:1.5rem;margin-bottom:2rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffff1a}.post-detail-panel .post-detail-content .main-post .post-author-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.post-detail-panel .post-detail-content .main-post .post-author-header .post-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(16,131,254,.4)}.post-detail-panel .post-detail-content .main-post .post-author-header .post-author-info{flex:1}.post-detail-panel .post-detail-content .main-post .post-author-header .post-author-info .post-author-name{color:#fff;font-weight:600;font-size:1rem}.post-detail-panel .post-detail-content .main-post .post-author-header .post-author-info .post-handle{color:#ffffff80;font-size:.85rem}.post-detail-panel .post-detail-content .main-post .post-images{width:100%;display:grid;gap:8px;margin-bottom:1rem;border-radius:8px;overflow:hidden}.post-detail-panel .post-detail-content .main-post .post-images .post-image{width:100%;display:block;object-fit:cover;max-height:400px}.post-detail-panel .post-detail-content .main-post .post-text{margin-bottom:1rem}.post-detail-panel .post-detail-content .main-post .post-text p{color:#fff;line-height:1.6;margin:0;font-size:1rem;word-wrap:break-word}.post-detail-panel .post-detail-content .main-post .post-text p .mention-link{color:#1083fe;text-decoration:none;font-weight:600;transition:all .2s ease}.post-detail-panel .post-detail-content .main-post .post-text p .mention-link:hover{color:#1083fecc;text-decoration:underline}.post-detail-panel .post-detail-content .main-post .post-meta{margin-bottom:1rem}.post-detail-panel .post-detail-content .main-post .post-meta .post-date{color:#ffffff80;font-size:.85rem}.post-detail-panel .post-detail-content .main-post .post-stats{display:flex;gap:1.5rem;padding:1rem 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:1rem}.post-detail-panel .post-detail-content .main-post .post-stats .stat{color:#fff9;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.post-detail-panel .post-detail-content .main-post .post-stats .stat svg{color:#1083fe}.post-detail-panel .post-detail-content .main-post .view-on-bluesky{display:inline-block;color:#1083fe;text-decoration:none;font-weight:600;transition:all .3s ease;font-size:.95rem}.post-detail-panel .post-detail-content .main-post .view-on-bluesky:hover{color:#1083fecc;transform:translate(4px)}.post-detail-panel .post-detail-content .replies-section h4{color:#fff;font-size:1.1rem;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:1px solid rgba(16,131,254,.2)}.post-detail-panel .post-detail-content .replies-section .replies-list{display:flex;flex-direction:column;gap:1rem}.post-detail-panel .post-detail-content .replies-section .replies-list .reply{background:#1083fe0d;border:1px solid rgba(16,131,254,.15);border-radius:8px;padding:1rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .2s ease}.post-detail-panel .post-detail-content .replies-section .replies-list .reply:hover{background:#1083fe14;border-color:#1083fe4d}.post-detail-panel .post-detail-content .replies-section .replies-list .reply .reply-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.post-detail-panel .post-detail-content .replies-section .replies-list .reply .reply-header .reply-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid rgba(16,131,254,.3)}.post-detail-panel .post-detail-content .replies-section .replies-list .reply .reply-header .reply-author-info{flex:1;min-width:0}.post-detail-panel .post-detail-content .replies-section .replies-list .reply .reply-header .reply-author-info .reply-author-name{color:#fff;font-weight:600;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-detail-panel .post-detail-content .replies-section .replies-list .reply .reply-header .reply-author-info .reply-handle,.post-detail-panel .post-detail-content .replies-section .replies-list .reply .reply-header .reply-author-info .reply-date{color:#fff6;font-size:.75rem}.post-detail-panel .post-detail-content .replies-section .replies-list .reply .reply-content p{color:#fff;line-height:1.5;margin:0 0 .75rem;font-size:.9rem;word-wrap:break-word}.post-detail-panel .post-detail-content .replies-section .replies-list .reply .reply-content p .mention-link{color:#1083fe;text-decoration:none;font-weight:600;transition:all .2s ease}.post-detail-panel .post-detail-content .replies-section .replies-list .reply .reply-content p .mention-link:hover{color:#1083fecc;text-decoration:underline}.post-detail-panel .post-detail-content .replies-section .replies-list .reply .reply-images{display:grid;gap:4px;margin-bottom:.75rem;border-radius:6px;overflow:hidden}.post-detail-panel .post-detail-content .replies-section .replies-list .reply .reply-images .reply-image{width:100%;display:block;object-fit:cover;max-height:200px}.post-detail-panel .post-detail-content .replies-section .replies-list .reply .reply-stats{display:flex;gap:1rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.05)}.post-detail-panel .post-detail-content .replies-section .replies-list .reply .reply-stats .stat{color:#ffffff80;font-size:.8rem;display:flex;align-items:center;gap:.25rem}.post-detail-panel .post-detail-content .replies-section .replies-list .reply .reply-stats .stat svg{font-size:.75rem}.post-detail-panel .post-detail-content .replies-section .replies-list .reply .nested-replies{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}@media(max-width:768px){.post-detail-panel{width:100vw;max-width:100vw}.post-detail-panel .post-detail-header{padding:1rem 1.5rem}.post-detail-panel .post-detail-content{padding:1.5rem 1rem}.post-detail-panel .post-detail-content .main-post{padding:1rem}.post-detail-panel .post-detail-content .replies-section .reply{padding:.75rem}.post-detail-panel .post-detail-content .replies-section .reply[style*=margin-left]{margin-left:0!important}}.bluesky-feed{max-width:1200px;margin:4rem auto;padding:0 2rem;position:relative}.bluesky-feed .bluesky-icon-decoration{position:fixed;top:50%;right:10%;transform:translateY(-50%);z-index:0;pointer-events:none;transition:opacity .2s ease-out}.bluesky-feed .bluesky-icon-decoration .bluesky-icon{font-size:300px;background:linear-gradient(27deg,#151515 5px,transparent 5px) 0 5px,linear-gradient(207deg,#151515 5px,transparent 5px) 10px 0px,linear-gradient(27deg,#222 5px,transparent 5px) 0px 10px,linear-gradient(207deg,#222 5px,transparent 5px) 10px 5px,linear-gradient(90deg,#1b1b1b 10px,transparent 10px),linear-gradient(#1d1d1d 25%,#1a1a1a 25%,#1a1a1a 50%,transparent 50%,transparent 75%,#242424 75%,#242424);background-color:#131313;background-size:20px 20px;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 40px rgba(16,131,254,.3))}.bluesky-feed .feed-loading,.bluesky-feed .feed-error{text-align:center;padding:3rem 2rem;background:#ffffff0d;border-radius:12px;color:#fff;font-size:1.1rem}.bluesky-feed .feed-error{color:#ff6b6b;border:1px solid rgba(255,107,107,.3)}.bluesky-feed .feed-header{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(16,131,254,.3)}.bluesky-feed .feed-header h2{font-size:2rem;color:#fff;margin:0;background:linear-gradient(135deg,#fff,#1083fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bluesky-feed .feed-header .view-profile{color:#1083fe;text-decoration:none;font-weight:600;transition:all .3s ease;font-size:1rem}.bluesky-feed .feed-header .view-profile:hover{color:#1083fecc;transform:translate(4px)}.bluesky-feed .feed-posts{position:relative;z-index:1;display:flex;margin-left:-1.5rem;width:auto}.bluesky-feed .feed-posts-column{padding-left:1.5rem;background-clip:padding-box}.bluesky-feed .post-card{background:#1083fe0d;border:1px solid rgba(16,131,254,.2);border-radius:12px;overflow:hidden;margin-bottom:1.5rem;transition:all .3s ease;text-decoration:none;color:inherit;display:block;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffff1a}.bluesky-feed .post-card:hover{background:#1083fe1a;border-color:#1083fe80;transform:translateY(-4px);box-shadow:0 12px 32px #1083fe40,0 0 24px #1083fe33,inset 0 1px #ffffff26}.bluesky-feed .post-card .post-images{width:100%;display:grid;gap:2px}.bluesky-feed .post-card .post-images:has(>:nth-child(1):last-child){grid-template-columns:1fr}.bluesky-feed .post-card .post-images:has(>:nth-child(2)){grid-template-columns:repeat(2,1fr)}.bluesky-feed .post-card .post-images:has(>:nth-child(3)){grid-template-columns:repeat(2,1fr)}.bluesky-feed .post-card .post-images:has(>:nth-child(3)) .post-image:first-child{grid-column:1/-1}.bluesky-feed .post-card .post-images:has(>:nth-child(4)){grid-template-columns:repeat(2,1fr)}.bluesky-feed .post-card .post-images .post-image{width:100%;display:block;object-fit:cover;min-height:200px;max-height:500px;transition:all .3s ease}.bluesky-feed .post-card .post-content{padding:1.25rem}.bluesky-feed .post-card .post-content p{color:#fff;line-height:1.6;margin:0;word-wrap:break-word;font-size:.95rem}.bluesky-feed .post-card .post-content p .mention-link{color:#1083fe;text-decoration:none;font-weight:600;transition:all .2s ease}.bluesky-feed .post-card .post-content p .mention-link:hover{color:#1083fecc;text-decoration:underline}.bluesky-feed .post-card .post-footer{padding:0 1.25rem 1.25rem}.bluesky-feed .post-card .post-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.bluesky-feed .post-card .post-header .author-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid rgba(16,131,254,.4)}.bluesky-feed .post-card .post-header .author-info{flex:1;min-width:0}.bluesky-feed .post-card .post-header .author-info .author-name{color:#fff;font-weight:600;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bluesky-feed .post-card .post-header .author-info .post-date{color:#ffffff80;font-size:.8rem}.bluesky-feed .post-card .post-stats{display:flex;gap:1.25rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1)}.bluesky-feed .post-card .post-stats .stat{color:#fff9;font-size:.85rem;display:flex;align-items:center;gap:.25rem}@media(max-width:1024px){.bluesky-feed .bluesky-icon-decoration{right:5%}.bluesky-feed .bluesky-icon-decoration .bluesky-icon{font-size:200px}}@media(max-width:768px){.bluesky-feed{padding:0 1rem;margin:2rem auto}.bluesky-feed .bluesky-icon-decoration{display:none}.bluesky-feed .feed-header{flex-direction:column;align-items:flex-start;gap:1rem}.bluesky-feed .feed-header h2{font-size:1.5rem}.bluesky-feed .feed-posts{margin-left:0}.bluesky-feed .feed-posts-column{padding-left:0}.bluesky-feed .post-card .post-images .post-image{max-height:400px}}
