/* powered by yagodabumi */
.event-card{position:relative;margin-bottom:20px;overflow:hidden;border:1px solid var(--site-border);border-radius:22px;background:var(--site-bg-raised);box-shadow:var(--site-shadow-soft,0 18px 52px rgba(3,2,10,0.34));color:var(--site-text);transition:border-color 0.18s ease,box-shadow 0.18s ease}@media (min-width:769px){.events-main-container{width:95% !important;margin-right:auto !important;margin-left:auto !important}}.event-card:hover{border-color:var(--site-border-strong);box-shadow:0 22px 58px rgba(3,2,10,0.46)}.event-card-header{min-height:74px;padding:17px 22px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--site-border);background:radial-gradient(circle at 8% 0,rgba(169,99,240,0.16),transparent 38%),var(--site-surface-strong)}.event-title-section{min-width:0;flex:1;display:flex;align-items:center;flex-wrap:wrap;gap:10px}.event-title{margin:0;color:var(--site-text);font-size:clamp(17px,1.35vw,21px);font-weight:800;line-height:1.35}.event-status-badge{min-height:28px;padding:5px 10px;display:inline-flex;align-items:center;border:1px solid rgba(117,226,166,0.34);border-radius:999px;background:rgba(65,201,119,0.13);color:#aef4ca;font-size:11px;font-weight:800;letter-spacing:0.04em;text-transform:uppercase}.event-status-badge.urgent{border-color:rgba(255,105,135,0.38);background:rgba(255,82,116,0.13);color:#ffb3c3}.event-card-body{padding:18px 22px;display:flex;flex-direction:column;gap:14px;background:var(--site-bg-raised)}.event-page-description{margin:0;padding:15px 16px;border:1px solid var(--site-border);border-radius:14px;background:var(--site-surface);color:rgba(248,239,255,0.88);font-size:14px;font-weight:500;line-height:1.65}.event-card-footer{padding:15px 22px 17px;display:flex;flex-direction:column;gap:9px;border-top:1px solid var(--site-border);background:var(--site-bg-deep)}.event-timer-container{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:10px 18px}.event-start-time{display:inline-flex;align-items:center;gap:7px;color:rgba(248,239,255,0.8);font-size:13px;font-weight:600;white-space:nowrap}.event-start-time i{color:var(--site-accent)}.event-timer{position:relative;min-width:0;display:inline-flex;align-items:center;gap:8px;color:#d9aaff;font-size:15px;font-weight:800;white-space:nowrap}.event-timer.urgent{color:#ff9eb4}.event-timer.urgent::before{content: "";width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#ff6688;box-shadow:0 0 12px rgba(255,102,136,0.55);animation:urgent-pulse 2s infinite}.event-page-discount{min-height:30px;padding:5px 11px;display:inline-flex;align-items:center;border:1px solid rgba(255,215,92,0.34);border-radius:999px;background:rgba(255,203,72,0.12);color:#ffe28a;font-size:12px;font-weight:800}.event-page-details{margin:8px 0 0;padding:12px;display:flex;flex-wrap:wrap;gap:8px;border:1px solid var(--site-border);border-radius:14px;background:var(--site-bg-deep)}.event-detail-item{min-height:32px;padding:6px 10px;display:inline-flex;align-items:center;border:1px solid var(--site-border);border-radius:10px;background:rgba(171,105,255,0.09);color:rgba(248,239,255,0.84);font-size:12px;font-weight:600}.event-detail-item strong{margin-right:5px;color:var(--site-text);font-weight:800}.event-page-category-section{margin:10px 0}.event-page-category-block{padding:13px 14px;display:flex;align-items:center;flex-wrap:wrap;gap:11px;border:1px solid var(--site-border);border-radius:14px;background:var(--site-surface)}.events-page-category-title-inline{color:rgba(248,239,255,0.82);font-size:12px;font-weight:800;letter-spacing:0.04em;text-transform:uppercase;white-space:nowrap}.event-page-items-gallery{display:flex;flex-wrap:wrap;gap:9px}.event-item-wrapper{position:relative}.event-item-wrapper[data-filename]{cursor:pointer}.event-item-image{width:48px;height:48px;display:block;object-fit:contain;border:1px solid var(--site-border);border-radius:12px;background:var(--site-bg-deep);transition:border-color 0.16s ease,filter 0.16s ease}.event-item-image:hover,.event-item-wrapper[data-filename]:hover .event-item-image{border-color:var(--site-border-strong);filter:brightness(1.1)}.event-item-tooltip{position:absolute;left:50%;bottom:calc(100% + 10px);z-index:9999;width:max-content;max-width:min(260px,calc(100vw - 28px));padding:10px 12px;border:1px solid var(--site-border-strong);border-radius:12px;background:var(--site-surface);box-shadow:0 14px 34px rgba(3,2,10,0.48);color:var(--site-text);font-size:12px;line-height:1.45;text-align:center;white-space:normal;opacity:0;transform:translateX(-50%);pointer-events:none;transition:opacity 0.16s ease,transform 0.16s ease}.event-item-wrapper:hover .event-item-tooltip{opacity:1;transform:translate(-50%,-4px)}.event-item-tooltip::after{content: "";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:7px solid transparent;border-top-color:var(--site-surface)}.tooltip-description{display:block;margin-top:5px;color:#ffe28a;font-size:11px;line-height:1.4}.event-item-badges{min-height:20px;margin-top:4px;display:flex;align-items:center;justify-content:center;gap:4px}.event-item-badge{width:20px;height:20px;object-fit:contain;pointer-events:none;filter:drop-shadow(0 2px 4px rgba(0,0,0,0.55))}.event-sale-items-section{width:100%}.event-sale-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px}.event-sale-item-card{min-width:0;min-height:108px;padding:10px 8px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:11px;border:1px solid var(--site-border);border-radius:14px;background:var(--site-surface);color:var(--site-text);font-family:var(--site-font);text-align:left;cursor:pointer;transition:border-color 0.16s ease,background 0.16s ease,box-shadow 0.16s ease}.event-sale-item-card:hover,.event-sale-item-card:focus-visible{border-color:rgba(255,215,92,0.44);background:var(--site-surface-strong);box-shadow:0 10px 26px rgba(3,2,10,0.28)}.event-sale-item-image{width:56px;height:56px;flex:0 0 56px;object-fit:contain}.event-sale-item-price{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:5px;color:#ffe28a;font-size:13px;font-weight:700}.event-sale-item-price img{width:18px;height:18px;object-fit:contain}.event-sale-item-price s{color:rgba(248,239,255,0.6)}.event-sale-item-price strong{color:#ffe28a;font-size:14px;font-weight:800}.events-page-separator{height:1px;margin:16px 0;background:linear-gradient(90deg,transparent,var(--site-border-strong),transparent)}.events-page-store-link{margin:12px 0;padding:13px 14px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;border:1px solid var(--site-border-strong);border-radius:14px;background:rgba(171,105,255,0.1)}.store-link-left,.store-link-right{display:inline-flex;align-items:center;gap:7px;color:#fff2bc;font-size:13px;font-weight:800;text-decoration:none}.store-link-left:hover,.store-link-right:hover{color:#ffe178}.store-link-separator{color:rgba(248,239,255,0.72);font-size:12px;font-weight:600}.store-link-icon{width:22px;height:22px;object-fit:contain}.modal-overlay{position:fixed;inset:0;z-index:100000;padding:20px;display:flex;align-items:center;justify-content:center;background:rgba(4,2,12,0.78);backdrop-filter:blur(10px)}.modal-content{width:min(820px,100%);max-height:82dvh;overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--site-border-strong);border-radius:22px;background:var(--site-bg-raised);box-shadow:var(--site-shadow)}.modal-header{min-height:68px;padding:12px 16px 12px 20px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--site-border);background:var(--site-surface-strong)}.modal-header-content{min-width:0;flex:1;display:flex;flex-direction:column;gap:8px}.modal-header-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.modal-header-row h3,.modal-header h3{min-width:0;margin:0;overflow-wrap:anywhere;color:var(--site-text);font-size:18px;font-weight:800}.modal-close{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;border:1px solid var(--site-border);border-radius:13px;background:rgba(171,105,255,0.1);color:rgba(248,239,255,0.84);font-size:24px;line-height:1;cursor:pointer;user-select:none}.modal-close:hover{background:rgba(171,105,255,0.2);color:#fff}.modal-body{padding:20px;overflow-y:auto;color:var(--site-text)}.search-btn{min-height:44px;padding:10px 15px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(235,211,255,0.22);border-radius:13px;background:var(--site-accent-gradient);color:#fff;font-size:13px;font-weight:800;text-decoration:none;cursor:pointer}.search-btn:hover{border-color:rgba(246,234,255,0.4);color:#fff;filter:brightness(1.1)}.disabled-btn{border-color:var(--site-border) !important;background:#21192f !important;color:rgba(248,239,255,0.5) !important;cursor:default !important;filter:none !important;pointer-events:none}@keyframes urgent-pulse{0%,100%{opacity:0.42;transform:scale(1)}50%{opacity:1;transform:scale(1.22)}}@media (max-width:768px){main:has(.events-list-container){width:100%;margin:0;padding:0}.events-list-container{gap:0 !important;padding-bottom:calc(16px + var(--app-safe-bottom))}.event-card{margin-bottom:0;border:0;border-top:1px solid var(--site-border);border-radius:0;background:transparent;box-shadow:none}.event-card-header,.event-card-body,.event-card-footer{padding-left:14px;padding-right:14px}.event-card-header{min-height:66px;background:transparent}.event-card-body,.event-card-footer{background:transparent}.event-title{font-size:15px}.event-page-description{padding:13px;font-size:14px}.event-timer-container{align-items:flex-start;flex-direction:column}.event-item-image{width:44px;height:44px}.event-sale-items-grid{grid-template-columns:repeat(auto-fill,minmax(88px,1fr))}.event-sale-item-card{min-height:102px;padding:8px 6px}.event-sale-item-image{width:52px;height:52px;flex-basis:52px}.modal-overlay{align-items:flex-end;padding:62px 0 0}.modal-content{width:100%;max-height:calc(100dvh - 62px);border-right:0;border-bottom:0;border-left:0;border-radius:22px 22px 0 0}}@media (max-width:480px){.event-card-header{align-items:flex-start;flex-direction:column}.event-detail-item,.store-link-left,.store-link-right{font-size:12px}.events-page-store-link{align-items:stretch;flex-direction:column}.store-link-separator{display:none}}@media (prefers-reduced-motion:reduce){.event-timer.urgent::before{animation:none}}html[data-theme="light"] .event-card,html[data-theme="light"] .event-card-body,html[data-theme="light"] .modal-content{background:#ffffff;box-shadow:0 18px 46px rgba(65,37,91,0.11)}html[data-theme="light"] .event-card-header,html[data-theme="light"] .event-card-footer,html[data-theme="light"] .modal-header{background:radial-gradient(circle at 8% 0,rgba(112,64,200,0.1),transparent 38%),#f5eef9}html[data-theme="light"] .event-page-description,html[data-theme="light"] .event-page-category-block,html[data-theme="light"] .event-sale-item-card,html[data-theme="light"] .event-item-tooltip{background:#fbf8fd;color:var(--site-text-secondary)}html[data-theme="light"] .event-page-details,html[data-theme="light"] .event-item-image{background:#f0e6f7}html[data-theme="light"] .event-detail-item,html[data-theme="light"] .events-page-store-link,html[data-theme="light"] .modal-close{background:rgba(112,64,200,0.08);color:var(--site-text)}html[data-theme="light"] .event-item-tooltip::after{border-top-color:#fbf8fd}html[data-theme="light"] .event-start-time,html[data-theme="light"] .events-page-category-title-inline,html[data-theme="light"] .store-link-separator{color:var(--site-text-secondary)}html[data-theme="light"] .event-start-time{color:#4b365d;font-weight:700}html[data-theme="light"] .event-timer{color:#61289b;text-shadow:0 0 14px rgba(112,64,200,0.16)}html[data-theme="light"] .event-status-badge{border-color:rgba(23,126,72,0.42);background:rgba(31,145,82,0.14);color:#12663c}html[data-theme="light"] .event-status-badge.urgent,html[data-theme="light"] .event-timer.urgent{color:#a51f48}html[data-theme="light"] .disabled-btn{background:#e9e0ef !important;color:var(--site-text-muted) !important}