body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,.App,body,html{color:#222;font-family:Segoe UI,Arial,sans-serif;height:100%;margin:0}#root,.App,body,html{background:linear-gradient(120deg,#f7f9fb,#eaf1fb)}.App{min-height:100vh;text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.app-header{background:#1a2236;border-radius:0 0 16px 16px;color:#fff;margin-bottom:2rem;padding:2rem 1rem 1rem;text-align:center}.app-header.enhanced{background:linear-gradient(90deg,#1a2236 60%,#4f8cff);border-radius:0 0 24px 24px;box-shadow:0 4px 24px #1e285a1a;color:#fff;margin-bottom:2.5rem;padding:2.5rem 1rem 2rem;position:relative;text-align:center}.app-header.minimal{background:#fff;border-bottom:1px solid #e0e6ed;border-radius:0 0 10px 10px;box-shadow:0 2px 10px #1e285a12;color:#222;margin-bottom:.7rem;min-height:0;padding:.4rem .5rem .3rem;position:relative;text-align:center}.logo-img{height:52px!important;object-fit:contain;width:120px!important}.main-title{color:#222;font-size:.95rem;font-weight:500;letter-spacing:.2px;margin:.2rem 0}.subtitle{color:#e0e6ed;font-size:1.2rem;margin-bottom:1.5rem}.search-bar{gap:.5rem;justify-content:center;margin-bottom:.3rem}.search-bar,.search-input-wrapper{align-items:center;display:flex;position:relative}.search-input-wrapper{max-width:80vw;width:320px}.search-input-wrapper input{background:#f7f9fb;border:1.5px solid #b0b8c1;border-radius:8px;box-shadow:0 1px 4px #1e285a0f;box-sizing:border-box;font-size:.95rem;height:28px;outline:none;padding:.4rem 2.2rem .4rem .7rem;transition:border .2s,box-shadow .2s;width:100%}.search-input-wrapper input:focus{border:2px solid #4f8cff;box-shadow:0 2px 8px #4f8cff1a}.search-input-wrapper .search-icon-btn{align-items:center;background:none;border:none;color:#4f8cff;cursor:pointer;display:flex;height:22px;justify-content:center;margin:0;padding:0;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:color .18s,background .18s;width:22px;z-index:2}.search-input-wrapper .search-icon-btn:focus,.search-input-wrapper .search-icon-btn:hover{background:#4f8cff;border-radius:50%;color:#fff}.search-input-wrapper .search-icon-btn svg{display:block;height:18px;width:18px}.search-bar button.primary-btn:not(.search-icon-btn){display:none!important}.primary-btn{background:#4f8cff;border:none;border-radius:8px;box-shadow:0 2px 8px #1e285a14;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;margin-left:.5rem;padding:.7rem 1.5rem;transition:background .2s,box-shadow .2s}.primary-btn:focus,.primary-btn:hover{background:#1a2236}.secondary-btn{background:#e0e6ed;border:none;border-radius:8px;box-sizing:border-box;color:#1a2236;cursor:pointer;font-size:1rem;font-weight:500;margin-bottom:.2rem;margin-top:.7rem;padding:.6rem 1.2rem;transition:background .2s,color .2s;width:100%}.secondary-btn:focus,.secondary-btn:hover{background:#4f8cff;color:#fff}.download-all{margin-bottom:.5rem;margin-top:.5rem;max-width:90vw;width:220px}.env-toggle{margin:1.2rem 0 .5rem}.env-toggle button{background:#e0e6ed;border:none;border-radius:6px;color:#1a2236;cursor:pointer;font-weight:500;margin:0 .5rem;padding:.4rem 1rem;transition:background .2s}.env-toggle button.active,.env-toggle button:hover,button{background:#4f8cff;color:#fff}button{border:none;border-radius:6px;box-shadow:0 1px 4px #1e285a14;cursor:pointer;font-size:1rem;margin:.5rem .2rem;padding:.5rem 1.2rem;transition:background .2s,box-shadow .2s}button:disabled{background:#b0b8c1!important;color:#fff!important;cursor:not-allowed}button:focus{outline:2px solid #4f8cff}.loading{color:#4f8cff;font-size:1.2rem;margin:2rem 0 1rem;text-align:center}.gallery-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(5,1fr);margin:0 auto;max-width:1600px;padding:2rem}.gallery-item{align-items:center;background:#fff;border-radius:16px;box-shadow:0 2px 12px #1e285a1a;display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-width:320px;min-height:320px;min-width:0;padding:2rem 1.5rem 1.5rem;position:relative}.carousel-card{flex:1 1 auto;flex-direction:column;min-height:420px}.carousel-card,.gallery-actions{align-items:center;display:flex;width:100%}.gallery-actions{flex-direction:column;gap:10px;margin-top:10px}.primary-btn.download-all,.primary-btn.download-selected{box-sizing:border-box;display:block;font-family:inherit;font-size:.85rem;height:auto;line-height:1.2;margin:10px auto 0;max-width:100%;min-width:0;overflow:visible;padding:.32rem .8rem;text-overflow:clip;white-space:nowrap;width:auto}.gallery-actions.static-bottom{margin-bottom:18px}@media (max-width:1200px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.gallery-grid{grid-template-columns:1fr;padding:1rem}.gallery-item{max-width:98vw;padding:1rem .5rem}}.carousel{align-items:center;box-sizing:border-box;display:flex;gap:.5rem;justify-content:center;margin-bottom:1.1rem;max-width:100%;width:100%}.carousel-img{background:#f0f4fa;border:2px solid #e0e6ed;border-radius:10px;box-shadow:0 1px 8px #1e285a21;margin:0 .5rem;max-height:200px;max-width:200px;object-fit:contain;transition:box-shadow .2s,border .2s}.carousel-img:hover{border:2px solid #4f8cff;box-shadow:0 4px 18px #4f8cff33}.carousel-img.large{background:#f0f4fa;border:2px solid #e0e6ed;border-radius:12px;box-shadow:0 2px 16px #1e285a21;display:block;height:220px;margin:0 .5rem;max-height:220px;max-width:100%;object-fit:contain;transition:box-shadow .2s,border .2s;width:220px}.carousel-img.large:hover{border:2px solid #4f8cff;box-shadow:0 4px 18px #4f8cff33}.carousel-thumbs-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:0 auto .5rem;max-width:100%}.carousel-thumb{border:2px solid #e0e6ed;border-radius:8px;box-shadow:0 1px 4px #1e285a14;cursor:pointer;height:56px;margin:0;object-fit:cover;opacity:.7;transition:border .2s,box-shadow .2s,opacity .2s;width:56px}.carousel-thumb.active{border:2px solid #4f8cff;box-shadow:0 2px 8px #4f8cff33;opacity:1}.modal-overlay{background:#1e285a73;bottom:0;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content,.modal-overlay{align-items:center;display:flex}.modal-content{background:#fff;border-radius:16px;box-shadow:0 8px 32px #1e285a2e;flex-direction:column;max-height:90vh;max-width:90vw;overflow:auto;padding:2rem 2rem 1.5rem}.modal-img{border-radius:12px;box-shadow:0 2px 16px #1e285a21;display:block;margin-bottom:1.5rem;max-height:70vh;max-width:70vw}.carousel button{background:#e0e6ed;border:none;border-radius:50%;box-shadow:none;color:#1a2236;font-size:1.3rem;height:2.4rem;margin:0 .2rem;transition:background .2s,color .2s;width:2.4rem}.carousel button:focus,.carousel button:hover{background:#4f8cff;color:#fff}.carousel-arrow{align-items:center;background:#e0e6ed;border:none;border-radius:50%;box-shadow:none;color:#1a2236;display:flex;font-size:1.1rem;height:2rem;justify-content:center;margin:0 .1rem;transition:background .2s,color .2s;width:2rem}.carousel-arrow.over-image,.carousel-arrow:focus,.carousel-arrow:hover{background:#4f8cff;color:#fff}.carousel-arrow.over-image{align-items:center;border:none;border-radius:50%;box-shadow:0 2px 8px #1e285a21;display:flex;font-size:1.5rem;height:2.6rem;justify-content:center;opacity:.92;transition:background .2s,color .2s;width:2.6rem}.carousel-arrow.over-image:focus,.carousel-arrow.over-image:hover{background:#1a2236;color:#fff}.carousel-controls{align-items:center;display:flex;flex-direction:column;margin-bottom:.5rem;width:100%}.no-images{display:none}.error{background:#fff0f0;border:1.5px solid #f8bcbc;border-radius:10px;box-shadow:0 1px 8px #dc28280a;color:#d32f2f;font-size:1.1rem;margin:1.5rem auto 2rem;max-width:480px;padding:1.2rem;text-align:center}.lang-btns{display:flex;gap:.5rem}@media (max-width:600px){.lang-btns{align-items:flex-end;flex-direction:column;gap:.2rem}}@media (max-width:900px){.gallery-grid{grid-template-columns:repeat(3,minmax(140px,1fr))}.carousel-img{max-height:90px;max-width:90px}.carousel-img.large{height:140px;max-height:140px;max-width:100%;width:140px}.modal-img{max-height:50vh;max-width:90vw}}@media (max-width:600px){.gallery-grid{gap:.7rem;grid-template-columns:repeat(2,minmax(120px,1fr));padding:0 1vw 1vw}.carousel-img{max-height:30vw;max-width:60vw}.carousel-img.large{height:40vw;max-height:40vw;max-width:98vw;width:90vw}.gallery-item{padding:.7rem .2rem}.main-title{font-size:1.2rem}.subtitle{font-size:1rem}.search-bar input{font-size:1rem;width:90vw}.modal-content{padding:1rem .5rem}.modal-img{max-height:40vh;max-width:98vw}}@media (max-width:700px){.gallery-grid{gap:1.2rem;grid-template-columns:1fr;padding:0 1vw 2vw}.carousel-img{max-height:40vw;max-width:90vw}.gallery-item{min-height:220px;padding:1.2rem .5rem}.main-title{font-size:1.5rem}.subtitle{font-size:1rem}.search-bar input{font-size:1rem;width:90vw}}.tab-btn{background:#e0e6ed;border:none;border-radius:6px 6px 0 0;box-shadow:none;color:#1a2236;cursor:pointer;font-size:1rem;font-weight:500;margin:0 .2rem 0 0;padding:.5rem 1.2rem;transition:background .2s,color .2s}.tab-btn.active,.tab-btn:focus,.tab-btn:hover{background:#4f8cff;color:#fff}.admin-log-list{list-style:none;margin:0;padding:0}.admin-log-list li{align-items:center;border-bottom:1px solid #e0e6ed;display:flex;font-size:.97em;justify-content:space-between;padding:.5rem .2rem}.admin-log-list li:last-child{border-bottom:none}.admin-log-list button.secondary-btn{font-size:.95em;margin-left:1rem;padding:.2rem .7rem}.admin-log-list .delete-all-btn{background:#d32f2f;border:none;border-radius:6px;color:#fff;cursor:pointer;float:right;font-size:.95em;margin-left:1rem;padding:.3rem 1.2rem;transition:background .2s}.admin-log-list .delete-all-btn:hover{background:#b71c1c}
/*# sourceMappingURL=main.d8e2d33e.css.map*/