@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/icon?family=Material+Icons+Round);body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary:#6366f1;--primary-light:#818cf8;--primary-dark:#4f46e5;--primary-bg:#6366f114;--gradient-sidebar:linear-gradient(180deg,#1e1b4b,#312e81 50%,#3b82f6);--gradient-primary:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#a78bfa);--gradient-accent:linear-gradient(135deg,#3b82f6,#6366f1);--gradient-success:linear-gradient(135deg,#10b981,#059669);--gradient-danger:linear-gradient(135deg,#ef4444,#dc2626);--gradient-warning:linear-gradient(135deg,#f59e0b,#d97706);--gradient-info:linear-gradient(135deg,#06b6d4,#0891b2);--bg-primary:#f8fafc;--bg-secondary:#f1f5f9;--bg-card:#fff;--bg-elevated:#fff;--border-color:#e2e8f0;--border-light:#f1f5f9;--text-primary:#0f172a;--text-secondary:#64748b;--text-muted:#94a3b8;--text-inverse:#fff;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 8px 32px #0000001a;--shadow-xl:0 16px 48px #0000001f;--shadow-primary:0 4px 14px #6366f140;--shadow-danger:0 4px 14px #ef444440;--radius-sm:8px;--radius-xl:20px;--radius-full:9999px;--sidebar-width:260px;--header-height:60px;--bottom-nav-height:68px;--transition-fast:all 0.15s ease;--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1);--transition-spring:all 0.4s cubic-bezier(0.34,1.56,0.64,1)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;background:var(--bg-primary);color:#0f172a;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;min-height:100vh}.admin-layout{display:flex;min-height:100vh}.sidebar{background:#fff;background:var(--bg-card);border-right:1px solid #e2e8f0;border-right:1px solid var(--border-color);display:flex;flex-direction:column;height:100vh;overflow-x:hidden;overflow-y:auto;padding:24px 16px;position:sticky;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth);width:260px;width:var(--sidebar-width);z-index:100}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-track{background:#0000}.sidebar::-webkit-scrollbar-thumb{background:#e2e8f0;background:var(--border-color);border-radius:9999px;border-radius:var(--radius-full)}.sidebar-header{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);margin-bottom:8px;padding-bottom:16px;text-align:center}.sidebar-header img{border:2px solid #6366f114;border:2px solid var(--primary-bg);border-radius:9999px;border-radius:var(--radius-full);height:56px;margin-bottom:8px;object-fit:cover;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth);width:56px}.sidebar-header img:hover{border-color:#818cf8;border-color:var(--primary-light);transform:scale(1.05)}.sidebar-header .logo-placeholder{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#a78bfa);background:var(--gradient-primary);border-radius:9999px;border-radius:var(--radius-full);display:flex;font-size:24px;height:56px;justify-content:center;margin:0 auto 8px;width:56px}.sidebar h3{color:#0f172a;color:var(--text-primary);font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:-.01em;margin:0}.club-selector{padding:0 4px 16px}.club-selector label{color:#94a3b8;color:var(--text-muted);display:block;font-size:.7rem;font-weight:600;letter-spacing:.05em;margin-bottom:6px;text-transform:uppercase}.club-selector select{appearance:none;background:#f1f5f9;background:var(--bg-secondary);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:8px;border-radius:var(--radius-sm);color:#0f172a;color:var(--text-primary);cursor:pointer;font-size:.85rem;font-weight:500;padding:8px 12px;transition:all .15s ease;transition:var(--transition-fast);width:100%}.club-selector select:focus{border-color:#6366f1;border-color:var(--primary);box-shadow:0 0 0 3px #6366f114;box-shadow:0 0 0 3px var(--primary-bg);outline:none}.user-email{color:#94a3b8;color:var(--text-muted);font-size:.8rem;font-weight:500;margin-bottom:16px;padding:0 4px}.sidebar ul{flex-grow:1;list-style:none;padding:0 4px}.sidebar li{margin-bottom:2px}.sidebar .nav-link,.sidebar a{align-items:center;border-radius:8px;border-radius:var(--radius-sm);color:#64748b;color:var(--text-secondary);display:flex;font-size:.88rem;font-weight:500;gap:10px;padding:10px 12px;position:relative;text-decoration:none;transition:all .15s ease;transition:var(--transition-fast)}.sidebar .nav-link .nav-icon,.sidebar a .nav-icon{align-items:center;display:flex;flex-shrink:0;font-size:16px;height:20px;justify-content:center;width:20px}.sidebar a:hover{transform:none}.sidebar a.active,.sidebar a:hover{background:#6366f114;background:var(--primary-bg);color:#6366f1;color:var(--primary)}.sidebar a.active{font-weight:600}.sidebar a.active:before{background:#6366f1;background:var(--primary);border-radius:9999px;border-radius:var(--radius-full);bottom:6px;content:"";left:0;position:absolute;top:6px;width:3px}.sidebar .nav-divider{border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);margin:12px 4px;padding-top:12px}.sidebar .nav-section-label{color:#94a3b8;color:var(--text-muted);font-size:.65rem;font-weight:700;letter-spacing:.08em;padding:8px 12px 4px;text-transform:uppercase}.sidebar.muzik{background:linear-gradient(180deg,#2c0b0e,#4a1c22);border-right-color:#4a1c22}.sidebar.muzik a{color:#ffffffb3!important}.sidebar.muzik a.active,.sidebar.muzik a:hover{background:#ffffff1a;color:#fff!important}.sidebar.muzik .user-email,.sidebar.muzik h3{color:#fff!important}.sidebar.spor{background:linear-gradient(180deg,#004d40,#00695c);border-right-color:#00695c}.sidebar.spor a{color:#ffffffb3!important}.sidebar.spor a.active,.sidebar.spor a:hover{background:#ffffff1a;color:#fff!important}.sidebar.spor .user-email,.sidebar.spor h3{color:#fff!important}.signout-button{align-items:center;background:#0000;border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:8px;border-radius:var(--radius-sm);color:#64748b;color:var(--text-secondary);cursor:pointer;display:flex;font-size:.85rem;font-weight:600;gap:8px;justify-content:center;margin:16px 4px 0;padding:10px 16px;transition:all .15s ease;transition:var(--transition-fast)}.signout-button:hover{background:#fef2f2;border-color:#fecaca;color:#ef4444}.content{background:#f8fafc;background:var(--bg-primary);flex-grow:1;max-width:100%;min-height:100vh;overflow-x:hidden;padding:32px}.page-title{align-items:center;color:#0f172a;color:var(--text-primary);display:flex;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:800;gap:12px;letter-spacing:-.02em;margin-bottom:24px}.page-title .title-icon{align-items:center;border-radius:12px;border-radius:var(--radius-md);display:flex;font-size:20px;height:40px;justify-content:center;width:40px}.error-state,.loading-state{margin-top:80px;padding:40px;text-align:center}.spinner{animation:spin .8s linear infinite;border:3px solid #e2e8f0;border-top-color:#6366f1;border:3px solid var(--border-color);border-radius:50%;border-top-color:var(--primary);height:40px;margin:0 auto 16px;width:40px}.dashboard-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:32px}.stat-card{background:var(--bg-card);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth)}.stat-card:before{border-radius:16px 16px 0 0;border-radius:var(--radius-lg) var(--radius-lg) 0 0;content:"";height:3px;left:0;position:absolute;right:0;top:0}.stat-card.stat-members:before{background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#a78bfa);background:var(--gradient-primary)}.stat-card.stat-applications:before{background:linear-gradient(135deg,#f59e0b,#d97706);background:var(--gradient-warning)}.stat-card.stat-events:before{background:linear-gradient(135deg,#10b981,#059669);background:var(--gradient-success)}.stat-card.stat-recipes:before{background:linear-gradient(135deg,#06b6d4,#0891b2);background:var(--gradient-info)}.stat-card:hover{border-color:#0000;box-shadow:0 8px 32px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.stat-card .stat-icon{align-items:center;border-radius:12px;border-radius:var(--radius-md);display:flex;font-size:22px;height:44px;justify-content:center;margin-bottom:16px;width:44px}.stat-card.stat-members .stat-icon{background:#6366f11a}.stat-card.stat-applications .stat-icon{background:#f59e0b1a}.stat-card.stat-events .stat-icon{background:#10b9811a}.stat-card.stat-recipes .stat-icon{background:#06b6d41a}.stat-card .stat-value{color:#0f172a;color:var(--text-primary);font-family:Outfit,sans-serif;font-size:2rem;font-weight:800;line-height:1;margin-bottom:4px}.stat-card .stat-label{color:#64748b;color:var(--text-secondary);font-size:.85rem;font-weight:500}.recent-activity{background:#fff;background:var(--bg-card);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-lg);overflow:hidden}.recent-activity-header{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);color:#0f172a;color:var(--text-primary);display:flex;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700;gap:10px;padding:20px 24px}.activity-item{align-items:center;border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--border-light);display:flex;gap:14px;padding:14px 24px;transition:all .15s ease;transition:var(--transition-fast)}.activity-item:last-child{border-bottom:none}.activity-item:hover{background:#f1f5f9;background:var(--bg-secondary)}.activity-icon{align-items:center;border-radius:8px;border-radius:var(--radius-sm);display:flex;flex-shrink:0;font-size:16px;height:36px;justify-content:center;width:36px}.activity-content{flex:1 1;min-width:0}.activity-text{color:#0f172a;color:var(--text-primary);font-size:.88rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-time{color:#94a3b8;color:var(--text-muted);font-size:.75rem;margin-top:2px}.yeni-ekle-button{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#a78bfa);background:var(--gradient-primary);border:none;border-radius:8px;border-radius:var(--radius-sm);box-shadow:0 4px 14px #6366f140;box-shadow:var(--shadow-primary);color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:8px;margin-bottom:20px;padding:10px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth)}.yeni-ekle-button:hover{box-shadow:0 6px 20px #6366f159;transform:translateY(-2px)}.yeni-ekle-button:active{transform:translateY(0)}.data-table{background:#fff;background:var(--bg-card);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-collapse:initial;border-radius:16px;border-radius:var(--radius-lg);border-spacing:0;overflow:hidden;width:100%}.data-table td,.data-table th{border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--border-light);padding:12px 16px;text-align:left}.data-table th{background:#f1f5f9;background:var(--bg-secondary);color:#64748b;color:var(--text-secondary);font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.data-table tr{transition:all .15s ease;transition:var(--transition-fast)}.data-table tbody tr:hover{background:#6366f114;background:var(--primary-bg)}.data-table tbody tr:last-child td{border-bottom:none}.no-data{color:#94a3b8;color:var(--text-muted);font-size:.9rem;padding:48px}.action-buttons{display:flex;gap:6px}.action-buttons button{border:none;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;font-size:.8rem;font-weight:600;padding:6px 14px;transition:all .15s ease;transition:var(--transition-fast)}.edit-button{background:#6366f114;background:var(--primary-bg);color:#6366f1;color:var(--primary)}.edit-button:hover{background:#6366f1;background:var(--primary);box-shadow:0 4px 14px #6366f140;box-shadow:var(--shadow-primary);color:#fff}.delete-button{background:#ef444414;color:#ef4444}.delete-button:hover{background:#ef4444;box-shadow:0 4px 14px #ef444440;box-shadow:var(--shadow-danger);color:#fff}.form-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a80;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.form-container{animation:slideUp .3s ease-out;background:#fff;background:var(--bg-card);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:20px;border-radius:var(--radius-xl);box-shadow:0 16px 48px #0000001f;box-shadow:var(--shadow-xl);max-height:90vh;max-width:600px;overflow-y:auto;padding:32px;width:90%}.form-container h3{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);color:#0f172a;color:var(--text-primary);font-family:Outfit,sans-serif;font-size:1.35rem;font-weight:700;margin-bottom:24px;padding-bottom:16px}.form-container label{color:#0f172a;color:var(--text-primary);display:block;font-size:.88rem;font-weight:600;margin-bottom:6px}.form-container input[type=date],.form-container input[type=email],.form-container input[type=number],.form-container input[type=password],.form-container input[type=tel],.form-container input[type=text],.form-container input[type=url],.form-container select,.form-container textarea{background:#fff;background:var(--bg-card);border:1.5px solid #e2e8f0;border:1.5px solid var(--border-color);border-radius:8px;border-radius:var(--radius-sm);color:#0f172a;color:var(--text-primary);font-family:inherit;font-size:.92rem;margin-bottom:16px;padding:10px 14px;transition:all .15s ease;transition:var(--transition-fast);width:100%}.form-container input:focus,.form-container select:focus,.form-container textarea:focus{border-color:#6366f1;border-color:var(--primary);box-shadow:0 0 0 3px #6366f114;box-shadow:0 0 0 3px var(--primary-bg);outline:none}.form-container textarea{min-height:100px;resize:vertical}.form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:24px}.form-actions button{border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;font-size:.88rem;font-weight:600;padding:10px 20px;transition:all .15s ease;transition:var(--transition-fast)}.form-actions button[type=submit]{background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#a78bfa);background:var(--gradient-primary);border:none;box-shadow:0 4px 14px #6366f140;box-shadow:var(--shadow-primary);color:#fff}.form-actions button[type=submit]:hover{box-shadow:0 6px 20px #6366f159;transform:translateY(-1px)}.cancel-button{background:#f1f5f9;background:var(--bg-secondary);border:1px solid #e2e8f0;border:1px solid var(--border-color);color:#64748b;color:var(--text-secondary)}.cancel-button:hover{background:#e2e8f0;background:var(--border-color);color:#0f172a;color:var(--text-primary)}.error-message{background:#ef444414;border-left:3px solid #ef4444;color:#ef4444}.error-message,.success-message{border-radius:8px;border-radius:var(--radius-sm);font-size:.88rem;margin-bottom:16px;padding:12px 16px}.success-message{background:#10b98114;border-left:3px solid #10b981;color:#059669;font-weight:500}.image-uploader{background:#f1f5f9;background:var(--bg-secondary);border:2px dashed #e2e8f0;border:2px dashed var(--border-color);border-radius:12px;border-radius:var(--radius-md);margin:16px 0;padding:24px;text-align:center;transition:all .15s ease;transition:var(--transition-fast)}.image-uploader:hover{background:#6366f114;background:var(--primary-bg);border-color:#818cf8;border-color:var(--primary-light)}.upload-label{color:#0f172a;color:var(--text-primary);display:block;font-size:.95rem;font-weight:600;margin-bottom:12px}.upload-button{background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#a78bfa);background:var(--gradient-primary);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-size:.88rem;font-weight:600;padding:10px 20px;transition:all .15s ease;transition:var(--transition-fast)}.upload-button:hover:not(:disabled){box-shadow:0 4px 14px #6366f140;box-shadow:var(--shadow-primary);transform:translateY(-1px)}.upload-button:disabled{cursor:not-allowed;opacity:.5}.preview-container{background:#fff;background:var(--bg-card);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:8px;border-radius:var(--radius-sm);margin-top:16px;padding:12px}.preview-image{border-radius:8px;border-radius:var(--radius-sm);margin-bottom:8px;max-height:180px;max-width:100%}.preview-url{color:#94a3b8;color:var(--text-muted);font-size:.78rem;word-break:break-all}.upload-error{color:#ef4444;font-size:.85rem;font-weight:600;margin-top:8px}.search-bar{display:flex;justify-content:flex-end;margin-bottom:20px}.search-bar input{background:#fff;background:var(--bg-card);border:1.5px solid #e2e8f0;border:1.5px solid var(--border-color);border-radius:8px;border-radius:var(--radius-sm);font-size:.9rem;padding:10px 16px;transition:all .15s ease;transition:var(--transition-fast);width:300px}.search-bar input:focus{border-color:#6366f1;border-color:var(--primary);box-shadow:0 0 0 3px #6366f114;box-shadow:0 0 0 3px var(--primary-bg);outline:none;width:360px}.pagination-controls{align-items:center;display:flex;gap:4px;justify-content:center;margin-top:24px}.pagination-controls button{background:#fff;background:var(--bg-card);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:8px;border-radius:var(--radius-sm);color:#64748b;color:var(--text-secondary);cursor:pointer;font-size:.82rem;font-weight:600;padding:8px 14px;transition:all .15s ease;transition:var(--transition-fast)}.pagination-controls button:hover:not(:disabled){background:#6366f114;background:var(--primary-bg);border-color:#818cf8;border-color:var(--primary-light);color:#6366f1;color:var(--primary)}.pagination-button.active{background:#6366f1;background:var(--primary);border-color:#6366f1;border-color:var(--primary);color:#fff}.pagination-controls button:disabled{cursor:not-allowed;opacity:.35}.form-section-group{background:#f1f5f9;background:var(--bg-secondary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-md);margin-bottom:20px;padding:20px}.form-section-group h3{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);font-size:1.05rem;padding-bottom:12px}.bottom-nav,.fab-button,.mobile-header{display:none}.notification-dropdown{animation:slideDown .2s ease-out;background:#fff;background:var(--bg-card);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 16px 48px #0000001f;box-shadow:var(--shadow-xl);max-height:400px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);width:340px;z-index:2000}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.notification-header{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);color:#0f172a;color:var(--text-primary);display:flex;font-size:.95rem;font-weight:700;justify-content:space-between;padding:16px 20px}.notification-item{align-items:flex-start;border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--border-light);cursor:pointer;display:flex;gap:12px;padding:14px 20px;transition:all .15s ease;transition:var(--transition-fast)}.notification-item:hover{background:#f1f5f9;background:var(--bg-secondary)}.notification-item.unread{background:#6366f10a}.notification-dot{background:#6366f1;background:var(--primary);border-radius:50%;flex-shrink:0;height:8px;margin-top:6px;width:8px}.notification-content{flex:1 1;min-width:0}.notification-text{color:#0f172a;color:var(--text-primary);font-size:.85rem;font-weight:500;line-height:1.4}.notification-time{color:#94a3b8;color:var(--text-muted);font-size:.72rem;margin-top:4px}.notification-empty{color:#94a3b8;color:var(--text-muted);font-size:.88rem;padding:32px;text-align:center}.mobile-menu-toggle,.sidebar-overlay{display:none}@media (max-width:768px){.mobile-menu-toggle,.sidebar,.sidebar-overlay{display:none!important}.mobile-header{align-items:center;background:#fff;background:var(--bg-card);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);box-shadow:0 1px 2px #0000000a;box-shadow:var(--shadow-xs);display:flex;height:60px;height:var(--header-height);justify-content:space-between;left:0;padding:0 16px;position:fixed;right:0;top:0;z-index:500}.mobile-header .header-left{align-items:center;display:flex;gap:10px}.mobile-header .header-logo{object-fit:cover}.mobile-header .header-logo,.mobile-header .header-logo-placeholder{border-radius:9999px;border-radius:var(--radius-full);height:32px;width:32px}.mobile-header .header-logo-placeholder{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#a78bfa);background:var(--gradient-primary);display:flex;font-size:14px;justify-content:center}.mobile-header .header-title{color:#0f172a;color:var(--text-primary);font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700}.mobile-header .header-right{align-items:center;display:flex;gap:4px}.mobile-header .header-notification-btn{align-items:center;background:#0000;border:none;border-radius:9999px;border-radius:var(--radius-full);cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;position:relative;transition:all .15s ease;transition:var(--transition-fast);width:40px}.mobile-header .header-notification-btn:hover{background:#f1f5f9;background:var(--bg-secondary)}.mobile-header .notification-badge{align-items:center;background:#ef4444;border:2px solid #fff;border:2px solid var(--bg-card);border-radius:9999px;border-radius:var(--radius-full);color:#fff;display:flex;font-size:.6rem;font-weight:700;height:18px;justify-content:center;position:absolute;right:6px;top:6px;width:18px}.bottom-nav{align-items:center;background:#fff;background:var(--bg-card);border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);bottom:0;box-shadow:0 -4px 20px #00000014;box-sizing:border-box;height:68px;height:var(--bottom-nav-height);left:0;overflow:hidden;padding:0 4px env(safe-area-inset-bottom,0);position:fixed;right:0;z-index:500}.bottom-nav--fab{display:grid;grid-template-columns:repeat(5,1fr)}.bottom-nav--simple{display:flex;justify-content:space-around}.bottom-nav--simple>div{flex:1 1;height:100%}.bottom-nav--simple>div,.bottom-nav-item{display:flex;justify-content:center;min-width:0}.bottom-nav-item{align-items:center;border-radius:12px;border-radius:var(--radius-md);color:#64748b;color:var(--text-secondary);flex-direction:column;font-size:.58rem;font-weight:600;gap:3px;max-width:100%;overflow:hidden;padding:6px 4px;position:relative;text-decoration:none;transition:all .15s ease;transition:var(--transition-fast)}.bottom-nav-item span:last-child{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bottom-nav-item .nav-item-icon{font-size:20px;line-height:1}.bottom-nav-item.active{background:#6366f114;background:var(--primary-bg);color:#6366f1;color:var(--primary)}.bottom-nav-item.active:before{content:"";height:3px;left:50%;position:absolute;top:-2px;transform:translateX(-50%);width:20px}.bottom-nav-item.active:before,.fab-button{background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#a78bfa);background:var(--gradient-primary);border-radius:9999px;border-radius:var(--radius-full)}.fab-button{align-items:center;border:none;bottom:calc(84px + env(safe-area-inset-bottom, 0px));bottom:calc(var(--bottom-nav-height) + 16px + env(safe-area-inset-bottom, 0px));box-shadow:0 4px 14px #6366f140,0 8px 24px #6366f14d;box-shadow:var(--shadow-primary),0 8px 24px #6366f14d;color:#fff;cursor:pointer;display:flex;font-size:24px;height:52px;justify-content:center;position:fixed;right:16px;transition:all .4s cubic-bezier(.34,1.56,.64,1);transition:var(--transition-spring);width:52px;z-index:400}.fab-button:active{transform:scale(.92)}.content{min-height:100vh;padding:76px 16px 16px;padding-bottom:calc(92px + env(safe-area-inset-bottom, 0px));padding-bottom:calc(var(--bottom-nav-height) + 24px + env(safe-area-inset-bottom, 0px));padding-top:calc(var(--header-height) + 16px)}.page-title{font-size:1.3rem;margin-bottom:16px}.dashboard-grid{gap:12px;grid-template-columns:repeat(2,1fr);margin-bottom:24px}.stat-card{padding:16px}.stat-card .stat-value{font-size:1.5rem}.stat-card .stat-icon{font-size:18px;height:36px;margin-bottom:10px;width:36px}.yeni-ekle-button{justify-content:center;padding:12px;width:100%}.data-table{background:#0000;border:none;box-shadow:none;display:block;width:100%}.data-table thead{display:none}.data-table tbody{gap:8px}.data-table tbody,.data-table tr{display:flex;flex-direction:column}.data-table tr{background:#fff;background:var(--bg-card);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-md);gap:2px;padding:12px 14px}.data-table td{align-items:center;border-bottom:1px dotted #f1f5f9!important;border-bottom:1px dotted var(--border-light)!important;display:flex;flex-direction:row;font-size:.82rem;gap:8px;justify-content:space-between;padding:4px 0}.data-table td:last-child{border-bottom:none!important;padding-top:8px}.data-table td:before{color:#94a3b8;color:var(--text-muted);content:attr(data-label);flex-shrink:0;font-size:.65rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.data-table td>*{align-items:center;display:flex;justify-content:flex-end;max-width:65%;text-align:right}.form-container{border-radius:0;display:flex;flex-direction:column;height:100vh;height:100dvh;margin:0;max-height:100dvh;max-width:none;padding:20px;width:100%}.form-container h3{font-size:1.15rem}.form-container input,.form-container select,.form-container textarea{font-size:16px;min-height:44px}.form-actions{flex-direction:column-reverse;gap:8px;margin-top:auto;padding-bottom:16px}.form-actions button{min-height:44px;padding:12px;width:100%}.search-bar{display:block}.search-bar input{font-size:16px;padding:12px 16px;width:100%}.search-bar input:focus{width:100%}.pagination-controls{flex-wrap:wrap}.pagination-controls button{min-height:40px;min-width:40px}.action-buttons{flex-wrap:wrap;justify-content:flex-start;width:100%}.action-buttons button{min-height:40px;padding:8px 14px}.delete-button,.edit-button{flex:1 1}.notification-dropdown{border-radius:0;border-top:none;left:0;max-height:calc(100vh - 128px);max-height:calc(100vh - var(--header-height) - var(--bottom-nav-height));position:fixed;right:0;top:60px;top:var(--header-height);width:100%}}@media (max-width:400px){.dashboard-grid{grid-template-columns:1fr}.stat-card{padding:14px}.content{padding:72px 12px 12px;padding-bottom:calc(88px + env(safe-area-inset-bottom, 0px));padding-bottom:calc(var(--bottom-nav-height) + 20px + env(safe-area-inset-bottom, 0px));padding-top:calc(var(--header-height) + 12px)}.page-title{font-size:1.15rem}}@media (hover:none) and (pointer:coarse){.sidebar a{align-items:center;display:flex;min-height:44px}.sidebar a:hover{transform:none}.sidebar a:active{background:#6366f114;background:var(--primary-bg)}.action-buttons button:active,.form-actions button:active,.yeni-ekle-button:active{transform:scale(.97)}a,button,input,select,textarea{min-height:44px}}.login-container{align-items:center;background:linear-gradient(135deg,#1e1e2f,#3a3a5e);color:#fff;display:flex;height:100vh;justify-content:center}.login-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 8px 32px #0000004d;max-width:400px;padding:2rem;width:100%}.login-header{margin-bottom:2rem;text-align:center}.login-header h2{color:#ff9f43;font-size:1.8rem;margin:0}.login-header p{font-size:.9rem;margin-top:5px;opacity:.7}.form-group{margin-bottom:1.5rem}.form-group label{opacity:.9}.form-group input{background:#ffffffe6;border:none;border-radius:6px;color:#333;font-size:1rem;padding:10px;width:100%}.form-group input:focus{outline:2px solid #ff9f43}.login-btn{background:#ff9f43;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:12px;transition:background .3s;width:100%}.login-btn:hover{background:#e68a35}.login-btn:disabled{cursor:not-allowed;opacity:.7}.error-message{background:#ff525233;border-left:4px solid #ff5252;color:#ffbaba;font-size:.9rem;margin-bottom:1rem;padding:10px}.yonetim-sayfasi{padding:0}.yonetim-sayfasi h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1d4ed8,#2563eb 30%,#3b82f6 70%,#06b6d4);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem}.danger-button,.primary-button,.secondary-button{align-items:center;border-radius:12px;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;margin-right:.75rem;padding:.75rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.primary-button{background:linear-gradient(135deg,#1d4ed8,#2563eb 30%,#3b82f6 70%,#06b6d4);box-shadow:0 4px 15px #2563eb4d}.primary-button:hover{background:linear-gradient(135deg,#047857,#0d9488 50%,#0891b2);box-shadow:0 8px 25px #2563eb66;transform:translateY(-2px)}.secondary-button{background:#ffffffe6;border:2px solid #2563eb33;box-shadow:0 2px 8px #0000000f;color:#1f2937}.secondary-button:hover{background:#2563eb1a;border-color:#2563eb;box-shadow:0 4px 12px #2563eb26;transform:translateY(-2px)}.danger-button{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 15px #ef44444d}.danger-button:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 8px 25px #ef444466;transform:translateY(-2px)}.yonetim-tablosu{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffb3;border:1px solid #ffffff2e;border-collapse:initial;border-radius:20px;border-spacing:0;box-shadow:0 8px 32px #1f268726;margin-top:1.5rem;overflow:hidden}.yonetim-tablosu td,.yonetim-tablosu th{border-bottom:1px solid #0000000d;padding:1rem 1.25rem}.yonetim-tablosu th{background:#2563eb1a;color:#1f2937;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase}.yonetim-tablosu tr{transition:all .3s cubic-bezier(.4,0,.2,1)}.yonetim-tablosu tbody tr:hover{background:#2563eb14;transform:scale(1.005)}.yonetim-tablosu td{color:#6b7280}.yonetim-tablosu td a{color:#2563eb;font-weight:500;text-decoration:none;transition:color .2s}.yonetim-tablosu td a:hover{color:#1d4ed8;text-decoration:underline}.error-message{background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:12px;box-shadow:0 4px 12px #ef44444d;color:#fff;font-weight:500;margin-top:1rem;padding:1rem 1.25rem}.modal-overlay{animation:fadeIn .3s ease-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.modal-content{-webkit-overflow-scrolling:touch;animation:slideUp .4s ease-out;backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);background:#fffffff2;border:1px solid #ffffff2e;border-radius:20px;box-shadow:0 25px 50px #00000040;max-height:calc(100vh - 40px);max-width:650px;overflow-y:auto!important;padding:2rem}.yonetim-formu{display:flex;flex-direction:column}.yonetim-formu h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1d4ed8,#2563eb 30%,#3b82f6 70%,#06b6d4);-webkit-background-clip:text;background-clip:text;border-bottom:2px solid #2563eb33;font-size:1.5rem;font-weight:800;margin-bottom:1.5rem;margin-top:0;padding-bottom:1rem}.yonetim-formu label{color:#1f2937;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.yonetim-formu input[type=date],.yonetim-formu input[type=datetime-local],.yonetim-formu input[type=email],.yonetim-formu input[type=number],.yonetim-formu input[type=password],.yonetim-formu input[type=text],.yonetim-formu select,.yonetim-formu textarea{background-color:#ffffffe6;border:2px solid #2563eb33;border-radius:12px;box-sizing:border-box;font-family:inherit;font-size:1rem;margin-bottom:1.25rem;padding:.875rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.yonetim-formu input:focus,.yonetim-formu select:focus,.yonetim-formu textarea:focus{background-color:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.yonetim-formu textarea{min-height:120px;resize:vertical}.yonetim-formu .form-actions{border-top:2px solid #2563eb1a;display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1.5rem}.yonetim-formu button{border-radius:12px;cursor:pointer;font-weight:600;padding:.875rem 1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.yonetim-formu button[type=submit]{background:linear-gradient(135deg,#1d4ed8,#2563eb 30%,#3b82f6 70%,#06b6d4);border:none;box-shadow:0 4px 15px #2563eb4d;color:#fff}.yonetim-formu button[type=submit]:hover{background:linear-gradient(135deg,#047857,#0d9488 50%,#0891b2);box-shadow:0 8px 25px #2563eb66;transform:translateY(-2px)}.yonetim-formu button.cancel-button{background:#6b72801a;border:2px solid #6b72804d;color:#1f2937}.yonetim-formu button.cancel-button:hover{background:#6b728033;border-color:#6b728080;transform:translateY(-2px)}.uye-dogrulama-kapsayici{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffb3;border:2px solid #2563eb33;border-radius:16px;box-shadow:0 8px 32px #1f26871a;margin-bottom:1.5rem;padding:1.5rem}.uye-dogrulama-kapsayici h3{color:#1f2937;font-weight:700;margin-bottom:1rem;margin-top:0}.uye-dogrulama-kapsayici form{align-items:center;display:flex;gap:.75rem}.uye-dogrulama-kapsayici input{border:2px solid #2563eb33;border-radius:12px;flex-grow:1;font-size:1rem;padding:.875rem 1rem;transition:all .3s ease}.uye-dogrulama-kapsayici input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.dogrulama-mesaji{border-radius:12px;font-weight:600;margin-top:1rem;padding:1rem 1.25rem}.dogrulama-mesaji.basarili{background:linear-gradient(135deg,#2563eb1a,#14b8a61a);border:2px solid #2563eb4d;color:#1d4ed8}.dogrulama-mesaji.hatali{background:linear-gradient(135deg,#ef44441a,#dc26261a);border:2px solid #ef44444d;color:#dc2626}.no-data{color:#6b7280;font-style:italic;padding:3rem;text-align:center}@media (max-width:768px){.uye-dogrulama-kapsayici form{flex-direction:column}.list-container,.section-approved,.section-unapproved{-webkit-overflow-scrolling:touch;margin-left:-1rem;margin-right:-1rem;overflow-x:auto;padding-left:1rem;padding-right:1rem;width:calc(100% + 2rem)}.audit-table,.basvuru-tablosu,.yonetim-tablosu{background:#0000;border:none;box-shadow:none;display:block;width:100%}.audit-table thead,.basvuru-tablosu thead,.yonetim-tablosu thead{display:none}.audit-table tbody,.basvuru-tablosu tbody,.yonetim-tablosu tbody{display:flex;flex-direction:column;gap:.25rem}.audit-table tr,.basvuru-tablosu tr,.yonetim-tablosu tr{background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 1px 4px #0000000d;display:flex;flex-direction:column;gap:0;padding:.5rem}.audit-table td,.basvuru-tablosu td,.yonetim-tablosu td{align-items:center;border-bottom:1px dotted #f1f5f9!important;color:#1f2937;display:flex;flex-direction:row;flex-wrap:wrap;font-size:.8rem;gap:.5rem;justify-content:space-between;padding:.2rem 0!important}.audit-table td:last-child,.basvuru-tablosu td:last-child,.yonetim-tablosu td:last-child{border-bottom:none!important;padding-bottom:0!important}.audit-table td:before,.basvuru-tablosu td:before,.yonetim-tablosu td:before{color:#64748b;content:attr(data-label);flex-basis:auto;flex-shrink:0;font-size:.6rem;font-weight:700;margin-bottom:0;text-transform:uppercase}.audit-table td>*,.basvuru-tablosu td>*,.yonetim-tablosu td>*{align-items:center;display:flex;justify-content:flex-end;max-width:70%;text-align:right}.action-buttons{display:flex;flex-wrap:nowrap;gap:.25rem;justify-content:flex-end;margin-top:0;width:100%}.modal-content{border-radius:0;height:100vh;height:100dvh;margin:0;max-height:100dvh;max-width:none;padding:1.5rem;width:100%}.yonetim-sayfasi h2{word-wrap:break-word;font-size:1.5rem}.danger-button,.primary-button,.secondary-button{flex:1 1;font-size:.95rem;justify-content:center;margin-bottom:.5rem;margin-right:.5rem;min-height:44px;padding:.75rem 1rem;text-align:center}.search-bar input{width:100%}.search-bar input,.yonetim-formu input,.yonetim-formu select,.yonetim-formu textarea{font-size:16px;min-height:44px}}.status-badge{border-radius:4px;font-size:.85rem;font-weight:600;padding:4px 8px}.status-bekliyor{background:#fef3c7;color:#d97706}.status-onaylandi{background:#d1fae5;color:#1d4ed8}.status-reddedildi{background:#fee2e2;color:#dc2626}.btn-approve{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;margin-right:5px;padding:6px 12px;transition:background .2s}.btn-approve:hover{background:#1d4ed8}.btn-approve:disabled,.btn-reject:disabled{cursor:default;opacity:.5}.btn-reject{background:#0000;border:1px solid #ef4444;border-radius:6px;color:#ef4444;cursor:pointer;padding:6px 12px;transition:background .2s}.btn-reject:hover{background:#fee2e2}.user-info{display:flex;flex-direction:column}.analiz-container{font-family:Plus Jakarta Sans,sans-serif;margin:0 auto;max-width:1400px;padding:2rem}.header-section{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:2.5rem}.system-status{background:#fff;border:1px solid #f3f4f6;border-radius:99px;box-shadow:0 2px 10px #00000008;display:flex;gap:1rem;padding:.5rem 1rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:3rem}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 6px -1px #00000005;cursor:pointer;overflow:hidden;padding:1.5rem;position:relative;transition:transform .2s,box-shadow .2s}.stat-card:hover{box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-5px)}.bottom-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.quick-actions-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.action-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;gap:.8rem;justify-content:center;padding:1.25rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.action-btn:hover{transform:translateY(-3px)}@media (max-width:768px){.analiz-container{padding:1rem}.header-section{align-items:flex-start;flex-direction:column;gap:1rem}.system-status{font-size:.75rem;justify-content:space-between;padding:.8rem;width:100%}.stats-grid{gap:1rem;grid-template-columns:1fr}.stat-card{padding:1.25rem}.stat-card h2{font-size:2rem!important}.bottom-grid{grid-template-columns:1fr}.quick-actions-grid{gap:.8rem}.action-btn{min-height:80px;padding:1rem}h1{font-size:1.5rem!important}}@media (max-width:480px){.analiz-container{padding:.75rem}.stats-grid{gap:.75rem}.stat-card{padding:1rem}.stat-card h2{font-size:1.75rem!important}.quick-actions-grid{grid-template-columns:1fr}h1{font-size:1.25rem!important}}:root{--primary:#3b82f6;--primary-hover:#2563eb;--secondary:#64748b;--success:#10b981;--danger:#ef4444;--warning:#f59e0b;--surface:#fff;--background:#f8fafc;--text-main:#1e293b;--text-muted:#64748b;--border:#e2e8f0;--radius-lg:16px;--radius-md:12px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--glass-bg:#ffffffb3;--glass-border:#ffffff4d}.premium-card{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);transition:all .3s cubic-bezier(.4,0,.2,1)}.premium-card:hover{box-shadow:0 10px 15px -3px #0000000d;transform:translateY(-2px)}.glass-effect{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffb3;background:var(--glass-bg);border:1px solid #ffffff4d;border:1px solid var(--glass-border)}.modern-table{border-collapse:initial;border-spacing:0 8px;width:100%}.modern-table th{color:#64748b;color:var(--text-muted);font-size:.85rem;font-weight:600;letter-spacing:.025em;padding:12px 16px;text-align:left;text-transform:uppercase}.modern-table tr{transition:all .2s}.modern-table td{background:#fff;background:var(--surface);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);border-top:1px solid #e2e8f0;border-top:1px solid var(--border);padding:16px}.modern-table td:first-child{border-bottom-left-radius:12px;border-bottom-left-radius:var(--radius-md);border-left:1px solid #e2e8f0;border-left:1px solid var(--border);border-top-left-radius:12px;border-top-left-radius:var(--radius-md)}.modern-table td:last-child{border-bottom-right-radius:12px;border-bottom-right-radius:var(--radius-md);border-right:1px solid #e2e8f0;border-right:1px solid var(--border);border-top-right-radius:12px;border-top-right-radius:var(--radius-md)}.modern-table tr:hover td{background:#f1f5f9}.badge{border-radius:99px;font-size:.75rem;font-weight:600;padding:4px 10px}.badge-success{background:#dcfce7;color:#166534}.badge-danger{background:#fee2e2;color:#991b1b}.badge-warning{background:#fef3c7;color:#926308}.badge-info{background:#dbeafe;color:#1e40af}.yonetim-sayfasi{padding:20px}.yonetim-sayfasi h2{color:#2c3e50;margin-bottom:20px;margin-top:0}.danger-button,.primary-button,.secondary-button{border:none;border-radius:5px;cursor:pointer;font-size:14px;margin-right:10px;padding:10px 15px;transition:background-color .2s}.primary-button{background-color:#3498db;color:#fff}.primary-button:hover{background-color:#2980b9}.secondary-button{background-color:#ecf0f1;border:1px solid #bdc3c7;color:#34495e}.secondary-button:hover{background-color:#bdc3c7}.danger-button{background-color:#e74c3c;color:#fff}.danger-button:hover{background-color:#c0392b}.yonetim-tablosu{border-collapse:collapse;box-shadow:0 2px 4px #0000001a;margin-top:20px;width:100%}.yonetim-tablosu td,.yonetim-tablosu th{border:1px solid #ddd;padding:12px;text-align:left}.yonetim-tablosu th{background-color:#f2f2f2;font-weight:700}.yonetim-tablosu tr:nth-child(2n){background-color:#f9f9f9}.yonetim-tablosu td{word-break:break-word}.error-message{color:#e74c3c;margin-top:10px}.modal-overlay{background-color:#0009}.modal-content{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000004d;padding:30px}.form-group{margin-bottom:15px}.form-group label{font-weight:700;margin-bottom:5px}.form-group input,.form-group textarea{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;padding:10px;width:100%}.modal-actions{margin-top:20px;text-align:right}@media screen and (max-width:768px){.yonetim-sayfasi{padding:10px}.yonetim-sayfasi h2{font-size:1.5em}.danger-button,.primary-button,.secondary-button{margin-bottom:10px;margin-right:0;width:100%}.yonetim-tablosu{border:0}.yonetim-tablosu thead{display:none}.yonetim-tablosu tr{border:1px solid #ddd;border-radius:5px;box-shadow:0 2px 4px #0000000d;display:block;margin-bottom:15px}.yonetim-tablosu td{border-bottom:1px solid #eee;display:block;padding-left:50%;position:relative;text-align:right}.yonetim-tablosu td:last-child{border-bottom:0}.yonetim-tablosu td:before{color:#34495e;content:attr(data-label);font-weight:700;left:10px;position:absolute;text-align:left}.yonetim-tablosu .action-buttons button{display:inline-block;margin:0 5px 5px 0;width:auto}.yonetim-tablosu .no-data{padding-left:12px;text-align:center}.yonetim-tablosu .no-data:before{content:""}}.scanner-page-wrapper{background-color:#f8fafc;min-height:100vh;padding:10px}.scanner-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;margin-bottom:20px;overflow:hidden}.scanner-header{background:#fff;border-bottom:1px solid #f1f5f9;padding:15px}.event-select{background-color:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;padding:14px;transition:all .2s;width:100%}.event-select:focus{border-color:#ea580c;outline:none}.scanner-viewport{background:#000;border-radius:16px;margin:10px;min-height:300px;overflow:hidden;position:relative}.qr-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000d9;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10}.status-card{animation:slideUp .4s cubic-bezier(.175,.885,.32,1.275);background:#fff;border-radius:20px;box-shadow:0 10px 25px #0003;max-width:320px;padding:30px;text-align:center;width:90%}.status-icon{display:inline-block;font-size:4rem;margin-bottom:15px}.status-title{font-size:1.5rem;font-weight:700;margin-bottom:10px}.status-message{color:#64748b;margin-bottom:20px}.success-bg{background:linear-gradient(135deg,#dcfce7,#f0fdf4)}.success-text{color:#166534}.error-bg{background:linear-gradient(135deg,#fee2e2,#fef2f2)}.error-text{color:#991b1b}.warning-bg{background:linear-gradient(135deg,#fef9c3,#fefce8)}.warning-text{color:#854d0e}.user-info-box{background:#fff;border:1px dashed #cbd5e1;border-radius:12px;margin:15px 0;padding:15px}.user-name{color:#1e293b;font-size:1.1rem;font-weight:700;margin:0}.user-meta{color:#64748b;font-size:.9rem;margin:5px 0 0}.action-btn{border:none;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:600;padding:14px;transition:transform .1s;width:100%}.action-btn:active{transform:scale(.98)}.btn-success{background:#22c55e;box-shadow:0 4px 12px #22c55e4d;color:#fff}.btn-danger{background:#ef4444;box-shadow:0 4px 12px #ef44444d;color:#fff}.btn-warning{background:#eab308;box-shadow:0 4px 12px #eab3084d;color:#fff}.log-section{padding:15px}.log-list{display:flex;flex-direction:column;gap:10px}.log-item{align-items:center;background:#fff;border-left:5px solid #cbd5e1;border-radius:12px;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:space-between;padding:15px}.log-item.success{border-left-color:#22c55e}.log-item.error{border-left-color:#ef4444}.log-item.warning{border-left-color:#eab308}.log-user{display:flex;flex-direction:column}.log-name{color:#334155;font-weight:600}.log-time{color:#94a3b8;font-size:.8rem}.log-status{font-size:.85rem;font-weight:700}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.scanner-wrapper{align-items:flex-start;display:flex;gap:20px}.left-col{flex:1 1;max-width:400px}.right-col{flex:1 1}}.cpanel-container{color:#1f2937;font-family:Inter,system-ui,-apple-system,sans-serif;margin:0 auto;max-width:1400px;padding:2rem}.cpanel-header{border-bottom:1px solid #e5e7eb;margin-bottom:2rem;padding-bottom:1.5rem}.cpanel-header h1{color:#111827;font-size:2rem;font-weight:800;margin:0}.system-load{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000d;display:flex;justify-content:space-around;margin-bottom:2rem;padding:1rem 2rem}.analytics-bar{background:linear-gradient(90deg,#fff,#f9fafb);border-color:#d1d5db}.load-item{flex:1 1;text-align:center}.load-value{color:#374151;font-size:1.5rem;font-weight:800;margin-bottom:4px}@keyframes pulseSlow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.animate-pulse-slow{animation:pulseSlow 3s ease-in-out infinite}.load-label{align-items:center;color:#6b7280;display:flex;font-size:.85rem;font-weight:500;gap:6px;justify-content:center}.divider{background:#e5e7eb;height:40px;width:1px}.cpanel-grid-wrapper{display:flex;flex-direction:column;gap:2rem}.cpanel-section{background:#0000}.section-title{align-items:center;color:#374151;display:flex;font-size:1.25rem;font-weight:700;gap:.5rem;margin-bottom:1rem}.badge-new{background:#8b5cf6;border-radius:4px;color:#fff;font-size:.7rem;letter-spacing:.5px;padding:2px 6px;text-transform:uppercase}.module-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.module-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 4px #00000005;cursor:pointer;display:flex;gap:1rem;overflow:hidden;padding:1.25rem;position:relative;transition:all .2s ease}.module-card:hover{border-color:#d1d5db;box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-2px)}.module-icon{align-items:center;background:#f3f4f6;border-radius:10px;color:#4b5563;display:flex;flex-shrink:0;font-size:1.2rem;height:48px;justify-content:center;width:48px}.module-card:hover .module-icon{background:#eff6ff;color:#2563eb}.module-info{flex:1 1}.module-info h3{color:#1f2937;font-size:1rem;font-weight:600;margin:0}.module-info p{color:#6b7280;font-size:.85rem;margin:4px 0 0}.feature-toggle{margin-left:auto}.toggle-switch{background:#e5e7eb;border-radius:20px;height:24px;position:relative;transition:background .3s;width:44px}.toggle-switch.active{background:#10b981}.toggle-knob{background:#fff;border-radius:50%;box-shadow:0 1px 3px #0003;height:20px;left:2px;position:absolute;top:2px;transition:transform .3s;width:20px}.toggle-switch.active .toggle-knob{transform:translateX(20px)}.modal-overlay{align-items:center;animation:fadeIn .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:zoomIn .2s;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;display:flex;flex-direction:column;max-height:90vh;max-width:500px;overflow:hidden;width:90%}.modal-lg{max-width:700px}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.modal-header h3{margin:0}.modal-header button{background:none;border:none;color:#6b7280;cursor:pointer}.modal-body{flex:1 1;overflow-y:auto;padding:1.5rem}.modal-footer{background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;padding:1rem 1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:.95rem;padding:.75rem;width:100%}.save-btn{align-items:center;background:#2563eb;border:none;border-radius:8px;color:#fff;display:flex;font-weight:600;gap:8px}.cancel-btn,.save-btn{cursor:pointer;padding:.75rem 1.5rem}.cancel-btn{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-weight:500}.ai-form{padding:1rem 0}.ai-generate-btn{align-items:center;background:linear-gradient(135deg,#8b5cf6,#6d28d9);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;gap:10px;justify-content:center;margin-top:1rem;padding:1rem;transition:transform .2s;width:100%}.ai-generate-btn:hover{box-shadow:0 10px 20px -5px #8b5cf666;transform:translateY(-2px)}.ai-generate-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.recipe-card{background:#fdf2f8;border:2px dashed #db2777;border-radius:12px;padding:2rem}.recipe-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.recipe-header h4{color:#be185d;font-size:1.5rem;margin:0}.badge{background:#be185d;border-radius:6px;color:#fff;font-size:.8rem;font-weight:700;padding:4px 8px}.recipe-desc{color:#666;font-style:italic;margin-bottom:1.5rem}.recipe-card h5{border-bottom:1px solid #fbcfe8;color:#be185d;margin-top:1.5rem;padding-bottom:.5rem}.recipe-actions{display:flex;gap:1rem;margin-top:2rem}.primary-btn-sm{align-items:center;background:#db2777;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-weight:700;gap:6px;padding:8px 16px}.text-btn-sm{background:none;border:none;color:#666;cursor:pointer;text-decoration:underline}.spinner-sm{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}.editor-mode{display:flex;flex-direction:column;height:calc(100vh - 80px)}.editor-toolbar{align-items:center;background:#1e293b;color:#fff;display:flex;justify-content:space-between;padding:.75rem 1.5rem}.editor-sidebar{background:#fff;border-left:1px solid #e5e7eb;box-shadow:-4px 0 15px #0000000d;display:flex;flex-direction:column;width:320px}.sidebar-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;font-weight:600;justify-content:space-between;padding:1rem}.sidebar-content{flex:1 1;overflow-y:auto;padding:1.5rem}.color-picker-wrapper{display:flex;gap:10px}.color-picker-wrapper input[type=color]{border:none;height:38px;padding:0;width:50px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.audit-container{font-family:Plus Jakarta Sans,sans-serif;margin:0 auto;max-width:1400px;padding:2rem}.audit-header{justify-content:space-between;margin-bottom:2rem}.audit-header,.audit-header h1{align-items:center;display:flex}.audit-header h1{color:#111827;font-size:1.8rem;font-weight:800;gap:.8rem;margin:0}.audit-toolbar{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding:1rem}.search-input{flex:1 1;min-width:200px}.filter-select,.search-input{border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;padding:.6rem 1rem}.filter-select{background:#fff;cursor:pointer}.live-toggle{align-items:center;border:1px solid #0000;border-radius:99px;cursor:pointer;display:flex;font-size:.85rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:all .2s}.live-toggle.active{background:#ecfdf5;border-color:#a7f3d0;color:#059669}.live-toggle.inactive{background:#f3f4f6;border-color:#e5e7eb;color:#6b7280}.pulse-dot{background:#059669;border-radius:50%;height:8px;width:8px}.live-toggle.active .pulse-dot{animation:pulse-green 2s infinite;box-shadow:0 0 0 0 #059669b3}@keyframes pulse-green{0%{box-shadow:0 0 0 0 #059669b3;transform:scale(.95)}70%{box-shadow:0 0 0 6px #05966900;transform:scale(1)}to{box-shadow:0 0 0 0 #05966900;transform:scale(.95)}}.audit-table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px #00000005;overflow:hidden}.audit-table{border-collapse:collapse;width:100%}.audit-table th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:.8rem;font-weight:600;letter-spacing:.05em;padding:1rem;text-align:left;text-transform:uppercase}.audit-table td{border-bottom:1px solid #f3f4f6;color:#1f2937;font-size:.9rem;padding:1rem;vertical-align:middle}.audit-table tr:hover{background:#f8fafc}.user-cell{font-weight:600;gap:.8rem}.user-avatar,.user-cell{align-items:center;display:flex}.user-avatar{background:#e5e7eb;border-radius:50%;color:#4b5563;font-size:.8rem;height:32px;justify-content:center;width:32px}.action-badge{align-items:center;border-radius:6px;display:inline-flex;font-size:.8rem;font-weight:600;gap:.4rem;padding:.25rem .6rem}.action-badge.login{background:#eff6ff;color:#2563eb}.action-badge.create{background:#ecfdf5;color:#059669}.action-badge.delete{background:#fef2f2;color:#dc2626}.action-badge.update{background:#fffbeb;color:#d97706}.action-badge.other{background:#f3f4f6;color:#4b5563}.ip-badge{background:#f3f4f6;border-radius:4px;color:#6b7280;font-family:monospace;font-size:.85rem;padding:2px 6px}.media-container{font-family:Plus Jakarta Sans,sans-serif;margin:0 auto;max-width:1400px;padding:2rem}.media-header{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:2rem}.media-header h1{color:#111827;font-size:2rem;font-weight:800;margin:0}.media-header p{color:#6b7280;margin-top:.5rem}.storage-info{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:99px;color:#4b5563;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem}.upload-area{background:#fff;border:2px dashed #e5e7eb;border-radius:16px;cursor:pointer;margin-bottom:3rem;padding:3rem;text-align:center;transition:all .2s}.upload-area.dragging,.upload-area:hover{background:#eff6ff;border-color:#2563eb}.upload-content{flex-direction:column;gap:1rem}.icon-circle,.upload-content{align-items:center;display:flex}.icon-circle{background:#eff6ff;border-radius:50%;color:#2563eb;height:64px;justify-content:center;margin-bottom:.5rem;width:64px}.browse-btn{background:#2563eb;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem 2rem;transition:background .2s}.browse-btn:hover{background:#1d4ed8}.gallery-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.gallery-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s}.gallery-item:hover{box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-4px)}.image-preview{background:#f9fafb;height:160px;overflow:hidden;position:relative;width:100%}.image-preview img{height:100%;object-fit:cover;width:100%}.overlay{align-items:center;background:#0006;display:flex;gap:.8rem;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s;width:100%}.gallery-item:hover .overlay{opacity:1}.overlay button{align-items:center;background:#fff;border:none;border-radius:50%;color:#374151;cursor:pointer;display:flex;height:36px;justify-content:center;transition:transform .2s;width:36px}.overlay button:hover{transform:scale(1.1)}.delete-btn{color:#dc2626!important}.image-info{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:1rem}.info-text{display:flex;flex-direction:column;gap:.2rem;overflow:hidden}.name{color:#374151;font-size:.85rem;font-weight:600;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.meta{color:#9ca3af;font-size:.75rem}.copy-btn{background:none;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;padding:6px;transition:all .2s}.copy-btn:hover{background:#f3f4f6;color:#374151}.copy-btn.copied{background:#d1fae5;border-color:#d1fae5;color:#059669}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.media-header{align-items:flex-start;flex-direction:column;gap:1rem}.storage-info{justify-content:center;width:100%}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}
/*# sourceMappingURL=main.e7512e81.css.map*/