: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;display:flex;place-items:center;min-width:320px;min-height:100vh}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}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.login-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background-color:#0d0d0d}.login-logo{text-align:center;margin-bottom:2rem}.login-logo h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-logo p{color:#a0a0a0;margin-top:.5rem}.login-card{background:#1a1a1a;border-radius:16px;padding:2rem;width:100%;max-width:420px;border:1px solid #333333}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#a0a0a0;font-size:.875rem}.form-group input{width:100%;padding:.875rem 1rem;background:#262626;border:1px solid #333333;border-radius:8px;color:#fff;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.btn{width:100%;padding:.875rem 1rem;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .1s}.btn:hover{background:#818cf8}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.6;cursor:not-allowed}.message{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.875rem;display:none}.message.error{background:#ef44441a;border:1px solid #ef4444;color:#ef4444;display:block}.message.success{background:#22c55e1a;border:1px solid #22c55e;color:#22c55e;display:block}.toggle{text-align:center;margin-top:1.5rem;color:#a0a0a0;font-size:.875rem}.toggle a{color:#6366f1;text-decoration:none;cursor:pointer;margin-left:.5rem}.toggle a:hover{text-decoration:underline}.dashboard{display:flex;min-height:100vh;background-color:#0d0d0d}.sidebar{position:fixed;left:0;top:0;width:260px;height:100vh;background:#1a1a1a;border-right:1px solid #333333;padding:1.5rem;display:flex;flex-direction:column}.logo{margin-bottom:2rem}.logo h1{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{flex:1}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#a0a0a0;text-decoration:none;border-radius:8px;margin-bottom:.5rem;cursor:pointer;transition:all .2s}.nav-item:hover,.nav-item.active{background:#262626;color:#fff}.nav-item.active{background:#6366f133;color:#6366f1}.user-info{padding-top:1rem;border-top:1px solid #333333}.user-info .name{font-weight:600;margin-bottom:.25rem}.user-info .email{font-size:.75rem;color:#a0a0a0}.btn-logout{margin-top:1rem;padding:.5rem 1rem;background:transparent;border:1px solid #333333;color:#a0a0a0;border-radius:6px;cursor:pointer;width:100%;transition:all .2s}.btn-logout:hover{background:#262626;color:#fff}.main{margin-left:260px;padding:2rem;flex:1}.header{margin-bottom:2rem}.header h2{font-size:1.75rem;margin-bottom:.5rem}.header p{color:#a0a0a0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#1a1a1a;border:1px solid #333333;border-radius:12px;padding:1.5rem}.stat-card .label{color:#a0a0a0;font-size:.875rem;margin-bottom:.5rem}.stat-card .value{font-size:2rem;font-weight:700}.stat-card.accent .value{color:#6366f1}.stat-card.success .value{color:#22c55e}.stat-card.warning .value{color:#f59e0b}.section{background:#1a1a1a;border:1px solid #333333;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.section h3{margin-bottom:1rem;font-size:1.125rem}.word-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.word-card{background:#262626;border-radius:8px;padding:1rem;cursor:pointer;transition:all .2s}.word-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.word-card .word{font-weight:600;font-size:1.125rem;margin-bottom:.25rem}.word-card .desc{color:#a0a0a0;font-size:.875rem}.modal{display:none;position:fixed;inset:0;background:#000000b3;align-items:center;justify-content:center;z-index:100}.modal.active{display:flex}.modal-content{background:#1a1a1a;border:1px solid #333333;border-radius:16px;padding:2rem;max-width:600px;width:90%;max-height:80vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h3{font-size:1.5rem}.modal-close{background:none;border:none;color:#a0a0a0;font-size:1.5rem;cursor:pointer}.modal-body p{margin-bottom:1rem;line-height:1.6}.modal-body strong{color:#6366f1}.examples{background:#262626;border-radius:8px;padding:1rem;margin-top:1rem}.examples h4{margin-bottom:.5rem;font-size:.875rem;color:#a0a0a0}.example-item{padding:.5rem 0;border-bottom:1px solid #333333;font-size:.875rem}.example-item:last-child{border-bottom:none}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.category-card{background:#262626;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .2s;border:2px solid transparent}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0006}.category-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.category-name{font-weight:600;font-size:1.125rem;margin-bottom:.5rem}.category-desc{color:#a0a0a0;font-size:.875rem}.kategorie-page{display:flex;min-height:100vh;background-color:#0d0d0d}.kategorie-page .sidebar{position:fixed;left:0;top:0;width:260px;height:100vh;background:#1a1a1a;border-right:1px solid #333333;padding:1.5rem;display:flex;flex-direction:column}.kategorie-page .logo{margin-bottom:2rem}.kategorie-page .logo h1{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.kategorie-page .nav{flex:1}.kategorie-page .nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#a0a0a0;text-decoration:none;border-radius:8px;margin-bottom:.5rem;cursor:pointer;transition:all .2s}.kategorie-page .nav-item:hover{background:#262626;color:#fff}.main-content{margin-left:260px;padding:2rem;flex:1}.kategorie-page .header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.category-badge{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff}.kategorie-page .header h2{font-size:1.75rem;margin-bottom:.25rem}.kategorie-page .header p{color:#a0a0a0}.kategorie-page .word-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.kategorie-page .word-card{background:#1a1a1a;border:1px solid #333333;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .2s}.kategorie-page .word-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d;border-color:#6366f1}.kategorie-page .word-card .word{font-weight:600;font-size:1.25rem;margin-bottom:.5rem}.kategorie-page .word-card .desc{color:#a0a0a0;font-size:.875rem;line-height:1.5}.kategorie-page .no-words{color:#a0a0a0;text-align:center;padding:3rem}.kategorie-page .modal{display:none;position:fixed;inset:0;background:#000000b3;align-items:center;justify-content:center;z-index:100}.kategorie-page .modal.active{display:flex}.kategorie-page .modal-content{background:#1a1a1a;border:1px solid #333333;border-radius:16px;padding:2rem;max-width:500px;width:90%}.kategorie-page .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.kategorie-page .modal-header h3{font-size:1.5rem}.kategorie-page .modal-close{background:none;border:none;color:#a0a0a0;font-size:1.5rem;cursor:pointer}.kategorie-page .modal-body p{line-height:1.6;color:#e0e0e0}.back-btn{color:#6366f1;cursor:pointer;margin-bottom:1rem}.back-btn:hover{text-decoration:underline}
