.exams-browse-page{background:#f8fafc;min-height:100vh}.ex-hero{text-align:center;color:#fff;background:linear-gradient(135deg,#6d28d9,#7c3aed,#8b5cf6);padding:56px 20px 44px;position:relative;overflow:hidden}.ex-hero-bg{pointer-events:none;position:absolute;inset:0}.ex-hero-circle{background:#ffffff0f;border-radius:50%;position:absolute}.ex-hero-circle.c1{width:350px;height:350px;top:-120px;right:-80px}.ex-hero-circle.c2{width:200px;height:200px;bottom:-60px;left:-40px}.ex-hero-circle.c3{width:120px;height:120px;top:30px;left:15%}.ex-hero-content{z-index:1;max-width:600px;margin:0 auto;position:relative}.ex-hero-icon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 14px;display:flex}.ex-hero-icon svg{fill:#fff}.ex-hero-content h1{margin-bottom:8px;font-size:1.8rem;font-weight:900}.ex-hero-content>p{opacity:.8;margin-bottom:20px;font-size:.88rem;line-height:1.6}.ex-hero-stats{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.ex-hero-stat{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:.75rem;font-weight:600;display:flex}.ex-section{padding:36px 0}.ex-section.paid{background:#f1f5f9}.ex-section-inner{max-width:1100px;margin:0 auto;padding:0 20px}.ex-section-header{margin-bottom:24px}.ex-section-title{align-items:center;gap:14px;display:flex}.ex-section-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ex-section-icon.free{color:#15803d;background:#dcfce7}.ex-section-icon.free svg{fill:#15803d}.ex-section-icon.premium{color:#92400e;background:#fef3c7}.ex-section-icon.premium svg{fill:#92400e}.ex-section-title h2{color:var(--text-dark);font-size:1.1rem;font-weight:800}.ex-section-title p{color:var(--text-muted);margin-top:2px;font-size:.78rem}.ex-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.ex-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;transition:all .3s;animation:.5s backwards exCardUp;display:flex;overflow:hidden}@keyframes exCardUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.ex-card:hover{border-color:#8b5cf6;transform:translateY(-3px);box-shadow:0 8px 28px #7c3aed14}.ex-card.ex-card-scheduled{background:linear-gradient(135deg,#fffbeb 0%,#fff 60%);border:2px solid #f59e0b;position:relative;box-shadow:0 0 16px #f59e0b26,0 4px 12px #0000000a}.ex-card.ex-card-scheduled:after{content:"";-webkit-mask-composite:xor;pointer-events:none;opacity:.6;background:linear-gradient(135deg,#f59e0b,#ef4444,#f59e0b) border-box;border:2px solid #0000;border-radius:14px;animation:3s ease-in-out infinite exScheduledGlow;position:absolute;inset:-2px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:padding-box,border-box;mask-clip:padding-box,border-box;-webkit-mask-origin:padding-box,border-box;mask-origin:padding-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes exScheduledGlow{0%,to{opacity:.4}50%{opacity:.9}}.ex-card.ex-card-scheduled:hover{border-color:#f59e0b;box-shadow:0 0 24px #f59e0b40,0 8px 28px #0000000f}.ex-scheduled-banner{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fcd34d;border-radius:8px;margin-bottom:10px;padding:10px 12px}.ex-scheduled-banner .ex-sched-label{color:#92400e;align-items:center;gap:5px;margin-bottom:4px;font-size:.7rem;font-weight:700;display:flex}.ex-scheduled-banner .ex-sched-date{color:#b45309;align-items:center;gap:5px;margin-bottom:6px;font-size:.78rem;font-weight:800;display:flex}.ex-sched-countdown{gap:6px;display:flex}.ex-sched-countdown .ex-cd-box{text-align:center;background:#fff;border:1px solid #fcd34d;border-radius:6px;min-width:42px;padding:4px 8px}.ex-sched-countdown .ex-cd-num{color:#b45309;font-size:.9rem;font-weight:900;line-height:1.2;display:block}.ex-sched-countdown .ex-cd-label{color:#92400e;text-transform:none;font-size:.55rem;font-weight:700;display:block}.ex-card-thumb{aspect-ratio:16/9;background:#f3e8ff;position:relative;overflow:hidden}.ex-card-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.ex-card:hover .ex-card-thumb img{transform:scale(1.04)}.ex-free-badge{color:#fff;background:#15803d;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:.62rem;font-weight:800;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 6px #15803d4d}.ex-discount-badge{color:#fff;background:linear-gradient(135deg,#dc2626,#ef4444);border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:.62rem;font-weight:800;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 6px #dc26264d}.ex-card-body{flex-direction:column;flex-grow:1;padding:16px;display:flex}.ex-card-tags{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.ex-subject-tag{color:#6d28d9;background:#ede9fe;border-radius:4px;padding:2px 8px;font-size:.6rem;font-weight:700}.ex-diff-badge{border-radius:4px;padding:2px 8px;font-size:.6rem;font-weight:700}.ex-card-name{color:#1e293b;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:.9rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.ex-card-instructor{color:#64748b;align-items:center;gap:5px;margin-bottom:10px;font-size:.72rem;display:flex}.ex-card-instructor svg{fill:#94a3b8}.ex-card-stats{border-top:1px solid #f1f5f9;gap:14px;margin-bottom:10px;padding:8px 0;display:flex}.ex-stat{align-items:center;gap:4px;display:flex}.ex-stat svg{fill:#94a3b8}.ex-stat span{color:#64748b;font-size:.7rem;font-weight:600}.ex-card-bottom{justify-content:space-between;align-items:center;gap:10px;margin-top:auto;display:flex}.ex-price-free{color:#15803d;align-items:center;gap:5px;font-size:.88rem;font-weight:800;display:flex}.ex-price-paid{align-items:baseline;gap:6px;display:flex}.ex-price-now{color:#6d28d9;font-size:1.15rem;font-weight:900}.ex-price-was{color:#94a3b8;font-size:.78rem;font-weight:600;text-decoration:line-through}.ex-card-actions{gap:6px;display:flex}.ex-detail-btn{color:#6d28d9;transition:var(--transition);background:#ede9fe;border:1px solid #0000;border-radius:8px;align-items:center;gap:4px;padding:7px 12px;font-size:.72rem;font-weight:700;text-decoration:none;display:flex}.ex-detail-btn:hover{border-color:#8b5cf6}.ex-start-btn{color:#fff;transition:var(--transition);background:linear-gradient(135deg,#15803d,#16a34a);border:none;border-radius:8px;align-items:center;gap:4px;padding:7px 14px;font-size:.72rem;font-weight:700;text-decoration:none;display:flex;box-shadow:0 2px 6px #15803d33}.ex-start-btn:hover{transform:translateY(-1px)}.ex-cart-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0f172a33}.ex-cart-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.ex-cart-btn:hover:not(:disabled){background:linear-gradient(135deg,#334155 0%,#1e293b 100%);transform:translateY(-2px);box-shadow:0 6px 16px #0f172a4d}.ex-cart-btn:hover:not(:disabled):before{left:100%}.ex-cart-btn:active:not(:disabled){transform:translateY(0)}.ex-cart-btn.added{cursor:default;background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 4px 12px #10b98140}@media (max-width:640px){.ex-hero-content h1{font-size:1.3rem}.ex-grid{grid-template-columns:1fr;gap:14px}.ex-card-bottom{flex-direction:column;align-items:flex-start;gap:8px}.ex-card-actions{width:100%}.ex-detail-btn,.ex-start-btn,.ex-cart-btn{flex:1;justify-content:center}}
