@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-color:#050505;--text-color:#f0f0f0;--accent-blue:#4b5efa;--accent-purple:#7928ca;--accent-neon:#4b5efa;--glass-bg:#ffffff0d;--glass-border:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);scroll-behavior:smooth;min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}.app-background{z-index:-1;background:radial-gradient(circle at 15%,#7928ca26,#0000 25%),radial-gradient(circle at 85% 30%,#0070f326,#0000 25%);width:100vw;height:100vh;animation:10s ease-in-out infinite alternate bg-pulse;position:fixed;top:0;left:0}@keyframes bg-pulse{0%{opacity:.8;transform:scale(1)}to{opacity:1;transform:scale(1.1)}}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:16px;transition:transform .3s cubic-bezier(.25,.8,.25,1),box-shadow .3s;box-shadow:0 4px 30px #0000001a}.glass-panel:hover{border-color:#fff3;transform:translateY(-5px);box-shadow:0 10px 40px #00ffcc26}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:700}.text-gradient{background:linear-gradient(135deg, var(--accent-neon), #0070f3);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.react-flow__node{border-radius:16px}.react-flow__handle{background:var(--bg-color);border:2px solid var(--accent-neon);width:12px;height:12px}.animated-connector{stroke-dasharray:12;animation:1s linear infinite flow-down}@keyframes flow-down{0%{stroke-dashoffset:24px}to{stroke-dashoffset:0}}@keyframes pulse-glow{0%,to{stroke-opacity:.1;filter:blur(3px)}50%{stroke-opacity:.6;filter:blur(8px)}}.pulsating-glow{animation:3s ease-in-out infinite pulse-glow}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.scroll-arrow-btn{border:2px solid var(--accent-neon);cursor:pointer;width:40px;height:40px;color:var(--accent-neon);background:#050505;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;animation:2s ease-in-out infinite bounce-subtle;display:flex;position:absolute;top:-10px;box-shadow:0 0 15px #4b5efa66}@media (width>=768px){.scroll-arrow-btn{width:60px;height:60px;top:-20px}.scroll-arrow-btn svg{width:32px;height:32px}}.scroll-arrow-btn:hover{animation:none;transform:scale(1.1);box-shadow:0 0 25px #4b5efacc}.preloader-bg{background-position:50%;background-repeat:no-repeat;background-size:cover}@media (orientation:portrait){.preloader-bg{background-image:url(/assets/loading/drop_loadingpage_portrait-style1.webp)}}@media (orientation:landscape){.preloader-bg{background-image:url(/assets/loading/drop_loadingpage_landscape-style1.webp)}}.custom-flow-controls{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;background-color:#ffffff0d!important;border:1px solid #ffffff1a!important;border-radius:8px!important;box-shadow:0 4px 15px #0000004d!important}.custom-flow-controls .react-flow__controls-button{background-color:#0000!important;border-bottom:1px solid #ffffff1a!important;justify-content:center!important;align-items:center!important;width:36px!important;height:36px!important;transition:all .2s!important;display:flex!important}.custom-flow-controls .react-flow__controls-button:last-child{border-bottom:none!important}.custom-flow-controls .react-flow__controls-button:hover{background-color:#ffffff26!important}.custom-flow-controls .react-flow__controls-button svg{fill:#fff!important;width:16px!important;height:16px!important}.gallery-grid{gap:0;display:grid}.gallery-grid-cell{padding:12px}.gallery-lines-desktop,.gallery-lines-tablet{display:none}.gallery-line-mobile{display:block}@media (width>=1024px){.gallery-grid{grid-template-columns:repeat(4,1fr)}.gallery-lines-desktop{display:block}.gallery-lines-tablet,.gallery-line-mobile{display:none}}@media (width>=768px) and (width<=1023px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-lines-tablet{display:block}.gallery-lines-desktop,.gallery-line-mobile{display:none}}@media (width<=767px){.gallery-grid{grid-template-columns:repeat(1,1fr)}}.custom-minimap{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#141419cc!important;border:1px solid #ffffff26!important;border-radius:12px!important;margin:20px!important;overflow:hidden!important}.custom-minimap svg{border-radius:12px!important;display:block!important}.custom-minimap .react-flow__minimap-mask{border-radius:12px!important}@media (hover:hover) and (pointer:fine){.gallery-media-asset:hover{transform:scale(1.05)}}
