:root{--ticket-bg:#ffffff;--ticket-border:#e2e8f0;--ticket-shadow:0 4px 6px -1px rgba(53,52,52,0.05),0 2px 4px -1px rgba(63,63,63,0.03);--ticket-shadow-hover:0 10px 15px -3px rgba(0,0,0,0.08);--color-text-main:#1e293b;--color-text-muted:#64748b;--color-accent:#470ae2;--color-bg-page:#f0eefb}.store-ticket-card{display:flex;flex-direction:column;background:var(--ticket-bg);border:1px solid #eee;border-radius:16px;transition:all .25s cubic-bezier(.4,0,.2,1);overflow:hidden;position:relative;text-decoration:none;font-family:Alexandria,Open Sans,sans-serif;height:100%;min-height:240px}.store-ticket-card:hover{transform:translateY(-4px);box-shadow:var(--ticket-shadow-hover);border-color:#f0eefb}.ticket-header{padding:1.5rem 1.25rem 1rem;flex-direction:column;text-align:center;gap:.75rem;background:white}.logo-container,.ticket-header{display:flex;align-items:center}.logo-container{justify-content:center;position:relative;width:auto;height:80px;max-width:170px;max-height:86px}.store-ticket-card .store-card-logo,.store-ticket-card .store-logo-placeholder{width:100%;height:100%;max-width:170px;max-height:80px;object-fit:contain;border:none;background:white;padding:6px}.store-logo-placeholder{background:#f8fafc;color:var(--color-accent);font-size:2rem;font-weight:700}.featured-badge,.store-logo-placeholder{display:flex;align-items:center;justify-content:center}.featured-badge{position:absolute;top:-6px;right:-6px;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:white;width:26px;height:26px;border-radius:50%;border:2px solid white;box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:2}.featured-badge .material-symbols-sharp{font-size:16px}.store-info{flex-direction:column;gap:.25rem;width:100%}.store-info,.store-ticket-card .store-name{display:flex;justify-content:center;align-items:center}.store-ticket-card .store-name{font-size:1rem;font-weight:700;color:var(--color-text-main);margin:0;gap:6px;line-height:1.3}.verified-icon{font-size:18px;color:#0ea5e9}.ticket-divider{position:relative;height:24px;width:100%;display:flex;align-items:center;justify-content:center}.dashed-line{width:100%;height:1px;border-top:2px dashed #cbd5e1;margin:0 1rem}.notch{position:absolute;width:20px;height:20px;background-color:#eee;border-radius:50%;border:1px solid #eee;top:1px;z-index:2;box-shadow:inset 1px 1px 2px rgba(0,0,0,.05)}.notch-left{left:-11px;border-right-color:transparent;border-top-color:transparent;transform:rotate(45deg)}.notch-right{right:-11px;border-left-color:transparent;border-bottom-color:transparent;transform:rotate(45deg)}.ticket-body{flex:1 1;display:flex;flex-direction:column;padding:.5rem 1.25rem 1.25rem;background:white;gap:1rem}.stats-row{justify-content:center;background:#f8fafc;border-radius:10px;padding:.75rem 1.5rem}.stat-box,.stats-row{display:flex;align-items:center}.stat-box{gap:.35rem}.stat-value{font-size:1.2rem;font-weight:800;color:var(--color-text-main);line-height:1}.stat-value.text-accent{color:var(--color-accent)}.stat-label{font-size:.875rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.action-area{margin-top:auto;text-align:center}.action-text{font-size:.875rem;font-weight:600;color:var(--color-text-main);transition:color .2s}.store-ticket-card:hover .action-text{color:var(--color-accent)}[dir=rtl] .notch-left{right:-11px;left:auto;border-left-color:transparent;border-bottom-color:transparent}[dir=rtl] .notch-right{left:-11px;right:auto;border-right-color:transparent;border-top-color:transparent}