@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.0kjod.kaq1k69.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.0gx2haw2tmll8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_43d50961-module__KOAtAG__className{font-family:Outfit,Outfit Fallback;font-style:normal}
:root{--background:#fdfdfd;--foreground:#09090b;--card:#fff;--card-foreground:#09090b;--primary:#4f46e5;--primary-foreground:#fff;--secondary:#f4f4f5;--secondary-foreground:#27272a;--accent:#8b5cf6;--accent-foreground:#fff;--destructive:#ef4444;--destructive-foreground:#fff;--success:#10b981;--success-foreground:#fff;--border:#e4e4e7;--input:#e4e4e7;--ring:#8b5cf6;--radius:1rem;--glass-bg:#ffffffb3;--glass-border:#ffffff80;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #0000000d, 0 4px 6px -4px #0000000d;--shadow-premium:0 20px 25px -5px #0000000d, 0 8px 10px -6px #0000000d}.dark{--background:#09090b;--foreground:#fafafa;--card:#18181b;--card-foreground:#fafafa;--primary:#6366f1;--primary-foreground:#fff;--secondary:#27272a;--secondary-foreground:#e4e4e7;--accent:#a78bfa;--destructive:#7f1d1d;--success:#065f46;--border:#27272a;--input:#27272a;--glass-bg:#18181bb3;--glass-border:#27272a80;--shadow-sm:0 1px 2px 0 #00000080;--shadow-md:0 4px 6px -1px #0000004d, 0 2px 4px -2px #0000004d;--shadow-lg:0 10px 15px -3px #0000004d, 0 4px 6px -4px #0000004d;--shadow-premium:0 20px 25px -5px #0000004d, 0 8px 10px -6px #0000004d}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;background-image:radial-gradient(at 0 0,#6366f114 0,#0000 50%),radial-gradient(at 100% 100%,#8b5cf614 0,#0000 50%);background-attachment:fixed;min-height:100vh;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select{outline:none;font-family:inherit}.app-layout{flex-direction:column;min-height:100vh;display:flex}aside,header,footer{transition:background-color .3s,border-color .3s}.global-header{z-index:50;background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.header-logo{letter-spacing:-.03em;color:var(--foreground);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.layout-content{flex:1}.global-footer{border-top:1px solid var(--border);background:var(--card);text-align:center;color:var(--secondary-foreground);padding:2rem;font-size:.875rem}.dashboard-container{flex-direction:column;gap:2.5rem;width:100%;max-width:1400px;margin:0 auto;padding:2.5rem;animation:.4s ease-out fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dashboard-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding-bottom:2rem;display:flex;position:relative}.dashboard-title{letter-spacing:-.03em;background:linear-gradient(135deg, var(--primary), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:2.5rem;font-weight:800}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.stat-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;gap:.75rem;padding:1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.stat-card:before{content:"";background:linear-gradient(90deg, var(--primary), var(--accent));opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.stat-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.stat-card:hover:before{opacity:1}.stat-title{color:var(--secondary-foreground);text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;font-weight:700}.stat-value{color:var(--foreground);letter-spacing:-.02em;font-size:3rem;font-weight:800;line-height:1}.section{flex-direction:column;gap:1.5rem;display:flex}.section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.section-title{letter-spacing:-.02em;font-size:1.75rem;font-weight:700}.filters-bar{background:var(--glass-bg);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);flex-wrap:wrap;align-items:center;gap:.75rem;padding:.75rem;display:flex}.search-input{border:1px solid var(--border);border-radius:calc(var(--radius) - 4px);background:var(--card);color:var(--foreground);padding:.6rem 1rem;font-size:.9rem;transition:all .2s}.search-input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #6366f133}.btn{border-radius:calc(var(--radius) - 4px);background:var(--primary);color:var(--primary-foreground);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn:hover:not(:disabled){background:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn:active:not(:disabled){transform:translateY(0)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.secondary{background:var(--secondary);color:var(--secondary-foreground);border:1px solid var(--border);box-shadow:none}.btn.secondary:hover:not(:disabled){background:var(--border);color:var(--foreground)}.btn.danger{background:var(--destructive);color:var(--destructive-foreground)}.btn.danger:hover:not(:disabled){background:#dc2626;box-shadow:0 4px 12px #ef44444d}.btn.ghost{color:var(--secondary-foreground);box-shadow:none;background:0 0}.btn.ghost:hover{background:var(--secondary);color:var(--foreground)}.table-container{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);overflow-x:auto}.data-table{border-collapse:collapse;text-align:left;width:100%;font-size:.95rem}.data-table th{color:var(--secondary-foreground);background:var(--secondary);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--border);padding:1rem 1.5rem;font-size:.75rem;font-weight:600}.data-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:1.25rem 1.5rem}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr{transition:all .2s}.data-table tbody tr:hover{background:#6366f108}.data-table tbody tr.selected-row{background:#6366f114}input[type=checkbox]{appearance:none;border:2px solid var(--border);background:var(--card);cursor:pointer;border-radius:4px;width:1.25rem;height:1.25rem;transition:all .2s;position:relative}input[type=checkbox]:checked{background:var(--primary);border-color:var(--primary)}input[type=checkbox]:checked:after{content:"✓";color:#fff;font-size:.85rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.badge.success{color:var(--success);background:#10b98126;border:1px solid #10b98133}.badge.warning{color:#d97706;background:#f59e0b26;border:1px solid #f59e0b33}.badge.danger{color:var(--destructive);background:#ef444426;border:1px solid #ef444433}.flex-row{align-items:center;gap:1rem;display:flex}.tabs-container{background:var(--secondary);border-radius:calc(var(--radius) - 2px);gap:.5rem;width:fit-content;margin-bottom:2rem;padding:.5rem;display:flex}.tab-btn{border-radius:calc(var(--radius) - 6px);color:var(--secondary-foreground);padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.tab-btn:hover{color:var(--foreground)}.tab-btn.active{background:var(--card);color:var(--primary);box-shadow:var(--shadow-sm)}.spinner{border:4px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;margin:2rem auto;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.modal-overlay{z-index:100;-webkit-backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:1rem;animation:.15s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:var(--card);border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);box-shadow:var(--shadow-premium);width:100%;max-width:560px;animation:.2s ease-out slideUp;overflow:hidden}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 1rem;display:flex}.modal-body{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.modal-footer{border-top:1px solid var(--border);background:var(--secondary);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.modal-field{flex-direction:column;gap:.5rem;display:flex}.modal-field label{color:var(--foreground);text-transform:uppercase;letter-spacing:.03em;font-size:.85rem;font-weight:700}.modal-field input,.modal-field textarea{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);resize:vertical;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.modal-field input:focus,.modal-field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #6366f126}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.question-level-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:box-shadow .2s;overflow:hidden}.question-level-card:hover{box-shadow:var(--shadow-md)}.question-level-header{width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:.9rem;font-weight:700;transition:background .15s;display:flex}.question-level-header:hover{background:var(--secondary)}.question-words-grid{border-top:1px solid var(--border);background:var(--background);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.75rem;padding:1rem 1.25rem 1.25rem;display:grid}.question-word-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;flex-direction:column;gap:.5rem;padding:1rem;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.question-word-card:hover{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary), var(--shadow-sm)}.question-word-card .word-answer{text-align:right;color:var(--primary);letter-spacing:.05em;direction:rtl;font-size:1.3rem;font-weight:800}.question-word-card .word-clue{color:var(--secondary-foreground);text-align:right;direction:rtl;font-size:.88rem;line-height:1.5}.question-word-card .word-meta{border-top:1px solid var(--border);color:var(--secondary-foreground);justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem;font-size:.75rem;display:flex}.question-word-card .word-actions{opacity:0;gap:.25rem;transition:opacity .15s;display:flex;position:absolute;top:.5rem;left:.5rem}.question-word-card:hover .word-actions{opacity:1}@media (max-width:768px){.global-header{padding:.75rem 1rem}.header-logo{font-size:1.15rem}.global-footer{padding:1.25rem 1rem}.dashboard-container{gap:1.5rem;padding:1.25rem 1rem}.dashboard-header{flex-direction:column;align-items:flex-start;gap:.75rem;padding-bottom:1.25rem}.dashboard-title{font-size:1.5rem}.stats-grid{gap:1rem;grid-template-columns:1fr!important}.stat-card{gap:.75rem;padding:1.25rem}.stat-card:hover{transform:none}.stat-title{font-size:.7rem}.stat-value{font-size:1.75rem}.section{gap:1rem}.section-header{flex-direction:column;align-items:stretch;gap:.75rem}.section-title{font-size:1.15rem}.tabs-container{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-shrink:0;width:100%;margin-bottom:1rem;overflow-x:auto}.tabs-container::-webkit-scrollbar{display:none}.tab-btn{white-space:nowrap;padding:.6rem 1rem;font-size:.8rem}.flex-row{flex-wrap:wrap;gap:.75rem}.filters-bar .flex-row,.section-header .flex-row{flex-direction:column;align-items:stretch;width:100%}.filters-bar .flex-row>*,.section-header .flex-row>*{justify-content:center;min-width:0;width:100%!important}.filters-bar .flex-row>div,.section-header .flex-row>div{display:flex;width:100%!important}.search-input{padding:.6rem .75rem;font-size:.9rem;width:100%!important;min-width:0!important}.btn{padding:.5rem .85rem;font-size:.8rem}.data-table th{padding:.75rem;font-size:.65rem}.data-table td{padding:.75rem;font-size:.82rem}.question-level-header{flex-wrap:wrap;gap:.5rem;padding:.85rem 1rem;font-size:.82rem}.question-words-grid{grid-template-columns:1fr 1fr;gap:.5rem;padding:.75rem}.question-word-card{padding:.75rem}.question-word-card .word-answer{font-size:1rem}.question-word-card .word-clue{font-size:.78rem}.question-word-card .word-meta{flex-wrap:wrap;justify-content:flex-start;gap:.25rem;font-size:.65rem}.question-word-card .word-actions{opacity:1}.modal-overlay{align-items:flex-end;padding:.5rem}.modal-content{border-radius:var(--radius) var(--radius) 0 0;max-width:100%;max-height:90vh;overflow-y:auto}.modal-header{padding:1rem 1rem .75rem}.modal-header h3{font-size:1rem!important}.modal-body{gap:1rem;padding:1rem}.modal-footer{padding:.75rem 1rem;position:sticky;bottom:0}}@media (max-width:480px){.dashboard-container{gap:1.25rem;padding:1rem .75rem}.dashboard-title{font-size:1.25rem}.stats-grid{gap:.75rem;grid-template-columns:1fr!important}.stat-card{padding:.75rem}.stat-value{font-size:1.4rem}.stat-title{font-size:.6rem}.section-title{font-size:1rem}.question-words-grid{grid-template-columns:1fr;padding:.5rem}.question-word-card .word-answer{font-size:.95rem}.tab-btn{padding:.5rem .75rem;font-size:.75rem}.modal-content{max-height:95vh}.modal-body{padding:.75rem}.modal-field input,.modal-field textarea{padding:.6rem .75rem;font-size:.9rem}.badge{padding:.15rem .5rem;font-size:.65rem}.btn{gap:.3rem;padding:.4rem .7rem;font-size:.75rem}.global-header{padding:.5rem .75rem}.header-logo{font-size:1rem}.global-footer{padding:1rem .75rem;font-size:.75rem}}@media (hover:none) and (pointer:coarse){.question-word-card .word-actions{opacity:1}.stat-card:hover,.btn:hover:not(:disabled){transform:none}.tab-btn{min-height:44px}.btn{min-height:40px}input[type=checkbox]{width:1.5rem;height:1.5rem}}
