@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Manrope:wght@500;600;700&display=swap";.home{min-height:100vh;display:flex;flex-direction:column;position:relative;color:#0f172a;font-family:Manrope,system-ui,sans-serif;overflow:hidden}.home-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 10% 0%,rgba(251,146,60,.28),transparent 55%),radial-gradient(ellipse 70% 50% at 90% 20%,rgba(37,99,235,.18),transparent 50%),linear-gradient(165deg,#fff7ed,#eff6ff 45%,#f8fafc);z-index:0}.home-top,.home-hero,.home-foot{position:relative;z-index:1}.home-top{padding:28px 28px 0}.home-mark{font-family:Fraunces,Georgia,serif;font-weight:700;font-size:1.15rem;letter-spacing:-.02em;color:#9a3412}.home-hero{flex:1;display:flex;flex-direction:column;justify-content:center;padding:48px 28px 64px;max-width:640px}.home-brand{margin:0 0 8px;font-family:Fraunces,Georgia,serif;font-size:clamp(2.75rem,8vw,4.25rem);font-weight:700;line-height:1.05;letter-spacing:-.03em;color:#9a3412}.home-title{margin:0 0 18px;font-family:Manrope,sans-serif;font-size:clamp(1.35rem,3.5vw,1.75rem);font-weight:700;color:#1e3a8a;letter-spacing:-.02em}.home-lead{margin:0 0 28px;font-size:1.05rem;line-height:1.65;color:#475569;max-width:34rem}.home-actions{display:flex;flex-wrap:wrap;gap:12px}.home-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:12px;font-weight:700;font-size:.95rem;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.home-btn:hover{transform:translateY(-1px)}.home-btn-primary{background:#ea580c;color:#fff;box-shadow:0 10px 24px #ea580c40}.home-btn-ghost{background:#ffffffbf;color:#9a3412;border:1px solid #fdba74}.home-foot{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:center;padding:20px 28px 28px;font-size:.9rem;color:#64748b}.home-foot a{color:#334155;text-decoration:none;font-weight:600}.home-foot a:hover{color:#ea580c}@media (max-width: 560px){.home-hero{padding:32px 20px 48px}.home-top{padding:20px 20px 0}.home-foot{padding:16px 20px 24px}}.admin-login-screen{min-height:100vh;background:linear-gradient(135deg,#1e3a8a,#3b82f6);display:flex;align-items:center;justify-content:center;padding:20px}.admin-login-container{background:#fff;border-radius:16px;padding:40px;max-width:400px;width:100%;box-shadow:0 10px 40px #0003}.admin-logo{text-align:center;margin-bottom:32px}.admin-logo h1{font-size:28px;color:#1e3a8a;margin-bottom:8px}.admin-logo p{color:#6b7280;font-size:14px}.admin-login-form{display:flex;flex-direction:column;gap:20px}.admin-login-button{padding:12px 24px;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer}.admin-login-button:disabled{opacity:.6;cursor:not-allowed}.admin-dashboard{min-height:100vh;background:#f9fafb}.admin-header{background:#fff;box-shadow:0 2px 4px #0000001a;padding:16px 24px}.admin-header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.admin-header h1{font-size:24px;color:#1e3a8a}.logout-button{padding:8px 16px;background:#ef4444;color:#fff;border:none;border-radius:8px;cursor:pointer}.admin-nav{background:#fff;border-bottom:1px solid #e5e7eb;padding:0 24px;display:flex;gap:8px;overflow-x:auto}.admin-nav button{padding:12px 20px;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:14px;color:#6b7280;white-space:nowrap;transition:all .2s}.admin-nav button:hover{color:#3b82f6}.admin-nav button.active{color:#3b82f6;border-bottom-color:#3b82f6;font-weight:600}.admin-content{max-width:1400px;margin:0 auto;padding:24px}.word-management{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 4px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.section-header h2{font-size:24px;color:#1e3a8a}.add-button{padding:10px 20px;background:#10b981;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600}.search-bar{margin-bottom:24px}.search-bar input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:16px}.words-table{overflow-x:auto}.words-table table{width:100%;border-collapse:collapse}.words-table th,.words-table td{padding:12px;text-align:left;border-bottom:1px solid #e5e7eb}.words-table th{background:#f9fafb;font-weight:600;color:#374151}.edit-button{padding:6px 12px;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:16px;padding:32px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.modal-content h3{font-size:24px;color:#1e3a8a;margin-bottom:24px}.form-group{margin-bottom:20px}.form-group label{display:block;font-weight:600;color:#374151;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px}.form-group textarea{resize:vertical}.form-actions{display:flex;gap:12px;margin-top:24px}.save-button{padding:12px 24px;background:#10b981;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600}.cancel-button{padding:12px 24px;background:#e5e7eb;color:#374151;border:none;border-radius:8px;cursor:pointer;font-weight:600}.error-message{background:#fee2e2;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:20px}.loading{text-align:center;padding:40px;color:#6b7280}.admin-toast{margin-bottom:16px;padding:12px 16px;border-radius:10px;display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:14px;box-shadow:0 4px 12px #0f172a1f}.admin-toast.success{background:#ecfdf3;color:#14532d;border:1px solid #4ade80}.admin-toast.error{background:#fef2f2;color:#7f1d1d;border:1px solid #fca5a5}.admin-toast-message{flex:1}.admin-toast-close{border:none;background:transparent;font-size:18px;cursor:pointer;color:inherit;line-height:1}.stats-overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:20px}.stats-card{display:flex;align-items:flex-start;gap:14px;padding:20px;border-radius:12px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000f}.stats-card__icon{font-size:28px;flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px}.stats-card--blue .stats-card__icon{background:#eff6ff}.stats-card--green .stats-card__icon{background:#ecfdf5}.stats-card--purple .stats-card__icon{background:#f5f3ff}.stats-card--orange .stats-card__icon{background:#fff7ed}.stats-card--teal .stats-card__icon{background:#f0fdfa}.stats-card__body{flex:1;min-width:0}.stats-card__value{font-size:28px;font-weight:700;color:#1e293b;line-height:1.1}.stats-card__label{font-size:13px;color:#6b7280;margin-top:2px;margin-bottom:8px}.stats-distribution-bar{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:24px}.stats-distribution-bar__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-weight:600;color:#1e293b}.stats-stacked-bar{display:flex;height:24px;border-radius:12px;overflow:hidden;background:#f3f4f6}.stats-stacked-bar__segment{height:100%;transition:width .5s ease}.stats-stacked-bar__segment--correct{background:linear-gradient(135deg,#34d399,#10b981)}.stats-stacked-bar__segment--wrong{background:linear-gradient(135deg,#f87171,#ef4444)}.stats-stacked-bar__legend{display:flex;gap:24px;margin-top:10px;font-size:13px;color:#6b7280}.legend-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:6px;vertical-align:middle}.legend-dot--green{background:#34d399}.legend-dot--red{background:#f87171}.stats-section{margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.stats-section:last-of-type{border-bottom:none}.stats-section__title{font-size:18px;font-weight:700;color:#1e3a8a;margin:0 0 8px}.stats-section__desc{font-size:13px;color:#6b7280;margin:0 0 16px}.stats-table__group-header{text-align:center;padding:8px 12px;font-weight:600;font-size:13px}.stats-table__group-header--soru{background:#eff6ff;color:#1e40af}.stats-table__group-header--kelime{background:#fef3c7;color:#92400e}.stats-modal-section{margin-bottom:20px}.stats-modal-section__title{font-size:14px;font-weight:600;color:#1e3a8a;margin:0 0 12px;padding-bottom:6px;border-bottom:1px solid #e5e7eb}.stats-mini-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:16px;text-align:center}.stats-mini-card__value{font-size:24px;font-weight:700;color:#1e293b}.stats-mini-card__label{font-size:12px;color:#6b7280;margin-top:2px}.user-detail-tabs{display:flex;gap:4px;border-bottom:2px solid #e5e7eb;margin-bottom:20px}.user-detail-tabs button{padding:10px 18px;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;font-size:14px;color:#6b7280;font-weight:500;transition:all .2s}.user-detail-tabs button:hover{color:#3b82f6}.user-detail-tabs button.active{color:#3b82f6;border-bottom-color:#3b82f6;font-weight:600}.user-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.user-info-item{padding:12px 16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.user-info-item__label{font-size:12px;color:#6b7280;margin-bottom:4px;font-weight:500}.user-info-item__value{font-size:15px;color:#1e293b;font-weight:600;word-break:break-all}.device-card{display:flex;align-items:center;gap:14px;padding:14px 16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:10px}.device-card__icon{font-size:28px;flex-shrink:0}.device-card__body{flex:1;min-width:0}.device-card__name{font-weight:600;color:#1e293b;font-size:14px}.device-card__meta{font-size:12px;color:#6b7280;margin-top:2px}.device-card__badge{display:inline-block;padding:2px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.device-card__badge--web{background:#eff6ff;color:#3b82f6}.device-card__badge--ios{background:#f5f5f7;color:#1d1d1f}.device-card__badge--android{background:#e8f5e9;color:#2e7d32}.device-card__badge--active{background:#dcfce7;color:#166534}.device-card__badge--inactive{background:#fee2e2;color:#991b1b}.user-action-buttons{display:flex;flex-direction:column;gap:12px}.user-action-btn{display:flex;align-items:center;gap:10px;padding:14px 18px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;font-size:14px;color:#374151;transition:all .15s;text-align:left;width:100%}.user-action-btn:hover{background:#f9fafb;border-color:#3b82f6}.user-action-btn:disabled{opacity:.5;cursor:not-allowed}.user-action-btn__icon{font-size:20px}.user-action-btn__text strong{display:block;font-weight:600;color:#1e293b}.user-action-btn__text span{font-size:12px;color:#9ca3af}.user-action-btn--danger{border-color:#fca5a5}.user-action-btn--danger:hover{background:#fef2f2;border-color:#ef4444}.active-users-view{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 4px #0000001a}.active-users-view .connection-status{font-size:14px;font-weight:500}.active-users-view .connection-status.connected{color:#10b981}.active-users-view .connection-status.disconnected{color:#f59e0b}.active-users-description{color:#6b7280;font-size:14px;margin-bottom:16px}.platform-stats-summary{display:flex;flex-wrap:wrap;gap:12px;align-items:center;padding:12px 16px;background:#f8fafc;border-radius:8px;margin-bottom:20px;font-size:14px;color:#64748b}.platform-stats-summary strong{color:#1e3a8a}.active-users-view .no-active-users,.no-active-users{padding:40px;text-align:center;color:#9ca3af}.platform-badge{display:inline-block;padding:4px 10px;border-radius:6px;font-size:13px;font-weight:500}.platform-badge.web{background:#eff6ff;color:#3b82f6}.platform-badge.platform-ios{background:#f5f5f7;color:#1d1d1f}.platform-badge.platform-android{background:#e8f5e9;color:#2e7d32}.active-users-table-container{overflow-x:auto}.active-users-table table{width:100%}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f3f4f6}.loading-screen{height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top left,#e0f2fe,#f9fafb)}.loading-spinner{padding:12px 24px;border-radius:999px;background:#fff;box-shadow:0 10px 30px #0f172a1f;font-weight:600;color:#1e3a8a}.legal{min-height:100vh;position:relative;font-family:Manrope,system-ui,sans-serif;color:#0f172a}.legal-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(ellipse 70% 40% at 0% 0%,rgba(251,146,60,.2),transparent 50%),linear-gradient(180deg,#fff7ed,#f8fafc 40%,#fff)}.legal-top,.legal-body,.legal-foot{position:relative;z-index:1}.legal-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:20px 24px;max-width:720px;margin:0 auto}.legal-brand{font-family:Fraunces,Georgia,serif;font-weight:700;font-size:1.2rem;color:#9a3412;text-decoration:none}.legal-nav{display:flex;gap:16px}.legal-nav a{font-weight:600;font-size:.9rem;color:#475569;text-decoration:none}.legal-nav a:hover{color:#ea580c}.legal-body{max-width:720px;margin:0 auto;padding:8px 24px 48px}.legal-body h1{font-family:Fraunces,Georgia,serif;font-size:clamp(1.75rem,4vw,2.25rem);color:#9a3412;margin:0 0 8px}.legal-meta{color:#64748b;font-size:.9rem;margin:0 0 28px;line-height:1.5}.legal-body h2{font-size:1.1rem;margin:28px 0 10px;color:#1e3a8a}.legal-body p,.legal-body li{font-size:.98rem;line-height:1.7;color:#334155}.legal-body ul{padding-left:1.25rem;margin:8px 0 16px}.legal-body a{color:#c2410c;font-weight:600}.legal-foot{max-width:720px;margin:0 auto;padding:0 24px 32px;display:flex;gap:10px;flex-wrap:wrap;font-size:.9rem;color:#64748b}.legal-foot a{color:#334155;font-weight:600;text-decoration:none}.contact-box{margin-top:24px;padding:20px;border-radius:16px;background:#ffffffd9;border:1px solid #fed7aa}.contact-box a.contact-mail{display:inline-block;margin-top:12px;padding:12px 18px;border-radius:12px;background:#ea580c;color:#fff!important;text-decoration:none;font-weight:700}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
