@charset "UTF-8";.telegram-required{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:20px}.telegram-notice{text-align:center;max-width:400px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px 30px;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(0,0,0,.05)}.telegram-notice .telegram-icon{font-size:48px;color:#08c;margin-bottom:20px}.telegram-notice h2{color:#1f2937;font-size:24px;font-weight:600;margin-bottom:15px}.telegram-notice p{color:#4b5563;font-size:16px;line-height:1.5;margin-bottom:10px}.telegram-notice .telegram-bot-link{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#08c,#0077b5);color:#fff;text-decoration:none;padding:12px 24px;border-radius:25px;font-weight:500;font-size:16px;margin-top:20px;transition:all .3s ease;box-shadow:0 4px 15px #0088cc4d}.telegram-notice .telegram-bot-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #08c6}.profile-required{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px;color:#fff}.profile-required .profile-required-content{max-width:600px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.2);text-align:center;color:#333}.profile-required .profile-required-content .icon{font-size:4rem;margin-bottom:20px;animation:pulse 2s infinite}.profile-required .profile-required-content h1{font-size:2rem;font-weight:700;margin-bottom:20px;color:#667eea}.profile-required .profile-required-content>p{font-size:1.1rem;line-height:1.6;margin-bottom:30px;color:#555}.profile-required .profile-required-content .instructions{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:16px;padding:24px;margin-bottom:30px;text-align:left}.profile-required .profile-required-content .instructions h2{font-size:1.4rem;font-weight:600;margin-bottom:20px;text-align:center}.profile-required .profile-required-content .instructions ol{padding-left:20px}.profile-required .profile-required-content .instructions ol li{margin-bottom:15px;line-height:1.5}.profile-required .profile-required-content .instructions ol li ul{margin-top:10px;padding-left:20px}.profile-required .profile-required-content .instructions ol li ul li{margin-bottom:5px;font-size:.95rem;color:#ffffffe6}.profile-required .profile-required-content .instructions ol li ul li:before{content:"•";color:gold;font-weight:700;margin-right:8px}.profile-required .profile-required-content .note{background:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:12px;padding:20px}.profile-required .profile-required-content .note p{margin:0;font-size:1rem;line-height:1.5;color:#856404}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@media (max-width: 768px){.profile-required{padding:16px}.profile-required .profile-required-content{padding:24px 20px}.profile-required .profile-required-content h1{font-size:1.6rem}.profile-required .profile-required-content .instructions{padding:20px}.profile-required .profile-required-content .instructions h2{font-size:1.2rem}.profile-required .profile-required-content .instructions ol{padding-left:16px}.profile-required .profile-required-content .instructions ol li{font-size:.95rem}}.product-card{background:#fffffff2;border-radius:20px;padding:2rem;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.2);transition:all .3s ease;max-width:400px;width:100%}.product-card:hover{transform:translateY(-5px);box-shadow:0 30px 60px #00000026}.product-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.product-header .product-icon{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-header .product-icon .icon{font-size:1.5rem}.product-header .product-title-section{flex:1}.product-header .product-title-section .product-title{font-size:1.4rem;font-weight:700;color:#333;margin-bottom:.5rem;line-height:1.3}.product-header .product-title-section .product-price .price-amount{font-size:1.8rem;font-weight:700;color:#667eea}.product-header .product-title-section .product-price .price-currency{font-size:1rem;color:#666;margin-left:.2rem}.product-description{margin-bottom:1.5rem}.product-description p{color:#555;line-height:1.6;font-size:.95rem}.product-features{margin-bottom:2rem}.product-features h4{color:#333;margin-bottom:.8rem;font-size:1rem}.product-features .features-list{list-style:none;padding:0;margin:0}.product-features .features-list .feature-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.product-features .features-list .feature-item .feature-check{color:#4caf50;font-weight:700;flex-shrink:0;margin-top:.1rem}.product-features .features-list .feature-item .feature-text{color:#666;font-size:.9rem;line-height:1.4}.purchase-button{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;padding:1rem;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.purchase-button:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.purchase-button:active{transform:translateY(0)}.purchase-button .button-icon{font-size:1.2rem}.purchase-button .button-text{font-size:1rem}@media (max-width: 480px){.product-card{padding:1.5rem}.product-header{gap:.8rem}.product-header .product-icon{width:50px;height:50px}.product-header .product-icon .icon,.product-header .product-title-section .product-title{font-size:1.2rem}.product-header .product-title-section .product-price .price-amount{font-size:1.5rem}.purchase-button{padding:.8rem}.purchase-button .button-text{font-size:.9rem}}.shop{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.shop-header{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);padding:1rem 0;position:sticky;top:0;z-index:100}.shop-header .header-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.shop-header .logo{display:flex;align-items:center;gap:.5rem}.shop-header .logo .logo-icon{font-size:1.5rem}.shop-header .logo .logo-text{font-size:1.2rem;font-weight:700}.shop-header .user-info .greeting{font-size:1rem;opacity:.9}.shop-main{max-width:1200px;margin:0 auto;padding:2rem 1rem}.shop-main .shop-intro{text-align:center;margin-bottom:3rem}.shop-main .shop-intro h1{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(45deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.shop-main .shop-intro p{font-size:1.2rem;opacity:.8;max-width:600px;margin:0 auto}.shop-main .products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;justify-items:center}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.error-container .error-icon{font-size:4rem;margin-bottom:1rem}.error-container h2{color:#ff6b6b;margin-bottom:1rem;font-size:1.8rem}.error-container p{color:#666;margin-bottom:2rem;font-size:1.1rem}.error-container .retry-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;padding:1rem 2rem;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.error-container .retry-button:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.empty-shop{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40vh;padding:2rem;text-align:center}.empty-shop .empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.6}.empty-shop h3{color:#666;margin-bottom:1rem;font-size:1.5rem}.empty-shop p{color:#999;font-size:1rem}@media (max-width: 768px){.shop-main{padding:1rem}.shop-main .shop-intro h1{font-size:2rem}.shop-main .shop-intro p{font-size:1rem}.shop-main .products-grid{grid-template-columns:1fr;gap:1.5rem}.shop-header .header-content{padding:0 .5rem}.error-container,.empty-shop{padding:1rem}.error-container .error-icon,.error-container .empty-icon,.empty-shop .error-icon,.empty-shop .empty-icon{font-size:3rem}.error-container h2,.error-container h3,.empty-shop h2,.empty-shop h3{font-size:1.4rem}.error-container p,.empty-shop p{font-size:1rem}}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);color:#111827;line-height:1.6;min-height:100vh}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}.text-center{text-align:center}.d-flex{display:flex}.justify-center{justify-content:center}.align-center{align-items:center}.w-100{width:100%}@media (max-width: 768px){.container{padding:0 12px}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;text-align:center}.loading-spinner{position:relative;width:80px;height:80px;margin-bottom:24px}.spinner-ring{position:absolute;width:100%;height:100%;border:4px solid rgba(255,255,255,.1);border-top:4px solid #667eea;border-radius:50%;animation:spin 1.2s cubic-bezier(.5,0,.5,1) infinite}.spinner-ring:nth-child(1){animation-delay:-.45s}.spinner-ring:nth-child(2){animation-delay:-.3s}.spinner-ring:nth-child(3){animation-delay:-.15s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{font-size:18px;font-weight:600;color:#fff;margin-bottom:16px;text-shadow:0 2px 4px rgba(0,0,0,.1);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.loading-dots{display:flex;gap:8px}.loading-dots span{width:8px;height:8px;border-radius:50%;background:#fff;animation:bounce 1.4s ease-in-out infinite both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}
