@import"https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Bebas+Neue&family=Noto+Sans+JP:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Rajdhani:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap";.content-wrapper{z-index:2}.floating-contact{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background:#00b5b8;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px #0003;transition:all .3s ease;z-index:999}.floating-contact:hover{transform:scale(1.1);box-shadow:0 8px 24px #0000004d}.footer{background:#141414;color:#fff;padding:40px 20px 20px;font-size:14px}.footer-container{max-width:1200px;margin:0 auto}.footer-logo{font-size:24px;font-weight:700;color:#fadb14;margin-bottom:16px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:10px;cursor:pointer;transition:color .3s ease}.footer-links li:hover{color:#fadb14}.footer-socials{margin-top:16px;display:flex;gap:16px}.footer-socials svg{font-size:20px;cursor:pointer;transition:color .3s ease}.footer-socials svg:hover{color:#fadb14}.footer-section h4{color:#fff;margin-bottom:16px;font-size:16px;font-weight:600}.footer-contact p{margin-bottom:8px;display:flex;align-items:center;gap:8px}.footer-contact svg{color:#fadb14;flex-shrink:0}.footer-bottom{margin-top:40px;border-top:1px solid #333;padding-top:16px;text-align:center;font-size:13px;color:#aaa}@media(max-width:768px){.footer{padding:32px 16px 16px}.footer-logo{font-size:22px;text-align:center;margin-bottom:12px}.footer-socials{justify-content:center;margin-top:12px}.footer-section{text-align:center;margin-bottom:24px}.footer-section h4{font-size:15px;margin-bottom:12px}.footer-contact p{justify-content:center}.footer-bottom{margin-top:32px;padding-top:12px}}@media(max-width:480px){.footer{padding:24px 12px 12px;font-size:13px}.footer-logo{font-size:20px;margin-bottom:8px}.footer-section{margin-bottom:20px}.footer-section h4{font-size:14px;margin-bottom:10px}.footer-links li{margin-bottom:8px}.footer-socials{gap:12px;margin-top:10px}.footer-socials svg{font-size:18px}.footer-contact p{font-size:12px;margin-bottom:6px;flex-direction:column;gap:4px;align-items:center}.footer-contact svg{font-size:16px}.footer-bottom{margin-top:24px;font-size:11px;line-height:1.4}}@media(max-width:320px){.footer{padding:20px 8px 8px}.footer-logo{font-size:18px}.footer-section h4{font-size:13px}.footer-socials svg{font-size:16px}}.floating-container{position:fixed;bottom:24px;right:24px;display:flex;flex-direction:column;align-items:center;gap:12px;z-index:999}.floating-main{width:60px;height:60px;border-radius:50%;background:#00b5b8;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 20px #00000040;transition:all .3s ease;animation:pulse 2s infinite}.floating-main:hover{transform:scale(1.1)}.floating-items{display:flex;flex-direction:column;gap:16px;animation:fadeUp .3s ease}.floating-icon{width:52px;height:52px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 14px #0003;transition:transform .25s ease}.floating-icon img{width:28px;height:28px;object-fit:contain}.floating-icon:hover{transform:scale(1.15)}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 #00b5b899}70%{box-shadow:0 0 0 15px #00b5b800}to{box-shadow:0 0 #00b5b800}}.safe-image-container{position:relative;width:100%;height:100%;overflow:hidden}.safe-image-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:100%;height:100%}.safe-image-spinner{width:40px;height:40px;border:3px solid rgba(255,42,42,.1);border-radius:50%;border-top-color:#ff2a2a;animation:safe-image-spin 1s ease-in-out infinite}@keyframes safe-image-spin{to{transform:rotate(360deg)}}.safe-image-error{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#111;color:#444;font-family:Courier New,Courier,monospace;font-size:.8rem;font-weight:700;border:1px dashed #333}:root{--bg-paw-color: rgba(230, 0, 0, .25);--bg-bubble-color: rgba(230, 0, 0, .1);--bg-bubble-border: rgba(230, 0, 0, .2);--cursor-glow-color: rgba(200, 0, 0, .15)}.global-bg-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;pointer-events:none}.bg-noise{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;z-index:1}.bg-parallax-layer{position:absolute;top:-10%;left:-10%;width:120%;height:120%;will-change:transform}.paws-layer{z-index:4}.bubbles-layer{z-index:2}.cursor-glow{position:fixed;top:50%;left:50%;width:80vw;height:80vh;background:radial-gradient(circle,var(--cursor-glow-color) 0%,transparent 60%);border-radius:50%;z-index:3;will-change:transform}@keyframes floatDrift{0%{transform:translateY(0) translate(0) rotate(0)}25%{transform:translateY(-80px) translate(40px) rotate(15deg)}50%{transform:translateY(-160px) translate(-30px) rotate(0)}75%{transform:translateY(-80px) translate(-50px) rotate(-15deg)}to{transform:translateY(0) translate(0) rotate(0)}}@keyframes floatDriftFast{0%{transform:translateY(0) translate(0) scale(1)}33%{transform:translateY(-120px) translate(60px) scale(1.1)}66%{transform:translateY(-60px) translate(-60px) scale(.9)}to{transform:translateY(0) translate(0) scale(1)}}.float-drift{animation:floatDrift linear infinite;will-change:transform}.float-drift-fast{animation:floatDriftFast linear infinite;will-change:transform}.paw-icon{position:absolute;color:var(--bg-paw-color);-webkit-user-select:none;user-select:none;text-shadow:0 0 12px rgba(255,30,30,.4)}.bubble{position:absolute;border-radius:50%;background:var(--bg-bubble-color);border:1px solid var(--bg-bubble-border);box-shadow:inset 0 0 20px #ff32324d,0 0 10px #f003}.global-menu-btn{position:fixed;top:30px;right:40px;width:48px;height:48px;background:#0a0a0ad9;border:1px solid rgba(230,0,0,.3);border-radius:8px;z-index:9999;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:all .3s cubic-bezier(.2,.8,.2,1)}.global-menu-btn:hover{border-color:#e60000;box-shadow:0 0 16px #e6000040;transform:scale(1.05)}.hamburger-line{width:24px;height:2px;background-color:#f0f0f0;transition:all .3s cubic-bezier(.2,.8,.2,1);transform-origin:center}.global-menu-btn.open .hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg);background-color:#e60000}.global-menu-btn.open .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.global-menu-btn.open .hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg);background-color:#e60000}.global-menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9998;pointer-events:none;opacity:0;transition:opacity .4s ease}.global-menu-overlay.visible{pointer-events:auto;opacity:1}.menu-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000bf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.menu-content{position:absolute;top:0;right:0;width:100%;max-width:420px;height:100%;background:#0a0a0a;border-left:2px solid #550000;box-shadow:-10px 0 50px #000000e6;display:flex;flex-direction:column;padding:100px 40px 40px;transform:translate(100%);transition:transform .5s cubic-bezier(.25,1,.2,1)}.global-menu-overlay.visible .menu-content{transform:translate(0)}.menu-header{margin-bottom:60px}.menu-brand{font-family:Bebas Neue,sans-serif;font-size:28px;color:#e60000;letter-spacing:4px;text-shadow:0 0 10px rgba(230,0,0,.5)}.menu-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:30px;flex:1}.menu-links li{opacity:0;transform:translate(30px);transition:opacity .4s ease,transform .4s ease}.global-menu-overlay.visible .menu-links li{opacity:1;transform:translate(0)}.menu-link{display:flex;align-items:flex-start;gap:20px;text-decoration:none;transition:all .3s cubic-bezier(.2,.8,.2,1);position:relative;padding-left:0;color:#888}.menu-link:hover,.menu-link.active{color:#fff;padding-left:15px}.menu-link-left{padding-top:6px}.link-num{font-family:Share Tech Mono,monospace;font-size:16px;color:#555;transition:color .3s}.menu-link:hover .link-num,.menu-link.active .link-num{color:#e60000}.menu-link-right{display:flex;flex-direction:column}.link-label{font-family:Bebas Neue,sans-serif;font-size:28px;letter-spacing:2px;line-height:1;transition:color .3s}.menu-link.active .link-label{color:#e60000;text-shadow:0 0 15px rgba(230,0,0,.4)}.link-jp{font-family:"Noto Serif JP",serif;font-size:12px;letter-spacing:1px;color:#555;margin-top:4px;transition:color .3s}.menu-link:hover .link-jp,.menu-link.active .link-jp{color:#aaa}.menu-footer{margin-top:auto;font-family:Share Tech Mono,monospace;font-size:12px;color:#444;border-top:1px solid rgba(255,255,255,.05);padding-top:20px}@media(max-width:600px){.menu-content{max-width:100%;border-left:none;padding:90px 30px 30px}.global-menu-btn{top:20px;right:20px}}:root{--red: #cc0000;--red-glow: #ff1a1a;--dark: #0a0a0a;--dark2: #141414;--dark3: #1e1e1e;--gray: #2a2a2a;--gray2: #444;--white: #fff;--silver: #aaaaaa;--chain: #555;--spike: #cc0000;--font-display: "Bebas Neue", "Black Han Sans", sans-serif;--font-body: "Noto Sans JP", sans-serif;--transition: cubic-bezier(.23, 1, .32, 1)}.hp-root{background-color:var(--dark);color:var(--white);font-family:var(--font-body);min-height:100vh;position:relative;overflow-x:hidden}.hp-root .hp-hero,.hp-root .hp-works,.hp-root .hp-footer{opacity:0;transform:translateY(30px);transition:opacity .7s var(--transition),transform .7s var(--transition)}.hp-loaded .hp-hero{opacity:1;transform:none;transition-delay:.1s}.hp-loaded .hp-works{opacity:1;transform:none;transition-delay:.35s;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.hp-loaded .hp-footer{opacity:1;transform:none;transition-delay:.55s}.chain-row{display:flex;gap:2px;overflow:hidden;width:100%;padding:6px 0;animation:chain-slide 8s linear infinite}.chain-link-home{font-size:14px;color:var(--chain);flex-shrink:0;filter:drop-shadow(0 0 2px var(--red))}@keyframes chain-slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.spike-border{position:absolute;bottom:-1px;left:0;width:100%;display:flex;justify-content:space-around;z-index:10}.spike{font-size:12px;color:var(--spike);opacity:.7;animation:spike-flicker 2s ease-in-out infinite}.spike:nth-child(2n){animation-delay:.3s;color:var(--gray2)}.spike:nth-child(3n){animation-delay:.7s}@keyframes spike-flicker{0%,to{opacity:.7}50%{opacity:1;filter:drop-shadow(0 0 4px var(--red-glow))}}.hp-hero{position:relative;z-index:1;min-height:100vh;display:flex;align-items:center;gap:clamp(40px,6vw,60px);padding:clamp(60px,8vw,80px) clamp(30px,5vw,60px) clamp(100px,12vw,120px);border-bottom:2px solid var(--red)}.hp-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 60% at 30% 50%,rgba(180,0,0,.12) 0%,transparent 70%),radial-gradient(ellipse 40% 40% at 80% 30%,rgba(100,0,0,.08) 0%,transparent 60%);pointer-events:none}.hp-hero__left{flex:0 0 clamp(800px,55%,1100px);display:flex;flex-direction:column;align-items:center;gap:clamp(16px,3vw,24px);z-index:2}.hp-avatar-wrap{position:relative;width:clamp(320px,45vw,560px);height:clamp(320px,45vw,560px);margin:0 auto}.hp-avatar{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,var(--dark3) 0%,var(--gray) 100%);border:clamp(2px,.5vw,3px) solid var(--gray2);display:flex;align-items:center;justify-content:center;font-size:clamp(40px,10vw,70px);overflow:hidden;box-shadow:0 0 clamp(25px,5vw,50px) #c8000059,inset 0 0 clamp(12px,3vw,25px) #00000080;transition:box-shadow .4s}.hp-avatar:hover{box-shadow:0 0 clamp(40px,8vw,90px) #f70202b3,inset 0 0 clamp(12px,3vw,25px) #0000007f}.hp-avatar__placeholder img{width:100%;height:100%;object-fit:cover;border-radius:50%;position:relative}.hp-avatar-ring{position:absolute;inset:clamp(-6px,-1.2vw,-8px);border-radius:50%;border:clamp(1.5px,.4vw,2px) solid var(--red);animation:ring-spin 6s linear infinite}.hp-avatar-ring--2{inset:clamp(-10px,-2vw,-16px);border:clamp(.8px,.2vw,1px) dashed var(--gray2);animation:ring-spin 10s linear infinite reverse}.paw{position:absolute;font-size:clamp(14px,2.5vw,30px);animation:paw-bounce 2.5s ease-in-out infinite;opacity:.7}.paw--tl{top:0;left:0;animation-delay:0s}.paw--br{bottom:0;right:0;animation-delay:1s;transform:rotate(180deg)}@keyframes paw-bounce{0%,to{transform:scale(1) rotate(var(--r, 0deg))}50%{transform:scale(1.3) rotate(var(--r, 0deg));filter:drop-shadow(0 0 6px var(--red))}}.hp-bio{display:flex;flex-direction:column;align-items:center;gap:clamp(3px,.8vw,4px);text-align:center}.hp-bio__line{font-size:clamp(10px,1.8vw,12px);letter-spacing:.05em;border-bottom:1px solid var(--gray);padding-bottom:clamp(3px,.6vw,4px);width:100%}@media(max-width:1024px){.hp-hero{flex-direction:column;justify-content:center;text-align:center;gap:40px;min-height:auto;padding-top:100px}.hp-hero__left{flex:0 0 auto;width:100%;max-width:500px;margin:0 auto}.hp-hero__right{align-items:center}.hp-avatar-wrap{width:clamp(280px,50vw,420px);height:clamp(280px,50vw,420px)}.hp-bio{width:80%;margin:0 auto}}@media(max-width:768px){.hp-hero__left{max-width:100%}.hp-avatar-wrap{width:260px;height:260px}.hp-avatar{font-size:40px}}@media(max-width:960px){.hp-hero{flex-direction:column;gap:clamp(32px,8vw,48px);padding:clamp(50px,10vw,70px) clamp(16px,5vw,24px) clamp(80px,15vw,110px);min-height:auto;text-align:center}.hp-hero__left{flex:none;width:100%;max-width:480px}.paw{opacity:.55;animation-duration:3.2s}@keyframes paw-bounce{0%,to{transform:scale(1) rotate(var(--r, 0deg))}50%{transform:scale(1.18) rotate(var(--r, 0deg))}}}@media(max-width:640px){.hp-hero{padding-bottom:90px}}@media(prefers-reduced-motion:reduce){.hp-avatar-ring,.hp-avatar-ring--2,.paw{animation:none!important}.hp-avatar{transition:none!important}}.hp-socials{display:flex;gap:16px;justify-content:center}.hp-social-btn{width:56px;height:56px;border:none;background:var(--dark2);border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;color:var(--silver);font-size:22px;position:relative;overflow:hidden;box-shadow:0 4px 12px #0006;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.hp-social-btn__icon{transition:transform .4s var(--transition);will-change:transform}.hp-social-btn__bar{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:linear-gradient(135deg,var(--red),var(--red-glow));opacity:0;transform:scale(.75);transition:all .4s var(--transition);z-index:-1}.hp-social-btn:hover{color:#fff;transform:translateY(-4px) scale(1.08);box-shadow:1px 1px 20px 14px #ff030347,0 0 0 3px #cc00001f}.hp-social-btn:hover .hp-social-btn__icon{transform:scale(1.2) rotate(8deg)}.hp-social-btn:hover .hp-social-btn__bar{opacity:.18;transform:scale(1.15)}.hp-social-btn:active{transform:translateY(-1px) scale(.96);transition:all .12s}.hp-hero__right{flex:1;position:relative;z-index:2;display:flex;flex-direction:column;gap:32px}.slash-deco{position:absolute;top:-20px;right:-20px;pointer-events:none}.slash{position:absolute;display:block;background:var(--red);transform-origin:center}.slash--1{width:3px;height:120px;top:0;right:60px;transform:rotate(-20deg);opacity:.8;animation:slash-grow 3s ease-in-out infinite}.slash--2{width:2px;height:80px;top:20px;right:40px;transform:rotate(-20deg);opacity:.5;animation:slash-grow 3s ease-in-out infinite .3s}.slash--3{width:4px;height:60px;top:40px;right:80px;transform:rotate(-20deg);opacity:.3;animation:slash-grow 3s ease-in-out infinite .6s}@keyframes slash-grow{0%,to{transform:rotate(-20deg) scaleY(1);opacity:.8}50%{transform:rotate(-20deg) scaleY(1.15);opacity:1;filter:drop-shadow(0 0 6px var(--red-glow))}}.hp-brand__sub{font-size:11px;letter-spacing:.3em;color:var(--red);text-transform:uppercase;display:block;margin-bottom:4px}.hp-brand__name{font-family:var(--font-display);font-size:clamp(72px,10vw,140px);line-height:.9;letter-spacing:.05em;color:var(--white);display:flex;gap:2px}.char{display:inline-block;animation:char-drop .6s var(--transition) both}.hp-loaded .char{animation-play-state:running}.c1{animation-delay:.05s}.c2{animation-delay:.1s}.c3{animation-delay:.15s}.c4{animation-delay:.2s}.c5{animation-delay:.25s;color:var(--red)}.c6{animation-delay:.3s}.c7{animation-delay:.35s}@keyframes char-drop{0%{opacity:0;transform:translateY(-40px) skew(-10deg)}to{opacity:1;transform:none}}.hp-brand__tag{display:flex;align-items:center;gap:8px;font-size:13px;letter-spacing:.2em;color:var(--silver);margin-top:8px}.tag-dot{width:6px;height:6px;border-radius:50%;background:var(--red);display:inline-block;animation:dot-blink 1.5s ease-in-out infinite}.tag-dot:last-child{animation-delay:.75s}@keyframes dot-blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.6)}}.hp-categories{display:flex;flex-direction:column;gap:14px;max-width:400px;margin-top:20px}.hp-cat-link{display:flex;align-items:center;padding:6px 32px 6px 6px;background:#8b0000;border:2px solid #ffffff;border-radius:999px;text-decoration:none;color:#fff;font-family:var(--font-display);font-size:clamp(20px,2.5vw,28px);letter-spacing:.12em;font-weight:700;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;box-shadow:0 4px 15px #00000080;width:fit-content;min-width:350px}.hp-cat-link__icon-box{width:48px;height:48px;background:#2e2e2e;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff;transition:all .3s ease;flex-shrink:0}.hp-cat-link__icon-v{color:#fff;font-size:24px;font-family:var(--font-display);line-height:1;transform:translateY(1px)}.hp-cat-link__label{flex:1;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hp-cat-link:hover{transform:translate(10px) scale(1.02);background:#b30000;box-shadow:0 10px 25px #8b000066,0 0 15px #fff3}.hp-cat-link:hover .hp-cat-link__icon-box{transform:rotate(-10deg) scale(1.1);box-shadow:0 0 15px #ffffff4d}.hp-cat-link:active{transform:translate(5px) scale(.98)}.hp-works{position:relative;z-index:1;padding:80px 60px;border-bottom:2px solid var(--gray);max-width:1200px;width:1200px;margin:0 auto;overflow:hidden}.hp-works:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 50% at 50% 0%,rgba(150,0,0,.08) 0%,transparent 60%);pointer-events:none;-webkit-mask-image:linear-gradient(to right,transparent 0%,rgb(37,37,37) 10%,rgb(37,37,37) 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,rgb(37,37,37) 10%,rgb(37,37,37) 90%,transparent 100%)}.hp-works__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px}.hp-works__eyebrow{display:block;font-size:12px;letter-spacing:.3em;color:var(--silver);margin-bottom:6px}.hp-works__title{font-family:var(--font-display);font-size:clamp(48px,7vw,90px);line-height:1;letter-spacing:.05em}.title-stroke{-webkit-text-stroke:2px var(--white);color:transparent}.title-fill{color:var(--red)}.hp-works__controls{display:flex;gap:8px}.carousel-btn{width:48px;height:48px;border:1px solid var(--gray2);background:var(--dark);color:var(--white);font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s;line-height:1}.carousel-btn:hover{background:var(--red);border-color:var(--red);transform:scale(1.05)}.hp-carousel-wrap{position:relative}.hp-work-slide{padding:8px 12px}.hp-work-card{position:relative;cursor:pointer;transition:transform .4s var(--transition)}.hp-work-card:hover{transform:translateY(-8px) scale(1.02)}.hp-work-card__img{aspect-ratio:4/5;background:var(--dark3);border:1px solid var(--gray);position:relative;overflow:hidden}.hp-work-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:64px;opacity:.9;background:linear-gradient(180deg,var(--dark3) 0%,var(--gray) 100%);transition:opacity .3s}.hp-work-card:hover .hp-work-card__placeholder{opacity:1}.hp-work-card__overlay{position:absolute;bottom:0;left:0;right:0;padding:24px 16px 16px;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,transparent 100%);display:flex;flex-direction:column;gap:4px;transform:translateY(8px);opacity:0;transition:all .35s var(--transition)}.hp-work-card:hover .hp-work-card__overlay{opacity:1;transform:none}.hp-work-card__tag{font-size:10px;letter-spacing:.2em;color:var(--red);font-family:var(--font-display)}.hp-work-card__title{font-family:var(--font-display);font-size:20px;color:var(--white);letter-spacing:.05em}.hp-work-card__corner{position:absolute;width:20px;height:20px;border-color:var(--red);border-style:solid;opacity:0;transition:opacity .3s,transform .3s}.hp-work-card__corner--tl{top:0;left:0;border-width:2px 0 0 2px;transform:translate(-4px,-4px)}.hp-work-card__corner--br{bottom:0;right:0;border-width:0 2px 2px 0;transform:translate(4px,4px)}.hp-work-card:hover .hp-work-card__corner{opacity:1;transform:translate(0)}.hp-works__actions{display:flex;gap:16px;margin-top:40px}.hp-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;font-family:var(--font-display);font-size:15px;letter-spacing:.15em;text-decoration:none;text-transform:uppercase;border:2px solid transparent;cursor:pointer;transition:all .3s var(--transition);position:relative;overflow:hidden}.hp-btn:hover:before{transform:translate(0)}.hp-btn--red{background:var(--red);color:var(--white);border-color:var(--red)}.hp-btn--red:before{color:var(--white);background:var(--red-glow)}.hp-btn--red:hover{box-shadow:0 0 20px #c8000080;transform:translateY(-2px)}.hp-btn--ghost{background:transparent;color:var(--white);border-color:var(--gray2)}.hp-btn--ghost:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gray)}.hp-btn--ghost:hover{border-color:var(--white);transform:translateY(-2px)}.hp-btn__icon{font-size:14px;position:relative;z-index:1}.hp-btn span{position:relative;z-index:1}.hp-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-105%);transition:transform .35s var(--transition)}.hp-footer{z-index:1;position:relative;background:var(--dark);padding:20px 60px;border-top:1px solid var(--gray)}.hp-footer__copy{text-align:center;font-size:11px;letter-spacing:.2em;color:var(--gray2);margin-top:12px;text-transform:uppercase}.hp-carousel-wrap .slick-slide>div{padding:0}.hp-carousel-wrap .slick-list{overflow:visible}@media(min-width:1200px){.hp-works{max-width:1400px;width:100%;padding:100px 80px}.hp-work-card__img{aspect-ratio:4/5}.hp-works__title{font-size:90px}}@media(max-width:960px){.hp-works{padding:60px 30px}.hp-works__header{flex-direction:column;align-items:flex-start;gap:20px}.hp-works__title{font-size:56px}.hp-works__controls{align-self:flex-end}.hp-work-slide{padding:6px}.hp-work-card__img{aspect-ratio:3/4}.hp-works__actions{flex-direction:column;gap:12px}.hp-btn{width:100%;justify-content:center}}@media(max-width:600px){.hp-works{padding:40px 16px;width:100%;max-width:100%}.hp-carousel-wrap{width:100%}.hp-work-slide{padding:0}.hp-work-card{width:100%}.hp-work-card__img{width:100%;height:auto}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-page{display:flex;min-height:100vh;background-color:#fdfbf7;font-family:Inter,system-ui,-apple-system,sans-serif;overflow:hidden}.login-hero{flex:1.2;position:relative;background-image:url(https://www.shutterstock.com/image-vector/anime-face-red-eyes-cartoon-600nw-793433197.jpg);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;padding:80px}.login-form-side{flex:1;display:flex;align-items:center;justify-content:center;padding:40px;background-color:#fff;z-index:5;box-shadow:-10px 0 30px #0000000d}.login-card-v2{width:100%;max-width:420px;animation:fadeInForm .8s ease-out}.login-logo-v2{text-align:center;margin-bottom:20px}.login-logo-v2 img{height:80px;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.ant-btn-primary:active{transform:translateY(0)}.ant-checkbox-checked .ant-checkbox-inner{background-color:#10b981!important;border-color:#10b981!important}@media(max-width:1024px){.login-hero{display:none}.login-form-side{background-color:#fdfbf7}.login-card-v2{background:#fff;padding:48px;border-radius:20px;box-shadow:0 20px 40px #0000000d}}@media(max-width:576px){.login-form-side{padding:20px}.login-card-v2{padding:32px 24px}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}.notfound-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100vh;padding:20px;background-color:#fff}.notfound-image{max-width:600px;width:100%;margin-bottom:30px}.notfound-container h1{font-size:2.5rem;margin-bottom:10px;color:#333}.notfound-container p{color:#666;margin-bottom:20px}.notfound-button{display:inline-block;padding:10px 20px;background-color:#1677ff;color:#fff;text-decoration:none;border-radius:5px;transition:background-color .2s}.notfound-button:hover{background-color:#0958d9}.register-page{display:flex;min-height:100vh;background-color:#fdfbf7;font-family:Inter,system-ui,-apple-system,sans-serif;overflow:hidden}.register-hero{flex:1.2;position:relative;background-image:url(https://www.shutterstock.com/image-vector/anime-face-red-eyes-cartoon-600nw-793433197.jpg);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;padding:80px}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#064e3bb3,#10b98166);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hero-content{position:relative;z-index:2}.hero-features{margin-top:32px;display:flex;flex-direction:column;gap:12px}.feature-chip{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 20px;border-radius:50px;color:#fff;font-size:.95rem;width:fit-content;border:1px solid rgba(255,255,255,.2)}.register-form-side{flex:1;display:flex;align-items:center;justify-content:center;padding:40px;background-color:#fff;z-index:5;box-shadow:-10px 0 30px #0000000d}.register-card-v2{width:100%;max-width:420px;animation:fadeInForm .8s ease-out}.register-logo-v2{text-align:center;margin-bottom:20px}.register-logo-v2 img{height:70px;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}@keyframes fadeInForm{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.ant-input-affix-wrapper-lg{padding:12px 16px!important}.ant-btn-primary:hover{background-color:#059669!important;transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d!important}@media(max-width:1024px){.register-hero{display:none}.register-form-side{background-color:#fdfbf7}.register-card-v2{background:#fff;padding:48px;border-radius:20px;box-shadow:0 20px 40px #0000000d}}:root{--red: #c8102e;--red-dk: #8b0000;--red-glow: rgba(200, 16, 46, .6);--red-muted: rgba(200, 16, 46, .18);--bg: #0a0a0a;--card: #111111;--surface: #1a1a1a;--border: #1e1e1e;--white: #f0f0f0;--gray: #aaaaaa;--gray-mid: #666666;--gray-dk: #2e2e2e;--stud: #888888;--ff-d: "Bebas Neue", sans-serif;--ff-b: "Rajdhani", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg)}.tos-bg-video{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-2;pointer-events:none}.tos-bg-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:linear-gradient(to bottom,#080000bf,#04000094),radial-gradient(ellipse 80% 55% at 50% -5%,rgba(139,0,0,.42) 0%,transparent 65%),repeating-linear-gradient(0deg,transparent,transparent 40px,rgba(255,255,255,.01) 40px,rgba(255,255,255,.01) 41px),repeating-linear-gradient(90deg,transparent,transparent 40px,rgba(255,255,255,.01) 40px,rgba(255,255,255,.01) 41px)}.paw-layer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.paw-wrap{position:absolute;bottom:-120px;opacity:0;will-change:transform,opacity;animation:pawRise linear infinite;filter:drop-shadow(0 0 8px rgba(200,16,46,.3))}.paw-wrap svg{animation:pawWiggle 1.8s ease-in-out infinite alternate;transform-origin:bottom center;display:block}.paw-wrap:nth-child(1){left:3%;width:56px;animation-duration:15s;animation-delay:0s}.paw-wrap:nth-child(2){left:87%;width:44px;animation-duration:19s;animation-delay:2.5s}.paw-wrap:nth-child(3){left:20%;width:40px;animation-duration:17s;animation-delay:5s}.paw-wrap:nth-child(4){left:65%;width:62px;animation-duration:13s;animation-delay:1.2s}.paw-wrap:nth-child(5){left:43%;width:46px;animation-duration:21s;animation-delay:8s}.paw-wrap:nth-child(6){left:11%;width:52px;animation-duration:16s;animation-delay:10s}.paw-wrap:nth-child(7){left:76%;width:38px;animation-duration:18s;animation-delay:3.8s}.paw-wrap:nth-child(8){left:54%;width:48px;animation-duration:14s;animation-delay:12s}.paw-wrap:nth-child(9){left:32%;width:58px;animation-duration:20s;animation-delay:7s}.paw-wrap:nth-child(10){left:93%;width:42px;animation-duration:17s;animation-delay:14s}.paw-wrap:nth-child(11){left:49%;width:36px;animation-duration:22s;animation-delay:4.5s}.paw-wrap:nth-child(12){left:7%;width:50px;animation-duration:15s;animation-delay:16s}.paw-wrap:nth-child(2n) svg{animation-delay:.4s}.paw-wrap:nth-child(3n) svg{animation-duration:2.4s}.tos-page{min-height:100vh;position:relative;z-index:1;padding:0 16px 70px;font-family:var(--ff-b);color:var(--white);background:transparent}.tos-page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.042'/%3E%3C/svg%3E");pointer-events:none;z-index:0;opacity:.38}.tos-header{text-align:center;padding:56px 0 36px;position:relative;z-index:2;overflow:hidden}.tos-header-inner{display:inline-flex;align-items:center;gap:20px;position:relative}.tos-title-clip{overflow:hidden;display:inline-block}.tos-title{font-family:var(--ff-d);font-size:clamp(40px,8vw,90px);letter-spacing:.06em;color:var(--white);line-height:1;white-space:nowrap;text-shadow:0 0 28px var(--red-glow),0 0 56px rgba(200,16,46,.28),3px 3px 0 var(--red-dk);transform:translate(-110%);opacity:0;animation:slideInTitle 1s .05s cubic-bezier(.22,1,.36,1) forwards;display:block}.tos-title-diamonds{display:flex;align-items:center;gap:6px;opacity:0;animation:fadeIn .5s .85s forwards}.diamond{background:var(--red);transform:rotate(45deg);box-shadow:0 0 10px var(--red-glow);animation:diamondPulse 2.2s ease-in-out infinite;flex-shrink:0}.diamond:nth-child(1){width:14px;height:14px}.diamond:nth-child(2){width:10px;height:10px;animation-delay:.22s}.diamond:nth-child(3){width:8px;height:8px;animation-delay:.44s}.tos-title-underline{height:2px;background:linear-gradient(90deg,var(--red),var(--red-dk),transparent);transform:scaleX(0);transform-origin:left;animation:sweepUnderline .6s .95s cubic-bezier(.22,1,.36,1) forwards;margin-top:4px;border-radius:2px}.tos-chain{display:flex;justify-content:center;align-items:center;margin:0 auto 28px;opacity:0;animation:fadeIn .5s .75s forwards;overflow:hidden;max-width:100%}.chain-link{flex-shrink:0;width:22px;height:12px;border:2px solid #3a3a3a;border-radius:6px;position:relative;margin:0 -1px}.chain-link:nth-child(2n){transform:rotate(90deg);margin:0 -3px}.chain-link:before{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:4px;background:linear-gradient(135deg,rgba(140,140,140,.25),transparent)}.tos-card{max-width:1200px;margin:0 auto;background:var(--card);border:1px solid var(--border);border-radius:4px;position:relative;z-index:2;overflow:hidden;box-shadow:0 0 0 1px #c8102e24,0 0 48px #000000d9,0 0 90px #8b000024,inset 0 1px #ffffff0b;animation:fadeSlideUp .9s .45s cubic-bezier(.22,1,.36,1) both}.tos-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--red),var(--red-dk),var(--red),transparent);z-index:4}.tos-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle 6px at 12px 12px,var(--stud) 3px,transparent 3px),radial-gradient(circle 6px at calc(100% - 12px) 12px,var(--stud) 3px,transparent 3px),radial-gradient(circle 6px at 12px calc(100% - 12px),var(--stud) 3px,transparent 3px),radial-gradient(circle 6px at calc(100% - 12px) calc(100% - 12px),var(--stud) 3px,transparent 3px);z-index:4}.tos-studs{display:flex;gap:8px;padding:10px 20px;background:#00000073;border-bottom:1px solid var(--border)}.stud{width:8px;height:8px;border-radius:50%;background:radial-gradient(circle at 35% 35%,var(--stud),#2a2a2a);box-shadow:inset 0 1px 1px #ffffff2e,0 1px 2px #0009}.tos-card-inner{padding:44px 52px 52px}.tos-section{margin-bottom:52px;opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}.tos-section.visible{opacity:1;transform:translateY(0)}.tos-section-title{font-family:var(--ff-d);font-size:clamp(22px,4vw,34px);letter-spacing:.09em;color:var(--white);margin-bottom:28px;display:flex;align-items:center;gap:14px;text-shadow:0 0 22px var(--red-glow)}.tos-section-title:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,var(--red),transparent);opacity:.45}.tos-section-badge{font-family:var(--ff-d);font-size:11px;letter-spacing:.16em;color:var(--red);border:1px solid var(--red);padding:2px 9px;border-radius:2px;text-shadow:0 0 8px var(--red-glow);box-shadow:0 0 8px var(--red-muted),inset 0 0 8px var(--red-muted);white-space:nowrap;flex-shrink:0}.tos-important-banner{background:linear-gradient(135deg,#c8102e24,#8b000012);border:1px solid rgba(200,16,46,.32);border-left:4px solid var(--red);border-radius:0 3px 3px 0;padding:14px 52px 14px 18px;margin-bottom:28px;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;position:relative;overflow:hidden;color:var(--white)}.tos-important-banner .exclaim{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-family:var(--ff-d);font-size:54px;color:#c8102e1c;line-height:1;pointer-events:none}.tos-important-banner strong{color:var(--red);margin-right:4px}.tos-slide-block{background:#ffffff04;border:1px solid rgba(255,255,255,.055);border-radius:4px;padding:32px 36px;position:relative;overflow:hidden}.tos-slide-block:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,var(--red) 0%,rgba(200,16,46,.08) 100%)}.tos-slide-block:after{content:"TOS";position:absolute;right:-10px;bottom:-20px;font-family:var(--ff-d);font-size:160px;color:#c8102e0a;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:.05em}.tos-rule-para{font-size:15px;line-height:1.9;color:var(--gray);font-weight:500;margin-bottom:20px;padding-left:24px;position:relative}.tos-rule-para:last-child{margin-bottom:0}.tos-rule-para:before{content:"◆";position:absolute;left:0;top:2px;font-size:7px;color:var(--red);text-shadow:0 0 6px var(--red-glow);line-height:2.4}.tos-rule-para em{color:var(--white);font-style:normal;font-weight:700}.tos-rule-para .warn{color:var(--red);font-weight:700}.tos-waitlist-slide{background:#ffffff04;border:1px solid rgba(255,255,255,.055);border-radius:4px;padding:32px 36px;position:relative;overflow:hidden}.tos-waitlist-slide:before{content:"";position:absolute;right:0;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,var(--red) 0%,rgba(200,16,46,.08) 100%)}.tos-waitlist-slide:after{content:"QUEUE";position:absolute;left:-8px;bottom:-18px;font-family:var(--ff-d);font-size:110px;color:#c8102e0a;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:.06em}.tos-waitlist-eyebrow{font-family:var(--ff-d);font-size:13px;letter-spacing:.22em;color:var(--red);text-shadow:0 0 10px var(--red-glow);margin-bottom:18px;opacity:.85}.tos-waitlist-body{font-size:15px;line-height:1.95;color:var(--gray);font-weight:500}.tos-waitlist-body p{margin-bottom:20px}.tos-waitlist-body p:last-child{margin-bottom:0}.step-inline{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:var(--red-dk);border:1px solid var(--red);border-radius:3px;font-family:var(--ff-d);font-size:14px;color:var(--white);box-shadow:0 0 8px #c8102e52;margin-right:9px;vertical-align:middle;flex-shrink:0;line-height:1}.tos-waitlist-body a{color:var(--red);text-decoration:none;border-bottom:1px solid rgba(200,16,46,.38);transition:all .2s}.tos-waitlist-body a:hover{color:#f35;border-color:#f35;text-shadow:0 0 8px rgba(255,51,85,.5)}.tos-waitlist-body .warn{color:var(--red);font-weight:700}.tos-waitlist-body em{color:var(--white);font-style:normal;font-weight:700}.tos-divider{display:flex;align-items:center;gap:12px;margin:40px 0;opacity:.28}.tos-divider-line{flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--gray-dk),transparent)}.tos-divider-dot{width:6px;height:6px;background:var(--red);transform:rotate(45deg)}.tos-cta-section{background:linear-gradient(135deg,#c8102e14,#8b00000d);border:1px solid rgba(200,16,46,.24);border-radius:4px;padding:34px 28px;text-align:center;position:relative;overflow:hidden;margin-top:50px;opacity:0;transform:translateY(26px);transition:opacity .65s ease,transform .65s ease}.tos-cta-section.visible{opacity:1;transform:translateY(0)}.tos-cta-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(-45deg,transparent,transparent 20px,rgba(200,16,46,.018) 20px,rgba(200,16,46,.018) 40px)}.tos-cta-label{font-family:var(--ff-d);font-size:clamp(16px,3vw,22px);letter-spacing:.1em;color:var(--gray);margin-bottom:26px;position:relative}.tos-cta-buttons{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;position:relative}.tos-btn{display:inline-flex;align-items:center;gap:10px;padding:13px 28px;border-radius:3px;font-family:var(--ff-d);font-size:15px;letter-spacing:.14em;cursor:pointer;border:none;transition:all .25s ease;text-decoration:none;position:relative;overflow:hidden}.tos-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent);opacity:0;transition:opacity .25s}.tos-btn:hover:after{opacity:1}.tos-btn-primary{background:var(--red);color:var(--white);box-shadow:0 4px 20px #c8102e6b,inset 0 1px #ffffff26}.tos-btn-primary:hover{background:#e01035;transform:translateY(-2px);box-shadow:0 8px 30px #c8102e9e}.tos-btn-secondary{background:var(--surface);color:var(--white);border:1px solid rgba(200,16,46,.38);box-shadow:0 4px 15px #0000006b,inset 0 1px #ffffff0b}.tos-btn-secondary:hover{border-color:var(--red);transform:translateY(-2px);box-shadow:0 8px 24px #c8102e42}.tos-btn-icon{font-size:17px;line-height:1}@keyframes slideInTitle{0%{transform:translate(-110%);opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes sweepUnderline{to{transform:scaleX(1)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{to{opacity:1}}@keyframes diamondPulse{0%,to{box-shadow:0 0 6px var(--red-glow)}50%{box-shadow:0 0 18px var(--red-glow),0 0 32px #c8102e47}}@keyframes pawRise{0%{transform:translateY(0) rotate(-15deg);opacity:0}6%{opacity:.22}50%{opacity:.16}85%{opacity:.1}to{transform:translateY(-110vh) rotate(20deg);opacity:0}}@keyframes pawWiggle{0%{transform:rotate(-10deg) scale(.95)}to{transform:rotate(10deg) scale(1.05)}}@media(max-width:640px){.tos-card-inner{padding:26px 20px 36px}.tos-slide-block,.tos-waitlist-slide{padding:22px 18px}.tos-cta-buttons{flex-direction:column;align-items:stretch}.tos-btn{justify-content:center}}.artwork-card-link{text-decoration:none;display:block;height:100%}.artwork-card{display:flex;flex-direction:column;height:100%;background:#111;border:2px solid #333;transition:all .3s ease}.artwork-card:hover{border-color:#ff2a2a;box-shadow:4px 4px #ff2a2a80;transform:translateY(-5px)}.card-img-wrapper{position:relative;width:100%;height:350px;overflow:hidden;border-bottom:2px solid #333}.card-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:filter .4s,transform .4s}.card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ff2a2acc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s;mix-blend-mode:overlay}.view-text{font-family:Impact,Arial Black,sans-serif;color:#fff;font-size:1.5rem;letter-spacing:2px;text-shadow:2px 2px 0px #000;transform:translateY(20px);transition:transform .3s;z-index:10}.artwork-card:hover .card-img-wrapper img{transform:scale(1.05)}.artwork-card:hover .card-overlay{opacity:1}.artwork-card:hover .view-text{transform:translateY(0)}.card-info{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.card-title{color:#eee;margin:0 0 1rem;font-size:1.5rem;font-family:Impact,Arial Black,sans-serif;letter-spacing:1px;text-transform:none!important}.card-prices{font-family:Courier New,monospace;font-weight:700;color:#fff;background:#7d1010;padding:.8rem;border:1px solid #333;text-align:center;text-transform:capitalize}.price-sep{color:#555;margin:0 5px}.cat-container{height:auto!important;min-height:100vh;padding:3rem;overflow-y:auto!important;display:block!important}.cat-header{margin-bottom:3rem;padding-bottom:2rem;text-align:center}.back-btn{position:absolute;left:0;top:50%;transform:translateY(-50%);color:#afaeae;text-decoration:none;font-family:Courier New,Courier,monospace;font-weight:700;border:1px solid #333;padding:5px 15px;transition:all .3s;z-index:10}.back-btn:hover{color:#ff2a2a;border-color:#ff2a2a;background:#ff2a2a1a}.cat-subtitle{color:#a99b9b;font-family:Courier New,Courier,monospace;letter-spacing:2px;margin-top:10px;font-weight:700}.cat-exchange-rate{margin-top:15px;font-family:Courier New,Courier,monospace;font-size:.85rem;color:#888;letter-spacing:1px;font-weight:700}.rate-line{border-left:3px solid #ff2a2a;font-size:1rem;color:#fff;padding-left:10px;background:#272525;padding-top:5px;padding-bottom:5px;display:inline-block}.cat-content{max-width:1400px;margin:0 auto;width:100%;position:relative;z-index:2}.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:3rem;margin-bottom:4rem}.no-data{text-align:center;color:#ff2a2a;font-size:2rem;font-family:Courier New,Courier,monospace;padding:5rem 0;border:2px dashed #444;background:#00000080}@media(max-width:768px){.back-btn{position:relative;display:inline-block;margin-bottom:1rem;transform:none;top:0}.cat-container{padding:1.5rem}.cat-grid{grid-template-columns:1fr}}.detail-container{height:100vh!important;padding:2vh 3vw;overflow:hidden!important;display:flex!important;flex-direction:column;box-sizing:border-box}.detail-nav{margin-bottom:2vh;position:relative;z-index:2;flex-shrink:0}.detail-back-btn{display:inline-block;color:#afaeae;text-decoration:none;font-family:Courier New,Courier,monospace;font-weight:700;border:1px solid #333;padding:.8vh 1.5vw;background:#111;transition:all .3s;font-size:.9rem}.detail-back-btn:hover{color:#ff2a2a;border-color:#ff2a2a;background:#ff2a2a1a}.detail-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:3vw;position:relative;z-index:2;flex:1;min-height:0;width:100%}.detail-gallery{display:flex;flex-direction:column;gap:2vh;min-height:0;align-items:center}.edgy-box-dt{background:#111;border:3px solid #444;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:100%}.edgy-box-dt:not(.flip-container):hover{border-color:#ff2a2a;z-index:10}.edgy-box-dt img{width:100%;height:100%;object-fit:cover;transition:filter .4s ease;display:block}.main-image-box img{height:100%;width:100%;object-fit:cover}.thumbnail-list{display:flex;justify-content:center;gap:1vw;height:8vh;flex-shrink:0}.thumb-box{aspect-ratio:1 / 1;height:100%;cursor:pointer;border:2px solid #333;opacity:.4;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.thumb-box:hover{opacity:.8;transform:translateY(-5px)}.thumb-box.active{opacity:1;border-color:#ff2a2a;box-shadow:0 0 10px #ff2a2a80;transform:scale(1.05)}.detail-info{display:flex;flex-direction:column;padding:2vh 2vw;justify-content:flex-start;min-height:0;overflow-y:auto}.detail-info::-webkit-scrollbar{width:4px}.detail-info::-webkit-scrollbar-track{background:#0000001a}.detail-info::-webkit-scrollbar-thumb{background:#ff2a2a}.static-tag{position:static;display:inline-block;margin-bottom:1vh;box-shadow:4px 4px #000;transform:skew(-10deg);font-size:.8rem}.detail-title{font-size:2.2rem;text-transform:none!important;margin:0 0 1vh;line-height:1.1;text-shadow:2px 2px 0px #333;font-family:Impact,Arial Black,sans-serif;letter-spacing:2px}.detail-id{font-family:Courier New,Courier,monospace;font-size:.8rem;color:#666;letter-spacing:2px;border-bottom:2px dashed #333;padding-bottom:.5vh;margin-bottom:1.5vh}.detail-desc{font-size:.95rem;line-height:1.4;color:#ccc;font-family:Arial,Helvetica,sans-serif;margin-bottom:2vh;background:#00000080;padding:1rem;border-left:4px solid #ff2a2a;box-shadow:inset 10px 0 20px #ff2a2a0d;text-transform:none!important}.detail-pricing{display:flex;flex-direction:column;gap:.6vh;margin-bottom:2vh}.price-box{display:flex;justify-content:space-between;align-items:center;background:#111;border:1px solid #444;padding:1vh 1.5vw}.price-box.usd{border-color:#ff2a2a;background:#ff2a2a0d}.exchange-rate-info{font-family:Courier New,Courier,monospace;font-size:.75rem;color:#888;text-align:right;margin-top:.2vh;letter-spacing:1px;font-weight:700;text-transform:uppercase}.rate-text{border-right:2px solid #ff2a2a;padding-right:.5rem}.price-label{font-family:Impact,Arial Black,sans-serif;font-size:1.1rem;color:#666;text-transform:none!important}.price-box.usd .price-label{color:#ff2a2a;text-shadow:0 0 5px rgba(255,42,42,.5)}.price-value{font-family:Impact,Arial Black,sans-serif;font-size:1.6rem;text-transform:capitalize;font-weight:700;color:#fff}.buy-btn{background:#ff2a2a;color:#fff;font-family:Impact,Arial Black,sans-serif;font-size:1.4rem;border:2px solid #ff2a2a;padding:1vh;cursor:pointer;text-transform:uppercase;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:4px 4px #000}.buy-btn:hover{background:#fff;color:#ff2a2a;border-color:#fff;transform:translate(-3px,-3px);box-shadow:8px 8px #000}.buy-btn:active{transform:translate(2px,2px);box-shadow:2px 2px #000}.detail-chain{margin-top:2vh;text-align:center;font-size:1.2rem}@media(max-width:1024px){.detail-container{height:auto!important;overflow:visible!important}.detail-content{grid-template-columns:1fr}.main-image-box{max-width:80vw}}.edgy-container{background-color:#0a0a0a;color:#e0e0e0;font-family:Impact,Arial Black,sans-serif;height:100vh;padding:2vh 2vw;position:relative;overflow:hidden;text-transform:uppercase;display:flex;flex-direction:column;box-sizing:border-box}.edgy-bg-grid{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(255,0,0,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,0,0,.05) 1px,transparent 1px);background-size:50px 50px;z-index:0;pointer-events:none}.edgy-chain-bg{position:absolute;left:0;right:0;height:20px;background:repeating-linear-gradient(45deg,#1a1a1a,#1a1a1a 10px,#0a0a0a 10px,#0a0a0a 20px);z-index:1;border-top:2px solid #555;border-bottom:2px solid #555;opacity:.5}.edgy-chain-bg.top{top:0}.edgy-chain-bg.bottom{bottom:0}.edgy-header{position:relative;z-index:2;text-align:center;padding-bottom:1vh;flex-shrink:0}.edgy-header:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:50%;height:3px;background:#c5c2c2}.edgy-title{font-size:max(2rem,3vh);margin:0;letter-spacing:5px;text-shadow:2px 2px 0px #ffffff,-2px -2px 0px #333}.text-red{color:#ff2a2a}.edgy-spikes{display:flex;justify-content:center;gap:10px;color:#555;font-size:1rem;margin-top:5px}.edgy-layout{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:3vw;max-width:1400px;width:100%;margin:0 auto;flex:1;min-height:0}.edgy-layout:after{content:"";position:absolute;top:0;bottom:0;left:50%;width:4px;background:repeating-linear-gradient(to bottom,#ff2a2a,#ff2a2a 15px,transparent 15px,transparent 30px);transform:translate(-50%)}.edgy-col{background:#141414cc;border:2px solid #333;padding:2vh 2vw;box-shadow:8px 8px #ff2a2a33;position:relative;display:flex;flex-direction:column;min-height:0}.edgy-col:before,.edgy-col:after{content:"";position:absolute;width:10px;height:10px;background:#777;border-radius:50%;box-shadow:inset -2px -2px 4px #000c,inset 2px 2px 4px #fff6}.edgy-col:before{top:8px;left:8px}.edgy-col:after{top:8px;right:8px}.edgy-col-title{font-size:max(1.5rem,2.5vh);margin-top:0;margin-bottom:2vh;display:flex;align-items:center;gap:10px;border-bottom:2px dashed #555;padding-bottom:5px;flex-shrink:0}.edgy-col-title.clickable{cursor:pointer;transition:transform .3s ease,color .3s ease}.edgy-col-title.clickable:hover{transform:translate(10px);color:#fff;text-shadow:0 0 10px #ff2a2a}.bark-icon{font-size:1.5rem;filter:drop-shadow(2px 2px 0px #ff2a2a)}.edgy-gallery-model{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr;gap:1vw;margin-bottom:2vh;flex:1;min-height:0}.edgy-gallery-side{display:flex;flex-direction:column;gap:1vw;min-height:0}.edgy-gallery-illus{display:flex;flex-direction:column;gap:1vw;margin-bottom:2vh;flex:1;min-height:0}.edgy-illus-main{flex:2;min-height:0}.edgy-illus-grid{display:grid;grid-template-columns:1fr 1fr;gap:1vw;flex:1;min-height:0}.edgy-box{background:#111;border:3px solid #444;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);height:100%;width:100%}.edgy-box:not(.flip-container):hover{border-color:#ff2a2a;box-shadow:0 0 20px #ff2a2acc;transform:translateY(-5px) scale(1.02);z-index:10}.edgy-box img{width:100%;height:100%;object-fit:cover;transition:filter .4s ease;display:block}.edgy-gallery-model .edgy-model-main{grid-column:1;min-height:0}.edgy-gallery-model .edgy-model-small{flex:1;min-height:0}.slice-hover{position:relative;cursor:pointer}.slice-img-bottom{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover;z-index:1;filter:grayscale(0%) contrast(1.3);transform:scale(1.1);transition:transform .6s cubic-bezier(.8,0,.2,1)}.slice-hover:hover .slice-img-bottom{transform:scale(1)}.slice-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;clip-path:polygon(0 0,100% 0,100% 100%,0 100%);transition:clip-path .5s cubic-bezier(.8,0,.2,1)}.slice-img-top{width:100%;height:100%;object-fit:cover;transition:filter .4s ease}.slice-hover:hover .slice-img-top{filter:grayscale(0%) contrast(1.3) brightness(1.1)}.slice-hover:hover .slice-overlay{clip-path:polygon(100% 0,100% 0,0 100%,0 100%)}@keyframes edgy-shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px) rotate(-1deg)}20%,40%,60%,80%{transform:translate(4px) rotate(1deg)}}.edgy-tag{position:absolute;bottom:10px;right:10px;background:#ff2a2a;color:#fff;padding:3px 10px;font-size:1rem;transform:skew(-15deg);font-weight:700;box-shadow:3px 3px #000;z-index:5}.edgy-text-block{display:flex;flex-direction:column;gap:8px;align-items:center;flex-shrink:0}.edgy-line{height:6px;background:#333;border-radius:3px;position:relative;overflow:hidden}.edgy-line:after{content:"";position:absolute;top:0;left:0;bottom:0;width:30%;background:#555}.edgy-footer{display:none}@media(max-width:1024px){.edgy-container{height:auto;min-height:100vh;overflow-y:auto}.edgy-layout{grid-template-columns:1fr}.edgy-layout:after{display:none}.edgy-gallery-model,.edgy-gallery-illus{height:60vh}.edgy-gallery-side{flex-direction:row}}@media(max-width:600px){.edgy-gallery-side{flex-direction:column}}.admin-sider{background:#022c22!important;box-shadow:4px 0 10px #0000001a}.admin-logo-section{height:64px;display:flex;align-items:center;justify-content:center;padding:0 16px;background:#064e3b;margin-bottom:8px;transition:all .3s}.admin-logo-text{color:#fbbf24;font-family:Outfit,Inter,sans-serif;font-weight:800;font-size:20px;letter-spacing:2px;margin-left:10px;white-space:nowrap}.admin-menu{border-right:none!important;background:transparent!important}.admin-menu .ant-menu-item{margin:8px 12px!important;border-radius:8px!important;width:calc(100% - 24px)!important;color:#ffffffb3!important;transition:all .2s!important}.admin-menu .ant-menu-item-selected{background:#10b981!important;color:#fff!important;box-shadow:0 4px 12px #10b9814d}.admin-menu .ant-menu-item:hover{color:#fff!important;background:#ffffff1a!important}.admin-header{background:#fffc!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e2e8f0;padding:0 24px!important;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #00000005}.admin-user-profile{display:flex;align-items:center;gap:12px;cursor:pointer;padding:4px 12px;border-radius:30px;transition:background .3s}.admin-user-profile:hover{background:#f1f5f9}.admin-content{background:#f8fafc;padding:24px;min-height:calc(100vh - 134px)}.admin-footer{text-align:center;padding:24px;background:#f8fafc;color:#94a3b8;font-size:14px}.breadcrumb-container{margin-bottom:24px}.sun-editor{width:auto;height:auto;box-sizing:border-box;font-family:Helvetica Neue;border:1px solid #dadada;background-color:#fff;color:#000;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor *{box-sizing:border-box;-webkit-user-drag:none;overflow:visible}.sun-editor-common button,.sun-editor-common input,.sun-editor-common select,.sun-editor-common textarea{font-size:14px;line-height:1.5}.sun-editor-common blockquote,.sun-editor-common body,.sun-editor-common button,.sun-editor-common code,.sun-editor-common dd,.sun-editor-common div,.sun-editor-common dl,.sun-editor-common dt,.sun-editor-common fieldset,.sun-editor-common form,.sun-editor-common h1,.sun-editor-common h2,.sun-editor-common h3,.sun-editor-common h4,.sun-editor-common h5,.sun-editor-common h6,.sun-editor-common input,.sun-editor-common legend,.sun-editor-common li,.sun-editor-common ol,.sun-editor-common p,.sun-editor-common pre,.sun-editor-common select,.sun-editor-common td,.sun-editor-common textarea,.sun-editor-common th,.sun-editor-common ul{margin:0;padding:0;border:0}.sun-editor-common dl,.sun-editor-common li,.sun-editor-common menu,.sun-editor-common ol,.sun-editor-common ul{list-style:none!important}.sun-editor-common hr{margin:6px 0!important}.sun-editor textarea{resize:none;border:0;padding:0}.sun-editor button{border:0;background-color:transparent;touch-action:manipulation;cursor:pointer;outline:none}.sun-editor button,.sun-editor input,.sun-editor select,.sun-editor textarea{vertical-align:middle}.sun-editor button span{display:block;margin:0;padding:0}.sun-editor button .txt{display:block;margin-top:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sun-editor button *{pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor svg{fill:currentColor}.sun-editor .se-svg,.sun-editor button>svg{width:16px;height:16px;margin:auto;fill:currentColor;display:block;text-align:center;float:none}.sun-editor .close>svg,.sun-editor .se-dialog-close>svg{width:10px;height:10px}.sun-editor .se-btn-select>svg{float:right;width:10px;height:10px}.sun-editor .se-btn-list>.se-list-icon{display:inline-block;width:16px;height:16px;margin:-1px 10px 0 0;vertical-align:middle}.sun-editor .se-line-breaker>button>svg{width:24px;height:24px}.sun-editor button>i:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;font-size:15px;line-height:2}.sun-editor button>[class=se-icon-text]{font-size:20px;line-height:1}.sun-editor .se-arrow,.sun-editor .se-arrow:after{position:absolute;display:block;width:0;height:0;border:11px solid transparent}.sun-editor .se-arrow.se-arrow-up{top:-11px;left:20px;margin-left:-11px;border-top-width:0;border-bottom-color:#dadada}.sun-editor .se-arrow.se-arrow-up:after{top:1px;margin-left:-11px;content:" ";border-top-width:0;border-bottom-color:#fff}.sun-editor .se-toolbar .se-arrow.se-arrow-up:after{border-bottom-color:#fafafa}.sun-editor .se-arrow.se-arrow-down{top:0;left:0;margin-left:-11px;border-bottom-width:0;border-top-color:#dadada}.sun-editor .se-arrow.se-arrow-down:after{top:-12px;margin-left:-11px;content:" ";border-bottom-width:0;border-top-color:#fff}.sun-editor .se-toolbar .se-arrow.se-arrow-down:after{border-top-color:#fafafa}.sun-editor .se-container{position:relative;width:auto;height:auto}.sun-editor button{color:#000}.sun-editor .se-btn{float:left;width:34px;height:34px;border:0;border-radius:4px;margin:1px!important;padding:0;font-size:12px;line-height:27px}.sun-editor .se-btn:enabled:focus,.sun-editor .se-btn:enabled:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn-primary{color:#000;background-color:#c7deff;border:1px solid #80bdff;border-radius:4px}.sun-editor .se-btn-primary:focus,.sun-editor .se-btn-primary:hover{color:#000;background-color:#80bdff;border-color:#3f9dff;outline:0 none}.sun-editor .se-btn-primary:active{color:#fff;background-color:#3f9dff;border-color:#4592ff;-webkit-box-shadow:inset 0 3px 5px #4592ff;box-shadow:inset 0 3px 5px #4592ff}.sun-editor input,.sun-editor select,.sun-editor textarea{color:#000;border:1px solid #ccc;border-radius:4px}.sun-editor input:focus,.sun-editor select:focus,.sun-editor textarea:focus{border:1px solid #80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem #c7deff;box-shadow:0 0 0 .2rem #c7deff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor .se-btn:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-btn:enabled.active:focus,.sun-editor .se-btn:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.on:focus,.sun-editor .se-btn:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;-webkit-box-shadow:inset 0 3px 5px #b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-btn-list:disabled,.sun-editor .se-btn:disabled,.sun-editor button:disabled{cursor:not-allowed;background-color:inherit;color:#bdbdbd}.sun-editor .se-loading-box{position:absolute;display:none;width:100%;height:100%;top:0;left:0;background-color:#fff;opacity:.7;filter:alpha(opacity=70);z-index:2147483647}.sun-editor .se-loading-box .se-loading-effect{position:absolute;display:block;top:50%;left:50%;height:25px;width:25px;border-top:2px solid #07d;border-right:2px solid transparent;border-radius:50%;animation:spinner .8s linear infinite;margin:-25px 0 0 -25px}.sun-editor .se-line-breaker{position:absolute;display:none;width:100%;height:1px;cursor:text;border-top:1px solid #3288ff;z-index:7}.sun-editor .se-line-breaker>button.se-btn{position:relative;display:inline-block;width:30px;height:30px;top:-15px;float:none;left:-50%;background-color:#fff;border:1px solid #0c2240;opacity:.6;cursor:pointer}.sun-editor .se-line-breaker>button.se-btn:hover{opacity:.9;background-color:#fff;border-color:#041b39}.sun-editor .se-line-breaker-component{position:absolute;display:none;width:24px;height:24px;background-color:#fff;border:1px solid #0c2240;opacity:.6;border-radius:4px;cursor:pointer;z-index:7}.sun-editor .se-line-breaker-component:hover{opacity:.9}.sun-editor .se-toolbar{display:block;position:relative;height:auto;width:100%;overflow:visible;padding:0;margin:0;background-color:#fafafa;outline:1px solid #dadada;z-index:5}.sun-editor .se-toolbar-shadow{display:block!important;height:0!important;padding:0!important;margin:0!important;background-color:transparent!important;outline:none!important;border:none!important;z-index:0!important}.sun-editor .se-toolbar-cover{position:absolute;display:none;font-size:36px;width:100%;height:100%;top:0;left:0;background-color:#fefefe;opacity:.5;filter:alpha(opacity=50);cursor:not-allowed;z-index:4}.sun-editor .se-toolbar-separator-vertical{display:inline-block;height:0;width:0;margin:0;vertical-align:top}.sun-editor .se-toolbar.se-toolbar-balloon,.sun-editor .se-toolbar.se-toolbar-inline{display:none;position:absolute;box-shadow:0 3px 9px #00000080;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5)}.sun-editor .se-toolbar.se-toolbar-balloon{z-index:2147483647;width:auto}.sun-editor .se-toolbar.se-toolbar-sticky{position:fixed;top:0}.sun-editor .se-toolbar-sticky-dummy{display:none;position:static;z-index:-1}.sun-editor .se-btn-module{display:inline-block}.sun-editor .se-btn-module-border{border:1px solid #dadada;border-radius:4px;margin-left:1px;margin-right:1px}.sun-editor .se-btn-module-enter{display:block;width:100%;height:0;margin:0;padding:0;background-color:transparent}.sun-editor .se-toolbar-more-layer{margin:0 -3px;background-color:#fafafa}.sun-editor .se-toolbar-more-layer .se-more-layer{display:none;border-top:1px solid #dadada}.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form{display:inline-block;width:100%;height:auto;padding:4px 3px 0}.sun-editor .se-btn-module .se-btn-more.se-btn-more-text{width:auto;padding:0 4px}.sun-editor .se-btn-module .se-btn-more:focus,.sun-editor .se-btn-module .se-btn-more:hover{color:#000;background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on{color:#333;background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on:hover{color:#000;background-color:#c1c1c1;border-color:#b1b1b1;outline:0 none}.sun-editor .se-menu-list,.sun-editor .se-menu-list li{float:left;padding:0;margin:0}.sun-editor .se-menu-list li{position:relative}.sun-editor .se-btn-select{width:auto;display:flex;padding:4px 6px}.sun-editor .se-btn-select .txt{flex:auto;text-align:left}.sun-editor .se-btn-select.se-btn-tool-font{width:100px}.sun-editor .se-btn-select.se-btn-tool-format{width:82px}.sun-editor .se-btn-select.se-btn-tool-size{width:78px}.sun-editor .se-btn-tray{position:relative;width:100%;height:auto;padding:4px 3px 0;margin:0}.sun-editor .se-menu-tray{position:absolute;top:0;left:0;width:100%;height:0}.sun-editor .se-submenu{overflow-x:hidden;overflow-y:auto}.sun-editor .se-menu-container{overflow-x:unset;overflow-y:unset}.sun-editor .se-list-layer{display:none;position:absolute;top:0;left:0;height:auto;z-index:5;border:1px solid #bababa;border-radius:4px;padding:6px 0;background-color:#fff;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080;outline:0 none}.sun-editor .se-list-layer .se-list-inner{padding:0;margin:0;overflow-x:initial;overflow-y:initial;overflow:visible}.sun-editor .se-list-layer button{margin:0;width:100%}.sun-editor .se-list-inner ul{width:100%;padding:0}.sun-editor .se-list-inner li>button{min-width:100%;width:max-content}.sun-editor .se-list-inner .se-list-basic li{width:100%}.sun-editor .se-list-inner .se-list-basic li button.active{background-color:#80bdff;border:1px solid #3f9dff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:hover{background-color:#3f9dff;border:1px solid #4592ff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:active{background-color:#4592ff;border:1px solid #407dd1;border-left:0;border-right:0;-webkit-box-shadow:inset 0 3px 5px #407dd1;box-shadow:inset 0 3px 5px #407dd1}.sun-editor .se-list-inner .se-list-checked li button>.se-svg{float:left;padding:6px 6px 0 0}.sun-editor .se-list-inner .se-list-checked li button>.se-svg>svg{display:none}.sun-editor .se-list-inner .se-list-checked li button.se-checked{color:#4592ff}.sun-editor .se-list-inner .se-list-checked li button.se-checked>.se-svg>svg{display:block}.sun-editor .se-btn-list{width:100%;height:auto;min-height:32px;padding:0 14px;cursor:pointer;font-size:12px;line-height:normal;text-indent:0;text-decoration:none;text-align:left}.sun-editor .se-btn-list.default_value{background-color:#f3f3f3;border-top:1px dotted #b1b1b1;border-bottom:1px dotted #b1b1b1}.sun-editor .se-btn-list:focus,.sun-editor .se-btn-list:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn-list:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-list-layer.se-list-font-size{min-width:140px;max-height:300px}.sun-editor .se-list-layer.se-list-font-family{min-width:156px}.sun-editor .se-list-layer.se-list-font-family .default{border-bottom:1px solid #ccc}.sun-editor .se-list-layer.se-list-line{width:125px}.sun-editor .se-list-layer.se-list-line hr{border-width:1px 0 0;height:1px}.sun-editor .se-list-layer.se-list-align .se-list-inner{left:9px}.sun-editor .se-list-layer.se-list-format{min-width:156px}.sun-editor .se-list-layer.se-list-format li{padding:0;width:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list{line-height:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h1]{height:40px}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h2]{height:34px}.sun-editor .se-list-layer.se-list-format ul p{font-size:13px}.sun-editor .se-list-layer.se-list-format ul div{font-size:13px;padding:4px 2px}.sun-editor .se-list-layer.se-list-format ul h1{font-size:2em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h2{font-size:1.5em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h3{font-size:1.17em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h4{font-size:1em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h5{font-size:.83em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h6{font-size:.67em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul blockquote{font-size:13px;color:#999;height:22px;margin:0;background-color:transparent;line-height:1.5;border-color:#b1b1b1;padding:0 0 0 7px;border-left:5px #b1b1b1;border-style:solid}.sun-editor .se-list-layer.se-list-format ul pre{font-size:13px;color:#666;padding:4px 11px;margin:0;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:4px}.sun-editor .se-selector-table{display:none;position:absolute;top:34px;left:1px;z-index:5;padding:5px 0;float:left;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px #0000002d}.sun-editor .se-selector-table .se-table-size{font-size:18px;padding:0 5px}.sun-editor .se-selector-table .se-table-size-picker{position:absolute!important;z-index:3;font-size:18px;width:10em;height:10em;cursor:pointer}.sun-editor .se-selector-table .se-table-size-highlighted{position:absolute!important;z-index:2;font-size:18px;width:1em;height:1em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==) repeat}.sun-editor .se-selector-table .se-table-size-unhighlighted{position:relative!important;z-index:1;font-size:18px;width:10em;height:10em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat}.sun-editor .se-selector-table .se-table-size-display{padding-left:5px}.sun-editor .se-list-layer.se-table-split{top:36px}.sun-editor .se-list-layer .se-selector-color{display:flex;width:max-content;max-width:270px;height:auto;padding:0;margin:auto}.sun-editor .se-list-layer .se-selector-color .se-color-pallet{width:100%;height:100%;padding:0}.sun-editor .se-list-layer .se-selector-color .se-color-pallet li{display:flex;float:left;position:relative;margin:0}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button{display:block;cursor:default;width:30px;height:30px;text-indent:-9999px}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover{border:3px solid #fff}.sun-editor .se-form-group{display:flex;width:100%;min-height:40px;height:auto;padding:4px}.sun-editor .se-form-group input{flex:auto;display:inline-block;width:auto;height:33px;font-size:12px;margin:1px 0;padding:0;border-radius:.25rem;border:1px solid #ccc}.sun-editor .se-form-group button,.sun-editor .se-submenu-form-group button{float:right;width:34px;height:34px;margin:0 2px!important}.sun-editor .se-form-group button.se-btn{border:1px solid #ccc}.sun-editor .se-form-group>div{position:relative}.sun-editor .se-form-group label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.sun-editor .se-form-group-label{width:100%;height:auto;padding:0 4px}.sun-editor .se-form-group-label label{font-size:13px;font-weight:700}.sun-editor .se-submenu .se-form-group input{width:auto;height:33px;color:#555}.sun-editor .se-submenu .se-form-group .se-color-input{width:72px;text-transform:uppercase;border:none;border-bottom:2px solid #b1b1b1;outline:none}.sun-editor .se-submenu .se-form-group .se-color-input:focus{border-bottom:3px solid #b1b1b1}.sun-editor .se-wrapper{position:relative!important;width:100%;height:auto;overflow:hidden;z-index:1}.sun-editor .se-wrapper .se-wrapper-inner{width:100%;height:100%;min-height:65px;overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.sun-editor .se-wrapper .se-wrapper-inner:focus{outline:none}.sun-editor .se-wrapper .se-wrapper-code{background-color:#191919;color:#fff;font-size:13px;word-break:break-all;padding:4px;margin:0;resize:none!important}.sun-editor .se-wrapper .se-wrapper-wysiwyg{display:block}.sun-editor .se-wrapper .se-wrapper-code-mirror{font-size:13px}.sun-editor .se-wrapper .se-placeholder{position:absolute;display:none;white-space:nowrap;text-overflow:ellipsis;z-index:1;color:#b1b1b1;font-size:13px;line-height:1.5;top:0;left:0;right:0;overflow:hidden;margin-top:0;padding-top:16px;padding-left:16px;margin-left:0;padding-right:16px;margin-right:0;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor .se-resizing-bar{display:flex;width:auto;height:auto;min-height:16px;border-top:1px solid #dadada;padding:0 4px;background-color:#fafafa;cursor:ns-resize}.sun-editor .se-resizing-bar.se-resizing-none{cursor:default}.sun-editor .se-resizing-back{position:absolute;display:none;cursor:default;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-resizing-bar .se-navigation{flex:auto;position:relative;width:auto;height:auto;color:#666;margin:0;padding:0;font-size:10px;line-height:1.5;background:transparent}.sun-editor .se-resizing-bar .se-char-counter-wrapper{flex:none;position:relative;display:block;width:auto;height:auto;margin:0;padding:0;color:#999;font-size:13px;background:transparent}.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink{color:#b94a48;animation:blinker .2s linear infinite}.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label{margin-right:4px}.sun-editor .se-dialog{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-dialog button,.sun-editor .se-dialog input,.sun-editor .se-dialog label{font-size:14px;line-height:1.5;color:#111;margin:0}.sun-editor .se-dialog .se-dialog-back{background-color:#222;opacity:.5}.sun-editor .se-dialog .se-dialog-back,.sun-editor .se-dialog .se-dialog-inner{position:absolute;width:100%;height:100%;top:0;left:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{position:relative;width:auto;max-width:500px;margin:1.75rem auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080}@media screen and (max-width:509px){.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{width:100%}}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary{display:inline-block;padding:6px 12px;margin:0 0 10px!important;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;border-radius:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header{height:50px;padding:6px 15px;border-bottom:1px solid #e5e5e5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:right;font-weight:700;text-shadow:0 1px 0 #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:left;font-size:14px;font-weight:700;margin:0;padding:0;line-height:2.5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-body{position:relative;padding:15px 15px 5px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form{margin-bottom:10px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer{margin-top:10px;margin-bottom:0}.sun-editor .se-dialog .se-dialog-inner input:disabled{background-color:#f3f3f3}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text{width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h,.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w{width:70px;text-align:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x{margin:0 8px;width:25px;text-align:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer{height:auto;min-height:55px;padding:10px 15px 0;text-align:right;border-top:1px solid #e5e5e5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div{float:left}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 5px 0 0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio{margin-left:12px;margin-right:6px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check{margin-left:12px;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check{margin-left:0;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-right:16px;margin-left:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files{position:relative;display:flex;align-items:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files>input{flex:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button{flex:auto;opacity:.8;border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button.se-file-remove>svg{width:8px;height:8px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:hover{background-color:#f0f0f0;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:active{background-color:#e9e9e9;-webkit-box-shadow:inset 0 3px 5px #d6d6d6;box-shadow:inset 0 3px 5px #d6d6d6}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select{display:inline-block;width:auto;height:34px;font-size:14px;text-align:center;line-height:1.42857143}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control{display:inline-block;width:70px;height:34px;font-size:14px;text-align:center;line-height:1.42857143}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form{display:block;width:100%;height:34px;font-size:14px;line-height:1.42857143;padding:0 4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url:disabled{text-decoration:line-through;color:#999}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{width:70px;margin-left:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form a{color:#004cff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert{border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-dialog-tabs{width:100%;height:25px;border-bottom:1px solid #e5e5e5}.sun-editor .se-dialog-tabs button{background-color:#e5e5e5;border-right:1px solid #e5e5e5;float:left;outline:none;padding:2px 13px;transition:.3s}.sun-editor .se-dialog-tabs button:hover{background-color:#fff}.sun-editor .se-dialog-tabs button.active{background-color:#fff;border-bottom:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-math-exp{resize:vertical;height:14em;border:1px solid #ccc;font-size:13px;padding:4px;direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size{width:6em;height:28px;margin-left:1em}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview{font-size:13px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span{display:inline-block;-webkit-box-shadow:0 0 0 .1rem #c7deff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span *{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error{color:#b94a48;-webkit-box-shadow:0 0 0 .1rem #f2dede;box-shadow:0 0 0 .1rem #f2dede}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error svg{width:auto;height:30px;color:#b94a48}.sun-editor .se-dialog .se-dialog-inner .se-link-preview{display:block;height:auto;max-height:18px;font-size:13px;font-weight:400;font-family:inherit;color:#666;background-color:transparent;overflow:hidden;text-overflow:ellipsis;word-break:break-all;white-space:pre}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form{width:100%;display:flex;margin-top:4px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon{flex:unset;display:none;line-height:1.5;color:#4592ff}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-link-preview{flex:auto;margin:0}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel{height:34px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn{width:46px;color:#3f9dff}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper{display:flex;line-height:1.5;padding-top:6px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview{text-align:left}.sun-editor .se-controller .se-arrow.se-arrow-up{border-bottom-color:#00000040}.sun-editor .se-controller{position:absolute;display:none;overflow:visible;z-index:6;border:1px solid rgba(0,0,0,.25);border-radius:4px;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px #0003;line-break:auto}.sun-editor .se-controller .se-btn-group{position:relative;display:flex;vertical-align:middle;padding:2px;top:0;left:0}.sun-editor .se-controller .se-btn-group .se-btn-group-sub{left:50%;min-width:auto;width:max-content;display:none}.sun-editor .se-controller .se-btn-group .se-btn-group-sub button{margin:0;min-width:72px}.sun-editor .se-controller .se-btn-group button{position:relative;min-height:34px;height:auto;border:none;border-radius:4px;margin:1px;padding:5px 10px;font-size:12px;line-height:1.5;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation}.sun-editor .se-controller .se-btn-group button:focus:enabled,.sun-editor .se-controller .se-btn-group button:hover:enabled{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:active:enabled{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button span{display:block;padding:0;margin:0}.sun-editor .se-controller .se-btn-group button:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:focus,.sun-editor .se-controller .se-btn-group button:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:focus,.sun-editor .se-controller .se-btn-group button:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;-webkit-box-shadow:inset 0 3px 5px #b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-controller .se-form-group input{min-width:120px}.sun-editor .se-controller-resizing{margin-top:-50px!important;padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143}.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list{width:74px}.sun-editor .se-resizing-container{position:absolute;display:none;outline:1px solid #3f9dff;background-color:transparent}.sun-editor .se-resizing-container .se-modal-resize{position:absolute;display:inline-block;background-color:#3f9dff;opacity:.3}.sun-editor .se-resizing-container .se-resize-dot{position:absolute;top:0;left:0;width:100%;height:100%}.sun-editor .se-resizing-container .se-resize-dot>span{position:absolute;width:7px;height:7px;background-color:#3f9dff;border:1px solid #4592ff}.sun-editor .se-resizing-container .se-resize-dot>span.tl{top:-5px;left:-5px;cursor:nw-resize}.sun-editor .se-resizing-container .se-resize-dot>span.tr{top:-5px;right:-5px;cursor:ne-resize}.sun-editor .se-resizing-container .se-resize-dot>span.bl{bottom:-5px;left:-5px;cursor:sw-resize}.sun-editor .se-resizing-container .se-resize-dot>span.br{right:-5px;bottom:-5px;cursor:se-resize}.sun-editor .se-resizing-container .se-resize-dot>span.lw{left:-7px;bottom:50%;cursor:w-resize}.sun-editor .se-resizing-container .se-resize-dot>span.th{left:50%;top:-7px;cursor:n-resize}.sun-editor .se-resizing-container .se-resize-dot>span.rw{right:-7px;bottom:50%;cursor:e-resize}.sun-editor .se-resizing-container .se-resize-dot>span.bh{right:50%;bottom:-7px;cursor:s-resize}.sun-editor .se-resizing-container .se-resize-display{position:absolute;right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:#fff;background-color:#333;border-radius:4px}.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{width:auto}.sun-editor .se-controller-link,.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143}.sun-editor .se-controller-link:after,.sun-editor .se-controller-link:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sun-editor .se-controller-link .link-content{padding:0;margin:0}.sun-editor .se-controller-link .link-content a{display:inline-block;color:#4592ff;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;margin-left:5px}.sun-editor .se-select-list{position:absolute;top:0;left:0;display:none;width:auto;max-width:100%;background-color:#fff;padding:0;margin:0;border:1px solid #bababa;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080;outline:0 none}.sun-editor .se-select-list .se-select-item{line-height:28px;min-height:28px;font-size:13px;padding:0 5px;margin:2px 0;cursor:pointer}.sun-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover,.sun-editor .se-select-list:not(.__se_select-menu-mouse-move) .se-select-item.active{background-color:#e1e1e1}.sun-editor .se-dialog-form-files .se-select-list{width:100%}.sun-editor .se-file-browser{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-file-browser button,.sun-editor .se-file-browser input,.sun-editor .se-file-browser label{font-size:14px;line-height:1.5;color:#111;margin:0}.sun-editor .se-file-browser .se-file-browser-back{background-color:#222;opacity:.5}.sun-editor .se-file-browser .se-file-browser-back,.sun-editor .se-file-browser .se-file-browser-inner{position:absolute;display:block;width:100%;height:100%;top:0;left:0}.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{position:relative;width:960px;max-width:100%;margin:20px auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080}.sun-editor .se-file-browser .se-file-browser-header{height:auto;min-height:50px;padding:6px 15px;border-bottom:1px solid #e5e5e5}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close{float:right;font-weight:700;text-shadow:0 1px 0 #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close>svg{width:12px;height:12px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title{font-size:16px;font-weight:700;margin:0;padding:0;line-height:2.2}.sun-editor .se-file-browser .se-file-browser-tags{display:block;width:100%;padding:0;text-align:left;margin:0 -15px}.sun-editor .se-file-browser .se-file-browser-tags a{display:inline-block;background-color:#f5f5f5;padding:6px 12px;margin:8px 0 8px 8px;color:#333;text-decoration:none;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;cursor:pointer}.sun-editor .se-file-browser .se-file-browser-tags a:hover{background-color:#e1e1e1}.sun-editor .se-file-browser .se-file-browser-tags a:active{background-color:#d1d1d1}.sun-editor .se-file-browser .se-file-browser-tags a.on{background-color:#ebf3fe;color:#4592ff}.sun-editor .se-file-browser .se-file-browser-tags a.on:hover{background-color:#d8e8fe}.sun-editor .se-file-browser .se-file-browser-tags a.on:active{background-color:#c7deff}.sun-editor .se-file-browser .se-file-browser-body{position:relative;height:auto;min-height:350px;padding:20px;overflow-y:auto}.sun-editor .se-file-browser .se-file-browser-body .se-file-browser-list{position:relative;width:100%}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:748px}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:600px}}.sun-editor .se-file-browser .se-file-browser-list .se-file-item-column{position:relative;display:block;height:auto;float:left}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(25% - 20px);margin:0 10px}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(33% - 20px)}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(50% - 20px)}}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img{position:relative;display:block;cursor:pointer;width:100%;height:auto;border-radius:4px;outline:0;margin:10px 0}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover{opacity:.8;-webkit-box-shadow:0 0 0 .2rem #3288ff;box-shadow:0 0 0 .2rem #3288ff}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>img{position:relative;display:block;width:100%;border-radius:4px;outline:0;height:auto}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name{position:absolute;z-index:1;font-size:13px;color:#fff;left:0;bottom:0;padding:5px 10px;background-color:transparent;width:100%;height:30px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;pointer-events:none}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name.se-file-name-back{background-color:#333;opacity:.6;pointer-events:none}.sun-editor .se-notice{position:absolute;top:0;display:none;z-index:7;width:100%;height:auto;word-break:break-all;font-size:13px;color:#b94a48;background-color:#f2dede;padding:15px;margin:0;border:1px solid #eed3d7;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.sun-editor .se-notice button{float:right;padding:7px}.sun-editor .se-tooltip{position:relative;overflow:visible}.sun-editor .se-tooltip .se-tooltip-inner{visibility:hidden;position:absolute;display:block;width:auto;height:auto;top:120%;left:50%;background:transparent;opacity:0;z-index:1;line-height:1.5;transition:opacity .5s;margin:0;padding:0;bottom:auto;float:none;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text{position:relative;display:inline-block;width:auto;height:auto;left:-50%;font-size:.9em;margin:0;padding:4px 6px;border-radius:2px;background-color:#333;color:#fff;text-align:center;line-height:unset;white-space:nowrap;cursor:auto}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-bottom-color:#333}.sun-editor .se-tooltip:hover .se-tooltip-inner{visibility:visible;opacity:1}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{display:block!important}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut>.se-shortcut-key{display:inline;font-weight:700}.sun-editor.se-rtl .se-btn-tray{direction:rtl}.sun-editor.se-rtl .se-btn-select svg{margin:auto 1px}.sun-editor.se-rtl .se-btn-select .txt{flex:auto;text-align:right;direction:rtl}.sun-editor.se-rtl .se-btn-list{text-align:right}.sun-editor.se-rtl .se-btn-list>.se-list-icon{margin:-1px 0 0 10px}.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix),.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) li{float:right}.sun-editor.se-rtl .se-list-layer *{direction:rtl}.sun-editor.se-rtl .se-list-layer.se-list-format ul blockquote{padding:0 7px 0 0;border-right-width:5px;border-left-width:0}.sun-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li{float:right}.sun-editor.se-rtl .se-list-inner .se-list-checked li button>.se-svg{float:right;padding:6px 0 0 6px}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text,.sun-editor.se-rtl .se-wrapper .se-placeholder{direction:rtl}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{direction:ltr}.sun-editor.se-rtl .se-dialog *{direction:rtl}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{margin-left:0;margin-right:4px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:left}.sun-editor.se-rtl .se-dialog-tabs button,.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text{padding-right:34px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer .se-btn-primary{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 0 0 5px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:16px;margin-right:0}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview{margin-left:4px;text-align:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn{float:right}.sun-editor.se-rtl .se-file-browser *{direction:rtl}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags{text-align:right}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags a{margin:8px 8px 0}.sun-editor.se-rtl .se-file-browser .se-file-browser-header .se-file-browser-close{float:left}.sun-editor.se-rtl .se-controller .se-btn-group,.sun-editor.se-rtl .se-resizing-container .se-resize-display{direction:rtl}.sun-editor .se-btn-module-border.module-float-left{float:left}.sun-editor .se-btn-module-border.module-float-right{float:right}.sun-editor .se-error{color:#d9534f}.sun-editor input.se-error:focus,select.se-error:focus,textarea.se-error:focus{border:1px solid #f2dede;outline:0;-webkit-box-shadow:0 0 0 .2rem #eed3d7;box-shadow:0 0 0 .2rem #eed3d7;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor hr.__se__solid{border-style:solid none none}.sun-editor hr.__se__dotted{border-style:dotted none none}.sun-editor hr.__se__dashed{border-style:dashed none none}@keyframes blinker{50%{opacity:0}}@keyframes spinner{to{transform:rotate(361deg)}}.sun-editor-editable{font-family:Helvetica Neue;font-size:13px;color:#333;background-color:#fff;line-height:1.5;word-break:normal;word-wrap:break-word;padding:16px;margin:0}.sun-editor-editable *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:inherit;font-size:inherit;color:inherit}.sun-editor-editable.se-rtl *{direction:rtl}.sun-editor-editable .se-component>figure{direction:ltr}.sun-editor-editable audio,.sun-editor-editable figcaption,.sun-editor-editable figure,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable td,.sun-editor-editable th,.sun-editor-editable video{position:relative}.sun-editor-editable span{display:inline;vertical-align:baseline;margin:0;padding:0}.sun-editor-editable span.katex{display:inline-block}.sun-editor-editable span.katex *{direction:ltr}.sun-editor-editable a{color:#004cff;text-decoration:none}.sun-editor-editable span[style~="color:"] a{color:inherit}.sun-editor-editable a:focus,.sun-editor-editable a:hover{cursor:pointer;color:#0093ff;text-decoration:underline}.sun-editor-editable a.on{color:#0093ff;background-color:#e8f7ff}.sun-editor-editable pre{display:block;padding:8px;margin:0 0 10px;font-family:monospace;color:#666;line-height:1.45;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:2px;white-space:pre-wrap!important;word-wrap:break-word;overflow:visible}.sun-editor-editable ol{list-style-type:decimal}.sun-editor-editable ol,.sun-editor-editable ul{list-style-position:outside;display:block;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding-inline-start:40px}.sun-editor-editable ul{list-style-type:disc}.sun-editor-editable li{display:list-item;text-align:-webkit-match-parent;margin-bottom:5px}.sun-editor-editable ol ol,.sun-editor-editable ol ul,.sun-editor-editable ul ol,.sun-editor-editable ul ul{margin:0}.sun-editor-editable ol ol,.sun-editor-editable ul ol{list-style-type:lower-alpha}.sun-editor-editable ol ol ol,.sun-editor-editable ul ol ol,.sun-editor-editable ul ul ol{list-style-type:upper-roman}.sun-editor-editable ol ul,.sun-editor-editable ul ul{list-style-type:circle}.sun-editor-editable ol ol ul,.sun-editor-editable ol ul ul,.sun-editor-editable ul ul ul{list-style-type:square}.sun-editor-editable sub,.sun-editor-editable sup{font-size:75%;line-height:0}.sun-editor-editable sub{vertical-align:sub}.sun-editor-editable sup{vertical-align:super}.sun-editor-editable p{display:block;margin:0 0 10px}.sun-editor-editable div{display:block;margin:0;padding:0}.sun-editor-editable blockquote{display:block;font-family:inherit;font-size:inherit;color:#999;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding:0 5px 0 20px;border:solid #b1b1b1;border-width:0 0 0 5px}.sun-editor-editable blockquote blockquote{border-color:#c1c1c1}.sun-editor-editable blockquote blockquote blockquote{border-color:#d1d1d1}.sun-editor-editable blockquote blockquote blockquote blockquote{border-color:#e1e1e1}.sun-editor-editable.se-rtl blockquote{padding-left:5px;padding-right:20px;border-left-width:0;border-right-width:5px}.sun-editor-editable h1{font-size:2em;margin-block-start:.67em;margin-block-end:.67em}.sun-editor-editable h1,.sun-editor-editable h2{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h2{font-size:1.5em;margin-block-start:.83em;margin-block-end:.83em}.sun-editor-editable h3{font-size:1.17em;margin-block-start:1em;margin-block-end:1em}.sun-editor-editable h3,.sun-editor-editable h4{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h4{font-size:1em;margin-block-start:1.33em;margin-block-end:1.33em}.sun-editor-editable h5{font-size:.83em;margin-block-start:1.67em;margin-block-end:1.67em}.sun-editor-editable h5,.sun-editor-editable h6{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h6{font-size:.67em;margin-block-start:2.33em;margin-block-end:2.33em}.sun-editor-editable hr{display:flex;border-width:1px 0 0;border-color:#000;border-image:initial;height:1px}.sun-editor-editable hr.__se__solid{border-style:solid none none}.sun-editor-editable hr.__se__dotted{border-style:dotted none none}.sun-editor-editable hr.__se__dashed{border-style:dashed none none}.sun-editor-editable hr.on{border-color:#4592ff;-webkit-box-shadow:0 0 0 .1rem #c7deff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor-editable table{display:table;table-layout:auto!important;border:1px solid #ccc;width:100%;max-width:100%;margin:0 0 10px;background-color:transparent;border-spacing:0;border-collapse:collapse}.sun-editor-editable.se-rtl table{margin:0 0 10px auto}.sun-editor-editable table thead{border-bottom:2px solid #333}.sun-editor-editable table tr{border:1px solid #efefef}.sun-editor-editable table th{background-color:#f3f3f3}.sun-editor-editable table td,.sun-editor-editable table th{border:1px solid #e1e1e1;padding:.4em;background-clip:padding-box}.sun-editor-editable table.se-table-size-auto{width:auto!important}.sun-editor-editable table.se-table-size-100{width:100%!important}.sun-editor-editable table.se-table-layout-auto{table-layout:auto!important}.sun-editor-editable table.se-table-layout-fixed{table-layout:fixed!important}.sun-editor-editable table td.se-table-selected-cell,.sun-editor-editable table th.se-table-selected-cell{outline:1px double #4592ff}.sun-editor-editable.se-disabled *{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor-editable .se-component{display:flex;padding:1px;margin:0 0 10px}.sun-editor-editable[contenteditable=true] .se-component{outline:1px dashed #e1e1e1}.sun-editor-editable[contenteditable=true] .se-component.se-component-copy{-webkit-box-shadow:0 0 0 .2rem #80bdff;box-shadow:0 0 0 .2rem #3f9dff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor-editable .__se__float-left{float:left;margin-right:4px}.sun-editor-editable .__se__float-right{float:right;margin-left:4px}.sun-editor-editable .__se__float-center{float:center}.sun-editor-editable .__se__float-none{float:none}.sun-editor-editable audio,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable video{display:block;margin:0;padding:0;width:auto;height:auto;max-width:100%}.sun-editor-editable[contenteditable=true]:not(.se-read-only) figure:after{position:absolute;content:"";z-index:1;top:0;left:0;right:0;bottom:0;cursor:default;display:block;background:transparent}.sun-editor-editable[contenteditable=true] figure a,.sun-editor-editable[contenteditable=true] figure iframe,.sun-editor-editable[contenteditable=true] figure img,.sun-editor-editable[contenteditable=true] figure video{z-index:0}.sun-editor-editable[contenteditable=true] figure figcaption{display:block;z-index:2}.sun-editor-editable[contenteditable=true] figure figcaption:focus{border-color:#80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem #c7deff;box-shadow:0 0 0 .2rem #c7deff}.sun-editor-editable .se-image-container,.sun-editor-editable .se-video-container{width:auto;height:auto;max-width:100%}.sun-editor-editable figure{display:block;outline:none;padding:0;margin:0}.sun-editor-editable .__se__float-center figure,.sun-editor-editable .__se__float-left figure,.sun-editor-editable .__se__float-right figure{margin:auto!important}.sun-editor-editable figure figcaption{padding:1em .5em;margin:0;background-color:#f9f9f9;outline:none}.sun-editor-editable figure figcaption p{line-height:2;margin:0}.sun-editor-editable .se-image-container a img{padding:1px;margin:1px;outline:1px solid #4592ff}.sun-editor-editable .se-video-container iframe,.sun-editor-editable .se-video-container video{outline:1px solid #9e9e9e;position:absolute;top:0;left:0;border:0;width:100%;height:100%}.sun-editor-editable .se-video-container figure{left:0;width:100%;max-width:100%}.sun-editor-editable audio{width:300px;height:54px}.sun-editor-editable audio.active{outline:2px solid #80bdff}.sun-editor-editable.se-show-block div,.sun-editor-editable.se-show-block h1,.sun-editor-editable.se-show-block h2,.sun-editor-editable.se-show-block h3,.sun-editor-editable.se-show-block h4,.sun-editor-editable.se-show-block h5,.sun-editor-editable.se-show-block h6,.sun-editor-editable.se-show-block li,.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block p,.sun-editor-editable.se-show-block pre,.sun-editor-editable.se-show-block ul{border:1px dashed #3f9dff!important;padding:14px 8px 8px!important}.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block ul{border:1px dashed #d539ff!important}.sun-editor-editable.se-show-block pre{border:1px dashed #27c022!important}.se-show-block p{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPAQMAAAAF7dc0AAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAaSURBVAjXY/j/gwGCPvxg+F4BQiAGDP1HQQByxxw0gqOzIwAAAABJRU5ErkJggg==) no-repeat}.se-show-block div{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPAQMAAAAxlBYoAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j//wcDDH+8XsHwDYi/hwNx1A8w/nYLKH4XoQYJAwCXnSgcl2MOPgAAAABJRU5ErkJggg==) no-repeat}.se-show-block h1{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAfSURBVAjXY/j/v4EBhr+9B+LzEPrDeygfhI8j1CBhAEhmJGY4Rf6uAAAAAElFTkSuQmCC) no-repeat}.se-show-block h2{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j/v4EBhr+dB+LtQPy9geEDEH97D8T3gbgdoQYJAwA51iPuD2haEAAAAABJRU5ErkJggg==) no-repeat}.se-show-block h3{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQPy9geHDeQgN5p9HqEHCADeWI+69VG2MAAAAAElFTkSuQmCC) no-repeat}.se-show-block h4{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPAQMAAADTSA1RAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j//wADDH97DsTXIfjDdiDdDMTfIRhZHRQDAKJOJ6L+K3y7AAAAAElFTkSuQmCC) no-repeat}.se-show-block h5{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAlSURBVAjXY/j/v4EBhr+1A/F+IO5vYPiwHUh/B2IQfR6hBgkDABlWIy5uM+9GAAAAAElFTkSuQmCC) no-repeat}.se-show-block h6{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQLy/geFDP5S9HSKOrA6KAR9GIza1ptJnAAAAAElFTkSuQmCC) no-repeat}.se-show-block li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVDhPYxgFcNDQ0PAfykQBIHEYhgoRB/BpwCfHBKWpBkaggYxQGgOgBzyQD1aLLA4TGwWDGjAwAACR3RcEU9Ui+wAAAABJRU5ErkJggg==) no-repeat}.se-show-block ol{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVDhPYxgFcNDQ0PAfhKFcFIBLHCdA1oBNM0kGEmMAPgOZoDTVANUNxAqQvURMECADRiiNAWCagDSGGhyW4DRrMAEGBgAu0SX6WpGgjAAAAABJRU5ErkJggg==) no-repeat}.se-show-block ul{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA1SURBVDhPYxgFDA0NDf+hTBSALI5LDQgwQWmqgVEDKQcsUBoF4ItFGEBXA+QzQpmDGjAwAAA8DQ4Lni6gdAAAAABJRU5ErkJggg==) no-repeat}.sun-editor-editable .__se__p-bordered,.sun-editor .__se__p-bordered{border-top:1px solid #b1b1b1;border-bottom:1px solid #b1b1b1;padding:4px 0}.sun-editor-editable .__se__p-spaced,.sun-editor .__se__p-spaced{letter-spacing:1px}.sun-editor-editable .__se__p-neon,.sun-editor .__se__p-neon{font-weight:200;font-style:italic;background:#000;color:#fff;padding:6px 4px;border:2px solid #fff;border-radius:6px;text-transform:uppercase;animation:neonFlicker 1.5s infinite alternate}@keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 2px #f40,0 0 4px #f40,0 0 6px #f40,0 0 8px #f40,0 0 10px #f40;box-shadow:0 0 .5px #fff,inset 0 0 .5px #fff,0 0 2px #08f,inset 0 0 2px #08f,0 0 4px #08f,inset 0 0 4px #08f}20%,24%,55%{text-shadow:none;box-shadow:none}}.sun-editor-editable .__se__t-shadow,.sun-editor .__se__t-shadow{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 .2rem #999,0 0 .4rem #888,0 0 .6rem #777,0 0 .8rem #666,0 0 1rem #555}.sun-editor-editable .__se__t-code,.sun-editor .__se__t-code{font-family:monospace;color:#666;background-color:#1b1f230d;border-radius:6px;padding:.2em .4em}.loading-screen{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0a0a0a;z-index:10000;display:flex;justify-content:center;align-items:center;color:#fff;overflow:hidden;background-image:radial-gradient(circle at 50% 50%,rgba(255,42,42,.05) 0%,transparent 60%),linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:100% 100%,40px 40px,40px 40px}.loading-content{display:flex;flex-direction:column;align-items:center;text-align:center;z-index:10}.loading-logo{position:relative;width:120px;height:120px;margin-bottom:2rem;display:flex;justify-content:center;align-items:center}.loading-circle{width:100px;height:100px;border:2px solid rgba(255,42,42,.6);border-radius:50%;display:flex;justify-content:center;align-items:center;background:radial-gradient(circle,rgba(255,42,42,.1) 0%,transparent 70%)}.loading-kanji{font-size:3rem;color:#ff2a2a;font-weight:900;text-shadow:0 0 10px rgba(255,42,42,.5);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.loading-text-wrap{display:flex;flex-direction:column;gap:.5rem}.loading-title{font-size:1.2rem;letter-spacing:.5rem;color:#555;margin:0;font-weight:700}.loading-status{display:flex;align-items:center;gap:1rem;margin-top:1rem}.loading-status p{font-size:1.1rem;color:#e0e0e0;margin:0;font-family:Shadows Into Light,cursive}.loading-sub{font-size:.9rem;color:#444;text-transform:uppercase;letter-spacing:.1rem;margin-top:.5rem}@keyframes pulse{0%{transform:scale(.8);opacity:.3}50%{transform:scale(1.1);opacity:1}to{transform:scale(.8);opacity:.3}}.dot-pulse{width:6px;height:6px;background-color:#ff2a2a;border-radius:50%;animation:pulse 1.5s infinite;box-shadow:0 0 10px #ff2a2a}.loading-bg-deco{position:absolute;width:100%;height:100%;display:flex;justify-content:space-around;pointer-events:none;opacity:.2}.grid-line{width:1px;height:100%;background:linear-gradient(to bottom,transparent,#ff2a2a,transparent);animation:moveLine 4s infinite linear}@keyframes moveLine{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{padding:0;margin:0;box-sizing:border-box}a,p,h1,h2,h3,h4,h5{margin:0;text-decoration:none}li,ul{list-style:none;padding:0}
