.cookie-notice{position:fixed;bottom:0;left:0;right:0;z-index:200;padding:.75rem 1rem;background:#1e1e2df5;color:#f0f0f5;box-shadow:0 -4px 20px #0003;font-size:.9rem;line-height:1.45}.cookie-notice-inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:1rem;justify-content:space-between}.cookie-notice-inner p{margin:0;flex:1 1 280px}.cookie-notice-btn{flex-shrink:0;padding:.5rem 1.25rem;border:none;border-radius:8px;background:#667eea;color:#fff;font-weight:600;cursor:pointer}.cookie-notice-btn:hover{background:#5a6fd6}.toast{position:fixed;top:20px;right:20px;min-width:300px;max-width:500px;padding:16px 20px;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:10000;animation:slideIn .3s ease-out;cursor:pointer;transition:transform .2s ease}.toast:hover{transform:translate(-5px)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-content{display:flex;align-items:center;gap:12px}.toast-icon{font-size:20px;flex-shrink:0}.toast-message{flex:1;font-size:14px;line-height:1.5;color:#333}.toast-close{background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .2s ease}.toast-close:hover{color:#333}.toast-success{background-color:#d4edda;border-left:4px solid #28a745;color:#155724}.toast-error{background-color:#f8d7da;border-left:4px solid #dc3545;color:#721c24}.toast-warning{background-color:#fff3cd;border-left:4px solid #ffc107;color:#856404}.toast-info{background-color:#d1ecf1;border-left:4px solid #17a2b8;color:#0c5460}.toast-success .toast-message{color:#155724}.toast-error .toast-message{color:#721c24}.toast-warning .toast-message{color:#856404}.toast-info .toast-message{color:#0c5460}.layout{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header-inner{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.logo{display:flex;align-items:center;gap:1rem;text-decoration:none;color:#fff;font-weight:600;font-size:1.2rem}.logo-img{width:50px;height:50px;border-radius:8px;object-fit:cover}.logo-text{white-space:nowrap}.nav{display:flex;flex-wrap:wrap;gap:.2rem .35rem;align-items:center;justify-content:flex-end;margin-left:auto;max-width:100%}.cart-link{position:relative;display:flex;align-items:center;gap:.5rem}.cart-badge{background:#fed7d7;color:#c53030;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;min-width:24px}.nav a{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:6px;transition:background-color .2s;font-weight:500}.nav a:hover{background-color:#fff3}.nav a.active{background-color:#ffffff4d}.main{flex:1;display:flex;flex-direction:column;min-height:0;padding:2rem 0;align-items:stretch;overflow-x:hidden}.main>*{width:100%;min-width:0;box-sizing:border-box}.footer{background-color:#2d3748;color:#fff;padding:0;margin-top:auto}.footer .container{text-align:center}.footer-text{margin:.5rem 0;font-size:.9rem}.footer a{color:#90cdf4;text-decoration:none}.footer a:hover{text-decoration:underline}.logout-btn{background:transparent;color:#fff;border:none;padding:.35rem .45rem;border-radius:6px;cursor:pointer;font-size:.95rem;transition:background-color .2s;white-space:nowrap;line-height:1;opacity:.72}.logout-btn:hover{background-color:#ffffff1f;opacity:.9}@media (max-width: 768px){.header{padding:.75rem 0}.header .container{padding:0 1rem}.header-inner{flex-wrap:wrap}.logo{font-size:1rem;flex:1;min-width:0}.logo-img{width:40px;height:40px}.logo-text{font-size:1rem}.nav{flex-wrap:wrap;justify-content:flex-end;gap:.3rem;width:100%;margin-left:0}.nav a{padding:.5rem .75rem;font-size:.9rem;min-height:44px;display:flex;align-items:center;justify-content:center}.cart-link{min-height:44px}.main{padding:1.5rem 0}.container{padding:0 1rem}.footer{padding:0}}@media (max-width: 480px){.header .container{padding:0 .75rem}.header-inner{gap:.5rem}.logo{font-size:.9rem;flex:1;min-width:0}.logo-img{width:35px;height:35px}.logo-text{font-size:.85rem}.nav{gap:.25rem}.nav a{padding:.4rem .6rem;font-size:.85rem}.cart-badge{width:20px;height:20px;font-size:.7rem}.main{padding:1rem 0}.container{padding:0 .75rem}}.product-detail-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.product-detail-modal{background:#fff;border-radius:12px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d}.product-detail-close{position:absolute;top:1rem;right:1rem;background:#ffffffe6;border:none;width:40px;height:40px;border-radius:50%;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1001;transition:background .2s;color:#2d3748}.product-detail-close:hover{background:#fff;transform:scale(1.1)}.product-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;padding:1.25rem}@media (max-width: 768px){.product-detail-content{grid-template-columns:1fr;padding:1rem}.product-detail-overlay{padding:0}.product-detail-modal{border-radius:0;max-height:100vh}}.product-detail-gallery{display:flex;flex-direction:column;gap:1rem}.product-detail-main-image{position:relative;width:100%;height:min(70vh,560px);background-color:#f7fafc;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:.5rem;box-sizing:border-box}.product-detail-image{width:100%;object-fit:contain;background-color:#f7fafc;cursor:zoom-in}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:50px;height:50px;border-radius:50%;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s;color:#2d3748;box-shadow:0 2px 8px #0003}.gallery-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px #0000004d}.gallery-nav-prev{left:1rem}.gallery-nav-next{right:1rem}.gallery-counter{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;z-index:10}.product-detail-thumbnails{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0;scrollbar-width:thin}.product-detail-thumbnails::-webkit-scrollbar{height:6px}.product-detail-thumbnails::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.product-detail-thumbnails::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.product-detail-thumbnails::-webkit-scrollbar-thumb:hover{background:#555}.thumbnail{width:80px;height:80px;object-fit:contain;background:#f7fafc;border-radius:8px;cursor:pointer;border:3px solid transparent;transition:all .2s;flex-shrink:0}.thumbnail:hover{border-color:#667eea;transform:scale(1.05)}.thumbnail.active{border-color:#667eea;box-shadow:0 0 0 2px #667eea4d}.product-detail-no-image{width:100%;aspect-ratio:1;background-color:#e2e8f0;display:flex;align-items:center;justify-content:center;border-radius:12px;color:#718096;font-size:1.2rem}.product-detail-info{display:flex;flex-direction:column;gap:.75rem;padding-right:2.75rem}.product-detail-top{display:flex;align-items:flex-start;justify-content:flex-start;gap:.75rem;flex-wrap:wrap}.publish-badge{display:inline-flex;align-items:center;padding:.35rem .6rem;border-radius:999px;font-size:.85rem;font-weight:600;line-height:1.1;border:1px solid transparent;white-space:nowrap}.publish-badge.published{background:#e6fffa;color:#234e52;border-color:#b2f5ea}.publish-badge.scheduled{background:#ebf4ff;color:#2a4365;border-color:#bee3f8}.product-detail-dates{display:flex;justify-content:space-between;align-items:center;gap:.75rem;font-size:.8rem;color:#718096}.product-detail-dates--below{margin-top:.25rem}.product-detail-date-line{line-height:1.2;min-width:0}.product-detail-date-line--left{text-align:left}.product-detail-date-line--right{text-align:right}.product-detail-name{font-size:1.6rem;font-weight:700;color:#2d3748;margin:0}.product-detail-stock{font-weight:700;margin-top:.1rem}.product-detail-stock.in-stock{color:#48bb78}.product-detail-stock.reserved{color:#dd6b20}.product-detail-stock.out-of-stock{color:#e53e3e}.product-detail-brand{font-size:1.1rem;color:#667eea;margin:0}.product-detail-description{font-size:1rem;color:#4a5568;line-height:1.6;margin:0}.product-detail-specs{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background-color:#f7fafc;border-radius:8px}.product-detail-spec{font-size:1rem;color:#2d3748}.product-detail-spec strong{color:#4a5568;margin-right:.5rem}.product-detail-footer{margin-top:auto;padding-top:1rem;border-top:2px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;gap:1rem}.product-detail-price{font-size:2.5rem;font-weight:700;color:#667eea;white-space:nowrap;display:inline-flex;align-items:baseline}.btn-buy-detail{background:#667eea;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-buy-detail:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.btn-buy-detail:active{transform:translateY(0)}.btn-buy-detail:disabled{background:#a0aec0;cursor:not-allowed;opacity:.6}.btn-buy-detail:disabled:hover{transform:none;box-shadow:none}@media (max-width: 768px){.product-detail-main-image{height:min(55vh,420px)}.product-detail-overlay{padding:0;align-items:flex-start}.product-detail-modal{border-radius:0;max-height:100vh;max-width:100vw}.product-detail-content{grid-template-columns:1fr;padding:1rem;gap:1rem}.product-detail-info{padding-right:0}.product-detail-dates{flex-direction:column;align-items:flex-start;gap:.25rem}.product-detail-date-line--right{text-align:left}.product-detail-close{top:.5rem;right:.5rem;width:36px;height:36px;font-size:1.5rem}.product-detail-name{font-size:1.5rem}.product-detail-brand{font-size:1rem}.product-detail-price{font-size:2rem}.gallery-nav{width:40px;height:40px;font-size:1.5rem}.gallery-nav-prev{left:.5rem}.gallery-nav-next{right:.5rem}.thumbnail{width:60px;height:60px}.product-detail-footer{flex-direction:column;gap:.75rem;align-items:center}.btn-buy-detail{width:auto;max-width:min(100%,280px);padding:.55rem 1.1rem;font-size:.9rem;min-height:40px;touch-action:manipulation}}@media (max-width: 480px){.product-detail-main-image{height:min(48vh,340px);padding:.35rem}.product-detail-content{padding:.75rem}.product-detail-name{font-size:1.25rem}.product-detail-price{font-size:1.75rem}.product-detail-specs{padding:.75rem}.product-detail-spec{font-size:.9rem}.gallery-counter{font-size:.8rem;padding:.4rem .75rem}.thumbnail{width:50px;height:50px}.product-detail-footer{gap:.5rem}.btn-buy-detail{padding:.45rem .95rem;font-size:.85rem;min-height:36px;max-width:min(100%,240px)}}.page-shell{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;box-sizing:border-box}.page-shell.page-shell--no-x-pad{padding-left:0;padding-right:0}.page-shell__inner{width:100%}.page-shell__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem 1.5rem;margin-bottom:1.5rem}.page-shell__headline{flex:1;min-width:0;text-align:left}.page-shell__title{font-size:clamp(1.5rem,4vw,1.85rem);font-weight:700;color:#2d3748;margin:0 0 .4rem;line-height:1.25}.page-shell__subtitle{margin:0;font-size:1rem;line-height:1.5;color:#718096;max-width:52rem}.page-shell__subtitle p{margin:0 0 .5rem}.page-shell__subtitle p:last-child{margin-bottom:0}.page-shell__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;flex-shrink:0}.page-shell__body{width:100%;min-width:0;box-sizing:border-box}.page-shell--auth .page-shell__body{display:flex;justify-content:center}.page-shell.page-shell--auth{max-width:none;padding-left:0;padding-right:0}.page-shell--catalog .catalog-filters{margin-top:0}@media (max-width: 768px){.page-shell{padding:0 1rem}.page-shell.page-shell--no-x-pad{padding-left:0;padding-right:0}.page-shell__header{margin-bottom:1.25rem;flex-direction:column;align-items:stretch}.page-shell__actions{width:100%;justify-content:flex-start}}@media (max-width: 480px){.page-shell{padding:0 .75rem}.page-shell.page-shell--no-x-pad{padding-left:0;padding-right:0}}.catalog-filters-wrap{width:100%;max-width:100%}.catalog-filters-mobile-bar{display:none;align-items:center;gap:.5rem;margin:0 0 .5rem}.catalog-filters-toggle{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.5rem 1rem;border:1px solid #cbd5e0;border-radius:10px;background:#fff;color:#2d3748;font-size:.95rem;font-weight:600;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.catalog-filters-toggle:active{background:#f7fafc}.catalog-filters-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;padding:0 .35rem;border-radius:999px;background:#667eea;color:#fff;font-size:.75rem;font-weight:700}.catalog-filters-reset{flex-shrink:0;min-height:44px;padding:.5rem .85rem;border:none;border-radius:10px;background:#edf2f7;color:#4a5568;font-size:.9rem;font-weight:600;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.catalog-filters-reset:active{background:#e2e8f0}.catalog-filters{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem;margin:.35rem 0 .8rem;width:100%;max-width:100%;overflow-x:clip}.catalog-filters>*{min-width:0}.catalog-filters select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;min-height:34px;border:1px solid #d2d6dc;border-radius:8px;padding:.3rem 1.9rem .3rem .5rem;background:#fff;color:#2d3748;font-size:.9rem;background-image:linear-gradient(45deg,transparent 50%,#718096 50%),linear-gradient(135deg,#718096 50%,transparent 50%);background-position:calc(100% - 16px) calc(50% - 3px),calc(100% - 10px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}.products-grid{display:grid;grid-template-columns:repeat(3,calc((100% - 2 * 1.25rem) / 3));gap:1.25rem;margin-top:1.25rem;width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow-x:clip}.page-shell--catalog{overflow-x:clip}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;cursor:pointer;height:auto;min-width:0}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.product-image-container{width:100%;height:clamp(140px,19vw,200px);overflow:hidden;background-color:#f7fafc;position:relative;flex-shrink:0}.product-images-badge{position:absolute;top:.75rem;right:.75rem;background:#667eeae6;color:#fff;padding:.5rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600;box-shadow:0 2px 8px #0003;z-index:1}.product-image{width:100%;height:100%;object-fit:cover}.product-image-placeholder{width:100%;height:clamp(140px,19vw,200px);background-color:#e2e8f0;display:flex;align-items:center;justify-content:center;color:#718096}.product-info{padding:.75rem;flex:initial;display:flex;flex-direction:column;min-height:0;min-width:0}.product-name{font-size:1.05rem;font-weight:600;color:#2d3748;margin-bottom:.5rem;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-brand{font-size:.9rem;color:#667eea;font-weight:500;margin-bottom:.5rem}.product-description{font-size:.9rem;color:#718096;margin-bottom:.6rem;flex:initial;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;overflow-wrap:break-word}.product-details{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.45rem;font-size:.85rem;color:#4a5568;min-width:0}.product-size,.product-color,.product-gender,.product-condition{padding:.25rem .75rem;background-color:#edf2f7;border-radius:4px;display:inline-flex;align-items:center;gap:.25rem;min-width:0;max-width:100%}.product-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-top:.25rem;gap:1rem;flex-shrink:0;padding-top:.2rem;min-width:0}.product-price{font-size:1.2rem;font-weight:700;color:#667eea;white-space:nowrap;min-width:0}.btn-buy{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:normal;text-wrap:balance;min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;box-sizing:border-box;max-width:100%;flex:1 1 140px;margin-left:auto}.btn-buy:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 8px #667eea4d}.btn-buy:active{transform:translateY(0);background:#4a5bc4}.btn-buy:disabled{background:#a0aec0;cursor:not-allowed;opacity:.6}.btn-buy:disabled:hover{transform:none;box-shadow:none}.loading,.error,.empty-state{text-align:center;padding:3rem;font-size:1.2rem;color:#718096}.error{color:#e53e3e}.catalog-pagination{margin-top:1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:#4a5568;font-size:.9rem}.catalog-load-sentinel{width:100%;height:8px}@media (max-width: 768px){.catalog-filters-mobile-bar{display:flex}.catalog-filters{display:none;grid-template-columns:1fr;margin-top:0;margin-bottom:.75rem;gap:.65rem}.catalog-filters.catalog-filters--open{display:grid}.products-grid{grid-template-columns:repeat(2,calc((100% - 1rem)/2));gap:1rem}.product-image-container{height:180px}.product-info{padding:.75rem}.product-name{font-size:.95rem;margin-bottom:.25rem;line-height:1.3}.product-brand{font-size:.8rem;margin-bottom:.25rem}.product-description{display:none}.product-stock{font-size:.75rem!important;margin-bottom:.5rem!important}.product-details{font-size:.7rem;gap:.4rem;margin-bottom:.5rem;flex-wrap:wrap}.product-size,.product-color,.product-gender,.product-condition{padding:.15rem .4rem;font-size:.7rem;white-space:nowrap;display:inline-flex;align-items:center;gap:.2rem}.product-price{font-size:1.1rem}.btn-buy{padding:.45rem .85rem;font-size:.82rem;white-space:nowrap;min-width:auto;flex:0 1 auto;min-height:40px}.product-footer{gap:.5rem;flex-wrap:wrap;align-items:center}.product-images-badge{font-size:.7rem;padding:.3rem .5rem;top:.5rem;right:.5rem}.catalog-pagination{flex-direction:column;align-items:flex-start}}@media (max-width: 480px){.products-grid{grid-template-columns:repeat(2,calc((100% - .6rem)/2));gap:.6rem}.product-card{border-radius:8px}.product-image-container{height:140px}.product-info{padding:.5rem}.product-name{font-size:.8rem;margin-bottom:.3rem;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.4em}.product-brand{font-size:.65rem;margin-bottom:.3rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.product-stock{font-size:.65rem!important;margin-bottom:.3rem!important}.product-details{font-size:.6rem;gap:.25rem;margin-bottom:.3rem;line-height:1.3}.product-size,.product-color,.product-gender,.product-condition{padding:.1rem .25rem;font-size:.6rem;display:inline-flex;align-items:center;gap:.1rem;line-height:1.2}.product-footer{flex-direction:column;align-items:center;gap:.35rem;padding-top:.3rem;margin-top:auto}.product-price{font-size:.95rem;text-align:center;font-weight:700}.btn-buy{width:auto;max-width:100%;padding:.4rem .75rem;font-size:.78rem;min-height:36px;flex:0 0 auto;margin-left:0}.product-images-badge{font-size:.6rem;padding:.2rem .35rem;top:.3rem;right:.3rem}}.admin-dashboard{width:100%}.admin-cards{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:2rem}.admin-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;text-align:center}.admin-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.admin-card-icon{font-size:3rem;margin-bottom:1rem}.admin-card h2{color:#2d3748;margin-bottom:.5rem}.admin-card p{color:#718096;font-size:.9rem}@media (max-width: 768px){.admin-cards{grid-template-columns:1fr;gap:1.5rem}.admin-card{padding:1.5rem}.admin-card-icon{font-size:2.5rem}.admin-card h2{font-size:1.25rem}}@media (max-width: 480px){.admin-cards{gap:1rem}.admin-card{padding:1.25rem}.admin-card-icon{font-size:2rem;margin-bottom:.75rem}.admin-card h2{font-size:1.1rem}.admin-card p{font-size:.85rem}}.modal-content{background:#fff;border-radius:12px;max-width:720px;width:100%;max-height:90vh;overflow-y:auto;overflow-x:hidden;box-shadow:0 20px 25px -5px #0000001a}.product-form-modal{position:relative}.product-form-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffd9;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;z-index:10}.product-form-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:product-form-spin .9s linear infinite}.product-form-loading-text{margin:0;color:#4a5568;font-size:1rem;font-weight:500}@keyframes product-form-spin{to{transform:rotate(360deg)}}.btn-with-spinner{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:product-form-spin .8s linear infinite}.modal-close:disabled{opacity:.6;cursor:not-allowed}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h2{color:#2d3748;font-size:1.5rem}.product-form{padding:1rem 1.5rem}.form-error{background-color:#fed7d7;color:#c53030;padding:.75rem;border-radius:6px;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #cbd5e0;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-native-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:linear-gradient(45deg,transparent 50%,#718096 50%),linear-gradient(135deg,#718096 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 3px),calc(100% - 12px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:2.1rem!important}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-checkbox-inline{display:inline-flex!important;align-items:center;gap:.55rem;cursor:pointer;white-space:nowrap}.form-checkbox-inline input[type=checkbox]{width:18px;height:18px;margin:0;flex-shrink:0;accent-color:#667eea}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem}.form-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.75rem 1rem}.image-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;margin-top:1rem}.preview-item{position:relative;width:100%;padding-top:100%;background-color:#f7fafc;border-radius:6px;overflow:hidden}.preview-item--draggable{cursor:grab}.preview-item--draggable.is-dragging{opacity:.55}.preview-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;cursor:zoom-in}.preview-order-badge{position:absolute;left:4px;top:4px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#2d3748c7;color:#fff;font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.remove-image{position:absolute;top:4px;right:4px;background-color:#0009;color:#fff;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;font-size:1.2rem;line-height:1;display:flex;align-items:center;justify-content:center}.remove-image:disabled{opacity:.5;cursor:not-allowed}.existing-images{margin-top:1rem}.existing-images p{margin-bottom:.5rem;color:#4a5568;font-size:.9rem}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #e2e8f0}.image-lightbox-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:1rem;border-radius:12px}.image-lightbox-content{position:relative;width:min(92%,900px);max-height:88vh}.image-lightbox-image{width:100%;max-height:88vh;object-fit:contain;border-radius:8px;background:#111827}.image-lightbox-close{position:absolute;right:10px;top:10px;width:34px;height:34px;border:none;border-radius:50%;background:#0009;color:#fff;font-size:1.4rem;line-height:1;cursor:pointer}@media (max-width: 768px){.form-row,.form-row-3{grid-template-columns:1fr}.modal-content{max-height:95vh}}.confirm-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10050;padding:1.5rem}.confirm-dialog{background:#fff;border-radius:12px;max-width:420px;width:100%;box-shadow:0 4px 20px #0003;overflow:hidden}.confirm-dialog-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0}.confirm-dialog-header h3{margin:0;color:#2d3748;font-size:1.15rem;font-weight:600}.confirm-dialog-close{background:none;border:none;font-size:1.75rem;line-height:1;color:#718096;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .15s,color .15s}.confirm-dialog-close:hover:not(:disabled){background-color:#f7fafc;color:#2d3748}.confirm-dialog-close:disabled{opacity:.5;cursor:not-allowed}.confirm-dialog-message{margin:0;padding:1.25rem 1.25rem .5rem;color:#4a5568;font-size:.95rem;line-height:1.5}.confirm-dialog-actions{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem;border-top:1px solid #e2e8f0}.btn-confirm-cancel{background:#edf2f7;color:#2d3748;border:none;padding:.625rem 1.15rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .15s}.btn-confirm-cancel:hover:not(:disabled){background:#e2e8f0}.btn-confirm-cancel:disabled{opacity:.6;cursor:not-allowed}.btn-confirm-danger{background-color:#e53e3e;color:#fff;border:none;padding:.625rem 1.15rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .15s}.btn-confirm-danger:hover:not(:disabled){background-color:#c53030}.btn-confirm-danger:disabled{opacity:.7;cursor:not-allowed}.btn-confirm-primary{background-color:#667eea;color:#fff;border:none;padding:.625rem 1.15rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .15s}.btn-confirm-primary:hover:not(:disabled){background-color:#5a67d8}.btn-confirm-primary:disabled{opacity:.7;cursor:not-allowed}.admin-products-page{width:calc(100% + 3rem);max-width:none;margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.3em;padding-right:1.3em;box-sizing:border-box}@media (max-width: 768px){.admin-products-page{width:calc(100% + 2rem);margin-left:-1rem;margin-right:-1rem}}@media (max-width: 480px){.admin-products-page{width:calc(100% + 1.5rem);margin-left:-.75rem;margin-right:-.75rem}}.header-actions{display:flex;flex-direction:row;gap:.5rem;align-items:center;flex-wrap:nowrap;justify-content:flex-end}.header-actions.header-actions--with-send{flex-wrap:wrap}.header-actions .btn.btn-filters{min-width:9rem;display:flex;align-items:center;justify-content:center;white-space:nowrap;padding:.5rem 1rem;font-size:.9rem;min-height:40px;flex-shrink:0}.send-channel-wrapper{flex:1 1 360px;min-width:320px;max-width:520px;display:flex;flex-direction:column}.send-channel-group{display:flex;flex-direction:row;gap:.25rem;align-items:stretch}.header-actions .btn.btn-send-channel{flex:1;min-width:0;padding:.5rem .75rem;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;justify-content:center}.btn-icon.btn-emoji-settings{width:34px;min-width:34px;padding:.5rem;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0;background-color:#e2e8f0;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.btn-icon.btn-emoji-settings:hover,.btn-icon.btn-emoji-settings.active{background-color:#667eea;color:#fff}.emoji-settings-anchor{display:flex;position:relative;flex-shrink:0}.emoji-settings-popup{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #00000026;z-index:2000;min-width:220px;padding:.75rem}.emoji-settings-title{font-size:.8rem;font-weight:600;color:#718096;margin-bottom:.625rem;text-transform:uppercase;letter-spacing:.05em}.emoji-settings-list{display:flex;flex-direction:column;gap:.25rem}.emoji-option{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:none;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:.875rem;color:#2d3748;transition:all .15s;text-align:left;width:100%}.emoji-option-image{width:24px;height:24px;object-fit:contain;flex-shrink:0}.emoji-option-label{flex:1;min-width:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.emoji-option:hover{background-color:#f7fafc;border-color:#cbd5e0}.emoji-option.selected{background-color:#ebf4ff;border-color:#667eea;color:#667eea;font-weight:600}.header-actions .btn.btn-add{white-space:nowrap;flex-shrink:0;padding:.5rem 1rem;font-size:.875rem;display:flex;align-items:center;justify-content:center;min-height:40px}.send-progress-bar{width:100%;height:4px;background-color:#e2e8f0;border-radius:2px;overflow:hidden;margin-top:.5rem}.send-progress-fill{height:100%;background-color:#48bb78;transition:width .3s ease}.checkbox-column{width:40px;text-align:center;vertical-align:middle}.products-table tbody tr.row-selected{background-color:#e6f2ff!important}.products-table tbody tr.row-selected:hover{background-color:#cce5ff!important}.btn-secondary{background-color:#e2e8f0;color:#2d3748;padding:.75rem 1.5rem;font-size:1rem;font-weight:500}.btn-secondary.active{background-color:#667eea;color:#fff}.btn-clear{background-color:#f56565;color:#fff;padding:.5rem 1rem;font-size:.9rem}.btn-clear:hover{background-color:#e53e3e}.btn-edit{background-color:#48bb78;color:#fff;margin-right:.5rem}.btn-edit:hover{background-color:#38a169}.filters-panel{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a;border:1px solid #e2e8f0}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-bottom:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.5rem;position:relative}.filter-group label{font-size:.875rem;font-weight:600;color:#2d3748;margin-bottom:.25rem}.filter-group input,.filter-group select{padding:.625rem .75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;transition:all .2s;background-color:#fff}.filter-group input:hover,.filter-group select:hover{border-color:#cbd5e0}.filter-group input:focus,.filter-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-group input::placeholder{color:#a0aec0}.active-filters-bar{margin-bottom:1rem}.active-filters{display:flex;flex-wrap:wrap;gap:.5rem;padding:0;background-color:#f7fafc;border-radius:8px;align-items:center}.active-filters:empty{display:none}.btn-clear-all{background-color:#e53e3e;color:#fff;border:none;padding:.375rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s;margin-left:auto}.btn-clear-all:hover{background-color:#c53030}.filter-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background-color:#667eea;color:#fff;border-radius:20px;font-size:.875rem;font-weight:500}.filter-chip button{background:none;border:none;color:#fff;cursor:pointer;padding:0;margin-left:.25rem;font-size:1.125rem;line-height:1;opacity:.8;transition:opacity .2s;display:flex;align-items:center;justify-content:center;width:18px;height:18px}.filter-chip button:hover{opacity:1}.filters-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.filters-popup{background:#fff;border-radius:12px;padding:1.5rem;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 4px 20px #0003;position:relative}.filters-popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.filters-popup-header h3{margin:0;color:#2d3748;font-size:1.25rem}.filters-popup-close{background:none;border:none;font-size:2rem;color:#718096;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.filters-popup-close:hover{background-color:#f7fafc;color:#2d3748}.filters-popup .filters-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}.filters-popup-actions{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:2px solid #e2e8f0}.btn-clear{background-color:#e53e3e;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-clear:hover{background-color:#c53030}.btn-clear:active{transform:scale(.98)}.table-info{padding:.75rem 1rem;background-color:#f7fafc;border-bottom:1px solid #e2e8f0;font-size:.9rem;color:#718096;display:flex;justify-content:space-between;align-items:center}.table-info .btn-select-all{padding:.25rem .4rem;font-size:.8rem;margin-left:1rem;min-height:auto;line-height:1.2;white-space:nowrap;width:auto}.products-table-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow-x:auto;overflow-y:visible;min-height:62vh}.products-table{width:100%;border-collapse:collapse}.products-table thead{background-color:#667eea;color:#fff}.products-table th{padding:1rem;text-align:left;font-weight:600;white-space:nowrap}.products-table td{padding:1rem;border-bottom:1px solid #e2e8f0;vertical-align:middle;min-height:74px}.products-table tbody tr.product-row{cursor:pointer}.products-table tbody tr.product-row:hover{background-color:#f7fafc}.products-table tbody tr.product-unpublished{background-color:#fff8e1;border-left:4px solid #ff9800}.products-table tbody tr.product-unpublished:hover{background-color:#ffe082}.product-image-cell{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem}.table-image{width:60px;height:60px;object-fit:cover;border-radius:6px;cursor:help}.table-image-placeholder{width:60px;height:60px;background-color:#e2e8f0;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#718096;cursor:help}.product-name-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#2d3748;color:#fff;padding:.5rem;border-radius:4px;font-size:.75rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s;margin-bottom:.5rem;z-index:10;max-width:200px;overflow:hidden;text-overflow:ellipsis}.product-image-cell:hover .product-name-tooltip{opacity:1}.product-name-below{font-size:.75rem;color:#4a5568;text-align:center;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gender-cell{font-size:1.5rem;text-align:center;cursor:help}.quantity-cell{text-align:center;white-space:nowrap}.product-info-wrapper{display:none}.publication-icon-wrapper{display:flex;align-items:center;justify-content:center;cursor:help}.publication-icon{font-size:1.2rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%}.publication-icon.published{color:#48bb78;background-color:#f0fff4}.publication-icon.scheduled{color:#ed8936;background-color:#fff8e1}.publication-icon.unpublished{color:#e53e3e;background-color:#fff5f5}.action-menu-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.btn-more{background:none;border:none;font-size:1.5rem;color:#718096;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s;line-height:1;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.btn-more:hover{background-color:#f7fafc;color:#2d3748}.action-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 6px #0000001a;z-index:1000;min-width:150px;display:none;margin-top:.25rem}.action-menu.show{display:block}.action-menu-item{display:block;width:100%;padding:.75rem 1rem;text-align:left;border:none;background:none;cursor:pointer;font-size:.9rem;color:#2d3748;transition:background-color .2s}.action-menu-item:hover{background-color:#f7fafc}.action-menu-item.edit{border-bottom:1px solid #e2e8f0}.action-menu-item.delete{color:#e53e3e}.action-menu-item.delete:hover{background-color:#fff5f5;color:#c53030}.empty-state{text-align:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;min-height:260px;display:flex;align-items:center;justify-content:center}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem}.product-details-modal{background:#fff;border-radius:12px;width:50vw;max-width:50vw;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-header h2{margin:0;color:#2d3748;font-size:1.5rem}.modal-close{background:none;border:none;font-size:2rem;color:#718096;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.modal-close:hover{background-color:#f7fafc;color:#2d3748}.product-details-content{padding:1.5rem}.product-details-top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem 1.25rem;margin-bottom:1.5rem}.product-details-images{flex:1 1 280px;min-width:0;margin-bottom:0}.product-details-dates{flex:0 0 auto;text-align:right;font-size:.72rem;line-height:1.45;color:#a0aec0;max-width:16rem}.product-details-dates__line{white-space:nowrap}@media (max-width: 640px){.product-details-dates{text-align:left;width:100%;max-width:none}.product-details-dates__line{white-space:normal}}.detail-pair-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem;align-items:stretch}.detail-pair-item{display:grid;grid-template-columns:minmax(5.5rem,auto) 1fr;gap:.5rem .75rem;align-items:center;min-width:0}.detail-pair-item .detail-label{padding-top:0}@media (max-width: 520px){.detail-pair-row{grid-template-columns:1fr}}.product-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.product-detail-image{width:100%;height:200px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}.product-image-placeholder-large{width:100%;height:300px;background-color:#e2e8f0;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#718096}.product-details-info{display:flex;flex-direction:column;gap:1rem}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem}.detail-section{margin-bottom:.5rem}.detail-section h3{margin:0;color:#2d3748;font-size:1.5rem}.detail-row{display:grid;grid-template-columns:170px 1fr;gap:.75rem;padding:0;border-bottom:none;align-items:start}.detail-label{font-weight:600;color:#4a5568;min-width:auto;flex-shrink:0;padding-top:.7rem}.detail-value{color:#2d3748;flex:1;border:1px solid #cbd5e0;background:#f8fafc;border-radius:6px;min-height:42px;padding:.65rem .75rem;display:flex;align-items:center}.detail-value--nowrap{white-space:nowrap}.gender-icon-large{font-size:1.5rem;margin-right:.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e2e8f0}@media (max-width: 768px){.modal-overlay{padding:1rem}.product-details-modal{width:90vw;max-width:90vw}.product-images-grid{grid-template-columns:1fr}.detail-row{grid-template-columns:1fr;gap:.35rem}.detail-grid{grid-template-columns:1fr}.detail-label{padding-top:0}.modal-footer{flex-direction:column-reverse}.modal-footer .btn{width:100%}}@media (max-width: 768px){.products-table{font-size:.9rem}.products-table th,.products-table td{padding:.5rem}.action-menu{right:auto;left:0}.filters-grid{grid-template-columns:1fr}.filter-chip{font-size:.8rem;padding:.25rem .625rem}.filters-actions{flex-direction:column;gap:.75rem}.btn-clear{width:100%}.header-actions{width:100%;flex-wrap:wrap}.header-actions{flex-direction:row;flex-wrap:wrap;align-items:stretch;width:100%}.header-actions .btn.btn-filters,.header-actions .btn.btn-add{order:1;flex:1 1 0;min-width:0}.send-channel-wrapper{order:2;flex:1 1 100%;width:100%;min-width:0}.send-channel-group{width:100%}.table-info .btn-select-all{width:auto}.products-table-container{overflow-x:hidden;width:100%;box-sizing:border-box}.products-table{display:block;width:100%;overflow-x:visible;box-sizing:border-box}.products-table thead{display:none}.products-table tbody{display:block}.products-table tr{display:flex;flex-direction:column;margin-bottom:1rem;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem;background:#fff;box-shadow:0 2px 4px #0000000d;width:100%;box-sizing:border-box}.products-table td{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border:none;border-bottom:1px solid #f7fafc;text-align:left}.products-table td:last-child{border-bottom:none}.products-table td:before{content:attr(data-label);font-weight:600;color:#4a5568;margin-right:.5rem;flex-shrink:0}.product-row{display:flex;flex-direction:column}.action-menu{position:static;margin-top:.5rem}}@media (max-width: 480px){.header-actions{gap:.5rem}.header-actions .btn{font-size:.875rem;padding:.5rem .75rem}.table-info .btn-select-all{width:auto}.active-filters{gap:.5rem}.filter-chip{font-size:.75rem;padding:.2rem .5rem}.filters-popup{width:95vw;max-height:90vh;padding:1rem}.filters-popup-header h3{font-size:1.25rem}.products-table-container{overflow-x:hidden;width:100%;box-sizing:border-box}.products-table{display:block;width:100%;overflow-x:visible;box-sizing:border-box}.products-table thead{display:none}.products-table tbody{display:block}.products-table tr{display:flex;flex-direction:row;align-items:flex-start;margin-bottom:.75rem;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem;background:#fff;box-shadow:0 2px 4px #0000000d;width:100%;box-sizing:border-box;gap:.75rem;position:relative}.products-table .desktop-only{display:none}.products-table .checkbox-column{flex-shrink:0;padding:0;border:none;align-self:flex-start;padding-top:.25rem}.products-table .checkbox-column:before{display:none}.products-table .checkbox-column input[type=checkbox]{width:18px;height:18px}.products-table .product-image-td{flex-shrink:0;padding:0;border:none;align-self:flex-start}.products-table .product-image-td:before{display:none}.products-table .product-image-cell{flex-direction:column;align-items:center;gap:.25rem}.products-table .table-image,.products-table .table-image-placeholder{width:80px;height:80px;border-radius:6px}.products-table .product-name-below,.products-table .product-name-tooltip{display:none}.products-table .product-info-wrapper{display:block;flex:1;padding:0;border:none;min-width:0}.products-table .product-info-wrapper:before{display:none}.products-table .product-info-mobile{display:flex;flex-direction:column;gap:.375rem}.products-table .product-name-mobile{font-weight:600;font-size:.95rem;color:#2d3748;line-height:1.3;display:flex;align-items:flex-start;gap:.5rem;flex-wrap:wrap}.products-table .product-name-mobile:after{content:attr(data-brand);font-weight:500;font-size:.85rem;color:#4a5568;white-space:nowrap;flex-shrink:0}.products-table .product-details-mobile{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.8rem;color:#4a5568}.products-table .product-details-mobile .brand-cell{font-weight:500}.products-table .product-details-mobile .size-cell:after{content:""}.products-table .product-details-mobile .gender-cell{font-size:1rem}.products-table .product-info-mobile .price-cell{font-weight:600;font-size:1rem;color:#667eea;margin-top:.125rem}.products-table .quantity-cell{display:none}.products-table .publication-cell,.products-table .actions-cell{position:absolute;top:.75rem;right:.75rem;padding:0;border:none;flex-shrink:0}.products-table .publication-cell:before,.products-table .actions-cell:before{display:none}.products-table .publication-cell{top:.75rem;right:2.5rem}.products-table .action-menu-wrapper{position:relative}.product-details-modal{width:95vw;max-width:95vw}.product-details-content,.modal-header{padding:1rem}.modal-header h2,.detail-section h3{font-size:1.25rem}}.admin-users-page{width:100%}.message{padding:1rem;border-radius:8px;margin-bottom:1.5rem}.message-error{background-color:#fed7d7;color:#c53030}.message-success{background-color:#c6f6d5;color:#22543d}.users-table-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.users-table{width:100%;border-collapse:collapse}.users-table thead{background-color:#f7fafc}.users-table th{padding:1rem;text-align:left;font-weight:600;color:#2d3748;border-bottom:2px solid #e2e8f0}.users-table td{padding:1rem;border-bottom:1px solid #e2e8f0;color:#4a5568}.users-table tbody tr:hover{background-color:#f7fafc}.users-table tbody tr:last-child td{border-bottom:none}.empty-state{text-align:center;padding:3rem;font-size:1.2rem;color:#718096}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;overflow-x:hidden;box-shadow:0 20px 25px -5px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h2{color:#2d3748;font-size:1.5rem;margin:0}.modal-close{background:none;border:none;font-size:2rem;color:#718096;cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.modal-close:hover{background-color:#e2e8f0}.user-form{padding:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#2d3748;font-weight:500}.form-group-checkbox{margin-top:-.25rem}.checkbox-label{display:inline-flex!important;align-items:center;gap:.55rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;margin:0}.form-group input{width:100%;padding:.75rem;border:1px solid #cbd5e0;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.btn{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-small{padding:.5rem 1rem;font-size:.9rem;margin-right:.5rem}.actions-menu-desktop{position:relative;display:inline-flex}.btn-icon-dots{width:34px;height:34px;padding:0;border-radius:8px;background:#edf2f7;color:#2d3748;font-size:1.35rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.btn-icon-dots:hover{background:#e2e8f0}.actions-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:190px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;box-shadow:0 8px 24px #0000001f;z-index:5;padding:.4rem}.actions-dropdown-item{width:100%;text-align:left;border:none;background:transparent;border-radius:8px;padding:.55rem .65rem;cursor:pointer;color:#2d3748}.actions-dropdown-item:hover{background:#f7fafc}.actions-dropdown-item--danger{color:#c53030}.actions-mobile-inline,.user-mobile-head__right,.user-mobile-meta{display:none}.btn-edit{background-color:#4299e1;color:#fff}.btn-edit:hover{background-color:#3182ce}.btn-delete{background-color:#e53e3e;color:#fff}.btn-delete:hover{background-color:#c53030}@media (max-width: 768px){.users-table-container{overflow-x:hidden;width:100%;box-sizing:border-box}.users-table{width:100%;font-size:.9rem;box-sizing:border-box}.users-table th,.users-table td{padding:.75rem .5rem}.modal-content{max-width:90vw}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}@media (max-width: 480px){.users-table-container{overflow-x:hidden;width:100%;box-sizing:border-box}.users-table{display:block;width:100%;overflow-x:visible;box-sizing:border-box}.users-table thead{display:none}.users-table tbody{display:block}.users-table tr{display:flex;flex-direction:column;margin-bottom:1rem;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;background:#fff;box-shadow:0 2px 4px #0000000d;width:100%;box-sizing:border-box}.users-table td{display:flex;align-items:center;justify-content:flex-start;gap:.4rem;padding:.5rem 0;border:none;border-bottom:1px solid #f7fafc;text-align:left}.users-table td:last-child{border-bottom:none}.users-table .id-cell,.users-table .fullname-cell,.users-table .created-cell,.users-table .last-login-cell,.users-table .admin-cell{display:none}.users-table .username-cell{width:100%;border-bottom:none}.user-mobile-head{width:100%;display:flex;justify-content:space-between;align-items:flex-start;gap:.7rem}.user-mobile-head__left{min-width:0;display:flex;align-items:center}.user-mobile-head__left:before{content:"👤";margin-right:.3rem;flex-shrink:0}.user-mobile-username{font-weight:700;color:#2d3748;font-size:1rem;line-height:1.2;overflow-wrap:anywhere}.user-mobile-head__right{display:flex;flex-direction:column;align-items:flex-end;gap:.12rem;flex-shrink:0;text-align:right}.user-mobile-meta{display:inline;font-size:.68rem;color:#718096;line-height:1.2;white-space:nowrap}.users-table .email-cell{color:#4a5568;padding-top:.15rem}.users-table .email-cell:before{content:"📧";margin-right:.2rem;flex-shrink:0}.users-table .actions-cell{justify-content:flex-end;padding-top:.75rem;gap:.5rem;flex-wrap:wrap}.actions-menu-desktop{display:none}.actions-mobile-inline{display:inline-flex;gap:.5rem;flex-wrap:wrap}.users-table .actions-cell:before{display:none}.users-table .actions-cell .btn{width:auto;min-width:auto;padding:.5rem 1rem;margin-right:0;font-size:.85rem}.btn-small{padding:.4rem .75rem;font-size:.8rem;margin-right:.25rem}.modal-content{max-width:95vw;max-height:95vh}.modal-header{padding:1rem}.modal-header h2{font-size:1.25rem}.user-form{padding:1rem}.form-group input{font-size:16px;min-height:44px}}.admin-users-orders-link{color:#2b6cb0;text-decoration:underline;text-underline-offset:2px;font-weight:600}.admin-users-orders-link:hover{color:#2c5282}.admin-announcements-container{width:100%}.announcement-form,.channel-message-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a;border:1px solid #e2e8f0}.announcement-form h2,.channel-message-section h2{margin-bottom:1.5rem;color:#2d3748;font-size:1.5rem;font-weight:600}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#4a5568}.form-group textarea,.form-group input[type=text],.form-group input[type=datetime-local]{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;font-family:inherit}.form-group textarea{resize:vertical;min-height:150px}.brand-selector{display:flex;flex-direction:column;gap:.5rem}.brand-selector label{display:flex;align-items:center;gap:.5rem}.brand-search,.brand-dropdown{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem}.products-grid{display:grid;grid-template-columns:repeat(3,minmax(310px,1fr));gap:1rem;margin-top:1rem;max-height:40rem;overflow-y:auto;padding:.5rem;border:1px solid #e2e8f0;border-radius:8px;background-color:#f9fafb}.product-card{position:relative;border:2px solid #e2e8f0;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s}.product-card:hover{border-color:#667eea;box-shadow:0 4px 8px #0000001a}.product-card.selected{border-color:#667eea;background-color:#f0f4ff}.product-card img{width:100%;height:250px;object-fit:cover}.product-info{padding:.75rem}.product-info h4{margin:0 0 .25rem;font-size:.9rem;color:#2d3748}.product-info p{margin:0;font-size:.8rem;color:#718096}.selected-indicator{position:absolute;top:.5rem;right:.5rem;background:#667eea;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;z-index:10;box-shadow:0 2px 4px #0003;font-weight:700}.form-actions{display:flex;gap:1rem;margin-top:2rem}.announcements-list{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 4px #0000001a}.announcements-list h2{margin-bottom:1.5rem;color:#2d3748}.announcements-table{width:100%;border-collapse:collapse}.announcements-table th,.announcements-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.announcements-table th{background-color:#f7fafc;font-weight:600;color:#4a5568}.status-sent{color:#48bb78;font-weight:500;display:flex;align-items:center;gap:.5rem}.status-pending{color:#ed8936;font-weight:500;display:flex;align-items:center;gap:.5rem}.status-icon{font-size:1.1rem;line-height:1}.status-text{display:inline}.btn-primary{background-color:#667eea;color:#fff}.btn-primary:hover{background-color:#5568d3}@media (max-width: 768px){.announcement-form,.channel-message-section{padding:1.5rem}.announcement-form h2,.channel-message-section h2{font-size:1.25rem}.form-actions{flex-direction:column}.form-actions .btn{width:100%}.products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.product-card img{height:200px}.announcements-list{padding:1.5rem}.announcements-table{font-size:.9rem}.announcements-table th,.announcements-table td{padding:.75rem .5rem}}@media (max-width: 480px){.announcement-form,.channel-message-section{padding:1rem}.announcement-form h2,.channel-message-section h2{font-size:1.1rem}.products-grid{grid-template-columns:1fr;max-height:400px}.announcements-list{padding:1rem;overflow-x:hidden;width:100%;box-sizing:border-box}.announcements-table{display:block;width:100%;overflow-x:visible;box-sizing:border-box}.announcements-table thead{display:none}.announcements-table tbody{display:block}.announcements-table tr{display:flex;flex-direction:column;margin-bottom:1rem;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;background:#fff;box-shadow:0 2px 4px #0000000d;width:100%;box-sizing:border-box}.announcements-table td{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border:none;border-bottom:1px solid #f7fafc;text-align:left}.announcements-table td:last-child{border-bottom:none}.announcements-table .products-count-cell,.announcements-table .collages-count-cell{display:none}.announcements-table .message-cell{font-weight:500;color:#2d3748;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.announcements-table .message-cell:before{content:"Сообщение:";font-weight:600;color:#4a5568;margin-right:.5rem;flex-shrink:0}.announcements-table .date-cell:before{content:"📅";margin-right:.5rem;flex-shrink:0}.announcements-table .status-cell{justify-content:flex-start}.announcements-table .status-cell:before{content:"Статус:";font-weight:600;color:#4a5568;margin-right:.5rem;flex-shrink:0}.status-sent,.status-pending{display:flex;align-items:center;gap:.5rem}.status-icon{font-size:1.3rem;line-height:1}.status-text{display:none}.announcements-table .actions-cell{justify-content:flex-end;padding-top:.75rem}.announcements-table .actions-cell:before{display:none}.announcements-table .actions-cell .btn{width:auto;min-width:auto;padding:.5rem 1rem}}.admin-orders-page{width:100%}.header-actions--row{flex-wrap:nowrap;align-items:center}.group-by-row{display:flex;align-items:center;gap:.5rem;margin-right:.75rem;padding-right:.75rem;border-right:1px solid #e2e8f0}.group-by-label{font-size:.875rem;color:#718096;font-weight:500}.group-by-btn{padding:.4rem .75rem;border:2px solid #e2e8f0;border-radius:6px;background:#fff;font-size:.875rem;cursor:pointer;color:#4a5568;transition:all .2s}.group-by-btn:hover{border-color:#667eea;background:#f7fafc}.group-by-btn.active{background:#667eea;color:#fff;border-color:#667eea}.status-filters-toggle-btn{display:none;width:100%;padding:.6rem 1rem;margin-bottom:.5rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;font-weight:500;color:#4a5568;cursor:pointer;text-align:left}.status-filters-body{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.status-filters{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a}.status-filters.status-filters--expanded .status-filters-body,.status-filters:not(.status-filters--collapsed) .status-filters-body{display:flex}@media (min-width: 769px){.status-filters--collapsed .status-filters-body{display:flex!important}.th-open-details,.td-open-details{width:0!important;min-width:0!important;max-width:0!important;padding:0!important;border:0!important;overflow:hidden!important;white-space:nowrap!important}.td-open-details .btn-open-order-details{display:none!important}}.status-filter-btn{padding:.5rem 1rem;border:2px solid #e2e8f0;border-radius:6px;background:#fff;color:#4a5568;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.status-filter-btn:hover{border-color:var(--status-color, #667eea);background:#f7fafc}.status-filter-btn.active{background:var(--status-color, #667eea);color:#fff;border-color:var(--status-color, #667eea)}.filter-discount-btn{padding:.5rem 1rem;border:2px solid #e2e8f0;border-radius:6px;background:#fff;color:#4a5568;font-size:.9rem;cursor:pointer;transition:all .2s}.filter-discount-btn:hover,.filter-discount-btn.active{border-color:#48bb78;background:#f0fff4;color:#276749}.btn-sale{padding:.5rem 1rem;border-radius:6px;background:#48bb78;color:#fff;border:none;font-weight:500;cursor:pointer;transition:background .2s;display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap;line-height:1}.btn-sale:hover{background:#38a169}.btn-sale-inline{background:#48bb78;color:#fff;border:none}.admin-cart-empty{margin:0;color:#718096;padding:1rem}.admin-cart-list{display:flex;flex-direction:column;gap:.75rem;padding:1rem}.admin-cart-list--embedded{padding-top:.75rem}.admin-cart-item-card{display:flex;align-items:center;gap:.75rem;border:1px solid #e2e8f0;border-radius:8px;padding:.6rem}.admin-cart-item-image{width:52px;height:52px;object-fit:cover;border-radius:6px;flex-shrink:0;background:#edf2f7}.admin-cart-item-image--empty{display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#a0aec0}.admin-cart-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.admin-cart-item-info strong{font-size:.9rem;color:#2d3748}.admin-cart-item-info span{font-size:.8rem;color:#718096}.bulk-actions{display:flex;align-items:center;gap:1rem;padding:1rem;background:#e6f2ff;border-radius:8px;margin-bottom:1.5rem;flex-wrap:wrap}.bulk-actions-info{font-weight:500;color:#2d3748}.bulk-actions-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.btn-small{padding:.5rem 1rem;font-size:.875rem}.orders-groups{display:flex;flex-direction:column;gap:1rem;width:100%}.order-group{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;overflow:visible;width:100%}.order-group-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#f7fafc;border-left:4px solid;cursor:pointer;transition:background-color .2s}.order-group-header:hover{background:#edf2f7}.group-header-left{display:flex;align-items:center;gap:1rem;flex:1}.group-header-left h2{margin:0;font-size:1.25rem;font-weight:600}.expand-btn{background:none;border:none;font-size:1rem;color:#718096;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:background-color .2s}.expand-btn:hover{background:#e2e8f0}.order-group-content{padding:0;width:100%;overflow:visible}.orders-table{width:100%;border-collapse:collapse;table-layout:fixed}.orders-table thead{background-color:#f7fafc}.orders-table th{padding:1rem;text-align:left;font-weight:600}.orders-table th.sortable-th{padding:0;vertical-align:middle}.orders-table .th-sort-btn{display:inline-flex;align-items:center;gap:.25rem;width:100%;padding:1rem;text-align:left;font-weight:600;font-size:inherit;background:none;border:none;cursor:pointer;color:inherit;transition:background-color .2s}.orders-table .th-sort-btn:hover{background-color:#edf2f7}.orders-table .th-sort-btn .sort-icon{opacity:.8;font-size:.9em;color:#4a5568}.orders-table td{padding:1rem;border-bottom:1px solid #e2e8f0;vertical-align:middle}.orders-table td a{color:#667eea;text-decoration:none;font-weight:500;transition:color .2s}.orders-table td a:hover{color:#5568d3;text-decoration:underline}.orders-table tbody tr{transition:background-color .2s}.orders-table tbody tr:hover{background-color:#f7fafc}.orders-table tbody tr.row-selected{background-color:#e6f2ff!important}.orders-table tbody tr.row-selected:hover{background-color:#cce5ff!important}.orders-table tbody tr.row-menu-open{position:relative;z-index:25}.expand-column{width:36px;padding:.5rem!important;vertical-align:middle}.btn-expand-items{background:none;border:none;padding:.25rem;cursor:pointer;font-size:.75rem;color:#718096;border-radius:4px;transition:background .2s}.btn-expand-items:hover{background:#e2e8f0;color:#4a5568}.order-items-tr{background:#f7fafc!important;position:relative;z-index:1}.order-items-tr:hover{background:#f7fafc!important}.order-items-td{padding:.75rem 1rem .75rem 3rem!important;border-bottom:1px solid #e2e8f0;vertical-align:top;box-sizing:border-box;overflow:hidden}.order-items-list{display:flex;flex-wrap:wrap;gap:1rem;width:100%;max-width:100%;min-width:0}.order-item-card{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border-radius:8px;border:1px solid #e2e8f0;flex:1 1 320px;max-width:420px;min-width:0;box-sizing:border-box}.btn-open-order-details{padding:.4rem .75rem;font-size:.875rem;border:1px solid #667eea;border-radius:6px;background:#f7fafc;color:#667eea;cursor:pointer;white-space:nowrap}.btn-open-order-details:hover{background:#edf2f7}.order-details-overlay .modal-content{max-height:90vh;overflow-y:auto}.order-details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.order-details-header h3{margin:0;font-size:1.25rem}.btn-close-modal{width:36px;height:36px;padding:0;border:none;border-radius:8px;background:#e2e8f0;font-size:1.5rem;line-height:1;cursor:pointer;color:#4a5568}.btn-close-modal:hover{background:#cbd5e0}.order-details-body p{margin:.5rem 0;font-size:.95rem}.order-details-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin:1rem 0}.order-details-actions .status-select{min-width:160px}.order-details-body h4{margin:1rem 0 .5rem;font-size:1rem}.order-details-status-history{margin:.75rem 0 1rem;padding:.75rem 1rem;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0}.order-details-status-history h4{margin:0 0 .5rem}.order-status-history-list{list-style:none;margin:0;padding:0;font-size:.9rem}.order-status-history-list li{display:flex;flex-wrap:wrap;gap:.35rem .75rem;padding:.35rem 0;border-bottom:1px solid #edf2f7}.order-status-history-list li:last-child{border-bottom:none}.order-status-history-meta{color:#718096;font-size:.85rem}.order-details-items.order-items-list{flex-direction:column}.image-carousel-overlay{z-index:10000;display:flex;align-items:center;justify-content:center;padding:2rem}.image-carousel-modal{position:relative;max-width:100%;max-height:100%;display:flex;flex-direction:column;align-items:center}.carousel-close{position:absolute;top:-2.5rem;right:0;width:40px;height:40px;border:none;border-radius:50%;background:#ffffffe6;font-size:1.5rem;cursor:pointer;color:#2d3748;z-index:2}.carousel-image{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px}.carousel-prev,.carousel-next{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:none;border-radius:50%;background:#ffffffe6;font-size:2rem;line-height:1;cursor:pointer;color:#2d3748;box-shadow:0 2px 8px #0003}.carousel-prev{left:.5rem}.carousel-next{right:.5rem}.carousel-dots{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap;justify-content:center}.carousel-dot{width:10px;height:10px;border-radius:50%;border:none;background:#cbd5e0;cursor:pointer;padding:0}.carousel-dot.active{background:#667eea}.order-item-card--in-parcel{background:#e2e8f0;border-color:#cbd5e0;opacity:.92}.order-item-card--missing-parcel{border:2px solid #e53e3e;box-shadow:0 0 0 1px #e53e3e26}.order-item-card--in-parcel .order-item-info{color:#4a5568}.order-item-photo{width:56px;height:56px;flex-shrink:0;border-radius:6px;overflow:hidden;cursor:pointer;background:#edf2f7;display:flex;align-items:center;justify-content:center}.order-item-photo img{width:100%;height:100%;object-fit:cover}.order-item-photo-placeholder{font-size:.7rem;color:#a0aec0}.order-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.order-item-info strong{font-size:.9rem;color:#2d3748}.order-item-meta{font-size:.8rem;color:#718096}.order-item-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.btn-in-parcel{flex-shrink:0;padding:.4rem .75rem;font-size:.8rem;border:1px solid #cbd5e0;border-radius:6px;background:#f7fafc;color:#4a5568;cursor:pointer;transition:background-color .2s,border-color .2s}.btn-in-parcel:hover:not(:disabled){background:#edf2f7;border-color:#a0aec0}.order-item-card--in-parcel .btn-in-parcel{background:#cbd5e0;border-color:#a0aec0;color:#2d3748}.btn-in-parcel:disabled{opacity:.7;cursor:not-allowed}.btn-delete-item{flex-shrink:0;padding:.4rem .75rem;font-size:.8rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#e53e3e;cursor:pointer;transition:background .2s,border-color .2s}.btn-delete-item:hover:not(:disabled){background:#fed7d7;border-color:#e53e3e}.btn-delete-item:disabled{opacity:.6;cursor:not-allowed}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9998;padding:1rem}.modal-content{background:#fff;border-radius:12px;padding:1.5rem;max-width:900px;width:100%;box-shadow:0 10px 40px #0003}.modal-content h3{margin:0 0 .75rem;font-size:1.25rem;color:#2d3748}.modal-sub{margin:0 0 1rem;color:#718096;font-size:.9rem}.sale-type-row{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.sale-type-row label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.sale-input-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.sale-input-row label{min-width:100px;font-weight:500;color:#4a5568}.sale-input-row input{width:80px;padding:.5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem}.sale-conditions{margin-bottom:1rem}.sale-selected-list{margin:1rem 0;padding:.75rem;background:#f7fafc;border-radius:8px;max-height:200px;overflow-y:auto}.sale-selected-list strong{display:block;margin-bottom:.5rem;font-size:.875rem;color:#4a5568}.sale-selected-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.35rem 0;font-size:.875rem}.btn-cancel-discount{padding:.35rem .6rem;font-size:.8rem;border:1px solid #e53e3e;border-radius:6px;background:#fff5f5;color:#e53e3e;cursor:pointer;white-space:nowrap}.btn-cancel-discount:hover{background:#fed7d7}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.25rem;flex-wrap:wrap}.modal-actions--inline{flex-wrap:nowrap;align-items:center}.modal-order-info{margin:0 0 .75rem;color:#4a5568;font-size:.95rem}.status-warning-modal{max-width:460px}.status-warning-modal h3{margin:0 0 .75rem;color:#2d3748}.status-warning-modal p{margin:0;color:#4a5568;line-height:1.5}.status-warning-modal-actions{flex-wrap:nowrap;align-items:center}.modal-discount-sums{display:flex;gap:1.5rem;margin:.75rem 0 1rem;padding:.5rem 0;font-size:.95rem;color:#4a5568}.modal-discount-sums strong{color:#2d3748}.image-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999;cursor:pointer;padding:1rem}.image-modal-overlay img{max-width:100%;max-height:100%;object-fit:contain;cursor:default;border-radius:8px}.checkbox-column{width:40px;text-align:center}.checkbox-column input[type=checkbox]{cursor:pointer;width:18px;height:18px}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;color:#fff;font-size:.875rem;font-weight:500;white-space:nowrap}.status-badge-mobile{display:none}.actions-wrapper{display:flex;align-items:center;gap:.5rem}.th-status-actions{width:20%;min-width:260px}.status-actions-cell{min-width:260px;width:20%;vertical-align:top;overflow:visible;position:relative;z-index:20}.status-actions-wrapper{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap;width:100%;max-width:100%}.status-actions-wrapper .status-select{flex:1 1 auto;min-width:0}.order-row-dropdown{position:relative;flex-shrink:0;margin-left:auto;z-index:30}.btn-order-menu-trigger{padding:.35rem .6rem;border:1px solid #e2e8f0;border-radius:6px;background:#f7fafc;cursor:pointer;font-size:1.1rem;line-height:1;transition:background .2s}.btn-order-menu-trigger:hover{background:#edf2f7}.order-row-dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1090}.order-row-dropdown-menu{position:absolute;right:0;top:100%;margin-top:2px;z-index:1200;min-width:200px;padding:.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;gap:2px}.order-row-dropdown-menu button{display:block;width:100%;padding:.5rem .75rem;text-align:left;border:none;border-radius:6px;background:none;cursor:pointer;font-size:.875rem;color:#2d3748}.order-row-dropdown-menu button:hover{background:#f7fafc}.order-row-dropdown-delete:hover{background:#fed7d7!important;color:#e53e3e}.order-discount-icon{margin-left:.35rem;font-size:.9em;vertical-align:middle}.order-sum-original{font-size:.85em;color:#718096;font-weight:400}.status-select{padding:.5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;cursor:pointer;background:#fff;min-width:200px;transition:border-color .2s}.status-select:hover{border-color:#667eea}.status-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.status-select:disabled{opacity:.6;cursor:not-allowed}.status-select.status-select--colored{font-weight:600;color:#fff;-webkit-text-fill-color:#fff}.status-select.status-select--colored:disabled{opacity:.72}.status-select.status-select--colored:focus{box-shadow:0 0 0 3px #ffffff59}.btn-delete-order{flex-shrink:0;width:32px;height:32px;padding:0;border:1px solid #e2e8f0;border-radius:6px;background:#fff;cursor:pointer;font-size:1rem;display:inline-flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.btn-delete-order:hover:not(:disabled){background:#fed7d7;border-color:#e53e3e}.btn-delete-order:disabled{opacity:.6;cursor:not-allowed}.loading{text-align:center;padding:3rem;font-size:1.2rem;color:#718096}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.status-filters-toggle-btn{display:block}.status-filters--collapsed .status-filters-body{display:none!important}.status-filters-body{flex-wrap:wrap}.status-filter-btn{width:auto}.bulk-actions{flex-direction:column;align-items:flex-start}.bulk-actions-buttons{width:100%;flex-direction:column}.bulk-actions-buttons .btn{width:100%}.orders-table{font-size:.875rem;display:table;width:100%;overflow-x:visible}.order-group-content{overflow-x:visible}.orders-table th,.orders-table td{padding:.5rem}.order-group-header{padding:.75rem 1rem}.group-header-left h2{font-size:1.1rem}.orders-table th,.orders-table td{padding:.5rem;font-size:.8rem}.th-number,.th-phone,.th-date,.td-number,.td-phone,.td-date{display:none!important}.th-open-details,.td-open-details{display:table-cell!important}.order-row-dropdown-menu{position:fixed!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;margin:0!important;border-radius:12px 12px 0 0!important;max-height:40vh;overflow-y:auto;box-shadow:0 -4px 20px #0003}.order-row-dropdown-backdrop{background:#0006}.order-items-list{flex-direction:column}.order-item-card{max-width:none!important;width:100%!important;box-sizing:border-box}}@media (max-width: 480px){.status-filters{padding:.75rem}.status-filter-btn{font-size:.8rem;padding:.4rem .75rem}.bulk-actions{padding:.75rem}.bulk-actions-info{font-size:.9rem}.order-group-header{padding:.75rem;flex-wrap:wrap}.group-header-left h2{font-size:1rem}.orders-table{font-size:.75rem}.orders-table th,.orders-table td{padding:.4rem}.status-select{font-size:.8rem;min-width:120px}.orders-table .status-cell{display:none}.status-badge-mobile{display:inline-block;padding:.2rem .5rem;border-radius:8px;color:#fff;font-size:.7rem;font-weight:500;white-space:nowrap;flex-shrink:0}.actions-wrapper{flex-direction:column;align-items:flex-start;gap:.375rem}.status-select{width:100%;min-width:auto}}.admin-order-user-link{position:relative;z-index:2;color:#2b6cb0;text-decoration:underline;text-underline-offset:2px}.admin-order-user-link:hover{color:#2c5282}.client-cell-with-user-link{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:wrap}.client-link-telegram--icon{font-size:.85rem;line-height:1;text-decoration:none;color:#3182ce;padding:.15rem .25rem;border-radius:4px}.client-link-telegram--icon:hover{background:#ebf8ff;color:#2c5282}.admin-user-orders-back{display:inline-block;padding:.45rem .85rem;border-radius:8px;background:#edf2f7;color:#2d3748;font-weight:600;text-decoration:none;font-size:.9rem}.admin-user-orders-back:hover{background:#e2e8f0}.admin-user-orders-page{width:100%}.admin-user-orders-muted{color:#718096;margin:.5rem 0}.admin-user-orders-error{color:#c53030;padding:.75rem;border:1px solid #feb2b2;border-radius:8px;background:#fff5f5}.admin-user-orders-section{margin-bottom:1.5rem}.admin-user-orders-section-title{margin:0 0 .65rem;font-size:1.05rem;font-weight:600;color:#2d3748}.admin-user-orders-order{border:1px solid #e2e8f0;border-radius:10px;background:#fff;margin-bottom:.65rem;overflow:hidden}.admin-user-orders-order-summary{display:grid;grid-template-columns:auto 1fr auto auto auto;gap:.5rem .75rem;align-items:center;padding:.65rem .85rem;cursor:pointer;list-style:none;font-size:.9rem;color:#2d3748}.admin-user-orders-order-summary::-webkit-details-marker{display:none}.admin-user-orders-order-chevron{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;font-size:.65rem;color:#718096;transition:transform .15s ease;transform:rotate(0)}.admin-user-orders-order[open] .admin-user-orders-order-chevron{transform:rotate(90deg)}.admin-user-orders-order-num{font-weight:700;min-width:0}.admin-user-orders-order-sum{font-weight:600;color:#4a5568}.admin-user-orders-order-status{padding:.2rem .5rem;border-radius:6px;color:#fff;font-size:.78rem;font-weight:600;white-space:nowrap}.admin-user-orders-order-date{color:#718096;font-size:.82rem;white-space:nowrap}.admin-user-orders-order-body{padding:0 .85rem .85rem;border-top:1px solid #edf2f7}.admin-user-orders-no-items{margin:.5rem 0 0;color:#718096;font-size:.9rem}.admin-user-orders-items{list-style:none;margin:.65rem 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}.admin-user-orders-item-card{display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:10px;background:#fff;min-width:0;overflow:hidden;box-shadow:0 1px 2px #0000000a}.admin-user-orders-item-card--in-parcel{background:#edf2f7;border-color:#cbd5e0}.admin-user-orders-item-card-main{display:flex;gap:.65rem;padding:.6rem .65rem;border:none;background:transparent;cursor:pointer;text-align:left;font:inherit;color:inherit;width:100%;flex:1;min-height:0;border-radius:0;transition:background-color .15s ease}.admin-user-orders-item-card-main:hover:not(:disabled){background:#f7fafc}.admin-user-orders-item-card-main:focus-visible{outline:2px solid #667eea;outline-offset:-2px}.admin-user-orders-item-card-main:disabled{opacity:.75;cursor:wait}.admin-user-orders-item-thumb{width:64px;height:64px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#edf2f7}.admin-user-orders-item-thumb img{width:100%;height:100%;object-fit:cover}.admin-user-orders-item-body{min-width:0;flex:1}.admin-user-orders-item-name{font-weight:600;font-size:.9rem;color:#2d3748;line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.admin-user-orders-item-meta{margin-top:.3rem;font-size:.85rem;color:#4a5568;font-weight:500}.admin-user-orders-item-extra{margin-top:.35rem;font-size:.78rem;color:#718096;line-height:1.35}.admin-user-orders-item-actions{padding:0 .65rem .65rem;border-top:1px solid #edf2f7;background:#fafafa}.admin-user-orders-btn-parcel{width:100%;margin:0;padding:.45rem .65rem;font-size:.82rem;font-weight:600;font-family:inherit;border:1px solid #cbd5e0;border-radius:6px;background:#f7fafc;color:#4a5568;cursor:pointer;transition:background-color .15s,border-color .15s}.admin-user-orders-btn-parcel:hover:not(:disabled){background:#edf2f7;border-color:#a0aec0}.admin-user-orders-item-card--in-parcel .admin-user-orders-btn-parcel{background:#cbd5e0;border-color:#a0aec0;color:#2d3748}.admin-user-orders-btn-parcel:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 640px){.admin-user-orders-order-summary{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem}.admin-user-orders-order-chevron{flex-shrink:0}.admin-user-orders-order-num{flex:1 1 auto;min-width:0}.admin-user-orders-order-sum,.admin-user-orders-order-status{flex-shrink:0}.admin-user-orders-order-date{width:100%;flex-basis:100%;padding-left:1.6rem}.admin-user-orders-items{grid-template-columns:1fr}}.admin-errors-page{width:100%}.header-actions{display:flex;gap:1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary{background-color:#e2e8f0;color:#2d3748}.btn-secondary:hover{background-color:#cbd5e0}.btn-danger{background-color:#e53e3e;color:#fff}.btn-danger:hover{background-color:#c53030}.btn-small{padding:.5rem 1rem;font-size:.9rem}.btn-delete{background-color:#f56565;color:#fff}.btn-delete:hover{background-color:#e53e3e}.empty-state{text-align:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a}.errors-list{display:flex;flex-direction:column;gap:1rem}.error-date-group{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.error-date-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#f7fafc;border-bottom:1px solid #e2e8f0;cursor:pointer;transition:background-color .2s}.error-date-header:hover{background-color:#edf2f7}.error-date-title{font-weight:600;font-size:1.1rem;color:#2d3748}.error-date-toggle{color:#718096;font-size:.9rem}.error-date-content{padding:1rem 1.5rem}.error-item{padding:1rem;border-bottom:1px solid #e2e8f0;margin-bottom:1rem}.error-item:last-child{border-bottom:none;margin-bottom:0}.error-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:1rem}.error-item-time{font-size:.9rem;color:#718096;font-weight:500}.error-item-type{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500;background-color:#fed7d7;color:#c53030}.error-item-message{font-weight:500;color:#2d3748;margin-bottom:.5rem}.error-item-product{font-size:.9rem;color:#4a5568;margin-bottom:.5rem}.error-item-info{font-size:.85rem;color:#718096;margin-bottom:.5rem}.error-item-details{margin-top:.5rem}.error-item-details summary{cursor:pointer;color:#667eea;font-size:.9rem;margin-bottom:.5rem}.error-item-details pre{background-color:#f7fafc;padding:.75rem;border-radius:6px;overflow-x:auto;font-size:.8rem;color:#4a5568;white-space:pre-wrap;word-wrap:break-word}@media (max-width: 768px){.header-actions{width:100%;flex-direction:column}.header-actions .btn,.header-actions .btn-refresh-unified{width:100%}.error-item-header{flex-direction:column;align-items:flex-start}.error-item-details pre{font-size:.7rem}}.admin-reviews-page{width:100%}.admin-reviews-loading{padding:1.25rem;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#4a5568}.public-reviews-empty{margin:2rem 0 0;text-align:center;font-size:1rem;line-height:1.5;color:#718096}.admin-reviews-error{padding:1rem;border:1px solid #feb2b2;border-radius:10px;background:#fff5f5;color:#c53030}.admin-reviews-table-wrap{width:100%;overflow-x:auto;background:#fff;border:1px solid #e2e8f0;border-radius:10px}.admin-reviews-table{width:100%;border-collapse:collapse;min-width:780px}.admin-reviews-table th,.admin-reviews-table td{padding:.75rem;text-align:left;border-bottom:1px solid #edf2f7;color:#2d3748;vertical-align:top}.admin-reviews-table th{background:#f7fafc;font-weight:600}.admin-reviews-th-actions{width:5.5rem}.admin-reviews-actions-cell{white-space:nowrap;vertical-align:middle}.btn-review-delete{padding:.35rem .55rem;font-size:.8rem;border:1px solid #feb2b2;border-radius:6px;background:#fff5f5;color:#c53030;cursor:pointer;font-family:inherit}.btn-review-delete:hover:not(:disabled){background:#fed7d7}.btn-review-delete:disabled{opacity:.65;cursor:not-allowed}.admin-reviews-empty-cell{text-align:center!important;color:#718096!important;padding:1.2rem!important}.admin-reviews-create-form{margin-bottom:1rem;padding:1rem;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.admin-reviews-create-form h3{margin:0 0 .75rem}.admin-reviews-create-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-bottom:.5rem}.admin-reviews-create-grid input,.admin-reviews-create-grid select,.admin-reviews-create-form textarea{width:100%;box-sizing:border-box;padding:.6rem .7rem;border:1px solid #cbd5e0;border-radius:8px;font-family:inherit;font-size:.95rem;color:#2d3748;background:#fff}.admin-reviews-rating-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;min-height:38px;border:1px solid #cbd5e0;border-radius:8px;padding:.6rem 1.9rem .6rem .7rem;background-color:#fff;background-image:linear-gradient(45deg,transparent 50%,#718096 50%),linear-gradient(135deg,#718096 50%,transparent 50%);background-position:calc(100% - 16px) calc(50% - 3px),calc(100% - 10px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;cursor:pointer}.admin-review-field{display:flex;flex-direction:column;gap:.35rem}.admin-review-field-label{font-size:.82rem;color:#4a5568;font-weight:600}.admin-review-field--full{margin-top:.25rem}.admin-reviews-upload{display:block;margin-top:.5rem;color:#4a5568;font-size:.9rem}.admin-reviews-upload input{display:block;margin-top:.35rem}.admin-reviews-files-note{margin:.4rem 0 0;color:#718096;font-size:.85rem}.admin-reviews-create-actions{display:flex;justify-content:flex-end;margin-top:.75rem}.reviews-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(56px,1fr));gap:.35rem;min-width:120px}.reviews-images-grid img{width:56px;height:56px;border-radius:8px;object-fit:cover;border:1px solid #e2e8f0}.public-reviews-list{width:100%;max-width:100%;min-width:0;box-sizing:border-box;margin:0;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:grid;grid-template-columns:repeat(3,calc((100% - 2 * 1.25rem) / 3));gap:1.25rem;overflow-x:clip}.public-review-card{border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:.9rem;min-width:0;box-sizing:border-box}.public-review-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem;color:#4a5568}.public-review-card p{margin:0 0 .65rem;color:#2d3748}@media (max-width: 900px){.admin-reviews-create-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 520px){.admin-reviews-create-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width: 768px){.public-reviews-list{grid-template-columns:minmax(0,1fr);gap:.85rem;padding:.85rem}}@media (max-width: 480px){.public-reviews-list{grid-template-columns:minmax(0,1fr);gap:.65rem;padding:.75rem}.public-review-card{padding:.75rem;border-radius:8px}}.incoming-page{display:grid;gap:1rem}.card-surface{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000014}.incoming-form{padding:1.25rem;display:grid;gap:1rem}.incoming-title{margin:0;color:#2d3748;font-size:1.2rem}.incoming-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:.75rem}.incoming-form .form-group{display:flex;flex-direction:column;gap:.4rem}.incoming-form label{font-size:.9rem;font-weight:600;color:#2d3748}.incoming-form input,.incoming-form textarea{min-height:42px;padding:.65rem .8rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem}.incoming-form textarea{min-height:96px;resize:vertical}.incoming-form input:focus,.incoming-form textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1f}.incoming-actions{display:flex;gap:.6rem;justify-content:flex-end}.incoming-error{color:#c53030;font-size:.9rem}.incoming-table-wrap{overflow:auto;background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000014}.incoming-table{width:100%;border-collapse:collapse}.incoming-table thead{background:#667eea;color:#fff}.incoming-table th,.incoming-table td{border-bottom:1px solid #edf2f7;padding:.8rem;text-align:left;white-space:nowrap}.incoming-table td:last-child{display:flex;gap:6px}.incoming-expenses-block{border:1px solid #e2e8f0;border-radius:10px;padding:.75rem;background:#f8fafc}.incoming-expenses-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;font-size:.92rem;font-weight:600;color:#334155}.incoming-expense-row{display:grid;grid-template-columns:1fr 180px auto;gap:.5rem;margin-bottom:.5rem}.btn-danger{background:#e53e3e;color:#fff;border:none;border-radius:8px;padding:.55rem .8rem}.btn-danger:hover{background:#c53030}.btn-small{padding:.5rem .75rem;font-size:.85rem;min-height:36px}.btn-clear-cart{background:#fed7d7;color:#c53030;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-clear-cart:hover{background:#fc8181;color:#fff}.btn-clear-cart:active{transform:scale(.98)}.cart-empty{text-align:center;padding:4rem 2rem}.cart-empty h2{font-size:2rem;color:#2d3748;margin-bottom:1rem}.cart-empty p{font-size:1.2rem;color:#718096;margin-bottom:2rem}.cart-content{display:grid;grid-template-columns:minmax(0,1fr) 400px;gap:2rem;margin-top:2rem;align-items:start}.cart-content--no-summary{grid-template-columns:minmax(0,1fr)}@media (max-width: 968px){.cart-content,.cart-content--no-summary{grid-template-columns:1fr}}.cart-main,.cart-items{display:flex;flex-direction:column;gap:1.5rem;min-width:0;width:100%}.cart-empty-inline{background:#fff;border-radius:12px;padding:1rem 1.25rem;color:#718096;box-shadow:0 2px 4px #00000014}.queue-section{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 4px #0000001a;width:100%;box-sizing:border-box}.queue-section-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem}.queue-section-header h2{margin:0;font-size:1.2rem;color:#2d3748}.btn-queue-refresh{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:8px;background:#edf2f7;color:#2d3748;cursor:pointer;transition:background .2s,color .2s;flex-shrink:0}.btn-queue-refresh:hover:not(:disabled){background:#e2e8f0;color:#667eea}.btn-queue-refresh:disabled{cursor:not-allowed;opacity:.65}.queue-refresh-icon{display:block}.queue-refresh-icon--spin{animation:queue-refresh-spin .85s linear infinite}@keyframes queue-refresh-spin{to{transform:rotate(360deg)}}.queue-empty{color:#718096;font-size:.95rem;padding:.5rem 0}.queue-list{display:flex;flex-direction:column;gap:.9rem}.queue-item{display:grid;grid-template-columns:120px 1fr auto auto;gap:1.5rem;align-items:center;border-radius:12px;background:#fff;padding:1.5rem;box-shadow:0 2px 4px #0000001a;width:100%;box-sizing:border-box}.queue-item-image{width:120px;height:120px;background:#f7fafc;border-radius:8px;overflow:hidden}.queue-item-image--open{display:block;padding:0;border:none;cursor:pointer;flex-shrink:0;transition:box-shadow .2s}.queue-item-image--open:hover:not(:disabled){box-shadow:0 0 0 2px #667eea}.queue-item-image--open:disabled{cursor:wait;opacity:.85}.queue-item-image img{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none}.queue-item-info{display:flex;flex-direction:column;gap:.35rem;min-width:0}.queue-item-meta{display:flex;flex-direction:column;gap:.15rem;color:#718096;font-size:.85rem}.queue-item-meta .cart-item-detail{margin:0;font-size:.85rem;color:#718096}.queue-item-price{color:#667eea;font-size:1.05rem;font-weight:700;white-space:nowrap}.queue-item-actions{display:flex;align-items:center;justify-content:flex-end}.queue-item-actions .btn-clear-cart{padding:.4rem .75rem;font-size:.85rem}@media (max-width: 768px){.queue-item{grid-template-columns:80px 1fr;gap:1rem;padding:1rem}.queue-item-image{width:80px;height:80px}.queue-item-price,.queue-item-actions{grid-column:1 / -1}.queue-item-actions{justify-content:flex-start}}@media (max-width: 480px){.queue-item{padding:.75rem}}.cart-item{background:#fff;border-radius:12px;padding:1.5rem;display:grid;grid-template-columns:120px 1fr auto auto;gap:1.5rem;align-items:center;box-shadow:0 2px 4px #0000001a;position:relative}@media (max-width: 768px){.cart-item{grid-template-columns:80px 1fr;gap:1rem;padding:1rem}.cart-item-price{grid-column:1 / -1;margin-top:.5rem;align-items:flex-start}.cart-item-remove{position:absolute;top:1rem;right:1rem}.cart-item-image{width:80px;height:80px}.cart-item-name{font-size:1rem}.cart-item-brand,.cart-item-detail{font-size:.8rem}.item-total-price{font-size:1.25rem}.btn-checkout,.btn-secondary{min-height:48px;touch-action:manipulation}}@media (max-width: 480px){.cart-item{padding:.75rem}.cart-summary{padding:1rem}}.cart-item-image{width:120px;height:120px;border-radius:8px;overflow:hidden;background-color:#f7fafc}.cart-item-image--open{display:block;padding:0;border:none;cursor:pointer;flex-shrink:0;transition:box-shadow .2s,transform .15s}.cart-item-image--open:hover:not(:disabled){box-shadow:0 0 0 2px #667eea}.cart-item-image--open:disabled{cursor:wait;opacity:.85}.cart-item-image img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.cart-item-info{display:flex;flex-direction:column;gap:.5rem}.cart-item-name{font-size:1.25rem;font-weight:600;color:#2d3748;margin:0}.cart-item-name--open{display:block;width:100%;background:none;border:none;padding:0;text-align:left;font:inherit;cursor:pointer;transition:color .15s}.cart-item-name--open:hover:not(:disabled){color:#667eea;text-decoration:underline;text-underline-offset:3px}.cart-item-name--open:disabled{cursor:wait;opacity:.75}.cart-item-brand{font-size:.9rem;color:#667eea;margin:0}.cart-item-detail{font-size:.85rem;color:#718096;margin:0}.cart-item-price{display:flex;flex-direction:column;align-items:flex-end;justify-content:center}.item-total-price{font-size:1.5rem;font-weight:700;color:#667eea}.cart-item-remove{background:#fed7d7;border:none;width:36px;height:36px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#c53030;transition:all .2s}.cart-item-remove:hover{background:#fc8181;color:#fff;transform:scale(1.1)}.cart-summary{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 4px #0000001a;height:fit-content;position:sticky;top:2rem}.cart-summary h2{font-size:1.75rem;color:#2d3748;margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #e2e8f0;font-size:1.1rem;color:#4a5568}.summary-total{border-bottom:none;margin-top:1rem;padding-top:1.5rem;font-size:1.5rem;font-weight:700;color:#2d3748}.cart-summary-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.btn-checkout{width:100%;padding:1rem;font-size:1.1rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;transition:all .2s;min-height:48px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.btn-checkout:hover{background:#5568d3}.btn-checkout:active{background:#4a5bc4;transform:scale(.98)}.btn-secondary{width:100%;padding:.75rem;background:#edf2f7;color:#2d3748;border:none;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;transition:all .2s;font-size:1rem;font-weight:500;min-height:48px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.btn-secondary:hover{background:#e2e8f0}.btn-secondary:active{background:#cbd5e0;transform:scale(.98)}.checkout-content{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:1.5rem;margin-top:2rem;width:100%}@media (max-width: 968px){.checkout-content{grid-template-columns:1fr}.checkout-summary{position:static;margin-top:2rem}}@media (max-width: 768px){.checkout-form-container{padding:1.5rem}.checkout-form h2{font-size:1.5rem}.checkout-summary{padding:1.5rem}.checkout-summary h2{font-size:1.5rem}.form-group input,.form-group textarea,.form-group select{font-size:16px;padding:.875rem;min-height:44px}.form-group textarea{min-height:100px}.btn-submit,.btn-back{padding:1rem;font-size:1rem;min-height:48px;touch-action:manipulation;width:100%;display:block}}@media (max-width: 480px){.checkout-form-container,.checkout-summary{padding:1rem}.order-total{font-size:1.25rem}}.checkout-form-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 4px #0000001a}.checkout-form h2{font-size:1.75rem;color:#2d3748;margin-bottom:1.5rem}.checkout-error{background:#fed7d7;color:#c53030;padding:1rem;border-radius:8px;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2d3748;font-size:.95rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical;min-height:100px}.checkout-form-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.btn-submit{width:100%;padding:1rem;font-size:1.1rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;min-height:48px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.btn-submit:hover{background:#5568d3}.btn-submit:active{background:#4a5bc4;transform:scale(.98)}.btn-submit:disabled{opacity:.6;cursor:not-allowed;background:#a0aec0}.btn-back{width:100%;padding:.75rem;background:#edf2f7;color:#2d3748;border:none;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;transition:background .2s;font-size:1rem;font-weight:500;min-height:48px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.btn-back:hover{background:#e2e8f0}.btn-back:active{background:#cbd5e0;transform:scale(.98)}.checkout-summary{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 4px #0000001a;height:fit-content;position:sticky;top:2rem}.checkout-summary h2{font-size:1.75rem;color:#2d3748;margin-bottom:1.5rem}.order-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid #e2e8f0}.order-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0}.order-item-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.order-item-name{font-weight:600;color:#2d3748}.order-item-quantity{font-size:.85rem;color:#718096}.order-item-price{font-weight:600;color:#667eea;font-size:1.1rem}.order-total{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;font-size:1.5rem;font-weight:700;color:#2d3748}.checkout-success,.checkout-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a}.success-icon{width:80px;height:80px;background:#48bb78;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 2rem}.checkout-success h2{font-size:2rem;color:#2d3748;margin-bottom:1rem}.checkout-success p{font-size:1.1rem;color:#718096;margin-bottom:.5rem}.checkout-empty h2{font-size:2rem;color:#2d3748;margin-bottom:1rem}.checkout-empty p{font-size:1.2rem;color:#718096;margin-bottom:2rem}.auth-page-root{width:100%;min-height:100%;display:flex;padding:1.5rem 0;box-sizing:border-box}.login-container--standalone{min-height:100vh;min-height:100dvh;box-sizing:border-box;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.login-container--embedded{flex:1;min-height:100%;width:100%;margin:0;box-sizing:border-box;display:flex;align-items:flex-start;justify-content:center;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2)}.login-container--embedded .login-card{margin-top:0}.login-card{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;padding:3rem;width:100%;max-width:400px}.login-header{text-align:center;margin-bottom:2rem}.login-logo{width:80px;height:80px;border-radius:8px;object-fit:cover;margin-bottom:1rem}.login-header h1{color:#2d3748;font-size:1.75rem;margin-bottom:.5rem}.login-header p{color:#718096;font-size:.9rem}.login-header--compact{margin-bottom:1.25rem}.login-header--compact .login-logo{margin-bottom:0}.login-form{display:flex;flex-direction:column;gap:.85rem}.login-form--register{gap:.45rem}.auth-alt-divider{margin:1rem 0 .75rem;display:flex;align-items:center;gap:.75rem;color:#718096;font-size:.9rem}.auth-alt-divider:before,.auth-alt-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.auth-vk-block{display:flex;justify-content:center}.auth-vk-block .btn-vk{background:#07f;color:#fff;border:none;width:40px;height:40px;min-width:40px;padding:0;border-radius:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 18px #0077ff40;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.auth-vk-block .btn-vk:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #0077ff54;filter:brightness(1.05)}.auth-vk-block .btn-vk:disabled{opacity:.55;cursor:not-allowed}.vk-icon{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:10px;font-weight:800;font-size:.8rem;letter-spacing:.02em}.login-form--register .consent-block{margin-top:.35rem;padding-top:.5rem}.login-error{background-color:#fed7d7;color:#c53030;padding:.75rem;border-radius:6px;font-size:.9rem}.btn-block{width:100%;margin-top:.5rem}@media (max-width: 768px){.auth-page-root{padding:1.25rem 0}.login-container--standalone{padding:1rem}.login-container--embedded{padding:.85rem 1rem}.login-card{padding:2rem}.login-header h1{font-size:1.5rem}.login-logo{width:60px;height:60px}}.consent-block{padding:.75rem 0;border-top:1px solid #e2e8f0}.consent-block label{display:flex;gap:.5rem;align-items:flex-start;font-size:.85rem;color:#4a5568;cursor:pointer;line-height:1.4}.consent-block input[type=checkbox]{margin-top:.2rem;flex-shrink:0}.consent-details{margin-top:.5rem;font-size:.8rem;color:#718096}.consent-details summary{cursor:pointer;color:#667eea}.consent-details p{margin:.5rem 0 0;white-space:pre-line}.login-form .form-group{display:flex;flex-direction:column;gap:.35rem}.login-form .form-group label{font-size:.9rem;font-weight:500;color:#2d3748}.login-form .form-group input{width:100%;padding:.65rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;box-sizing:border-box}.login-form .btn-primary{width:100%;padding:.65rem 1rem;border:none;border-radius:8px;background:#667eea;color:#fff;font-weight:600;cursor:pointer;font-size:1rem}.login-form .btn-primary:hover:not(:disabled){background:#5a6fd6}.login-form .btn-primary:disabled{opacity:.7;cursor:not-allowed}.auth-switch-row{margin-top:1.25rem;text-align:center}.auth-switch-link{background:none;border:none;padding:0;font-size:.95rem;color:#667eea;cursor:pointer;text-decoration:underline;font-family:inherit}.auth-switch-link:hover{color:#5a6fd6}@media (max-width: 480px){.auth-page-root{padding:1rem 0}.login-container--standalone,.login-container--embedded{padding:.75rem}.login-card{padding:1.5rem}.login-header h1{font-size:1.25rem}.login-logo{width:50px;height:50px}.login-header p{font-size:.85rem}.form-group input{font-size:16px;min-height:44px}.btn-block{min-height:48px;touch-action:manipulation}}.page-shell--catalog .profile-section-title,.page-shell--catalog .profile-orders,.page-shell--catalog .profile-actions{width:100%;max-width:100%;box-sizing:border-box}main.main>.profile-page{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;box-sizing:border-box}main.main>.profile-page>.profile-inner{width:100%;min-width:0;box-sizing:border-box}main.main>.profile-page>.profile-inner>h1{font-size:clamp(1.5rem,4vw,1.85rem);font-weight:700;color:#2d3748;margin:0 0 .4rem;line-height:1.25}main.main>.profile-page .profile-user-line{margin:0;font-size:1rem;line-height:1.5;color:#718096;max-width:52rem}main.main>.profile-page .profile-orders,main.main>.profile-page .profile-actions{width:100%;max-width:100%;box-sizing:border-box}@media (max-width: 768px){main.main>.profile-page{padding:0 1rem}}@media (max-width: 480px){main.main>.profile-page{padding:0 .75rem}}.profile-section-title{margin:.5rem 0 1rem;font-size:1.15rem;font-weight:600;color:#2d3748}.profile-actions{display:flex;justify-content:flex-start}.profile-actions--bottom{margin-top:1rem}.profile-logout-btn{border:1px solid #c53030;background:#e53e3e;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.5rem .85rem;border-radius:6px}.profile-logout-btn:hover{background:#c53030}.profile-error{color:#c53030}.profile-orders{list-style:none;padding:0;margin:1rem 0 0;width:100%;max-width:100%;box-sizing:border-box}.profile-order-card{border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:.75rem;background:#fff;width:100%;box-sizing:border-box}.profile-order-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.35rem;flex-wrap:wrap}.profile-order-status-badge{display:inline-block;padding:.35rem .9rem;border-radius:999px;border:1px solid transparent;background:#fff;font-size:.875rem;font-weight:600;line-height:1.25;flex-shrink:0}.profile-order-meta{width:100%;max-width:100%;font-size:.9rem;color:#666}.profile-order-amount{display:inline-flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.profile-order-amount-current{font-weight:700;color:#2d3748}.profile-order-amount-old{color:#e53e3e;text-decoration:line-through;text-decoration-thickness:1.5px}.profile-thank-you{margin-top:.75rem;padding:.75rem 1rem;background:#f0fff4;border:1px solid #9ae6b4;border-radius:8px;font-size:.95rem}.profile-thank-you p{margin:0}.profile-thank-you-review{margin-top:.5rem!important;color:#276749}.profile-review-note{margin:.75rem 0 0;font-size:.9rem;color:#2f855a}.profile-status-history{margin-top:.85rem;padding-top:.75rem;border-top:1px solid #edf2f7}.profile-status-history-title{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#718096;margin-bottom:.35rem}.profile-status-history-toggle{width:100%;box-sizing:border-box;display:flex;justify-content:flex-start;align-items:center;padding:.55rem .8rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;color:#2d3748;font-size:.9rem;font-weight:600;cursor:pointer}.profile-status-history-toggle:hover{background:#edf2f7}.profile-status-history-list{list-style:none;margin:0;padding:0;font-size:.88rem}.profile-status-history-list li{display:flex;flex-wrap:wrap;gap:.25rem .75rem;padding:.25rem 0}.profile-sh-status{font-weight:600;color:#2d3748}.profile-sh-meta{color:#718096}.profile-pay-hint{margin-top:.85rem}.profile-btn-pay{width:100%;box-sizing:border-box;padding:.65rem 1rem;border:none;border-radius:8px;background:#c53030;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer}.profile-btn-pay:hover{background:#9b2c2c}.profile-pay-hint-body{margin-bottom:1rem}.profile-pay-hint-text{margin:0 0 .65rem;font-size:.95rem;line-height:1.5;color:#4a5568}.profile-pay-hint-text--footer{margin-bottom:0}.profile-pay-order-number-btn{display:inline;padding:0;margin:0;border:none;background:none;font:inherit;color:#2b6cb0;font-weight:600;text-decoration:underline;text-decoration-style:dashed;text-underline-offset:3px;cursor:pointer;vertical-align:baseline}.profile-pay-order-number-btn:hover{color:#2c5282}.profile-pay-contact-list{margin:0 0 .85rem;padding:0;list-style:none;font-size:.95rem;line-height:1.55;color:#4a5568}.profile-pay-contact-list li{margin-bottom:.45rem}.profile-pay-contact-list li:last-child{margin-bottom:0}.profile-pay-contact-row{display:block;color:#2b6cb0;font-weight:600;text-decoration:underline;text-underline-offset:3px;padding:.2rem 0;word-break:break-word}.profile-pay-contact-row:hover{color:#2c5282}.profile-pay-hint-text a{color:#2b6cb0;font-weight:600;text-decoration:underline;text-underline-offset:2px}.profile-pay-hint-text a:hover{color:#2c5282}.profile-btn-pay-modal-ok{width:100%;padding:.6rem 1rem;border:none;border-radius:8px;background:#2b6cb0;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer}.profile-btn-pay-modal-ok:hover{background:#2c5282}.profile-order-items{margin-top:.85rem}.profile-order-items-toggle{width:100%;box-sizing:border-box;display:flex;justify-content:flex-start;align-items:center;padding:.55rem .8rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;color:#2d3748;font-size:.9rem;font-weight:600;cursor:pointer}.profile-order-items-toggle:hover{background:#edf2f7}.profile-order-items-list{list-style:none;margin:0;padding:.35rem 0 0}.profile-order-item-row{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid #f1f5f9}.profile-order-item-row:last-child{border-bottom:none}.profile-order-item-thumb{flex-shrink:0;width:52px;height:52px;padding:0;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden;cursor:pointer;background:#fff}.profile-order-item-thumb img{width:100%;height:100%;object-fit:cover;display:block}.profile-order-item-thumb:disabled{opacity:.6;cursor:wait}.profile-order-item-text{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem}.profile-order-item-name{font-weight:500;color:#2d3748}.profile-order-item-qty{font-size:.85rem;color:#718096;width:100%}.profile-order-item-open{flex-shrink:0;font-size:.875rem;padding:.35rem .65rem;border-radius:6px;border:1px solid #cbd5e0;background:#fff;cursor:pointer}.profile-order-item-open:hover:not(:disabled){background:#f7fafc}.profile-order-item-open:disabled{opacity:.6;cursor:wait}.profile-receive-actions{margin-top:1rem}.profile-btn-received{width:100%;min-height:46px;padding:.7rem 1.1rem;font-size:1rem;font-weight:600;color:#fff;background:#2f855a;border:none;border-radius:8px;cursor:pointer}.profile-btn-received:hover{background:#276749}.profile-receive-form{margin-top:1rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.profile-receive-form-hint{margin:0 0 .75rem;font-size:.9rem;color:#4a5568}.profile-receive-label{display:block;font-size:.85rem;font-weight:600;color:#4a5568;margin-bottom:.75rem}.profile-receive-select,.profile-receive-textarea{display:block;width:100%;max-width:100%;margin-top:.35rem;box-sizing:border-box;font-size:.95rem;padding:.45rem .5rem;border:1px solid #cbd5e0;border-radius:6px}.profile-receive-textarea{resize:vertical;min-height:4.5rem}.profile-receive-form-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.profile-btn-received-submit{padding:.5rem 1rem;font-weight:600;color:#fff;background:#2b6cb0;border:none;border-radius:8px;cursor:pointer}.profile-btn-received-submit:hover:not(:disabled){background:#2c5282}.profile-btn-received-submit:disabled{opacity:.7;cursor:wait}.profile-btn-received-cancel{padding:.5rem 1rem;background:#fff;border:1px solid #cbd5e0;border-radius:8px;cursor:pointer}.profile-btn-received-cancel:disabled{opacity:.6;cursor:not-allowed}.profile-receive-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000007a;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1200}.profile-receive-modal{width:min(520px,100%);background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 14px 32px #0003;padding:1rem}.profile-receive-modal-title{margin:0 0 .5rem;font-size:1.1rem;color:#2d3748}.profile-receive-stars{display:flex;align-items:center;gap:.25rem;margin:.15rem 0 .75rem}.profile-receive-star{border:none;background:transparent;color:#cbd5e0;cursor:pointer;font-size:1.8rem;line-height:1;padding:.1rem .2rem}.profile-receive-star.is-active{color:#f6ad55}.profile-receive-star:hover{color:#ed8936}@media (max-width: 768px){.profile-actions--bottom{justify-content:center}}.contacts-block{margin-bottom:1.25rem}.contacts-block h2{font-size:1.1rem;color:#2d3748;margin-bottom:.5rem}.contacts-block a{color:#667eea;font-weight:500}.contacts-block a:hover{text-decoration:underline}.app{min-height:100vh}.btn-refresh-unified{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;width:172px;height:42px;padding:0 .9rem;border:1px solid #cbd5e0;border-radius:8px;background:#edf2f7;color:#2d3748;font-size:.95rem;font-weight:600;line-height:1;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s;box-sizing:border-box}.btn-refresh-unified:hover:not(:disabled){background:#e2e8f0;border-color:#a0aec0}.btn-refresh-unified:disabled{opacity:.65;cursor:wait}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100%}body{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;background-color:#fafafa;color:#333;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
