#oha-vt-1.oha-theme-dark{--bg:#0f1a19;--surface:#162421;--surface-alt:#1e302d;--border:#2a3d3a;--text:#f0ebe3;--text-muted:#8eaaa6;--accent:#2dd4bf;--accent-light:#162421;--accent-hover:#5eead4;--gold:#f59e0b;--gold-light:#1c1508;--tag-bg:#1e302d;--tag-text:#2dd4bf;--shadow-sm:0 1px 3px rgba(0,0,0,.3);--shadow-md:0 4px 16px rgba(0,0,0,.4);--shadow-lg:0 8px 32px rgba(0,0,0,.5);--radius:12px;--radius-sm:8px;--font-display:"Playfair Display",Georgia,serif;--font-body:"DM Sans",system-ui,sans-serif}.oha-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-sm);transition:transform .22s ease,box-shadow .22s ease;animation:oha-fadein .35s ease both}.oha-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.oha-card-img-wrap{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--surface-alt);flex-shrink:0}.oha-card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.oha-card:hover .oha-card-img{transform:scale(1.05)}.oha-card-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;background:linear-gradient(135deg,var(--accent-light) 0%,var(--surface-alt) 100%)}.oha-card-duration{position:absolute;bottom:10px;left:10px;background:rgba(0,0,0,.55);color:#fff;font-size:.75rem;font-weight:500;padding:3px 9px;border-radius:20px;backdrop-filter:blur(4px);font-family:var(--font-body)}.oha-card-body{padding:16px;display:flex;flex-direction:column;flex:1;gap:0}.oha-card-title{font-family:var(--font-display);font-size:1.05rem;font-weight:600;color:var(--text);line-height:1.35;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.oha-card-desc{font-size:.82rem;color:var(--text-muted);line-height:1.5;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.oha-card-meta{display:flex;align-items:center;gap:8px;margin-bottom:12px;flex-wrap:wrap}.oha-stars{display:flex;gap:1px}.oha-star{width:13px;height:13px;color:var(--gold);fill:currentColor}.oha-star.half{fill:url("#oha-star-half")}.oha-star.empty{color:var(--border)}.oha-rating-num{font-size:.82rem;font-weight:600;color:var(--gold)}.oha-reviews{font-size:.78rem;color:var(--text-muted)}.oha-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid var(--border);gap:8px}.oha-price-label{font-size:.72rem;color:var(--text-muted);font-weight:400}.oha-price{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:var(--accent);line-height:1}.oha-price-wrap{display:flex;flex-direction:column;gap:1px}.oha-book-btn{display:inline-block;padding:9px 18px;background:var(--accent);color:#fff!important;border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.83rem;font-weight:600;text-decoration:none!important;white-space:nowrap;transition:background .18s ease,transform .15s ease;border:none}.oha-book-btn:hover{background:var(--accent-hover);transform:scale(1.03);color:#fff!important}.oha-no-results{grid-column:1/-1;text-align:center;padding:3rem 1rem;color:var(--text-muted)}.oha-no-results-icon{font-size:3rem}.oha-no-results p{margin:.75rem 0 0;font-size:.95rem}.oha-show{display:flex!important}.oha-show-block{display:block!important}.oha-show-grid{display:grid!important}@media (max-width:600px){.oha-card-footer{flex-wrap:wrap}.oha-book-btn{flex:1;text-align:center}}