.login-page{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:clamp(.75rem,4vw,1.5rem);background:linear-gradient(135deg,#0f172a,#1e293b);box-sizing:border-box}.login-card{width:100%;max-width:24rem;padding:clamp(1.25rem,5vw,2rem);background:#1e293b;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000080}.login-card h1{margin:0 0 .25rem;font-size:clamp(1.25rem,4vw,1.5rem);color:#f8fafc}.login-subtitle{margin:0 0 1.5rem;font-size:clamp(.8125rem,2vw,.875rem);color:#94a3b8}.login-form{display:flex;flex-direction:column;gap:1rem}.login-form label{font-size:.875rem;font-weight:500;color:#e2e8f0}.login-form input{padding:.75rem .875rem;min-height:2.75rem;font-size:1rem;border:1px solid #475569;border-radius:.5rem;background:#0f172a;color:#f8fafc}.login-form input::placeholder{color:#64748b}.login-form input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f640}.login-form input:disabled{opacity:.7;cursor:not-allowed}.login-error{margin:0;padding:.5rem .75rem;font-size:.875rem;color:#fca5a5;background:#ef444426;border-radius:.5rem}.login-button{margin-top:.5rem;padding:.75rem 1rem;min-height:2.75rem;font-size:1rem;font-weight:500;color:#fff;background:#3b82f6;border:none;border-radius:.5rem;cursor:pointer}.login-button:hover:not(:disabled){background:#2563eb}.login-button:disabled{opacity:.7;cursor:not-allowed}@media(max-width:360px){.login-card{padding:1rem}}.admin-layout{min-height:100vh;min-height:100dvh;background:#0f172a;color:#f8fafc;box-sizing:border-box}.admin-layout-sidebar{position:fixed;left:0;top:0;bottom:0;width:240px;display:flex;flex-direction:column;background:#1e293b;border-right:1px solid #334155;z-index:100}.admin-layout-sidebar-header{padding:1.25rem 1rem;border-bottom:1px solid #334155}.admin-layout-sidebar-title{margin:0;font-size:1.125rem;font-weight:600;color:#f8fafc}.admin-layout-sidebar-subtitle{margin:.25rem 0 0;font-size:.75rem;color:#94a3b8}.admin-layout-nav{flex:1;padding:.75rem 0;display:flex;flex-direction:column;gap:.25rem}.admin-layout-nav-link{display:block;padding:.625rem 1rem;font-size:.9375rem;color:#e2e8f0;text-decoration:none;border-radius:.375rem;margin:0 .5rem;transition:background .15s,color .15s}.admin-layout-nav-link:hover{background:#334155;color:#f8fafc}.admin-layout-nav-link:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.admin-layout-nav-link-active{background:#334155;color:#f8fafc;font-weight:500}.admin-layout-sidebar-footer{padding:1rem;border-top:1px solid #334155;display:flex;flex-direction:column;gap:.5rem}.admin-layout-user-email{font-size:.8125rem;color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-layout-logout-btn{padding:.5rem .75rem;min-height:2.5rem;font-size:.875rem;color:#f8fafc;background:#475569;border:none;border-radius:.5rem;cursor:pointer}.admin-layout-logout-btn:hover{background:#64748b}.admin-layout-logout-btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.admin-layout-main{margin-left:240px;min-height:100vh;min-height:100dvh;min-width:0;overflow:auto}.admin-layout-menu-toggle{display:none;position:fixed;top:1rem;left:1rem;z-index:1002;width:2.5rem;height:2.5rem;padding:.5rem;background:#1e293b;border:1px solid #334155;border-radius:.5rem;cursor:pointer;flex-direction:column;justify-content:center;gap:.25rem}.admin-layout-menu-toggle-bar{display:block;width:100%;height:2px;background:#f8fafc;border-radius:1px}.admin-layout-overlay{display:none;position:fixed;inset:0;z-index:999;background:#00000080;border:none;cursor:pointer}@media(max-width:767px){.admin-layout-menu-toggle{display:flex}.admin-layout-sidebar{width:260px;transform:translate(-100%);transition:transform .2s ease-out;box-shadow:4px 0 12px #0000004d}.admin-layout-sidebar-open{transform:translate(0)}.admin-layout-overlay{display:block}.admin-layout-main{margin-left:0;padding-top:3.5rem}}.admin-page-content{padding:clamp(1rem,4vw,2rem) clamp(1rem,4vw,2rem);max-width:none;width:100%;box-sizing:border-box}.admin-page-content-title{margin:0 0 1rem;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:600;color:#f8fafc}.admin-page-content p{margin:0 0 .5rem;font-size:clamp(.9375rem,2vw,1rem);color:#e2e8f0}.admin-page-content-hint{font-size:.875rem;color:#94a3b8}.sehirler-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.sehirler-btn{padding:.5rem 1rem;min-height:2.5rem;font-size:.875rem;color:#e2e8f0;background:#475569;border:none;border-radius:.5rem;cursor:pointer}.sehirler-btn:hover:not(:disabled){background:#64748b}.sehirler-btn:disabled{opacity:.7;cursor:not-allowed}.sehirler-btn-primary{color:#fff;background:#3b82f6}.sehirler-btn-primary:hover:not(:disabled){background:#2563eb}.sehirler-btn-sm{padding:.375rem .75rem;min-height:2rem;font-size:.8125rem}.sehirler-btn-edit{background:#475569}.sehirler-btn-edit:hover:not(:disabled){background:#64748b}.sehirler-btn-delete{color:#fca5a5;background:#7f1d1d}.sehirler-btn-delete:hover:not(:disabled){background:#991b1b}.sehirler-error{margin:0 0 1rem;padding:.5rem .75rem;font-size:.875rem;color:#fca5a5;background:#ef444426;border-radius:.5rem}.sehirler-loading{margin:1rem 0;color:#94a3b8}.sehirler-table-wrap{overflow-x:auto;border-radius:.5rem;border:1px solid #334155}.sehirler-table{width:100%;border-collapse:collapse;font-size:.9375rem}.sehirler-table th,.sehirler-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #334155;background:#1e293b;color:#e2e8f0}.sehirler-table th{font-weight:600;color:#94a3b8}.sehirler-table tbody tr:last-child td{border-bottom:none}.sehirler-th-actions{width:1%;white-space:nowrap}.sehirler-actions{display:flex;gap:.5rem;flex-wrap:wrap}.sehirler-empty{color:#94a3b8;font-style:italic;text-align:center;padding:1.5rem}.sehirler-modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:#0009;cursor:pointer;overflow-y:auto;box-sizing:border-box}.sehirler-modal{width:100%;max-width:24rem;margin:auto 0;padding:1.5rem;background:#1e293b;border-radius:.75rem;border:1px solid #334155;cursor:default;flex-shrink:0}.sehirler-modal-title{margin:0 0 1rem;font-size:1.125rem;color:#f8fafc}.sehirler-modal-text{margin:0 0 1rem;font-size:.9375rem;color:#e2e8f0}.sehirler-modal form label{display:block;margin-bottom:.375rem;font-size:.875rem;font-weight:500;color:#e2e8f0}.sehirler-modal form input{width:100%;padding:.625rem .75rem;margin-bottom:1rem;font-size:1rem;border:1px solid #475569;border-radius:.5rem;background:#0f172a;color:#f8fafc;box-sizing:border-box}.sehirler-modal form input:focus{outline:none;border-color:#3b82f6}.sehirler-modal form select{width:100%;padding:.625rem .75rem;margin-bottom:1rem;font-size:1rem;border:1px solid #475569;border-radius:.5rem;background:#0f172a;color:#f8fafc;box-sizing:border-box}.sehirler-modal form select:focus{outline:none;border-color:#3b82f6}.sehirler-modal form textarea,.sehirler-input-textarea{width:100%;padding:.625rem .75rem;margin-bottom:1rem;font-size:1rem;border:1px solid #475569;border-radius:.5rem;background:#0f172a;color:#f8fafc;box-sizing:border-box;resize:vertical}.sehirler-modal form textarea:focus{outline:none;border-color:#3b82f6}.sehirler-modal-wide{max-width:32rem}.sehirler-modal-actions{display:flex;gap:.5rem;justify-content:flex-end}.egitimler-page{--egitim-radius: 12px;--egitim-radius-sm: 8px;--egitim-surface: #1a2234;--egitim-border: rgba(51, 65, 85, .8);--egitim-accent: #3b82f6;--egitim-text: #f1f5f9;--egitim-text-muted: #94a3b8}.egitimler-page.admin-page-content{max-width:56rem;margin:0 auto}.egitimler-page .sehirler-header{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--egitim-border)}.egitimler-page .admin-page-content-title{margin:0;font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:700;letter-spacing:-.02em;color:var(--egitim-text)}.egitimler-page .sehirler-btn-primary{padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;border-radius:var(--egitim-radius-sm);background:var(--egitim-accent)}.egitimler-page .sehirler-btn-primary:hover:not(:disabled){background:#2563eb}.egitimler-page .sehirler-table-wrap{border-radius:var(--egitim-radius);border:1px solid var(--egitim-border);overflow:hidden;background:var(--egitim-surface)}.egitimler-page .sehirler-table th,.egitimler-page .sehirler-table td{padding:.875rem 1.25rem;background:var(--egitim-surface);color:var(--egitim-text);border-bottom:1px solid var(--egitim-border)}.egitimler-page .sehirler-table th{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--egitim-text-muted)}.egitimler-page .sehirler-table tbody tr{transition:background .15s}.egitimler-page .sehirler-table tbody tr:hover{background:#ffffff0a}.egitimler-page .sehirler-table tbody tr:last-child td{border-bottom:none}.egitimler-page .sehirler-table td:first-child{font-weight:500;color:var(--egitim-text)}.egitimler-page .sehirler-empty{padding:2.5rem 1.5rem;color:var(--egitim-text-muted);font-style:normal;font-size:.9375rem}.egitimler-page .sehirler-btn-edit,.egitimler-page .sehirler-btn-delete{border-radius:var(--egitim-radius-sm)}.egitimler-page .sehirler-error{border-radius:var(--egitim-radius-sm);margin-bottom:1.25rem}.course-detail{--course-radius: 12px;--course-radius-sm: 8px;--course-surface: #1a2234;--course-border: rgba(51, 65, 85, .8);--course-accent: #3b82f6;--course-accent-hover: #2563eb;--course-text: #f1f5f9;--course-text-muted: #94a3b8}.course-detail-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.75rem;padding-bottom:1.5rem;border-bottom:1px solid var(--course-border)}.course-detail-header .sehirler-btn-sm{align-self:flex-start}.course-detail-header .admin-page-content-title{margin:0;font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:700;letter-spacing:-.02em;color:var(--course-text);line-height:1.3}.course-detail-meta{margin:0;font-size:.9rem;color:var(--course-text-muted)}.course-detail-tabs{display:flex;gap:.25rem;margin-bottom:1.75rem;padding:.25rem;background:var(--course-surface);border-radius:var(--course-radius-sm);border:1px solid var(--course-border);width:fit-content}.course-detail-tab{padding:.625rem 1.25rem;font-size:.9rem;font-weight:500;color:var(--course-text-muted);background:transparent;border:none;border-radius:6px;cursor:pointer;transition:color .2s,background .2s}.course-detail-tab:hover{color:var(--course-text);background:#ffffff0d}.course-detail-tab-active{color:var(--course-text);background:var(--course-accent)}.course-detail-tab-active:hover{background:var(--course-accent-hover)}.course-detail-section{margin-bottom:2rem}.course-detail-section:last-child{margin-bottom:0}.course-detail-info-form{max-width:28rem;padding:1.5rem;background:var(--course-surface);border:1px solid var(--course-border);border-radius:var(--course-radius)}.course-detail-info-form label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:var(--course-text)}.course-detail-info-form input,.course-detail-info-form select{width:100%;padding:.75rem 1rem;margin-bottom:1.25rem;font-size:1rem;border:1px solid var(--course-border);border-radius:var(--course-radius-sm);background:#0f172a;color:var(--course-text);box-sizing:border-box;transition:border-color .2s}.course-detail-info-form input:focus,.course-detail-info-form select:focus{outline:none;border-color:var(--course-accent);box-shadow:0 0 0 3px #3b82f633}.course-detail-info-form .course-detail-meta{margin-top:-.5rem;margin-bottom:1rem}.course-detail-info-actions{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--course-border)}.course-detail-info-form .course-detail-file-input{display:block;margin-bottom:1rem;font-size:.9rem;color:var(--course-text-muted);cursor:pointer}.course-detail-info-form .course-detail-file-input::file-selector-button{padding:.5rem 1rem;margin-right:.75rem;font-size:.875rem;border:1px solid var(--course-border);border-radius:var(--course-radius-sm);background:var(--course-surface);color:var(--course-text);cursor:pointer;transition:background .2s}.course-detail-info-form .course-detail-file-input::file-selector-button:hover{background:#ffffff14}.course-detail-thumb-preview{margin-top:.75rem;margin-bottom:1rem}.course-detail-thumb-preview-img{display:block;max-width:100%;width:auto;max-height:200px;height:auto;object-fit:contain;border-radius:var(--course-radius-sm);border:1px solid var(--course-border);background:#0f172a}.course-detail-h2,.course-detail-h3{margin:0 0 .75rem;font-size:1.125rem;font-weight:600;color:var(--course-text)}.course-detail-h3{font-size:1rem;margin-top:1.25rem;color:var(--course-text-muted)}.course-detail-desc{margin:0 0 1rem;font-size:.9375rem;color:var(--course-text-muted);white-space:pre-wrap;line-height:1.6}.course-detail-media-block{margin-top:1rem;padding:1.25rem;background:var(--course-surface);border:1px solid var(--course-border);border-radius:var(--course-radius-sm)}.course-detail-media-block h3{margin:0 0 .5rem;font-size:.9375rem;font-weight:600;color:var(--course-text)}.course-detail-option-row{display:flex;gap:.5rem;align-items:center;margin-bottom:.5rem}.course-detail-option-row input{flex:1;padding:.5rem .75rem;font-size:.9375rem;border:1px solid var(--course-border);border-radius:var(--course-radius-sm);background:#0f172a;color:var(--course-text)}.content-form-section{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--course-border)}.content-form-section:last-of-type{margin-bottom:0;padding-bottom:0;border-bottom:none}.content-form-section>label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:var(--course-text)}.content-form-list,.content-form-list .course-detail-option-row{margin-bottom:.5rem}.content-form-add-btn{margin-top:.25rem}.content-form .sehirler-modal-actions{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--course-border)}.media-preview-cell{width:140px;vertical-align:middle}.media-preview-link{display:block;color:inherit;text-decoration:none;cursor:pointer;border-radius:var(--course-radius-sm);transition:outline .2s}.media-preview-link:hover{outline:2px solid var(--course-accent);outline-offset:2px}.media-list-url-link{color:var(--course-accent);text-decoration:none}.media-list-url-link:hover{text-decoration:underline}.media-preview-empty{color:var(--course-text-muted);font-size:.875rem}.media-preview-wrap{width:120px;height:80px;border-radius:var(--course-radius-sm);overflow:hidden;background:#0f172a;border:1px solid var(--course-border);display:flex;align-items:center;justify-content:center;position:relative}.media-preview-img{width:100%;height:100%;object-fit:cover}.media-preview-video{width:100%;height:100%;object-fit:cover;max-height:80px}.media-preview-placeholder{background:var(--course-surface)}.media-preview-placeholder-text{font-size:.875rem;color:var(--course-text-muted)}.media-preview-wrap-video{min-height:68px;position:relative}.media-preview-iframe{width:100%;height:100%;border:none;position:absolute;inset:0}.media-form-preview{margin-top:1rem;margin-bottom:1rem}.media-form-preview>label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:var(--course-text)}.media-form-preview .media-preview-wrap{width:100%;max-width:320px;height:180px}.media-form-preview .media-preview-wrap-video{height:180px}.media-form-preview .media-preview-video{max-height:180px}.course-detail-section .sehirler-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.course-detail-section .sehirler-table-wrap{border-radius:var(--course-radius-sm);border:1px solid var(--course-border);overflow:hidden}.course-detail-section .sehirler-table th,.course-detail-section .sehirler-table td{background:var(--course-surface);padding:.875rem 1rem}.course-detail-section .sehirler-table tbody tr{transition:background .15s}.course-detail-section .sehirler-table tbody tr:hover{background:#ffffff08}.answer-options-list{margin:0;padding-left:1.25rem;list-style:decimal;font-size:.9375rem;line-height:1.6}.answer-options-list li{margin-bottom:.25rem}.answer-options-list li:last-child{margin-bottom:0}.wizard-page{max-width:52rem;margin:0 auto;--wizard-radius: 12px;--wizard-radius-sm: 8px;--wizard-surface: #1a2234;--wizard-border: rgba(51, 65, 85, .8);--wizard-accent: #3b82f6;--wizard-accent-hover: #2563eb;--wizard-text: #f1f5f9;--wizard-text-muted: #94a3b8}.wizard-steps{display:flex;gap:.5rem;margin-bottom:2rem;padding:.375rem;background:var(--wizard-surface);border:1px solid var(--wizard-border);border-radius:var(--wizard-radius);flex-wrap:wrap}.wizard-step{display:inline-flex;align-items:center;gap:.625rem;padding:.625rem 1.25rem;font-size:.9rem;font-weight:500;color:var(--wizard-text-muted);background:transparent;border:1px solid transparent;border-radius:var(--wizard-radius-sm);transition:color .2s,background .2s,border-color .2s}.wizard-step:hover{color:var(--wizard-text)}.wizard-step-active{color:#fff;background:var(--wizard-accent);border-color:var(--wizard-accent)}.wizard-step-num{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;font-size:.8125rem;font-weight:700;background:#fff3;border-radius:50%}.wizard-step-active .wizard-step-num{background:#ffffff59}.wizard-form-card{background:var(--wizard-surface);border:1px solid var(--wizard-border);border-radius:var(--wizard-radius);padding:1.75rem;margin-bottom:1.75rem}.wizard-form-card label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:var(--wizard-text)}.wizard-form-card input[type=text],.wizard-form-card input[type=url],.wizard-form-card input[type=number],.wizard-form-card select{width:100%;max-width:100%;padding:.75rem 1rem;margin-bottom:1.25rem;font-size:1rem;border:1px solid var(--wizard-border);border-radius:var(--wizard-radius-sm);background:#0f172a;color:var(--wizard-text);box-sizing:border-box;transition:border-color .2s}.wizard-form-card input:focus,.wizard-form-card select:focus,.wizard-form-card textarea:focus{outline:none;border-color:var(--wizard-accent);box-shadow:0 0 0 3px #3b82f633}.wizard-form-card input.wizard-input-title{padding:.875rem 1rem;font-size:1.0625rem;font-weight:500}.wizard-file-input{display:block;margin-bottom:1rem;font-size:.9rem;color:var(--wizard-text-muted);cursor:pointer}.wizard-file-input::file-selector-button{padding:.5rem 1rem;margin-right:.75rem;font-size:.875rem;border:1px solid var(--wizard-border);border-radius:var(--wizard-radius-sm);background:#ffffff0f;color:var(--wizard-text);cursor:pointer;transition:background .2s}.wizard-file-input::file-selector-button:hover{background:#ffffff1a}.wizard-thumb-preview{margin-top:.75rem;margin-bottom:1rem}.wizard-thumb-preview-img{display:block;max-width:100%;width:auto;max-height:200px;height:auto;object-fit:contain;border-radius:var(--wizard-radius-sm);border:1px solid var(--wizard-border);background:#0f172a}.wizard-form-card .sehirler-input-textarea{width:100%;box-sizing:border-box;margin-bottom:1rem;padding:.75rem 1rem;border:1px solid var(--wizard-border);border-radius:var(--wizard-radius-sm);background:#0f172a;color:var(--wizard-text);resize:vertical}.wizard-quiz-header-card{background:var(--wizard-surface);border:1px solid var(--wizard-border);border-radius:var(--wizard-radius);padding:1.5rem;margin-bottom:1.5rem}.wizard-quiz-header-card .wizard-section-title{margin:0 0 .5rem}.wizard-field-hint{display:block;font-size:.875rem;color:var(--wizard-text-muted);margin:0;line-height:1.5}.wizard-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end;margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid var(--wizard-border)}.wizard-content-block{background:var(--wizard-surface);border:1px solid var(--wizard-border);border-radius:var(--wizard-radius);padding:1.5rem;margin-bottom:1.5rem}.wizard-content-block .sehirler-header{margin-bottom:1rem}.wizard-content-block .course-detail-h3{margin:0;font-size:1rem;font-weight:600;color:var(--wizard-text)}.wizard-content-section{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--wizard-border)}.wizard-content-section:last-of-type{margin-bottom:0;padding-bottom:0;border-bottom:none}.wizard-content-section>label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:var(--wizard-text)}.wizard-list-section{background:#0f172a80;border:1px solid var(--wizard-border);border-radius:var(--wizard-radius-sm);padding:1rem;margin-bottom:.75rem}.wizard-list-section>label{margin-bottom:.25rem}.wizard-list-section .wizard-list-row{display:flex;gap:.5rem;align-items:center;margin-bottom:.5rem}.wizard-list-section .wizard-list-row:last-child{margin-bottom:0}.wizard-list-section .wizard-list-row .wizard-list-input-wrap{flex:1;min-width:0;display:flex;align-items:center;gap:.5rem}.wizard-list-section .wizard-list-row .wizard-list-num{flex-shrink:0;width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:var(--wizard-text-muted);background:#33415599;border-radius:.25rem}.wizard-list-section .wizard-list-row input{flex:1;min-width:0;padding:.625rem .875rem;font-size:.9375rem;border:1px solid var(--wizard-border);border-radius:var(--wizard-radius-sm);background:#0f172a;color:var(--wizard-text);box-sizing:border-box}.wizard-list-section .wizard-list-row input:focus{outline:none;border-color:var(--wizard-accent)}.wizard-list-section .wizard-add-btn{margin-top:.75rem}.wizard-media-block{background:#0f172a80;border:1px solid var(--wizard-border);border-radius:var(--wizard-radius-sm);padding:1rem;margin-bottom:1rem}.wizard-media-block .wizard-media-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:.5rem}.wizard-media-block .wizard-media-row input,.wizard-media-block .wizard-media-row select{padding:.5rem .75rem;font-size:.9375rem;border:1px solid var(--wizard-border);border-radius:var(--wizard-radius-sm);background:#0f172a;color:var(--wizard-text);min-width:0}.wizard-media-block .wizard-media-row input[placeholder=URL],.wizard-media-block .wizard-media-row .wizard-media-url-input{flex:1;min-width:180px}.wizard-media-block .wizard-media-row input[placeholder=Başlık]{min-width:120px}.wizard-media-preview-label{font-size:.875rem;font-weight:600;color:var(--wizard-text);margin-top:.5rem;margin-bottom:.25rem}.wizard-media-preview-box{max-width:280px;height:140px;border-radius:var(--wizard-radius-sm);overflow:hidden;background:#0f172a;border:1px solid var(--wizard-border);display:flex;align-items:center;justify-content:center}.wizard-media-preview-box img{width:100%;height:100%;object-fit:cover}.wizard-question-block{background:var(--wizard-surface);border:1px solid var(--wizard-border);border-radius:var(--wizard-radius);padding:1.5rem;margin-bottom:1.5rem}.wizard-question-block .sehirler-header{margin-bottom:1rem}.wizard-question-block h4{margin:0;font-size:1rem;font-weight:600;color:var(--wizard-text)}.wizard-question-block label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:var(--wizard-text)}.wizard-question-block .course-detail-option-row{margin-bottom:.5rem}.wizard-question-block .course-detail-option-row input{flex:1;padding:.5rem .75rem;font-size:.9375rem;border:1px solid var(--wizard-border);border-radius:var(--wizard-radius-sm);background:#0f172a;color:var(--wizard-text)}.wizard-question-block select{width:100%;padding:.5rem .75rem;margin-top:.25rem;font-size:.9375rem;border:1px solid var(--wizard-border);border-radius:var(--wizard-radius-sm);background:#0f172a;color:var(--wizard-text);box-sizing:border-box}.wizard-section-title{font-size:1.125rem;font-weight:600;color:var(--wizard-text);margin:0 0 .5rem}.wizard-section-title-sm{font-size:1rem;font-weight:600;color:var(--wizard-text-muted);margin:1.25rem 0 .75rem}.wizard-section-title-sm:first-child{margin-top:0}.sinavlar-page.admin-page-content{max-width:56rem;margin:0 auto}.sinavlar-page .sehirler-header{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(51,65,85,.8)}.sinavlar-page .admin-page-content-title{margin:0;font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:700;letter-spacing:-.02em;color:#f1f5f9}.sinavlar-page .sehirler-table-wrap{border-radius:12px;border:1px solid rgba(51,65,85,.8);overflow:hidden;background:#1a2234}.sinavlar-page .sehirler-table th,.sinavlar-page .sehirler-table td{padding:.875rem 1.25rem;background:#1a2234;color:#f1f5f9;border-bottom:1px solid rgba(51,65,85,.8)}.sinavlar-page .sehirler-table th{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8}.sinavlar-page .sehirler-table tbody tr:hover{background:#ffffff0a}.sinavlar-page .sehirler-table tbody tr:last-child td{border-bottom:none}.sinavlar-page .sehirler-empty{padding:2.5rem 1.5rem;color:#94a3b8;font-style:normal;font-size:.9375rem}.sinav-form-card{max-width:32rem;padding:1.5rem;background:#1a2234;border:1px solid rgba(51,65,85,.8);border-radius:12px}.sinav-form-card label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:#f1f5f9}.sinav-form-card input[type=text],.sinav-form-card input[type=number],.sinav-form-card .sehirler-input-textarea{width:100%;padding:.75rem 1rem;margin-bottom:1rem;font-size:1rem;border:1px solid rgba(51,65,85,.8);border-radius:8px;background:#0f172a;color:#f1f5f9;box-sizing:border-box}.sinav-form-card input:focus,.sinav-form-card .sehirler-input-textarea:focus{outline:none;border-color:#3b82f6}#root{width:100%;min-height:100vh;min-height:100dvh}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}*,*:before,*:after{box-sizing:border-box}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;min-height:100dvh;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);box-sizing:border-box}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer-bar{height:1rem;border-radius:.375rem;background:linear-gradient(90deg,#334155 0% 25%,#475569 50%,#334155 75% 100%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}.shimmer-loading{display:flex;flex-direction:column;gap:.75rem;width:100%}.shimmer-loading-table{background:#1e293b;border:1px solid #334155;border-radius:.75rem;overflow:hidden;padding:1rem}.shimmer-loading-table .shimmer-row{display:flex;gap:1rem;margin-bottom:.75rem}.shimmer-loading-table .shimmer-row:last-child{margin-bottom:0}.shimmer-loading-auth{align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;padding:2rem}.shimmer-loading-auth .shimmer-card{width:100%;max-width:20rem;display:flex;flex-direction:column;gap:1rem}.shimmer-loading-page{max-width:48rem}.shimmer-loading-page .shimmer-bar:first-child{height:1.5rem;width:60%}.auth-loading{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1rem;color:#ffffffde;font-size:clamp(.875rem,2.5vw,1rem)}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
