@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--bg: #0f0f0f;--surface: #1a1a1a;--surface2: #252525;--surface3: #2e2e2e;--border: rgba(255,255,255,.08);--accent: #e85d04;--accent-glow: rgba(232, 93, 4, .3);--accent-light: #ff7e2e;--text: #f0f0f0;--text-muted: #888;--text-dim: #555;--star-active: #f59e0b;--star-inactive: #333;--radius: 16px;--radius-sm: 10px;--shadow: 0 8px 32px rgba(0,0,0,.5);--shadow-card: 0 4px 24px rgba(0,0,0,.4)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea{font-family:inherit}.navbar{position:sticky;top:0;z-index:100;background:#0f0f0fd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between}.navbar-logo{display:flex;align-items:center;gap:10px;font-size:1.3rem;font-weight:800;letter-spacing:-.5px}.navbar-logo .emoji{font-size:1.6rem}.navbar-logo span{color:var(--accent)}.navbar-links{display:flex;gap:.5rem}.navbar-links a{padding:6px 14px;border-radius:8px;font-size:.9rem;font-weight:500;color:var(--text-muted);transition:all .2s}.navbar-links a:hover,.navbar-links a.active{color:var(--text);background:var(--surface2)}.navbar-links .admin-link{color:var(--accent);background:var(--accent-glow)}.navbar-links .admin-link:hover{background:var(--accent);color:#fff}.page{max-width:1200px;margin:0 auto;padding:3rem 2rem}.page-header{margin-bottom:2.5rem}.page-header h1{font-size:2.2rem;font-weight:800;letter-spacing:-1px;margin-bottom:.5rem}.page-header p{color:var(--text-muted);font-size:1rem}.sucuk-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.sucuk-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;position:relative}.sucuk-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #0009,0 0 0 1px var(--accent);border-color:var(--accent)}.sucuk-card-img{width:100%;aspect-ratio:4/3;object-fit:cover;background:var(--surface2);display:block}.sucuk-card-img-placeholder{width:100%;aspect-ratio:4/3;background:var(--surface2);display:flex;align-items:center;justify-content:center;font-size:3.5rem}.sucuk-card-body{padding:1.25rem}.sucuk-card-name{font-size:1.05rem;font-weight:700;margin-bottom:4px;letter-spacing:-.3px}.sucuk-card-brand{font-size:.82rem;color:var(--text-muted);margin-bottom:.9rem}.sucuk-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.stars{display:flex;gap:3px}.star{font-size:1.1rem;transition:transform .15s,color .15s}.star.interactive{cursor:pointer;font-size:1.8rem}.star.interactive:hover{transform:scale(1.2)}.stars-display .star{font-size:1rem}.rating-count{font-size:.8rem;color:var(--text-muted)}.avg-score{font-size:.9rem;font-weight:700;color:var(--star-active)}.badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:999px;font-size:.78rem;font-weight:600;background:var(--surface3);color:var(--text-muted)}.sucuk-detail{display:grid;grid-template-columns:420px 1fr;gap:2.5rem;align-items:start}@media(max-width:860px){.sucuk-detail{grid-template-columns:1fr}}.sucuk-detail-img{width:100%;border-radius:var(--radius);object-fit:cover;aspect-ratio:4/3;background:var(--surface2)}.sucuk-detail-img-placeholder{width:100%;aspect-ratio:4/3;background:var(--surface2);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:6rem}.sucuk-detail-info{display:flex;flex-direction:column;gap:1.2rem}.sucuk-detail-info h1{font-size:2rem;font-weight:800;letter-spacing:-.8px;line-height:1.2}.sucuk-detail-info .brand-tag{color:var(--accent);font-size:.9rem;font-weight:600}.sucuk-rating-summary{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm)}.sucuk-rating-summary .big-score{font-size:2.5rem;font-weight:900;color:var(--star-active);line-height:1}.description-text{color:var(--text-muted);font-size:.95rem;line-height:1.7}.section{margin-top:3rem}.section-title{font-size:1.3rem;font-weight:700;margin-bottom:1.25rem;display:flex;align-items:center;gap:8px}.divider{height:1px;background:var(--border);margin:2rem 0}.rating-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.85rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.form-input,.form-textarea{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem 1rem;color:var(--text);font-size:.95rem;transition:border-color .2s,box-shadow .2s;outline:none;width:100%}.form-input:focus,.form-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.form-textarea{resize:vertical;min-height:100px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:.75rem 1.5rem;border-radius:var(--radius-sm);font-size:.95rem;font-weight:600;transition:all .2s}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-light);transform:translateY(-1px);box-shadow:0 6px 20px var(--accent-glow)}.btn-primary:disabled{opacity:.5;transform:none;box-shadow:none;cursor:not-allowed}.btn-secondary{background:var(--surface2);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--surface3)}.review-list{display:flex;flex-direction:column;gap:1rem}.review-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem;transition:border-color .2s}.review-item:hover{border-color:#ffffff26}.review-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.review-author{font-weight:700;font-size:.95rem}.review-date{font-size:.78rem;color:var(--text-dim)}.review-comment{color:var(--text-muted);font-size:.9rem;line-height:1.6;margin-top:.4rem}.admin-lock{max-width:420px;margin:5rem auto;text-align:center}.admin-lock .lock-icon{font-size:4rem;margin-bottom:1.5rem;display:block}.admin-lock h2{font-size:1.6rem;font-weight:800;margin-bottom:.5rem}.admin-lock p{color:var(--text-muted);margin-bottom:2rem}.admin-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:1.25rem;max-width:600px}.empty-state{text-align:center;padding:4rem 2rem;color:var(--text-dim)}.empty-state .icon{font-size:4rem;margin-bottom:1rem}.empty-state p{font-size:1.1rem}.toast{position:fixed;bottom:2rem;right:2rem;z-index:999;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem 1.5rem;font-size:.9rem;font-weight:500;box-shadow:var(--shadow);animation:slideIn .3s ease;max-width:320px}.toast.success{border-color:#22c55e;color:#22c55e}.toast.error{border-color:#ef4444;color:#ef4444}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.back-btn{display:inline-flex;align-items:center;gap:6px;color:var(--text-muted);font-size:.9rem;font-weight:500;margin-bottom:1.5rem;transition:color .2s}.back-btn:hover{color:var(--text)}.spinner{display:flex;justify-content:center;align-items:center;padding:5rem}.spinner-ring{width:48px;height:48px;border:3px solid var(--surface3);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:640px){.page{padding:2rem 1rem}.navbar{padding:0 1rem}.sucuk-grid{grid-template-columns:1fr 1fr}.page-header h1{font-size:1.7rem}}@media(max-width:400px){.sucuk-grid{grid-template-columns:1fr}}
