*{box-sizing:border-box}body{margin:0;background:#e9e9e9;font-family:Arial,Helvetica,sans-serif;color:#111}.top{height:64px;background:#202020;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 max(18px,calc((100vw - 1180px)/2));position:sticky;top:0;z-index:50;box-shadow:0 2px 8px #0002}.brand{display:flex;gap:12px;align-items:center;color:#fff;text-decoration:none;font-size:22px}.logo{width:38px;height:38px;background:#24c46b;border-radius:12px;display:grid;place-items:center;font-weight:900}.topnav{display:flex;gap:16px;align-items:center;position:relative}.topnav a{color:#fff;text-decoration:none;font-weight:700}.bell{position:relative}.bell span{position:absolute;top:-10px;right:-12px;background:#ef4444;border-radius:10px;padding:1px 6px;font-size:12px}.avatar{background:#758896;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-weight:800;cursor:pointer}.drop{display:none;position:absolute;right:0;top:54px;background:#fff;color:#111;border-radius:10px;box-shadow:0 8px 22px #0003;min-width:210px;overflow:hidden}.drop.show{display:block}.drop a{display:block;color:#222;padding:16px;border-bottom:1px solid #eee}.wrap{max-width:1180px;margin:24px auto;padding:0 14px}.hero{background:linear-gradient(120deg,#172727,#222);min-height:480px;color:#fff;display:grid;place-items:center;text-align:center;padding:50px 20px}.hero h1{font-size:clamp(36px,6vw,64px);line-height:1;margin:12px 0}.hero b{color:#08aeea}.hero p{font-size:18px;max-width:650px;color:#d5dce1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;background:#10aee0;color:#fff!important;border-radius:8px;padding:13px 24px;font-weight:800;text-decoration:none;cursor:pointer}.btn.green{background:#62b900}.btn.dark{background:#24272d}.btn.red{background:#ef4444}.btn.gray{background:#eef1f5;color:#334!important}.btn.small{padding:8px 14px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ddd}.stat{background:#fff;text-align:center;padding:24px}.stat b{color:#07aee5;font-size:28px}.layout{display:grid;grid-template-columns:230px 1fr 270px;gap:18px}.side,.panel,.rightbox,.card,.admin-menu{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0002}.side a,.admin-menu a{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;text-decoration:none;color:#111;border-bottom:1px solid #eee;font-weight:700}.badge{background:#ef4444;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px}.panel{padding:18px;margin-bottom:18px}.bar{display:flex;align-items:center;justify-content:space-between;gap:12px}.sorts{display:flex;gap:8px;flex-wrap:wrap}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product{position:relative;min-height:132px;padding:18px;border:1px solid #ddd;border-radius:10px;background:#fff;box-shadow:0 2px 6px #0001;overflow:hidden}.product.coming{opacity:.75}.product .pic{width:54px;height:54px;border-radius:8px;border:1px solid #e4e4e4;object-fit:cover;float:left;margin-right:14px}.product h3{font-size:16px;margin:12px 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.muted{color:#6b7280;font-size:13px}.price{position:absolute;right:14px;top:16px;font-weight:900;font-size:17px}.old{text-decoration:line-through;color:#999;font-size:12px;margin-right:6px}.ribbon{position:absolute;left:-34px;top:15px;transform:rotate(-45deg);background:#0ea5e9;color:#fff;font-size:11px;font-weight:900;padding:5px 38px;text-transform:uppercase}.product .actions{clear:both;display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}.product .actions .btn{padding:9px 6px;font-size:13px}.rightbox{padding:16px;margin-bottom:16px;border-bottom:3px solid #58b900}.rightbox h3{margin:0 0 12px}.recommend{display:flex;gap:10px;align-items:center;border-bottom:1px solid #eee;padding:10px 0}.recommend img{width:48px;height:48px;border-radius:8px;object-fit:cover}.carousel{display:flex;overflow:auto;gap:12px;padding:8px}.bundle{min-width:170px;border:1px solid #ddd;border-radius:10px;padding:12px;background:#fff}.form{background:#fff;border-radius:14px;box-shadow:0 2px 10px #0002;padding:22px}.field{margin-bottom:14px}.field label{display:block;font-weight:700;margin-bottom:6px}input,select,textarea{width:100%;max-width:100%;padding:11px 12px;border:1px solid #d5d8de;border-radius:8px;background:#fff;font:inherit}textarea{height:94px;resize:none}.alert{padding:14px 16px;border-radius:10px;margin:12px 0;border:1px solid #ddd;background:#fff}.alert.success{background:#ecfdf5;border-color:#86efac}.alert.error{background:#fef2f2;border-color:#fecaca}.alert.info{background:#eff6ff;border-color:#bfdbfe}.alert.warn{background:#fff7ed;border-color:#fed7aa}.auth{min-height:calc(100vh - 64px);display:grid;place-items:center;background:linear-gradient(120deg,#1b2b2b,#1f1f1f)}.auth .form{max-width:420px;width:94%}.tabs{display:flex;gap:8px;border:1px solid #ddd;border-radius:10px;padding:8px;margin:14px 0}.tab{padding:10px 16px;border-radius:8px;background:#f3f4f6;cursor:pointer;font-weight:700}.tab.active{background:#fff;box-shadow:0 1px 4px #0002}.tabpane{display:none;border:1px solid #ddd;border-radius:10px;padding:14px}.tabpane.active{display:block}.modal{display:none;position:fixed;inset:0;background:#0009;z-index:100;align-items:center;justify-content:center;padding:20px}.modal.show{display:flex}.modalbox{background:#fff;border-radius:14px;max-width:650px;width:100%;max-height:90vh;overflow:auto}.modalhead{background:#202020;color:#fff;padding:12px 18px;display:flex;justify-content:space-between}.admin-layout{display:grid;grid-template-columns:240px 1fr;gap:22px}.admin-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0002;padding:20px;overflow:hidden}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px;border-bottom:1px solid #eee;text-align:left;vertical-align:top}.actions-row{display:flex;gap:8px;flex-wrap:wrap}.pager a,.pager span{display:inline-block;padding:10px 14px;background:#fff;border:1px solid #ddd;border-radius:8px;margin:3px;text-decoration:none}.download{color:#54b300;font-size:24px;text-decoration:none}.line-product{display:flex;align-items:center;gap:14px;padding:14px;border-bottom:1px solid #eee}.line-product img{width:52px;height:52px;border-radius:8px;object-fit:cover}.line-product .grow{flex:1}.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cart-grid{display:grid;grid-template-columns:1fr 300px;gap:18px}.center{text-align:center}.foot{text-align:center;padding:26px;color:#666}.maint{min-height:100vh;display:grid;place-items:center;background:#161616;color:#fff}.spinner{width:70px;height:70px;border:7px solid #334;border-top-color:#11aee0;border-radius:50%;animation:spin 1s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:1000px){.layout{grid-template-columns:1fr}.right{order:3}.grid{grid-template-columns:repeat(2,1fr)}.admin-layout{grid-template-columns:1fr}.cart-grid{grid-template-columns:1fr}.side{display:grid;grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.top{height:auto;flex-wrap:wrap;padding:10px}.brand{font-size:18px}.grid{grid-template-columns:1fr}.side{grid-template-columns:1fr}.product{min-height:auto}.stats{grid-template-columns:1fr 1fr}.two{grid-template-columns:1fr}.table{display:block;overflow:auto}.bar{align-items:flex-start;flex-direction:column}.hero{min-height:420px}.product .actions{grid-template-columns:1fr 1fr}.admin-card{padding:14px}}
/* patch profesional compact */
.btn{padding:9px 14px;border-radius:8px;font-size:13px;line-height:1.15;white-space:nowrap}.btn.small{padding:6px 10px;font-size:12px}.panel h2{font-size:20px}.grid.store-grid{grid-template-columns:repeat(3, minmax(0, 1fr));gap:14px}.product{min-height:118px;padding:14px}.product .pic{width:46px;height:46px}.product h3{font-size:14px;margin:8px 0 2px;max-width:62%;line-height:1.15}.product .muted{font-size:11px;line-height:1.2}.product .price{font-size:14px;right:12px;top:12px}.product .old{font-size:10px}.product .actions{gap:7px;margin-top:14px}.product .actions .btn{font-size:12px;padding:7px 6px}.ribbon{font-size:10px;padding:4px 34px}.auth{background:radial-gradient(circle at 25% 20%,#0ea5e955,transparent 30%),radial-gradient(circle at 75% 80%,#22c55e33,transparent 28%),linear-gradient(135deg,#111827,#1f2937 60%,#0f172a);}.auth:before{content:'🧩 🎨 💬 ⚡ 🛒';position:absolute;opacity:.08;font-size:90px;letter-spacing:28px;top:18%;left:8%;right:8%;text-align:center}.auth .form{position:relative;border:1px solid #ffffff22;box-shadow:0 22px 55px #0005}.mini-alert{padding:10px 12px;border-radius:9px;background:#fff;border:1px solid #ddd;margin:8px 0;font-size:13px}.notice-list .mini-alert{display:grid;grid-template-columns:1fr auto;gap:8px}.admin-card{overflow:hidden}.admin-card input,.admin-card select,.admin-card textarea{font-size:13px}.admin-card textarea{height:90px;resize:none}.admin-card .table td{font-size:13px}.news-toast{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:11px;margin-bottom:10px;font-size:13px}.news-toast button{border:0;background:transparent;cursor:pointer;font-weight:900}.package-card{min-height:130px}.rightbox .btn{width:100%}@media(max-width:900px){.grid.store-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.grid.store-grid{grid-template-columns:1fr}.product h3{max-width:58%}.topnav{gap:8px}.btn{font-size:12px;padding:8px 10px}}
/* fix layout produse + mobil + admin */
.wrap{max-width:1200px}.layout{align-items:start}.grid.store-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px}.product{min-height:136px;padding:12px;display:flex;flex-direction:column;gap:8px}.product .pic{float:none;margin:0;width:44px;height:44px;flex:0 0 44px}.product-top{display:flex;align-items:center;gap:10px;min-width:0}.product-info{min-width:0;flex:1}.product h3{margin:0;max-width:100%;font-size:14px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product .muted{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product .price{display:none}.product-price{display:flex;align-items:baseline;gap:6px;font-size:13px;line-height:1}.product-price b{font-size:14px}.product .actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:auto;clear:none}.product .actions .btn{min-width:0;font-size:11px;padding:7px 4px;white-space:nowrap}.product.coming .actions{grid-template-columns:1fr 1fr}.ribbon{z-index:2}.rightbox{font-size:14px}.rightbox .btn{font-size:12px;padding:9px}.delete-star{width:20px;height:20px;border:0;border-radius:50%;background:#ef4444;color:#fff;font-weight:900;line-height:20px;padding:0;cursor:pointer}.inline{display:inline;margin:0}.pending-icon{font-size:20px;color:#f59e0b}.status-pill{display:inline-flex;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:800;background:#f3f4f6}.status-pill.asteptare{background:#fff7ed;color:#c2410c}.status-pill.aprobat{background:#ecfdf5;color:#15803d}.status-pill.refuzat{background:#fef2f2;color:#b91c1c}.admin-card{max-width:100%;overflow:auto}.admin-card table{min-width:760px}.actions-row{display:flex;gap:5px;align-items:center}.actions-row .btn{font-size:11px;padding:6px 8px}.cart-grid{grid-template-columns:minmax(0,1fr) 320px}.notice-list .mini-alert p{margin:4px 0;font-size:12px}.notice-list .mini-alert small{font-size:11px;color:#6b7280}.topnav .btn{width:auto}.side a{font-size:14px}.panel{overflow:hidden}@media(max-width:1100px){.layout{grid-template-columns:210px 1fr}.right{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.rightbox{margin-bottom:0}.cart-grid{grid-template-columns:1fr}}@media(max-width:760px){.wrap{margin:12px auto;padding:0 10px}.top{position:relative;gap:10px}.topnav{margin-left:auto}.layout{display:block}.side{margin-bottom:12px}.side a{padding:12px 14px}.panel{padding:14px;margin-bottom:12px}.bar{flex-direction:column;align-items:stretch}.sorts{display:grid;grid-template-columns:repeat(2,1fr)}.grid.store-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product{padding:10px;min-height:128px}.product .pic{width:38px;height:38px;flex-basis:38px}.product h3{font-size:13px}.product-price b{font-size:13px}.product .actions .btn{font-size:10.5px;padding:6px 3px}.right{display:block}.rightbox{margin-bottom:12px}.cart-grid{display:block}.line-product{gap:10px;padding:10px}.line-product img{width:42px;height:42px}.admin-layout{display:block}.admin-menu{margin-bottom:12px}.admin-menu a{padding:12px}.table th,.table td{padding:9px}.auth .form{width:94%;padding:18px}}@media(max-width:430px){.grid.store-grid{grid-template-columns:1fr}.product{min-height:auto}.stats{grid-template-columns:1fr}.sorts{grid-template-columns:1fr 1fr}.brand b{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.avatar{width:36px;height:36px}.logo{width:34px;height:34px}}

/* update securitate + UI cerut */
.ribbon{left:auto!important;right:-34px!important;top:15px!important;transform:rotate(45deg)!important;background:#0ea5e9;color:#fff}.screen-thumb{width:96px!important;height:70px!important;object-fit:cover;border-radius:8px;border:1px solid #d1d5db;cursor:pointer;box-shadow:0 1px 4px #0002}.screens-grid{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.img-lightbox{display:none;position:fixed;inset:0;background:#000b;z-index:999;align-items:center;justify-content:center;padding:20px}.img-lightbox.show{display:flex}.img-lightbox img{max-width:min(92vw,980px);max-height:86vh;border-radius:12px;background:#fff;box-shadow:0 10px 40px #0008}.img-lightbox button{position:absolute;top:20px;right:25px;width:36px;height:36px;border:0;border-radius:50%;background:#fff;color:#111;font-size:26px;font-weight:900;cursor:pointer}.product-hero{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center}.product-hero-icon{width:72px;height:72px;object-fit:cover;border-radius:12px;border:1px solid #e5e7eb}.product-hero-price{font-size:18px}.download-main{font-size:13px;padding:9px 18px}.line-product .download{font-size:30px;width:38px;height:38px;display:grid;place-items:center;border-radius:9px;background:#ecfdf5;text-decoration:none}.tiny-img{width:36px;height:36px;border-radius:8px;object-fit:cover;vertical-align:middle;margin-right:7px}.maint{background:radial-gradient(circle at 30% 20%,#0ea5e955,transparent 25%),linear-gradient(135deg,#111827,#1f2937);padding:20px}.maint-card{max-width:560px;background:#fff;color:#111;text-align:center;border-radius:18px;padding:34px;box-shadow:0 20px 60px #0005}.maint-card h1{margin:14px 0 8px}.maint-logo{margin:auto;width:70px;height:70px;border-radius:18px;background:#22c55e;color:#fff;display:grid;place-items:center;font-size:34px;font-weight:900}.spinner-dots{display:flex;justify-content:center;gap:8px;margin:20px}.spinner-dots span{width:12px;height:12px;border-radius:50%;background:#0ea5e9;animation:bounce .8s infinite alternate}.spinner-dots span:nth-child(2){animation-delay:.15s}.spinner-dots span:nth-child(3){animation-delay:.3s}@keyframes bounce{to{transform:translateY(-10px);opacity:.5}}@media(max-width:760px){.product-hero{grid-template-columns:auto 1fr}.product-hero-price{grid-column:1/-1}.screen-thumb{width:78px!important;height:58px!important}.img-lightbox button{top:12px;right:12px}.line-product .download{font-size:24px;width:34px;height:34px}}

/* update final: layout fix, no alert, FAQ, grid 3x4 */
.wrap.layout{max-width:100%;width:100%;padding:0 26px;grid-template-columns:240px minmax(0,1fr) 280px;align-items:start}.layout main{min-height:520px;max-height:calc(100vh - 116px);overflow:auto;padding-right:6px}.side{position:sticky;top:84px;margin-left:0}.right{position:sticky;top:84px}.grid.store-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.product{min-height:128px}.hidden-product{display:none!important}.more-wrap{text-align:center;margin:14px 0}.more-wrap .btn{min-width:180px}.footer{text-align:center;margin:28px auto;color:#555}.confirm-modal{display:none;position:fixed;inset:0;background:#0007;z-index:1000;align-items:center;justify-content:center;padding:20px}.confirm-modal.show{display:flex}.confirm-card{width:min(420px,94vw);background:#fff;border-radius:14px;box-shadow:0 20px 60px #0005;padding:22px;border:1px solid #eee}.confirm-card h3{margin:0 0 8px}.confirm-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:18px}.delete-star{font-size:0!important}.delete-star:before{content:'*';font-size:15px;line-height:20px}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:10px;box-shadow:0 1px 4px #0001;overflow:hidden}.faq-question{width:100%;border:0;background:#fff;padding:15px 16px;text-align:left;font-weight:900;cursor:pointer;display:flex;justify-content:space-between}.faq-question:after{content:'+'}.faq-item.open .faq-question:after{content:'−'}.faq-answer{display:none;padding:0 16px 16px;color:#374151;line-height:1.5}.faq-item.open .faq-answer{display:block}.important-box{background:#fff6d7;border:1px solid #f6d67b;border-radius:10px;padding:14px;margin:16px 0;color:#5f4b00}.important-box b{display:block;margin-bottom:7px}.index-products{display:flex;gap:18px;overflow:hidden;padding:18px 0}.index-card{min-width:220px;background:#fff;border-radius:14px;padding:16px;box-shadow:0 2px 10px #0002;border:1px solid #eee}.index-card img{width:58px;height:58px;object-fit:cover;border-radius:10px;float:right}.auth-required{background:#fff;border:1px solid #dbeafe;border-radius:14px;box-shadow:0 2px 12px #0002;padding:22px;text-align:center;margin:18px 0}.profile-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.password-card{border:1px solid #e5e7eb;border-radius:12px;padding:16px;background:#fafafa}.screen-thumb{width:90px!important;height:64px!important}.product-hero-icon{width:64px;height:64px}.download-main{font-size:14px!important;padding:10px 22px!important}.line-product .download{font-size:26px!important;width:42px!important;height:42px!important}.ribbon{right:-36px!important;left:auto!important}@media(max-width:1180px){.wrap.layout{grid-template-columns:220px 1fr}.right{position:static;grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.grid.store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.layout main{max-height:none;overflow:visible}.side{position:static}.profile-card-grid{grid-template-columns:1fr}}@media(max-width:680px){.wrap.layout{display:block;padding:0 10px}.right{display:block}.grid.store-grid{grid-template-columns:1fr}.product{min-height:auto}.top{padding:0 10px}.brand{font-size:17px}.footer{font-size:13px}.confirm-actions{flex-direction:column}.confirm-actions .btn{width:100%}}


/* update header/logo/payment/notificari - RO */
.top{padding:0;background:#202020}.top-inner{width:100%;max-width:1200px;margin:0 auto;padding:0 18px;display:flex;align-items:center;justify-content:space-between;height:64px}.brand{margin-right:auto}.topnav{margin-left:auto}.pro-logo{background:linear-gradient(135deg,#22c55e,#14b8a6);box-shadow:0 6px 18px #22c55e44;color:#fff}.brand-text{display:flex;flex-direction:column;line-height:1.05}.brand-text small{font-size:11px;color:#9ca3af;font-weight:600;margin-top:3px}.index-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.index-card{border:1px solid #eee;border-radius:12px;padding:14px;background:#fff;box-shadow:0 2px 8px #0001;position:relative}.index-card img{width:58px;height:58px;object-fit:cover;border-radius:10px;float:right}.grid.store-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.product{max-width:none}.ribbon{left:auto;right:-34px;top:15px;transform:rotate(45deg)}.product-price{font-size:13px;line-height:1.2}.product .actions .btn{min-height:30px}.pager-arrows a{font-weight:900;background:#202020;color:#fff;border-color:#202020}.auth .alert,.form .alert{font-weight:700}.foot{text-align:center;width:100%;clear:both}.important-box{background:#fff4c7;border:1px solid #f1d37d;border-radius:10px;padding:14px;margin:14px 0;color:#5b4a13}.important-box b{display:block;margin-bottom:8px}.screens-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,110px));gap:10px;align-items:start}.screen-thumb{width:100px;height:70px;object-fit:cover;border-radius:8px;border:1px solid #ddd;cursor:pointer}.img-lightbox{display:none;position:fixed;inset:0;background:#000b;z-index:200;align-items:center;justify-content:center;padding:20px}.img-lightbox.show{display:flex}.img-lightbox img{max-width:90vw;max-height:85vh;border-radius:12px;background:#fff}.img-lightbox button{position:fixed;right:22px;top:18px;background:#ef4444;color:#fff;border:0;border-radius:50%;width:38px;height:38px;font-size:24px;cursor:pointer}.top .drop{right:0}.mini-alert form button.delete-star{background:#ef4444;color:#fff;border:0;border-radius:50%;width:18px;height:18px;font-size:14px;line-height:18px;padding:0;cursor:pointer}.alert{font-weight:600}
@media(max-width:1100px){.layout{grid-template-columns:210px 1fr}.right{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.grid.store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.index-products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.top-inner{height:auto;min-height:62px;padding:8px 12px}.brand-text small{display:none}.topnav{gap:10px}.layout{display:block}.side{margin-bottom:14px}.right{display:block}.grid.store-grid{grid-template-columns:1fr}.product{width:100%}.product .pic{width:48px;height:48px}.product-info h3{font-size:14px}.product-price{font-size:13px}.stats{grid-template-columns:repeat(2,1fr)}.index-products{grid-template-columns:1fr}.hero{min-height:430px}.cart-grid{grid-template-columns:1fr}.top .avatar{width:38px;height:38px}.drop{right:0}.screens-grid{grid-template-columns:repeat(3,1fr)}.screen-thumb{width:100%;height:70px}}


/* update profil sus + index card auth */
.top{padding:0!important}.top-inner{max-width:none!important;width:100%!important;padding:0 18px!important}.brand{margin-left:0!important}.topnav{margin-right:0!important}.brand-text small{display:none}.profile-modal{align-items:center;justify-content:center}.profile-modalbox{width:min(720px,94vw);max-height:92vh;overflow:auto;background:#fff;border-radius:8px;box-shadow:0 20px 70px #0008}.profile-head{position:relative;min-height:190px;background:#202020;color:#fff;padding:34px 28px 0;display:flex;align-items:flex-end;gap:18px}.profile-close{position:absolute;right:22px;top:18px;border:0;background:transparent;color:#fff;font-size:30px;font-weight:900;cursor:pointer;line-height:1}.profile-avatar-large{width:146px;height:146px;border:3px solid #fff;border-radius:10px;background:#c8c8c8;display:grid;place-items:center;font-size:48px;font-weight:900;margin-bottom:-42px;color:#fff}.profile-title{font-size:28px;font-weight:900;margin-bottom:18px}.edit-icon{font-size:22px}.profile-tabs{margin:0!important;padding:58px 18px 10px!important;border:0!important;border-radius:0!important;background:#f3f3f3;display:flex;gap:10px}.profile-tabs .tab{border:0}.profile-content{padding:22px 24px 26px}.profile-content .tabpane{border:0!important;padding:0!important}.profile-form{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}.sold-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:18px}.sold-card strong{display:block;font-size:28px;color:#16a34a;margin:8px 0}.index-card-btn{border:1px solid #eee;text-align:left;cursor:pointer;color:#111;font:inherit}.index-card-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0002}.auth-card-modal{position:relative;background:#fff;border-radius:16px;box-shadow:0 22px 70px #0008;width:min(430px,94vw);padding:26px;text-align:center}.auth-card-modal h2{margin-top:0}.auth-card-modal p{color:#4b5563}.dark-x{color:#111!important;right:14px!important;top:10px!important}.auth-modal-actions{display:flex;gap:10px;justify-content:center;margin-top:18px}.auth-required{display:none!important}@media(max-width:650px){.top-inner{padding:8px 10px!important}.profile-head{min-height:155px;padding:24px 18px 0}.profile-avatar-large{width:110px;height:110px;font-size:34px;margin-bottom:-32px}.profile-title{font-size:22px;margin-bottom:14px}.profile-tabs{padding-top:44px!important;overflow:auto}.profile-content{padding:18px}.auth-modal-actions{flex-direction:column}.two{grid-template-columns:1fr!important}}
/* update profil: avatar implicit, câmpuri vârstă/sex și modal curat */
.default-avatar{position:relative;overflow:hidden;background:#c9c9c9!important;font-size:0!important;color:transparent!important}
.default-avatar:before{content:'';position:absolute;left:50%;top:26px;transform:translateX(-50%);width:58px;height:58px;border-radius:50%;background:#fff;box-shadow:0 0 0 8px rgba(255,255,255,.15)}
.default-avatar:after{content:'';position:absolute;left:50%;bottom:18px;transform:translateX(-50%);width:92px;height:70px;border-radius:48px 48px 12px 12px;background:#fff}
.profile-form .two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.profile-close:hover{transform:scale(1.06);opacity:.9}.field select{width:100%;height:42px;border:1px solid #d9dee7;border-radius:8px;background:#f8fafc;padding:0 12px;font-weight:700;color:#374151}.profile-content .field label{font-weight:900;color:#111;margin-bottom:7px;display:block}.profile-content input,.profile-content select{height:42px;border-radius:8px;border:1px solid #d9dee7;background:#f7f7f7;padding:0 12px;width:100%;box-sizing:border-box}.profile-modalbox{overflow:hidden}.profile-content{max-height:56vh;overflow:auto}.profile-tabs .tab.active{background:#e5e7eb;color:#111}
@media(max-width:650px){.profile-form .two{grid-template-columns:1fr}.profile-modalbox{width:96vw}.profile-content{max-height:58vh}.profile-avatar-large{width:104px!important;height:104px!important}.default-avatar:before{width:42px;height:42px;top:18px}.default-avatar:after{width:72px;height:56px;bottom:14px}}

/* Upload produs separat: buton Încarcă + status */
.upload-box{border:1px solid #d9dee7;border-radius:12px;padding:12px 14px;margin-bottom:14px;background:#fff;overflow:hidden}
.upload-box>label{display:block;font-weight:900;margin-bottom:8px}.upload-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center}.upload-row input[type=file]{height:auto;padding:9px;background:#f8fafc}.upload-status{min-width:95px;text-align:center;font-weight:900;font-size:13px;border-radius:999px;padding:6px 9px;background:#f3f4f6;color:#64748b}.upload-status.loading{background:#fff7ed;color:#c2410c}.upload-status.success{background:#dcfce7;color:#15803d}.upload-status.error{background:#fee2e2;color:#b91c1c}.upload-box.is-loading{opacity:.75}.upload-preview{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.upload-preview img{width:76px;height:54px;object-fit:cover;border-radius:8px;border:1px solid #d1d5db}.upload-btn{white-space:nowrap;font-size:12px;padding:8px 12px!important}@media(max-width:720px){.upload-row{grid-template-columns:1fr}.upload-status{text-align:left;min-width:0}.upload-btn{width:max-content}}


/* FIX profil modal: X funcțional + taburi separate */
.profile-content > .tabpane{display:none!important;}
.profile-content > .tabpane.active{display:block!important;}
.profile-modal.show{display:flex!important;}
.profile-close{z-index:5;}
.profile-tabs .tab{user-select:none;}
body.modal-open{overflow:hidden;}

/* fix final: modal X functional + download icon vizibil */
.profile-close,.modal-close,[data-close]{cursor:pointer;z-index:5}.download{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:8px;background:#62b900;color:#fff!important;font-size:22px;line-height:1}.pending-icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:8px;background:#fff7ed;border:1px solid #fed7aa;color:#92400e;font-size:20px}.modal.show{display:flex!important}

.btn.owned{background:#ef4444!important;color:#fff!important;cursor:not-allowed;pointer-events:none;white-space:nowrap;font-size:12px;padding:8px 10px}.product .actions .btn.owned{flex:1;text-align:center}

/* update logo admin + upload fix */
.site-logo-img{height:42px;max-width:170px;object-fit:contain;display:block}.brand{min-width:0}.brand-text b{white-space:nowrap}.admin-logo-preview{width:120px;height:52px;object-fit:contain;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc;padding:5px}.settings-card .section-title{font-weight:900;margin:18px 0 10px;padding:9px 12px;background:#f3f4f6;border-radius:10px;border:1px solid #e5e7eb}.fixed-upload{border:1px solid #d1d5db;border-radius:10px;padding:12px;background:#fff}.check{display:inline-flex!important;align-items:center;gap:6px;margin:0 0 0 10px;font-weight:700}.check input{width:auto}.three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.upload-status.loading{color:#0ea5e9;font-weight:900}.upload-status.success{color:#16a34a;font-weight:900}.upload-status.error{color:#dc2626;font-weight:900}.upload-box.is-loading{opacity:.75;pointer-events:none}@media(max-width:760px){.three,.two{grid-template-columns:1fr}.site-logo-img{height:36px;max-width:125px}.brand-text small{display:none}}


/* update: logo fără text, download vizibil, membri activi */
.brand-logo-only{gap:0!important;min-width:auto!important}.brand-logo-only .site-logo-img{height:46px;max-width:185px;object-fit:contain}.brand-logo-only .logo{margin:0}.brand-text{display:none!important}.top-inner{justify-content:space-between!important}.topnav{margin-left:auto!important}.line-product .download{display:inline-grid!important;place-items:center!important;width:42px!important;height:42px!important;border-radius:10px!important;background:#54b300!important;color:#fff!important;font-size:26px!important;text-decoration:none!important;box-shadow:0 3px 8px #54b30044}.line-product .download:hover{filter:brightness(.95);transform:translateY(-1px)}.member-grid{display:grid;grid-template-columns:repeat(4,36px);gap:8px}.member-mini,.last-member span{width:36px;height:36px;border-radius:9px;background:#e5e7eb;display:grid;place-items:center;font-weight:900;color:#334155;overflow:hidden}.member-mini img{width:100%;height:100%;object-fit:cover}.last-member{display:flex;align-items:center;gap:10px}.last-member img{width:42px;height:42px;border-radius:10px;object-fit:cover}.last-member span{width:42px;height:42px}.members-box,.last-member-box{border-bottom:3px solid #58b900}@media(max-width:760px){.brand-logo-only .site-logo-img{height:38px;max-width:130px}.line-product .download{width:38px!important;height:38px!important;font-size:22px!important}.member-grid{grid-template-columns:repeat(6,32px)}.member-mini{width:32px;height:32px}}
/* Update final: dreapta, premium, notice, checkout, pachete */
.right{align-self:start}.last-active-grid{display:grid;grid-template-columns:repeat(5,42px);gap:8px}.active-avatar{position:relative;border:0;background:transparent;padding:0;width:42px;height:42px;cursor:pointer}.active-avatar img{width:42px;height:42px;border-radius:8px;object-fit:cover;background:#d1d5db}.premium-star{position:absolute;left:-4px;bottom:-4px;width:18px;height:18px;border-radius:50%;background:#f59e0b;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900}.premium-badge{display:inline-flex;align-items:center;gap:4px;border-radius:999px;background:#111827;color:#fff;padding:3px 8px;font-size:13px;font-weight:900}.role-badge{display:inline-flex;border-radius:999px;background:#e0f2fe;color:#075985;padding:3px 8px;font-size:13px;font-weight:900;margin-left:4px}.user-card-modal.show{display:flex!important}.user-card{position:relative;background:#fff;width:min(540px,94vw);border-radius:8px;box-shadow:0 20px 70px #0008;overflow:hidden}.user-card-head{background:#202020;color:#fff;min-height:150px;display:flex;align-items:end;gap:16px;padding:28px}.user-card-head img{width:120px;height:120px;border-radius:10px;border:2px solid #fff;object-fit:cover;background:#c8c8c8}.user-card-head h2{margin:0;font-size:28px}.user-card-body{padding:18px 24px}.user-card-body>div{display:flex;justify-content:space-between;border-bottom:1px solid #eee;padding:12px 0}.site-notice{max-width:1180px;margin:10px auto 0;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;box-shadow:0 2px 8px #0002;padding:10px 42px 10px 14px;position:relative;display:flex;gap:10px;align-items:center}.site-notice b{color:#9a3412}.site-notice button{position:absolute;right:10px;top:7px;border:0;background:#ef4444;color:#fff;border-radius:50%;width:22px;height:22px;cursor:pointer;font-weight:900}.ribbon{left:auto!important;right:-36px!important;top:14px!important;transform:rotate(45deg)!important}.ribbon.nou{background:#2563eb}.ribbon.promotie{background:#f59e0b}.ribbon.reducere{background:#ef4444}.ribbon.recomandat{background:#8b5cf6}.ribbon.in_curand{background:#64748b}.ribbon.inactiv{background:#374151}.ribbon.actualizat{background:#10b981}.ribbon.premium{background:#eab308}.checkout-confirm{text-align:center;max-width:760px;margin-left:auto;margin-right:auto}.confirm-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.premium-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:end}.plan-card{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0001;overflow:hidden;border:1px solid transparent}.plan-card.popular{border:2px solid #2563eb;transform:translateY(-18px)}.plan-top{background:#2563eb;color:#fff;font-weight:900;text-align:center;padding:14px}.plan-body{padding:26px}.plan-img{width:54px;height:54px;border-radius:10px;object-fit:cover;float:right}.plan-price{font-size:22px;font-weight:900}.plan-price span{font-size:14px;font-weight:400}.btn.outline{background:#fff!important;color:#2563eb!important;border:1px solid #2563eb}.plan-renew{font-size:13px;color:#6b7280;text-align:center;margin:14px}.plan-list{list-style:none;padding:0;margin:22px 0}.plan-list li{padding:7px 0}.plan-list li:before{content:'✓';color:#16a34a;border:1px solid #16a34a;border-radius:50%;margin-right:8px;padding:0 3px}.ticket-card{border:1px solid #e5e7eb;border-radius:10px;padding:12px;margin:10px 0;background:#fff}.pager.arrows{display:flex;gap:8px;justify-content:flex-end}.line-product .pending-icon{font-size:24px}.tiny-delete{color:#dc2626;font-size:13px;font-weight:900}.support-plans-list{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0002;padding:14px}
@media(max-width:980px){.premium-plans{grid-template-columns:1fr}.plan-card.popular{transform:none}.last-active-grid{grid-template-columns:repeat(6,38px)}.active-avatar,.active-avatar img{width:38px;height:38px}}

/* Update: monedă sus, checkout cu procesare, carduri admin membri */
.currency-select select{width:auto;height:32px;padding:4px 8px;border-radius:8px;border:1px solid #3b3b3b;background:#111;color:#fff;font-weight:900}.pay-processing{margin:15px auto;padding:14px;border:1px solid #bae6fd;background:#eff6ff;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;color:#075985}.smallspin{width:28px!important;height:28px!important;border-width:4px!important;margin:0!important}.member-edit-card{border:1px solid #d9dee7;border-radius:14px;padding:16px;margin:14px 0;background:#fff;box-shadow:0 2px 8px #0000000f}.member-head{display:grid;grid-template-columns:1fr 280px;gap:14px;align-items:start}.balance-box{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:14px;font-weight:900}.support-badge{display:inline-flex;align-items:center;gap:4px;border-radius:999px;background:#0ea5e9;color:#fff;padding:3px 8px;font-size:12px;font-weight:900}.ribbon.free{background:#22c55e!important}.index-card b{display:block;margin-top:8px}.product-price b{font-size:14px}.product .muted{font-size:11px}.product h3{font-size:14px}.product .actions .btn{font-size:12px!important;padding:8px 5px!important}@media(max-width:900px){.member-head{grid-template-columns:1fr}.currency-select{order:-1}.topnav{gap:8px}.currency-select select{font-size:12px}.cart-grid{grid-template-columns:1fr}.layout{grid-template-columns:1fr}.side,.right{order:0}.grid{grid-template-columns:1fr}.product{min-height:auto}.product .pic{width:46px;height:46px}.top{padding:0 10px}.wrap{margin:14px auto}.panel{padding:14px}.rightbox{padding:14px}}

/* Update suport premium listă + modal, admin topups, header compact */
.support-list{padding:10px 18px}.support-row{display:flex;align-items:center;gap:12px;padding:14px 8px;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:.15s}.support-row:hover{background:#f8fafc;border-radius:10px}.support-row img{width:52px;height:52px;border-radius:10px;object-fit:cover;background:#f3f4f6}.support-row strong{font-size:22px;margin-left:auto}.support-modal-card{background:#fff;width:min(640px,94vw);border-radius:8px;box-shadow:0 20px 80px #0008;padding:28px;position:relative}.support-modal-head{display:flex;gap:14px;align-items:center;margin-bottom:22px}.support-modal-head img{width:64px;height:64px;border-radius:12px;object-fit:cover;background:#f3f4f6}.support-modal-head h2{margin:0}.modal-close{position:absolute;top:14px;right:16px;border:0;background:transparent;font-size:26px;font-weight:900;cursor:pointer}.topup-form .alert{margin-bottom:12px}.owner-order-alert{background:#fee2e2!important;color:#991b1b!important;border:1px solid #fca5a5;border-radius:999px;padding:7px 10px!important;font-size:12px;white-space:nowrap}.currency-select select{height:28px!important;font-size:12px!important;border-radius:8px!important;padding:2px 6px!important}.avatar{width:36px!important;height:36px!important;font-size:14px!important}.topnav{gap:10px!important}.install-actions{display:flex;gap:10px;margin-top:12px}.topup-actions textarea{height:62px!important;resize:none}.topup-actions input,.topup-actions select{height:36px!important}.admin-menu .badge{float:right;background:#ef4444;color:#fff;border-radius:999px;padding:1px 7px;font-size:12px}.pay-processing[hidden]{display:none!important}.pay-processing:not([hidden]){display:flex!important}.confirm-actions[style*="none"]{display:none!important}@media(max-width:760px){.support-row strong{font-size:18px}.support-row img{width:44px;height:44px}.owner-order-alert{max-width:150px;overflow:hidden;text-overflow:ellipsis}.topnav{gap:7px!important}}

/* Update final cerut */
.empty-products{font-weight:800;text-align:center;color:#6b7280;padding:22px}.support-list.panel{padding:0}.support-row{display:flex;align-items:center;gap:14px;padding:16px 18px;border-bottom:1px solid #eee;cursor:pointer}.support-row:hover{background:#f8fafc}.support-row img{width:48px;height:48px;border-radius:10px;object-fit:cover}.support-row strong{margin-left:auto;font-size:22px}.support-modal-card{max-width:720px;background:#fff;border-radius:10px;padding:28px;box-shadow:0 12px 40px rgba(0,0,0,.25);position:relative}.support-modal-head{display:flex;gap:14px;align-items:center}.support-modal-head img{width:54px;height:54px;border-radius:10px}.comment-form textarea{width:100%;min-height:90px;border:1px solid #d1d5db;border-radius:8px;padding:10px;resize:none}.comment-line{border-top:1px solid #eee;padding:10px 0}.comment-line p{margin:4px 0 0}.pay-processing{align-items:center;justify-content:center;gap:10px}.pay-processing:not([hidden]){display:flex}.checkout-confirm .confirm-actions[style*="none"]{display:none!important}.currency-select select{max-width:75px;font-size:12px;padding:5px 8px}.avatar{width:36px!important;height:36px!important;font-size:14px!important}.download{background:#57bd00;color:#fff!important;border-radius:9px;width:42px;height:42px;display:flex;align-items:center;justify-content:center;font-size:22px;text-decoration:none;box-shadow:0 5px 12px rgba(87,189,0,.25)}.premium-badge{display:inline-flex;align-items:center;gap:4px;background:#ffb000;color:#111;border-radius:12px;padding:2px 8px;font-size:12px;font-weight:800}.support-badge{display:inline-flex;background:#00a9d6;color:#fff;border-radius:12px;padding:2px 8px;font-size:12px;font-weight:800}.ribbon.reducere{background:#ef4444}.ribbon.promotie{background:#f59e0b}.ribbon.nou{background:#16a34a}.ribbon.free{background:#10b981}.ribbon.recomandat{background:#7c3aed}.ribbon.in_curand{background:#64748b}.ribbon.actualizat{background:#0ea5e9}@media(max-width:900px){.support-modal-card{width:92vw}.support-row strong{font-size:18px}.cart-grid{grid-template-columns:1fr!important}.right{order:3}.side{order:1}main{order:2}}


/* Fix final: ecuson premium pe un singur rând, procesare plată curată, panglici RO */
.premium-badge{white-space:nowrap!important;font-size:11px!important;line-height:1!important;padding:5px 9px!important;max-width:none!important;display:inline-flex!important;align-items:center!important;gap:3px!important;}
.role-line{display:flex;gap:5px;flex-wrap:wrap;align-items:center;}
.checkout-confirm.is-processing{padding:34px!important;}
.checkout-confirm.is-processing .confirm-actions,.checkout-confirm.is-processing .pay-question{display:none!important;}
.checkout-confirm.is-processing h2,.checkout-confirm.is-processing>p:not(.pay-processing){display:none!important;}
.checkout-confirm.is-processing .pay-processing{display:flex!important;min-height:110px;font-size:16px;}
.ribbon{font-size:10px!important;text-transform:none!important;letter-spacing:.2px!important;}

/* Update activi/membri, statistici produs, avatar default, notificare achiziții */
.product-stats{font-size:10.5px;color:#6b7280;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-title .edit-icon,.edit-icon{display:none!important}.members-tabs .mini-tabs{display:flex;gap:6px;margin-bottom:10px}.members-tabs .mini-tabs .tab{font-size:12px;padding:7px 9px}.members-tabs .tabpane{border:0;padding:0}.member-carousel{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 8px}.member-carousel .active-avatar{flex:0 0 auto;scroll-snap-align:start}.user-card-body span{text-align:right}.purchase-pop{position:fixed;left:50%;top:76px;transform:translateX(-50%);z-index:80;background:#111827;color:#fff;border:1px solid #334155;border-radius:999px;padding:9px 40px 9px 14px;box-shadow:0 10px 25px #0004;font-size:13px;font-weight:800}.purchase-pop button{position:absolute;right:8px;top:5px;border:0;background:#ef4444;color:#fff;border-radius:50%;width:22px;height:22px;cursor:pointer}.active-avatar{background:transparent;border:0;padding:0;cursor:pointer}.default-avatar{background-image:url('/assets/css/avatar_male.svg');background-size:cover;background-position:center}.profile-avatar-large.default-avatar{background-color:#d1d5db}@media(max-width:760px){.purchase-pop{top:62px;width:92vw;border-radius:12px;text-align:center}.layout.mobile-focus .side,.layout.mobile-focus .right{display:none}.layout{gap:12px}.side a{padding:13px 16px}.rightbox{margin-bottom:12px}}


/* Update mobil meniu + dreapta permanentă + comentarii separate */
.top-inner{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.mobile-menu-btn{display:none;background:#111827;color:#fff;border:1px solid #374151;border-radius:9px;padding:8px 10px;font-weight:800}.side-backdrop{display:none}.product-comments{margin-top:18px;border-top:1px solid #e5e7eb;padding-top:16px}.product-comments .comment-form{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:12px;margin-bottom:12px}.product-comments .btn{margin-top:8px}.comment-line{background:#fff;border:1px solid #eee;border-radius:10px;margin:8px 0;padding:10px 12px}.premium-status-box .btn{margin-top:8px}.user-card-body{display:grid;gap:0}.user-card-body>div{display:grid;grid-template-columns:1fr 1fr;gap:10px;border-bottom:1px solid #eee;padding:10px 0}.support-row{position:relative}.support-row:after{content:'›';font-size:26px;color:#9ca3af;margin-left:10px}.checkout-confirm.is-processing{max-width:650px;text-align:center}.checkout-confirm.is-processing .pay-processing{border-color:#bae6fd;background:#eff6ff}.checkout-confirm.is-processing .confirm-actions,.checkout-confirm.is-processing .pay-question,.checkout-confirm.is-processing h2,.checkout-confirm.is-processing>p:not(.pay-processing){display:none!important}.checkout-confirm.is-processing .pay-processing{display:flex!important;min-height:130px}.screens-grid{display:flex;gap:10px;overflow:auto}.screens-grid .screen-thumb{width:96px!important;height:70px!important;object-fit:cover;border-radius:8px;border:1px solid #ddd;cursor:pointer;flex:0 0 auto}
@media(max-width:760px){
  .top{height:auto;min-height:58px;padding:8px 10px}.mobile-menu-btn{display:inline-flex;align-items:center;gap:5px}.brand img.site-logo-img{max-height:42px;max-width:130px}.topnav{margin-left:auto}.layout{display:block}.wrap{padding:0 10px;margin:12px auto}.side{display:none!important;margin-bottom:12px}.side.open{display:block!important;position:fixed;left:10px;right:10px;top:64px;z-index:120;max-height:calc(100vh - 80px);overflow:auto;border:1px solid #ddd}.right{display:block!important;margin-top:12px}.rightbox{width:100%;margin-bottom:12px}.panel{margin-bottom:12px}.grid.store-grid{grid-template-columns:1fr!important}.cart-grid{grid-template-columns:1fr!important}.product{min-height:auto}.mobile-menu-backdrop.show{display:block;position:fixed;inset:0;background:#0008;z-index:110}.support-row strong{font-size:18px}.support-modal-card{width:94vw;padding:20px}.user-card{width:92vw}.profile-modalbox{width:94vw;max-height:88vh;overflow:auto}.product-comments .comment-form{padding:10px}.screens-grid .screen-thumb{width:82px!important;height:60px!important}.top .owner-order-alert{display:none}}


/* Update: categorii cu buton Înapoi, panglici curate, procent lângă preț, toast temporar, tooltip instalare */
.back-panel{padding:10px 14px!important;margin-bottom:10px}.back-panel .btn{font-size:12px!important;padding:7px 10px!important}.save-badge{display:inline-flex;margin-left:6px;background:#fee2e2;color:#b91c1c;border:1px solid #fecaca;border-radius:999px;padding:2px 7px;font-size:10px;font-weight:900;vertical-align:middle}.ribbon{right:-34px!important;left:auto!important;top:13px!important;width:126px!important;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-price{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.purchase-pop{transition:opacity .3s ease, transform .3s ease}.purchase-pop.hide{opacity:0;transform:translate(-50%,-10px)}.line-product{position:relative}.install-tip-btn{margin-left:8px;width:24px;height:24px;border-radius:50%;border:1px solid #f59e0b;background:#fff7ed;color:#9a3412;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.install-tip-pop{display:none;position:absolute;right:8px;top:48px;z-index:30;width:min(320px,86vw);background:#fff;border:1px solid #fbbf24;border-radius:12px;box-shadow:0 12px 30px #0003;padding:12px;color:#374151}.install-tip-pop.show{display:block}.install-tip-pop b{display:block;color:#92400e;margin-bottom:5px}.install-tip-pop p{font-size:12px;line-height:1.45;margin:0 0 8px}.admin-tip-card textarea{height:110px!important;resize:none!important}.admin-tip-card .table td{vertical-align:top}@media(max-width:760px){.back-panel{display:block}.ribbon{right:-38px!important}.install-tip-pop{left:10px;right:10px;top:54px;width:auto}.product-price{font-size:12px}.save-badge{font-size:9px}}
.download-prepare-card{max-width:520px;margin:60px auto;text-align:center}.download-prepare-card .spinner{margin:0 auto 18px}.store-grid .btn{white-space:nowrap}.btn.owned{opacity:.9}.save-badge{display:inline-block;margin-left:6px;font-size:11px;background:#fee2e2;color:#b91c1c;border-radius:999px;padding:2px 7px;font-weight:800}.ribbon{right:-34px!important;left:auto!important;transform:rotate(45deg)!important}.ribbon.actualizat{background:#dc2626}.ribbon.reducere{background:#e11d48}.ribbon.promotie{background:#f97316}.ribbon.nou{background:#2563eb}.ribbon.free{background:#16a34a}.ribbon.in_curand{background:#6b7280}


/* FIX: tooltip instalare vizibil complet + comentarii cu dată + actualizări */
.install-tip-pop.show{
  display:block!important;
  position:fixed!important;
  right:24px!important;
  bottom:78px!important;
  top:auto!important;
  z-index:5000!important;
  width:min(360px,92vw)!important;
  max-height:55vh!important;
  overflow:auto!important;
}
.comment-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:5px}
.comment-head span{font-size:12px;color:#6b7280;background:#f3f4f6;border-radius:999px;padding:2px 8px;white-space:nowrap}
.update-btn{min-width:92px;text-align:center;white-space:nowrap}
.profile-form .field input[name=country]{background:#fff}
@media(max-width:760px){.install-tip-pop.show{left:12px!important;right:12px!important;bottom:70px!important;width:auto!important}.comment-head{align-items:flex-start;flex-direction:column;gap:3px}}

/* UPDATE 2026-05 - layout, carusel recomandări, știri, mobil, tooltip, progres */
.top-inner{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.site-logo-img{max-width:145px;max-height:48px;object-fit:contain}.mobile-menu-btn{display:none;background:#eef1f5;border:0;border-radius:8px;padding:8px 12px;font-weight:800}.store-toolbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center}.search-form{display:flex;gap:8px;justify-content:center}.search-form input{max-width:260px}.ribbon{left:auto!important;right:-35px!important;top:16px!important;transform:rotate(45deg)!important}.ribbon.free{background:#10b981}.ribbon.nou{background:#2563eb}.ribbon.promotie{background:#7c3aed}.ribbon.reducere{background:#e11d48}.ribbon.recomandat{background:#f59e0b}.ribbon.actualizat{background:#0ea5e9}.ribbon.in_curand{background:#6b7280}.save-badge{display:inline-block;background:#fee2e2;color:#b91c1c;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:900;margin-left:8px}.recommended-wide{margin-top:28px}.wide-carousel{display:flex;gap:14px;overflow-x:auto;padding:12px 2px;scroll-snap-type:x proximity}.wide-rec{min-width:150px;max-width:170px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;display:grid;gap:6px;text-decoration:none;color:#111;scroll-snap-align:start}.wide-rec img{width:58px;height:58px;object-fit:cover;border-radius:12px}.wide-rec span{font-weight:900;color:#111}.news-right .news-mini{display:flex;gap:10px;align-items:flex-start;position:relative;border:1px solid #eee;border-radius:10px;padding:12px;margin:8px 0;color:#111;text-decoration:none;background:#fff}.news-right .news-mini .new-ribbon{position:absolute;left:8px;top:-8px;background:#ef4444;color:#fff;font-size:10px;border-radius:999px;padding:2px 7px;font-weight:900}.news-right .news-mini small{color:#6b7280}.news-right .news-mini p{margin:4px 0 0;font-size:12px;color:#555}.install-tip-pop{display:none;position:fixed;right:28px;bottom:80px;width:min(360px,calc(100vw - 34px));background:#fff;border:1px solid #f59e0b;border-radius:12px;box-shadow:0 12px 35px #0003;padding:18px;z-index:200}.install-tip-pop.show{display:block}.tip-x{position:absolute;right:10px;top:8px;background:transparent;border:0;font-size:24px;font-weight:900;cursor:pointer}.tip-close-bottom{display:flex;margin:12px auto 0}.install-tip-btn{width:30px;height:30px;border-radius:50%;border:1px solid #f59e0b;background:#fff;color:#b45309;font-weight:900;cursor:pointer}.progress{height:18px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin:16px 0}.progress>div{height:100%;width:0;background:linear-gradient(90deg,#10aee0,#62b900);transition:width .25s}.blink-success{animation:blinkOK .45s linear 4}@keyframes blinkOK{50%{opacity:.45}}.download-prepare-card{max-width:520px;margin:40px auto}.profile-tabs{overflow-x:auto;white-space:nowrap}.profile-tabs .tab{white-space:nowrap}.profile-avatar-large.default-avatar,.default-avatar{background-image:url('/assets/css/default_avatar.png');background-size:cover;background-position:center}.active-avatar img,.last-member img{background:#eee}.side a:first-child{font-weight:900}.side a[href="/my-products.php"]{font-weight:900;font-size:15px}.members-tabs .member-carousel{display:flex;overflow-x:auto;gap:8px}.member-carousel .active-avatar{flex:0 0 auto}.purchase-pop{position:fixed;right:18px;top:78px;z-index:220;background:#111827;color:#fff;border-radius:12px;padding:12px 38px 12px 14px;box-shadow:0 12px 32px #0004;font-weight:800;transition:.35s}.purchase-pop.hide{opacity:0;transform:translateY(-12px)}.purchase-pop button{position:absolute;right:8px;top:6px;background:transparent;border:0;color:#fff;font-size:18px;cursor:pointer}.topup-form .tab,.profile-tabs .tab[data-tab="profTopup"]{white-space:nowrap}.auth-card-modal{position:relative}.dark-x{position:absolute;right:16px;top:10px}.mobile-menu-backdrop{display:none;position:fixed;inset:0;background:#0006;z-index:90}.mobile-menu-backdrop.show{display:block}@media(max-width:1000px){.mobile-menu-btn{display:inline-flex}.layout{grid-template-columns:1fr!important}.side{position:fixed;left:-300px;top:0;bottom:0;width:285px;z-index:120;display:block!important;border-radius:0;overflow:auto;transition:left .25s;background:#fff}.side.open{left:0}.right{order:3}.store-toolbar{grid-template-columns:1fr}.search-form{justify-content:flex-start}.search-form input{max-width:none}.wide-rec{min-width:135px}.top{position:sticky}.product{max-width:none}}@media(max-width:640px){.top-inner{gap:6px}.mobile-menu-btn{font-size:12px;padding:7px 9px}.site-logo-img{max-width:110px}.currency-select select{max-width:76px;padding:7px 6px}.avatar{width:34px;height:34px;font-size:12px}.topnav{gap:7px}.profile-tabs .tab{padding:9px 10px}.profile-tabs .tab[data-tab="profTopup"]{min-width:95px}.cart-grid{grid-template-columns:1fr}.checkout-confirm .confirm-actions{display:grid;grid-template-columns:1fr;gap:10px}.rightbox{margin-bottom:12px}.install-tip-pop{right:10px;bottom:70px}.search-form{flex-direction:column}.sorts .btn{font-size:11px;padding:7px 9px}.bar h2{font-size:20px}}

/* Update 15.05: meniu mobil vizibil, cookie, recenzii, avatar implicit */
.mobile-menu-btn{
  background:linear-gradient(135deg,#10aee0,#22c55e)!important;color:#fff!important;border:0;border-radius:10px;
  padding:9px 12px;font-weight:900;box-shadow:0 6px 18px #10aee055;display:none;align-items:center;gap:6px
}
.avatar.avatar-img{overflow:hidden;background:#2b3640;width:36px;height:36px}.avatar.avatar-img img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.profile-avatar-large{overflow:hidden}.profile-avatar-large img{width:100%;height:100%;object-fit:cover;display:block}
.default-avatar,.active-avatar img,.last-member img{background:#e5e7eb}
.cookie-banner{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:200;display:flex;gap:18px;align-items:center;max-width:780px;width:calc(100% - 28px);background:#fff;border:1px solid #c7d2fe;border-radius:14px;box-shadow:0 18px 45px #0004;padding:16px}
.cookie-banner p{margin:5px 0 0;color:#4b5563}.cookie-actions{display:flex;gap:8px;white-space:nowrap}
.reviews-wide{margin-top:18px}.reviews-carousel{display:flex;gap:14px;overflow-x:auto;padding:10px 2px 8px;scroll-snap-type:x proximity}.review-card{min-width:255px;max-width:270px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 8px #0001;padding:14px;scroll-snap-align:start}.review-head{display:flex;align-items:center;gap:10px}.review-head img{width:44px;height:44px;border-radius:50%;object-fit:cover}.review-head small{display:block;color:#6b7280}.stars{color:#f59e0b;letter-spacing:2px;margin:8px 0}.review-card p{font-size:13px;color:#374151;line-height:1.35}.product-reviews-form{margin-top:14px;border:1px solid #e5e7eb;border-radius:12px;padding:14px;background:#fff}.review-form textarea{height:90px}.search-form{display:flex;gap:8px;align-items:center;min-width:320px}.search-form input{height:42px}.empty-products{font-weight:800;text-align:center;color:#667085}.wide-rec{min-width:160px}.wide-rec img{width:58px;height:58px;border-radius:12px;object-fit:cover}.wide-rec small{display:block;color:#6b7280}.news-mini{position:relative;display:block;color:#111;text-decoration:none;border:1px solid #eee;border-radius:10px;padding:12px 12px 12px 48px;margin:8px 0;background:#fff}.news-mini .new-ribbon{position:absolute;left:8px;top:10px;background:#ef4444;color:#fff;border-radius:999px;font-size:10px;font-weight:900;padding:3px 7px;text-transform:uppercase}.news-mini p{margin:4px 0 0;color:#4b5563;font-size:12px}.rightbox.news-right{border-bottom-color:#ef4444}
@media(max-width:900px){.mobile-menu-btn{display:inline-flex}.top-inner{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px}.brand-logo-only{margin-right:auto}.topnav{margin-left:auto}.currency-select select{max-width:70px;font-size:12px;padding:7px}.avatar.avatar-img{width:34px;height:34px}.side.open{display:block!important;position:fixed;left:10px;top:70px;width:min(280px,calc(100vw - 20px));z-index:120;border-radius:14px;box-shadow:0 20px 60px #0006}.side.open a{display:flex}.mobile-menu-backdrop.show{display:block;position:fixed;inset:0;background:#0008;z-index:110}.cookie-banner{flex-direction:column;align-items:stretch}.cookie-actions{justify-content:center}.search-form{min-width:100%;width:100%}.store-toolbar{gap:14px}.store-toolbar .sorts{width:100%;justify-content:flex-start}.reviews-carousel,.wide-carousel{padding-bottom:12px}.profile-tabs .tab[data-tab="profTopup"]{white-space:nowrap;min-width:max-content}.right{display:block}}

/* UPDATE admin recenzii/comentarii, social, installer, search */
.side-main{font-size:15px;font-weight:900}.social-side{padding:14px 18px;border-top:1px solid #eee}.social-side b{display:block;margin-bottom:8px}.social-side a{border:0!important;padding:6px 0!important;font-size:13px;color:#0f172a}.staff-reply{border:1px solid #fecaca;background:#fff1f2;color:#991b1b;border-radius:10px;padding:12px;margin-top:10px;font-weight:800}.admin-review-card{border:1px solid #ddd;border-radius:12px;padding:14px;margin:12px 0;background:#fff}.admin-review-card blockquote{margin:10px 0;padding:12px;border-left:4px solid #fbbf24;background:#fffbeb;border-radius:8px}.review-card,.review-mini{border:1px solid #e5e7eb;border-radius:16px;background:#fff;padding:14px;box-shadow:0 2px 8px #0001}.review-card p,.review-mini blockquote{font-style:italic;color:#334155}.review-head,.review-mini{display:flex;gap:12px;align-items:flex-start}.review-head img,.review-mini img{width:42px;height:42px;border-radius:50%;object-fit:cover}.stars{color:#f59e0b;letter-spacing:1px}.reviews-mini-carousel,.reviews-carousel{display:flex;overflow-x:auto;gap:12px;padding-bottom:8px}.review-mini{min-width:220px}.review-card{min-width:260px;max-width:320px}.search-live-wrap{position:relative;min-width:260px}.search-live-results{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 8px 24px #0002;z-index:20;overflow:hidden}.search-live-results a,.search-live-results div{display:flex;gap:9px;align-items:center;padding:9px 10px;color:#111;text-decoration:none;border-bottom:1px solid #eee}.search-live-results img{width:34px;height:34px;border-radius:8px;object-fit:cover}.install-checks{display:grid;gap:8px;margin:12px 0}.check-row{padding:10px 12px;border-radius:10px;border:1px solid #ddd}.check-row span{display:inline-flex;width:22px;height:22px;border-radius:50%;align-items:center;justify-content:center;margin-right:8px;color:#fff}.check-row.ok{background:#ecfdf5;border-color:#86efac}.check-row.ok span{background:#16a34a}.check-row.bad{background:#fef2f2;border-color:#fecaca}.check-row.bad span{background:#dc2626}.install-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.profile-tabs .tab[data-tab="profTopup"]{white-space:nowrap}.sold-card p{display:none!important}.store-toolbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px}.store-toolbar .search-form{display:flex;justify-content:center;gap:8px}.store-toolbar .sorts{justify-content:flex-end}.important-box{background:#fff7d6;border:1px solid #facc15;border-radius:12px;padding:12px;margin:14px 0;color:#92400e}.comment-line{border:1px solid #e5e7eb;border-radius:12px;padding:12px;margin:10px 0;background:#fff}.comment-head{display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid #eee;padding-bottom:7px}.comment-head span{color:#64748b;font-size:12px}.cookie-banner{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);max-width:720px;width:calc(100% - 32px);background:#fff;border:1px solid #ddd;border-radius:14px;box-shadow:0 14px 40px #0003;padding:16px;z-index:200;display:flex;gap:14px;align-items:center;justify-content:space-between}.mobile-menu-btn{background:#111827!important;color:#fff!important;border:1px solid #475569!important;border-radius:10px;padding:9px 12px;font-weight:900;box-shadow:0 0 0 2px #ffffff18}@media(max-width:760px){.store-toolbar{grid-template-columns:1fr}.store-toolbar .search-form{justify-content:stretch;flex-direction:column}.search-live-wrap{min-width:0}.search-form .btn{width:100%}.side.open{display:block;position:fixed;z-index:120;left:0;top:58px;bottom:0;width:280px;overflow:auto;border-radius:0 14px 14px 0}.mobile-menu-backdrop.show{display:block;position:fixed;inset:0;background:#0008;z-index:110}.side{display:none}.right{display:block}.profile-tabs{overflow-x:auto}.profile-tabs .tab{white-space:nowrap}.cookie-banner{flex-direction:column;align-items:flex-start}.cookie-actions{display:flex;width:100%;gap:8px}.cookie-actions .btn{flex:1}}

/* UPDATE premium cards, news images, public purchase toast */
.premium-plans{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:24px;align-items:stretch;margin-top:18px}.store-premium-plan{background:#fff;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #00000012;position:relative;transition:.2s}.store-premium-plan:hover{transform:translateY(-3px);box-shadow:0 16px 38px #00000020}.store-premium-plan.popular{border:2px solid #2563eb}.store-premium-plan .plan-top{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;text-align:center;font-weight:900;padding:12px;text-transform:uppercase;letter-spacing:.4px}.store-premium-plan .plan-body{padding:28px}.store-premium-plan .plan-img{width:58px;height:58px;border-radius:14px;object-fit:cover;background:#eef2ff;margin-bottom:14px}.store-premium-plan h2{font-size:25px;margin:0 0 16px}.store-premium-plan .plan-price{font-size:22px;font-weight:900;margin:0 0 18px}.store-premium-plan .plan-price span{font-size:14px;font-weight:500;color:#475569}.store-premium-plan .btn{width:100%;text-align:center;justify-content:center;margin:0 0 14px;border-radius:10px}.store-premium-plan .plan-renew{text-align:center;font-size:12px;color:#64748b;margin:8px 0 22px}.store-premium-plan .plan-list{list-style:none;padding:0;margin:0 0 20px;display:grid;gap:10px}.store-premium-plan .plan-list li{font-weight:700}.store-premium-plan .plan-list li:before{content:'✓';display:inline-grid;place-items:center;width:18px;height:18px;margin-right:10px;border-radius:50%;border:1px solid #22c55e;color:#16a34a;font-size:12px}.store-premium-plan details{font-size:13px;color:#475569}.store-premium-plan summary{cursor:pointer;text-decoration:underline;text-align:center;color:#475569}
.admin-news-preview{display:block;max-width:180px;max-height:90px;object-fit:contain;border:1px solid #e5e7eb;border-radius:10px;margin-top:8px}.news-mini{display:flex!important;gap:10px;align-items:flex-start;padding-left:12px!important}.news-mini-img{width:54px;height:54px;border-radius:10px;object-fit:cover;background:#f1f5f9;flex:0 0 auto}.news-mini.news-pos-center{flex-direction:column}.news-mini.news-pos-center .news-mini-img{width:100%;height:94px}.news-mini.news-pos-right{flex-direction:row-reverse}.news-card-full{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 24px #0001;padding:18px;margin:14px 0;display:flex;gap:18px;align-items:flex-start}.news-card-full .new-ribbon{position:absolute;left:14px;top:14px;background:#ef4444;color:#fff;border-radius:999px;font-weight:900;font-size:11px;padding:4px 9px;text-transform:uppercase;z-index:1}.news-full-img{width:220px;max-width:35%;border-radius:14px;object-fit:cover;background:#f1f5f9}.news-pos-center.news-card-full{display:block}.news-pos-center.news-card-full .news-full-img{width:100%;max-width:100%;max-height:300px;margin-bottom:14px}.news-pos-right.news-card-full{flex-direction:row-reverse}.news-full-body h3{margin:0 0 4px}.news-full-body small{color:#64748b}.news-full-body p{line-height:1.45;color:#334155}.purchase-pop{animation:toastIn .25s ease-out}.purchase-pop.hide{opacity:0;transform:translateY(-16px)}@keyframes toastIn{from{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:900px){.premium-plans{grid-template-columns:1fr}.store-premium-plan .plan-body{padding:20px}.news-card-full,.news-pos-right.news-card-full{display:block}.news-full-img{width:100%;max-width:100%;margin-bottom:12px}.news-mini.news-pos-left,.news-mini.news-pos-right{flex-direction:row}.news-mini.news-pos-center .news-mini-img{height:80px}}


/* Update: pachete premium/suport cu monedă, modal deasupra panglicilor */
.ribbon{z-index:1!important;pointer-events:none}
.modal{z-index:1000!important}
.user-card-modal,.modal.show{z-index:1000!important}
.mini-package-owned{font-size:12px;padding:9px 10px;margin:8px 0;border-radius:10px}
.admin-card select[multiple]{height:auto;min-height:170px;background:#fff}
.package-owned-note{border:1px solid #86efac;background:#ecfdf5;border-radius:12px;padding:10px;margin:10px 0;font-size:13px;color:#065f46}
.support-modal-card,.modalbox,.user-card{position:relative;z-index:1001}


/* update auth cards: close X + registration/login helper + reset password */
.auth-pro{position:relative;overflow:hidden;background:radial-gradient(circle at 18% 18%,rgba(14,174,234,.35),transparent 28%),radial-gradient(circle at 80% 72%,rgba(34,197,94,.26),transparent 30%),linear-gradient(135deg,#0f172a,#111827 58%,#1f2937)}
.auth-card{position:relative;max-width:460px!important;width:min(94vw,460px)!important;padding:28px!important;border:1px solid rgba(255,255,255,.14);box-shadow:0 28px 70px rgba(0,0,0,.45)!important;overflow:hidden}
.auth-card:before{content:'🧩';position:absolute;right:-18px;top:-22px;font-size:120px;opacity:.05;transform:rotate(12deg)}
.auth-close{position:absolute;right:14px;top:12px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#111827;color:#fff!important;text-decoration:none;font-size:24px;font-weight:900;line-height:1;z-index:2}
.auth-close:hover{background:#ef4444;color:#fff!important}.auth-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;background:#eff6ff;color:#075985;font-weight:900;font-size:12px;margin-bottom:10px}.auth-card h1{margin:4px 0 8px;font-size:30px}.auth-sub{color:#64748b;margin:0 0 18px;line-height:1.4}.auth-main{width:100%;margin-top:4px}.auth-links{text-align:center;margin:12px 0}.auth-links a{font-weight:800}.auth-switch{margin-top:14px;padding:13px;border-radius:12px;background:#f8fafc;border:1px solid #e5e7eb;text-align:center;font-weight:700}.auth-switch a{font-weight:900;color:#0284c7;text-decoration:none}
@media(max-width:560px){.auth-card{padding:22px!important}.auth-card h1{font-size:25px}.auth-close{right:10px;top:10px}}

/* Custom update pack - HaiPe.Ro requested changes */
.cody-version{color:#dc2626;font-weight:800;font-size:12px;margin-top:3px}.premium-owned{background:#16a34a!important;color:#fff!important}.wide-rec{border-radius:18px!important;padding:14px!important;min-width:145px!important}.wide-rec img{width:54px!important;height:54px!important}.recommended-wide{border-radius:20px!important}.mobile-more-wrap{text-align:center;margin:16px 0}.mobile-more-btn{border-radius:999px;padding:11px 24px;font-weight:900}.scroll-top{position:fixed;right:18px;bottom:24px;z-index:9999;border:0;border-radius:50%;width:46px;height:46px;background:#16a34a;color:#fff;font-size:24px;font-weight:900;box-shadow:0 10px 25px #0004;display:none;cursor:pointer}.scroll-top.show{display:block}.sticky-admin-notice{position:sticky;top:70px;z-index:900;background:#fff7ed;color:#7c2d12;border:1px solid #fdba74;border-radius:14px;margin:10px auto;padding:12px 18px;max-width:1160px;font-weight:800;box-shadow:0 8px 24px #0002}.offer-card{position:fixed;right:24px;top:86px;z-index:10000;background:#111827;color:#fff;border-radius:22px;padding:18px 45px 18px 20px;box-shadow:0 16px 40px #0006;display:grid;gap:5px;max-width:360px;border:1px solid #22c55e}.offer-card button{position:absolute;right:12px;top:10px;border:0;background:#fff;color:#111;border-radius:50%;width:24px;height:24px;font-weight:900}.offer-card em{color:#86efac;font-style:normal;font-weight:900}.purchase-pop-light{background:#fff!important;color:#111!important;border:1px solid #e5e7eb!important}.purchase-pop-dark{background:#111827!important;color:#fff!important;border:1px solid #374151!important}.payment-done-card{position:relative;background:#ecfdf5;border:1px solid #86efac;color:#065f46;border-radius:18px;padding:18px 52px 18px 22px;font-size:22px;font-weight:900;box-shadow:0 10px 25px #0001;margin-bottom:14px}.payment-done-card button{position:absolute;right:14px;top:12px;border:0;background:#16a34a;color:#fff;border-radius:50%;width:30px;height:30px;font-weight:900}.pay-unavailable{border-radius:18px!important;padding:18px!important;text-align:center;font-weight:900}.package-icons{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.pkg-icon{width:38px;height:38px;border-radius:50%;display:inline-grid;place-items:center;border:2px solid #22c55e;background:#ecfdf5;overflow:hidden}.pkg-icon img{width:100%;height:100%;object-fit:cover}.pkg-icon.not-included{border-color:#ef4444;background:#fee2e2;filter:grayscale(1)}.logout-confirm{max-width:460px;margin:80px auto;text-align:center}.alert.success,.alert.error,.alert.info{position:relative}.alert.success{border-radius:14px}.social-box a,.social-links a{display:inline-flex!important;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid #e5e7eb;margin:3px;font-size:18px;text-decoration:none}
@media(max-width:720px){.store-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.store-grid .product{border-radius:16px!important;padding:8px!important;min-height:0!important}.store-grid .product .product-top{display:block!important;text-align:center}.store-grid .product .pic{width:42px!important;height:42px!important;margin:auto}.store-grid .product h3{font-size:12px!important;line-height:1.1;margin:4px 0}.store-grid .product .muted,.store-grid .product .product-stats,.store-grid .product .product-price .old,.store-grid .product .save-badge{display:none!important}.store-grid .product .cody-version{font-size:9px}.store-grid .product .product-price b{font-size:11px}.store-grid .product .actions{display:grid;grid-template-columns:1fr;gap:5px}.store-grid .product .actions .btn{font-size:10px;padding:7px 4px}.store-grid .product.hidden-product{display:none!important}.offer-card{left:12px;right:12px;top:74px;max-width:none}.sticky-admin-notice{margin:6px 10px;top:60px}.scroll-top{right:12px;bottom:16px}}
.code-red{color:#dc2626!important;font-weight:900;font-family:monospace}.order-edit{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:16px;margin-bottom:18px}
.social-side{border-radius:16px;margin:10px;background:#f8fafc}.social-side a{display:inline-flex!important;width:40px;height:40px;align-items:center;justify-content:center;border-radius:50%!important;margin:5px!important;font-size:0!important;font-weight:900;text-decoration:none}.social-side a:nth-of-type(1){background:#111;color:#fff}.social-side a:nth-of-type(2){background:#1877f2;color:#fff}.social-side a:nth-of-type(3){background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af);color:#fff}.social-side a:nth-of-type(4){background:#0ea5e9;color:#fff}.social-side a::first-letter{font-size:20px}

/* Update cerut 16.05 */
.sticky-admin-notice{display:flex;align-items:center;gap:10px;justify-content:center;padding-right:48px!important;position:sticky!important}.sticky-admin-notice span{flex:0 1 auto}.sticky-admin-notice button{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:26px;height:26px;border:0;border-radius:50%;background:#ef4444;color:#fff;font-weight:900;cursor:pointer}.index-card .actions{display:flex;gap:6px;margin-top:8px}.index-card .actions .btn{flex:1;text-align:center}.screen-admin-list,.upload-preview{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}.screen-admin-item{position:relative;width:92px;height:72px;border-radius:12px;overflow:hidden;border:1px solid #ddd;background:#f8fafc}.screen-admin-item img,.upload-preview img{width:100%;height:100%;object-fit:cover}.screen-admin-item button{position:absolute;right:4px;top:4px;width:22px;height:22px;border:0;border-radius:50%;background:#ef4444;color:#fff;font-weight:900;cursor:pointer}.upload-all-box{border:1px dashed #22c55e;background:#ecfdf5;border-radius:14px;padding:12px;margin-bottom:12px}.owner-order-alert{background:#ef4444!important;color:#fff!important;border-radius:999px;padding:8px 12px!important;font-weight:900;animation:pulseOrder 1.1s infinite alternate}@keyframes pulseOrder{from{transform:scale(1)}to{transform:scale(1.04)}}.social-side{background:#fff!important;text-align:center}.social-side b{text-align:left}.social-side a{font-size:0!important;width:44px!important;height:44px!important;box-shadow:0 6px 16px #0002;border:0!important}.social-side a[href*="tiktok"]{background:#000!important;color:#fff!important}.social-side a[href*="instagram"]{background:radial-gradient(circle at 30% 110%,#fdf497 0,#fdf497 15%,#fd5949 45%,#d6249f 65%,#285AEB 100%)!important;color:#fff!important}.social-side a[href*="facebook"]{background:#1877f2!important;color:#fff!important}.social-side a[href*="youtube"],.social-side a:nth-of-type(4){background:#ff0000!important;color:#fff!important}.social-side a::first-letter{font-size:22px!important}
@media(max-width:720px){.index-products.store-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.index-products .product{padding:8px!important;border-radius:16px!important}.index-products .product img{width:42px!important;height:42px!important;margin:auto;display:block}.index-products .product h3{font-size:12px!important;line-height:1.1;margin:4px 0}.index-products .product .muted{display:none!important}.index-products .product b{font-size:11px}.index-products .product.hidden-product{display:none!important}.index-card .actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:4px!important}.index-card .actions .btn,.store-grid .product .actions .btn{font-size:10px!important;padding:7px 3px!important;white-space:nowrap}.store-grid .product .actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:4px!important}.store-grid .product .actions .owned{grid-column:1/-1}.mobile-more-wrap{text-align:center!important;margin:14px 0 20px!important}}
.screen-admin-item .screen-delete-btn{position:absolute;right:4px;top:4px;width:22px;height:22px;border:0;border-radius:50%;background:#ef4444;color:#fff;font-weight:900;cursor:pointer;text-align:center;line-height:22px;text-decoration:none}

/* v3 fix: social icons reale, card profil peste panglică, thumbnails mici, mobile actions */
.user-card-modal,.profile-modal,.modal.show{z-index:7000!important}.user-card{z-index:7001!important}.ribbon{z-index:1!important}.product{overflow:hidden}.product .actions{display:flex!important;gap:6px!important;align-items:center!important}.product .actions .btn{flex:1 1 0!important;text-align:center!important;white-space:nowrap!important}.product .actions .btn.owned{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:0!important}.social-side{display:flex!important;gap:8px;align-items:center;flex-wrap:wrap}.social-side b{width:100%;margin-bottom:4px}.social-side .social-icon-link{width:42px!important;height:42px!important;border-radius:50%!important;display:grid!important;place-items:center!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:0 2px 8px #0001!important;overflow:hidden!important}.social-side .social-icon-link img{width:42px!important;height:42px!important;display:block!important;border-radius:50%!important;object-fit:cover!important}.screen-admin-list,.upload-preview{display:flex!important;gap:10px!important;flex-wrap:wrap!important;align-items:flex-start!important}.screen-admin-item{position:relative!important;width:96px!important;height:72px!important;border-radius:10px!important;overflow:hidden!important;border:1px solid #d1d5db!important;background:#f8fafc!important}.screen-admin-item img,.upload-preview img{width:96px!important;height:72px!important;object-fit:cover!important;border-radius:10px!important;border:1px solid #d1d5db!important;display:block!important}.screen-delete-btn{position:absolute!important;top:3px!important;right:3px!important;width:22px!important;height:22px!important;border-radius:50%!important;background:#ef4444!important;color:#fff!important;text-decoration:none!important;display:grid!important;place-items:center!important;font-weight:900!important;line-height:1!important}.screens-grid{display:flex!important;gap:10px!important;flex-wrap:wrap!important}.screen-thumb{width:96px!important;height:70px!important;object-fit:cover!important}.purchase-pop{position:fixed;right:18px;bottom:24px;z-index:8000;max-width:360px;border-radius:14px;padding:13px 38px 13px 14px;box-shadow:0 14px 40px #0004;font-weight:800;transition:.25s}.purchase-pop-light{background:#fff;color:#111;border:1px solid #e5e7eb}.purchase-pop-dark{background:#111827;color:#fff;border:1px solid #374151}.purchase-pop button{position:absolute;right:9px;top:8px;border:0;background:#ef4444;color:#fff;border-radius:50%;width:22px;height:22px;font-weight:900;cursor:pointer}.purchase-pop.hide{opacity:0;transform:translateY(10px)}
@media(max-width:720px){.grid.store-grid,.index-products.store-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.product,.index-card{padding:8px!important;border-radius:12px!important}.product-top{display:block!important}.product .pic,.index-card img{width:38px!important;height:38px!important;float:none!important}.product h3,.index-card h3{font-size:12px!important;margin:5px 0!important}.product .muted,.product-stats,.cody-version{font-size:10px!important}.product-price b{font-size:12px!important}.product .actions{display:flex!important;flex-direction:row!important;gap:4px!important}.product .actions .btn{font-size:10px!important;padding:7px 3px!important;min-height:28px!important;line-height:1.1!important}.btn.owned{font-size:9px!important;padding:7px 2px!important}.mobile-more-wrap{text-align:center!important;margin:14px 0 18px!important}.mobile-more-btn{border-radius:999px!important;padding:10px 24px!important}.screen-thumb{width:72px!important;height:54px!important}.screen-admin-item,.screen-admin-item img,.upload-preview img{width:78px!important;height:58px!important}.purchase-pop{left:10px;right:10px;bottom:16px;max-width:none;font-size:12px}.social-side .social-icon-link,.social-side .social-icon-link img{width:36px!important;height:36px!important}}

/* v4 mobile normal: cate un produs pe rand, vizibil complet */
@media(max-width:720px){
  .grid.store-grid,
  .index-products.store-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .store-grid .product,
  .index-products .product,
  .index-card{
    display:block!important;
    width:100%!important;
    min-height:128px!important;
    padding:12px!important;
    border-radius:14px!important;
    overflow:hidden!important;
  }
  .store-grid .product .product-top{
    display:flex!important;
    align-items:flex-start!important;
    gap:10px!important;
    text-align:left!important;
  }
  .store-grid .product .pic,
  .index-card img{
    width:52px!important;
    height:52px!important;
    margin:0 10px 0 0!important;
    float:left!important;
    flex:0 0 52px!important;
  }
  .store-grid .product h3,
  .index-card h3{
    font-size:15px!important;
    line-height:1.2!important;
    margin:2px 0 4px!important;
    max-width:none!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .store-grid .product .muted,
  .store-grid .product .product-stats,
  .store-grid .product .cody-version{
    display:block!important;
    font-size:11px!important;
    line-height:1.25!important;
  }
  .store-grid .product .product-price{
    clear:both!important;
    position:static!important;
    margin-top:8px!important;
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
    flex-wrap:wrap!important;
  }
  .store-grid .product .product-price b,
  .index-card b{
    font-size:15px!important;
  }
  .store-grid .product .actions,
  .index-card .actions{
    clear:both!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    margin-top:10px!important;
  }
  .store-grid .product .actions .btn,
  .index-card .actions .btn,
  .store-grid .product .actions .owned{
    width:100%!important;
    min-height:34px!important;
    font-size:12px!important;
    padding:8px 6px!important;
    white-space:nowrap!important;
    grid-column:auto!important;
  }
  .store-grid .product.hidden-product,
  .index-products .product.hidden-product{
    display:none!important;
  }
}


/* v5 fix: notificare achiziție mică, social pe o linie, mobil produs normal */
.purchase-pop{
  top:auto!important; left:auto!important; right:18px!important; bottom:22px!important;
  width:auto!important; min-width:0!important; max-width:min(360px, calc(100vw - 36px))!important;
  height:auto!important; min-height:0!important;
  display:inline-flex!important; align-items:center!important; gap:6px!important;
  border-radius:14px!important; padding:10px 38px 10px 12px!important;
  font-size:13px!important; line-height:1.25!important; white-space:normal!important;
  z-index:9000!important;
}
.purchase-pop[hidden]{display:none!important;}
.purchase-pop.hide{opacity:0!important;transform:translateY(10px)!important;}
.purchase-pop button{top:50%!important;transform:translateY(-50%)!important;right:8px!important;width:22px!important;height:22px!important;line-height:22px!important;display:grid!important;place-items:center!important;padding:0!important;}
.social-side{display:flex!important;align-items:center!important;gap:7px!important;flex-wrap:nowrap!important;overflow:hidden!important;padding:12px 14px!important;}
.social-side b{width:auto!important;flex:0 0 100%!important;margin-bottom:2px!important;text-align:left!important;}
.social-side .social-icon-link{flex:0 0 32px!important;width:32px!important;height:32px!important;margin:0!important;}
.social-side .social-icon-link img{width:32px!important;height:32px!important;border-radius:50%!important;object-fit:cover!important;}
@media(max-width:720px){
  .grid.store-grid,.index-products.store-grid{grid-template-columns:1fr!important;gap:12px!important;}
  .product,.index-card{padding:12px!important;border-radius:14px!important;}
  .product-top{display:flex!important;gap:10px!important;align-items:flex-start!important;}
  .product .pic,.index-card img{width:48px!important;height:48px!important;float:none!important;}
  .product h3,.index-card h3{font-size:15px!important;margin:0 0 4px!important;}
  .product .muted,.product-stats,.cody-version{font-size:12px!important;line-height:1.25!important;}
  .product-price b{font-size:15px!important;}
  .product .actions{display:flex!important;flex-direction:row!important;gap:6px!important;margin-top:10px!important;}
  .product .actions .btn{flex:1 1 0!important;font-size:12px!important;padding:9px 6px!important;min-height:36px!important;line-height:1.15!important;}
  .btn.owned{font-size:11px!important;padding:9px 4px!important;}
  .purchase-pop{left:10px!important;right:10px!important;bottom:14px!important;max-width:none!important;font-size:12px!important;}
  .social-side{gap:6px!important;padding:11px 12px!important;}
  .social-side .social-icon-link,.social-side .social-icon-link img{width:30px!important;height:30px!important;}
}


/* v6 fix: social mic pe un singur rand + notificare achizitie sus, compacta */
.social-side{
  display:block!important;
  padding:12px 14px!important;
  overflow:hidden!important;
  background:#fff!important;
  border-radius:14px!important;
}
.social-side b{
  display:block!important;
  width:100%!important;
  margin:0 0 8px 0!important;
  text-align:left!important;
  font-size:14px!important;
  line-height:1.1!important;
}
.social-side .social-icons-row{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex-wrap:nowrap!important;
}
.social-side .social-icon-link{
  flex:0 0 26px!important;
  width:26px!important;
  height:26px!important;
  min-width:26px!important;
  min-height:26px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:hidden!important;
  display:inline-grid!important;
  place-items:center!important;
}
.social-side .social-icon-link img{
  width:26px!important;
  height:26px!important;
  max-width:26px!important;
  max-height:26px!important;
  display:block!important;
  border-radius:50%!important;
  object-fit:cover!important;
}
.purchase-pop{
  position:fixed!important;
  top:82px!important;
  right:18px!important;
  bottom:auto!important;
  left:auto!important;
  width:auto!important;
  max-width:min(360px,calc(100vw - 36px))!important;
  min-height:0!important;
  height:auto!important;
  padding:10px 38px 10px 12px!important;
  border-radius:12px!important;
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  font-size:13px!important;
  line-height:1.25!important;
  font-weight:800!important;
  box-shadow:0 10px 26px #0002!important;
  z-index:9999!important;
}
.purchase-pop button{right:8px!important;top:50%!important;transform:translateY(-50%)!important;}
.index-card{text-align:left!important;}
.index-card .index-icon-center{
  width:58px!important;
  height:58px!important;
  display:block!important;
  margin:0 auto 8px auto!important;
  float:none!important;
  object-fit:cover!important;
  border-radius:14px!important;
}
.index-card .muted.index-short-desc{
  font-size:12px!important;
  line-height:1.25!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  min-height:30px!important;
}
@media(max-width:720px){
  .purchase-pop{top:72px!important;right:10px!important;left:10px!important;bottom:auto!important;max-width:none!important;font-size:12px!important;}
  .social-side .social-icons-row{gap:7px!important;}
  .social-side .social-icon-link,.social-side .social-icon-link img{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;}
}

/* v7 fix final: spatii recomandari/index, icon produs mai mare, notificare achizitie compacta sus, tooltip comenzi */
.index-products.store-grid{
  align-items:start!important;
}
.index-products .index-card{
  min-height:0!important;
  height:auto!important;
  padding:14px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:6px!important;
  justify-content:flex-start!important;
}
.index-card .index-icon-center{
  width:72px!important;
  height:72px!important;
  margin:0 auto 8px auto!important;
  border-radius:16px!important;
  object-fit:cover!important;
}
.index-products .index-card .badge{
  margin:0!important;
  line-height:1!important;
  padding:5px 9px!important;
  border-radius:999px!important;
  width:auto!important;
  align-self:flex-start!important;
}
.index-products .index-card h3{
  margin:0!important;
  line-height:1.15!important;
}
.index-card .muted.index-short-desc{
  min-height:0!important;
  margin:0!important;
  line-height:1.25!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.index-products .index-card b{
  margin-top:2px!important;
}
.index-products .index-card .actions{
  margin-top:4px!important;
}
.line-product{
  min-height:0!important;
  padding:14px 16px!important;
  align-items:center!important;
}
.line-product img{
  width:54px!important;
  height:54px!important;
  object-fit:cover!important;
}
.install-tip-pop{
  z-index:10050!important;
}
.purchase-pop{
  position:fixed!important;
  top:86px!important;
  left:50%!important;
  right:auto!important;
  bottom:auto!important;
  transform:translateX(-50%)!important;
  width:auto!important;
  max-width:min(430px,calc(100vw - 24px))!important;
  min-height:0!important;
  height:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:10px 40px 10px 13px!important;
  border-radius:14px!important;
  font-size:13px!important;
  line-height:1.25!important;
  box-shadow:0 12px 30px #0003!important;
  z-index:10020!important;
}
.purchase-pop.hide{
  opacity:0!important;
  transform:translateX(-50%) translateY(-10px)!important;
}
.purchase-pop button{
  position:absolute!important;
  right:8px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:22px!important;
  height:22px!important;
  border-radius:50%!important;
  border:0!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  line-height:1!important;
  background:#ef4444!important;
  color:#fff!important;
  font-weight:900!important;
}
.social-side .social-icons-row{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:6px!important;
  align-items:center!important;
}
.social-side .social-icon-link,
.social-side .social-icon-link img{
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  min-height:22px!important;
  max-width:22px!important;
  max-height:22px!important;
  border-radius:50%!important;
  object-fit:cover!important;
}
@media(max-width:720px){
  .index-card .index-icon-center{width:64px!important;height:64px!important;}
  .index-products .index-card{padding:12px!important;}
  .purchase-pop{top:74px!important;max-width:calc(100vw - 20px)!important;font-size:12px!important;}
}


/* v8: profilul public trebuie să fie mereu peste panglicile produselor */
.modal.show,
.user-card-modal.show{
  z-index:2147483000!important;
}
.user-card-modal.show .user-card,
.modal.show .user-card,
.modal.show .modalbox,
.modal.show .auth-card-modal{
  position:relative!important;
  z-index:2147483001!important;
}
body.modal-open .product .ribbon,
body.modal-open .ribbon{
  z-index:0!important;
  opacity:.15!important;
  pointer-events:none!important;
}
body.modal-open .modal.show .ribbon{
  opacity:1!important;
}


/* v9: pret vechi/economie pe carduri, notificare achizitie corecta, index icon mai mare */
.index-products .index-card .index-price,
.product .product-price{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  margin-top:4px!important;
  line-height:1.2!important;
}
.index-products .index-card .index-price .old,
.product .product-price .old{
  color:#8b8b8b!important;
  text-decoration:line-through!important;
  font-size:12px!important;
  margin:0!important;
}
.index-products .index-card .index-price b,
.product .product-price b{
  font-size:15px!important;
  color:#111!important;
}
.save-badge{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:3px 9px!important;
  border-radius:999px!important;
  background:#fee2e2!important;
  color:#b91c1c!important;
  font-size:12px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.index-card .index-icon-center{
  width:86px!important;
  height:86px!important;
  border-radius:18px!important;
  margin:0 auto 10px!important;
}
.purchase-pop{
  top:78px!important;
  left:50%!important;
  right:auto!important;
  transform:translateX(-50%)!important;
  width:auto!important;
  min-width:250px!important;
  max-width:min(420px, calc(100vw - 24px))!important;
  min-height:0!important;
  height:auto!important;
  display:block!important;
  padding:10px 38px 10px 12px!important;
  border-radius:12px!important;
  font-size:13px!important;
  line-height:1.25!important;
  box-shadow:0 10px 28px #0003!important;
  z-index:2147482500!important;
}
.purchase-pop .purchase-line-one{
  display:block!important;
  font-weight:900!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.purchase-pop .purchase-line-two{
  display:block!important;
  margin-top:2px!important;
  color:#64748b!important;
  font-weight:800!important;
}
.purchase-pop-dark .purchase-line-two{color:#d1d5db!important;}
.purchase-pop.hide{opacity:0!important;transform:translateX(-50%) translateY(-10px)!important;}
@media(max-width:720px){
  .index-card .index-icon-center{width:82px!important;height:82px!important;}
  .purchase-pop{top:70px!important;min-width:0!important;max-width:calc(100vw - 20px)!important;font-size:12px!important;}
  .purchase-pop .purchase-line-one{white-space:normal!important;}
  .index-products .index-card .index-price,
  .product .product-price{gap:6px!important;}
  .save-badge{font-size:11px!important;padding:3px 7px!important;}
}

/* v10 FINAL MOBILE FIX: aplică ultimele cerințe și suprascrie toate regulile vechi */
@media(max-width:720px){
  body .grid.store-grid,
  body .index-products.store-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  body .grid.store-grid .product,
  body .index-products.store-grid .index-card{
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    padding:12px!important;
    border-radius:16px!important;
    overflow:hidden!important;
  }
  body .grid.store-grid .product .product-top{
    display:flex!important;
    align-items:flex-start!important;
    gap:10px!important;
    text-align:left!important;
  }
  body .grid.store-grid .product .pic{
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    margin:0!important;
    border-radius:12px!important;
    object-fit:cover!important;
  }
  body .index-products.store-grid .index-card .index-icon-center,
  body .index-card .index-icon-center,
  body .index-products .product img{
    width:94px!important;
    height:94px!important;
    min-width:94px!important;
    border-radius:20px!important;
    object-fit:cover!important;
    margin:0 auto 12px!important;
    display:block!important;
  }
  body .grid.store-grid .product h3,
  body .index-products.store-grid .index-card h3{
    font-size:15px!important;
    line-height:1.2!important;
    margin:0 0 3px!important;
  }
  body .grid.store-grid .product .muted,
  body .index-products.store-grid .index-card .muted,
  body .grid.store-grid .product .product-stats{
    display:block!important;
    font-size:11px!important;
    line-height:1.25!important;
    color:#64748b!important;
  }
  body .grid.store-grid .product .cody-version{
    display:block!important;
    font-size:12px!important;
    color:#dc2626!important;
    font-weight:900!important;
  }
  body .grid.store-grid .product .product-price,
  body .index-products.store-grid .index-card .product-price,
  body .index-products.store-grid .index-card .index-price{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:7px!important;
    flex-wrap:wrap!important;
    margin-top:8px!important;
  }
  body .grid.store-grid .product .product-price .old,
  body .index-products.store-grid .index-card .product-price .old,
  body .index-products.store-grid .index-card .index-price .old{
    display:inline!important;
    color:#8b8b8b!important;
    text-decoration:line-through!important;
    font-size:11px!important;
    font-weight:700!important;
  }
  body .grid.store-grid .product .product-price b,
  body .index-products.store-grid .index-card .product-price b,
  body .index-products.store-grid .index-card .index-price b{
    display:inline!important;
    font-size:14px!important;
    color:#111!important;
  }
  body .grid.store-grid .product .save-badge,
  body .index-products.store-grid .index-card .save-badge{
    display:inline-flex!important;
    font-size:10px!important;
    padding:3px 7px!important;
    max-width:100%!important;
  }
  body .grid.store-grid .product .actions,
  body .index-products.store-grid .index-card .actions{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:7px!important;
    margin-top:9px!important;
  }
  body .grid.store-grid .product .actions .btn,
  body .index-products.store-grid .index-card .actions .btn{
    width:100%!important;
    min-height:34px!important;
    padding:9px 6px!important;
    font-size:12px!important;
    line-height:1.1!important;
    white-space:nowrap!important;
    border-radius:9px!important;
  }
  body .grid.store-grid .product .actions .owned{
    grid-column:auto!important;
    font-size:11px!important;
  }
  body .grid.store-grid .product.hidden-product,
  body .index-products.store-grid .index-card.hidden-product{display:none!important;}
}

/* v10 notificări achiziții: mic, sus, în ecran, primul rând achiziția, al doilea timpul */
body .purchase-pop{
  position:fixed!important;
  top:74px!important;
  left:50%!important;
  right:auto!important;
  bottom:auto!important;
  transform:translateX(-50%)!important;
  width:auto!important;
  min-width:310px!important;
  max-width:calc(100vw - 28px)!important;
  height:auto!important;
  min-height:0!important;
  padding:10px 36px 10px 12px!important;
  border-radius:12px!important;
  font-size:13px!important;
  line-height:1.25!important;
  z-index:2147483000!important;
  box-shadow:0 10px 26px rgba(0,0,0,.22)!important;
}
body .purchase-pop .purchase-line-one{
  display:block!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  max-width:100%!important;
  font-weight:900!important;
}
body .purchase-pop .purchase-line-two{
  display:block!important;
  margin-top:2px!important;
  font-size:12px!important;
  font-weight:800!important;
}
body .purchase-pop button[data-close-public-sale]{
  position:absolute!important;
  top:8px!important;
  right:8px!important;
  width:22px!important;
  height:22px!important;
  border:0!important;
  border-radius:50%!important;
  background:#ef4444!important;
  color:#fff!important;
  font-weight:900!important;
  line-height:22px!important;
  padding:0!important;
}
@media(max-width:720px){
  body .purchase-pop{top:64px!important;min-width:0!important;width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;font-size:12px!important;}
  body .purchase-pop .purchase-line-one{white-space:nowrap!important;}
}

/* v11 ultimele cerințe */
.cart-link{position:relative;display:inline-flex!important;align-items:center;justify-content:center;min-width:26px;height:26px}
.cart-count{position:absolute;right:-8px;top:-9px;background:#ef4444;color:#fff;border-radius:999px;min-width:18px;height:18px;line-height:18px;text-align:center;font-size:11px;font-weight:900;box-shadow:0 2px 6px #0003}
.product-checks{max-height:240px;overflow:auto;border:1px solid #e5e7eb;border-radius:12px;padding:10px;background:#f8fafc}.check-line{display:block!important;font-weight:700;margin:6px 0!important}.check-line input{width:auto!important;margin-right:7px}.addon-stats-box b{font-size:18px}.limit-timer-box b{color:#b91c1c}.notice-list .mini-alert{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.delete-star{width:26px;height:26px;border:0;border-radius:50%;background:#ef4444;color:#fff;font-weight:900;cursor:pointer}.social-side .social-icon-link,.social-side .social-icon-link img{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important}.social-side .social-icons-row{gap:6px!important}.social-side{padding:10px 12px!important}.purchase-pop{top:76px!important;max-width:min(410px,calc(100vw - 24px))!important}.purchase-pop .purchase-line-one{white-space:nowrap!important}.ribbon.free{background:#22c55e!important}.upload-all-box{display:none!important}.upload-status.success{background:#dcfce7;color:#166534;border-radius:999px;padding:8px 12px;font-weight:900}.profile-modal.show,.user-card-modal.show{overflow:auto!important}.modal.show{overflow:auto!important}body.modal-open{overflow:auto!important}.sorts{display:flex;gap:8px;flex-wrap:wrap}.product-reviews-form.tabpane{padding-top:14px}
@media(max-width:720px){.top-inner{gap:8px}.topnav{gap:7px}.cart-count{right:-7px;top:-7px}.purchase-pop{top:62px!important;left:10px!important;right:10px!important;transform:none!important;width:auto!important;min-width:0!important}.purchase-pop.hide{transform:translateY(-10px)!important}.purchase-pop .purchase-line-one{white-space:normal!important}.sorts{width:100%;justify-content:center}.store-toolbar{gap:10px}.store-toolbar .search-form{width:100%}.store-toolbar .search-live-wrap{flex:1}.social-side .social-icon-link,.social-side .social-icon-link img{width:19px!important;height:19px!important;min-width:19px!important;min-height:19px!important}}
/* v12 login/vpn/protect */
.protect-toast{position:fixed;right:18px;bottom:18px;background:#111827;color:#fff;border-radius:12px;padding:12px 16px;z-index:999999;box-shadow:0 12px 35px rgba(0,0,0,.25);font-weight:800;display:none}.protect-toast.show{display:block}.login-timer{font-weight:900;color:#ef4444}.alert span[data-login-countdown]{font-weight:900;color:#ef4444}.auth-card .alert{line-height:1.45}.vpnbox{z-index:999999}

/* v13 cerințe: index compact, produse ne-logat click pe card, footer negru, IP/admin scroll */
.guest-product-card{cursor:pointer;transition:.18s transform,.18s box-shadow;max-width:260px!important;min-height:0!important;padding:12px!important;gap:4px!important}.guest-product-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.12)}.guest-product-card .index-icon-center{width:68px!important;height:68px!important;margin:0 auto 6px!important}.guest-product-card .badge{font-size:11px!important;padding:4px 8px!important}.guest-product-card h3{font-size:14px!important;margin:0!important;line-height:1.15!important}.guest-product-card .index-short-desc{font-size:11px!important;line-height:1.2!important;-webkit-line-clamp:1!important;min-height:14px!important}.guest-product-card .index-price{margin-top:2px!important;gap:5px!important}.guest-product-card .index-price b{font-size:13px!important}.guest-product-card .old{font-size:10px!important}.guest-product-card .save-badge{font-size:10px!important;padding:2px 6px!important}.footer{background:#1f1f1f!important;color:#fff!important;padding:18px 12px!important;margin-top:0!important;border-top:1px solid rgba(255,255,255,.08)!important;box-shadow:0 -8px 26px rgba(0,0,0,.12)!important}.product-checks{max-height:165px!important;overflow-y:auto!important;overflow-x:hidden!important}.product-checks::-webkit-scrollbar{width:8px}.product-checks::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.member-head .btn{margin-top:8px!important}.member-edit-card .two{align-items:start!important}.protect-toast{display:none!important}.index-products.store-grid{align-items:start!important}.wrap>.panel{padding-bottom:16px!important}
@media(max-width:720px){.guest-product-card{max-width:100%!important;padding:10px!important}.guest-product-card .index-icon-center{width:58px!important;height:58px!important;margin-bottom:5px!important}.guest-product-card h3{font-size:13px!important}.guest-product-card .index-short-desc{font-size:10px!important}.guest-product-card .index-price b{font-size:12px!important}.footer{padding:16px 10px!important}.product-checks{max-height:145px!important}.hero{min-height:auto!important;padding-bottom:28px!important}.index-products.store-grid .guest-product-card{min-height:0!important}}

/* v14 refinements */
.product .ribbon.free{background:#22c55e!important;color:#fff!important}
.product .ribbon{z-index:2!important}
.member-head{align-items:flex-start!important;gap:12px!important}.member-head .ip-block-btn{padding:5px 9px!important;font-size:11px!important;margin-left:10px!important;vertical-align:middle!important;border-radius:7px!important}
.product-checks{height:112px!important;max-height:112px!important;overflow-y:auto!important;overflow-x:hidden!important;padding:10px 12px!important}.product-checks .check-line{display:flex!important;align-items:center!important;gap:6px!important;margin:7px 0!important}.product-checks .check-line input{width:auto!important;flex:0 0 auto!important}
.footer-guest-index{background:#202020!important;color:#fff!important;margin-top:0!important;padding:20px 14px!important;box-shadow:0 -2px 8px #0002}.footer-guest-index .footer-links{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-bottom:8px}.footer-guest-index a{color:#fff!important;text-decoration:none;font-weight:800}.footer-guest-index a:hover{text-decoration:underline}.legal-textarea{min-height:260px!important;resize:vertical!important}.legal-content{line-height:1.65;white-space:normal}.icon-back{font-size:0!important;width:42px;height:36px;padding:0!important}.icon-back::before{content:'↩';font-size:20px!important;line-height:1}
body:not(.logged-in) .index-card.product{min-height:0!important;padding:12px!important;cursor:pointer}.index-products .index-card .index-icon-center{width:70px!important;height:70px!important;margin:0 auto 8px!important}.index-card .index-short-desc{min-height:0!important;margin:4px 0 8px!important}.index-card .product-price{margin-top:4px!important}.index-card .badge{display:inline-flex!important;width:auto!important;margin-bottom:4px!important}

/* v15 legal footer polish */
.footer-guest-index .footer-links{display:flex!important;justify-content:center!important;align-items:center!important;gap:16px!important;flex-wrap:nowrap!important;margin-bottom:8px!important;white-space:nowrap!important;}
.footer-guest-index>div:last-child{display:block!important;width:100%!important;text-align:center!important;}
@media(max-width:520px){.footer-guest-index{padding:14px 6px!important}.footer-guest-index .footer-links{gap:10px!important;font-size:12px!important;flex-wrap:nowrap!important}.footer-guest-index>div:last-child{font-size:12px!important;margin-top:6px!important}}

/* v17 - recenzia mutată doar lângă comentarii */
.comment-tabs-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:10px}.comment-tabs-head h3{margin:0}.comment-review-tabs{margin:0!important;border:0!important;padding:0!important}.comment-tabpane{border:0!important;padding:0!important}.product-hero + .tabs .tab[data-tab="rev"]{display:none!important}.ribbon.free{background:linear-gradient(135deg,#5b0f1f,#d71920)!important;color:#fff!important;text-shadow:0 1px 1px #0008!important}
@media(max-width:640px){.comment-tabs-head{align-items:flex-start}.comment-review-tabs{width:100%;display:flex}.comment-review-tabs .tab{flex:1;text-align:center;padding:9px 8px;font-size:13px}}


/* v18 fixes */
.product .ribbon.free,
.ribbon.free{
  left:auto!important;
  right:-45px!important;
  top:18px!important;
  width:150px!important;
  padding:6px 0!important;
  transform:rotate(45deg)!important;
  text-align:center!important;
  background:linear-gradient(135deg,#4a0b18 0%,#8b1028 48%,#e11d2e 100%)!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.2px!important;
  text-shadow:0 1px 1px #0009!important;
}
.product-checks{height:150px!important;max-height:150px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;gap:6px!important}
.product-checks-scroll{height:96px!important;max-height:96px!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:6px!important;border-top:1px solid #e5e7eb!important;border-bottom:1px solid #e5e7eb!important;background:#fff!important;border-radius:8px!important;padding:6px!important}
.package-checks .product-checks-scroll{height:130px!important;max-height:130px!important}.package-checks{height:185px!important;max-height:185px!important}
.purchase-block-field{border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;background:#fff7ed}.purchase-block-field .check-line{display:flex!important;align-items:center!important;gap:8px!important}.purchase-block-field input{width:auto!important}
.member-head .ip-block-btn{margin-left:14px!important;margin-top:0!important;transform:translateY(-1px);padding:4px 8px!important;font-size:10px!important}
.admin-titlebar{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-back{min-width:42px}.admin-card h1:first-child{display:inline-block}.admin-card h1:first-child + .admin-auto-back{float:right}.admin-auto-back{padding:8px 12px!important}

/* v19 - fix final panglică GRATIS + plată efectuată */
.product .ribbon.free,
.ribbon.free{
  position:absolute!important;
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  right:-38px!important;
  top:18px!important;
  width:142px!important;
  height:24px!important;
  line-height:24px!important;
  padding:0!important;
  overflow:visible!important;
  transform:rotate(45deg)!important;
  transform-origin:center!important;
  text-align:center!important;
  background:linear-gradient(90deg,#4b0615 0%,#8b1028 45%,#e11d2e 100%)!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.35px!important;
  text-transform:uppercase!important;
  text-shadow:0 1px 1px #000!important;
  z-index:5!important;
}
.product .ribbon.free::after,
.ribbon.free::after{
  content:'GRATIS';
  color:#fff!important;
  display:block!important;
  width:100%!important;
  height:24px!important;
  line-height:24px!important;
  text-align:center!important;
}
.product .ribbon.free{font-size:0!important;color:transparent!important;}
.payment-done-card{
  text-align:center!important;
  padding:22px 54px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
}
.payment-done-card .pay-check{
  width:42px;height:42px;border-radius:50%;display:grid;place-items:center;
  background:#16a34a;color:#fff;font-size:24px;font-weight:900;box-shadow:0 8px 18px #16a34a44;
}
.payment-done-card b{font-size:24px;color:#065f46;}
.payment-done-card .pay-sub{font-size:15px;font-weight:800;color:#0f766e;font-style:italic;}
@media(max-width:640px){.cart-grid form .btn.green,.cart-grid form button.btn.green{display:flex!important;margin:12px auto 0!important;justify-content:center!important;min-width:220px!important}.payment-done-card{margin:10px!important}}


/* =========================================================
   FIX REAL FINAL - PANGLICA GRATIS VIZIBILA
   Functioneaza pe acelasi .ribbon folosit de Reducere/Nou/Premium.
   ========================================================= */
.product .ribbon.free,
.ribbon.free{
    position:absolute!important;
    left:auto!important;
    right:-38px!important;
    top:18px!important;
    width:145px!important;
    height:25px!important;
    line-height:25px!important;
    padding:0!important;
    overflow:visible!important;
    transform:rotate(45deg)!important;
    transform-origin:center!important;
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    text-align:center!important;
    background:linear-gradient(135deg,#4b0014 0%,#8b0025 48%,#e11d48 100%)!important;
    color:#ffffff!important;
    font-size:11px!important;
    font-weight:900!important;
    letter-spacing:.8px!important;
    text-transform:uppercase!important;
    text-shadow:0 1px 1px rgba(0,0,0,.65)!important;
    z-index:10!important;
    pointer-events:none!important;
    white-space:nowrap!important;
}
.product .ribbon.free::after,
.ribbon.free::after{
    content:none!important;
    display:none!important;
}


/* v21 index carousel + admin members */
.index-wrap{max-width:1280px!important}
.index-carousel-panel{padding:22px 26px!important;overflow:visible!important}
.index-carousel-box{position:relative;overflow:visible}
.index-carousel-track{display:flex!important;gap:14px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-behavior:smooth!important;padding:18px 4px 20px!important;scrollbar-width:none!important}
.index-carousel-track::-webkit-scrollbar{display:none!important}
.index-carousel-track .index-card{flex:0 0 calc((100% - 84px)/7)!important;min-width:132px!important;max-width:160px!important;padding:12px!important;min-height:176px!important;cursor:pointer;text-align:left}
.index-carousel-track .index-card img{float:none!important;display:block!important;margin:0 auto 9px!important;width:54px!important;height:54px!important;border-radius:14px!important}
.index-carousel-track .index-card h3{font-size:13px!important;margin:6px 0 4px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.index-carousel-track .index-card .muted{font-size:11px!important;line-height:1.25!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:28px}
.index-carousel-track .index-card .product-price{font-size:12px!important;gap:4px!important;flex-wrap:wrap!important}
.index-car-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:34px;height:34px;border:0;border-radius:50%;background:#111827;color:#fff;font-size:26px;line-height:1;box-shadow:0 8px 22px #0003;cursor:pointer}
.index-car-arrow.left{left:-18px}.index-car-arrow.right{right:-18px}
.index-info-sections{text-align:center;margin:42px auto 22px}.index-info-sections h2{font-size:28px;margin-bottom:8px}.index-info-sections .under{width:42px;height:3px;background:#0ea5e9;margin:0 auto 22px;border-radius:9px}.index-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px;max-width:820px;margin-left:auto;margin-right:auto}.index-info-card{text-align:left;background:#fff;border-radius:14px;padding:26px;box-shadow:0 3px 12px #0002;border:1px solid #eee}.info-ico{width:42px;height:42px;border-radius:10px;background:#e0f2fe;display:grid;place-items:center;font-size:22px;margin-bottom:16px}.index-info-card p{color:#6b7280;line-height:1.55}
.member-accordion{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-bottom:10px;box-shadow:0 2px 8px #0001;overflow:hidden}.member-accordion summary{cursor:pointer;display:grid;grid-template-columns:1fr 1.4fr auto;gap:12px;align-items:center;padding:14px 16px;font-weight:800}.member-accordion[open] summary{background:#f8fafc;border-bottom:1px solid #e5e7eb}.member-accordion .member-edit-card{box-shadow:none!important;border:0!important;margin:0!important}.product-checks-scroll{max-height:120px!important;overflow-y:auto!important;padding:8px!important;background:#fff;border-radius:10px;border:1px solid #e5e7eb}.admin-card .pager,.pager{display:flex;gap:8px;justify-content:center;margin:16px 0}.admin-card .pager a,.pager a{padding:8px 12px;border-radius:8px;border:1px solid #ddd;background:#fff;text-decoration:none;font-weight:900}.admin-card .pager a.active,.pager a.active{background:#111827;color:#fff}
@media(max-width:900px){.index-carousel-track .index-card{flex-basis:calc((100% - 28px)/3)!important}.index-info-grid{grid-template-columns:1fr}.member-accordion summary{grid-template-columns:1fr}}
@media(max-width:520px){.index-carousel-track .index-card{flex-basis:calc((100% - 14px)/2)!important}.index-car-arrow.left{left:0}.index-car-arrow.right{right:0}}


/* ===== v22 FIX: iconuri carusel index rotunde, netăiate ===== */
.home-carousel .product-icon,
.recommended-carousel .product-icon,
.home-products-carousel .product-icon,
.index-products-carousel .product-icon,
.product-card .product-icon,
.product .product-icon{
    width:72px!important;
    height:72px!important;
    min-width:72px!important;
    min-height:72px!important;
    border-radius:50%!important;
    object-fit:cover!important;
    object-position:center!important;
    overflow:hidden!important;
    display:block!important;
    margin:0 auto 10px auto!important;
    padding:0!important;
    background:#fff!important;
    box-shadow:0 2px 8px rgba(0,0,0,.12)!important;
}

.home-carousel .product-icon img,
.recommended-carousel .product-icon img,
.home-products-carousel .product-icon img,
.index-products-carousel .product-icon img,
.product-card .product-icon img,
.product .product-icon img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    border-radius:50%!important;
    display:block!important;
}

/* dacă iconul este pus direct pe imagine */
img.product-icon,
img.addon-icon,
.index-addon-icon{
    width:72px!important;
    height:72px!important;
    border-radius:50%!important;
    object-fit:cover!important;
    object-position:center!important;
    display:block!important;
    margin:0 auto 10px auto!important;
    background:#fff!important;
}

/* suport premium: buton înapoi sus dreapta */
.page-head,
.store-page-head,
.support-head,
.admin-page-head{
    position:relative!important;
}
.page-back-top,
.support-back-top,
.admin-back-top{
    position:absolute!important;
    right:18px!important;
    top:18px!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:6px!important;
    padding:8px 13px!important;
    border-radius:10px!important;
    background:#eef1f5!important;
    color:#111!important;
    font-weight:800!important;
    text-decoration:none!important;
    box-shadow:0 1px 5px rgba(0,0,0,.08)!important;
}
.page-back-top:hover,
.support-back-top:hover,
.admin-back-top:hover{
    background:#dde4ec!important;
}

/* admin membri - produse în cont */
.member-owned-products{
    margin:12px 0;
    padding:12px;
    border:1px solid #d9e2ee;
    border-radius:12px;
    background:#fff;
}
.member-owned-products h4{
    margin:0 0 10px;
    font-size:15px;
}
.member-owned-list{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
}
.member-owned-pill{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:6px 9px;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
    border:1px solid #d4dce7;
    background:#f7f8fb;
}
.member-owned-pill.bought{
    background:#e9fff1;
    border-color:#19c260;
    color:#067536;
}
.member-owned-pill.gifted{
    background:#fff6df;
    border-color:#f5b62b;
    color:#8a5700;
}
.member-owned-empty{
    color:#657386;
    font-size:13px;
}


/* === HAIPE v24 STABIL === */
/* index compact: scoate spațiul mare de sus */
body:not(.logged) .hero,
.hero{
    padding-top:38px !important;
    padding-bottom:70px !important;
    min-height:0 !important;
}
.hero > div{
    margin-top:0 !important;
}

/* icon carusel index vizibil, rotund, netăiat */
.index-card{
    overflow:visible !important;
}
.index-card .index-icon-center{
    width:66px !important;
    height:66px !important;
    min-width:66px !important;
    min-height:66px !important;
    max-width:66px !important;
    max-height:66px !important;
    border-radius:50% !important;
    object-fit:cover !important;
    object-position:center !important;
    display:block !important;
    margin:0 auto 12px auto !important;
    padding:0 !important;
    background:#fff !important;
    box-shadow:0 2px 8px rgba(0,0,0,.15) !important;
}
@media(max-width:650px){
    .hero{
        padding-top:24px !important;
        padding-bottom:48px !important;
    }
    .index-card .index-icon-center{
        width:60px !important;
        height:60px !important;
        min-width:60px !important;
        min-height:60px !important;
        max-width:60px !important;
        max-height:60px !important;
    }
}

/* buton inapoi ca in rest */
.haipe-back-btn{
    float:right;
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:8px 13px;
    border-radius:9px;
    background:#eef1f5;
    color:#111 !important;
    font-weight:800;
    text-decoration:none !important;
}
.haipe-back-btn:hover{background:#dde4ec;}

/* card informare alimentare */
.topup-info-card{
    margin:12px 0;
    padding:14px 16px;
    border-radius:12px;
    background:#eef6ff;
    border:1px solid #9cc5ff;
    color:#20364f;
    font-weight:700;
    line-height:1.45;
}

/* acces interzis */
.security-block-card{
    max-width:680px;
    margin:80px auto;
    background:#fff;
    border-radius:18px;
    padding:28px;
    box-shadow:0 10px 35px rgba(0,0,0,.12);
    border:1px solid #ffd0d0;
    text-align:center;
}
.security-block-card h1{color:#ef4444;margin-bottom:10px;}
/* === END HAIPE v24 STABIL === */



/* === HAIPE v25: iconuri mobile complete + butoane inapoi uniforme === */

/* iconul din index/carousel să NU mai fie tăiat */
.index-card .index-icon-center,
.index-card img.index-icon-center,
.index-carousel-track .index-card .index-icon-center,
.index-carousel-track .index-card img.index-icon-center{
    width:68px !important;
    height:68px !important;
    min-width:68px !important;
    min-height:68px !important;
    max-width:68px !important;
    max-height:68px !important;
    border-radius:50% !important;
    object-fit:contain !important;
    object-position:center !important;
    background:#ffffff !important;
    padding:6px !important;
    box-sizing:border-box !important;
    display:block !important;
    margin:0 auto 10px auto !important;
    overflow:visible !important;
    box-shadow:0 2px 8px rgba(0,0,0,.14) !important;
}

@media(max-width:650px){
    .index-card .index-icon-center,
    .index-card img.index-icon-center,
    .index-carousel-track .index-card .index-icon-center,
    .index-carousel-track .index-card img.index-icon-center{
        width:70px !important;
        height:70px !important;
        min-width:70px !important;
        min-height:70px !important;
        max-width:70px !important;
        max-height:70px !important;
        object-fit:contain !important;
        padding:7px !important;
        border-radius:50% !important;
    }
}

/* cardul să nu taie iconul */
.index-card,
.index-carousel-track,
.index-carousel-box{
    overflow:visible !important;
}

/* buton Înapoi identic cu cele din categorii */
.haipe-back-btn,
.support-back-top,
.ticket-back-top,
.page-back-top{
    float:none !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:28px !important;
    height:28px !important;
    padding:0 12px !important;
    border-radius:8px !important;
    background:#eef1f5 !important;
    color:#111827 !important;
    font-size:13px !important;
    font-weight:800 !important;
    line-height:28px !important;
    text-decoration:none !important;
    border:0 !important;
    box-shadow:none !important;
    white-space:nowrap !important;
}
.haipe-back-btn:hover,
.support-back-top:hover,
.ticket-back-top:hover,
.page-back-top:hover{
    background:#dde4ec !important;
}
.panel .haipe-back-btn{
    position:absolute !important;
    right:18px !important;
    top:18px !important;
}
.panel{
    position:relative;
}

/* === END HAIPE v25 === */



/* === HAIPE v26: confirmare in casuta + notificari admin === */
.haipe-modal-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.55);
    z-index:99999;
    display:none;
    align-items:center;
    justify-content:center;
    padding:20px;
}
.haipe-confirm-box{
    width:min(430px,100%);
    background:#fff;
    border-radius:18px;
    box-shadow:0 20px 70px rgba(0,0,0,.35);
    padding:22px;
    text-align:center;
    color:#111;
}
.haipe-confirm-box h3{
    margin:0 0 8px;
    font-size:22px;
}
.haipe-confirm-box p{
    margin:0 0 18px;
    color:#4b5563;
}
.haipe-confirm-actions{
    display:flex;
    gap:10px;
    justify-content:center;
}
.haipe-confirm-actions .btn{
    min-width:95px;
}
.admin-top-alert{
    margin:0 0 14px;
    padding:13px 16px;
    border-radius:12px;
    background:#fff1f2;
    border:1px solid #ff8a8a;
    color:#b91c1c;
    font-weight:900;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    box-shadow:0 4px 14px rgba(239,68,68,.12);
}
.admin-top-alert a{
    color:#fff!important;
    background:#ef4444;
    padding:7px 11px;
    border-radius:9px;
    text-decoration:none;
    white-space:nowrap;
}
.topup-info-card{
    margin:12px 0!important;
    padding:14px 16px!important;
    border-radius:12px!important;
    background:#eef6ff!important;
    border:1px solid #9cc5ff!important;
    color:#20364f!important;
    font-weight:700!important;
    line-height:1.45!important;
}
.security-block-card{
    max-width:680px;
    margin:80px auto;
    background:#fff;
    border-radius:18px;
    padding:28px;
    box-shadow:0 10px 35px rgba(0,0,0,.12);
    border:1px solid #ffd0d0;
    text-align:center;
}
.security-block-card h1{color:#ef4444;margin-bottom:10px;}
.admin-secret-field input[type=email]{
    -webkit-text-security: disc;
}
@media(max-width:600px){
    .admin-top-alert{display:block}
    .admin-top-alert a{display:inline-block;margin-top:8px}
}
/* === END HAIPE v26 === */


/* === HAIPE v27 FIX CHECKOUT MOBIL CHAT === */
@media(max-width:700px){
html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important;}
.index-carousel-panel{width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important;margin:auto!important;overflow:hidden!important;box-sizing:border-box!important;}
.index-carousel-box{width:100%!important;max-width:100%!important;overflow:hidden!important;position:relative!important;box-sizing:border-box!important;}
.index-carousel-track{display:flex!important;flex-wrap:nowrap!important;gap:14px!important;overflow-x:auto!important;overflow-y:visible!important;scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch!important;padding:10px 34px 14px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;transform:none!important;}
.index-carousel-track::-webkit-scrollbar{display:none!important;}
.index-card{flex:0 0 138px!important;width:138px!important;min-width:138px!important;max-width:138px!important;box-sizing:border-box!important;}
.index-car-arrow{z-index:50!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important;}
.index-car-arrow.left{left:6px!important}.index-car-arrow.right{right:6px!important}
.index-info-sections{width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important;margin:auto!important;box-sizing:border-box!important;}
footer,.footer,.site-footer{position:relative!important;left:0!important;right:0!important;bottom:auto!important;width:100%!important;max-width:100%!important;margin-top:24px!important;box-sizing:border-box!important;clear:both!important;}
}
.index-card .index-icon-center,.index-card img.index-icon-center{width:68px!important;height:68px!important;min-width:68px!important;min-height:68px!important;max-width:68px!important;max-height:68px!important;border-radius:50%!important;object-fit:contain!important;object-position:center!important;background:#fff!important;padding:6px!important;box-sizing:border-box!important;display:block!important;margin:0 auto 10px!important;box-shadow:0 2px 8px rgba(0,0,0,.14)!important;}
.cookie-box,.cookie-consent,.cookie-card,#cookieConsent{max-width:calc(100vw - 28px)!important;width:auto!important;box-sizing:border-box!important;left:14px!important;right:14px!important;bottom:14px!important;overflow-wrap:anywhere!important;}
.checkout-info-card{margin:10px 0 12px;padding:12px 14px;border-radius:12px;border:1px solid #9cc5ff;background:#eef6ff;color:#20364f;font-weight:700;line-height:1.45;}
.live-chat-panel{background:#fff;border-radius:16px;box-shadow:0 4px 18px rgba(0,0,0,.10);padding:18px}.live-chat-box{border:1px solid #dce3ef;border-radius:14px;overflow:hidden;background:#fff}.live-chat-messages{height:360px;overflow-y:auto;padding:14px;background:#f7f9fc}.live-msg{margin:8px 0;max-width:80%;padding:9px 12px;border-radius:12px;background:#e9eef6}.live-msg.mine{margin-left:auto;background:#dff7e7}.live-msg .meta{display:block;font-size:11px;color:#64748b;margin-bottom:3px}.live-chat-form{padding:12px;display:grid;gap:8px;background:#fff}.live-chat-form textarea{min-height:70px}.live-code-block{position:relative;background:#111827;color:#e5e7eb;padding:12px;border-radius:10px;overflow:auto;white-space:pre}.copy-code-btn{float:right;border:0;background:#0ea5e9;color:#fff;border-radius:7px;padding:4px 8px;cursor:pointer}.chat-status-card{border-radius:12px;padding:12px 14px;background:#fff7ed;border:1px solid #fdba74;color:#7c2d12;font-weight:700}.admin-chat-row{border:1px solid #e5e7eb;border-radius:12px;padding:12px;margin:10px 0;background:#fff;}
/* === END HAIPE v27 === */


/* === HAIPE v28 CHAT LIVE COMPLET === */
.chat-tabs{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    margin:0 0 16px;
}
.chat-tabs a{
    padding:9px 14px;
    border-radius:10px;
    background:#f1f5f9;
    color:#111!important;
    text-decoration:none!important;
    font-weight:800;
}
.chat-tabs a.active{
    background:#111827;
    color:#fff!important;
}
.chat-admin-grid{
    display:grid;
    grid-template-columns:320px 1fr;
    gap:16px;
}
@media(max-width:900px){.chat-admin-grid{grid-template-columns:1fr}}
.chat-thread-list{
    display:grid;
    gap:10px;
}
.chat-thread-item{
    display:block;
    border:1px solid #e5e7eb;
    border-radius:12px;
    padding:12px;
    background:#fff;
    text-decoration:none!important;
    color:#111!important;
}
.chat-thread-item.active{
    border-color:#0ea5e9;
    background:#eef8ff;
}
.chat-thread-item .line{
    display:flex;
    justify-content:space-between;
    gap:10px;
}
.chat-status-open{color:#16a34a;font-weight:900}
.chat-status-closed{color:#64748b;font-weight:900}
.chat-status-suspended{color:#dc2626;font-weight:900}
.live-chat-panel{
    background:#fff;
    border-radius:16px;
    box-shadow:0 4px 18px rgba(0,0,0,.10);
    padding:18px;
}
.live-chat-box{
    border:1px solid #dce3ef;
    border-radius:14px;
    overflow:hidden;
    background:#fff;
}
.live-chat-messages{
    height:390px;
    overflow-y:auto;
    padding:14px;
    background:#f7f9fc;
}
.live-msg{
    margin:8px 0;
    max-width:82%;
    padding:9px 12px;
    border-radius:14px;
    background:#e9eef6;
    word-break:break-word;
}
.live-msg.mine,
.live-msg.operator{
    margin-left:auto;
    background:#dff7e7;
}
.live-msg.system{
    max-width:100%;
    margin:10px auto;
    text-align:center;
    background:#fff7ed;
    color:#7c2d12;
    border:1px solid #fdba74;
}
.live-msg .meta{
    display:block;
    font-size:11px;
    color:#64748b;
    margin-bottom:3px;
}
.live-chat-form{
    padding:12px;
    display:grid;
    gap:8px;
    background:#fff;
}
.live-chat-form textarea{
    min-height:72px;
    resize:vertical;
}
.live-chat-tools{
    display:grid;
    gap:8px;
    grid-template-columns:1fr;
}
.live-code-block{
    position:relative;
    background:#111827;
    color:#e5e7eb;
    padding:34px 12px 12px;
    border-radius:10px;
    overflow:auto;
    white-space:pre-wrap;
    font-family:Consolas,monospace;
}
.copy-code-btn{
    position:absolute;
    right:8px;
    top:7px;
    border:0;
    background:#0ea5e9;
    color:#fff;
    border-radius:7px;
    padding:4px 8px;
    cursor:pointer;
    font-weight:800;
}
.agent-typing{
    display:inline-flex;
    align-items:center;
    gap:4px;
    padding:7px 10px;
    border-radius:999px;
    background:#eef2ff;
    color:#3730a3;
    font-weight:800;
    font-size:12px;
}
.agent-typing i{
    width:5px;
    height:5px;
    border-radius:50%;
    background:#3730a3;
    display:inline-block;
    animation:typingDot 1s infinite ease-in-out;
}
.agent-typing i:nth-child(2){animation-delay:.15s}
.agent-typing i:nth-child(3){animation-delay:.3s}
@keyframes typingDot{0%,80%,100%{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}
.chat-status-card{
    border-radius:12px;
    padding:12px 14px;
    background:#fff7ed;
    border:1px solid #fdba74;
    color:#7c2d12;
    font-weight:700;
}
.chat-setting-card{
    border:1px solid #e5e7eb;
    background:#fff;
    border-radius:14px;
    padding:16px;
    margin:12px 0;
}
/* === END HAIPE v28 === */


/* === HAIPE v29 CHAT REALTIME / EXTRA / FLOAT === */
.live-chat-head{
    position:relative;
}
.live-chat-head .haipe-back-btn{
    position:absolute;
    right:18px;
    top:18px;
}
.chat-extra-toggle{
    display:block;
    margin:12px auto 0;
    background:#ef4444;
    color:#fff!important;
    border:0;
    border-radius:999px;
    padding:8px 18px;
    font-weight:900;
    cursor:pointer;
}
.chat-extra-panel{
    display:none;
    margin-top:12px;
    border:1px solid #fecaca;
    border-radius:14px;
    padding:12px;
    background:#fff7f7;
}
.chat-extra-tabs{
    display:flex;
    gap:8px;
    margin-bottom:10px;
}
.chat-extra-tabs button{
    border:0;
    border-radius:9px;
    padding:8px 12px;
    font-weight:800;
    cursor:pointer;
    background:#f1f5f9;
}
.chat-extra-tabs button.active{
    background:#111827;
    color:#fff;
}
.chat-extra-tab{display:none}
.chat-extra-tab.active{display:block}
.chat-file-bubble{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    background:#fff;
    border:1px solid #dbeafe;
    border-radius:10px;
    padding:10px;
    margin-top:6px;
}
.chat-file-bubble .btn-download{
    background:#22c55e;
    color:#fff!important;
    padding:6px 10px;
    border-radius:8px;
    text-decoration:none!important;
    font-weight:900;
}
.chat-close-note{
    background:#fff7ed;
    border:1px solid #fdba74;
    color:#7c2d12;
    padding:10px;
    border-radius:10px;
    font-weight:700;
    margin:10px 0;
}
.floating-chat-mini{
    position:fixed;
    right:18px;
    bottom:18px;
    z-index:9999;
    display:flex;
    align-items:center;
    gap:8px;
    background:#111827;
    color:#fff!important;
    border-radius:999px;
    padding:10px 14px;
    text-decoration:none!important;
    box-shadow:0 8px 26px rgba(0,0,0,.25);
    font-weight:900;
}
.floating-chat-mini .badge-count{
    min-width:20px;
    height:20px;
    border-radius:999px;
    background:#ef4444;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
}
.floating-chat-mini.has-new{
    background:#dc2626;
    animation:chatPulse 1s infinite;
}
@keyframes chatPulse{50%{transform:scale(1.04)}}
.agent-typing{
    display:none;
    align-items:center;
    gap:4px;
    padding:7px 10px;
    border-radius:999px;
    background:#eef2ff;
    color:#3730a3;
    font-weight:800;
    font-size:12px;
    width:max-content;
}
.agent-typing i{
    width:5px;height:5px;border-radius:50%;background:#3730a3;display:inline-block;animation:typingDot 1s infinite ease-in-out;
}
.agent-typing i:nth-child(2){animation-delay:.15s}.agent-typing i:nth-child(3){animation-delay:.3s}
@keyframes typingDot{0%,80%,100%{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}
.live-chat-messages{scroll-behavior:smooth}
@media(max-width:700px){
    .live-chat-head .haipe-back-btn{position:static;float:right;margin-top:-6px}
    .floating-chat-mini{right:12px;bottom:12px}
}
/* === END HAIPE v29 === */


/* === HAIPE v30 CHAT FILE SECURE + PREVIEW + LOADING === */
.chat-image-thumb{
    width:86px;
    height:86px;
    object-fit:cover;
    border-radius:12px;
    border:1px solid #dbeafe;
    cursor:pointer;
    display:block;
    background:#fff;
    box-shadow:0 2px 8px rgba(0,0,0,.12);
}
.chat-image-wrap{
    display:inline-flex;
    flex-direction:column;
    gap:6px;
    margin-top:6px;
}
.chat-file-bubble{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    background:#fff;
    border:1px solid #dbeafe;
    border-radius:10px;
    padding:10px;
    margin-top:6px;
}
.chat-file-bubble .btn-download{
    background:#22c55e;
    color:#fff!important;
    padding:6px 10px;
    border-radius:8px;
    text-decoration:none!important;
    font-weight:900;
}
.chat-image-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.78);
    z-index:999999;
    display:none;
    align-items:center;
    justify-content:center;
    padding:20px;
}
.chat-image-modal img{
    max-width:95vw;
    max-height:90vh;
    border-radius:14px;
    background:#fff;
    box-shadow:0 20px 70px rgba(0,0,0,.55);
}
.chat-image-modal .close-img{
    position:fixed;
    right:22px;
    top:18px;
    width:42px;
    height:42px;
    border-radius:999px;
    border:0;
    background:#ef4444;
    color:#fff;
    font-size:24px;
    font-weight:900;
    cursor:pointer;
}
.chat-upload-loading{
    display:none;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:10px 12px;
    border-radius:12px;
    background:#eef6ff;
    border:1px solid #93c5fd;
    color:#1e3a8a;
    font-weight:900;
}
.chat-upload-loading .spin{
    width:18px;
    height:18px;
    border-radius:50%;
    border:3px solid #bfdbfe;
    border-top-color:#2563eb;
    animation:chatSpin .8s linear infinite;
}
@keyframes chatSpin{to{transform:rotate(360deg)}}
.live-chat-form.is-uploading .chat-upload-loading{display:flex}
.live-chat-form.is-uploading button[type=submit],
.live-chat-form.is-uploading .btn.green{
    opacity:.7;
    pointer-events:none;
}
@media(max-width:650px){
    .chat-image-thumb{width:74px;height:74px}
}
/* === END HAIPE v30 === */


/* === HAIPE v31 CHAT FIX === */
.floating-chat-mini{display:none!important}
.chat-close-modal{
    position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:999999;
    display:none;align-items:center;justify-content:center;padding:20px;
}
.chat-close-card{
    width:min(430px,100%);background:#fff;border-radius:18px;padding:22px;
    box-shadow:0 20px 70px rgba(0,0,0,.35);text-align:center;color:#111;
}
.chat-close-card h3{margin:0 0 8px;font-size:22px}
.chat-close-card p{margin:0 0 18px;color:#4b5563}
.chat-close-actions{display:flex;gap:10px;justify-content:center}
.chat-header-agent{
    display:flex;align-items:center;gap:12px;margin-bottom:12px;
    background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px;
}
.chat-avatar{
    width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;
    background:linear-gradient(135deg,#0ea5e9,#22c55e);color:#fff;font-weight:900;position:relative;flex:0 0 auto;
}
.chat-avatar.user{background:linear-gradient(135deg,#64748b,#94a3b8)}
.chat-online-dot{
    width:11px;height:11px;border-radius:50%;background:#22c55e;border:2px solid #fff;
    position:absolute;right:0;bottom:1px;box-shadow:0 0 0 2px rgba(34,197,94,.15);
}
.chat-agent-title{font-weight:900;font-size:16px}
.chat-agent-sub{font-style:italic;color:#64748b;font-size:13px;margin-top:2px}
.live-msg{display:flex;gap:8px;align-items:flex-start;max-width:88%;background:transparent!important;padding:0!important}
.live-msg.mine{margin-left:auto;flex-direction:row-reverse}
.live-msg.system{display:block;max-width:100%;text-align:center;background:#fff7ed!important;padding:9px 12px!important}
.live-msg-bubble{padding:9px 12px;border-radius:14px;background:#e9eef6;min-width:80px}
.live-msg.mine .live-msg-bubble,.live-msg.operator .live-msg-bubble{background:#dff7e7}
.live-msg .chat-avatar{width:30px;height:30px;font-size:13px;margin-top:2px}
.live-chat-form button.btn.green{display:block;margin:0 auto;min-width:160px}
.chat-extra-toggle{display:block!important;position:relative!important;z-index:5!important}
.chat-extra-panel.open{display:block!important}
.agent-typing{margin:8px 0}
@media(max-width:650px){
 .chat-header-agent{padding:10px}
 .chat-avatar{width:40px;height:40px}
}
/* === END HAIPE v31 === */


/* === HAIPE v32 CHAT INPUT + REALTIME FIX === */
.live-chat-form{
    padding:12px!important;
    display:block!important;
    background:#fff!important;
}
.chat-input-row{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    width:100%!important;
    border:1px solid #d1d5db!important;
    border-radius:999px!important;
    background:#fff!important;
    padding:5px 7px 5px 14px!important;
    box-sizing:border-box!important;
}
.chat-input-row textarea{
    flex:1!important;
    height:38px!important;
    min-height:38px!important;
    max-height:38px!important;
    resize:none!important;
    border:0!important;
    outline:0!important;
    padding:9px 6px!important;
    margin:0!important;
    box-shadow:none!important;
    background:transparent!important;
    overflow:hidden!important;
    line-height:20px!important;
}
.chat-send-icon{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    border-radius:999px!important;
    border:0!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#12a8dc!important;
    color:#fff!important;
    font-size:19px!important;
    font-weight:900!important;
    cursor:pointer!important;
    padding:0!important;
}
.chat-send-icon:hover{filter:brightness(1.06)}
.chat-action-row{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    margin-top:12px!important;
    flex-wrap:wrap!important;
}
.chat-extra-toggle{
    margin:0!important;
    background:#ef4444!important;
    color:#fff!important;
    border:0!important;
    border-radius:999px!important;
    padding:8px 18px!important;
    font-weight:900!important;
    cursor:pointer!important;
}
.chat-close-btn{
    margin:0!important;
    background:#ef4444!important;
    color:#fff!important;
    border:0!important;
    border-radius:9px!important;
    padding:8px 14px!important;
    font-weight:900!important;
    cursor:pointer!important;
}
.chat-extra-panel{
    display:none;
    margin-top:12px!important;
    border:1px solid #fecaca!important;
    border-radius:14px!important;
    padding:12px!important;
    background:#fff7f7!important;
}
.chat-extra-panel.open{display:block!important}
.chat-extra-tab textarea{
    min-height:96px!important;
    max-height:160px!important;
    resize:vertical!important;
    border:1px solid #d1d5db!important;
    border-radius:10px!important;
    padding:10px!important;
    width:100%!important;
}
.chat-closed-box{
    margin:12px 0!important;
    border-radius:14px!important;
    padding:14px 16px!important;
    background:#f0fdf4!important;
    border:1px solid #22c55e!important;
    color:#166534!important;
    font-weight:900!important;
    text-align:center!important;
}
.live-chat-messages{
    min-height:360px!important;
    height:420px!important;
}
@media(max-width:700px){
    .chat-input-row{border-radius:22px!important}
    .chat-action-row{gap:8px!important}
    .live-chat-messages{height:360px!important}
}
/* === END HAIPE v32 === */


/* === HAIPE v33 buton inapoi pachete premium === */
.haipe-back-btn{
    float:right!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:28px!important;
    height:28px!important;
    padding:0 12px!important;
    border-radius:8px!important;
    background:#eef1f5!important;
    color:#111827!important;
    font-size:13px!important;
    font-weight:800!important;
    line-height:28px!important;
    text-decoration:none!important;
    border:0!important;
    box-shadow:none!important;
    white-space:nowrap!important;
}
.panel .haipe-back-btn,
.admin-card .haipe-back-btn{
    float:right!important;
    margin-top:0!important;
}
/* === END HAIPE v33 === */


/* === HAIPE v34: ascunde mesajul gratis din cos === */
.cart-free-message,
.checkout-free-message,
.free-checkout-message{
    display:none!important;
}
/* === END HAIPE v34 === */


/* === HAIPE v35: coș gol fără finalizare comandă === */
body.cart-empty .cart-checkout-summary,
body.cart-empty .checkout-box,
body.cart-empty .checkout{
    display:none!important;
}
.cart-free-message,
.checkout-free-message,
.free-checkout-message{
    display:none!important;
}
/* === END HAIPE v35 === */

/* === HAIPE v34 live chat polish === */
.chat-extra-panel{display:none}
.chat-extra-panel.open{display:block!important}
.chat-upload-loading{display:none!important}
.live-chat-form.is-uploading .chat-upload-loading{display:flex!important}
.chat-closed-box{box-shadow:0 8px 24px rgba(34,197,94,.15)}
.live-chat-form textarea:disabled,
.live-chat-form input:disabled,
.live-chat-form button:disabled{opacity:.55;cursor:not-allowed}

/* v37 chat polish */
.chat-extra-panel{display:none!important}
.chat-extra-panel.open{display:block!important}
.chat-inline-notice{display:none;border-radius:12px;padding:10px 12px;font-weight:700;text-align:center;border:1px solid #fca5a5;background:#fff1f2;color:#991b1b}
.chat-inline-notice.success{border-color:#86efac;background:#f0fdf4;color:#166534}
.chat-closed-box{margin:8px auto;max-width:96%;border:1px solid #fdba74;background:#fff7ed;color:#9a3412;border-radius:12px;padding:10px 12px;text-align:center;font-weight:700}
.chat-closed-box .meta{display:block;font-size:11px;color:#64748b;margin-bottom:4px;font-weight:500}
.live-msg-bubble{padding:9px 12px;border-radius:14px;background:#e9eef6;display:inline-block}
.live-msg.mine .live-msg-bubble{background:#dcfce7}
.live-msg.operator .live-msg-bubble{background:#e0f2fe}
.live-msg{background:transparent!important;padding:0!important}
.live-chat-messages{height:300px!important;min-height:260px!important}
.live-chat-form{gap:7px!important;padding:10px!important}
.live-chat-form textarea{min-height:44px!important}
.chat-action-row{margin-top:4px!important}
@media(max-width:700px){
  .live-chat-panel{padding:10px!important;border-radius:14px!important}
  .live-chat-head{padding:14px!important}
  .live-chat-messages{height:240px!important;min-height:220px!important;padding:10px!important}
  .chat-input-row textarea{min-height:38px!important;font-size:14px!important}
  .chat-extra-toggle,.chat-close-btn{padding:9px 12px!important;font-size:13px!important}
  .chat-header-agent{padding:10px!important}
}


/* === HAIPE v38 chat fix: responsive + no horizontal zoom === */
html,body{max-width:100%!important;overflow-x:hidden!important}
*{box-sizing:border-box}
img,video,iframe,pre,code{max-width:100%}
.wrap,.layout,main,.admin-card,.live-chat-panel,.live-chat-box{max-width:100%!important}
.live-chat-panel{padding:12px!important}
.live-chat-box{overflow:hidden!important}
.live-chat-messages{height:280px!important;min-height:220px!important;overflow-y:auto!important;overflow-x:hidden!important;word-break:break-word!important}
.live-msg,.live-msg-bubble,.chat-closed-box,.chat-inline-notice{max-width:100%!important;overflow-wrap:anywhere!important;word-break:break-word!important}
.live-chat-form textarea,.live-chat-form input[type=file],.chat-input-row textarea{width:100%!important;max-width:100%!important}
.chat-extra-panel{display:none!important;max-width:100%!important;overflow:hidden!important}
.chat-extra-panel.open{display:block!important}
.chat-inline-notice{white-space:normal!important;line-height:1.35!important}
.chat-action-row{display:flex!important;justify-content:center!important;gap:8px!important;flex-wrap:wrap!important}
.chat-extra-toggle,.chat-close-btn,.live-chat-form .btn{max-width:100%!important;white-space:normal!important}
@media(max-width:700px){
  body{min-width:0!important}
  .wrap.layout,.layout,.admin-layout{display:block!important;width:100%!important;padding-left:8px!important;padding-right:8px!important;margin:0!important}
  main{width:100%!important;min-width:0!important}
  .live-chat-head{padding:12px!important;margin-bottom:10px!important}
  .live-chat-head h2{font-size:18px!important}
  .live-chat-panel{padding:8px!important;border-radius:12px!important}
  .chat-header-agent{padding:9px!important;border-radius:12px!important}
  .live-chat-messages{height:220px!important;min-height:200px!important;padding:9px!important}
  .live-chat-form{padding:8px!important;gap:6px!important}
  .chat-input-row{gap:6px!important}
  .chat-input-row textarea{min-height:36px!important;font-size:14px!important;padding:10px!important}
  .chat-send-icon{width:42px!important;height:42px!important;min-width:42px!important}
  .chat-extra-toggle,.chat-close-btn{padding:8px 10px!important;font-size:13px!important}
  .chat-extra-tabs{display:flex!important;gap:6px!important;flex-wrap:wrap!important}
  .chat-extra-tabs button{font-size:12px!important;padding:7px 9px!important}
  .live-code-block{font-size:12px!important;white-space:pre-wrap!important}
}
/* HAIPE v39 chat/admin polish */
.chat-delete-star{border:0;background:transparent;color:#ef4444;font-size:20px;font-weight:900;line-height:1;cursor:pointer;margin-left:8px;vertical-align:middle;padding:0 4px}.chat-delete-star:hover{transform:scale(1.15)}
.chat-inline-notice{border:1px solid #fecaca;background:#fff1f2;color:#991b1b;border-radius:14px;padding:10px 12px;margin:10px 0;font-weight:700;text-align:center}.chat-inline-notice.success{border-color:#bbf7d0;background:#f0fdf4;color:#166534}
.live-chat-panel,.live-chat-box,.admin-card{max-width:100%;overflow:hidden}.live-chat-messages{max-height:clamp(260px,48vh,430px);overflow-y:auto;overflow-x:hidden}.live-chat-form textarea,.chat-input-row textarea{max-width:100%;resize:vertical}.live-msg,.live-msg-bubble,.chat-closed-box{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.chat-image-thumb{max-width:min(220px,100%);height:auto}.chat-file-bubble{max-width:100%;overflow-wrap:anywhere}
@media(max-width:760px){html,body{max-width:100%;overflow-x:hidden}.wrap,.layout,.admin-layout,main{width:100%!important;max-width:100%!important;overflow-x:hidden}.live-chat-head,.live-chat-panel,.admin-card{border-radius:14px;margin-left:0;margin-right:0}.live-chat-box{padding:10px}.live-chat-messages{height:42vh!important;max-height:42vh!important;min-height:240px}.chat-action-row{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.chat-extra-panel{max-width:100%;overflow:hidden}.chat-extra-tabs{display:flex;gap:6px;flex-wrap:wrap}.chat-extra-tabs button{flex:1 1 130px}.chat-input-row{max-width:100%;}.chat-send-icon{flex:0 0 44px}.admin-chat-row{overflow-wrap:anywhere}.member-edit-card input,.member-edit-card select,.member-edit-card textarea{max-width:100%}}
/* v40 payment polish */
.checkout-info-card.pay-info{border:1px solid #93c5fd;background:#eff6ff;color:#0f172a;border-radius:12px;padding:12px 14px;margin:10px 0;font-weight:700;line-height:1.45}
.checkout-info-card.pay-info em{font-style:italic;font-weight:900;color:#0f3d73}
.checkout-info-card.pay-info span{font-style:italic;color:#334155}
.paysafe-info{display:none}
.sold-info{display:none}
@media(max-width:720px){.checkout-info-card.pay-info{font-size:14px;padding:10px 12px}.cart-grid{grid-template-columns:1fr!important}.cart-grid .panel{min-width:0!important}.line-product{gap:10px}.line-product img{width:52px!important;height:52px!important}}


/* === HAIPE v41 polish sidebar/empty/admin alerts === */
.addon-stats-box h3{margin-bottom:10px}.addon-stats-box .addon-stats-line{display:flex;align-items:center;justify-content:space-between;gap:10px;white-space:nowrap}.addon-stats-box .addon-stats-line p{margin:0}.addon-stats-box .addon-stats-line b{font-size:16px}.empty-center{min-height:140px;display:flex!important;align-items:center;justify-content:center;text-align:center;width:100%;font-size:15px}.support-list.panel .empty-center{min-height:170px}.admin-top-alert-global{position:sticky;top:72px;z-index:950;background:#fff7ed;border:1px solid #fdba74;color:#7c2d12;border-radius:14px;padding:12px 16px;margin:0 0 14px 0;font-weight:800;box-shadow:0 8px 24px #0002;display:flex;gap:10px;align-items:center;justify-content:center;flex-wrap:wrap}.admin-top-alert-global a{background:#fff;color:#9a3412!important;border:1px solid #fed7aa;border-radius:999px;padding:5px 10px;margin-left:4px;text-decoration:none}.admin-top-alert-global .sep{opacity:.45}.admin-alert{background:#ef4444;color:#fff;border-radius:999px;padding:2px 8px;margin-left:8px;font-size:12px}.owner-order-alert{display:none!important}@media(max-width:900px){.addon-stats-box .addon-stats-line{flex-direction:row;font-size:13px}.admin-top-alert-global{top:64px;font-size:13px;justify-content:flex-start}.empty-center{min-height:110px}}

/* v46 avatar profil */
.avatar-manage-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:16px;display:grid;gap:10px;align-content:start;justify-items:center;text-align:center;max-width:260px}
.avatar-manage-preview{width:118px;height:118px;border-radius:18px;overflow:hidden;background:#eef2f7;border:3px solid #fff;box-shadow:0 8px 24px #0002}
.avatar-manage-preview img{width:100%;height:100%;object-fit:cover;display:block}
.avatar-upload-form{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;align-items:center}
.avatar-file-btn{position:relative;overflow:hidden;cursor:pointer;background:#0ea5e9;color:#fff}
.avatar-file-btn input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer}
.avatar-manage-card small{color:#64748b;line-height:1.35}
.modal-avatar-card{max-width:none;margin:auto}.modal-avatar-card .avatar-manage-preview{width:132px;height:132px;border-radius:20px}.modal-avatar-card form{margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
@media(max-width:760px){.profile-card-grid{grid-template-columns:1fr!important}.avatar-manage-card{max-width:none}.modal-avatar-card .avatar-manage-preview{width:105px;height:105px}.avatar-upload-form{display:grid;grid-template-columns:1fr; width:100%}.avatar-upload-form .btn,.modal-avatar-card form .btn{width:100%;justify-content:center}.profile-tabs{gap:6px}.profile-tabs .tab{font-size:12px;padding:8px 9px}}


/* v47 polish */
:root{--accent:#0ea5e9;--brand:#0ea5e9}
.btn,.btn.primary,.top .btn,.hero .btn{background:var(--accent)!important;border-color:var(--accent)!important}.btn.dark{background:#111827!important}.save-badge{border-radius:999px}
.footer{margin-top:auto;text-align:center}.footer-links{display:flex;gap:22px;justify-content:center;flex-wrap:wrap;margin-bottom:8px}.footer a{color:#fff;text-decoration:none;font-weight:800}.footer a:hover{text-decoration:underline}
.index-carousel-panel{overflow:hidden}.index-carousel-box{position:relative;min-height:245px}.index-carousel-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:12px 36px 22px}.index-card{min-width:230px!important;width:230px!important;scroll-snap-align:start}.index-card .index-icon-center{width:74px;height:74px;object-fit:cover}.index-car-arrow{background:#111827!important;color:#fff!important;border:0;border-radius:999px;width:40px;height:40px;box-shadow:0 8px 22px #0003}.scroll-top{position:fixed;right:28px;bottom:34px;background:var(--accent)!important;color:#fff;border:0;border-radius:999px;width:52px;height:52px;font-size:24px;display:none;align-items:center;justify-content:center;z-index:50}.scroll-top.show{display:flex}.scroll-top:hover{filter:brightness(.92)}
.side-color-box{background:#fff;border-radius:14px;margin-top:12px;padding:13px;text-align:center;box-shadow:0 4px 16px #0001}.side-color-box b{display:block;color:#ef4444;font-size:13px;margin-bottom:10px}.side-color-row{display:flex;gap:9px;justify-content:center;flex-wrap:wrap}.side-color-row button{width:22px;height:22px;border-radius:999px;border:2px solid #fff;box-shadow:0 0 0 1px #d1d5db;cursor:pointer}.side-color-row .color-reset{width:auto;height:24px;padding:0 9px;background:#f3f4f6!important;color:#111;border-radius:999px;font-size:11px;font-weight:800}.avatar-status{margin-top:10px;text-align:center;border-radius:12px}.purchase-pop{position:fixed;right:22px;top:82px;z-index:2000;max-width:360px;border-radius:18px;padding:16px 42px 16px 18px;box-shadow:0 16px 40px #0003;border:1px solid #dbeafe;animation:popIn .25s ease}.purchase-pop-light{background:#fff;color:#0f172a}.purchase-pop-dark{background:#111827;color:#fff;border-color:#334155}.purchase-pop button{position:absolute;right:10px;top:8px;border:0;background:transparent;color:inherit;font-size:20px;font-weight:900}.purchase-line-one{font-weight:900}.purchase-line-two{opacity:.75;font-size:12px;margin-top:4px}@keyframes popIn{from{transform:translateY(-10px);opacity:0}to{transform:none;opacity:1}}
.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#eef2f7}.auth-card{width:min(94vw,520px);background:#fff;border-radius:22px;padding:28px;box-shadow:0 18px 55px #0002}
@media(max-width:700px){.index-card{min-width:205px!important;width:205px!important}.index-carousel-track{padding-left:26px;padding-right:26px}.scroll-top{right:18px;bottom:22px;width:46px;height:46px}.purchase-pop{left:12px;right:12px;max-width:none;top:68px}}


/* === HAIPE v48 polish/features === */
.chat-extra-tabs [data-extra-tab="#chatCodeTab"],#chatCodeTab{display:none!important}.chat-extra-tabs button{flex:0 1 auto}.side-color-box{border:1px solid #e5e7eb!important}.color-title-pill{display:inline-block!important;border:1px solid #fecaca;background:#fff1f2;color:#ef4444;border-radius:999px;padding:3px 10px;margin-bottom:10px}.daily-gift-box{margin-top:12px;background:linear-gradient(135deg,#fff7ed,#fff);border:1px solid #fdba74;border-radius:14px;padding:12px;text-align:center;box-shadow:0 4px 16px #0001}.daily-gift-box a{display:block;background:var(--accent);color:#fff!important;border-radius:999px;padding:9px 12px;font-weight:900;text-decoration:none}.daily-gift-box small{display:block;color:#9a3412;margin-top:6px}.product-detail-actions,.product-actions,.details-actions{text-align:center!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:10px;flex-wrap:wrap}.product-detail-actions .btn,.details-actions .btn,a[href*="cart.php?add"].btn{margin-left:auto!important;margin-right:auto!important}.profile-premium-badge{display:inline-flex;align-items:center;gap:5px;background:#f59e0b;color:#111827;border-radius:999px;padding:5px 10px;font-weight:900;font-size:12px;margin-left:10px}.profile-online-dot{position:absolute;right:7px;bottom:7px;width:18px;height:18px;border-radius:999px;border:3px solid #fff;background:#22c55e}.profile-online-dot.offline{background:#ef4444}.promo-box{border:1px dashed #93c5fd;background:#eff6ff;border-radius:12px;padding:10px;margin:12px 0}.promo-row{display:flex;gap:8px;flex-wrap:wrap}.promo-row input{flex:1;min-width:150px}.maintenance-page,.maintenance-wrap{min-height:100vh;display:grid!important;place-items:center!important;text-align:center;padding:20px}.maintenance-card{margin:auto!important;max-width:560px!important;transform:none!important}.maintenance-gears{display:flex;gap:18px;justify-content:center;margin:10px auto 18px}.maintenance-gears span{font-size:48px;display:inline-block;animation:gearspin 2s linear infinite}.maintenance-gears span:nth-child(2){animation-direction:reverse}@keyframes gearspin{to{transform:rotate(360deg)}}.maint-style-glass .maintenance-card{backdrop-filter:blur(12px);background:rgba(255,255,255,.82)!important}.maint-style-space{background:radial-gradient(circle at top,#1e3a8a,#020617)!important}.maint-style-space .maintenance-card{background:#0f172a!important;color:#fff!important}.maint-style-minimal .maintenance-card{box-shadow:none!important;border:1px solid #e5e7eb!important}.offer-card.percent{border-left:6px solid var(--accent);background:linear-gradient(135deg,#eff6ff,#fff);border-radius:16px;padding:14px;margin:14px 0;box-shadow:0 8px 24px #0001}.scroll-top{background:var(--accent)!important}.side a[href="/live-chat.php"]{display:flex!important}.avatar-status.success{border:1px solid #bbf7d0;background:#f0fdf4;color:#166534}.avatar-status.info{border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8}
@media(max-width:760px){.side-color-row{gap:7px}.side-color-row button{width:24px;height:24px}.promo-row{display:grid;grid-template-columns:1fr}.product-detail-actions,.details-actions{width:100%}.product-detail-actions .btn,.details-actions .btn{width:min(280px,100%)}}
/* === END HAIPE v48 === */

/* === HAIPE v50 polish === */
.auth-pro.forgot-pro{background:linear-gradient(135deg,#0f2027,#172727 45%,#111827);min-height:100vh}.forgot-pro .auth-card{max-width:520px;border-radius:28px;position:relative}.forgot-submit{display:flex!important;margin:12px auto 0;min-width:230px}.forgot-msg{text-align:center;font-weight:800}.auth-card input::placeholder{color:#8b95a7}.index-carousel-panel{overflow:hidden}.index-carousel-box{position:relative;overflow:hidden;padding:0 38px}.index-carousel-track{display:flex!important;gap:16px!important;overflow-x:auto!important;scroll-behavior:smooth;padding:18px 6px 22px;max-width:100%;scrollbar-width:thin}.index-card{flex:0 0 170px!important;width:170px!important;min-width:170px!important;max-width:170px!important}.index-car-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:42px;height:42px;border:0;border-radius:50%;background:#0f172a;color:#fff;font-size:28px;font-weight:900;box-shadow:0 8px 18px #0003;cursor:pointer}.index-car-arrow.left{left:4px}.index-car-arrow.right{right:4px}.index-icon-center{width:62px;height:62px;object-fit:cover;border-radius:50%;display:block;margin:0 auto 10px}.scroll-top{background:var(--accent,#0ea5e9)!important;color:#fff!important}.maint-logo img{max-width:82%;max-height:82%;object-fit:contain;border-radius:14px}.product-buy-center{display:flex;justify-content:center;align-items:center;margin:18px auto 0;text-align:center}.product-buy-center .btn{min-width:180px}.important-box{display:block!important;background:linear-gradient(135deg,#fff7ed,#fff1f2)!important;border:1px solid #fb923c!important;border-left:6px solid #f97316!important;border-radius:16px!important;padding:18px 20px!important;color:#7c2d12!important;box-shadow:0 8px 24px #f9731620!important}.important-box b{display:block;margin-bottom:8px;color:#9a3412}.chat-menu-badge{background:#ef4444;color:#fff;border-radius:999px;min-width:22px;height:22px;padding:0 7px;font-style:normal;font-size:12px;font-weight:900;display:inline-grid;place-items:center;margin-left:auto}.site-colors-title{display:inline-flex!important;align-items:center;justify-content:center;background:#fff1f2;border:1px solid #fecaca;color:#ef4444;border-radius:999px;padding:4px 14px;margin:0 auto 8px}.side .site-colors-box,.site-colors-card{border:1px solid #fecaca;border-radius:18px;background:#fff;box-shadow:0 5px 18px #0001;padding:12px;text-align:center}.profile-modalbox .premium-badge,.user-card .premium-badge{display:inline-flex;align-items:center;gap:5px;background:#f59e0b;color:#fff;border-radius:999px;padding:5px 10px;font-weight:900;font-size:12px}.profile-status-dot{position:absolute;right:8px;bottom:8px;width:18px;height:18px;border-radius:50%;border:3px solid #fff;background:#ef4444}.profile-status-dot.online{background:#22c55e}.reviews-list,.review-card{display:grid;gap:14px}.review-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px;text-align:center;box-shadow:0 4px 14px #0001}.review-card img{width:66px;height:66px;border-radius:50%;object-fit:cover;margin:auto}.review-stars{color:#f59e0b;font-size:18px}.review-sep{height:1px;background:#e5e7eb;width:70%;margin:8px auto}.review-quote{font-style:italic;color:#334155}.review-meta{font-size:12px;color:#64748b}.admin-menu a[href*="promocodes"]:before{content:none!important;display:none!important}.admin-menu a[href*="promocodes"]{gap:0!important}.admin-menu a[href*="promocodes"] .menu-icon{display:none!important}.product-comments .comment-form .btn{margin-top:10px}.social-side .social-icon-link[href*="wa.me"]{background:#22c55e!important;color:#fff!important}.download-guard-note{background:#0f172a;color:#fff;border-radius:14px;padding:14px;margin:12px 0;font-weight:800;text-align:center}
@media(max-width:720px){.index-carousel-box{padding:0 28px}.index-card{flex-basis:138px!important;width:138px!important;min-width:138px!important}.index-car-arrow{width:34px;height:34px;font-size:22px}.product-buy-center .btn{width:min(260px,100%)}.forgot-pro .auth-card{width:94%;border-radius:22px}.layout main{max-height:none!important}.wrap.layout{grid-template-columns:1fr!important;padding:0 10px!important}.side,.right{position:static!important}.index-carousel-track{gap:10px!important}}


/* v51 sessions + robust mobile menu */
.side{position:relative}.side-close{display:none;position:absolute;right:10px;top:8px;width:32px;height:32px;border:0;border-radius:999px;background:#111827;color:#fff;font-size:22px;font-weight:900;z-index:4}.side-sessions-mini{border-top:1px solid #eef2f7;border-bottom:1px solid #eef2f7;padding:10px 12px;background:#fbfdff}.side-sessions-mini .side-section-title{display:flex!important;padding:8px 6px!important;border:0!important;color:#111827!important}.side-sessions-mini details{border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:8px}.side-sessions-mini summary{cursor:pointer;font-weight:800;display:flex;justify-content:space-between;align-items:center}.mini-session{display:grid;gap:2px;padding:8px;border-bottom:1px solid #f1f5f9}.mini-session span{font-weight:800;font-size:13px}.mini-session small{font-size:11px;color:#64748b}.mini-session-link{display:block!important;text-align:center!important;border:0!important;padding:8px!important;color:var(--accent)!important;font-size:12px!important}.sessions-panel{max-width:920px;margin:auto}.session-list{display:grid;gap:12px;margin-top:16px}.session-card{border:1px solid #e5e7eb;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 5px 18px #0000000d}.session-card summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:12px;align-items:center;padding:15px 17px;background:#f8fafc}.session-card summary::-webkit-details-marker{display:none}.session-card summary span{display:grid;gap:3px}.session-card small{color:#64748b}.session-state{font-style:normal;border-radius:999px;padding:5px 10px;font-weight:900;font-size:12px}.session-state.now{background:#dbeafe;color:#1d4ed8}.session-state.on{background:#dcfce7;color:#166534}.session-state.off{background:#fee2e2;color:#991b1b}.session-info{padding:14px 17px;display:grid;gap:6px}.session-info p{margin:0;color:#334155;overflow-wrap:anywhere}.new-session-card{max-width:520px;background:#fff;border-radius:20px;padding:24px;box-shadow:0 20px 70px #0006;text-align:center}.new-session-card h2{margin-top:0}.new-session-card .confirm-actions{justify-content:center;display:flex;gap:10px;flex-wrap:wrap}.confirm-modal .confirm-card p{line-height:1.45}
@media(max-width:760px){.side.open{display:block!important;position:fixed!important;z-index:500!important;left:0!important;top:0!important;bottom:0!important;width:min(86vw,310px)!important;overflow:auto!important;border-radius:0 18px 18px 0!important;padding-top:48px!important}.side.open .side-close{display:grid;place-items:center}.mobile-menu-backdrop.show{display:block!important;position:fixed!important;inset:0!important;background:#0009!important;z-index:490!important}.side-open{overflow:hidden!important}.side-sessions-mini{padding:10px}.new-session-card{width:min(94vw,520px)}}

/* v52 - sidebar fix + sessions polish */
.layout{align-items:start!important}.side{align-self:start!important;margin-top:0!important}.side-close{display:grid!important;place-items:center!important;position:absolute;right:8px;top:8px;width:28px;height:28px;border:0;border-radius:999px;background:#111827;color:#fff;font-size:20px;font-weight:900;line-height:1;cursor:pointer;z-index:5}.side.collapsed{width:54px!important;min-width:54px!important;overflow:hidden!important;padding-top:46px!important}.side.collapsed a,.side.collapsed .social-side,.side.collapsed .side-color-box,.side.collapsed .daily-gift-box,.side.collapsed .side-sessions-mini{display:none!important}.side.collapsed .side-close{display:grid!important;right:12px;background:var(--accent,#0ea5e9)}.side.collapsed .side-close::before{content:'☰';font-size:17px}.side.collapsed .side-close{font-size:0}.side-sessions-mini{padding:0!important;background:#fff!important;border-top:1px solid #eee!important;border-bottom:1px solid #eee!important}.side-sessions-mini .side-section-title{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:16px 18px!important;border-bottom:1px solid #eee!important;color:#111!important;font-weight:700!important;text-decoration:none!important}.side-sessions-mini details{border:0!important;border-radius:0!important;background:#fff!important;padding:0!important}.side-sessions-mini summary{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:14px 18px!important;font-weight:700!important;color:#111!important;list-style:none!important}.side-sessions-mini summary::-webkit-details-marker{display:none}.side-sessions-mini summary .badge{background:#ef4444!important;color:#fff!important;border-radius:12px!important;min-width:26px!important;text-align:center!important;font-style:normal!important;font-size:12px!important;padding:2px 8px!important}.mini-session{padding:10px 18px!important;background:#fafafa!important}.mini-session-link{padding:12px 18px!important}.side-spacer-fix{height:0!important}
@media(max-width:760px){.side{display:none!important}.side.open{display:block!important;position:fixed!important;z-index:500!important;left:0!important;top:0!important;bottom:0!important;width:min(86vw,310px)!important;overflow:auto!important;border-radius:0 18px 18px 0!important;padding-top:48px!important}.side.open .side-close{display:grid!important}.side.collapsed{display:none!important}}

/* v54 - best sellers */
.best-sellers-wide{margin-top:18px;}
.best-sellers-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:stretch;}
.best-seller-card{display:flex;gap:12px;align-items:center;text-decoration:none;color:inherit;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:14px;box-shadow:0 8px 22px rgba(15,23,42,.06);min-height:96px;}
.best-seller-card img{width:62px;height:62px;object-fit:cover;border-radius:16px;background:#f8fafc;box-shadow:0 4px 12px rgba(15,23,42,.08);}
.best-seller-card div{display:flex;flex-direction:column;gap:4px;min-width:0;}
.best-seller-card b{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.best-seller-card small{color:#64748b;font-weight:700;}
.best-seller-card span{font-weight:900;color:var(--brand,#0ea5e9);}
@media(max-width:900px){.best-sellers-grid{grid-template-columns:1fr}.best-seller-card{min-height:84px}}


/* v55 sidebar clean web + mobile, sessions expand */
@media (min-width:1001px){
  .layout{grid-template-columns:230px minmax(0,1fr) 270px!important;align-items:start!important;}
  .side{position:sticky!important;top:88px!important;align-self:start!important;margin-top:0!important;min-height:auto!important;padding-top:0!important;padding-bottom:14px!important;overflow:hidden!important;}
  .side:before{display:none!important;content:none!important;}
  .side-close{display:none!important;}
}
.side{border-radius:12px!important;}
.side a{min-height:48px!important;}
.side-sessions-mini{border-top:1px solid #eee!important;border-bottom:1px solid #eee!important;background:#fff!important;}
.side-sessions-mini details{display:block!important;}
.side-sessions-mini summary{list-style:none!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:16px 18px!important;font-weight:800!important;border-bottom:0!important;color:#111!important;}
.side-sessions-mini summary::-webkit-details-marker{display:none!important;}
.side-sessions-mini summary .badge{background:#ef4444!important;color:#fff!important;border-radius:999px!important;padding:2px 8px!important;font-size:12px!important;min-width:22px!important;text-align:center!important;}
.side-sessions-mini details[open] summary{border-bottom:1px solid #eee!important;}
.mini-session-title{font-weight:800!important;padding:12px 18px 6px!important;color:#111!important;font-size:14px!important;}
.mini-session{padding:9px 18px!important;border-bottom:1px solid #f1f5f9!important;background:#fafafa!important;}
.mini-session span{display:block!important;font-weight:800!important;font-size:13px!important;line-height:1.25!important;}
.mini-session small{display:block!important;margin-top:3px!important;color:#64748b!important;font-size:11px!important;line-height:1.25!important;word-break:break-word!important;}
.mini-session-link{display:flex!important;margin:8px 12px 12px!important;padding:10px 12px!important;border:1px solid #e5e7eb!important;border-radius:10px!important;background:#f8fafc!important;justify-content:center!important;color:#0f172a!important;text-decoration:none!important;font-weight:800!important;}
@media (max-width:1000px){
  .side{position:fixed!important;left:12px!important;top:76px!important;bottom:12px!important;width:min(82vw,300px)!important;z-index:5000!important;display:block!important;overflow:auto!important;border:1px solid #d1d5db!important;box-shadow:0 18px 50px #0004!important;transform:translateX(-115%)!important;transition:transform .22s ease!important;padding:0 0 12px!important;}
  body.side-open .side,.side.open{transform:translateX(0)!important;}
  .side-close{display:grid!important;place-items:center!important;position:absolute!important;right:8px!important;top:8px!important;width:28px!important;height:28px!important;border-radius:50%!important;border:0!important;background:#111827!important;color:#fff!important;font-weight:900!important;z-index:2!important;}
  .side a:first-of-type{padding-top:46px!important;}
}
@media (max-width:640px){
  .side{left:8px!important;right:8px!important;width:auto!important;top:64px!important;border-radius:16px!important;}
  .side a{font-size:14px!important;padding:13px 16px!important;}
}


/* v56 mobile sidebar + session actions */
.session-actions-row{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:8px}
@media (min-width:1001px){
  .side{top:88px!important;padding-bottom:18px!important;}
  .side-close{display:none!important;}
}
@media (max-width:1000px){
  .side{top:8px!important;bottom:8px!important;border-radius:18px!important;border:2px solid #d1d5db!important;box-shadow:0 22px 65px rgba(15,23,42,.45)!important;padding:8px 0 14px!important;background:#fff!important;}
  .side a:first-of-type{padding-top:13px!important;padding-right:48px!important;}
  .side-close{top:10px!important;right:10px!important;background:#0f172a!important;box-shadow:0 6px 18px rgba(15,23,42,.25)!important;}
  .social-side{display:block!important;margin:10px 12px!important;}
  .social-side b{display:block!important;}
  .social-icons-row{display:flex!important;flex-wrap:wrap!important;gap:8px!important;}
}
@media (max-width:640px){
  .side{left:8px!important;right:8px!important;width:auto!important;top:8px!important;}
}
#otherSessionModal.show{display:flex!important;}


/* v57 sesiuni polish + confirm modal update + social fix */
.confirm-modal{position:fixed;inset:0;background:rgba(15,23,42,.55);z-index:99999;display:none;align-items:center;justify-content:center;padding:18px}.confirm-modal.show{display:flex}.confirm-card{width:min(440px,94vw);background:#fff;border-radius:22px;padding:22px;box-shadow:0 24px 80px #0005;text-align:center;border:1px solid #e5e7eb}.confirm-card h3{margin:0 0 8px;font-size:22px}.confirm-card p{margin:0 0 18px;color:#475569;font-weight:700}.confirm-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.session-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0}.session-details-grid p{margin:0!important;background:#0f172a;color:#fff;border-radius:14px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.session-details-grid b{color:#93c5fd}.session-details-grid span{text-align:right;font-weight:800}.mini-session small{display:block;line-height:1.35;color:#64748b}.social-side{display:block!important}.social-side .social-icons-row{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}.social-side .social-icon-link{display:inline-grid!important;place-items:center!important;background:#f8fafc!important;border:1px solid #e5e7eb!important;border-radius:50%!important}.social-side .social-icon-link img{display:block!important;width:22px!important;height:22px!important;object-fit:contain!important}
@media(max-width:720px){.session-details-grid{grid-template-columns:1fr}.social-side{display:block!important;margin:10px 12px!important}.social-side b{display:block!important;margin-bottom:7px!important}}


/* v58 clean sessions + social icons */
.sessions-panel{max-width:980px;margin:0 auto;background:#fff;border-radius:18px;box-shadow:0 8px 28px #0001;padding:18px!important}
.session-list{display:grid;gap:12px;margin-top:14px}
.session-card{border:1px solid #e5e7eb!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 4px 16px #0000000d!important}
.session-card summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;background:#f8fafc!important;border-bottom:1px solid #eef2f7!important}
.session-card summary::-webkit-details-marker{display:none}
.session-card summary b{font-size:17px;color:#111827}.session-card summary small{display:block;color:#64748b;margin-top:3px;font-size:13px}
.session-state{border-radius:999px;padding:7px 13px;font-size:12px;font-style:normal;font-weight:900;background:#dcfce7;color:#166534;white-space:nowrap}.session-state.now{background:#dbeafe;color:#1d4ed8}.session-state.off{background:#fee2e2;color:#991b1b}
.session-info-light{padding:16px 18px 18px!important;background:#fff!important;color:#111827!important}
.session-details-clean{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-bottom:14px!important}
.session-details-clean p{margin:0!important;display:flex!important;justify-content:space-between!important;gap:10px!important;align-items:center!important;border:1px solid #dbe3ee!important;background:#f8fafc!important;border-radius:12px!important;padding:12px 14px!important;color:#111827!important}
.session-details-clean b{color:#0ea5e9!important;font-size:14px!important}.session-details-clean span{color:#111827!important;font-weight:800!important;text-align:right!important;overflow-wrap:anywhere!important}
.session-meta-clean p{margin:3px 0!important;color:#334155!important}.session-actions-inline{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;margin-top:12px!important}.session-actions-inline form{display:inline-flex!important;margin:0!important}.session-actions-inline .btn{border-radius:9px!important;padding:8px 12px!important;font-weight:900!important}
.social-side{display:block!important;background:#fff!important;border:1px solid #edf2f7!important;border-radius:16px!important;margin:10px!important;padding:12px!important;box-shadow:0 4px 14px #0000000a!important;overflow:visible!important}.social-side b{display:block!important;margin:0 0 8px!important;color:#111827!important;font-size:14px!important}.social-icons-row{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}.social-side .social-icon-link{display:grid!important;place-items:center!important;width:30px!important;height:30px!important;flex:0 0 30px!important;border-radius:50%!important;background:#fff!important;box-shadow:0 2px 8px #0001!important;overflow:hidden!important;padding:0!important;margin:0!important}.social-side .social-icon-link img{display:block!important;width:30px!important;height:30px!important;object-fit:contain!important;border-radius:50%!important}
.confirm-modal{position:fixed!important;inset:0!important;background:rgba(15,23,42,.55)!important;display:none!important;align-items:center!important;justify-content:center!important;z-index:99999!important;padding:18px!important}.confirm-modal.show{display:flex!important}.confirm-card{width:min(430px,94vw)!important;background:#fff!important;border-radius:18px!important;box-shadow:0 24px 60px #0004!important;border:1px solid #e5e7eb!important;padding:22px!important;text-align:center!important}.confirm-card h3{margin:0 0 8px!important;font-size:22px!important}.confirm-card p{color:#475569!important;margin:0 0 18px!important;line-height:1.45!important}.confirm-actions{display:flex!important;gap:10px!important;justify-content:center!important;flex-wrap:wrap!important}
@media(max-width:760px){.session-details-clean{grid-template-columns:1fr!important}.sessions-panel{border-radius:0!important;padding:12px!important}.session-card summary{padding:12px!important}.session-info-light{padding:12px!important}.session-actions-inline{justify-content:center!important}.social-side{margin:8px!important}.social-icons-row{gap:7px!important}.social-side .social-icon-link,.social-side .social-icon-link img{width:28px!important;height:28px!important;flex-basis:28px!important}}


/* v59 cross-device + social mobile fix */
.social-side{display:block!important;visibility:visible!important;opacity:1!important;overflow:visible!important;}
.social-side .social-icons-row{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;min-height:32px!important;}
.social-side .social-icon-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;border-radius:50%!important;background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:0 2px 8px rgba(15,23,42,.08)!important;padding:0!important;margin:0!important;overflow:hidden!important;}
.social-side .social-icon-link img{display:block!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;object-fit:contain!important;opacity:1!important;visibility:visible!important;}
@media(max-width:760px){
  .side.open .social-side{display:block!important;margin:10px 12px!important;padding:12px!important;}
  .side.open .social-icons-row{display:flex!important;}
  .side.open .social-icon-link,.side.open .social-icon-link img{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;}
}


/* v60 polish: social icons one row, clean session buttons */
.social-side{display:block!important;overflow:visible!important}
.social-side .social-icons-row{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;flex-wrap:nowrap!important;white-space:nowrap!important;overflow:visible!important;min-height:34px!important}
.social-side .social-icon-link{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;flex:0 0 30px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;overflow:hidden!important;background:transparent!important;border:0!important;box-shadow:0 3px 10px rgba(15,23,42,.12)!important}
.social-side .social-icon-link img{width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;display:block!important;object-fit:cover!important;border-radius:50%!important;opacity:1!important;visibility:visible!important;background:transparent!important}
.session-actions-inline{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}.session-actions-inline form{display:inline-flex!important;margin:0!important}.session-actions-inline .btn{white-space:nowrap!important}.session-actions-inline .btn.gray{background:#f59e0b!important;color:#111!important}.session-location-clean{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:12px 0!important}.session-location-clean p{margin:0!important;border:1px solid #dbe3ee!important;background:#f8fafc!important;border-radius:12px!important;padding:9px 11px!important;display:flex!important;justify-content:space-between!important;gap:10px!important;color:#111827!important}.session-location-clean b{color:#0ea5e9!important}.session-location-clean span{font-weight:800!important;text-align:right!important;overflow-wrap:anywhere!important}
@media(max-width:760px){.social-side .social-icons-row{gap:7px!important}.social-side .social-icon-link{width:29px!important;height:29px!important;min-width:29px!important;min-height:29px!important;flex-basis:29px!important}.session-location-clean{grid-template-columns:1fr!important}.session-actions-inline{justify-content:flex-start!important}}


/* v61: social icons compacte, un singur rând, TikTok rotund corect */
.social-side{padding:12px!important;margin:10px!important;overflow:hidden!important;}
.social-side b{font-size:14px!important;line-height:1.2!important;margin-bottom:9px!important;}
.social-icons-row{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;flex-wrap:nowrap!important;overflow:hidden!important;}
.social-side .social-icon-link{width:28px!important;height:28px!important;min-width:28px!important;flex:0 0 28px!important;border-radius:50%!important;padding:0!important;margin:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:#fff!important;border:0!important;box-shadow:0 3px 8px rgba(0,0,0,.16)!important;}
.social-side .social-icon-link img{width:28px!important;height:28px!important;min-width:28px!important;border-radius:50%!important;object-fit:cover!important;display:block!important;background:transparent!important;}
.social-side .social-icon-link[title="TikTok"], .social-side .social-icon-link[href*="tiktok"]{background:#000!important;}
.social-side .social-icon-link[title="TikTok"] img, .social-side .social-icon-link[href*="tiktok"] img{background:#000!important;object-fit:cover!important;}
@media(max-width:760px){.social-side{padding:11px!important;margin:8px 10px!important}.social-icons-row{gap:7px!important}.social-side .social-icon-link,.social-side .social-icon-link img{width:29px!important;height:29px!important;min-width:29px!important;flex-basis:29px!important}}
.admin-menu a[href="/admin/promocodes.php"]:before{content:none!important;display:none!important;}
.admin-menu a[href="/admin/promocodes.php"]{padding-left:16px!important;}


/* v62: social icons perfect round, one row; paysafecard pending card */
.social-side{overflow:hidden!important;}
.social-side .social-icons-row{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important;flex-wrap:nowrap!important;overflow:hidden!important;white-space:nowrap!important;}
.social-side .social-icon-link{width:26px!important;height:26px!important;min-width:26px!important;max-width:26px!important;flex:0 0 26px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;overflow:hidden!important;background:#fff!important;border:0!important;box-shadow:0 2px 7px rgba(15,23,42,.16)!important;}
.social-side .social-icon-link img{display:block!important;width:26px!important;height:26px!important;min-width:26px!important;max-width:26px!important;object-fit:cover!important;border-radius:50%!important;}
.social-side .social-icon-link[title="TikTok"], .social-side .social-icon-link[href*="tiktok"]{background:#000!important;}
.social-side .social-icon-link[title="TikTok"] img, .social-side .social-icon-link[href*="tiktok"] img{width:26px!important;height:26px!important;object-fit:contain!important;padding:0!important;background:#000!important;border-radius:50%!important;}
.payment-done-card.pending{border-color:#f59e0b!important;background:#fff7ed!important;color:#92400e!important;}
.payment-done-card.pending .pay-check{background:#f59e0b!important;color:#fff!important;}
@media(max-width:760px){
  .social-side .social-icons-row{gap:7px!important;}
  .social-side .social-icon-link{width:28px!important;height:28px!important;min-width:28px!important;max-width:28px!important;flex-basis:28px!important;border-radius:50%!important;}
  .social-side .social-icon-link img{width:28px!important;height:28px!important;min-width:28px!important;max-width:28px!important;border-radius:50%!important;}
  .social-side .social-icon-link[title="TikTok"] img, .social-side .social-icon-link[href*="tiktok"] img{width:28px!important;height:28px!important;}
}


/* v63: social icons fixed one-line + no duplicated admin global alert */
.side .social-side{
  box-sizing:border-box!important;
  overflow:hidden!important;
  padding:10px 12px!important;
  margin:10px!important;
}
.side .social-side b{
  display:block!important;
  margin:0 0 8px 0!important;
  font-size:13px!important;
  line-height:1.15!important;
}
.side .social-side .social-icons-row{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:5px!important;
  flex-wrap:nowrap!important;
  overflow:hidden!important;
  width:100%!important;
  white-space:nowrap!important;
}
.side .social-side a.social-icon-link,
.side.open .social-side a.social-icon-link{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  max-width:24px!important;
  min-height:24px!important;
  max-height:24px!important;
  flex:0 0 24px!important;
  border-radius:50%!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
  background:#fff!important;
  border:0!important;
  box-shadow:0 2px 7px rgba(15,23,42,.18)!important;
  line-height:1!important;
  text-decoration:none!important;
}
.side .social-side a.social-icon-link img,
.side.open .social-side a.social-icon-link img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:cover!important;
  border-radius:50%!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  background:transparent!important;
}
.side .social-side a.social-icon-link[title="TikTok"],
.side .social-side a.social-icon-link[href*="tiktok"]{
  background:#000 url('/assets/social/tiktok.svg') center/100% 100% no-repeat!important;
}
.side .social-side a.social-icon-link[title="TikTok"] img,
.side .social-side a.social-icon-link[href*="tiktok"] img{
  opacity:0!important;
}
@media(max-width:760px){
  .side.open .social-side{margin:9px 10px!important;padding:10px 11px!important;}
  .side.open .social-side .social-icons-row{gap:5px!important;}
  .side.open .social-side a.social-icon-link{width:24px!important;height:24px!important;min-width:24px!important;max-width:24px!important;flex-basis:24px!important;}
}


/* === HAIPE v64: admin produse + carusel index profesional === */
.product-savebar{
  position:sticky!important;
  bottom:0!important;
  z-index:30!important;
  margin-top:14px!important;
  padding:12px!important;
  border:1px solid #dbeafe!important;
  background:rgba(255,255,255,.94)!important;
  backdrop-filter:blur(8px)!important;
  border-radius:14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  box-shadow:0 -8px 22px rgba(15,23,42,.08)!important;
}
.product-savebar .btn{min-width:170px!important;text-align:center!important;}
.product-savebar .muted{font-size:12px!important;}
.admin-card .pager-arrows{min-height:44px!important;align-items:center!important;}
.admin-card .pager-arrows a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:48px!important;
  height:34px!important;
  border-radius:999px!important;
  background:#111827!important;
  color:#fff!important;
  font-size:16px!important;
  letter-spacing:-2px!important;
  box-shadow:0 6px 16px rgba(0,0,0,.16)!important;
}
.index-carousel-panel{
  overflow:hidden!important;
}
.index-carousel-box{
  overflow:hidden!important;
  padding:0 30px!important;
  box-sizing:border-box!important;
}
.index-carousel-track{
  padding:16px 4px 18px!important;
  scroll-snap-type:x mandatory!important;
}
.index-carousel-track .index-card{
  scroll-snap-align:start!important;
}
.index-car-arrow{
  width:28px!important;
  height:28px!important;
  border-radius:50%!important;
  background:rgba(15,23,42,.72)!important;
  color:#fff!important;
  font-size:0!important;
  line-height:28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:0 8px 20px rgba(0,0,0,.18)!important;
  opacity:.72!important;
  transition:opacity .18s ease, transform .18s ease, background .18s ease!important;
}
.index-car-arrow:hover,
.index-car-arrow:focus,
.index-carousel-box:hover .index-car-arrow,
.index-carousel-box.touched .index-car-arrow{
  opacity:.95!important;
  background:rgba(15,23,42,.88)!important;
}
.index-car-arrow.left{left:8px!important;}
.index-car-arrow.right{right:8px!important;}
.index-car-arrow.left::before{content:'<<';font-size:13px!important;font-weight:900!important;letter-spacing:-2px!important;transform:translateX(-1px);}
.index-car-arrow.right::before{content:'>>';font-size:13px!important;font-weight:900!important;letter-spacing:-2px!important;transform:translateX(1px);}
@media(max-width:720px){
  .product-savebar{position:static!important;flex-direction:column!important;gap:6px!important;text-align:center!important;}
  .product-savebar .btn{width:100%!important;max-width:260px!important;}
  .index-carousel-panel{padding:18px 14px!important;}
  .index-carousel-panel .bar{align-items:flex-start!important;gap:8px!important;}
  .index-carousel-box{padding:0 32px!important;overflow:hidden!important;}
  .index-carousel-track{
    padding:12px 0 16px!important;
    gap:12px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .index-carousel-track .index-card{
    flex:0 0 142px!important;
    width:142px!important;
    min-width:142px!important;
    max-width:142px!important;
    min-height:210px!important;
  }
  .index-car-arrow{
    width:26px!important;
    height:26px!important;
    opacity:.55!important;
    top:52%!important;
  }
  .index-car-arrow.left{left:4px!important;}
  .index-car-arrow.right{right:4px!important;}
  .index-car-arrow.left::before,.index-car-arrow.right::before{font-size:12px!important;}
}
/* === END HAIPE v64 === */

/* === HAIPE v65: index random grid + pager clean + mentenanță logo centrat === */
.index-random-panel{overflow:hidden!important;padding:22px 22px 26px!important;}
.index-random-title{align-items:center!important;margin-bottom:16px!important;}
.index-random-grid{display:grid!important;grid-template-columns:repeat(10,minmax(0,1fr))!important;gap:14px!important;align-items:stretch!important;}
.index-random-grid .index-card{width:100%!important;min-width:0!important;max-width:none!important;min-height:220px!important;padding:12px!important;float:none!important;cursor:pointer!important;}
.index-random-grid .index-icon-center{width:58px!important;height:58px!important;margin:0 auto 10px!important;display:block!important;object-fit:cover!important;border-radius:50%!important;}
.index-random-grid .badge{display:block!important;width:100%!important;text-align:center!important;border-radius:999px!important;font-size:10px!important;padding:4px 6px!important;margin:3px 0 8px!important;}
.index-random-grid h3{font-size:13px!important;line-height:1.15!important;margin:0 0 5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.index-random-grid .index-short-desc{font-size:11px!important;line-height:1.25!important;min-height:30px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
.index-random-grid .index-price{font-size:12px!important;line-height:1.25!important;}
.index-random-grid .old{display:block!important;margin:2px 0!important;}
.index-random-grid .save-badge{font-size:9.5px!important;padding:2px 6px!important;margin:4px 0 0!important;display:inline-block!important;}
.admin-card .pager-arrows{display:flex!important;justify-content:center!important;gap:10px!important;margin-top:18px!important;min-height:40px!important;}
.admin-card .pager-arrows a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:52px!important;height:34px!important;border-radius:999px!important;background:#eef6ff!important;color:#0f172a!important;border:1px solid #bfdbfe!important;font-size:14px!important;font-weight:900!important;letter-spacing:-1px!important;box-shadow:0 4px 12px rgba(14,165,233,.14)!important;text-decoration:none!important;}
.admin-card .pager-arrows a:hover{background:#dbeafe!important;border-color:#7dd3fc!important;}
.maint-logo{width:110px!important;height:110px!important;border-radius:28px!important;margin:0 auto 18px!important;background:transparent!important;box-shadow:none!important;}
.maint-logo img{max-width:100%!important;max-height:100%!important;object-fit:contain!important;display:block!important;}
.maint-site-title{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;}
.maint-work-title{margin-top:4px!important;}
@media(max-width:1200px){.index-random-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;}}
@media(max-width:760px){.index-random-panel{padding:18px 14px!important;}.index-random-title{display:block!important;text-align:left!important}.index-random-title h2{margin-bottom:10px!important}.index-random-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}.index-random-grid .index-card{min-height:205px!important}.maint-logo{width:92px!important;height:92px!important;}}
@media(max-width:380px){.index-random-grid{grid-template-columns:1fr!important;}}
/* === END HAIPE v65 === */

/* === HAIPE v66: chat admin polish, reviews compact, best sellers sticky, maintenance address === */
.chat-thread-new{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  color:#ef4444!important;font-weight:900!important;font-size:12px!important;margin-left:auto!important;
  letter-spacing:.3px!important;text-transform:uppercase!important;
}
.admin-menu .admin-alert{background:#ef4444!important;color:#fff!important;border-radius:999px!important;min-width:22px!important;height:22px!important;padding:0 7px!important;display:inline-grid!important;place-items:center!important;font-size:12px!important;font-weight:900!important;margin-left:auto!important;}
.chat-image-wrap .btn-download{display:none!important;}
.chat-image-thumb{cursor:zoom-in!important;transition:transform .15s ease, box-shadow .15s ease!important;}
.chat-image-thumb:hover{transform:scale(1.015)!important;box-shadow:0 8px 24px rgba(15,23,42,.18)!important;}
.chat-image-modal{position:fixed!important;inset:0!important;background:rgba(0,0,0,.86)!important;z-index:99999!important;display:none;align-items:center!important;justify-content:center!important;padding:42px 18px!important;}
.chat-image-modal img{max-width:min(94vw,980px)!important;max-height:86vh!important;object-fit:contain!important;border-radius:16px!important;box-shadow:0 24px 80px rgba(0,0,0,.55)!important;background:#fff!important;}
.chat-image-modal .close-img{position:fixed!important;right:24px!important;top:18px!important;width:42px!important;height:42px!important;border:0!important;border-radius:50%!important;background:#fff!important;color:#111827!important;font-size:30px!important;line-height:1!important;font-weight:900!important;cursor:pointer!important;box-shadow:0 10px 30px rgba(0,0,0,.3)!important;}
.chat-modal-download{position:fixed!important;right:76px!important;top:18px!important;width:42px!important;height:42px!important;border-radius:50%!important;background:#0ea5e9!important;color:#fff!important;display:grid!important;place-items:center!important;text-decoration:none!important;font-size:22px!important;font-weight:900!important;box-shadow:0 10px 30px rgba(0,0,0,.3)!important;}
.admin-chat-compose{position:relative!important;display:flex!important;align-items:center!important;gap:10px!important;margin-top:10px!important;}
.admin-chat-compose textarea{height:62px!important;min-height:62px!important;border-radius:18px!important;padding:16px 62px 16px 16px!important;resize:none!important;}
.admin-chat-send-circle{position:absolute!important;right:10px!important;top:50%!important;transform:translateY(-50%)!important;width:44px!important;height:44px!important;border:0!important;border-radius:50%!important;background:#0ea5e9!important;color:#fff!important;font-size:22px!important;font-weight:900!important;display:grid!important;place-items:center!important;cursor:pointer!important;box-shadow:0 8px 22px rgba(14,165,233,.28)!important;}
.admin-chat-file-row{border:1px solid #fecaca!important;background:#fff7f7!important;border-radius:14px!important;padding:12px!important;margin-top:10px!important;}
.admin-chat-actions-line{display:grid!important;grid-template-columns:1fr auto 1fr!important;gap:10px!important;align-items:center!important;margin-top:12px!important;}
.admin-chat-actions-line .btn.red{justify-self:end!important;grid-column:1!important;}
.admin-chat-actions-line .btn.green{justify-self:center!important;grid-column:2!important;min-width:170px!important;}
.admin-chat-suspend-form{margin-top:8px!important;display:flex!important;justify-content:center!important;}
.admin-chat-suspend-form .btn{min-width:220px!important;}
.live-chat-form textarea[name="code"]{display:none!important;}
.review-card{min-width:190px!important;max-width:220px!important;width:220px!important;padding:14px!important;border-radius:14px!important;box-shadow:0 2px 10px rgba(15,23,42,.08)!important;}
.review-card img{width:52px!important;height:52px!important;}
.review-stars{font-size:15px!important;line-height:1!important;}
.review-sep{width:62%!important;margin:7px auto!important;}
.review-quote{font-size:12px!important;line-height:1.35!important;min-height:34px!important;}
.review-meta{font-size:10.5px!important;line-height:1.3!important;}
.reviews-wide{min-height:auto!important;padding-bottom:16px!important;}
.reviews-list{gap:12px!important;align-items:stretch!important;}
.best-sellers-wide{position:sticky!important;bottom:10px!important;z-index:20!important;border:1px solid #e5e7eb!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(8px)!important;box-shadow:0 10px 30px rgba(15,23,42,.14)!important;}
.best-sellers-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;}
.best-seller-card{min-height:70px!important;padding:10px!important;border:1px solid #e5e7eb!important;border-radius:14px!important;background:#fff!important;text-decoration:none!important;color:#111!important;display:flex!important;align-items:center!important;gap:10px!important;}
.best-seller-card img{width:46px!important;height:46px!important;border-radius:50%!important;object-fit:cover!important;}
.best-seller-card small,.best-seller-card span{display:block!important;font-size:12px!important;}
.maint-address{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0 auto 18px!important;padding:10px 18px!important;border-radius:999px!important;background:rgba(255,255,255,.88)!important;color:#0f172a!important;font-weight:900!important;font-size:clamp(24px,4vw,42px)!important;box-shadow:0 12px 34px rgba(15,23,42,.15)!important;}
body.neon .maint-address,body.glass .maint-address,body.space .maint-address{background:rgba(15,23,42,.72)!important;color:#e0f2fe!important;border:1px solid rgba(34,211,238,.35)!important;}
body.minimal .maint-address{box-shadow:none!important;border:2px solid #e5e7eb!important;}
.maint-logo,.maint-site-title{display:none!important;}
@media(max-width:760px){
  .admin-chat-actions-line{grid-template-columns:1fr!important;}
  .admin-chat-actions-line .btn.red,.admin-chat-actions-line .btn.green{grid-column:auto!important;justify-self:stretch!important;width:100%!important;}
  .admin-chat-suspend-form .btn{width:100%!important;min-width:0!important;}
  .review-card{width:180px!important;min-width:180px!important;max-width:180px!important;padding:12px!important;}
  .review-card img{width:48px!important;height:48px!important;}
  .best-sellers-wide{position:static!important;}
  .best-sellers-grid{grid-template-columns:1fr!important;}
  .chat-image-modal .close-img{right:16px!important;top:12px!important;width:38px!important;height:38px!important;font-size:28px!important;}
  .chat-modal-download{right:62px!important;top:12px!important;width:38px!important;height:38px!important;font-size:20px!important;}
}
/* === END HAIPE v66 === */

/* v67 admin chat actions polish */
.admin-chat-actions-line{display:none!important;}
.admin-chat-suspend-form{display:none!important;}
.admin-chat-bottom-actions{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;margin-top:12px!important;flex-wrap:wrap!important;}
.admin-chat-mini-action{margin:0!important;display:flex!important;}
.admin-chat-mini-action .btn{min-width:190px!important;padding:11px 18px!important;border-radius:10px!important;}
@media(max-width:700px){.admin-chat-bottom-actions{gap:8px!important}.admin-chat-mini-action{width:100%!important}.admin-chat-mini-action .btn{width:100%!important;min-width:0!important}}

/* v69 password reset polish */
.reset-pro{background:radial-gradient(circle at 18% 18%,rgba(14,174,234,.35),transparent 28%),radial-gradient(circle at 80% 72%,rgba(34,197,94,.26),transparent 30%),linear-gradient(135deg,#0f172a,#111827 58%,#1f2937);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:22px;}
.reset-pro .reset-card{width:min(520px,94vw);border-radius:28px;position:relative;box-shadow:0 24px 80px #0005;}
.reset-submit{display:flex!important;margin:14px auto 0;min-width:220px;justify-content:center;}
.reset-msg{text-align:center;font-weight:800;border-radius:14px;padding:12px 14px;margin:14px 0;}
.reset-pro .field input::placeholder{color:#8b95a7;}
@media(max-width:600px){.reset-pro{padding:16px}.reset-pro .reset-card{border-radius:22px}.reset-pro h1{font-size:28px}}


/* v70 fixes: best sellers normal panel again */
.best-sellers-wide{position:static!important;bottom:auto!important;z-index:auto!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}

/* v71 profile polish */
.hp-profile-modal{align-items:center!important;justify-content:center!important;padding:14px!important;}
.hp-profile-box{width:min(720px,96vw)!important;border-radius:16px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 24px 80px #0007!important;max-height:92vh!important;}
.hp-profile-head{min-height:172px!important;background:#1f1f1f!important;color:#fff!important;padding:28px 28px 0!important;display:flex!important;align-items:flex-end!important;gap:18px!important;position:relative!important;}
.hp-profile-avatar{width:132px!important;height:132px!important;border-radius:12px!important;border:3px solid #fff!important;background:#e5e7eb!important;margin-bottom:-38px!important;position:relative!important;overflow:hidden!important;box-shadow:0 8px 24px #0002!important;}
.hp-profile-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}
.hp-profile-title-wrap{padding-bottom:24px!important;min-width:0!important;}
.hp-profile-title{font-size:30px!important;font-weight:900!important;line-height:1.1!important;margin:0 0 8px!important;color:#fff!important;}
.hp-profile-badges{display:flex!important;gap:7px!important;flex-wrap:wrap!important;align-items:center!important;}
.hp-profile-badge{display:inline-flex!important;align-items:center!important;border-radius:999px!important;padding:4px 9px!important;font-size:11px!important;font-weight:900!important;color:#fff!important;background:#64748b!important;}
.hp-profile-badge.premium{background:#f59e0b!important;color:#fff!important;}
.hp-profile-badge.support{background:#0ea5e9!important;}
.hp-profile-badge.role{background:#334155!important;}
.hp-profile-tabs{padding:50px 18px 12px!important;background:#f5f6f8!important;display:flex!important;gap:8px!important;overflow-x:auto!important;white-space:nowrap!important;border-radius:0!important;margin:0!important;}
.hp-profile-tabs .tab{border:0!important;background:#fff!important;color:#111827!important;border-radius:10px!important;padding:10px 18px!important;font-weight:900!important;box-shadow:0 2px 8px #0000000f!important;}
.hp-profile-tabs .tab.active{background:#e9edf3!important;color:#111827!important;box-shadow:0 4px 12px #0001!important;}
.hp-profile-content{padding:18px 22px 22px!important;background:#fff!important;max-height:58vh!important;overflow:auto!important;}
.hp-info-list{display:grid!important;gap:10px!important;}
.hp-info-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:12px 14px!important;border-bottom:1px solid #e5e7eb!important;background:#fafafa!important;border-radius:12px!important;}
.hp-info-row span{font-weight:900!important;color:#374151!important;}
.hp-info-row b{color:#111827!important;text-align:right!important;word-break:break-word!important;}
.hp-sold-card{text-align:center!important;background:linear-gradient(135deg,#f8fafc,#fff)!important;border:1px solid #e5e7eb!important;border-radius:18px!important;padding:24px!important;}
.hp-sold-card strong{font-size:34px!important;color:#16a34a!important;margin:10px 0!important;display:block!important;}
.hp-settings-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important;align-items:start!important;}
.hp-settings-card{border:1px solid #e5e7eb!important;background:#f8fafc!important;border-radius:16px!important;padding:16px!important;box-shadow:none!important;}
.hp-settings-card h3{margin:0 0 12px!important;}
.hp-settings-card.hp-password-card{grid-column:1 / -1!important;}
.hp-profile-form .field{margin-bottom:11px!important;}
.hp-profile-form .two{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;}
.hp-profile-form input,.hp-profile-form select{height:42px!important;border:1px solid #d8dee8!important;border-radius:10px!important;background:#fff!important;padding:0 12px!important;width:100%!important;box-sizing:border-box!important;}
.hp-profile-form input:disabled{background:#eef1f5!important;color:#475569!important;font-weight:700!important;}
.hp-full-btn{width:100%!important;justify-content:center!important;text-align:center!important;}
.hp-settings-card .avatar-manage-preview{width:104px!important;height:104px!important;margin:0 auto 12px!important;border-radius:16px!important;overflow:hidden!important;border:1px solid #e5e7eb!important;background:#fff!important;}
.hp-settings-card .avatar-manage-preview img{width:100%!important;height:100%!important;object-fit:cover!important;}
.hp-settings-card .avatar-upload-form{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin:8px 0!important;}
.hp-settings-card .avatar-upload-form .btn,.hp-settings-card form .btn{justify-content:center!important;text-align:center!important;}
@media(max-width:720px){
  .hp-profile-modal{padding:8px!important;align-items:flex-start!important;overflow:auto!important;}
  .hp-profile-box{width:96vw!important;max-height:96vh!important;border-radius:14px!important;margin:10px auto!important;}
  .hp-profile-head{min-height:140px!important;padding:22px 18px 0!important;gap:12px!important;}
  .hp-profile-avatar{width:98px!important;height:98px!important;margin-bottom:-30px!important;border-radius:12px!important;}
  .hp-profile-title-wrap{padding-bottom:18px!important;}
  .hp-profile-title{font-size:24px!important;}
  .hp-profile-tabs{padding:40px 10px 10px!important;gap:6px!important;}
  .hp-profile-tabs .tab{padding:9px 12px!important;font-size:13px!important;}
  .hp-profile-content{padding:14px!important;max-height:none!important;overflow:visible!important;}
  .hp-info-row{align-items:flex-start!important;flex-direction:column!important;gap:5px!important;padding:11px 12px!important;}
  .hp-info-row b{text-align:left!important;}
  .hp-settings-grid{grid-template-columns:1fr!important;}
  .hp-profile-form .two{grid-template-columns:1fr!important;}
  .hp-settings-card .avatar-upload-form{grid-template-columns:1fr!important;}
}


/* v72 profile + chat polish */
.hp-info-list-compact{display:grid!important;gap:10px!important;max-width:650px!important;margin:auto!important;}
.hp-info-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;background:#f8fafc!important;border:1px solid #e5e7eb!important;border-radius:12px!important;padding:11px 14px!important;color:#111827!important;}
.hp-info-row span{font-weight:800!important;color:#334155!important;}
.hp-info-row b{text-align:right!important;color:#111827!important;}
.hp-deposit-grid{display:grid!important;grid-template-columns:1.25fr .85fr!important;gap:18px!important;align-items:start!important;}
.hp-settings-grid.single{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;max-width:680px!important;margin:auto!important;}
.hp-password-expand{display:none!important;margin-top:12px!important;}
.hp-password-expand.open{display:grid!important;}
.hp-profile-content{scrollbar-width:thin!important;}
.chat-seen-ticks{display:block!important;text-align:right!important;font-size:13px!important;line-height:1!important;color:#9ca3af!important;font-weight:900!important;margin-top:3px!important;letter-spacing:-2px!important;}
.chat-seen-ticks.seen{color:#16a3ff!important;}
.live-typing{display:flex!important;position:static!important;margin:8px 0!important;color:#64748b!important;font-size:13px!important;}
.no-chat-access{border:1px solid #bfdbfe!important;background:#eff6ff!important;color:#1e3a8a!important;border-radius:12px!important;padding:16px!important;font-weight:800!important;}
@media(max-width:720px){
  .hp-deposit-grid{grid-template-columns:1fr!important;}
  .hp-profile-box{width:96vw!important;max-height:96vh!important;}
  .hp-profile-content{padding:12px!important;}
  .hp-info-row{padding:10px 11px!important;display:flex!important;flex-direction:row!important;font-size:13px!important;}
  .hp-info-row span,.hp-info-row b{font-size:13px!important;white-space:nowrap!important;}
  .profile-one-row-mobile{grid-template-columns:1fr 1fr!important;gap:8px!important;}
}

/* v73 profile/chat polish */
.hp-profile-tabs{flex-wrap:wrap;gap:8px}.hp-profile-tabs .tab{min-width:78px}.hp-avatar-alone{max-width:380px;margin:10px auto}.hp-password-card{max-width:520px;margin:10px auto}.hp-password-expand{display:none;margin-top:12px}.hp-password-expand.open{display:block}.profile-one-row-mobile{display:grid;grid-template-columns:1fr 1fr;gap:10px}.chat-action-row{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap}.chat-close-user-btn{border:0;border-radius:999px;background:#ef4444;color:#fff;font-weight:900;padding:10px 16px;cursor:pointer}.chat-onetime-wrap{display:flex;align-items:center;gap:6px;margin-top:8px}.chat-onetime-open{border:0;border-radius:14px;background:#eef2ff;color:#172554;font-weight:900;padding:12px 14px;box-shadow:0 6px 16px rgba(15,23,42,.08);cursor:pointer}.chat-onetime-open:hover{filter:brightness(.97)}.admin-file-line{display:flex;align-items:center;gap:10px;margin:6px 0}.admin-file-line label{font-weight:900;min-width:72px}.chat-image-modal{z-index:999999}.chat-modal-download{position:absolute;right:58px;top:20px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#0ea5e9;color:#fff;text-decoration:none;font-weight:900}.chat-image-modal .close-img{position:absolute;right:14px;top:14px;width:42px;height:42px;border-radius:50%;border:0;background:#111827;color:#fff;font-size:28px;font-weight:900;cursor:pointer}
@media(max-width:640px){.hp-profile-box{width:96vw;max-height:92vh}.hp-profile-head{min-height:132px}.hp-profile-avatar{width:96px;height:96px}.hp-profile-tabs{padding:10px}.hp-profile-tabs .tab{min-width:70px;padding:9px 10px}.hp-info-row{display:flex;justify-content:space-between;gap:8px;align-items:center}.profile-one-row-mobile{grid-template-columns:1fr 1fr}.profile-one-row-mobile .field{display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:center}.profile-one-row-mobile label{margin:0}.admin-file-line{display:block}.admin-file-line label{display:block;margin-bottom:4px}}

/* v74 profile/chat polish */
.hp-profile-modal .hp-profile-box{max-width:760px;width:min(760px,96vw);max-height:92vh;overflow:auto;border-radius:16px;}
.hp-profile-tabs{display:flex;gap:8px;flex-wrap:wrap;padding:14px 18px;background:#f8fafc;position:sticky;top:0;z-index:3;}
.hp-profile-tabs .tab{border:0;border-radius:12px;background:#fff;padding:10px 16px;font-weight:800;box-shadow:0 4px 12px #00000012;}
.hp-profile-tabs .tab.active{background:#111827;color:#fff;}
.hp-profile-content{padding:16px 18px 22px;}
.hp-info-list-compact{display:grid;gap:8px;}
.hp-info-row{display:flex;justify-content:space-between;align-items:center;gap:10px;border-bottom:1px solid #e5e7eb;padding:10px 4px;}
.hp-info-row span{color:#475569;font-weight:700}.hp-info-row b{text-align:right;}
.hp-settings-card{border:1px solid #e5e7eb;background:#fff;border-radius:16px;padding:16px;box-shadow:0 4px 16px #00000008;}
.hp-password-expand{display:none;margin-top:12px}.hp-password-card.open .hp-password-expand{display:block;}
.hp-deposit-grid{display:grid;grid-template-columns:1fr;gap:12px}.hp-avatar-alone{text-align:center;max-width:360px;margin:auto}.hp-full-btn{width:100%;}
.chat-onetime-open{border:1px solid #dbeafe;background:#fff;color:#0f172a;border-radius:12px;padding:12px 18px;font-weight:900;box-shadow:0 4px 12px #0001;cursor:pointer}.chat-onetime-opened{color:#94a3b8;font-style:italic;padding:8px 2px}.chat-onetime-sent{border:1px solid #e5e7eb;background:#f8fafc;border-radius:12px;padding:10px 12px;color:#334155;font-weight:800}.live-typing{display:inline-flex!important;margin:6px 0;}
.admin-chat-bottom-actions{display:flex!important;justify-content:center!important;gap:12px!important;flex-wrap:wrap!important}.admin-chat-mini-action{display:inline-flex!important}.admin-chat-file-row{margin-top:10px!important}
@media(max-width:760px){.hp-profile-modal .hp-profile-box{width:96vw;max-height:90vh}.hp-profile-head{min-height:130px}.hp-profile-avatar{width:96px!important;height:96px!important}.hp-profile-title{font-size:24px!important}.hp-profile-tabs{gap:6px;padding:10px}.hp-profile-tabs .tab{padding:8px 10px;font-size:13px;flex:1 1 auto}.hp-profile-content{padding:10px}.hp-info-row{font-size:13px}.profile-one-row-mobile{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.hp-settings-card{padding:12px}.hp-settings-card .field{margin-bottom:8px}.hp-settings-card input,.hp-settings-card select{height:42px}.admin-chat-bottom-actions .btn{font-size:12px;padding:10px}}

/* v75 profile/chat fixes */
.chat-setting-card input[name="live_chat_auto_close_minutes"], .chat-setting-card label:has(+ input[name="live_chat_auto_close_minutes"]){display:none!important}
.admin-extra-toggle-row{justify-content:center;margin:8px 0!important}.admin-chat-file-row{display:none!important;margin-top:8px}.admin-chat-file-row.open{display:block!important}.admin-chat-compose{display:flex!important;align-items:center!important;gap:8px!important}.admin-chat-compose textarea{flex:1!important}.admin-chat-send-circle{flex:0 0 46px!important;width:46px!important;height:46px!important;border-radius:50%!important;background:#0ea5e9!important;color:#fff!important;border:0!important;font-size:24px!important;font-weight:900!important;display:grid!important;place-items:center!important}.admin-chat-bottom-actions{display:flex!important;justify-content:center!important;gap:12px!important;flex-wrap:wrap!important;margin-top:10px!important}.admin-chat-bottom-actions .btn{min-width:190px!important}.chat-onetime-open{display:inline-flex!important;align-items:center!important;gap:7px!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:12px!important;padding:10px 14px!important;box-shadow:0 4px 12px #0001!important;color:#0f172a!important;font-weight:900!important}.chat-onetime-sent{display:inline-flex!important;background:#eef2ff!important;color:#334155!important;border:1px solid #dbeafe!important;border-radius:12px!important;padding:9px 12px!important;font-weight:900!important}.chat-onetime-opened{display:inline-flex!important;color:#94a3b8!important;font-style:italic!important;padding:8px 2px!important}.chat-image-modal img{max-width:min(92vw,1100px)!important;max-height:86vh!important;object-fit:contain!important}.chat-modal-download,.close-img{z-index:99999!important}.live-typing{max-width:max-content!important;background:#eef2ff!important;border-radius:999px!important;padding:7px 10px!important}
.hp-profile-modal{overflow:auto!important;align-items:center!important}.hp-profile-box{max-height:94dvh!important;overflow:auto!important}.hp-profile-tabs{position:sticky!important;top:0!important;z-index:3!important}.hp-settings-card{margin-bottom:10px!important}.hp-settings-card h3{display:none!important}@media(max-width:760px){.hp-profile-modal{align-items:flex-start!important;padding:6px!important}.hp-profile-box{width:98vw!important;max-height:96dvh!important;border-radius:14px!important}.hp-profile-head{min-height:118px!important}.hp-profile-content{padding:8px!important}.hp-info-row{display:grid!important;grid-template-columns:120px 1fr!important;align-items:center!important;gap:8px!important}.hp-info-row span,.hp-info-row b{font-size:13px!important}.hp-settings-card .field{display:grid!important;grid-template-columns:105px 1fr!important;align-items:center!important;gap:8px!important}.hp-settings-card .field label{margin:0!important;font-size:13px!important}.hp-settings-card input,.hp-settings-card select{min-width:0!important;width:100%!important}.profile-one-row-mobile{display:block!important}.profile-one-row-mobile .field{display:grid!important;grid-template-columns:105px 1fr!important}.admin-chat-bottom-actions .btn{min-width:0!important;flex:1 1 170px!important}.admin-chat-send-circle{width:42px!important;height:42px!important;flex-basis:42px!important}.chat-extra-tabs{display:flex!important;gap:7px!important;flex-wrap:wrap!important}.chat-extra-tabs button{flex:1 1 auto!important}}

/* v77 one-time photo polish */
.chat-onetime-open{display:inline-flex!important;align-items:center!important;gap:8px!important;background:#fff!important;border:1px solid #dbeafe!important;border-radius:999px!important;padding:9px 13px!important;color:#0f172a!important;font-weight:900!important;box-shadow:0 4px 14px rgba(15,23,42,.10)!important;cursor:pointer!important;}
.chat-onetime-open.opened-local,.chat-onetime-opened{background:#f8fafc!important;color:#94a3b8!important;border-color:#e5e7eb!important;font-style:italic!important;}
.chat-modal-loading{color:#fff!important;font-size:18px!important;font-weight:900!important;background:rgba(15,23,42,.76)!important;border-radius:14px!important;padding:14px 18px!important;}
.chat-image-modal img[src=""]{display:none!important;}


/* v92 mobile chat cleanup + one-time fix */
.agent-typing,.live-typing,[data-agent-typing]{display:none!important;}
.chat-onetime-open{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;border-radius:999px!important;padding:9px 15px!important;background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:0 4px 14px rgba(15,23,42,.10)!important;color:#0f172a!important;font-weight:900!important;line-height:1.1!important;min-width:92px!important;}
.chat-onetime-opened{display:inline-flex!important;align-items:center!important;border-radius:999px!important;background:#f8fafc!important;border:1px solid #e5e7eb!important;color:#94a3b8!important;padding:8px 12px!important;font-style:italic!important;font-weight:800!important;}
.chat-onetime-sent{display:inline-flex!important;align-items:center!important;border-radius:999px!important;background:#eef2ff!important;border:1px solid #dbeafe!important;color:#334155!important;padding:8px 12px!important;font-weight:900!important;}
.chat-image-modal{display:none;align-items:center!important;justify-content:center!important;}
.chat-image-modal img{max-width:92vw!important;max-height:84vh!important;object-fit:contain!important;background:#fff!important;border-radius:14px!important;}
.chat-modal-loading{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;}
@media(max-width:760px){
  .live-chat-messages{padding:10px!important;}
  .live-msg{display:block!important;max-width:86%!important;width:max-content!important;margin:8px 0!important;background:transparent!important;padding:0!important;}
  .live-msg.mine,.live-msg.operator{margin-left:auto!important;margin-right:0!important;}
  .live-msg:not(.mine):not(.operator){margin-left:0!important;margin-right:auto!important;}
  .live-msg-bubble{display:block!important;width:auto!important;max-width:100%!important;min-width:0!important;padding:8px 10px!important;border-radius:13px!important;}
  .live-msg .meta{display:block!important;font-size:10px!important;line-height:1.25!important;white-space:normal!important;text-align:left!important;margin-bottom:4px!important;}
  .live-msg.mine .meta,.live-msg.operator .meta{text-align:right!important;}
  .chat-seen-ticks{font-size:12px!important;margin-top:3px!important;}
  .chat-onetime-open,.chat-onetime-sent,.chat-onetime-opened{font-size:13px!important;min-width:84px!important;padding:8px 12px!important;}
}


/* v94 chat normal layout fix: nu mai iese din ecran pe web/mobil */
.live-chat-panel,
.live-chat-box,
.live-chat-form,
.chat-input-row,
.chat-extra-panel,
.admin-card,
.chat-admin-grid,
.chat-thread-list{
  box-sizing:border-box!important;
  max-width:100%!important;
}
.live-chat-box{overflow:hidden!important;width:100%!important;}
.live-chat-messages{
  width:100%!important;
  box-sizing:border-box!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  align-items:stretch!important;
}
.live-msg{
  position:relative!important;
  display:block!important;
  width:fit-content!important;
  min-width:0!important;
  max-width:min(76%,560px)!important;
  box-sizing:border-box!important;
  margin:4px 0!important;
  align-self:flex-start!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
  white-space:normal!important;
}
.live-msg.mine{
  align-self:flex-end!important;
  margin-left:0!important;
  margin-right:0!important;
}
.live-msg.system,
.chat-closed-box{
  align-self:center!important;
  width:auto!important;
  max-width:92%!important;
}
.live-msg .meta{display:block!important;white-space:normal!important;line-height:1.25!important;}
.live-msg img,.chat-image-thumb{max-width:min(220px,100%)!important;height:auto!important;display:block!important;}
.chat-onetime-open,
.chat-onetime-sent,
.chat-onetime-opened{
  max-width:100%!important;
  white-space:nowrap!important;
}
.agent-typing,
.live-typing,
[data-agent-typing]{display:none!important;}
.chat-admin-grid{grid-template-columns:minmax(230px,340px) minmax(0,1fr)!important;gap:14px!important;}
.chat-admin-grid > div{min-width:0!important;max-width:100%!important;overflow:hidden!important;}
.admin-chat-compose,.chat-input-row{display:flex!important;align-items:center!important;gap:8px!important;}
.admin-chat-compose textarea,.chat-input-row textarea{min-width:0!important;flex:1 1 auto!important;width:auto!important;}
.chat-send-icon,.admin-chat-send-circle{flex:0 0 46px!important;}
@media(max-width:900px){
  .chat-admin-grid{display:block!important;}
  .chat-thread-list{margin-bottom:12px!important;}
  .admin-card{padding:12px!important;overflow:hidden!important;}
}
@media(max-width:760px){
  html,body{overflow-x:hidden!important;max-width:100%!important;}
  .wrap,.layout,.admin-layout,main{max-width:100%!important;overflow-x:hidden!important;}
  .live-chat-panel{padding:10px!important;margin:0!important;}
  .live-chat-box{border-radius:14px!important;padding:0!important;}
  .live-chat-messages{height:48vh!important;max-height:48vh!important;min-height:260px!important;padding:10px!important;}
  .live-msg{max-width:84%!important;font-size:14px!important;line-height:1.35!important;padding:8px 10px!important;}
  .live-msg.mine{align-self:flex-end!important;}
  .live-msg:not(.mine){align-self:flex-start!important;}
  .chat-action-row,.admin-chat-bottom-actions{display:flex!important;gap:8px!important;justify-content:center!important;flex-wrap:wrap!important;}
  .admin-chat-bottom-actions .btn{min-width:auto!important;width:auto!important;flex:1 1 130px!important;}
  .chat-extra-panel{width:100%!important;overflow:hidden!important;}
  .admin-file-line{display:grid!important;grid-template-columns:1fr!important;gap:5px!important;}
  .admin-file-line label{min-width:0!important;}
}

/* v95 polish */
.session-delete-all{margin:10px 0 16px;text-align:right}.side-submenu{border-top:1px solid #eee}.side-submenu summary{padding:14px 18px;cursor:pointer;font-weight:800;list-style:none}.side-submenu summary::-webkit-details-marker{display:none}.side-submenu a{padding-left:30px!important;background:#fafafa}.chat-file-bubble.compact-file{display:inline-flex;align-items:center;gap:8px;max-width:100%;padding:8px 10px;border-radius:14px;background:#fff;border:1px solid #dbeafe;box-shadow:0 3px 10px #0001}.chat-file-bubble.compact-file .zip-ico{font-size:18px}.chat-file-bubble.compact-file .file-name{font-weight:900;color:#0f172a}.chat-file-bubble.compact-file .btn-download.small{font-size:12px;padding:7px 10px;border-radius:10px;background:#10b981;color:#fff;text-decoration:none;font-weight:900}.index-carousel-panel{overflow:hidden}.index-section-head{position:relative;padding:8px 4px 18px}.index-section-head h2{margin:0;font-size:28px}.index-section-head p{color:#64748b;margin:8px 0}.index-section-head a{position:absolute;right:4px;top:18px;font-weight:800}.index-carousel-box{position:relative;padding:10px 44px 18px}.index-carousel-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:6px 2px 12px;scrollbar-width:none}.index-carousel-track::-webkit-scrollbar{display:none}.index-modern-card{flex:0 0 320px;scroll-snap-align:start;border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 8px 20px #0000000d;overflow:hidden;padding:18px}.modern-top{display:flex;align-items:center;gap:14px}.modern-top img{width:70px;height:70px;object-fit:cover;border-radius:16px;background:#f1f5f9}.modern-top h3{margin:0 0 4px;font-size:19px}.modern-top small{color:#64748b;font-weight:700}.modern-price{border-top:1px solid #eef2f7;border-bottom:1px solid #eef2f7;margin:18px -18px 14px;padding:14px 18px}.modern-price span{text-decoration:line-through;color:#94a3b8;margin-right:8px}.modern-price b{font-size:22px;color:#0284c7}.modern-btn{width:160px;border-radius:10px}.index-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;border:0;width:42px;height:42px;border-radius:50%;background:#fff;color:#0f172a;box-shadow:0 14px 30px #0002;font-size:26px;font-weight:900;cursor:pointer}.index-nav.left{left:8px}.index-nav.right{right:8px}.maint-card .maint-logo-img{max-width:min(170px,55vw)!important;max-height:74px!important;margin:0 auto 18px!important}.maint-card .maint-address{font-size:clamp(24px,6vw,38px)!important;margin-bottom:16px!important}.register-disabled-box{line-height:1.45}.admin-card .alert.info b{font-size:18px}.chat-status-card{overflow:hidden}.live-chat-box,.live-chat-messages{max-width:100%;box-sizing:border-box}.live-msg{max-width:100%;}.live-msg-bubble{max-width:min(72%,560px);box-sizing:border-box}.live-msg.mine{display:flex;justify-content:flex-end}.live-msg:not(.mine){display:flex;justify-content:flex-start}.live-msg:not(.mine) .live-msg-bubble{background:#eef2f7}.live-msg.mine .live-msg-bubble{background:#dcfce7}.chat-onetime-open,.chat-onetime-sent,.chat-onetime-opened{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 6px 16px #0001;font-weight:900;color:#0f172a}.chat-onetime-opened{color:#64748b;background:#f8fafc}.chat-onetime-sent{color:#0284c7}
@media(max-width:760px){.index-section-head a{position:static;display:inline-block;margin-top:8px}.index-carousel-box{padding:8px 34px 14px}.index-modern-card{flex-basis:240px;padding:14px}.modern-top img{width:54px;height:54px}.modern-top h3{font-size:15px}.modern-price{margin:12px -14px;padding:10px 14px}.modern-price b{font-size:17px}.index-nav{width:34px;height:34px;font-size:20px}.index-nav.left{left:2px}.index-nav.right{right:2px}.live-msg-bubble{max-width:86%!important}.chat-file-bubble.compact-file{padding:7px 8px;gap:6px}.chat-file-bubble.compact-file .file-name{font-size:12px}.chat-file-bubble.compact-file .btn-download.small{font-size:11px;padding:6px 8px}.session-delete-all{text-align:left}.session-location-clean{grid-template-columns:1fr!important}.side-submenu a{padding-left:22px!important}}

/* v96 polish */
.register-disabled-clean{font-size:14px;line-height:1.45;text-align:left;padding:16px 18px}
.register-disabled-clean p{margin:0 0 9px 0}
.register-disabled-clean .thanks{text-align:center;margin-top:12px;margin-bottom:0;font-size:13px}
.index-section-head h2{font-size:28px;margin:0 0 8px 0}
.index-section-head h2::before{content:none!important}
.index-carousel-panel .index-section-head h2{display:block}
@media(max-width:640px){.register-disabled-clean{font-size:13px;padding:14px}.register-disabled-clean .thanks{font-size:12px}.auth-card{max-width:92vw}}


/* v97 polish */
.register-disabled-clean{font-size:14px!important;line-height:1.35!important;text-align:left!important;padding:18px!important}
.register-disabled-clean p{margin:0 0 9px!important}.register-disabled-clean .thanks{text-align:center!important;margin-top:12px!important;font-style:italic!important}
.download.locked{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#e5e7eb;color:#64748b;text-decoration:none;font-weight:900}.license-tip-btn{background:#fef3c7!important;color:#92400e!important}.best-sellers-wide{position:static!important;bottom:auto!important;z-index:auto!important}.store-grid{min-height:120px}.store-toolbar{display:flex!important}
@media(max-width:760px){.register-disabled-clean{font-size:13px!important}.store-toolbar{display:block!important}.store-toolbar .search-form,.store-toolbar .sorts{margin-top:10px}.product .actions{display:flex;gap:8px;flex-wrap:wrap}.license-tip-btn{width:32px;height:32px}}

/* v98 fixes: stable store layout, no hidden main, cleaner auth disabled */
.wrap.layout{display:grid!important;grid-template-columns:260px minmax(0,1fr) 300px!important;gap:24px!important;align-items:start!important;width:100%!important;max-width:1800px!important;margin:0 auto!important;padding:24px!important;box-sizing:border-box!important;}
.wrap.layout>main{display:block!important;min-width:0!important;width:100%!important;visibility:visible!important;opacity:1!important;}
.wrap.layout>.side{grid-column:1!important}.wrap.layout>main{grid-column:2!important}.wrap.layout>.right{grid-column:3!important}
@media(max-width:1000px){.wrap.layout{display:block!important;padding:12px!important}.wrap.layout>.side{position:fixed!important;left:0;top:0;bottom:0;width:86vw;max-width:330px;z-index:999;transform:translateX(-105%);transition:.2s}.side.open{transform:translateX(0)!important}.wrap.layout>main{width:100%!important}.wrap.layout>.right{width:100%!important;margin-top:14px!important}}
.register-disabled-box{font-size:14px!important;line-height:1.35!important;text-align:left!important}.register-disabled-box p{margin:0 0 8px!important}.register-disabled-box .thanks{text-align:center!important;font-style:italic!important;margin-top:10px!important}
.new-session-modal .new-session-card{position:relative}.new-session-modal [data-close],.new-session-modal .btn.green{cursor:pointer}

/* v100 license buttons */
.license-blocked{display:inline-flex;align-items:center;gap:6px;background:#fff7ed;border:1px solid #fdba74;color:#9a3412;border-radius:10px;padding:8px 10px;font-weight:800;font-size:13px;white-space:nowrap}
.license-activate-btn{background:#f59e0b!important;color:#fff!important;border-radius:10px!important;padding:9px 12px!important;font-weight:900!important}
.license-chip{display:inline-flex;align-items:center;background:#dcfce7;color:#166534;border:1px solid #86efac;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800;white-space:nowrap}
.license-tip-btn{min-width:auto!important;display:inline-flex!important;gap:5px!important;align-items:center!important;background:#eef6ff!important;color:#075985!important;border:1px solid #bae6fd!important;border-radius:10px!important}
.line-product{gap:12px;align-items:center;flex-wrap:wrap}.line-product .grow{min-width:180px}
@media(max-width:700px){.license-blocked,.license-activate-btn,.license-chip,.license-tip-btn{font-size:12px;padding:7px 8px!important}.line-product{align-items:flex-start}.line-product .grow{min-width:120px;flex:1}}
/* v101 member/license polish */
.license-text{margin-top:6px;font-size:13px;color:#1f2937;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.license-text code{background:#f3f4f6;border:1px solid #dbe3ef;border-radius:8px;padding:4px 8px;font-weight:800;color:#0f172a}.license-chip{display:inline-flex;align-items:center;border:1px solid #86efac;background:#dcfce7;color:#15803d;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;margin-left:8px}.license-activate-btn{white-space:nowrap}.member-products-box{background:#f8fafc;border:1px solid #dbe3ef;border-radius:14px;padding:12px}.member-owned-product{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:9px 0;border-bottom:1px solid #e5e7eb}.member-owned-product:last-child{border-bottom:0}.member-owned-product code{background:#fff;border:1px solid #dbe3ef;border-radius:8px;padding:4px 8px;font-weight:800;max-width:100%;overflow-wrap:anywhere}.line-product{gap:12px}.line-product .grow{min-width:0}

/* === HAIPE v102 final polish === */
.best-sellers-wide{position:static!important;bottom:auto!important;z-index:auto!important;box-shadow:0 8px 24px rgba(15,23,42,.08)!important;margin-top:16px!important;}
.license-line-product{display:grid!important;grid-template-columns:64px minmax(0,1fr) auto!important;gap:14px!important;align-items:center!important;padding:14px 10px!important;min-height:auto!important;}
.license-line-product + .license-line-product{border-top:1px solid #eef2f7!important;}
.license-line-product>img{width:58px!important;height:58px!important;border-radius:16px!important;object-fit:cover!important;}
.product-main-info{min-width:0!important;}
.product-main-info>b{display:inline-block!important;max-width:100%!important;}
.license-activate-btn.below-title{display:inline-flex!important;margin-top:6px!important;width:auto!important;white-space:nowrap!important;align-items:center!important;justify-content:center!important;}
.license-row-wide{display:flex!important;align-items:center!important;gap:6px!important;margin-top:5px!important;white-space:nowrap!important;overflow:visible!important;font-size:13px!important;line-height:1.2!important;}
.license-row-wide code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace!important;letter-spacing:.4px!important;background:#f8fafc!important;border:1px solid #e5e7eb!important;border-radius:8px!important;padding:5px 7px!important;color:#0f172a!important;white-space:nowrap!important;}
.product-actions-right{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap!important;min-width:185px!important;}
.license-chip.active-only{background:#dcfce7!important;color:#15803d!important;border:1px solid #86efac!important;border-radius:999px!important;padding:7px 10px!important;font-size:12px!important;font-weight:900!important;white-space:nowrap!important;}
.license-pending-note{font-size:12px!important;color:#f97316!important;font-weight:800!important;max-width:145px!important;text-align:right!important;}
.haipe-support-toast{position:fixed;right:18px;top:82px;z-index:9998;background:#fff;border:1px solid #bae6fd;border-left:5px solid #0ea5e9;border-radius:16px;box-shadow:0 18px 45px rgba(15,23,42,.18);padding:13px 42px 13px 16px;max-width:330px;display:flex;flex-direction:column;gap:4px;color:#0f172a;animation:hpToastIn .25s ease-out;}
.haipe-support-toast.owner-toast{border-left-color:#ef4444;border-color:#fecaca;}
.haipe-support-toast b{font-size:14px}.haipe-support-toast a{font-weight:900;color:#0ea5e9}.haipe-support-toast em{font-style:italic}.haipe-support-toast button{position:absolute;right:9px;top:8px;border:0;background:#f1f5f9;border-radius:50%;width:24px;height:24px;font-weight:900;cursor:pointer}
@keyframes hpToastIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
.live-chat-box,.live-chat-messages{overflow:hidden!important;}
.live-chat-messages{background:#f8fafc!important;}
.live-msg{display:flex!important;gap:8px!important;align-items:flex-end!important;margin:8px 0!important;max-width:100%!important;}
.live-msg:not(.mine){justify-content:flex-start!important;}
.live-msg.mine{justify-content:flex-end!important;}
.live-msg:not(.system)::before{content:'C';flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#cbd5e1;color:#0f172a;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;box-shadow:0 2px 8px rgba(15,23,42,.12)}
.live-msg.mine::before{order:2;content:'Tu';background:#0ea5e9;color:#fff;font-size:10px;}
.live-msg.operator::before{content:'S';background:#fee2e2;color:#b91c1c;}
.live-msg-bubble{border-radius:16px!important;padding:9px 12px!important;max-width:min(70%,620px)!important;box-sizing:border-box!important;overflow-wrap:anywhere!important;}
.live-msg:not(.mine) .live-msg-bubble{background:#eef2f7!important;}
.live-msg.mine .live-msg-bubble{background:#dcfce7!important;}
.live-msg.operator .live-msg-bubble{color:#b91c1c!important;font-weight:700!important;background:#fee2e2!important;}
.live-msg .meta{display:block!important;font-size:11px!important;color:#64748b!important;font-weight:600!important;margin-bottom:3px!important;}
.chat-closed-box{font-style:italic!important;text-align:center!important;background:#fff7ed!important;border:1px solid #fed7aa!important;color:#9a3412!important;border-radius:16px!important;margin:10px auto!important;max-width:680px!important;padding:11px 14px!important;}
.chat-file-bubble.compact-file{display:inline-flex!important;align-items:center!important;gap:7px!important;max-width:100%!important;padding:7px 8px!important;border-radius:12px!important;background:#fff!important;border:1px solid #dbeafe!important;box-shadow:0 3px 10px rgba(15,23,42,.09)!important;}
.chat-file-bubble.compact-file .zip-ico{font-size:16px!important;line-height:1!important;}
.chat-file-bubble.compact-file .file-name{font-size:12px!important;line-height:1.1!important;font-weight:900!important;color:#0f172a!important;white-space:nowrap!important;}
.chat-file-bubble.compact-file .btn-download.small{font-size:12px!important;line-height:1!important;padding:8px 10px!important;border-radius:10px!important;white-space:nowrap!important;}
.admin-chat-compose{display:flex!important;align-items:center!important;gap:8px!important;}
.admin-chat-compose textarea{flex:1 1 auto!important;min-width:0!important;}
.admin-chat-send-circle,.chat-send-icon{border-radius:50%!important;flex:0 0 46px!important;width:46px!important;height:46px!important;display:grid!important;place-items:center!important;}
.admin-chat-bottom-actions{display:flex!important;justify-content:center!important;gap:10px!important;flex-wrap:wrap!important;}
@media(max-width:760px){
  .license-line-product{grid-template-columns:52px minmax(0,1fr) auto!important;gap:9px!important;padding:10px 0!important;}
  .license-line-product>img{width:48px!important;height:48px!important;}
  .product-main-info>b{font-size:14px!important;line-height:1.1!important;}
  .license-activate-btn.below-title{font-size:11px!important;padding:7px 8px!important;margin-top:4px!important;}
  .product-actions-right{min-width:78px!important;gap:5px!important;justify-content:flex-end!important;}
  .product-actions-right .download{width:42px!important;height:42px!important;}
  .license-chip.active-only{font-size:10px!important;padding:6px 7px!important;}
  .license-pending-note{display:none!important;}
  .license-row-wide{grid-column:1 / -1!important;display:flex!important;flex-wrap:wrap!important;margin-top:6px!important;font-size:11px!important;gap:5px!important;white-space:normal!important;}
  .license-row-wide code{display:block!important;width:100%!important;white-space:normal!important;word-break:break-all!important;line-height:1.2!important;}
  .haipe-support-toast{left:12px!important;right:12px!important;top:72px!important;max-width:none!important;}
  .live-chat-messages{height:52vh!important;min-height:330px!important;padding:10px!important;}
  .live-msg{gap:6px!important;margin:7px 0!important;}
  .live-msg:not(.system)::before{width:24px!important;height:24px!important;flex-basis:24px!important;font-size:10px!important;}
  .live-msg-bubble{max-width:82%!important;padding:8px 10px!important;font-size:14px!important;}
  .chat-file-bubble.compact-file{gap:5px!important;padding:6px 7px!important;}
  .chat-file-bubble.compact-file .file-name{font-size:11px!important;}
  .chat-file-bubble.compact-file .btn-download.small{font-size:11px!important;padding:7px 8px!important;}
  .chat-admin-grid{display:block!important;}
  .admin-chat-compose{width:100%!important;}
  .admin-chat-bottom-actions .btn{font-size:12px!important;padding:9px 10px!important;}
}


/* === v103: mobile/admin/chat/order/license polish === */
.load-more-wrap{display:flex;justify-content:center;margin:18px 0 8px}.load-more-btn{border-radius:999px;padding:11px 22px;font-weight:900;box-shadow:0 8px 22px #0001}.admin-pager-clean{display:flex;align-items:center;justify-content:center;gap:12px;margin:20px 0 4px}.admin-pager-clean .btn{border-radius:999px}.admin-mobile-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-orders-table,.admin-topups-table{min-width:980px}.admin-card{overflow:hidden}.admin-card .haipe-admin-alerts,.haipe-admin-alerts{position:sticky!important;top:0!important;z-index:50!important}.admin-layout main>.haipe-admin-alerts:first-child{position:sticky!important;top:8px!important;z-index:100!important}.live-chat-messages{overflow-y:auto!important;overflow-x:hidden!important;scroll-behavior:smooth!important}.live-chat-box{display:flex!important;flex-direction:column!important}.live-chat-messages{flex:1 1 auto!important}.chat-file-bubble.compact-file .btn-download.small{white-space:nowrap!important;min-width:92px;text-align:center}.chat-file-bubble.compact-file .file-name{white-space:nowrap!important}.member-products-box{max-height:360px;overflow-y:auto}.member-owned-product{display:grid!important;grid-template-columns:1fr auto auto!important;gap:10px!important;align-items:center!important}.member-owned-product code{white-space:nowrap!important;overflow:auto!important;max-width:360px!important}.license-line-product{grid-template-columns:56px minmax(0,1fr) auto!important;align-items:center!important}.license-row-wide{grid-column:2 / 4!important;display:flex!important;flex-wrap:wrap!important;gap:6px!important;align-items:center!important}.license-row-wide code{word-break:normal!important;overflow-wrap:normal!important;white-space:nowrap!important}.license-key-parts{display:grid;grid-template-columns:repeat(3,max-content);gap:5px;align-items:center}.license-key-parts span{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:4px 6px;font-family:ui-monospace,monospace;font-weight:800;font-size:12px}.support-floating-notice,.haipe-support-toast{position:fixed!important;top:78px!important;right:18px!important;z-index:9999!important}.store-grid .product:nth-child(n+13){display:none}.store-grid.show-more .product{display:block}
@media(max-width:760px){
  .admin-layout{display:block!important;padding:10px!important}.admin-layout main{width:100%!important;max-width:100%!important;overflow:hidden!important}.admin-card{padding:12px!important;border-radius:16px!important}.admin-mobile-scroll{border:1px solid #eef2f7;border-radius:14px;background:#fff}.admin-orders-table,.admin-topups-table{min-width:0!important;width:100%!important}.admin-orders-table thead,.admin-orders-table tbody,.admin-orders-table tr,.admin-orders-table td,.admin-orders-table th,.admin-topups-table thead,.admin-topups-table tbody,.admin-topups-table tr,.admin-topups-table td,.admin-topups-table th{display:block!important}.admin-orders-table tr,.admin-topups-table tr{border-bottom:1px solid #e5e7eb;padding:10px}.admin-orders-table th,.admin-topups-table th{display:none!important}.admin-orders-table td,.admin-topups-table td{border:0!important;padding:5px 0!important;white-space:normal!important}.admin-orders-table td:nth-child(1)::before{content:'ID: ';font-weight:900}.admin-orders-table td:nth-child(2)::before{content:'Client: ';font-weight:900}.admin-orders-table td:nth-child(3)::before{content:'Data/Ora: ';font-weight:900}.admin-orders-table td:nth-child(4)::before{content:'Total: ';font-weight:900}.admin-orders-table td:nth-child(5)::before{content:'Metodă: ';font-weight:900}.admin-orders-table td:nth-child(6)::before{content:'Cod: ';font-weight:900}.admin-orders-table td:nth-child(7)::before{content:'Status: ';font-weight:900}.admin-orders-table .actions-row{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin-top:8px}.admin-orders-table .actions-row .btn{flex:1 1 44%;font-size:12px!important;padding:8px!important}.haipe-admin-alerts,.admin-layout main>.haipe-admin-alerts:first-child{position:sticky!important;top:0!important;z-index:999!important}.license-line-product{grid-template-columns:50px 1fr!important;gap:8px!important}.product-actions-right{grid-column:2!important;justify-content:flex-start!important;min-width:0!important}.license-row-wide{grid-column:1 / -1!important;display:block!important}.license-key-parts{grid-template-columns:repeat(3,max-content)!important;gap:4px!important;margin-top:4px}.license-key-parts span:nth-child(n+4){grid-column:auto}.license-row-wide code{display:block!important;white-space:normal!important;word-break:keep-all!important;overflow-wrap:normal!important}.line-product,.license-line-product{min-height:0!important}.line-product+.line-product,.license-line-product+.license-line-product{margin-top:0!important}.member-owned-product{grid-template-columns:1fr!important}.member-owned-product code{max-width:100%!important;white-space:normal!important;word-break:break-all!important}.live-chat-panel,.live-chat-box{max-width:100%!important;overflow:hidden!important}.live-chat-messages{height:48vh!important;min-height:300px!important;max-height:48vh!important;overflow-y:auto!important;overflow-x:hidden!important}.live-msg-bubble{max-width:82%!important}.chat-file-bubble.compact-file{display:inline-grid!important;grid-template-columns:auto auto!important;align-items:center!important}.chat-file-bubble.compact-file .file-name{font-size:11px!important}.chat-file-bubble.compact-file .btn-download.small{font-size:11px!important;min-width:72px!important;padding:7px 8px!important}.support-floating-notice,.haipe-support-toast{left:10px!important;right:10px!important;top:70px!important}.store-grid .product:nth-child(n+13){display:none}.store-grid.show-more .product{display:block}
}

/* v104 fixes: alerta admin flotantă, +Mai mult cumulativ, toast instant */
.admin-top-alert-global,
.haipe-admin-alerts{
  position: fixed !important;
  top: 78px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: min(980px, calc(100vw - 28px)) !important;
  z-index: 10050 !important;
  margin: 0 !important;
}
.admin-layout main{ padding-top: 64px !important; }
.store-grid .product:nth-child(n+13){ display:flex !important; }
.load-more-wrap{ clear:both; }
.haipe-support-toast{ pointer-events:auto; }
@media(max-width:900px){
  .admin-top-alert-global,
  .haipe-admin-alerts{
    top: 68px !important;
    left: 10px !important;
    right: 10px !important;
    transform:none !important;
    width:auto !important;
    font-size:13px !important;
    justify-content:center !important;
  }
  .admin-layout main{ padding-top: 82px !important; }
}

/* === HAIPE v105 final polish === */
.admin-top-alert-global{
  position:fixed!important;
  top:74px!important;
  left:50%!important;
  right:auto!important;
  transform:translateX(-50%)!important;
  width:min(820px, calc(100% - 28px))!important;
  margin:0!important;
  z-index:10050!important;
  pointer-events:auto!important;
}
.admin-layout main{padding-top:58px;}
.store-grid .product{display:block!important;}
.load-more-wrap{display:flex!important;justify-content:center!important;align-items:center!important;margin:18px 0 12px!important;}
.load-more-btn{border-radius:999px!important;min-width:138px!important;text-align:center!important;}
@media(max-width:900px){
  .admin-top-alert-global{top:78px!important;width:calc(100% - 20px)!important;font-size:13px!important;justify-content:center!important;}
  .admin-layout main{padding-top:74px!important;}
  .admin-top-alert-global a{padding:6px 14px!important;}
}

/* v106 email/chat polish */
.chat-input-row{position:relative;display:flex;align-items:center;gap:8px}.chat-input-row textarea{flex:1;min-height:46px}.chat-emoji-toggle{width:42px;height:42px;border:0;border-radius:50%;background:#eef2f7;box-shadow:0 2px 8px #0001;cursor:pointer;font-size:20px;display:grid;place-items:center;flex:0 0 42px}.chat-emoji-panel{display:none;flex-wrap:wrap;gap:6px;background:#fff;border:1px solid #dbe3ef;border-radius:14px;padding:8px;margin:7px 0;box-shadow:0 8px 22px #0002}.chat-emoji-panel.open{display:flex}.emoji-choice{width:34px;height:34px;border:1px solid #eef2f7;border-radius:10px;background:#fff;font-size:20px;cursor:pointer}.emoji-choice:hover{background:#f1f5f9}.chat-image-modal img{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;pointer-events:none;max-width:min(92vw,980px);max-height:82vh;object-fit:contain}.chat-image-modal .chat-modal-download[style*="none"]{display:none!important}.chat-onetime-open{white-space:nowrap}.compact-file .btn-download.small{white-space:nowrap;font-size:12px;padding:8px 10px}.admin-chat-compose.chat-input-row textarea{min-width:0}@media(max-width:640px){.chat-emoji-toggle{width:38px;height:38px;flex-basis:38px;font-size:18px}.emoji-choice{width:32px;height:32px}.chat-input-row{gap:6px}.admin-chat-compose.chat-input-row{display:flex!important}.admin-chat-compose .admin-chat-send-circle,.chat-send-icon{flex:0 0 46px}}
/* v107 swipe-to-reply chat */
.live-msg{transition:transform .16s ease;position:relative;touch-action:pan-y;}
.live-msg.swipe-ready .live-msg-bubble{box-shadow:0 0 0 2px rgba(16,174,224,.22),0 6px 18px rgba(0,0,0,.08)}
.live-msg.swipe-ready:before{content:'↩';position:absolute;left:8px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e0f2fe;color:#0284c7;font-weight:900;z-index:1}
.chat-reply-preview{display:none;align-items:center;justify-content:space-between;gap:10px;margin:0 0 8px 0;padding:8px 10px;border-left:4px solid var(--accent,#10aee0);background:#f8fbff;border-radius:12px;border:1px solid #dbeafe;color:#0f172a;}
.chat-reply-preview.show{display:flex}.chat-reply-preview b{display:block;font-size:12px}.chat-reply-preview span{display:block;font-size:13px;color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:70vw}.chat-reply-preview button{border:0;background:#e2e8f0;border-radius:50%;width:24px;height:24px;font-weight:900;cursor:pointer}
.chat-reply-quote{border-left:3px solid rgba(16,174,224,.75);background:rgba(255,255,255,.55);border-radius:8px;padding:5px 8px;margin:3px 0 6px 0;max-width:100%;}
.chat-reply-quote span{display:block;font-size:11px;color:#64748b;font-weight:800}.chat-reply-quote em{display:block;font-style:normal;font-size:12px;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}
@media(max-width:640px){.chat-reply-preview{margin-left:4px;margin-right:4px}.chat-reply-quote em{max-width:165px}.live-msg.swipe-ready:before{left:4px}}

/* v108: one-time image security polish */
.chat-image-modal.onetime-secure-view .chat-modal-download{display:none!important}
.chat-image-modal.onetime-secure-view img{-webkit-user-select:none!important;user-select:none!important;-webkit-touch-callout:none!important;pointer-events:none!important}
.shot-block-notice{position:fixed;left:50%;top:22px;transform:translateX(-50%) translateY(-20px);background:#fee2e2;color:#991b1b;border:1px solid #fecaca;border-radius:14px;padding:12px 18px;font-weight:900;z-index:10000000;opacity:0;transition:.18s;box-shadow:0 18px 45px rgba(0,0,0,.22);text-align:center}.shot-block-notice.show{opacity:1;transform:translateX(-50%) translateY(0)}


/* v109 one-time secure viewer */
.chat-image-modal.onetime-secure-view{background:rgba(2,6,23,.94)!important;overflow:hidden!important}
.chat-image-modal.onetime-secure-view::before{content:'Captură restricționată';position:absolute;left:50%;bottom:22px;transform:translateX(-50%);color:rgba(255,255,255,.28);font-size:14px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;pointer-events:none;z-index:4}
.chat-image-modal.onetime-secure-view .secure-watermark{position:absolute;left:22px;top:22px;color:rgba(255,255,255,.38);font-size:13px;font-weight:900;z-index:5;pointer-events:none;text-shadow:0 1px 3px #000}
.chat-image-modal.onetime-secure-view.secure-blur img{filter:blur(26px) brightness(.25)!important}
.chat-image-modal.onetime-secure-view .chat-modal-download{display:none!important;visibility:hidden!important;pointer-events:none!important}
.chat-image-modal.onetime-secure-view img{border-radius:14px;box-shadow:0 20px 70px rgba(0,0,0,.55);-webkit-user-drag:none!important;user-drag:none!important}
.chat-closed-box{border:1px solid #bae6fd;background:#f0f9ff;color:#075985;border-radius:14px;padding:10px 14px;margin:8px auto;text-align:center;font-style:italic;font-weight:800;max-width:680px}


/* v112 chat color + one-time viewer cleanup */
.chat-color-tab{padding:10px 0!important}.chat-color-picker{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e5e7eb;background:#fff;border-radius:12px;padding:10px 12px;font-weight:800}.chat-color-picker input[type=color]{width:48px;height:36px;border:0;background:transparent;padding:0;cursor:pointer}.chat-image-modal.onetime-no-download .chat-modal-download{display:none!important}.chat-image-modal.onetime-no-download .close-img{right:16px!important;top:16px!important}.chat-onetime-open{white-space:nowrap}.chat-onetime-opened,.chat-onetime-sent{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;border-radius:999px;padding:7px 10px;background:#f1f5f9;color:#475569;font-size:13px;font-weight:800}


/* v113 one-time: normal image viewer, no download, no capture overlay */
.chat-image-modal.onetime-secure-view{background:rgba(0,0,0,.88)!important;}
.chat-image-modal.onetime-secure-view::before,.chat-image-modal .secure-watermark,.shot-block-notice{display:none!important;}
.chat-image-modal.onetime-secure-view img{pointer-events:auto!important;filter:none!important;-webkit-user-select:auto!important;user-select:auto!important;}
.chat-image-modal.secure-blur img{filter:none!important;}
.chat-image-modal.onetime-no-download .chat-modal-download{display:none!important;}


/* v114 one-time normal viewer: imagine vizibilă, doar X, fără download */
.chat-image-modal:not(.onetime-secure-view) img{display:block;max-width:92vw;max-height:86vh;object-fit:contain;opacity:1;filter:none;visibility:visible;}
.chat-image-modal .chat-modal-loading{z-index:3;}
.chat-onetime-open{cursor:pointer;}

/* v116 polish: one-time photo, license mobile, profile header, payment logos */
.chat-onetime-open{
  display:inline-flex!important;align-items:center!important;gap:7px!important;border:0!important;border-radius:999px!important;background:#e8fff6!important;color:#075e54!important;font-weight:900!important;padding:8px 14px!important;box-shadow:0 4px 12px #0001!important;white-space:nowrap!important;
}
.chat-onetime-open::before{content:"";width:15px;height:15px;border:2px dashed #34b7f1;border-radius:50%;display:inline-block;box-sizing:border-box;}
.chat-onetime-sent{display:inline-flex!important;align-items:center!important;gap:7px!important;border-radius:999px!important;background:#e8fff6!important;color:#075e54!important;font-weight:900!important;padding:8px 14px!important;white-space:nowrap!important;}
.chat-onetime-sent::before{content:"";width:15px;height:15px;border:2px dashed #34b7f1;border-radius:50%;display:inline-block;box-sizing:border-box;}
.chat-image-modal{z-index:999999!important;background:rgba(0,0,0,.82)!important;align-items:center!important;justify-content:center!important;padding:18px!important;}
.chat-image-modal img{max-width:min(96vw,980px)!important;max-height:86vh!important;object-fit:contain!important;border-radius:14px!important;background:#111!important;display:block;}
.chat-image-modal .close-img{position:fixed!important;top:18px!important;right:18px!important;width:48px!important;height:48px!important;border-radius:999px!important;background:#fff!important;color:#111!important;border:0!important;font-size:32px!important;line-height:1!important;font-weight:900!important;z-index:1000000!important;}
.chat-image-modal .chat-modal-download{position:fixed!important;top:18px!important;right:78px!important;width:48px!important;height:48px!important;border-radius:999px!important;background:var(--accent,#0ea5e9)!important;color:#fff!important;text-decoration:none!important;display:none!important;place-items:center!important;font-weight:900!important;z-index:1000000!important;}
.chat-modal-loading{color:#fff!important;background:#111827!important;border-radius:16px!important;padding:16px 22px!important;font-weight:900!important;}
.license-line-product{display:grid!important;grid-template-columns:58px minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;min-height:74px!important;padding:14px 10px!important;}
.license-line-product img{width:52px!important;height:52px!important;object-fit:cover!important;border-radius:14px!important;}
.product-main-info{min-width:0!important;}
.license-row-wide{margin-top:6px!important;display:flex!important;align-items:flex-start!important;gap:5px!important;font-size:13px!important;color:#334155!important;flex-wrap:wrap!important;}
.license-row-wide .key-icon{font-size:14px!important;line-height:1!important;color:#f59e0b!important;}
.license-row-wide code{display:flex!important;flex-wrap:wrap!important;gap:2px 0!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:8px!important;padding:5px 7px!important;font-size:12px!important;line-height:1.3!important;max-width:100%!important;white-space:normal!important;word-break:normal!important;}
.license-row-wide code span{white-space:nowrap!important;}
.license-chip.active-only{white-space:nowrap!important;font-size:12px!important;padding:6px 10px!important;margin-left:8px!important;}
.license-activate-btn.below-title{display:inline-flex!important;margin-top:6px!important;font-size:12px!important;padding:7px 10px!important;border-radius:999px!important;white-space:nowrap!important;}
.product-actions-right{display:flex!important;align-items:center!important;gap:8px!important;justify-content:flex-end!important;flex-wrap:wrap!important;}
.payment-methods-box h3{font-size:14px!important;white-space:nowrap!important;margin-bottom:10px!important;}
.payment-logos{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:nowrap!important;overflow:hidden!important;}
.payment-logos img{width:42px!important;height:28px!important;object-fit:contain!important;border-radius:7px!important;background:#fff!important;border:1px solid #e5e7eb!important;padding:2px!important;}
.account-profile-modal .profile-head,.user-profile-modal .profile-head,.profile-modal-head{min-height:160px!important;display:flex!important;align-items:center!important;gap:18px!important;padding:22px 34px 18px!important;}
.profile-card-modal .user-card-head img,.profile-modal-head img,.profile-head img{width:106px!important;height:106px!important;border-radius:16px!important;object-fit:cover!important;}
.profile-tabs{display:flex!important;gap:10px!important;flex-wrap:wrap!important;align-items:center!important;padding:14px 20px!important;}
.password-card{display:block!important;max-height:none!important;overflow:visible!important;}
.password-card .field{display:block!important;}
@media(max-width:700px){
  .license-line-product{grid-template-columns:50px minmax(0,1fr) auto!important;gap:8px!important;padding:11px 4px!important;min-height:64px!important;}
  .license-line-product img{width:46px!important;height:46px!important;}
  .product-actions-right{gap:5px!important;align-items:center!important;}
  .download{width:46px!important;height:46px!important;min-width:46px!important;}
  .license-row-wide{font-size:12px!important;margin-top:4px!important;align-items:flex-start!important;}
  .license-row-wide b{font-size:12px!important;}
  .license-row-wide code{font-size:11px!important;max-width:150px!important;padding:5px 6px!important;}
  .license-row-wide code span:nth-child(4){flex-basis:100%!important;}
  .license-chip.active-only{font-size:10px!important;padding:5px 7px!important;margin-left:0!important;}
  .install-tip-btn{width:34px!important;height:34px!important;min-width:34px!important;}
  .license-activate-btn.below-title{font-size:11px!important;padding:6px 8px!important;}
  .payment-logos img{width:34px!important;height:24px!important;}
  .payment-methods-box h3{font-size:13px!important;}
  .account-profile-modal .profile-head,.user-profile-modal .profile-head,.profile-modal-head{min-height:124px!important;padding:16px 18px!important;align-items:center!important;}
  .profile-card-modal .user-card-head img,.profile-modal-head img,.profile-head img{width:74px!important;height:74px!important;border-radius:14px!important;}
}


/* v117 cleanup: profil, parola, produse fara licenta */
.hp-profile-head,
.profile-head.hp-profile-head{
  min-height:150px!important;
  padding:18px 30px 14px!important;
  align-items:center!important;
  overflow:visible!important;
}
.hp-profile-avatar,
.profile-avatar-large.hp-profile-avatar{
  width:122px!important;
  height:122px!important;
  margin-bottom:0!important;
  transform:translateY(10px)!important;
  flex:0 0 auto!important;
  z-index:2!important;
}
.hp-profile-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:12px!important;display:block!important;}
.hp-profile-title-wrap{align-self:center!important;margin-top:0!important;}
.hp-profile-title{font-size:30px!important;line-height:1.05!important;margin-bottom:8px!important;}
.hp-profile-badges{display:flex!important;gap:6px!important;align-items:center!important;flex-wrap:wrap!important;}
.hp-profile-tabs{padding-top:18px!important;}
.hp-password-card .hp-full-btn[data-password-toggle]{display:none!important;}
.hp-password-expand,
.hp-password-expand.open,
.hp-password-card .hp-password-expand{display:block!important;margin-top:0!important;}
.hp-password-card{padding:18px!important;}
.simple-owned-product{grid-template-columns:64px minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;min-height:72px!important;}
.simple-owned-product img{width:54px!important;height:54px!important;border-radius:50%!important;object-fit:cover!important;}
.simple-download-actions{display:inline-flex!important;align-items:center!important;gap:8px!important;white-space:nowrap!important;}
.small-download.download{width:42px!important;height:42px!important;min-width:42px!important;border-radius:12px!important;display:inline-grid!important;place-items:center!important;font-size:20px!important;line-height:1!important;margin:0!important;}
.my-products-panel .line-product{padding:14px 8px!important;border-bottom:1px solid #e5e7eb!important;}
.my-products-panel .line-product:last-child{border-bottom:0!important;}
@media(max-width:650px){
  .hp-profile-head,.profile-head.hp-profile-head{min-height:130px!important;padding:14px 18px 10px!important;gap:12px!important;}
  .hp-profile-avatar,.profile-avatar-large.hp-profile-avatar{width:90px!important;height:90px!important;transform:translateY(6px)!important;}
  .hp-profile-title{font-size:25px!important;}
  .hp-profile-tabs{padding-top:14px!important;gap:7px!important;}
  .hp-profile-tabs .tab{min-width:72px!important;padding:10px 12px!important;}
  .simple-owned-product{grid-template-columns:54px minmax(0,1fr) auto!important;gap:8px!important;padding:12px 0!important;}
  .simple-owned-product img{width:48px!important;height:48px!important;}
  .small-download.download{width:40px!important;height:40px!important;min-width:40px!important;font-size:18px!important;}
  .install-tip-btn{width:34px!important;height:34px!important;}
}

/* v119: tooltip fix, one-time final, chat avatars, admin user save polish */
.install-tip-pop{
  position:fixed!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  width:min(360px,calc(100vw - 28px))!important;
  max-width:calc(100vw - 28px)!important;
  max-height:min(70vh,460px)!important;
  overflow:auto!important;
  z-index:100500!important;
  box-sizing:border-box!important;
  white-space:normal!important;
}
.install-tip-pop.show{display:block!important;}
.my-products-panel,.simple-owned-product,.product-actions-right{overflow:visible!important;}
.simple-download-actions{display:flex!important;align-items:center!important;gap:10px!important;justify-content:flex-end!important;min-width:96px!important;}
.install-tip-btn{position:relative!important;flex:0 0 auto!important;}
.chat-onetime-opened{display:inline-flex!important;align-items:center!important;gap:6px!important;border-radius:999px!important;background:#f1f5f9!important;color:#475569!important;font-weight:900!important;padding:7px 11px!important;white-space:nowrap!important;}
.chat-onetime-sent{display:inline-flex!important;align-items:center!important;gap:7px!important;border-radius:999px!important;background:#e8fff6!important;color:#075e54!important;font-weight:900!important;padding:8px 14px!important;white-space:nowrap!important;}
.live-msg{display:flex!important;align-items:flex-end!important;gap:8px!important;margin:10px 0!important;max-width:82%!important;}
.live-msg.mine{margin-left:auto!important;flex-direction:row-reverse!important;}
.chat-msg-avatar{width:30px!important;height:30px!important;border-radius:50%!important;object-fit:cover!important;flex:0 0 30px!important;border:2px solid #fff!important;box-shadow:0 3px 9px #0002!important;background:#e5e7eb!important;}
.live-msg-bubble{max-width:100%!important;}
.live-msg.system,.chat-closed-box{max-width:100%!important;margin-left:auto!important;margin-right:auto!important;}
@media(max-width:760px){
  .install-tip-pop{width:calc(100vw - 30px)!important;max-height:68vh!important;}
  .simple-owned-product{display:grid!important;grid-template-columns:52px 1fr auto!important;gap:10px!important;align-items:center!important;}
  .simple-download-actions{gap:8px!important;min-width:78px!important;}
  .install-tip-btn{width:32px!important;height:32px!important;min-width:32px!important;}
  .live-msg{max-width:90%!important;gap:6px!important;}
  .chat-msg-avatar{width:24px!important;height:24px!important;flex-basis:24px!important;}
}


/* v120 final requested fixes */
.my-products-panel{overflow:visible!important;}
.simple-owned-product{
  min-height:58px!important;
  padding:9px 12px!important;
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr) 84px!important;
  gap:10px!important;
  align-items:center!important;
}
.simple-owned-product img{width:44px!important;height:44px!important;border-radius:10px!important;object-fit:cover!important;grid-column:1!important;grid-row:1!important;}
.simple-owned-product .product-main-info{grid-column:2!important;min-width:0!important;line-height:1.15!important;}
.simple-owned-product .product-main-info b{font-size:14px!important;line-height:1.1!important;display:block!important;}
.simple-owned-product .product-main-info .muted{font-size:12px!important;}
.simple-download-actions{grid-column:3!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:7px!important;min-width:0!important;overflow:visible!important;}
.small-download.download{width:34px!important;height:34px!important;min-width:34px!important;border-radius:10px!important;font-size:16px!important;box-shadow:0 5px 12px #4fb90055!important;}
.install-tip-btn{width:30px!important;height:30px!important;min-width:30px!important;border-radius:50%!important;font-size:14px!important;line-height:1!important;display:inline-grid!important;place-items:center!important;}
.install-tip-pop{
  position:fixed!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  width:min(330px,calc(100vw - 24px))!important;
  max-width:calc(100vw - 24px)!important;
  max-height:66vh!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  white-space:normal!important;
  box-sizing:border-box!important;
  word-break:break-word!important;
  z-index:100500!important;
}
.install-tip-pop *{max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;}
.is-hidden-owned{display:none!important;}
.owned-load-more-wrap{display:flex;justify-content:center;padding:14px 0 4px;}
.chat-onetime-open,.chat-onetime-sent,.chat-onetime-opened{font-size:13px!important;padding:7px 11px!important;line-height:1!important;border-radius:999px!important;white-space:nowrap!important;}
.chat-onetime-open{background:#e8fff6!important;color:#075e54!important;border:0!important;box-shadow:0 4px 12px #0001!important;font-weight:900!important;}
.chat-onetime-opened{pointer-events:none!important;cursor:default!important;}
.chat-extra-panel:not(.open){display:none!important;}
@media(max-width:640px){
  .simple-owned-product{grid-template-columns:42px minmax(0,1fr) 72px!important;gap:8px!important;padding:8px 8px!important;min-height:54px!important;}
  .simple-owned-product img{width:40px!important;height:40px!important;}
  .small-download.download{width:34px!important;height:34px!important;min-width:34px!important;}
  .install-tip-btn{width:28px!important;height:28px!important;min-width:28px!important;}
  .simple-owned-product .product-main-info b{font-size:13px!important;}
  .install-tip-pop{width:calc(100vw - 22px)!important;max-height:62vh!important;}
}

/* v121: my products mobile actions + tooltip in viewport + chat avatar cleanup */
.live-msg:not(.system)::before{content:none!important;display:none!important;}
.live-msg.mine::before,.live-msg.operator::before{content:none!important;display:none!important;}
.chat-msg-avatar{display:block!important;width:30px!important;height:30px!important;border-radius:50%!important;object-fit:cover!important;flex:0 0 30px!important;border:2px solid #fff!important;box-shadow:0 3px 9px rgba(0,0,0,.14)!important;background:#e5e7eb!important;}
.live-msg.mine{flex-direction:row-reverse!important;}
.live-msg:not(.mine){flex-direction:row!important;}

.simple-owned-product{display:grid!important;grid-template-columns:56px minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;min-height:74px!important;padding:12px 8px!important;}
.simple-owned-product>img{width:48px!important;height:48px!important;object-fit:cover!important;border-radius:50%!important;grid-column:1!important;}
.simple-owned-product .product-main-info{grid-column:2!important;min-width:0!important;}
.simple-owned-product .product-main-info b{display:block!important;white-space:normal!important;line-height:1.15!important;}
.simple-download-actions{grid-column:3!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-width:72px!important;}
.simple-download-actions .small-download{width:34px!important;height:34px!important;min-width:34px!important;border-radius:12px!important;display:grid!important;place-items:center!important;font-size:18px!important;line-height:1!important;padding:0!important;}
.simple-download-actions .install-tip-btn{width:28px!important;height:28px!important;min-width:28px!important;font-size:13px!important;padding:0!important;margin:0!important;}
.install-tip-pop{position:fixed!important;left:50%!important;top:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important;width:min(340px,calc(100vw - 26px))!important;max-width:calc(100vw - 26px)!important;max-height:70vh!important;overflow:auto!important;overflow-x:hidden!important;box-sizing:border-box!important;z-index:100000!important;}
.install-tip-pop:not(.show){display:none!important;}
.install-tip-pop.show{display:block!important;}
.install-tip-pop *{max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;box-sizing:border-box!important;}
@media(max-width:760px){
  .simple-owned-product{grid-template-columns:50px minmax(0,1fr) 38px!important;gap:8px!important;min-height:70px!important;padding:9px 4px!important;}
  .simple-owned-product>img{width:42px!important;height:42px!important;}
  .simple-download-actions{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;min-width:36px!important;}
  .simple-download-actions .small-download{width:36px!important;height:36px!important;min-width:36px!important;border-radius:12px!important;font-size:17px!important;}
  .simple-download-actions .install-tip-btn{width:30px!important;height:30px!important;min-width:30px!important;}
  .my-products-panel{padding:12px!important;overflow:visible!important;}
  .install-tip-pop{left:50%!important;top:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important;width:calc(100vw - 28px)!important;max-height:66vh!important;}
}


/* v122: Comenzile mele curat + tooltip modal centrat + chat one-time + login toast */
.simple-owned-product{grid-template-columns:56px minmax(0,1fr) auto!important;min-height:62px!important;padding:9px 8px!important;overflow:visible!important;}
.simple-owned-product>img{width:44px!important;height:44px!important;border-radius:10px!important;}
.simple-download-actions{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-end!important;gap:14px!important;min-width:82px!important;grid-column:3!important;}
.simple-download-actions .small-download{width:22px!important;height:22px!important;min-width:22px!important;border-radius:4px!important;background:transparent!important;color:#46a800!important;box-shadow:none!important;font-size:19px!important;padding:0!important;line-height:1!important;}
.simple-download-actions .install-tip-btn{width:22px!important;height:22px!important;min-width:22px!important;border-radius:50%!important;background:#fff!important;border:1px solid #9ca3af!important;color:#64748b!important;font-size:13px!important;padding:0!important;margin:0!important;box-shadow:none!important;}
.install-tip-pop{position:fixed!important;left:50%!important;top:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important;width:min(520px,calc(100vw - 30px))!important;max-height:75vh!important;overflow-y:auto!important;overflow-x:hidden!important;z-index:999999!important;background:#fff!important;border:1px solid #f59e0b!important;border-radius:12px!important;box-sizing:border-box!important;box-shadow:0 20px 60px rgba(0,0,0,.28)!important;}
.install-tip-pop.show{display:block!important;}
.install-tip-pop:not(.show){display:none!important;}
.install-tip-pop *{box-sizing:border-box!important;max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;}
.chat-onetime-open,.chat-onetime-sent,.chat-onetime-opened{display:inline-flex!important;align-items:center!important;gap:6px!important;border:0!important;border-radius:999px!important;padding:7px 12px!important;font-weight:900!important;font-size:13px!important;line-height:1!important;text-decoration:none!important;}
.chat-onetime-open{background:#dcfce7!important;color:#065f46!important;cursor:pointer!important;}
.chat-onetime-sent{background:#eef2ff!important;color:#334155!important;}
.chat-onetime-opened{background:#e5e7eb!important;color:#475569!important;cursor:default!important;pointer-events:none!important;}
.login-live-toast{position:fixed;top:74px;left:50%;transform:translateX(-50%);z-index:999998;border-radius:14px;padding:12px 42px 12px 16px;box-shadow:0 14px 36px rgba(0,0,0,.22);font-weight:800;max-width:calc(100vw - 24px);animation:loginToastIn .25s ease both;}
.login-live-toast .login-toast-x{position:absolute;right:9px;top:7px;border:0;background:transparent;font-size:18px;font-weight:900;cursor:pointer;color:inherit;}
.login-live-toast.style-dark{background:#111827;color:#fff;}
.login-live-toast.style-light,.login-live-toast.style-soft{background:#fff;color:#111827;border:1px solid #e5e7eb;}
.login-live-toast.accent-blue{border-left:5px solid #0ea5e9;}.login-live-toast.accent-green{border-left:5px solid #22c55e;}.login-live-toast.accent-orange{border-left:5px solid #f59e0b;}.login-live-toast.accent-pink{border-left:5px solid #ec4899;}
.hp-profile-badge.customer-rank{background:#111827!important;color:#fff!important;}
@keyframes loginToastIn{from{opacity:0;transform:translate(-50%,-12px)}to{opacity:1;transform:translate(-50%,0)}}
@media(max-width:760px){
  .simple-owned-product{grid-template-columns:48px minmax(0,1fr) 72px!important;min-height:58px!important;padding:8px 4px!important;gap:8px!important;}
  .simple-owned-product>img{width:40px!important;height:40px!important;}
  .simple-download-actions{flex-direction:row!important;gap:12px!important;justify-content:flex-end!important;min-width:70px!important;}
  .simple-download-actions .small-download{width:21px!important;height:21px!important;min-width:21px!important;font-size:18px!important;}
  .simple-download-actions .install-tip-btn{width:21px!important;height:21px!important;min-width:21px!important;font-size:12px!important;}
  .install-tip-pop{width:calc(100vw - 24px)!important;max-height:70vh!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;}
  .login-live-toast{top:64px;width:auto;min-width:260px;text-align:left;}
}


/* v123 final: profile badges owner cleanup, my-products actions horizontal, tooltip centered, login toast purchase-like */
.simple-download-actions{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:12px!important;
  min-width:72px!important;
}
.simple-download-actions .small-download,
.simple-download-actions .download.small-download{
  width:28px!important;height:28px!important;min-width:28px!important;max-width:28px!important;
  border-radius:50%!important;display:inline-grid!important;place-items:center!important;
  font-size:15px!important;padding:0!important;line-height:1!important;
  box-shadow:none!important;background:#62b900!important;color:#fff!important;text-decoration:none!important;
}
.simple-download-actions .install-tip-btn{
  width:24px!important;height:24px!important;min-width:24px!important;max-width:24px!important;
  border-radius:50%!important;display:inline-grid!important;place-items:center!important;
  padding:0!important;margin:0!important;font-size:13px!important;background:#fff!important;
  border:1px solid #f59e0b!important;color:#b45309!important;box-shadow:none!important;
}
.install-tip-pop{
  position:fixed!important;left:50%!important;top:50%!important;right:auto!important;bottom:auto!important;
  transform:translate(-50%,-50%)!important;width:min(500px,calc(100vw - 28px))!important;
  max-width:calc(100vw - 28px)!important;max-height:72dvh!important;overflow:auto!important;overflow-x:hidden!important;
  z-index:999999!important;background:#fff!important;border:1px solid #f59e0b!important;border-radius:14px!important;
  box-shadow:0 20px 70px rgba(0,0,0,.28)!important;box-sizing:border-box!important;
}
.install-tip-pop:not(.show){display:none!important}.install-tip-pop.show{display:block!important}
.install-tip-pop *{box-sizing:border-box!important;max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;}
@media(max-width:760px){
  .simple-owned-product{grid-template-columns:54px 1fr auto!important;gap:10px!important;align-items:center!important;min-height:68px!important;padding:10px 8px!important;}
  .simple-download-actions{flex-direction:row!important;gap:12px!important;align-self:center!important;justify-self:end!important;}
  .simple-download-actions .small-download,.simple-download-actions .download.small-download{width:30px!important;height:30px!important;min-width:30px!important;max-width:30px!important;font-size:15px!important;}
  .simple-download-actions .install-tip-btn{width:24px!important;height:24px!important;min-width:24px!important;max-width:24px!important;}
  .install-tip-pop{width:calc(100vw - 24px)!important;max-height:70dvh!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;}
}
.login-live-toast{
  top:78px!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;
  background:#fff!important;color:#111827!important;border:1px solid #e5e7eb!important;border-left:5px solid var(--accent,#0ea5e9)!important;
  box-shadow:0 12px 32px rgba(0,0,0,.22)!important;border-radius:14px!important;font-size:14px!important;
}
.login-live-toast.accent-green{border-left-color:#22c55e!important}.login-live-toast.accent-orange{border-left-color:#f59e0b!important}.login-live-toast.accent-pink{border-left-color:#ec4899!important}.login-live-toast.accent-blue{border-left-color:#0ea5e9!important}
.chat-onetime-opened{display:inline-flex!important;align-items:center!important;gap:4px!important;border-radius:999px!important;background:#eef2f7!important;color:#475569!important;font-weight:900!important;padding:6px 10px!important;cursor:default!important;pointer-events:none!important;}

/* v124 - login toast global + comenzi tooltip modal center */
.login-live-toast-wrap{position:fixed;right:18px;top:78px;z-index:999990;display:flex;flex-direction:column;gap:10px;pointer-events:none}
.login-live-toast{pointer-events:auto;position:relative;display:flex;align-items:center;gap:10px;min-width:260px;max-width:min(360px,calc(100vw - 28px));background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(14,165,233,.28);border-left:5px solid var(--accent,#0ea5e9);border-radius:18px;box-shadow:0 18px 50px rgba(15,23,42,.22);padding:12px 42px 12px 13px;animation:hpLoginToastIn .28s ease-out;color:#0f172a;overflow:hidden}
.login-live-toast:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 88% 18%,rgba(14,165,233,.12),transparent 36%);pointer-events:none}
.login-live-toast .llt-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#22c55e);display:grid;place-items:center;color:#fff;font-weight:900;box-shadow:0 6px 18px rgba(14,165,233,.22);flex:0 0 auto}
.login-live-toast .llt-body{position:relative;display:flex;flex-direction:column;line-height:1.2;min-width:0}.login-live-toast .llt-title{font-weight:900;font-size:14px}.login-live-toast .llt-sub{font-size:12px;color:#64748b;margin-top:3px}.login-live-toast .login-toast-x{position:absolute;right:9px;top:8px;border:0;background:#f1f5f9;border-radius:50%;width:24px;height:24px;font-weight:900;cursor:pointer;color:#0f172a;z-index:2}.login-live-toast.hide{opacity:0;transform:translateY(-10px);transition:.25s}
@keyframes hpLoginToastIn{from{opacity:0;transform:translateY(-12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
.login-toast-style-dark .login-live-toast{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;border-color:#334155}.login-toast-style-dark .llt-sub{color:#cbd5e1}.login-toast-style-green .login-live-toast{border-left-color:#22c55e}.login-toast-style-orange .login-live-toast{border-left-color:#f59e0b}.login-toast-style-pink .login-live-toast{border-left-color:#ec4899}
.install-tip-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:999998;display:none}.install-tip-backdrop.show{display:block}.install-tip-pop{position:fixed!important;left:50%!important;top:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important;width:min(430px,calc(100vw - 30px))!important;max-width:calc(100vw - 30px)!important;max-height:72dvh!important;overflow-y:auto!important;overflow-x:hidden!important;z-index:999999!important;background:#fff!important;border:1px solid #f59e0b!important;border-radius:16px!important;box-sizing:border-box!important;box-shadow:0 24px 80px rgba(0,0,0,.32)!important;padding:18px!important}.install-tip-pop:not(.show){display:none!important}.install-tip-pop.show{display:block!important}.install-tip-pop *{max-width:100%!important;box-sizing:border-box!important;white-space:normal!important;overflow-wrap:anywhere!important}.tip-x{right:12px!important;top:10px!important;width:28px!important;height:28px!important;border-radius:50%!important;background:#f8fafc!important;display:grid!important;place-items:center!important;font-size:20px!important;line-height:1!important}.simple-download-actions{overflow:visible!important}.my-products-panel,.line-product{overflow:visible!important}.small-download{width:38px!important;height:38px!important;min-width:38px!important;display:inline-grid!important;place-items:center!important;border-radius:12px!important;font-size:18px!important}.simple-download-actions .install-tip-btn{width:28px!important;height:28px!important;min-width:28px!important;border-radius:50%!important;display:inline-grid!important;place-items:center!important}
@media(max-width:640px){.login-live-toast-wrap{left:12px;right:12px;top:72px}.login-live-toast{width:100%;min-width:0}.install-tip-pop{width:calc(100vw - 26px)!important;max-height:70dvh!important;padding:16px!important}.small-download{width:34px!important;height:34px!important;min-width:34px!important}.simple-download-actions .install-tip-btn{width:25px!important;height:25px!important;min-width:25px!important}}

/* v125 hard fix: tooltip modal real centered + login toast global */
.install-tip-pop{display:none!important;visibility:hidden!important;pointer-events:none!important;}
.hp-tip-modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.48);z-index:2147483000;opacity:0;transition:.18s ease;}
.hp-tip-modal-backdrop.show{opacity:1;}
.hp-tip-modal{position:fixed!important;left:50%!important;top:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%) scale(.97)!important;width:min(420px,calc(100vw - 28px))!important;max-width:calc(100vw - 28px)!important;max-height:72dvh!important;overflow-y:auto!important;overflow-x:hidden!important;background:#fff!important;border:1px solid #f59e0b!important;border-radius:16px!important;box-shadow:0 24px 80px rgba(0,0,0,.34)!important;z-index:2147483001!important;padding:18px 18px 16px!important;box-sizing:border-box!important;opacity:0;transition:.18s ease;}
.hp-tip-modal.show{opacity:1;transform:translate(-50%,-50%) scale(1)!important;}
.hp-tip-modal *{box-sizing:border-box!important;max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;}
.hp-tip-x{position:absolute;right:10px;top:8px;width:28px;height:28px;border:0;background:#f8fafc;border-radius:50%;font-size:22px;font-weight:900;line-height:1;cursor:pointer;color:#111827;display:grid;place-items:center;}
.hp-tip-content{padding:6px 4px 10px;color:#334155;}
.hp-tip-content h3{font-size:16px;margin:0 36px 8px 0;color:#111827;font-weight:900;}
.hp-tip-content p{font-size:13px;line-height:1.45;margin:0 0 10px;}
.hp-tip-close{display:block;margin:8px auto 0;background:#0ea5e9;color:#fff;border:0;border-radius:9px;padding:9px 18px;font-weight:900;cursor:pointer;}
.product-actions-right.simple-download-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;overflow:visible!important;}
.small-download{width:34px!important;height:34px!important;min-width:34px!important;border-radius:10px!important;display:inline-grid!important;place-items:center!important;padding:0!important;font-size:17px!important;line-height:1!important;}
.simple-download-actions .install-tip-btn{width:26px!important;height:26px!important;min-width:26px!important;border-radius:50%!important;padding:0!important;margin:0!important;display:inline-grid!important;place-items:center!important;}
.hp-login-toast-wrap{position:fixed;right:18px;top:78px;z-index:2147482000;display:flex;flex-direction:column;gap:10px;pointer-events:none;}
.hp-login-toast{pointer-events:auto;position:relative;display:flex;align-items:center;gap:10px;width:min(370px,calc(100vw - 28px));background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(14,165,233,.24);border-left:5px solid #0ea5e9;border-radius:18px;box-shadow:0 18px 50px rgba(15,23,42,.22);padding:12px 42px 12px 13px;color:#0f172a;animation:hpLoginToastV125 .24s ease-out both;}
.hp-login-toast.hp-login-green{border-left-color:#22c55e}.hp-login-toast.hp-login-orange{border-left-color:#f59e0b}.hp-login-toast.hp-login-pink{border-left-color:#ec4899}.hp-login-toast.hp-login-dark{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;border-color:#334155}.hp-login-toast.hp-login-dark span{color:#cbd5e1!important;}
.hp-login-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#22c55e);display:grid;place-items:center;color:#fff;font-weight:900;flex:0 0 auto;box-shadow:0 6px 18px rgba(14,165,233,.25);}
.hp-login-text{display:flex;flex-direction:column;line-height:1.18;min-width:0;}
.hp-login-text b{font-size:14px;font-weight:950;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.hp-login-text span{font-size:12px;color:#64748b;margin-top:3px;}
.hp-login-x{position:absolute;right:9px;top:8px;width:24px;height:24px;border:0;border-radius:50%;background:#f1f5f9;color:#0f172a;font-weight:900;cursor:pointer;}
.hp-login-toast.hide{opacity:0;transform:translateY(-10px);transition:.25s;}
@keyframes hpLoginToastV125{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:640px){
  .hp-tip-modal{width:calc(100vw - 30px)!important;max-height:68dvh!important;padding:16px!important;}
  .hp-login-toast-wrap{left:12px;right:12px;top:72px}.hp-login-toast{width:100%;}
  .small-download{width:32px!important;height:32px!important;min-width:32px!important;}
  .simple-download-actions .install-tip-btn{width:24px!important;height:24px!important;min-width:24px!important;}
}

/* v127 login/profile/faq polish */
.v127-register-disabled{font-size:14px;line-height:1.35;text-align:left}.v127-register-disabled p{margin:7px 0;white-space:nowrap}.v127-register-disabled .thanks{text-align:center;font-style:italic}.auth-card .center{text-align:center}.login-live-toast{animation:hpLoginToastIn .25s ease-out, hpToastBlink .35s linear 3.2s 4!important}.llt-title::after{content:' s-a conectat în magazin';font-weight:800}.login-live-toast .llt-sub{display:none!important}@keyframes hpToastBlink{50%{filter:brightness(1.18);transform:translateX(0) scale(1.015)}}
.theme-side b,.site-colors-title{font-weight:900;color:#ef4444}.profile-private-card{padding:28px;text-align:center}.profile-private-card img{width:92px;height:92px;border-radius:18px;object-fit:cover}.profile-private-card .hp-profile-badges{justify-content:center;margin-top:8px}.faq-item .faq-answer{line-height:1.55}.login-attempt-hint{font-size:13px;font-weight:800;color:#b45309}
@media(max-width:640px){.v127-register-disabled p{white-space:normal}.login-live-toast-wrap{left:12px!important;right:12px!important;top:72px!important}.login-live-toast{max-width:none!important;width:100%!important}.hp-profile-head{align-items:center!important}.hp-profile-avatar{top:18px!important}}

/* v128: produse selectate în coș + profil privat public */
.product.in-cart,.product.selected-product{border:2px solid var(--accent,#0ea5e9)!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--accent,#0ea5e9) 15%,transparent),0 12px 30px #0002!important;position:relative!important;}
.product.in-cart:before,.product.selected-product:before{content:"✓ Selectat";position:absolute;top:10px;right:10px;z-index:3;background:var(--accent,#0ea5e9);color:#fff;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:900;box-shadow:0 6px 16px #0002;}
.selected-cart-btn{background:#16a34a!important;color:#fff!important;border:0!important;box-shadow:0 8px 20px #16a34a33!important;font-weight:900!important;}
.selected-cart-btn:hover{background:#dc2626!important;color:#fff!important;}
.selected-cart-btn:hover:after{content:"  — scoate";font-weight:900;}
.cart-link{position:relative!important;}
.cart-link .cart-count{position:absolute;top:-9px;right:-12px;background:#ef4444!important;color:#fff!important;min-width:22px;height:22px;padding:0 7px;border-radius:999px;display:inline-grid;place-items:center;font-size:12px;font-weight:900;border:2px solid #fff;box-shadow:0 4px 12px #0002;}
.private-profile-card .user-card-head{border-bottom:1px solid #e5e7eb;margin-bottom:14px;padding-bottom:14px;}
.profile-private-box{margin:12px auto 4px;border:1px solid #c7d2fe;background:linear-gradient(135deg,#eef2ff,#fff);border-radius:18px;padding:20px;text-align:center;color:#1e293b;box-shadow:inset 0 0 0 1px #ffffffaa;}
.profile-private-box .private-lock{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;margin:0 auto 10px;background:#312e81;color:#fff;font-size:24px;box-shadow:0 10px 24px #312e8130;}
.profile-private-box b{display:block;font-size:20px;margin-bottom:6px;color:#111827;}
.profile-private-box span{display:block;color:#64748b;font-weight:700;line-height:1.45;}

/* v130 Gmail only + payment logos + IP accounts admin */
.payment-logos{flex-wrap:wrap!important;gap:9px!important;}
.payment-logos img[alt="Revolut"],.payment-logos img[alt="PayPal"]{width:52px!important;height:30px!important;object-fit:contain!important;background:#fff!important;}
.ip-accounts-box{margin:12px 0 16px;padding:12px;border:1px solid #dbeafe;background:#eff6ff;border-radius:14px;box-shadow:0 4px 12px #0000000d;}
.ip-accounts-box>b{display:block;margin-bottom:8px;color:#0f172a;}
.ip-accounts-list{display:grid;gap:7px;}
.ip-account-pill{padding:8px 10px;border-radius:10px;background:#fff;border:1px solid #bfdbfe;font-weight:800;}
.ip-account-pill span{color:#64748b;font-weight:700;margin-left:6px;}
.ip-account-pill em{float:right;color:#2563eb;font-style:normal;}


/* v131: coș mic fără margine + selectare instant produs */
.cart-link .cart-count,
.cart-count{
  top:-7px!important;right:-9px!important;min-width:16px!important;height:16px!important;line-height:16px!important;padding:0 5px!important;font-size:10px!important;border:0!important;box-shadow:0 2px 7px #0003!important;background:#ef4444!important;color:#fff!important;
}
.product.selected-product,.product.in-cart{border-color:#16a34a!important;box-shadow:0 0 0 3px rgba(22,163,74,.16),0 12px 30px #0002!important;}
.product.selected-product:before,.product.in-cart:before{content:"✓ Selectat";background:#16a34a!important;}
.selected-cart-btn{background:#16a34a!important;color:#fff!important;}
.selected-cart-btn:hover{background:#16a34a!important;color:#fff!important;filter:brightness(.98);}
.selected-cart-btn:hover:after{content:""!important;}
.product.cart-updating{opacity:.82;pointer-events:none;}
.payment-logos img[alt="Revolut"],.payment-logos img[alt="PayPal"]{width:58px!important;height:32px!important;object-fit:contain!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:7px!important;padding:2px!important;}

/* v132 dashboard ordonat + badge coș final */
.admin-dashboard-v132{max-width:1100px;margin:0 auto;}
.dash-list-v132{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px;margin-top:22px;}
.dash-row-v132{display:grid;grid-template-columns:1fr auto;align-items:center;gap:6px;text-decoration:none;color:#0f172a;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px 15px;box-shadow:0 6px 18px #0000000d;transition:.18s;}
.dash-row-v132:hover{transform:translateY(-1px);box-shadow:0 10px 24px #00000014;}
.dash-row-v132 span{font-weight:950;font-size:15px;}
.dash-row-v132 b{min-width:28px;height:24px;border-radius:999px;background:#e5e7eb;color:#111827;display:inline-grid;place-items:center;padding:0 8px;font-size:13px;font-weight:950;}
.dash-row-v132 em{grid-column:1/3;color:#64748b;font-style:normal;font-weight:800;font-size:12px;margin-top:2px;}
.dash-row-v132.has-count{border-color:#fecaca;background:#fff7f7;}
.dash-row-v132.has-count b{background:#ef4444;color:#fff;}
.dash-row-v132.has-count em{color:#b91c1c;}
.cart-link .cart-count,.cart-count{border:0!important;outline:0!important;min-width:15px!important;height:15px!important;line-height:15px!important;font-size:9.5px!important;padding:0 4px!important;top:-6px!important;right:-8px!important;box-shadow:0 2px 6px #0004!important;}
.product.selected-product,.product.in-cart{border:2px solid #16a34a!important;box-shadow:0 0 0 3px rgba(22,163,74,.18),0 12px 30px #0002!important;}
.product.selected-product:before,.product.in-cart:before{content:"✓ Selectat"!important;background:#16a34a!important;color:#fff!important;}
.product.cart-updating{opacity:.95!important;pointer-events:none!important;}

/* V133 notice + payments fixes */
.sticky-admin-notice{position:fixed!important;left:50%!important;top:74px!important;transform:translateX(-50%)!important;width:min(1160px,calc(100vw - 28px))!important;margin:0!important;z-index:10050!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding:12px 52px 12px 18px!important;box-shadow:0 12px 30px #0003!important;font-weight:900!important}
.sticky-admin-notice.notice-style-light{background:#fff!important;color:#111827!important}.sticky-admin-notice.notice-style-dark{background:#111827!important;color:#fff!important}.sticky-admin-notice.notice-style-soft{background:#fff7ed!important;color:#7c2d12!important}
.sticky-admin-notice.notice-color-orange{border:2px solid #fb923c!important}.sticky-admin-notice.notice-color-blue{border:2px solid #38bdf8!important}.sticky-admin-notice.notice-color-green{border:2px solid #22c55e!important}.sticky-admin-notice.notice-color-red{border:2px solid #ef4444!important}.sticky-admin-notice.notice-color-purple{border:2px solid #a855f7!important}
.sticky-admin-notice.notice-border-rounded{border-radius:14px!important}.sticky-admin-notice.notice-border-pill{border-radius:999px!important}.sticky-admin-notice.notice-border-square{border-radius:4px!important}
.payment-methods-box .payment-logos{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;overflow:visible!important}.payment-methods-box .payment-logos img{display:inline-flex!important;opacity:1!important;visibility:visible!important;max-width:62px!important}
.cart-link .cart-count{min-width:16px!important;height:16px!important;line-height:16px!important;padding:0 4px!important;border:0!important;box-shadow:none!important;font-size:10px!important;right:-8px!important;top:-7px!important}
@media(max-width:720px){.sticky-admin-notice{top:60px!important;width:calc(100vw - 16px)!important;font-size:13px!important}}


/* V134 notice fix: doar în interiorul layout-ului vizibil, fără să iasă din cadru */
.sticky-admin-notice{left:50%!important;right:auto!important;top:64px!important;width:min(1080px,calc(100vw - 380px))!important;max-width:calc(100vw - 380px)!important;box-sizing:border-box!important;}
@media(max-width:1100px){.sticky-admin-notice{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important;top:60px!important;}}
@media(max-width:720px){.sticky-admin-notice{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;top:56px!important;padding:10px 44px 10px 12px!important;}}


/* v144: admin polish, modal confirmations, responsive settings/users */
.admin-top-alert-global{display:flex!important;align-items:center!important;gap:12px!important;padding-right:42px!important;box-sizing:border-box!important;max-width:calc(100vw - 24px)!important;overflow:hidden!important}
.admin-top-alert-x{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:0;background:#fff;color:#991b1b;border-radius:50%;width:28px;height:28px;font-size:22px;font-weight:900;line-height:1;cursor:pointer;box-shadow:0 4px 12px #0001}
.settings-card .section-title{margin-top:20px!important;padding:12px 14px!important;border-radius:14px!important;background:#f8fafc!important;border:1px solid #e5e7eb!important;font-size:18px!important;font-weight:900!important}
.settings-card .two,.settings-card .three,.member-edit-card .two,.member-edit-card .three{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;align-items:start!important}
.settings-card .three,.member-edit-card .three{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.settings-card .field,.member-edit-card .field{min-width:0!important;background:#fff!important;border:1px solid #eef2f7!important;border-radius:14px!important;padding:10px!important;box-sizing:border-box!important}
.settings-card input,.settings-card select,.settings-card textarea,.member-edit-card input,.member-edit-card select,.member-edit-card textarea{width:100%!important;box-sizing:border-box!important;min-height:42px!important}
.member-admin-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.member-admin-actions .btn{min-width:140px}.member-accordion{border:1px solid #e5e7eb;border-radius:16px;margin:10px 0;background:#fff;overflow:hidden}.member-accordion summary{padding:12px;display:grid;grid-template-columns:1fr 1fr auto;gap:8px;align-items:center;cursor:pointer}
@media(max-width:900px){.settings-card .two,.settings-card .three,.member-edit-card .two,.member-edit-card .three{grid-template-columns:1fr!important}.member-accordion summary{grid-template-columns:1fr!important}.member-head{display:block!important}.member-admin-actions .btn{width:100%!important}.admin-top-alert-global{left:10px!important;right:10px!important;transform:none!important;width:auto!important;justify-content:flex-start!important;font-size:13px!important}.settings-card .section-title{font-size:16px!important}.settings-card .field,.member-edit-card .field{padding:9px!important}}


/* V146 - selectie produs, titlu distinct, versiuni CodyChat si chat sistem */
.product h3,.product-info h3{font-weight:950!important;letter-spacing:-.02em;color:#07111f!important;text-shadow:0 1px 0 #fff;max-width:calc(100% - 76px)!important;margin-top:2px!important;}
.product .cody-version{font-size:12px!important;font-weight:900!important;color:#ef1515!important;line-height:1.15;margin-top:3px;}
.product.selected-product:before,.product.in-cart:before{content:none!important;display:none!important;}
.product.selected-product:after,.product.in-cart:after{content:"✓ Selectat"!important;position:absolute!important;right:9px!important;top:50px!important;z-index:8!important;background:#16a34a!important;color:#fff!important;border-radius:999px!important;padding:4px 9px!important;font-size:11px!important;font-weight:950!important;line-height:1!important;box-shadow:0 5px 14px rgba(0,0,0,.18)!important;white-space:nowrap!important;}
.product.selected-product,.product.in-cart{border-color:#16a34a!important;box-shadow:0 0 0 2px rgba(22,163,74,.16),0 10px 24px rgba(0,0,0,.14)!important;}
@media(max-width:680px){.product.selected-product:after,.product.in-cart:after{top:45px!important;right:7px!important;font-size:10px!important;padding:4px 7px!important}.product h3,.product-info h3{font-size:13px!important;max-width:calc(100% - 66px)!important}.product .cody-version{font-size:11px!important}}
.live-msg.system{max-width:82%!important;margin:7px auto!important;justify-content:center!important;display:flex!important;background:transparent!important;}
.live-msg.system .meta{font-size:10px!important;color:#64748b!important;font-style:italic!important;display:block!important;text-align:center!important;margin-bottom:3px!important;}
.live-msg.system>div,.live-msg.system:not(:has(div)){font-size:12px!important;font-weight:800!important;line-height:1.35!important;color:#9a3412!important;background:linear-gradient(180deg,#fffaf2,#fff7ed)!important;border:1px solid #fed7aa!important;border-radius:14px!important;padding:9px 14px!important;box-shadow:0 8px 22px rgba(14,165,233,.08)!important;text-align:center!important;}
.admin-version-page .version-form{align-items:end}.compact-table td,.compact-table th{font-size:13px!important;padding:9px 10px!important}.pill{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:900}.pill.ok{background:#dcfce7;color:#166534}.pill.mutedp{background:#f1f5f9;color:#475569}.version-table form{display:inline-flex;margin:0}
@media(max-width:760px){.admin-version-page .two{grid-template-columns:1fr!important}.version-table,.version-table tbody,.version-table tr,.version-table td{display:block;width:100%}.version-table thead{display:none}.version-table tr{padding:10px;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:10px}.version-table td{border:0!important;padding:5px!important}.version-table td:nth-child(1)::before{content:'Versiune: ';font-weight:900}.version-table td:nth-child(2)::before{content:'Status: ';font-weight:900}.version-table td:nth-child(3)::before{content:'Implicită: ';font-weight:900}.version-table td:nth-child(4)::before{content:'Ordine: ';font-weight:900}}

/* V147 - poziționare badge selectat + titlu produs distinct */
.product .product-info h3,
.product h3{
  font-weight:950!important;
  font-size:15px!important;
  letter-spacing:.1px!important;
  color:#111827!important;
  line-height:1.05!important;
  margin-bottom:3px!important;
}
.product.selected-product:after,.product.in-cart:after{
  top:78px!important;
  right:18px!important;
  font-size:10px!important;
  padding:4px 8px!important;
  line-height:1!important;
  border-radius:999px!important;
  z-index:12!important;
  box-shadow:0 4px 12px rgba(0,0,0,.16)!important;
}
@media(max-width:680px){
  .product.selected-product:after,.product.in-cart:after{top:72px!important;right:10px!important;font-size:9px!important;padding:3px 7px!important;}
  .product .product-info h3,.product h3{font-size:13px!important;}
}

/* V148 - profil, cos plutitor, cod promo strans, termeni obligatorii */
.hp-profile-modal .hp-profile-box{overflow:hidden!important;max-height:92dvh!important;}
.hp-profile-head{min-height:126px!important;padding:18px 26px 14px!important;align-items:flex-start!important;gap:16px!important;overflow:visible!important;}
.hp-profile-avatar{width:112px!important;height:112px!important;min-width:112px!important;border-radius:16px!important;margin:0!important;position:relative!important;transform:none!important;top:0!important;left:0!important;box-shadow:0 8px 24px rgba(0,0,0,.28)!important;}
.hp-profile-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:14px!important;display:block!important;}
.hp-profile-title-wrap{padding:6px 40px 0 0!important;margin:0!important;align-self:flex-start!important;}
.hp-profile-title{font-size:30px!important;line-height:1.05!important;margin:0 0 8px!important;color:#fff!important;}
.hp-profile-badges{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important;margin-top:0!important;}
.hp-profile-badge{font-size:11px!important;line-height:1!important;padding:6px 9px!important;border-radius:999px!important;}
.hp-profile-tabs{padding:14px 18px!important;}
.floating-cart-bubble{position:fixed;right:18px;bottom:22px;z-index:9999;width:54px;height:54px;border-radius:50%;background:#111827;color:#fff;text-decoration:none;display:none;align-items:center;justify-content:center;font-size:24px;box-shadow:0 14px 34px rgba(0,0,0,.28);border:2px solid rgba(255,255,255,.85)}
.floating-cart-bubble.show{display:flex!important;}
.floating-cart-count{position:absolute;right:-3px;top:-5px;min-width:19px;height:19px;border-radius:999px;background:#ef4444;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:950;padding:0 5px;box-shadow:0 3px 8px rgba(0,0,0,.25)}
.promo-collapsed{border:1px dashed #93c5fd!important;background:#eff6ff!important;border-radius:14px!important;padding:0!important;margin:12px 0!important;overflow:hidden!important;}
.promo-collapsed summary{cursor:pointer;list-style:none;padding:12px 13px;font-weight:900;color:#0f172a;display:flex;align-items:center;justify-content:space-between;gap:10px;}
.promo-collapsed summary::-webkit-details-marker{display:none}.promo-collapsed summary:after{content:'+';width:24px;height:24px;border-radius:50%;background:#0ea5e9;color:#fff;display:grid;place-items:center;font-weight:950}.promo-collapsed[open] summary:after{content:'−'}
.promo-collapsed .promo-row{padding:0 12px 12px!important;display:flex!important;gap:8px!important;align-items:center!important;}
.terms-confirm-box{display:flex;align-items:flex-start;gap:10px;margin:14px auto 10px;padding:13px 14px;border:1px solid #fbbf24;background:#fffbeb;border-radius:14px;max-width:620px;text-align:left;font-weight:800;color:#1f2937;box-sizing:border-box;}
.terms-confirm-box input{width:18px;height:18px;margin-top:2px;accent-color:#16a34a;flex:0 0 auto}.terms-confirm-box b{color:#dc2626}.terms-confirm-box a{color:#0ea5e9;font-weight:950;text-decoration:none}.terms-error-box{max-width:620px;margin:8px auto 0;border:1px solid #fecaca;background:#fef2f2;color:#991b1b;border-radius:12px;padding:11px 13px;font-weight:900;text-align:center}.terms-error-box.show{display:block!important}
.checkout-confirm{text-align:center!important}.checkout-confirm .confirm-actions{justify-content:center!important}
@media(max-width:760px){
  .hp-profile-modal{align-items:flex-start!important;padding:8px!important;}
  .hp-profile-head{min-height:108px!important;padding:14px 14px 12px!important;gap:11px!important;align-items:flex-start!important;}
  .hp-profile-avatar{width:82px!important;height:82px!important;min-width:82px!important;border-radius:14px!important;}
  .hp-profile-title-wrap{padding:2px 36px 0 0!important;min-width:0!important;}
  .hp-profile-title{font-size:22px!important;margin-bottom:6px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:calc(100vw - 160px)!important;}
  .hp-profile-badge{font-size:10px!important;padding:5px 7px!important;}
  .hp-profile-tabs{padding:10px!important;gap:6px!important;position:relative!important;top:auto!important;}
  .hp-profile-tabs .tab{font-size:12px!important;padding:8px 9px!important;min-width:auto!important;}
  .floating-cart-bubble{right:12px;bottom:14px;width:50px;height:50px;font-size:22px;}
  .cart-grid{grid-template-columns:1fr!important;}
  .cart-grid>form.panel{position:relative!important;top:auto!important;}
  .promo-collapsed .promo-row{display:grid!important;grid-template-columns:1fr auto!important;}
  .promo-collapsed .promo-row .gray{grid-column:1/3;width:100%;}
}
@media(min-width:900px){.cart-grid>form.panel{position:sticky!important;top:86px!important;align-self:start!important;}}

/* V149 - cos plutitor mai sus, termeni, chat settings si mesaje sistem */
.floating-cart-bubble{bottom:92px!important;right:18px!important;}
@media(max-width:760px){.floating-cart-bubble{bottom:88px!important;right:12px!important;width:48px!important;height:48px!important;font-size:21px!important;}}
.terms-confirm-box span{font-weight:900!important;}
.terms-error-box{font-size:14px!important;}
.chat-unavailable-card{max-width:680px;margin:18px auto;padding:18px 20px;border:1px solid #fdba74;background:#fff7ed;color:#9a3412;border-radius:16px;text-align:center;font-weight:900;box-shadow:0 10px 28px rgba(251,146,60,.14)}
.live-msg.system{max-width:720px!important;margin:10px auto!important;padding:8px 12px!important;border:1px solid #fed7aa!important;background:linear-gradient(180deg,#fffaf3,#fff7ed)!important;color:#8a2e0a!important;border-radius:13px!important;text-align:center!important;box-shadow:0 8px 22px rgba(20,184,166,.08)!important;font-size:12px!important;font-weight:700!important;line-height:1.35!important;}
.live-msg.system .meta{font-size:10px!important;color:#64748b!important;margin-bottom:3px!important;font-style:normal!important;font-weight:600!important;}
.live-msg.system div{font-size:13px!important;font-weight:850!important;font-style:normal!important;}
.live-msg:not(.system):not(.mine){font-weight:800!important;}
.chat-agent-title{font-weight:950!important;}
.chat-setting-card .field{max-width:720px!important;}
/* V150 chat image/audio fixes */
.chat-image-wrap{display:inline-flex!important;align-items:center!important;gap:8px!important;margin-top:8px!important;max-width:100%!important}
.chat-image-thumb{width:auto!important;max-width:min(320px,86vw)!important;max-height:260px!important;height:auto!important;object-fit:contain!important;border-radius:14px!important;background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:0 8px 24px rgba(15,23,42,.10)!important}
.chat-image-modal{position:fixed!important;inset:0!important;z-index:999999!important;background:rgba(2,6,23,.88)!important;display:none;align-items:center!important;justify-content:center!important;padding:18px!important}
.chat-image-modal img{width:auto!important;height:auto!important;max-width:96vw!important;max-height:88vh!important;object-fit:contain!important;border-radius:16px!important;background:#111!important;box-shadow:0 22px 80px rgba(0,0,0,.55)!important}
.chat-image-modal .chat-modal-download[href]{display:grid!important;position:fixed!important;top:18px!important;right:78px!important;width:48px!important;height:48px!important;border-radius:999px!important;background:#0ea5e9!important;color:#fff!important;text-decoration:none!important;place-items:center!important;font-size:22px!important;font-weight:900!important;z-index:1000000!important}
.chat-image-modal .close-img{position:fixed!important;top:18px!important;right:18px!important;width:48px!important;height:48px!important;border-radius:999px!important;background:#fff!important;color:#111!important;border:0!important;font-size:32px!important;line-height:1!important;font-weight:900!important;z-index:1000000!important;cursor:pointer!important}
.chat-audio-tab input[type=file]{width:100%;border:1px solid #dbe3ef;border-radius:12px;background:#fff;padding:10px}
.chat-audio-bubble{display:inline-flex;align-items:center;gap:10px;margin-top:8px;padding:9px 12px;border-radius:999px;background:#f0f9ff;border:1px solid #bae6fd;box-shadow:0 5px 16px rgba(14,165,233,.12);max-width:min(330px,100%)}
.chat-audio-play{width:34px;height:34px;border-radius:50%;border:0;background:#0ea5e9;color:#fff;font-weight:900;display:grid;place-items:center;cursor:pointer;flex:0 0 34px}
.chat-audio-wave{display:inline-flex;align-items:center;gap:3px;height:28px;min-width:84px}.chat-audio-wave i{display:block;width:4px;border-radius:99px;background:#38bdf8;height:12px}.chat-audio-wave i:nth-child(2){height:22px}.chat-audio-wave i:nth-child(3){height:16px}.chat-audio-wave i:nth-child(4){height:25px}.chat-audio-wave i:nth-child(5){height:13px}.chat-audio-bubble.playing .chat-audio-wave i{animation:hpAudio .7s ease-in-out infinite alternate}.chat-audio-bubble.playing .chat-audio-wave i:nth-child(2){animation-delay:.1s}.chat-audio-bubble.playing .chat-audio-wave i:nth-child(3){animation-delay:.2s}.chat-audio-label{font-size:12px;font-weight:900;color:#075985;white-space:nowrap}@keyframes hpAudio{to{transform:scaleY(.45);opacity:.7}}
@media(max-width:640px){.chat-image-thumb{max-width:72vw!important;max-height:210px!important}.chat-image-modal .close-img,.chat-image-modal .chat-modal-download[href]{width:42px!important;height:42px!important;top:12px!important}.chat-image-modal .close-img{right:12px!important}.chat-image-modal .chat-modal-download[href]{right:62px!important}.chat-audio-bubble{max-width:92vw;padding:8px 10px}.chat-audio-wave{min-width:62px}.chat-audio-label{font-size:11px}}

/* V151: microfon instant + send mai mic + restrictie chat */
.chat-input-row .chat-send-icon,
.admin-chat-compose .admin-chat-send-circle{
  width:38px!important;height:38px!important;min-width:38px!important;flex:0 0 38px!important;font-size:16px!important;
}
.chat-mic-btn{
  width:38px;height:38px;min-width:38px;flex:0 0 38px;border:0;border-radius:50%;
  background:#eef6ff;color:#0ea5e9;font-size:17px;font-weight:900;display:grid;place-items:center;cursor:pointer;
  box-shadow:0 4px 14px rgba(14,165,233,.18);transition:.15s ease;
}
.chat-mic-btn:hover{filter:brightness(.98);transform:translateY(-1px)}
.chat-mic-btn.recording{background:#ef4444;color:#fff;animation:hpMicPulse 1s infinite;}
@keyframes hpMicPulse{0%,100%{box-shadow:0 0 0 0 rgba(239,68,68,.35)}50%{box-shadow:0 0 0 8px rgba(239,68,68,0)}}
.chat-restricted-card{border:1px solid #fecaca!important;background:#fff7f7!important;color:#991b1b!important;border-radius:18px!important;padding:16px!important;box-shadow:0 10px 26px rgba(239,68,68,.12)!important;line-height:1.5}
@media(max-width:640px){
  .chat-input-row .chat-send-icon,.admin-chat-compose .admin-chat-send-circle,.chat-mic-btn{width:36px!important;height:36px!important;min-width:36px!important;flex-basis:36px!important;font-size:15px!important}
  .chat-input-row{gap:5px!important}
}


/* V152: imagine se închide instant + microfon hold-to-record */
.chat-image-modal{touch-action:none!important}
.chat-image-modal .close-img{pointer-events:auto!important;z-index:1000003!important}
.chat-mic-btn{user-select:none!important;-webkit-user-select:none!important;touch-action:none!important}
.chat-mic-btn.recording::after{content:'REC';position:absolute;transform:translateY(-28px);font-size:9px;font-weight:950;color:#ef4444;background:#fff;border:1px solid #fecaca;border-radius:999px;padding:1px 5px;box-shadow:0 4px 10px rgba(239,68,68,.16)}
.chat-input-row .chat-mic-btn{position:relative}


/* V153: imagine închisă complet + microfon lângă send, fără audio în Extra */
.chat-image-modal{background:#020617!important;opacity:1!important;visibility:visible!important;}
.chat-image-modal[style*="none"]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;}
.chat-extra-tab.chat-audio-tab,[data-extra-tab="#chatAudioTab"],[data-extra-tab="#adminAudioTab"]{display:none!important;}
.chat-mic-btn.recording{background:#ef4444!important;color:#fff!important;}
.chat-mic-btn.recording::before{content:'Înregistrează';position:absolute;right:46px;white-space:nowrap;background:#111827;color:#fff;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900;box-shadow:0 8px 20px rgba(0,0,0,.22)}
@media(max-width:640px){.chat-mic-btn.recording::before{right:40px;font-size:10px;padding:5px 7px}}


/* V154: suspend chat mesaj sistem + admin compose stabil + fără clipire la poll */
.admin-chat-compose.chat-input-row,
.chat-input-row{
  display:flex!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  gap:7px!important;
}
.admin-chat-compose.chat-input-row textarea,
.chat-input-row textarea{
  flex:1 1 auto!important;
  min-width:0!important;
}
.admin-chat-compose.chat-input-row .chat-emoji-toggle,
.chat-input-row .chat-emoji-toggle{flex:0 0 38px!important;}
.admin-chat-compose.chat-input-row .chat-mic-btn,
.chat-input-row .chat-mic-btn{order:30!important;flex:0 0 38px!important;}
.admin-chat-compose.chat-input-row .admin-chat-send-circle,
.chat-input-row .chat-send-icon{order:40!important;flex:0 0 38px!important;}
.chat-closed-box,
.live-msg.system{
  max-width:min(720px,94%)!important;
  margin:9px auto!important;
  padding:8px 12px!important;
  border:1px solid #fed7aa!important;
  background:linear-gradient(180deg,#fffaf2,#fff7ed)!important;
  color:#9a3412!important;
  border-radius:14px!important;
  text-align:center!important;
  box-shadow:0 8px 22px rgba(15,23,42,.06)!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.35!important;
}
.chat-closed-box .meta,
.live-msg.system .meta{font-size:10px!important;color:#64748b!important;font-weight:650!important;margin-bottom:3px!important;}
@media(max-width:640px){
  .admin-chat-compose.chat-input-row .chat-mic-btn,
  .chat-input-row .chat-mic-btn,
  .admin-chat-compose.chat-input-row .admin-chat-send-circle,
  .chat-input-row .chat-send-icon,
  .admin-chat-compose.chat-input-row .chat-emoji-toggle,
  .chat-input-row .chat-emoji-toggle{width:34px!important;height:34px!important;min-width:34px!important;flex-basis:34px!important;font-size:14px!important;}
}

/* V155: chat restriction real, mic/send aligned, NOU vizibil */
.admin-chat-compose.chat-input-row,
.chat-input-row{
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr) 38px 38px!important;
  align-items:center!important;
  gap:8px!important;
}
.admin-chat-compose.chat-input-row .chat-emoji-toggle,
.chat-input-row .chat-emoji-toggle{grid-column:1!important;position:static!important;margin:0!important;width:38px!important;height:38px!important;min-width:38px!important;}
.admin-chat-compose.chat-input-row textarea,
.chat-input-row textarea{grid-column:2!important;min-width:0!important;width:100%!important;margin:0!important;min-height:42px!important;max-height:90px!important;resize:vertical!important;}
.admin-chat-compose.chat-input-row .chat-mic-btn,
.chat-input-row .chat-mic-btn{grid-column:3!important;order:initial!important;position:relative!important;margin:0!important;width:38px!important;height:38px!important;min-width:38px!important;display:grid!important;place-items:center!important;}
.admin-chat-compose.chat-input-row .admin-chat-send-circle,
.chat-input-row .chat-send-icon{grid-column:4!important;order:initial!important;position:static!important;margin:0!important;width:38px!important;height:38px!important;min-width:38px!important;display:grid!important;place-items:center!important;}
.admin-chat-restricted-write{margin:12px!important;text-align:center!important;font-size:14px!important;}
.chat-thread-item{position:relative!important;}
.chat-thread-new{display:inline-grid!important;place-items:center!important;background:#ef4444!important;color:#fff!important;border-radius:999px!important;padding:4px 8px!important;font-weight:950!important;font-size:11px!important;letter-spacing:.02em!important;box-shadow:0 6px 14px rgba(239,68,68,.25)!important;margin-left:8px!important;}
.chat-thread-item:has(.chat-thread-new){border-color:#ef4444!important;background:#fff7f7!important;}
.chat-thread-item:has(.chat-thread-new) .line b{color:#b91c1c!important;font-weight:950!important;}
.chat-status-suspended{font-weight:950!important;color:#dc2626!important;}
@media(max-width:640px){
  .admin-chat-compose.chat-input-row,.chat-input-row{grid-template-columns:34px minmax(0,1fr) 34px 34px!important;gap:6px!important;}
  .admin-chat-compose.chat-input-row .chat-emoji-toggle,.chat-input-row .chat-emoji-toggle,
  .admin-chat-compose.chat-input-row .chat-mic-btn,.chat-input-row .chat-mic-btn,
  .admin-chat-compose.chat-input-row .admin-chat-send-circle,.chat-input-row .chat-send-icon{width:34px!important;height:34px!important;min-width:34px!important;font-size:14px!important;}
}

/* V156: chat admin mic/send pe aceeași linie + restricție doar la client */
.admin-chat-compose.chat-input-row,
.live-chat-form .chat-input-row{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr) 40px 40px!important;
  align-items:center!important;
  gap:8px!important;
  position:relative!important;
}
.admin-chat-compose.chat-input-row .chat-emoji-toggle,
.live-chat-form .chat-input-row .chat-emoji-toggle{
  grid-column:1!important;position:static!important;transform:none!important;margin:0!important;width:40px!important;height:40px!important;min-width:40px!important;align-self:center!important;justify-self:center!important;
}
.admin-chat-compose.chat-input-row textarea,
.live-chat-form .chat-input-row textarea{
  grid-column:2!important;position:static!important;margin:0!important;width:100%!important;min-width:0!important;min-height:44px!important;align-self:center!important;resize:vertical!important;
}
.admin-chat-compose.chat-input-row .chat-mic-btn,
.live-chat-form .chat-input-row .chat-mic-btn{
  grid-column:3!important;position:static!important;transform:none!important;margin:0!important;width:40px!important;height:40px!important;min-width:40px!important;align-self:center!important;justify-self:center!important;display:grid!important;place-items:center!important;
}
.admin-chat-compose.chat-input-row .admin-chat-send-circle,
.live-chat-form .chat-input-row .chat-send-icon{
  grid-column:4!important;position:static!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;transform:none!important;margin:0!important;width:40px!important;height:40px!important;min-width:40px!important;align-self:center!important;justify-self:center!important;display:grid!important;place-items:center!important;line-height:1!important;
}
.admin-chat-compose.chat-input-row:not(:has(.chat-mic-btn)),
.live-chat-form .chat-input-row:not(:has(.chat-mic-btn)){
  grid-template-columns:40px minmax(0,1fr) 40px!important;
}
.admin-chat-compose.chat-input-row:not(:has(.chat-mic-btn)) .admin-chat-send-circle,
.live-chat-form .chat-input-row:not(:has(.chat-mic-btn)) .chat-send-icon{grid-column:3!important;}
.admin-chat-restricted-write{display:none!important;}
.chat-status-suspended{font-weight:950!important;color:#dc2626!important;}
@media(max-width:640px){
  .admin-chat-compose.chat-input-row,
  .live-chat-form .chat-input-row{grid-template-columns:36px minmax(0,1fr) 36px 36px!important;gap:6px!important;}
  .admin-chat-compose.chat-input-row .chat-emoji-toggle,
  .live-chat-form .chat-input-row .chat-emoji-toggle,
  .admin-chat-compose.chat-input-row .chat-mic-btn,
  .live-chat-form .chat-input-row .chat-mic-btn,
  .admin-chat-compose.chat-input-row .admin-chat-send-circle,
  .live-chat-form .chat-input-row .chat-send-icon{width:36px!important;height:36px!important;min-width:36px!important;font-size:14px!important;}
  .admin-chat-compose.chat-input-row:not(:has(.chat-mic-btn)),
  .live-chat-form .chat-input-row:not(:has(.chat-mic-btn)){grid-template-columns:36px minmax(0,1fr) 36px!important;}
}
