.loading-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffffff 0%,#ffe6f0 30%,#ffd6e8 60%,#ffb3d9 85%,#ff99cc 100%);background-attachment:fixed}.loading-container{text-align:center}.loading-sticker{width:150px;height:150px;margin-bottom:20px;object-fit:contain;animation:pulse 1.5s ease-in-out infinite}.loading-text{font-size:18px;color:var(--tg-theme-text-color, #000000)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.error-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#ffffff 0%,#ffe6f0 30%,#ffd6e8 60%,#ffb3d9 85%,#ff99cc 100%);background-attachment:fixed;color:var(--tg-theme-text-color, #000000)}.error-container{text-align:center;max-width:400px}.error-sticker{width:200px;height:200px;margin-bottom:20px;object-fit:contain}.error-page h1{font-size:28px;margin-bottom:16px;color:var(--tg-theme-text-color, #000000)}.error-page p{font-size:16px;margin-bottom:8px;color:var(--tg-theme-hint-color, #999999)}.error-subtitle{font-size:14px;margin-top:12px}.quiz-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#ffffff 0%,#ffe6f0 30%,#ffd6e8 60%,#ffb3d9 85%,#ff99cc 100%);background-attachment:fixed;color:var(--tg-theme-text-color, #000000)}.quiz-container{text-align:center;max-width:500px;width:100%}.quiz-sticker{width:200px;height:200px;margin-bottom:30px;object-fit:contain}.quiz-title{font-size:32px;margin-bottom:30px;color:var(--tg-theme-text-color, #000000);font-family:Dancing Script,Georgia,Times New Roman,cursive;font-weight:600}.quiz-answers{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-width:400px;margin:0 auto}.quiz-button{padding:12px 16px;font-size:20px;border:2px solid #9b59b6;border-radius:12px;background:#9b59b6;color:#fff;cursor:pointer;transition:all .3s ease;font-weight:600}.quiz-button:hover{background:#8e44ad;border-color:#8e44ad;transform:scale(1.02)}.quiz-button:active{transform:scale(.98)}.quiz-result{margin-top:30px}.result-text{font-size:24px;color:var(--tg-theme-text-color, #000000);font-family:Dancing Script,Georgia,Times New Roman,cursive;font-weight:600;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.quiz-answers{grid-template-columns:1fr;gap:10px}.quiz-button{padding:14px 16px;font-size:18px}.quiz-title{font-size:28px;margin-bottom:25px}}.photo-catalog{min-height:100vh;padding:20px;background:linear-gradient(135deg,#ffffff 0%,#ffe6f0 30%,#ffd6e8 60%,#ffb3d9 85%,#ff99cc 100%);background-attachment:fixed;color:var(--tg-theme-text-color, #000000);display:flex;align-items:center;justify-content:center}.catalog-container{max-width:600px;width:100%;margin:0 auto}.catalog-title{font-size:42px;text-align:center;margin-bottom:40px;color:var(--tg-theme-text-color, #000000);font-family:Dancing Script,Georgia,Times New Roman,cursive;font-weight:600;letter-spacing:1px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.carousel-wrapper{display:flex;flex-direction:column;align-items:center;gap:30px}.watch-sticker{width:200px;height:auto;max-width:100%;object-fit:contain;margin-bottom:10px}.photo-frame.dragging{cursor:grabbing}.carousel-photo{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block;border:2px solid #ee32b0;border-radius:4px}.carousel-controls{display:flex;align-items:center;justify-content:center;width:100%}.photo-counter{font-size:14px;font-weight:400;color:#00000080;min-width:80px;text-align:center;opacity:.6}@media (max-width: 600px){.watch-sticker{width:150px}.photo-frame{max-width:100%;height:500px;padding:15px;border-width:3px;border-radius:12px}.photo-frame:before,.photo-frame:after{font-size:20px}.catalog-title{font-size:32px;margin-bottom:30px}.photo-counter{font-size:12px}}:root{--tg-theme-bg-color: #efeff3;--tg-theme-text-color: #000000;--tg-theme-hint-color: #999999;--tg-theme-link-color: #2eaddc;--tg-theme-button-color: #2eaddc;--tg-theme-button-text-color: #ffffff;--tg-theme-secondary-bg-color: #ffffff}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:linear-gradient(135deg,#ffffff 0%,#ffe6f0 30%,#ffd6e8 60%,#ffb3d9 85%,#ff99cc 100%);background-attachment:fixed;color:var(--tg-theme-text-color, #000000)}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;background:linear-gradient(135deg,#ffffff 0%,#ffe6f0 30%,#ffd6e8 60%,#ffb3d9 85%,#ff99cc 100%);background-attachment:fixed}
