:root{--tuba-red: #ED1C24;--tuba-red-dark: #c41019;--tuba-red-light: #ff3b42;--tuba-black: #1a1a1a;--tuba-white: #ffffff;--bg-primary: #ffffff;--bg-secondary: #f7f7f8;--bg-tertiary: #eeeff2;--bg-card: #ffffff;--bg-card-hover: #fafafa;--bg-header: #1a1a1a;--bg-footer: #1a1a1a;--text-primary: #1a1a1a;--text-secondary: #555555;--text-muted: #888888;--text-on-dark: #ffffff;--text-on-red: #ffffff;--border-color: #e0e0e0;--border-light: #f0f0f0;--border-active: #ED1C24;--color-doga: #2E7D32;--color-muhendislik: #1565C0;--color-saglik: #C62828;--color-sosyal: #E65100;--status-draft: #6366f1;--status-review: #d97706;--status-approved: #059669;--status-published: #0284c7;--status-rejected: #dc2626;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .1);--shadow-card: 0 1px 4px rgba(0, 0, 0, .06);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 20px;--transition: all .2s ease}[data-theme=dark]{--bg-primary: #121212;--bg-secondary: #1a1a1a;--bg-tertiary: #242424;--bg-card: #1f1f1f;--bg-card-hover: #2c2c2c;--bg-header: #0a0a0a;--bg-footer: #0a0a0a;--text-primary: #f0f0f0;--text-secondary: #bcbcbc;--text-muted: #7c7c7c;--border-color: #2c2c2c;--border-light: #222222}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Myriad Pro,Arial,Helvetica,sans-serif;background:var(--bg-secondary);color:var(--text-primary);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}#root{min-height:100vh}a{text-decoration:none;color:inherit}.app-layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.navbar{background:var(--bg-header);padding:0 2rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #00000026}.navbar-inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;height:68px}.navbar-brand{display:flex;align-items:center;gap:14px;text-decoration:none;color:var(--text-on-dark)}.navbar-brand .logo-img{height:44px;width:auto}.navbar-brand .brand-text{display:flex;flex-direction:column;line-height:1.1}.navbar-brand .brand-title{font-size:18px;font-weight:700;color:var(--text-on-dark);letter-spacing:.5px}.navbar-brand .brand-title span{color:var(--tuba-red)}.navbar-brand .brand-subtitle{font-size:10px;color:#aaa;letter-spacing:1.5px;text-transform:uppercase;margin-top:2px}.navbar-nav{display:flex;align-items:center;gap:2px;list-style:none}.navbar-nav a{color:#ccc;text-decoration:none;font-size:14px;font-weight:500;padding:8px 16px;border-radius:var(--radius-sm);transition:var(--transition);position:relative}.navbar-nav a:hover{color:var(--text-on-dark);background:#ffffff0f}.navbar-nav a.active{color:var(--text-on-dark)}.navbar-nav a.active:after{content:"";position:absolute;bottom:-4px;left:16px;right:16px;height:2px;background:var(--tuba-red);border-radius:1px}.navbar-search{display:flex;align-items:center;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:0 14px;transition:var(--transition);width:280px}.navbar-search:focus-within{background:#ffffff1f;border-color:var(--tuba-red)}.navbar-search input{background:transparent;border:none;outline:none;color:var(--text-on-dark);font-size:13px;padding:9px 0;width:100%;font-family:inherit}.navbar-search input::placeholder{color:#777}.navbar-search .search-icon{color:#777;margin-right:8px;font-size:14px}.hero{text-align:center;padding:4rem 2rem 3.5rem;background:var(--bg-primary);border-bottom:3px solid var(--tuba-red)}.hero-logo{width:120px;height:auto;margin-bottom:20px}.hero h1{font-size:36px;font-weight:700;color:var(--tuba-black);letter-spacing:-.02em;line-height:1.2;margin-bottom:12px}.hero h1 .highlight{color:var(--tuba-red)}.hero p{color:var(--text-secondary);font-size:16px;max-width:520px;margin:0 auto 28px;line-height:1.6}.hero-search{max-width:540px;margin:0 auto;display:flex;background:var(--bg-primary);border:2px solid var(--border-color);border-radius:var(--radius-xl);overflow:hidden;transition:var(--transition);box-shadow:var(--shadow-md)}.hero-search:focus-within{border-color:var(--tuba-red);box-shadow:0 0 0 3px #ed1c241f}.hero-search input{flex:1;background:transparent;border:none;outline:none;color:var(--text-primary);font-size:15px;padding:14px 22px;font-family:inherit}.hero-search input::placeholder{color:var(--text-muted)}.hero-search button{background:var(--tuba-red);color:var(--text-on-red);border:none;padding:0 28px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:var(--transition);letter-spacing:.3px}.hero-search button:hover{background:var(--tuba-red-dark)}.card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);overflow:hidden;transition:var(--transition);box-shadow:var(--shadow-card)}.card:hover{box-shadow:var(--shadow-md);border-color:#ccc}.card-body{padding:20px 24px 24px}.discipline-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:1.5rem}.discipline-card{position:relative;cursor:pointer}.discipline-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--disc-color, var(--tuba-red));border-radius:var(--radius-md) var(--radius-md) 0 0}.discipline-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.discipline-card .disc-icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:22px}.discipline-card h3{font-size:17px;font-weight:700;color:var(--text-primary);margin-top:14px}.discipline-card .disc-stats{display:flex;gap:20px;margin-top:12px}.discipline-card .stat-item{font-size:13px;color:var(--text-secondary)}.discipline-card .stat-item strong{color:var(--text-primary);font-weight:700}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.section-title h2{font-size:22px;font-weight:700;color:var(--text-primary);letter-spacing:-.01em}.section-title .subtitle{color:var(--text-secondary);font-size:14px;margin-top:2px}.section-title h2:after{content:"";display:block;width:40px;height:3px;background:var(--tuba-red);margin-top:6px;border-radius:2px}.term-list{display:flex;flex-direction:column;gap:6px}.term-item{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;color:inherit;transition:var(--transition);box-shadow:var(--shadow-card)}.term-item:hover{border-left:3px solid var(--tuba-red);background:var(--bg-card-hover);box-shadow:var(--shadow-md)}.term-item .term-name{font-size:15px;font-weight:600;color:var(--text-primary)}.term-item .term-meta{display:flex;gap:14px;font-size:12px;color:var(--text-muted)}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.badge-draft{background:#eef2ff;color:var(--status-draft)}.badge-review{background:#fef3c7;color:var(--status-review)}.badge-approved{background:#d1fae5;color:var(--status-approved)}.badge-published{background:#e0f2fe;color:var(--status-published)}.badge-rejected{background:#fee2e2;color:var(--status-rejected)}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:var(--radius-md);font-size:14px;font-weight:600;cursor:pointer;border:none;font-family:inherit;transition:var(--transition);text-decoration:none}.btn-primary{background:var(--tuba-red);color:var(--text-on-red)}.btn-primary:hover{background:var(--tuba-red-dark);box-shadow:0 4px 12px #ed1c2440}.btn-secondary{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{border-color:var(--tuba-red);color:var(--tuba-red)}.btn-sm{padding:6px 14px;font-size:12px}.term-detail{max-width:860px;margin:0 auto}.term-detail-header{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid var(--border-color)}.term-detail-header h1{font-size:30px;font-weight:700;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:8px}.term-detail-header .meta{display:flex;flex-wrap:wrap;gap:14px;color:var(--text-secondary);font-size:13px}.definition-card{padding:20px 24px;margin-bottom:12px;border-left:3px solid var(--tuba-red)}.definition-card .def-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.definition-card .def-text{font-size:15px;line-height:1.7;color:var(--text-primary)}.definition-card .def-source{margin-top:10px;font-size:12px;color:var(--text-muted);font-style:italic}.tag{display:inline-flex;align-items:center;padding:4px 12px;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:999px;font-size:12px;color:var(--text-secondary);transition:var(--transition)}.tag:hover{border-color:var(--tuba-red);color:var(--tuba-red);background:#ed1c240a}.footer{background:var(--bg-footer);text-align:center;padding:28px 2rem;color:#aaa;font-size:13px}.footer a{color:var(--tuba-red);text-decoration:none;font-weight:500}.footer a:hover{text-decoration:underline}@media(max-width:768px){.hero h1{font-size:26px}.hero{padding:2.5rem 1rem 2rem}.main-content{padding:1rem}.discipline-grid{grid-template-columns:1fr}.navbar-search{display:none}.navbar-inner{padding:0}.navbar-nav{gap:0}.navbar-nav a{padding:8px 10px;font-size:13px}.hero-logo{width:60px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fade-in{animation:fadeInUp .35s ease-out}.stagger-1{animation-delay:.04s}.stagger-2{animation-delay:.08s}.stagger-3{animation-delay:.12s}.stagger-4{animation-delay:.16s}.skeleton{background:linear-gradient(90deg,#eee 25%,#e0e0e0,#eee 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-sm)}.skeleton-text{height:16px;margin-bottom:8px}.skeleton-title{height:24px;width:60%;margin-bottom:12px}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d,#1a1a1a);padding:20px}.login-card{width:100%;max-width:420px;background:#fff;border-radius:var(--radius-lg);padding:40px;box-shadow:0 20px 60px #0000004d}.login-header{text-align:center;margin-bottom:32px}.login-logo{display:inline-flex;margin-bottom:16px}.login-header h1{font-size:24px;font-weight:700;color:var(--tuba-black)}.login-header p{font-size:14px;color:var(--text-muted);margin-top:4px}.login-error{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-md);color:#dc2626;font-size:14px;margin-bottom:20px}.btn-login{width:100%;padding:14px;background:var(--tuba-red);color:#fff;border:none;border-radius:var(--radius-md);font-size:16px;font-weight:600;cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center;gap:8px}.btn-login:hover:not(:disabled){background:var(--tuba-red-dark)}.btn-login:disabled{opacity:.7;cursor:not-allowed}.dashboard-layout{display:flex;min-height:100vh;background:var(--bg-secondary)}.dash-sidebar{width:260px;background:#1a1a1a;color:#fff;display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100;overflow-y:auto}.dash-sidebar-brand{display:flex;align-items:center;gap:12px;padding:20px 20px 16px;border-bottom:1px solid rgba(255,255,255,.08)}.dash-sidebar-brand span{font-size:18px;font-weight:700;letter-spacing:-.5px}.dash-nav{flex:1;padding:16px 12px}.dash-nav-section{margin-bottom:24px}.dash-nav-label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#ffffff59;padding:0 12px;margin-bottom:8px}.dash-nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:var(--radius-md);color:#ffffffa6;text-decoration:none;font-size:14px;font-weight:500;transition:var(--transition);margin-bottom:2px}.dash-nav-item:hover{background:#ffffff14;color:#fff}.dash-nav-item.active{background:var(--tuba-red);color:#fff}.dash-sidebar-footer{padding:16px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between}.dash-user-info{display:flex;align-items:center;gap:10px}.dash-avatar{width:36px;height:36px;border-radius:50%;background:var(--tuba-red);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#fff}.dash-avatar-sm{width:28px;height:28px;border-radius:50%;background:var(--tuba-red);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;color:#fff;flex-shrink:0}.dash-user-details{display:flex;flex-direction:column}.dash-user-name{font-size:13px;font-weight:600}.dash-user-role{font-size:11px;color:#fff6}.dash-logout-btn{background:none;border:none;color:#fff6;cursor:pointer;padding:6px;border-radius:6px;transition:var(--transition)}.dash-logout-btn:hover{background:#ffffff1a;color:#fff}.dash-main{flex:1;margin-left:260px;padding:32px;min-height:100vh}.dash-page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:28px}.dash-page-header h1{font-size:26px;font-weight:700;color:var(--text-primary)}.dash-page-header p{font-size:14px;color:var(--text-muted);margin-top:4px}.dash-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;margin-bottom:28px}.dash-stat-card{background:#fff;border-radius:var(--radius-lg);padding:20px;display:flex;align-items:center;gap:16px;box-shadow:var(--shadow-card);border:1px solid var(--border-light);transition:var(--transition)}.dash-stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.dash-stat-icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.dash-stat-info{display:flex;flex-direction:column}.dash-stat-value{font-size:24px;font-weight:700;color:var(--text-primary);line-height:1}.dash-stat-title{font-size:13px;color:var(--text-muted);margin-top:4px}.dash-card{background:#fff;border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow-card);border:1px solid var(--border-light);margin-bottom:20px}.dash-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.dash-card-header h3{font-size:16px;font-weight:600;color:var(--text-primary)}.dash-card-title{font-size:16px;font-weight:600;color:var(--text-primary);margin-bottom:16px}.dash-card-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px}.dash-link{font-size:13px;color:var(--tuba-red);text-decoration:none;font-weight:500}.dash-link:hover{text-decoration:underline}.dash-grid-2col{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.dash-table-wrap{overflow-x:auto}.dash-table{width:100%;border-collapse:collapse;font-size:14px}.dash-table th{text-align:left;padding:10px 14px;font-weight:600;color:var(--text-muted);font-size:12px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid var(--border-light)}.dash-table td{padding:12px 14px;border-bottom:1px solid var(--border-light);color:var(--text-primary)}.dash-table tr:hover td{background:var(--bg-secondary)}.dash-table .row-inactive td{opacity:.5}.dash-term-link{color:var(--text-primary);text-decoration:none;font-weight:500}.dash-term-link:hover{color:var(--tuba-red)}.dash-user-cell{display:flex;align-items:center;gap:10px}.badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}.badge-draft{background:#eef2ff;color:#6366f1}.badge-review{background:#fffbeb;color:#d97706}.badge-revision{background:#fff7ed;color:#ea580c}.badge-approved{background:#ecfdf5;color:#059669}.badge-published{background:#eff6ff;color:#2563eb}.badge-rejected{background:#fef2f2;color:#dc2626}.badge-admin{background:#fdf2f8;color:#db2777}.badge-role{background:#f0f9ff;color:#0284c7}.dash-list-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border-light);text-decoration:none;color:inherit;transition:var(--transition)}.dash-list-item:last-child{border-bottom:none}.dash-list-item:hover{background:var(--bg-secondary)}.dash-list-item div{display:flex;flex-direction:column;gap:2px}.dash-list-item strong{font-size:14px;color:var(--text-primary)}.dash-empty{text-align:center;padding:40px 20px;color:var(--text-muted)}.dash-empty span{font-size:32px;display:block;margin-bottom:8px}.dash-empty p{font-size:14px}.dash-discipline-bars{display:flex;flex-direction:column;gap:12px}.dash-bar-label{display:flex;justify-content:space-between;margin-bottom:6px;font-size:14px}.dash-bar-label span:first-child{font-weight:500}.dash-bar-count{font-weight:600;color:var(--text-muted)}.dash-bar-track{height:8px;background:var(--bg-tertiary);border-radius:4px;overflow:hidden}.dash-bar-fill{height:100%;border-radius:4px;transition:width .8s ease}.btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border:none;border-radius:var(--radius-md);font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;transition:var(--transition);white-space:nowrap}.btn-primary{background:var(--tuba-red);color:#fff}.btn-primary:hover{background:var(--tuba-red-dark)}.btn-secondary{background:var(--bg-tertiary);color:var(--text-primary)}.btn-secondary:hover{background:#dddfe3}.btn-sm{padding:6px 14px;font-size:13px}.btn-icon{background:none;border:none;cursor:pointer;padding:4px;font-size:16px;border-radius:4px;transition:var(--transition)}.btn-icon:hover{background:var(--bg-tertiary)}.dash-actions{display:flex;align-items:center;gap:4px}.dash-roles{display:flex;gap:4px;flex-wrap:wrap}.dash-form{display:flex;flex-direction:column;gap:20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group-full{grid-column:1 / -1}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:13px;font-weight:600;color:var(--text-secondary)}.form-group input,.form-group select,.form-group textarea{padding:10px 14px;border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:14px;color:var(--text-primary);background:#fff;transition:var(--transition);font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--tuba-red);box-shadow:0 0 0 3px #ed1c241a}.form-group input:disabled{background:var(--bg-tertiary);color:var(--text-muted)}.dash-form-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:8px}.dash-search-input{padding:8px 14px;border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:14px;width:280px}.dash-search-input:focus{outline:none;border-color:var(--tuba-red)}.dash-search-form{display:flex;gap:8px}.form-toggle{display:flex;align-items:center;gap:12px}.toggle{position:relative;width:44px;height:24px}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background:#ccc;border-radius:24px;transition:.3s}.toggle-slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s}.toggle input:checked+.toggle-slider{background:#10b981}.toggle input:checked+.toggle-slider:before{transform:translate(20px)}.role-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.role-card{display:flex;align-items:flex-start;gap:12px;padding:16px;border:2px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition)}.role-card:hover{border-color:var(--tuba-red)}.role-card.selected{border-color:var(--tuba-red);background:#ed1c240a}.role-card input{margin-top:2px}.role-card-content{display:flex;flex-direction:column;gap:4px}.role-card-content strong{font-size:14px}.role-card-content span{font-size:12px;color:var(--text-muted)}.checkbox-grid{display:flex;flex-wrap:wrap;gap:8px}.checkbox-card{display:flex;align-items:center;gap:8px;padding:8px 14px;border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;font-size:13px;transition:var(--transition)}.checkbox-card:hover{border-color:var(--tuba-red)}.checkbox-card.selected{border-color:var(--tuba-red);background:#ed1c240a}.select-sm{padding:8px 12px;border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:13px}.dash-items-list{margin-bottom:16px}.dash-item{padding:14px 0;border-bottom:1px solid var(--border-light)}.dash-item:last-child{border-bottom:none}.dash-item-view p{font-size:14px;color:var(--text-primary);line-height:1.6;margin-bottom:8px}.dash-item-meta{display:flex;align-items:center;gap:10px}.dash-item-edit{display:flex;flex-direction:column;gap:10px}.dash-item-edit textarea{padding:10px;border:1px solid var(--border-color);border-radius:var(--radius-md);font-family:inherit;font-size:14px}.dash-item-actions{display:flex;gap:8px}.dash-add-form{display:flex;flex-direction:column;gap:10px;padding-top:16px;border-top:1px solid var(--border-light)}.dash-add-form textarea,.dash-add-form input{padding:10px 14px;border:1px solid var(--border-color);border-radius:var(--radius-md);font-family:inherit;font-size:14px}.dash-add-form-inline{flex-direction:row;align-items:center}.dash-add-form-inline input{flex:1}.dash-alert{padding:14px 18px;border-radius:var(--radius-md);font-size:14px;margin-bottom:16px}.dash-alert-success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.dash-alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.dash-pagination{display:flex;align-items:center;justify-content:center;gap:16px;padding:20px 0 8px}.dash-loading{display:flex;align-items:center;justify-content:center;gap:10px;padding:60px;color:var(--text-muted);font-size:14px}.spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(0,0,0,.1);border-top-color:var(--tuba-red);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.text-muted{color:var(--text-muted);font-size:13px}@media(max-width:1024px){.dash-sidebar{width:220px}.dash-main{margin-left:220px;padding:20px}.dash-grid-2col,.form-grid{grid-template-columns:1fr}}.editor-tabs{display:flex;gap:4px;margin-bottom:20px;background:#fff;border-radius:var(--radius-lg);padding:4px;box-shadow:var(--shadow-card);border:1px solid var(--border-light)}.editor-tab{flex:1;padding:12px 16px;border:none;background:transparent;border-radius:var(--radius-md);cursor:pointer;font-size:14px;font-weight:500;color:var(--text-muted);transition:var(--transition)}.editor-tab:hover{background:var(--bg-secondary);color:var(--text-primary)}.editor-tab.active{background:var(--tuba-red);color:#fff;font-weight:600}.editor-fields-list{display:flex;flex-direction:column;gap:10px}.editor-field-card{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid var(--border-light);border-radius:var(--radius-md);transition:var(--transition)}.editor-field-card:hover{border-color:var(--tuba-red);background:#ed1c2405}.editor-field-info{display:flex;flex-direction:column;gap:2px}.editor-field-info strong{font-size:14px}.editor-field-badges{display:flex;gap:6px;flex-wrap:wrap}.editor-timeline{position:relative;padding-left:24px}.editor-timeline:before{content:"";position:absolute;left:7px;top:0;bottom:0;width:2px;background:var(--border-color)}.editor-timeline-item{position:relative;padding-bottom:24px}.editor-timeline-dot{position:absolute;left:-20px;top:4px;width:12px;height:12px;border-radius:50%;background:var(--tuba-red);border:2px solid white;box-shadow:0 0 0 2px var(--border-color)}.editor-timeline-content{background:var(--bg-secondary);border-radius:var(--radius-md);padding:14px}.editor-timeline-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}.editor-diff{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}.editor-diff-old,.editor-diff-new{border-radius:6px;padding:8px;font-size:12px;overflow-x:auto}.editor-diff-old{background:#fef2f2;border:1px solid #fecaca}.editor-diff-old span{color:#dc2626;font-weight:600}.editor-diff-new{background:#ecfdf5;border:1px solid #a7f3d0}.editor-diff-new span{color:#059669;font-weight:600}.editor-diff pre,.editor-diff-new pre{white-space:pre-wrap;word-break:break-word;margin:4px 0 0;font-family:Courier New,monospace;font-size:12px}.editor-comments{display:flex;flex-direction:column;gap:16px}.editor-comment{border:1px solid var(--border-light);border-radius:var(--radius-md);padding:16px}.editor-comment-reply{margin-left:32px;margin-top:12px;border-left:3px solid var(--tuba-red);background:var(--bg-secondary)}.editor-comment-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.editor-comment-text{font-size:14px;line-height:1.7;color:var(--text-primary)}.editor-reply-form{margin-top:12px;display:flex;flex-direction:column;gap:8px}.editor-reply-form textarea{padding:8px 12px;border:1px solid var(--border-color);border-radius:var(--radius-md);font-family:inherit;font-size:13px}.lock-icon{font-size:18px;cursor:default}.modal-overlay{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.modal-content{background:var(--bg-card);border-radius:var(--radius-lg);padding:28px 32px;width:480px;max-width:90vw;box-shadow:0 20px 60px #0000004d;animation:slideUp .25s ease}.modal-content h2{font-size:1.15rem;margin:0 0 20px;color:var(--text-primary)}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.form-input{width:100%;padding:10px 14px;border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-primary);color:var(--text-primary);font-size:14px;font-family:inherit;transition:border-color .2s;box-sizing:border-box}.form-input:focus{outline:none;border-color:var(--color-accent)}.disc-manage-layout{display:grid;grid-template-columns:420px 1fr;gap:24px;align-items:flex-start}@media(max-width:1024px){.disc-manage-layout{grid-template-columns:1fr}}.disc-tree-card{position:sticky;top:24px;max-height:calc(100vh - 140px);overflow-y:auto}.disc-terms-card{min-height:400px}.disc-tree{display:flex;flex-direction:column;gap:2px}.disc-tree-disc{margin-bottom:4px}.disc-tree-item{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:var(--radius-md);cursor:pointer;transition:background .15s,transform .1s;-webkit-user-select:none;user-select:none}.disc-tree-item:hover{background:#6366f114}.disc-tree-level-0{font-weight:600;font-size:.94rem;border-left:3px solid transparent;padding-left:10px}.disc-tree-level-1{padding-left:36px;font-size:.88rem}.disc-tree-level-2{padding-left:60px;font-size:.84rem;color:var(--text-secondary)}.disc-tree-level-2:hover{color:var(--text-primary)}.disc-tree-arrow{font-size:8px;transition:transform .2s;color:var(--text-muted);width:12px;display:inline-flex;justify-content:center}.disc-tree-arrow.open{transform:rotate(90deg)}.disc-tree-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.disc-tree-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.disc-tree-count{font-size:.75rem;color:var(--text-muted);font-weight:400;white-space:nowrap}.disc-tree-btn{display:none;background:none;border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:2px 6px;font-size:12px;cursor:pointer;color:var(--text-secondary);transition:all .15s}.disc-tree-btn:hover{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.disc-tree-item:hover .disc-tree-btn{display:inline-flex}.user-fields-list{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.user-field-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:border-color .2s}.user-field-item:hover{border-color:var(--color-accent)}.user-field-info{display:flex;align-items:center;gap:10px;flex:1}.user-field-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.user-field-perms{display:flex;gap:6px}.user-field-add{display:flex;align-items:center;gap:10px;padding:12px 0;flex-wrap:wrap}.field-perm-check{display:flex;align-items:center;gap:4px;font-size:.85rem;color:var(--text-secondary);cursor:pointer;white-space:nowrap}.field-perm-check input[type=checkbox]{width:14px;height:14px;accent-color:var(--color-accent)}.btn-danger-icon{color:#ef4444;border:none;background:none;cursor:pointer;font-size:14px;padding:4px 8px;border-radius:var(--radius-sm);transition:background .15s}.btn-danger-icon:hover{background:#ef44441a}.btn-sm{padding:6px 14px;font-size:.82rem}.mb-16{margin-bottom:16px}.hero-hint{font-size:.82rem;color:var(--text-muted);margin-top:10px;opacity:.7}.home-stats-bar{display:flex;justify-content:center;gap:48px;padding:28px 0;margin-bottom:8px;flex-wrap:wrap}.home-stat{display:flex;flex-direction:column;align-items:center;gap:4px}.home-stat-num{font-size:2rem;font-weight:800;background:linear-gradient(135deg,var(--tuba-red),var(--tuba-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.home-stat-label{font-size:.82rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.home-featured-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:8px}@media(max-width:768px){.home-featured-grid{grid-template-columns:1fr}.home-stats-bar{gap:24px}}.home-term-of-day{padding:28px;position:relative;overflow:hidden}.home-term-of-day:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--tuba-red),var(--tuba-gold))}.tod-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.tod-badge{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--tuba-gold)}.tod-field{font-size:.8rem;font-weight:500}.tod-term a{font-size:1.6rem;font-weight:700;color:var(--text-primary);text-decoration:none;transition:color .2s}.tod-translation{margin:8px 0 0;font-size:.9rem;color:var(--text-secondary);font-style:italic}.tod-lang{display:inline-block;background:var(--bg-secondary);color:var(--text-muted);font-size:.7rem;font-weight:700;padding:1px 5px;border-radius:3px;margin-right:4px;font-style:normal}.tod-definition{margin:14px 0 0;font-size:.9rem;line-height:1.6;color:var(--text-secondary)}.tod-synonyms{margin-top:14px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.home-section-header h3{font-size:1rem;margin:0 0 16px;color:var(--text-primary)}.popular-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius-md);text-decoration:none;color:var(--text-primary);transition:background .15s}.popular-item:hover{background:#6366f10f}.popular-rank{width:24px;height:24px;border-radius:50%;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--text-muted);flex-shrink:0}.popular-item:nth-child(1) .popular-rank{background:#fef3c7;color:#92400e}.popular-item:nth-child(2) .popular-rank{background:#e5e7eb;color:#374151}.popular-item:nth-child(3) .popular-rank{background:#fed7aa;color:#9a3412}.popular-info{flex:1;display:flex;flex-direction:column;min-width:0}.popular-name{font-size:.88rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.popular-field{font-size:.75rem;font-weight:500}.home-empty{color:var(--text-muted);text-align:center;padding:32px;font-size:.9rem}.recent-terms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin-top:16px}.recent-term-card{padding:20px;text-decoration:none;color:var(--text-primary);transition:transform .2s,box-shadow .2s;cursor:pointer;display:block}.recent-term-disc{font-size:.72rem;font-weight:600;padding:2px 8px;border-radius:10px}.recent-term-date{font-size:.72rem;color:var(--text-muted)}.recent-term-name{font-size:1.05rem;font-weight:600;margin:0}.recent-term-en{font-size:.82rem;color:var(--text-secondary);font-style:italic;margin:4px 0 0}.recent-term-field{display:inline-block;margin-top:10px;font-size:.75rem;color:var(--text-muted);background:var(--bg-secondary);padding:2px 8px;border-radius:8px}.search-page-hero{padding:24px 0 16px}.search-page-form{display:flex;gap:10px;max-width:700px}.search-page-input{flex:1;padding:12px 18px;border:2px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-card);color:var(--text-primary);font-size:1rem;font-family:inherit;transition:border-color .2s}.search-page-input:focus{outline:none;border-color:var(--tuba-red)}.search-page-info{font-size:.8rem;color:var(--text-muted);margin-top:8px}.popular-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;margin-top:16px}.popular-card{padding:20px;cursor:pointer;transition:transform .2s,box-shadow .2s}.popular-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.popular-card-disc{display:inline-block;font-size:.72rem;font-weight:600;padding:2px 8px;border-radius:10px;margin-bottom:10px}.popular-card-name{font-size:1.1rem;font-weight:600;margin:0 0 8px}.popular-card-def{font-size:.85rem;color:var(--text-secondary);line-height:1.5;margin:0 0 10px}.popular-card-views{font-size:.75rem;color:var(--text-muted)}.browse-page{padding:32px 0}.browse-layout{display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:flex-start}@media(max-width:900px){.browse-layout{grid-template-columns:1fr}}.browse-filters{position:sticky;top:80px}.browse-filter-card{padding:0;overflow:hidden}.browse-filter-section{padding:16px 18px;border-bottom:1px solid var(--border-color)}.browse-filter-section:last-child{border-bottom:none}.browse-filter-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:10px;display:block}.browse-filter-list{display:flex;flex-direction:column;gap:2px}.browse-filter-item{padding:8px 12px;border-radius:var(--radius-md);cursor:pointer;font-size:.88rem;color:var(--text-secondary);transition:all .15s;border:none;background:none;text-align:left;width:100%;font-family:inherit}.browse-filter-item:hover{background:#6366f10f;color:var(--text-primary)}.browse-filter-item.active{background:var(--tuba-red);color:#fff;font-weight:600}.browse-filter-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:8px}.browse-alphabet{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:20px}.browse-letter{width:36px;height:36px;border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--bg-card);color:var(--text-secondary);font-weight:600;font-size:.88rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;font-family:inherit}.browse-letter:hover{border-color:var(--tuba-red);color:var(--tuba-red);background:#c8102e0d}.browse-letter.active{background:var(--tuba-red);color:#fff;border-color:var(--tuba-red);box-shadow:0 2px 8px #c8102e4d}.browse-letter.disabled{opacity:.3;cursor:default;pointer-events:none}.browse-terms-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.browse-terms-title{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:0}.browse-terms-count{font-size:.82rem;color:var(--text-muted)}.browse-terms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px}.browse-term-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);text-decoration:none;color:var(--text-primary);transition:all .15s;cursor:pointer}.browse-term-item:hover{border-color:var(--tuba-red);transform:translate(4px);background:#c8102e05}.browse-term-name{font-weight:500;font-size:.9rem}.browse-term-sub{font-size:.72rem;color:var(--text-muted);margin-top:2px}.browse-term-arrow{color:var(--text-muted);font-size:.8rem;transition:transform .15s}.browse-term-item:hover .browse-term-arrow{transform:translate(3px);color:var(--tuba-red)}.browse-empty{text-align:center;padding:48px 24px;color:var(--text-muted)}.browse-empty-icon{font-size:48px;margin-bottom:12px;opacity:.4}.browse-empty p{font-size:.9rem;max-width:360px;margin:0 auto;line-height:1.5}.browse-terms-compact{display:flex;flex-wrap:wrap;gap:6px;max-height:320px;overflow-y:auto;padding:4px 0}.browse-compact-item{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;border:1px solid var(--border-color);background:var(--bg-card);color:var(--text-primary);font-size:.82rem;font-family:inherit;cursor:pointer;transition:all .15s;white-space:nowrap}.browse-compact-item:hover{border-color:var(--tuba-red);color:var(--tuba-red);background:#c8102e0a}.browse-compact-item.selected{background:var(--tuba-red);color:#fff;border-color:var(--tuba-red);box-shadow:0 2px 8px #c8102e40}.browse-compact-name{font-weight:500}.browse-compact-sub{font-size:.7rem;opacity:.6}.browse-compact-item.selected .browse-compact-sub{opacity:.8}.browse-detail-panel{margin-top:20px;padding:24px;border-left:3px solid var(--tuba-red);animation:slideUp .25s ease}.browse-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.browse-detail-title{font-size:1.4rem;font-weight:700;margin:0 0 8px;color:var(--text-primary)}.browse-detail-tags{display:flex;flex-wrap:wrap;gap:6px}.browse-detail-close{background:none;border:1px solid var(--border-color);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-muted);font-size:14px;transition:all .15s;flex-shrink:0}.browse-detail-close:hover{background:#ef4444;color:#fff;border-color:#ef4444}.browse-detail-section{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--border-color)}.browse-detail-section:last-of-type{border-bottom:none}.browse-detail-label{display:block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:8px}.browse-detail-translations{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.browse-detail-tr{font-size:.9rem;color:var(--text-secondary)}.browse-detail-def{padding:10px 0;border-bottom:1px dashed var(--border-color)}.browse-detail-def:last-child{border-bottom:none}.browse-detail-def p{font-size:.9rem;line-height:1.65;color:var(--text-secondary);margin:4px 0 0}.browse-detail-def-sub{font-size:.78rem;color:var(--text-muted);font-weight:500}.browse-detail-footer{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:16px;border-top:1px solid var(--border-color)}.browse-detail-views{font-size:.8rem;color:var(--text-muted)}.badge{display:inline-block;padding:2px 10px;border-radius:12px;font-size:.72rem;font-weight:600;letter-spacing:.3px;line-height:1.6}.badge-yayında,.badge-published{background:#10b9811f;color:#059669}.badge-onaylandı,.badge-approved{background:#3b82f61f;color:#2563eb}.badge-taslak,.badge-draft{background:#9ca3af26;color:#6b7280}.badge-incelemede,.badge-underreview,.badge-bekliyor,.badge-pending{background:#f59e0b1f;color:#d97706}.badge-reddedildi,.badge-rejected{background:#ef44441f;color:#dc2626}.badge-arşivlendi,.badge-archived{background:#6b72801f;color:#4b5563}.badge-düzenleme,.badge-needsrevision{background:#a855f71f;color:#7c3aed}.tag{display:inline-block;padding:3px 10px;border-radius:12px;font-size:.75rem;font-weight:500;background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border-color)}.tag-list{display:flex;flex-wrap:wrap;gap:6px}.home-stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:2rem;box-shadow:0 2px 12px #0000000a}.home-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 16px;position:relative;transition:background .2s}.home-stat:hover{background:#ed1c2408}.home-stat:not(:last-child):after{content:"";position:absolute;right:0;top:20%;height:60%;width:1px;background:var(--border-color)}.home-stat-num{font-size:2.2rem;font-weight:800;color:var(--tuba-red)!important;-webkit-text-fill-color:var(--tuba-red);line-height:1;margin-bottom:6px}.home-stat-label{font-size:.8rem;font-weight:600;color:var(--text-primary)!important;-webkit-text-fill-color:var(--text-primary);text-transform:uppercase;letter-spacing:.8px}.home-featured-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:20px;margin-bottom:1rem}.home-term-of-day{padding:28px}.tod-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.tod-badge{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted)}.tod-field{font-size:.8rem;font-weight:600}.tod-term{font-size:1.8rem;font-weight:800;margin:0 0 12px;line-height:1.2}.tod-term a{color:var(--text-primary);text-decoration:none;transition:color .15s}.tod-term a:hover{color:var(--tuba-red)}.tod-translation{font-size:.9rem;color:var(--text-secondary);margin:0 0 12px;font-style:italic}.tod-lang{display:inline-block;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:4px;padding:1px 6px;font-size:.65rem;font-weight:700;font-style:normal;color:var(--text-muted);margin-right:6px;vertical-align:middle}.tod-definition{font-size:.92rem;line-height:1.7;color:var(--text-secondary);margin:0 0 16px}.tod-synonyms{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.tod-syn-label{font-size:.8rem;color:var(--text-muted);font-weight:500}.home-popular{padding:24px}.home-section-header{margin-bottom:16px}.home-section-header h3{font-size:1rem;font-weight:700;margin:0}.popular-list{display:flex;flex-direction:column;gap:2px}.popular-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius-sm);text-decoration:none;color:var(--text-primary);transition:background .15s}.popular-item:hover{background:var(--bg-secondary)}.popular-rank{min-width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;background:var(--bg-secondary);color:var(--text-muted);flex-shrink:0}.popular-item:nth-child(1) .popular-rank{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.popular-item:nth-child(2) .popular-rank{background:linear-gradient(135deg,#9ca3af,#6b7280);color:#fff}.popular-item:nth-child(3) .popular-rank{background:linear-gradient(135deg,#d97706,#92400e);color:#fff}.popular-info{flex:1;min-width:0}.popular-name{display:block;font-weight:600;font-size:.88rem}.popular-field{display:block;font-size:.72rem;font-weight:500;margin-top:1px}.popular-views{font-size:.75rem;color:var(--text-muted);white-space:nowrap}.recent-terms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.recent-term-card{padding:20px;text-decoration:none;color:var(--text-primary);transition:transform .15s,box-shadow .15s;display:block}.recent-term-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.recent-term-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.recent-term-disc{font-size:.68rem;font-weight:600;padding:2px 8px;border-radius:8px}.recent-term-date{font-size:.7rem;color:var(--text-muted)}.recent-term-name{font-size:1rem;font-weight:700;margin:0 0 4px}.recent-term-en{font-size:.8rem;color:var(--text-muted);font-style:italic;margin:0 0 8px}.recent-term-field{font-size:.72rem;color:var(--text-muted)}.home-empty{text-align:center;color:var(--text-muted);padding:24px;font-size:.85rem}@media(max-width:768px){.home-stats-bar{grid-template-columns:repeat(2,1fr)}.home-stat:not(:last-child):after{display:none}.home-featured-grid,.recent-terms-grid{grid-template-columns:1fr}}.autocomplete-container{position:relative;max-width:540px;margin:0 auto}.autocomplete-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:1000;max-height:280px;overflow-y:auto;padding:6px 0}.autocomplete-item{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;font-size:14.5px;color:var(--text-primary);cursor:pointer;transition:var(--transition)}.autocomplete-item:hover{background:#c49a2a14;color:var(--tuba-red)}.autocomplete-item-main{font-weight:500}.autocomplete-item-tag{font-size:11px;background:var(--border-color);color:var(--text-muted);padding:2px 6px;border-radius:4px}.search-scope-tabs{display:flex;justify-content:center;gap:8px;margin-top:14px;flex-wrap:wrap}.scope-tab{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-secondary);padding:6px 14px;font-size:13px;font-weight:500;border-radius:20px;cursor:pointer;transition:var(--transition)}.scope-tab:hover{border-color:var(--tuba-gold);color:var(--tuba-gold)}.scope-tab.active{background:var(--tuba-red);color:#fff;border-color:var(--tuba-red)}.pronounce-btn{background:none;border:none;cursor:pointer;font-size:15px;margin-left:8px;padding:4px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:var(--transition)}.pronounce-btn:hover{background:#c49a2a1a;color:var(--tuba-gold);transform:scale(1.1)}.term-actions-bar{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.action-dropdown-container{position:relative}.dropdown-menu{position:absolute;top:100%;right:0;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);z-index:100;min-width:140px;display:flex;flex-direction:column;padding:4px 0}.dropdown-menu-item{background:none;border:none;padding:8px 16px;text-align:left;font-size:13px;cursor:pointer;color:var(--text-primary);transition:var(--transition);font-family:inherit}.dropdown-menu-item:hover{background:#c49a2a14;color:var(--tuba-red)}.suggestion-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.suggestion-modal{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);width:100%;max-width:520px;padding:24px;position:relative}.suggestion-modal h3{margin-top:0;margin-bottom:16px;color:var(--text-primary);font-size:18px;font-weight:700}.suggestion-form-group{margin-bottom:14px}.suggestion-form-group label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--text-primary)}.suggestion-form-group input,.suggestion-form-group textarea{width:100%;border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);border-radius:var(--radius-sm);padding:10px 12px;font-size:13.5px;font-family:inherit}.suggestion-form-group textarea{resize:vertical;min-height:80px}.suggestion-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.suggestion-admin-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:20px;margin-bottom:16px}.suggestion-diff-container{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:12px;margin-top:10px;font-size:13.5px}.diff-original{color:var(--tuba-red);text-decoration:line-through;margin-bottom:6px}.diff-new{color:var(--status-approved);font-weight:500}@media print{.navbar,.footer,.btn,.term-actions-bar,.tod-badge,.tag-more,.tod-header,.disc-icon,.pronounce-btn,.recent-term-top span:last-child{display:none!important}body{background:#fff!important;color:#000!important}.main-content{padding:0!important;margin:0!important}.card,.definition-card{border:none!important;box-shadow:none!important;padding:0!important;margin-bottom:20px!important}}.info-page-container{max-width:1200px;margin:40px auto;padding:0 20px;display:grid;grid-template-columns:280px 1fr;gap:30px}@media(max-width:992px){.info-page-container{grid-template-columns:1fr}}.info-sidebar{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:20px;height:fit-content;position:sticky;top:100px;box-shadow:var(--shadow-sm)}.info-sidebar-title{font-size:13px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:15px;padding-left:10px}.info-tab-button{width:100%;display:flex;align-items:center;gap:12px;padding:12px 16px;background:transparent;border:none;border-radius:var(--radius-md);color:var(--text-secondary);font-weight:600;font-size:15px;text-align:left;cursor:pointer;transition:var(--transition)}.info-tab-button:hover{background:var(--bg-secondary);color:var(--text-primary)}.info-tab-button.active{background:var(--tuba-red);color:var(--text-on-red);box-shadow:0 4px 10px #ed1c2426}.info-content-pane{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:40px;min-height:500px;box-shadow:var(--shadow-sm)}.info-header-banner{background:linear-gradient(135deg,var(--tuba-black) 0%,#333333 100%);color:var(--text-on-dark);padding:40px 20px;text-align:center;border-bottom:3px solid var(--tuba-red)}.info-header-banner h1{font-size:32px;font-weight:800;margin-bottom:10px}.info-header-banner p{color:#ccc;font-size:16px}.info-edit-btn{display:inline-flex;align-items:center;gap:8px;background:var(--tuba-red);color:var(--text-on-red);border:none;border-radius:var(--radius-md);padding:10px 20px;font-weight:700;font-size:14px;cursor:pointer;transition:var(--transition);margin-bottom:20px;box-shadow:var(--shadow-sm)}.info-edit-btn:hover{background:var(--tuba-red-dark)}.cms-modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.cms-modal{background:var(--bg-card);width:100%;max-width:1200px;height:90vh;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border-color);display:flex;flex-direction:column;overflow:hidden}.cms-modal-header{padding:20px;background:var(--bg-secondary);border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;gap:20px}.cms-modal-title-input{flex:1;padding:10px 15px;border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:18px;font-weight:700;background:var(--bg-primary);color:var(--text-primary)}.cms-modal-actions{display:flex;gap:10px}.cms-modal-body{flex:1;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}@media(max-width:768px){.cms-modal-body{grid-template-columns:1fr}}.cms-editor-pane{border-right:1px solid var(--border-color);padding:20px;display:flex;flex-direction:column}.cms-editor-pane textarea{flex:1;width:100%;padding:15px;border:1px solid var(--border-color);border-radius:var(--radius-md);font-family:monospace;font-size:14px;resize:none;background:var(--bg-primary);color:var(--text-primary)}.cms-preview-pane{padding:20px;overflow-y:auto;background:var(--bg-secondary)}.cms-preview-content{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:30px;min-height:100%}.cms-preview-content h1{font-size:26px;font-weight:800;color:var(--text-primary);margin-bottom:20px;border-bottom:2px solid var(--border-color);padding-bottom:10px}.cms-preview-content h2{font-size:20px;font-weight:700;color:var(--tuba-red);margin-top:25px;margin-bottom:15px;border-left:4px solid var(--tuba-red);padding-left:10px}.cms-preview-content p{font-size:15px;color:var(--text-secondary);line-height:1.7;margin-bottom:15px;text-align:justify}.cms-preview-content ul,.cms-preview-content ol{margin:15px 0;padding-left:20px}.cms-preview-content li{margin-bottom:8px;color:var(--text-secondary);font-size:15px}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.37"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .smash{display:inline;line-height:0}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}
