.reviewers-page-glass{max-width:1200px;margin:0 auto;padding:40px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}.reviewers-header{text-align:center;margin-bottom:48px}.reviewers-header h1{display:flex;align-items:center;justify-content:center;gap:12px;font-size:32px;color:#1a1a2e;margin:0 0 12px}.reviewers-header h1 svg{stroke:#667eea}.reviewers-header p{font-size:18px;color:#6c757d;margin:0}.section-header{margin-bottom:24px}.section-title{display:flex;align-items:center;gap:10px;margin-bottom:4px}.section-title h2{margin:0;font-size:22px;color:#1a1a2e}.section-title .star-icon{color:#f59e0b}.section-header p{margin:0;color:#6c757d;font-size:14px;padding-left:34px}.featured-section{background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border-radius:20px;padding:32px;margin-bottom:48px;border:1px solid #fde68a}.all-reviewers-section{margin-bottom:48px}.reviewers-empty{text-align:center;padding:60px 20px;background:#f8f9fa;border-radius:16px}.reviewers-empty svg{opacity:.3;margin-bottom:16px;stroke:#999}.reviewers-empty h3{margin:0 0 8px;color:#333}.reviewers-empty p{margin:0;color:#666}.yorumcu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.yorumcu-card{position:relative;height:400px;border-radius:20px;overflow:hidden;cursor:pointer;transition:all 0.4s ease;box-shadow:0 10px 40px rgb(0 0 0 / .15)}.yorumcu-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px rgb(0 0 0 / .25)}.yorumcu-card-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center top;transition:all 0.4s ease}.yorumcu-card:hover .yorumcu-card-bg{transform:scale(1.05)}.yorumcu-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#fff0 0%,#fff0 50%,rgb(0 0 0 / .6) 80%,rgb(0 0 0 / .85) 100%);z-index:1}.yorumcu-featured-badge{position:absolute;top:16px;left:16px;z-index:3;display:flex;align-items:center;gap:6px;padding:8px 14px;background:rgb(255 200 50 / .95);backdrop-filter:blur(10px);border-radius:50px;font-size:12px;font-weight:600;color:#1a1a2e}.yorumcu-status{position:absolute;top:16px;right:16px;z-index:3;display:flex;align-items:center;gap:6px;padding:6px 12px;background:rgb(0 0 0 / .4);backdrop-filter:blur(10px);border-radius:50px;font-size:11px;font-weight:500;color:#fff}.yorumcu-status-dot{width:8px;height:8px;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.yorumcu-card-content{position:absolute;bottom:0;left:0;right:0;padding:20px;z-index:2}.yorumcu-glass-info{transition:all 0.3s ease}.yorumcu-name{font-size:20px;font-weight:700;color:#fff!important;margin-bottom:4px;text-shadow:0 2px 4px rgb(0 0 0 / .3)}.yorumcu-title{font-size:12px;color:rgb(255 255 255 / .85)!important;margin-bottom:12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.yorumcu-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.yorumcu-tag{padding:4px 10px;background:rgb(255 255 255 / .2);backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .3);border-radius:50px;font-size:10px;font-weight:500;color:#fff!important}.yorumcu-actions{display:flex;gap:8px}.yorumcu-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 14px;border-radius:10px;font-size:12px;font-weight:600;text-decoration:none;transition:all 0.2s}.yorumcu-btn-outline{background:rgb(255 255 255 / .15);backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .3);color:#fff!important}.yorumcu-btn-outline:hover{background:rgb(255 255 255 / .25);color:#fff!important}.yorumcu-btn-outline svg{stroke:#fff}.yorumcu-btn-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;color:#fff!important}.yorumcu-btn-primary:hover{box-shadow:0 8px 20px rgb(102 126 234 / .4);transform:translateY(-2px);color:#fff!important}.yorumcu-btn-primary svg{stroke:#fff}.yorumcu-btn-disabled{background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .2);color:rgb(255 255 255 / .6)!important;cursor:not-allowed}.yorumcu-btn-disabled svg{stroke:rgb(255 255 255 / .6)}.yorumcu-card.featured .yorumcu-card-overlay{background:linear-gradient(to bottom,rgb(245 158 11 / .05) 0%,#fff0 30%,rgb(0 0 0 / .6) 80%,rgb(0 0 0 / .85) 100%)}.yorumcu-card.featured .yorumcu-btn-primary{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}.yorumcu-card.featured .yorumcu-btn-primary:hover{box-shadow:0 8px 20px rgb(245 158 11 / .4)}.yorumcu-card.featured .yorumcu-tag{background:rgb(245 158 11 / .3);border-color:rgb(245 158 11 / .5)}.pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:40px;flex-wrap:wrap}.page-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#667eea;text-decoration:none;font-weight:500;font-size:14px;transition:all 0.2s}.page-btn:hover{background:#667eea;color:#fff;border-color:#667eea}.page-btn svg{stroke:currentColor}.page-numbers{display:flex;align-items:center;gap:4px}.page-num{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#333;text-decoration:none;font-weight:500;transition:all 0.2s}.page-num:hover{border-color:#667eea;color:#667eea}.page-num.active{background:#667eea;border-color:#667eea;color:#fff}.page-dots{color:#999;padding:0 4px}.reviewers-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;padding:48px;text-align:center;color:#fff}.reviewers-cta h3{margin:0 0 8px;font-size:24px;color:#fff!important}.reviewers-cta p{margin:0 0 24px;opacity:.9;color:#fff!important}.cta-button{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#667eea!important;padding:14px 28px;border-radius:10px;text-decoration:none;font-weight:600;transition:all 0.2s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgb(0 0 0 / .2);color:#667eea!important}.cta-button svg{stroke:#667eea}@media (max-width:768px){.reviewers-header h1{font-size:24px}.reviewers-header p{font-size:15px}.yorumcu-grid{grid-template-columns:1fr}.yorumcu-card{height:460px}.yorumcu-card-overlay{background:linear-gradient(to bottom,#fff0 0%,#fff0 35%,rgb(0 0 0 / .4) 50%,rgb(0 0 0 / .7) 65%,rgb(0 0 0 / .9) 80%,rgb(0 0 0 / .95) 100%)!important}.yorumcu-card.featured .yorumcu-card-overlay{background:linear-gradient(to bottom,rgb(245 158 11 / .05) 0%,#fff0 25%,rgb(0 0 0 / .4) 50%,rgb(0 0 0 / .7) 65%,rgb(0 0 0 / .9) 80%,rgb(0 0 0 / .95) 100%)!important}.yorumcu-name{font-size:17px!important;margin-bottom:3px!important}.yorumcu-title{font-size:11px!important;margin-bottom:10px!important}.yorumcu-tags{gap:5px!important;margin-bottom:12px!important}.yorumcu-tag{padding:3px 8px!important;font-size:9px!important}.yorumcu-actions{gap:6px!important}.yorumcu-btn{padding:8px 12px!important;font-size:11px!important;border-radius:8px!important}.yorumcu-btn svg{width:14px!important;height:14px!important}.yorumcu-featured-badge{padding:6px 10px!important;font-size:10px!important}.yorumcu-featured-badge svg{width:12px!important;height:12px!important}.yorumcu-status{padding:5px 10px!important;font-size:10px!important}.yorumcu-status-dot{width:6px!important;height:6px!important}.yorumcu-card-content{padding:16px!important}.featured-section{padding:24px 16px}.section-header p{padding-left:0}.reviewers-cta{padding:32px 24px}.reviewers-cta h3{font-size:20px}.pagination{gap:8px}.page-btn{padding:8px 12px;font-size:13px}.page-num{width:36px;height:36px;font-size:13px}}@media (max-width:480px){.yorumcu-card{height:440px}.yorumcu-name{font-size:16px!important}.yorumcu-btn{padding:7px 10px!important;font-size:10px!important}}