.main-menu{position:fixed;bottom:10px;left:50%;right:auto;transform:translate(-50%);width:min(calc(100% - 24px - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px)),980px);display:flex;background:linear-gradient(165deg,#ffffff17,#ffffff08);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:.3rem .32rem;z-index:1000;box-shadow:0 12px 28px #0000009e;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}@supports (bottom: max(0px)){.main-menu{bottom:max(10px,env(safe-area-inset-bottom,0px))}}.main-menu .menu-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.36rem .2rem;border:1px solid transparent;border-radius:16px;background:transparent;color:var(--tg-theme-hint-color);cursor:pointer;transition:all .2s ease;min-height:50px}.main-menu .menu-item:hover{color:var(--tg-theme-text-color);background-color:#ffffff12}.main-menu .menu-item.active{color:#f6f6f8;border-color:#ffffff4d;background:linear-gradient(180deg,#ffffff21,#ffffff0d);box-shadow:inset 0 1px #ffffff40}.main-menu .menu-icon{font-size:1.22rem;margin-bottom:.12rem}.main-menu .menu-label{font-size:.66rem;font-weight:700;line-height:1.1}@media (prefers-color-scheme: dark){.main-menu{background-color:var(--tg-theme-bg-color);border-top-color:#fff3;box-shadow:0 18px 45px #000000b8}.main-menu .menu-item.active{background-color:#ffffff26}}.browser-auth-card{margin:2.5rem auto 0;max-width:460px;padding:1.6rem 1.25rem;border-radius:30px;border:1px solid rgba(255,255,255,.24);background:linear-gradient(165deg,#ffffff17,#ffffff08);box-shadow:var(--shadow-md);text-align:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.browser-auth-card h3{margin:0 0 .45rem;font-size:1.28rem;font-weight:800;letter-spacing:.01em}.browser-auth-card p{margin:0;color:var(--tg-theme-hint-color);font-size:.92rem;font-weight:600}.browser-auth-widget{margin-top:1rem;display:flex;justify-content:center}.layout{--parallax-x: 0px;--parallax-y: 0px;display:flex;flex-direction:column;min-height:100dvh;height:100dvh;position:relative;overflow:hidden;background:radial-gradient(circle at 15% 0,rgba(255,255,255,.08) 0,transparent 33%),radial-gradient(circle at 100% 24%,rgba(255,255,255,.04) 0,transparent 32%),var(--tg-theme-bg-color);color:var(--tg-theme-text-color)}.layout:before,.layout:after{content:"";position:absolute;top:-12%;right:-14%;bottom:-12%;left:-14%;pointer-events:none;z-index:0;transition:transform .25s ease}.layout:before{background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.09) 0,transparent 33%),radial-gradient(circle at 78% 38%,rgba(255,255,255,.06) 0,transparent 30%);transform:translate3d(calc(var(--parallax-x) * -.55),calc(var(--parallax-y) * -.45),0)}.layout:after{background:radial-gradient(circle at 64% 74%,rgba(255,255,255,.045) 0,transparent 34%),radial-gradient(circle at 8% 86%,rgba(255,255,255,.03) 0,transparent 26%);transform:translate3d(calc(var(--parallax-x) * .35),calc(var(--parallax-y) * .5),0)}.layout>*{position:relative;z-index:1}.layout-header{display:flex;align-items:center;justify-content:center;min-height:calc(46px + env(safe-area-inset-top,0px));padding:calc(.24rem + env(safe-area-inset-top,0px)) 1.1rem .24rem;background:linear-gradient(155deg,#ffffff1f,#ffffff08);border-bottom:1px solid rgba(255,255,255,.16);color:var(--tg-theme-header-text-color);text-align:center;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.layout-header h1{margin:0;font-size:1.35rem;font-weight:800;letter-spacing:-.02em}.layout-logo{display:block;width:clamp(170px,40vw,280px);height:clamp(26px,4.7vw,40px);margin:0 auto;object-fit:cover;object-position:center;filter:drop-shadow(0 8px 20px rgba(0,0,0,.45))}@media (max-width: 768px){.layout-header{min-height:calc(42px + env(safe-area-inset-top,0px));padding:calc(.18rem + env(safe-area-inset-top,0px)) .95rem .18rem}.layout-logo{width:clamp(150px,52vw,230px);height:clamp(24px,7.2vw,36px)}}.layout-main{flex:1;padding:1rem 1.25rem;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-bottom:calc(112px + env(safe-area-inset-bottom,0px))}.layout-telegram .layout-header{display:none}.layout-telegram .layout-main{padding-top:calc(.95rem + env(safe-area-inset-top,0px) + 74px)}@media (max-width: 768px){.layout-telegram .layout-main{padding-top:calc(.8rem + env(safe-area-inset-top,0px) + 72px)}}.layout-loading{min-height:40vh;display:flex;align-items:center;justify-content:center;color:var(--tg-theme-hint-color)}@media (prefers-color-scheme: dark){.layout-header{background:linear-gradient(155deg,#ffffff1f,#ffffff08)}}@media (prefers-reduced-motion: reduce){.layout:before,.layout:after{transform:none!important;transition:none!important}}.btn{padding:.78rem 1.35rem;border:1px solid transparent;border-radius:var(--radius-sm, 16px);font-size:.93rem;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease,border-color .22s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(180deg,#f9f9fa,#d8d9dc);color:#080808;box-shadow:0 12px 30px #000000b8;border-color:#ffffff8c}.btn-primary:hover:not(:disabled){transform:translateY(-2px) scale(1.01);box-shadow:0 16px 34px #000000c7}.btn-secondary{background:linear-gradient(160deg,#ffffff14,#ffffff08);color:var(--tg-theme-text-color, #f5f5f5);border:1px solid rgba(255,255,255,.22)}.btn-secondary:hover:not(:disabled){transform:translateY(-1px);border-color:#ffffff73;background:linear-gradient(160deg,#ffffff1f,#ffffff0d)}.btn-danger{background-color:#dc2626;color:#fff}.btn-danger:hover:not(:disabled){background-color:#b91c1c}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 0,rgba(255,255,255,.06),transparent 30%),#000000ad;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.modal-content{background:linear-gradient(165deg,#ffffff1a,#ffffff08);border:1px solid rgba(255,255,255,.24);border-radius:30px;max-width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 24px 60px #0000009e;display:flex;flex-direction:column;width:100%;max-width:500px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid rgba(255,255,255,.18)}.modal-header h2{margin:0;font-size:1.2rem;font-weight:800;letter-spacing:.01em;color:var(--tg-theme-text-color, #f5f5f5)}.modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#ffffffd9;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;line-height:1}.modal-body{padding:1rem;overflow-y:auto}.home-page{padding:0 0 1.4rem;max-width:560px;margin:0 auto}.home-page h2{margin:.25rem 0 .4rem;font-size:1.45rem;font-weight:600;line-height:1.2}.subtitle{margin:0 0 1.1rem;font-size:.86rem;color:var(--tg-theme-hint-color);line-height:1.5}.steps{display:flex;gap:.5rem;margin-bottom:1.1rem}.step-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:.25rem;opacity:.45;font-size:.75rem}.step-item-active{opacity:1}.step-circle{width:24px;height:24px;border-radius:50%;border:2px solid var(--tg-theme-button-color);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600}.step-item-active .step-circle{background-color:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);border-color:var(--tg-theme-button-color)}.step-label{text-align:center}.calc-mode-toggle,.url-input-group{display:flex;gap:.5rem;margin-bottom:.9rem}.url-input-group input{flex:1;padding:.85rem 1rem;border:1px solid var(--tg-theme-hint-color);border-radius:var(--radius-sm);background-color:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);font-size:.95rem;transition:border-color .2s}.url-input-group input:focus{outline:none;border-color:var(--tg-theme-button-color)}.limits-info{font-size:.8rem;color:var(--tg-theme-hint-color);margin-bottom:.5rem}.url-history{margin-bottom:.75rem}.url-history-label{font-size:.8rem;color:var(--tg-theme-hint-color);margin-bottom:.3rem}.url-history-list{display:flex;flex-wrap:wrap;gap:.35rem}.url-history-item{border:1px solid var(--tg-theme-hint-color);border-radius:999px;padding:.3rem .7rem;font-size:.75rem;background-color:transparent;color:var(--tg-theme-text-color);cursor:pointer;transition:all .2s}.url-history-item:hover{background-color:var(--tg-theme-secondary-bg-color);border-color:var(--tg-theme-button-color)}.info-strip{font-size:.78rem;padding:.7rem 1rem;border-radius:999px;background:#0f172ae6;border:1px solid rgba(148,163,184,.35);margin-bottom:.55rem;line-height:1.45}.kazakhstan-hint{font-size:.76rem;color:var(--tg-theme-hint-color);margin:0 0 1rem;line-height:1.4}.product-skeleton{display:flex;gap:1rem;background-color:var(--tg-theme-secondary-bg-color);border-radius:var(--radius-md);padding:1.25rem;margin-top:.5rem;box-shadow:var(--shadow-sm)}.skeleton-image{width:90px;height:90px;border-radius:var(--radius-sm);background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.2s infinite}.skeleton-lines{flex:1;display:flex;flex-direction:column;gap:.5rem}.skeleton-line{height:12px;border-radius:4px;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.2s infinite}.skeleton-line.short{width:55%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.product-card{margin-top:1rem;background:radial-gradient(circle at 0 0,var(--accent-soft) 0,transparent 55%),linear-gradient(145deg,#0f172afa,#0f172aeb);border:1px solid rgba(148,163,184,.4);border-radius:26px;padding:1.3rem 1.25rem 1.15rem;display:flex;gap:1rem;flex-direction:column;box-shadow:var(--shadow-md)}.product-image-wrapper{width:100%;max-height:220px;overflow:hidden;border-radius:var(--radius-sm);background-color:var(--tg-theme-secondary-bg-color);display:flex;align-items:center;justify-content:center}.product-image-wrapper img{width:100%;height:100%;object-fit:contain}.product-details h3{margin:.4rem 0;font-size:1.15rem;font-weight:600}.product-base-price{margin:0 0 .5rem;font-size:.9rem;color:var(--tg-theme-hint-color)}.product-options{display:flex;flex-direction:column;gap:.5rem;margin:.75rem 0}.product-option{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.product-option label{font-size:.9rem;min-width:80px}.product-option select{flex:1;min-width:120px;padding:.5rem .75rem;border-radius:var(--radius-sm);border:1px solid var(--tg-theme-hint-color);background-color:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);font-size:.9rem}.price-block{margin:.5rem 0 .9rem;padding:.9rem .95rem;border-radius:20px;background-color:#0f172ae6;border:1px solid rgba(148,163,184,.35)}.price-main{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}.price-label{font-size:.9rem;color:var(--tg-theme-hint-color)}.price-value{font-size:1.4rem;font-weight:700;color:var(--accent)}.price-breakdown{font-size:.8rem;color:var(--tg-theme-text-color);display:flex;flex-direction:column;gap:.15rem;opacity:.9}.package-estimate{margin-top:.1rem;font-size:.78rem;color:var(--tg-theme-hint-color)}.product-actions-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.delivery-note{margin-top:.75rem;font-size:.8rem;color:var(--tg-theme-hint-color);line-height:1.4}.delivery-choice{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.delivery-choice-title{font-size:.88rem;font-weight:600}.delivery-choice-row{display:flex;flex-direction:column;gap:.35rem;font-size:.86rem}.delivery-choice select{padding:.5rem .75rem;border:1px solid var(--tg-theme-hint-color);border-radius:var(--radius-sm);background-color:var(--tg-theme-bg-color);color:var(--tg-theme-text-color)}.cart-block{margin-top:1.25rem;padding:1rem 1.25rem;border-radius:22px;background-color:#0f172af2;border:1px solid rgba(148,163,184,.35);box-shadow:var(--shadow-sm)}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem;font-size:.95rem}.cart-title{font-weight:600}.cart-total{font-weight:700}.favorites-block{margin-top:1.25rem}.favorites-link{width:100%;display:flex;align-items:center;gap:.6rem;padding:.85rem 1.1rem;border-radius:22px;border:1px solid rgba(148,163,184,.35);background-color:#0f172af2;color:var(--tg-theme-text-color);font-size:.95rem;font-weight:500;cursor:pointer;text-align:left;transition:all .2s ease}.favorites-link:hover{background-color:#2563eb0f;border-color:var(--tg-theme-button-color)}.favorites-link-icon{font-size:1.2rem}.favorites-link-arrow{margin-left:auto;color:var(--tg-theme-hint-color)}.how-it-works{margin-top:1.5rem;padding:1rem 1.2rem;border-radius:24px;background-color:#0f172af2;border:1px solid rgba(148,163,184,.35);box-shadow:var(--shadow-sm)}.how-it-works h3{margin:0 0 .6rem;font-size:1.05rem;font-weight:600}.how-it-works ul{margin:0;padding-left:1.15rem;font-size:.9rem;display:flex;flex-direction:column;gap:.35rem;line-height:1.5}@media (min-width: 600px){.product-card{flex-direction:row}.product-image-wrapper{max-width:42%}}.manual-price-card{margin-top:1rem;padding:1rem 1.2rem;border-radius:var(--radius-md);border:1px dashed var(--tg-theme-button-color);background-color:#2563eb0a}.manual-price-title{font-weight:600;margin-bottom:.4rem}.manual-price-text{font-size:.85rem;color:var(--tg-theme-hint-color);margin-bottom:.75rem}.manual-price-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.manual-price-row input{flex:1;padding:.55rem .75rem;border-radius:var(--radius-sm);border:1px solid var(--tg-theme-hint-color);background-color:var(--tg-theme-bg-color);color:var(--tg-theme-text-color)}.manual-price-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-bottom:.75rem}.manual-price-grid input{width:100%;padding:.55rem .75rem;border-radius:var(--radius-sm);border:1px solid var(--tg-theme-hint-color);background-color:var(--tg-theme-bg-color);color:var(--tg-theme-text-color)}.checklist-modal p{margin:0 0 .45rem;font-size:.9rem}.checklist-confirm{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem;margin:.75rem 0}.home-page h2{font-weight:800;color:var(--tg-theme-text-color);letter-spacing:-.01em}.url-input-group input,.product-option select,.delivery-choice select,.manual-price-row input,.manual-price-grid input{border:1px solid rgba(255,255,255,.22);background:linear-gradient(160deg,#ffffff14,#ffffff08);border-radius:16px}.info-strip,.product-card,.price-block,.cart-block,.favorites-link,.how-it-works,.manual-price-card{background:linear-gradient(165deg,#ffffff17,#ffffff08);border:1px solid rgba(255,255,255,.22);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.product-card,.how-it-works{border-radius:30px}.price-value,.cart-total{color:#f3f3f5}.step-circle{border-color:#ffffffb3}.step-item-active .step-circle{background:linear-gradient(180deg,#f8f8f9,#d8d9dc);color:#090909;border-color:#ffffffbf}.url-history-item{border-color:#ffffff38;background-color:#ffffff08}.url-history-item:hover,.favorites-link:hover{border-color:#ffffff73;background-color:#ffffff17}.subtitle{margin-bottom:14px;max-width:32ch;font-size:15px;line-height:1.35;color:#b3b3b8}.steps{position:relative;margin-bottom:12px;padding-bottom:12px}.step-item{color:#9a9aa1}.step-item-active{color:#f4f4f6}.steps-track{position:absolute;left:8%;right:8%;bottom:0;height:2px;background:#ffffff29;border-radius:999px;overflow:hidden}.steps-track-fill{height:100%;background:linear-gradient(90deg,#ffffffe0,#ffffff73);transition:width .25s ease}.calc-mode-toggle{margin-bottom:12px}.calc-mode-toggle .btn{flex:1;min-height:52px}.url-input-group{margin-bottom:12px}.url-input-group input{min-height:52px;border-color:#ffffff4d;background:linear-gradient(160deg,#ffffff21,#ffffff0d)}.url-calc-btn{width:100%;min-height:52px;margin-bottom:14px;box-shadow:0 14px 32px #000000b8}.url-history{margin-bottom:16px}.limits-info,.url-history-label{color:#b3b3b8}.hint-compact{display:flex;align-items:center;gap:.5rem;padding:.68rem .9rem;border-radius:16px;border:1px solid rgba(255,255,255,.2);background:#ffffff0a;margin-bottom:16px}.hint-compact-icon{width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.76rem;font-weight:700;color:#0a0a0a;background:linear-gradient(180deg,#f7f7f8,#d6d7db)}.hint-compact-text{flex:1;font-size:.8rem;color:#b3b3b8;line-height:1.35}.hint-compact-more{border:none;background:transparent;color:#f3f3f5;font-size:.8rem;font-weight:700;cursor:pointer}.hint-expanded{margin:0 0 16px;padding:.85rem .95rem;border-radius:18px;border:1px solid rgba(255,255,255,.16);background:#ffffff08;color:#b3b3b8;font-size:.82rem;line-height:1.45}.hint-expanded p+p{margin-top:.5rem}.how-it-works{margin-top:16px}.how-it-works summary{list-style:none;cursor:pointer;font-size:1.02rem;font-weight:700}.how-it-works summary::-webkit-details-marker{display:none}.how-it-works summary:after{content:"▾";float:right;opacity:.7;transition:transform .2s ease}.how-it-works[open] summary:after{transform:rotate(180deg)}.how-it-works ul{margin-top:.7rem}.legal-note{margin-top:.9rem;font-size:.8rem;color:var(--tg-theme-hint-color)}.legal-link{color:var(--tg-theme-button-color);text-decoration:underline}.order-details-modal{max-height:70vh;overflow-y:auto;font-size:.9rem}.order-details-section{margin-bottom:1.25rem}.order-details-section:last-child{margin-bottom:0}.order-detail-images{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.order-detail-image{width:64px;height:64px;object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--tg-theme-hint-color)}.order-details-section h4{margin:0 0 .5rem;font-size:.95rem;color:var(--tg-theme-hint-color);text-transform:uppercase;letter-spacing:.05em}.order-detail-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.35rem;align-items:flex-start}.order-detail-label{flex-shrink:0;min-width:140px;color:var(--tg-theme-hint-color)}.order-detail-value{flex:1;word-break:break-word}.order-detail-value.status-completed{color:#22c55e}.order-detail-value.status-cancelled{color:#ef4444}.order-detail-link{color:var(--tg-theme-link-color, #2563eb);text-decoration:underline}.order-status-history{display:flex;flex-direction:column;gap:.25rem}.order-status-history-item{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0;border-bottom:1px solid var(--tg-theme-secondary-bg-color);font-size:.85rem}.order-status-history-status{font-weight:500}.order-status-history-date{font-size:.8rem;color:var(--tg-theme-hint-color)}.order-detail-telegram-btn{display:inline-block;margin-top:.5rem;padding:.5rem 1rem;background-color:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);border-radius:var(--radius-sm);text-decoration:none;font-size:.9rem;font-weight:500}.order-detail-edit{display:flex;flex-direction:column;gap:.5rem}.order-detail-edit label{font-size:.85rem;color:var(--tg-theme-hint-color)}.order-detail-edit input,.order-detail-edit textarea{padding:.5rem .75rem;border:1px solid var(--tg-theme-hint-color);border-radius:var(--radius-sm);background-color:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);font-size:.9rem}.order-detail-edit textarea{resize:vertical;min-height:60px}.order-detail-json{margin:0;padding:.75rem;font-size:.75rem;background-color:var(--tg-theme-secondary-bg-color);border-radius:var(--radius-sm);overflow-x:auto;white-space:pre-wrap;word-break:break-all}.order-detail-actions{display:flex;gap:.5rem;flex-wrap:wrap}.order-details-section h4{color:#ffffffb3;font-weight:700}.order-detail-image{border-color:#ffffff47}.order-detail-value.status-completed,.order-detail-value.status-cancelled{color:#f3f3f5}.order-status-history-item{border-bottom-color:#ffffff24}.order-detail-telegram-btn{background:linear-gradient(180deg,#f8f8f9,#d8d9dc);color:#090909;border:1px solid rgba(255,255,255,.55)}.order-detail-edit input,.order-detail-edit textarea{border:1px solid rgba(255,255,255,.22);background:#ffffff0a;border-radius:14px}.order-detail-json{background:#ffffff0d;border:1px solid rgba(255,255,255,.16)}.orders-page{padding:0 0 1.4rem;max-width:560px;margin:0 auto}.orders-page h2{margin:.25rem 0 .9rem;font-size:1.45rem;font-weight:600}.orders-list{display:flex;flex-direction:column;gap:.75rem}.order-card{background:radial-gradient(circle at 0 0,var(--accent-soft) 0,transparent 55%),linear-gradient(145deg,#0f172afa,#0f172aeb);border:1px solid rgba(148,163,184,.4);border-radius:26px;padding:1rem 1.2rem .9rem;box-shadow:var(--shadow-md);position:relative;overflow:hidden}.order-card:before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:3px;border-radius:999px;background:#ffffff24}.order-card.order-tone-warning:before{background:#ffce78d9}.order-card.order-tone-success:before{background:#98ffb9d1}.order-card.order-tone-muted:before{background:#b4b4ba73}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.order-header-right{display:flex;align-items:center;gap:.5rem}.order-show-all{width:38px;height:38px;border:none;border-radius:50%;background-color:var(--tg-theme-secondary-bg-color);color:var(--tg-theme-hint-color);font-size:1.08rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .2s,color .2s}.order-show-all:hover:not(:disabled){background-color:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color)}.order-show-all:disabled{opacity:.6;cursor:not-allowed}.order-id{font-weight:600}.order-status{min-height:30px;min-width:122px;padding:.38rem .72rem;border-radius:999px;font-size:.73rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;text-align:center;border:1px solid transparent}.status-pending_payment{background-color:#f59e0b;color:#fff}.status-processing{background-color:#3b82f6;color:#fff}.status-completed{background-color:#22c55e;color:#fff}.status-cancelled{background-color:#ef4444;color:#fff}.order-progress{width:100%;border:none;padding:0;background:transparent;display:flex;gap:.28rem;margin-bottom:.5rem;cursor:pointer}.order-progress-step{flex:1;height:5px;border-radius:999px;background-color:var(--tg-theme-secondary-bg-color)}.order-progress-step.active{background-color:var(--accent)}.order-body{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.38rem}.order-title{flex:1;font-size:.95rem}.order-price{font-weight:700;color:var(--accent)}.order-footer{margin-top:.62rem;display:flex;flex-direction:column;align-items:stretch;gap:.5rem}.order-meta{display:flex;gap:.55rem;flex-wrap:wrap}.order-action{margin-top:.15rem}.order-date{font-size:.75rem;color:var(--tg-theme-hint-color)}.order-repeat-btn{border:1px solid var(--tg-theme-hint-color);border-radius:999px;padding:.2rem .6rem;background:transparent;color:var(--tg-theme-text-color);cursor:pointer;font-size:.75rem;min-height:34px}.order-progress-caption{margin:.05rem 0 .45rem;font-size:.74rem;color:#b8b8bd}.order-repeat-btn:hover{border-color:var(--tg-theme-button-color);color:var(--tg-theme-button-color)}.empty-state,.orders-page.loading{text-align:center;padding:3rem 1rem;color:var(--tg-theme-hint-color)}.orders-page h2{font-weight:800;letter-spacing:-.01em}.order-card{background:linear-gradient(165deg,#ffffff17,#ffffff08);border:1px solid rgba(255,255,255,.22);border-radius:30px;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.order-show-all{background:#ffffff17;border:1px solid rgba(255,255,255,.2)}.order-show-all:hover:not(:disabled){background:linear-gradient(180deg,#f8f8f9,#d8d9dc);color:#090909}.order-price{color:#f3f3f5}.order-repeat-btn{border-color:#ffffff42;border-radius:999px;background:#ffffff08}.order-repeat-btn:hover{border-color:#ffffff73;color:#f3f3f5;background:#ffffff14}.order-status-neutral{background:#ffffff1a;color:#f3f3f5;border-color:#ffffff3d}.order-status-warning{background:#ffce7829;color:#ffe6b4;border-color:#ffce7859}.order-status-success{background:#98ffb929;color:#d6ffe3;border-color:#98ffb959}.order-status-muted{background:#b4b4ba21;color:#c9c9cf;border-color:#b4b4ba4d}.cart-page{padding:0 0 1.4rem;max-width:560px;margin:0 auto}.cart-page h2{margin:.25rem 0 .4rem;font-size:1.45rem;font-weight:600}.cart-subtitle{margin:0 0 1.1rem;font-size:.86rem;color:var(--tg-theme-hint-color)}.cart-empty{margin-top:1.5rem;padding:2.2rem 1.2rem;text-align:center;color:var(--tg-theme-hint-color);border-radius:24px;background-color:#0f172af2;border:1px solid rgba(148,163,184,.35);box-shadow:var(--shadow-sm)}.cart-list{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.cart-item{display:flex;align-items:stretch;gap:.75rem;padding:.75rem 1rem;border-radius:22px;background-color:#0f172af2;border:1px solid rgba(148,163,184,.35)}.cart-item-image{flex-shrink:0;width:72px;height:72px;border-radius:8px;overflow:hidden;background-color:#e5e7eb}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-main{flex:1;min-width:0}.cart-item-title{font-size:.95rem;font-weight:600;margin-bottom:.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-url{font-size:.75rem;color:var(--tg-theme-hint-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.2rem}.cart-item-price{font-size:.9rem;font-weight:700;color:var(--tg-theme-button-color)}.cart-item-remove{flex-shrink:0;width:40px;border:none;background-color:transparent;color:#dc2626;cursor:pointer}.cart-summary{margin-top:1rem;padding:.9rem 1.1rem;border-radius:22px;border:1px solid rgba(148,163,184,.35);background-color:#0f172af2}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.cart-summary-row:last-child{margin-bottom:0}.cart-actions{margin-top:1rem;display:flex;gap:.5rem}.cart-page h2{font-weight:800;letter-spacing:-.01em}.cart-empty,.cart-item,.cart-summary{background:linear-gradient(165deg,#ffffff17,#ffffff08);border:1px solid rgba(255,255,255,.22);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.cart-item-image{border-radius:12px;background:#ffffff12;border:1px solid rgba(255,255,255,.2)}.cart-item-price,.cart-summary strong{color:#f3f3f5}.cart-item-remove{border-radius:12px;background:#ffffff0f;color:#ffffffd1;border:1px solid rgba(255,255,255,.16)}.cart-item-remove:hover{background:#ffffff1f;border-color:#ffffff52}.favorites-page{padding:0 0 1.4rem;max-width:560px;margin:0 auto}.favorites-page h2{margin:.25rem 0 .4rem;font-size:1.45rem}.favorites-subtitle{margin:0 0 1.1rem;font-size:.86rem;color:var(--tg-theme-hint-color)}.favorites-empty{text-align:center;padding:2.2rem 1.2rem;color:var(--tg-theme-hint-color);border-radius:24px;background-color:#0f172af2;border:1px solid rgba(148,163,184,.35);box-shadow:var(--shadow-sm)}.favorites-empty p{margin:0 0 1rem;color:var(--tg-theme-hint-color, #666)}.btn-go-home{padding:.75rem 1.5rem;border:none;border-radius:10px;background-color:var(--tg-theme-button-color, #2481cc);color:var(--tg-theme-button-text-color, #fff);font-size:1rem;font-weight:500;cursor:pointer}.favorites-list{display:flex;flex-direction:column;gap:.75rem}.favorite-card{display:flex;align-items:stretch;background:radial-gradient(circle at 0 0,var(--accent-soft) 0,transparent 55%),linear-gradient(145deg,#0f172afa,#0f172aeb);border-radius:24px;overflow:hidden;box-shadow:var(--shadow-md);border:1px solid rgba(148,163,184,.4)}.favorite-card-content{flex:1;display:flex;gap:1rem;padding:.75rem 1rem;text-align:left;border:none;background:transparent;color:inherit;cursor:pointer;min-width:0}.favorite-image{flex-shrink:0;width:72px;height:72px;border-radius:8px;overflow:hidden;background-color:#e8e8e8}.favorite-image img{width:100%;height:100%;object-fit:cover}.favorite-info{flex:1;min-width:0}.favorite-title{margin:0 0 .25rem;font-size:.95rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.favorite-price{font-weight:700;color:var(--tg-theme-button-color, #2481cc);font-size:1rem}.favorite-url{margin-top:.25rem;font-size:.75rem;color:var(--tg-theme-hint-color, #888);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.favorite-delete{flex-shrink:0;width:48px;display:flex;align-items:center;justify-content:center;border:none;background-color:#dc35451a;color:#dc3545;cursor:pointer;font-size:1.1rem;transition:background-color .2s}.favorite-delete:hover{background-color:#dc354533}.favorites-page h2{font-weight:800;letter-spacing:-.01em}.favorites-empty,.favorite-card{background:linear-gradient(165deg,#ffffff17,#ffffff08);border:1px solid rgba(255,255,255,.22);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.favorite-card{border-radius:30px}.favorite-image{border-radius:12px;background:#ffffff12;border:1px solid rgba(255,255,255,.2)}.favorite-price{color:#f3f3f5}.btn-go-home{border-radius:16px;border:1px solid rgba(255,255,255,.55);background:linear-gradient(180deg,#f8f8f9,#d8d9dc);color:#090909;font-weight:700}.favorite-delete{background-color:#ffffff0f;color:#ffffffd1;border-left:1px solid rgba(255,255,255,.14)}.favorite-delete:hover{background-color:#ffffff1f}.admin-page{padding:0 0 1.4rem;max-width:560px;margin:0 auto}.admin-page h2{margin:.25rem 0 .35rem;font-size:1.45rem;font-weight:600}.admin-subtitle{margin:0 0 1rem;font-size:.84rem;color:var(--tg-theme-hint-color);line-height:1.4}.admin-tabs{display:flex;gap:.5rem;margin-bottom:1rem;overflow-x:auto;padding-bottom:.2rem}.admin-usd-rate{margin-bottom:1rem;padding:.9rem 1rem;border:1px solid rgba(148,163,184,.35);border-radius:22px;background:linear-gradient(145deg,#0f172afa,#0f172aeb);box-shadow:var(--shadow-sm)}.admin-usd-rate-title{font-size:.9rem;font-weight:600;margin-bottom:.5rem}.admin-usd-rate-row{display:flex;gap:.5rem;flex-wrap:wrap}.admin-usd-rate-row input{min-width:140px;padding:.5rem .75rem;border:1px solid rgba(148,163,184,.35);border-radius:var(--radius-sm);background-color:#020617cc;color:var(--tg-theme-text-color)}.admin-usd-rate-hint{margin-top:.45rem;font-size:.8rem;color:var(--tg-theme-hint-color)}.admin-tab{padding:.6rem 1rem;border:1px solid rgba(148,163,184,.35);border-radius:999px;background:#0f172af2;color:var(--tg-theme-text-color);cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s;white-space:nowrap}.admin-tab:hover{border-color:var(--accent)}.admin-tab.active{background-color:#c4ff351f;color:var(--tg-theme-button-text-color);border-color:var(--accent)}.admin-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:1rem;padding:1rem;background:linear-gradient(145deg,#0f172afa,#0f172aeb);border-radius:24px;border:1px solid rgba(148,163,184,.35);box-shadow:var(--shadow-sm)}.stat-row{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding:.65rem .75rem;border-radius:14px;background-color:#020617b3;border:1px solid rgba(148,163,184,.25)}.stat-row strong{font-size:1.05rem;color:var(--accent)}.stat-by-status{grid-column:1 / -1;margin-top:.5rem;padding-top:.75rem;border-top:1px solid rgba(148,163,184,.35)}.stat-by-status h4{margin:0 0 .5rem;font-size:.95rem}.admin-filters{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap;padding:.75rem;border-radius:18px;background-color:#0f172ae6;border:1px solid rgba(148,163,184,.28)}.admin-filters label{font-size:.9rem}.admin-filters select,.admin-filters input{padding:.5rem .75rem;border:1px solid rgba(148,163,184,.35);border-radius:var(--radius-sm);background-color:#020617cc;color:var(--tg-theme-text-color)}.admin-batches{margin-top:.5rem}.admin-loading{text-align:center;padding:2.5rem;color:var(--tg-theme-hint-color)}.admin-orders-list{display:flex;flex-direction:column;gap:.75rem}.admin-order-card{background:radial-gradient(circle at 0 0,var(--accent-soft) 0,transparent 55%),linear-gradient(145deg,#0f172afa,#0f172aeb);border:1px solid rgba(148,163,184,.4);border-radius:24px;padding:1rem 1.25rem;box-shadow:var(--shadow-md)}.admin-order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.admin-order-header-right{display:flex;align-items:center;gap:.5rem}.admin-order-show-all{width:28px;height:28px;border:none;border-radius:50%;background-color:#020617e6;color:var(--tg-theme-hint-color);font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .2s,color .2s}.admin-order-show-all:hover{background-color:var(--accent);color:var(--tg-theme-button-text-color)}.admin-order-id{font-weight:700;font-size:1.05rem}.admin-order-date{font-size:.8rem;color:var(--tg-theme-hint-color)}.admin-order-body{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.admin-order-product{font-weight:600}.admin-order-user{font-size:.85rem;color:var(--tg-theme-hint-color)}.admin-status-chip{display:inline-flex;align-items:center;align-self:flex-start;margin:.15rem 0 .2rem;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;border:1px solid rgba(148,163,184,.4);background:#020617b3}.admin-status-completed{border-color:#10b981a6;color:#34d399}.admin-status-cancelled{border-color:#ef4444a6;color:#f87171}.admin-status-pending_payment{border-color:#f59e0ba6;color:#fbbf24}.admin-order-price{font-weight:700;color:var(--accent)}.admin-order-actions select{width:100%;padding:.5rem .75rem;border:1px solid rgba(148,163,184,.35);border-radius:var(--radius-sm);background-color:#020617cc;color:var(--tg-theme-text-color)}.admin-promo-actions{display:flex;gap:.5rem;margin-top:.6rem;flex-wrap:wrap}.admin-promo-edit{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:.5rem;margin-top:.6rem}.admin-promo-edit input,.admin-promo-edit select{width:100%}.admin-promo-active{display:flex;align-items:center;gap:.4rem;font-size:.85rem}@media (max-width: 560px){.admin-stats{grid-template-columns:1fr}}.admin-page h2{font-weight:800;letter-spacing:-.01em}.admin-usd-rate,.admin-stats,.admin-filters,.admin-order-card{background:linear-gradient(165deg,#ffffff17,#ffffff08);border:1px solid rgba(255,255,255,.22);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.admin-tab{border:1px solid rgba(255,255,255,.22);background:#ffffff0a;font-weight:700}.admin-tab:hover{border-color:#ffffff73}.admin-tab.active{background:linear-gradient(180deg,#f8f8f9,#d8d9dc);color:#090909;border-color:#ffffffb3}.admin-usd-rate-row input,.admin-filters input,.admin-filters select,.admin-order-actions select{border:1px solid rgba(255,255,255,.22);background:#ffffff0a;border-radius:14px}.stat-row,.admin-status-chip{background:#ffffff0f;border-color:#fff3}.stat-row strong,.admin-order-price{color:#f3f3f5}.admin-order-show-all{background:#ffffff1a;border:1px solid rgba(255,255,255,.18)}.admin-order-show-all:hover{background:linear-gradient(180deg,#f8f8f9,#d8d9dc);color:#090909}.admin-status-completed,.admin-status-cancelled,.admin-status-pending_payment{color:#f3f3f5;border-color:#ffffff47}.profile-page{max-width:560px;margin:0 auto;padding:0 0 1.5rem}.profile-page-loading{display:flex;align-items:center;justify-content:center;min-height:60vh;font-size:.95rem;color:var(--tg-theme-hint-color)}.profile-hero{margin:.5rem 0 1.25rem;padding:1.25rem 1.25rem 1.1rem;border-radius:28px;background:radial-gradient(circle at 0 0,rgba(196,255,53,.16) 0,transparent 55%),var(--bg-card, #101218);box-shadow:var(--shadow-md);border:1px solid rgba(255,255,255,.06)}.profile-hero-header{display:flex;align-items:center;gap:.9rem;margin-bottom:1rem}.profile-hero-avatar{width:54px;height:54px;border-radius:50%;background:radial-gradient(circle at 30% 10%,#fff 0,#9ca3af 25%,#020617 90%);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:#020617;box-shadow:0 0 0 3px #c4ff3580}.profile-hero-user{flex:1;display:flex;flex-direction:column;gap:.15rem}.profile-hero-name{font-size:1.05rem;font-weight:600}.profile-hero-username{font-size:.85rem;color:var(--tg-theme-hint-color)}.profile-hero-balance{text-align:right}.profile-hero-balance-label{display:block;font-size:.75rem;color:var(--tg-theme-hint-color)}.profile-hero-balance-value{display:block;font-size:1.1rem;font-weight:600;color:var(--accent)}.profile-hero-metrics{display:flex;gap:.5rem;flex-wrap:nowrap;margin-top:.25rem}.profile-metric-chip{flex:1;min-width:0;padding:.45rem .6rem;border-radius:999px;background:#0f172acc;border:1px solid rgba(148,163,184,.35);display:flex;flex-direction:column;gap:.1rem}.profile-metric-chip .label{font-size:.7rem;color:var(--tg-theme-hint-color)}.profile-metric-chip .value{font-size:.9rem;font-weight:500}.profile-card{border:1px solid rgba(148,163,184,.35);background:linear-gradient(145deg,#0f172afa,#0f172ae6);border-radius:var(--radius-lg);padding:1.05rem 1.1rem;margin-bottom:.9rem;display:flex;flex-direction:column;gap:.65rem;box-shadow:var(--shadow-sm)}.profile-card h3{margin:0;font-size:.95rem}.profile-inline{display:flex;gap:.5rem}.profile-inline input{flex:1}.profile-grid{display:grid;grid-template-columns:1fr;gap:.45rem}.profile-card input{padding:.55rem .75rem;border-radius:var(--radius-sm);border:1px solid var(--tg-theme-hint-color);background-color:var(--tg-theme-bg-color);color:var(--tg-theme-text-color)}.profile-checkbox{display:flex;gap:.5rem;align-items:center;font-size:.9rem}.profile-list{margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}.profile-list-item{display:flex;justify-content:space-between;gap:.5rem;align-items:center;padding:.5rem .6rem;border:1px solid rgba(148,163,184,.3);border-radius:var(--radius-md);background:#0f172ad9}.profile-hint{color:var(--tg-theme-hint-color);font-size:.85rem}.profile-hero{background:linear-gradient(165deg,#ffffff1a,#ffffff08);border:1px solid rgba(255,255,255,.22);border-radius:32px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.profile-hero-avatar{background:radial-gradient(circle at 30% 12%,#fff 0,#d5d6da 28%,#18181b 90%);color:#0b0b0b;box-shadow:0 0 0 3px #ffffff40}.profile-hero-name{font-weight:800;letter-spacing:-.01em}.profile-hero-balance-value{color:#f3f3f5;font-weight:800}.profile-metric-chip,.profile-card,.profile-list-item{background:linear-gradient(165deg,#ffffff17,#ffffff08);border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.profile-card{border-radius:28px}.profile-card h3{font-weight:800}.profile-card input{border:1px solid rgba(255,255,255,.22);background:#ffffff0a;border-radius:16px}.offer-page{max-width:640px;margin:0 auto;padding-bottom:1.5rem}.offer-page h2{margin:.25rem 0 .75rem;font-size:1.4rem;font-weight:700}.offer-intro{margin:0 0 .9rem;font-size:.92rem;color:var(--tg-theme-hint-color)}.offer-section{margin-bottom:.85rem;font-size:.9rem;line-height:1.5}.offer-section h3{margin:0 0 .3rem;font-size:.98rem;font-weight:600}.offer-section p{margin:0 0 .35rem}.offer-section ul{margin:0 0 .35rem 1.1rem;padding:0}.offer-section li{margin-bottom:.15rem}:root{--font-main: "Manrope", "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html,body,#root{height:100%}*{box-sizing:border-box;margin:0;padding:0}:root{--bg-main: #040404;--bg-card: #0e0e10;--bg-elevated: #151518;--glass: rgba(255, 255, 255, .06);--glass-strong: rgba(255, 255, 255, .1);--accent: #f2f2f2;--accent-soft: rgba(255, 255, 255, .12);--tg-theme-bg-color: var(--bg-main);--tg-theme-text-color: #f3f3f5;--tg-theme-hint-color: #b3b3b8;--tg-theme-link-color: var(--accent);--tg-theme-button-color: var(--accent);--tg-theme-button-text-color: #0a0a0a;--tg-theme-secondary-bg-color: var(--bg-card);--tg-theme-header-bg-color: #0a0a0b;--tg-theme-header-text-color: #f3f3f5;--radius-sm: 16px;--radius-md: 24px;--radius-lg: 32px;--shadow-sm: 0 14px 32px rgba(0, 0, 0, .55);--shadow-md: 0 24px 50px rgba(0, 0, 0, .7);--shadow-lg: 0 34px 80px rgba(0, 0, 0, .82)}body{font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;background:radial-gradient(circle at 15% 0,rgba(255,255,255,.08) 0,transparent 32%),radial-gradient(circle at 95% 25%,rgba(255,255,255,.05) 0,transparent 30%),linear-gradient(160deg,#0a0a0b,#050505 55%,#000);color:var(--tg-theme-text-color);overflow:hidden}body:before{content:"";position:fixed;top:-120px;right:-120px;bottom:-120px;left:-120px;pointer-events:none;z-index:9999;opacity:.06;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.05' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");background-size:170px 170px;mix-blend-mode:soft-light}#root{min-height:100%}a,button,.btn,.favorites-link,.order-repeat-btn,.admin-tab{transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease,border-color .22s ease,opacity .22s ease}button:active,.btn:active,.favorites-link:active,.order-repeat-btn:active{transform:translateY(1px) scale(.99)}input,select,textarea{transition:border-color .22s ease,box-shadow .22s ease,background-color .22s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:#ffffff80!important;box-shadow:0 0 0 3px #ffffff1f}.product-card,.order-card,.profile-hero,.profile-card,.admin-order-card,.admin-usd-rate,.admin-stats,.cart-block,.how-it-works,.browser-auth-card,.modal-content{animation:fade-slide-in .45s ease both;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.product-card:hover,.order-card:hover,.profile-hero:hover,.profile-card:hover,.admin-order-card:hover,.admin-usd-rate:hover,.admin-stats:hover,.cart-block:hover,.how-it-works:hover,.browser-auth-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:#ffffff4d}.main-menu .menu-item.active,.admin-tab.active,.btn-primary{animation:soft-pulse 2.6s ease-in-out infinite}@keyframes fade-slide-in{0%{opacity:0;transform:translateY(12px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes soft-pulse{0%,to{box-shadow:0 0 #ffffff1f}50%{box-shadow:0 0 0 10px #fff0}}.scroll-reveal-item{animation:none!important;opacity:0;transform:translateY(16px) scale(.99);filter:blur(2px);transition:opacity .5s ease,transform .5s ease,filter .5s ease;transition-delay:var(--reveal-delay, 0ms)}.scroll-reveal-item.is-visible{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}body:before{opacity:.03}}
