@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap";:root{--bg-color:#0f172a;--text-color:#f8fafc;--glass-bg:#1e293bb3;--glass-border:#ffffff1a;--accent-color:#3b82f6;--accent-hover:#60a5fa;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Inter,system-ui,sans-serif}body{background-color:var(--bg-color);color:var(--text-color);background-image:radial-gradient(at 0 0,#1e3a8a4d 0,#0000 50%),radial-gradient(at 100% 100%,#0f172acc 0,#0000 50%);min-height:100vh;margin:0;overflow:hidden}.app-main{flex-direction:column;height:100vh;display:flex;overflow:hidden}#root{flex-direction:column;height:100vh;display:flex}.gallery-view,.detail-view{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;height:100%;padding:1.5rem 2rem;display:flex;overflow:hidden}.gallery-toolbar,.detail-toolbar{border-bottom:1px solid #ffffff1a;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;max-width:1600px;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.gallery-toolbar h1{color:var(--text-color);margin:0;font-size:1.5rem;font-weight:800}*{box-sizing:border-box}.lang-switch{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:9999px;gap:.5rem;padding:.25rem;display:flex}.lang-btn{cursor:pointer;opacity:.4;background:0 0;border:none;border-radius:9999px;padding:.5rem;font-size:1.5rem;line-height:1;transition:all .2s}.lang-btn.active{opacity:1;background:#ffffff1a;box-shadow:0 4px 6px -1px #0000001a}.lang-btn:hover{opacity:.8}.gallery-grid{-webkit-overflow-scrolling:touch;flex:1;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem;width:100%;max-width:1600px;min-height:0;padding-bottom:2rem;padding-right:1rem;display:grid;overflow-y:auto}.gallery-grid::-webkit-scrollbar{width:8px}.gallery-grid::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.gallery-item{background:var(--glass-bg);border:1px solid var(--glass-border);cursor:pointer;-webkit-backdrop-filter:blur(10px);border-radius:12px;height:0;padding-bottom:141.4%;transition:all .3s;position:relative;overflow:hidden}.gallery-item:hover{border-color:var(--accent-hover);transform:translateY(-5px);box-shadow:0 10px 25px -5px #00000080,0 0 15px #3b82f64d}.gallery-item img{object-fit:contain;border-bottom:1px solid var(--glass-border);background:#0003;width:100%;height:calc(100% - 3rem);display:block;position:absolute;top:0;left:0}.gallery-label{text-align:center;width:100%;height:3rem;color:var(--text-color);justify-content:center;align-items:center;gap:.5rem;padding:0;font-weight:600;display:flex;position:absolute;bottom:0;left:0}.back-btn{background:var(--glass-bg);color:var(--text-color);cursor:pointer;-webkit-backdrop-filter:blur(10px);border:1px solid #ffffff1a;border-radius:8px;padding:.5rem 1rem;font-size:1rem;font-weight:600;transition:all .3s}.back-btn:hover{background:#ffffff1a;transform:translateY(-2px);box-shadow:0 4px 15px #0003}.detail-layout{grid-template-columns:40% 60%;gap:2rem;width:100%;max-width:1600px;display:grid;position:relative}.margin-area{width:100%;position:relative}.margin-text-box{color:var(--text-color);border:1px solid var(--accent-hover);text-align:center;opacity:0;z-index:10;background:#0f172afa;border-radius:12px;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;font-size:1.25rem;font-weight:600;line-height:1.5;animation:.3s ease-out forwards fadeIn;display:flex;position:absolute;top:0;left:0;box-shadow:0 15px 30px -10px #000c,0 0 20px #3b82f64d}@keyframes fadeIn{to{opacity:1}}.detail-container{border-radius:8px;justify-content:center;width:100%;display:flex;position:relative;box-shadow:0 25px 50px -12px #00000080}.detail-img{object-fit:contain;border-radius:8px;max-width:100%;max-height:80vh;display:block}.overlay-box{cursor:pointer;z-index:10;background:#ffff001a;border:1px solid #ffff004d;border-radius:4px;transition:all .2s;position:absolute}.overlay-box:hover,.overlay-box.active{z-index:50;background:#ffff004d;border:2px solid #ff0;box-shadow:0 0 15px #ff09,inset 0 0 10px #ffff004d}.arrow-svg{pointer-events:none;z-index:60;width:100%;height:100%;position:absolute;top:0;left:0}.arrow-path{fill:none;stroke:#ff0;stroke-width:3px;stroke-dasharray:1000;stroke-dashoffset:1000px;filter:drop-shadow(0 0 5px #ffff0080);animation:.4s ease-out forwards drawArrow}@keyframes drawArrow{to{stroke-dashoffset:0}}.mobile-text-box{display:none}@media (width<=1024px){.detail-layout{grid-template-columns:1fr;max-width:800px}.margin-area,.arrow-svg{display:none}.mobile-text-box{width:90vw;color:var(--text-color);border:1px solid var(--accent-hover);z-index:1000;text-align:center;background:#0f172afa;border-radius:12px;padding:1.5rem;font-size:1.25rem;font-weight:600;animation:.3s ease-out forwards slideUpFade;display:block;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 15px 30px -10px #000c,0 0 20px #3b82f64d}}@media (width<=768px){.app-main,body,#root{height:100dvh}.gallery-view,.detail-view{padding:1rem}.gallery-toolbar,.detail-toolbar{flex-direction:column;gap:1rem;margin-bottom:1rem;padding-bottom:.5rem}.gallery-toolbar h1{text-align:center;font-size:1.25rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding-right:0}.gallery-item{border-radius:16px;padding-bottom:100%}.gallery-item img{background:0 0;border-bottom:none;width:100%;height:calc(100% - 2.5rem);padding:.5rem}.gallery-label{height:2.5rem;font-size:.85rem}.detail-toolbar>div{flex-wrap:wrap;justify-content:center}.back-btn{padding:.5rem .75rem;font-size:.85rem}.mobile-text-box{max-height:40vh;padding:1rem;font-size:1.1rem;bottom:1rem;overflow-y:auto}}.loader{border:4px solid var(--glass-border);border-top:4px solid var(--accent-color);border-radius:50%;width:40px;height:40px;margin:2rem auto;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
