:root{--primary: #2563eb;--primary-dark: #1d4ed8;--secondary: #64748b;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--background: #ffffff;--surface: #f8fafc;--border: #e2e8f0;--text: #1e293b;--text-muted: #64748b;--radius: .5rem;--shadow: 0 1px 3px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1)}*{box-sizing:border-box;margin:0;padding:0}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:16px;line-height:1.6;color:var(--text);background:var(--background)}body{min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border:none;border-radius:var(--radius);font-size:.875rem;font-weight:500;transition:all .2s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#dc2626}.btn-sm{padding:.375rem .75rem;font-size:.75rem}.input{width:100%;padding:.625rem .875rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem;transition:border-color .2s}.input:focus{outline:none;border-color:var(--primary)}.textarea{min-height:120px;resize:vertical}.label{display:block;margin-bottom:.375rem;font-size:.875rem;font-weight:500}.form-group{margin-bottom:1rem}.card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.page-header{margin-bottom:2rem}.page-title{font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.page-subtitle{color:var(--text-muted)}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.flex{display:flex}.flex-between{justify-content:space-between;align-items:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.text-sm{font-size:.875rem}.hidden{display:none}.badge{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:500}.badge-success{background:#dcfce7;color:#166534}.badge-warning{background:#fef3c7;color:#92400e}.badge-danger{background:#fee2e2;color:#991b1b}.prose{line-height:1.75}.prose h1{font-size:2rem;margin:1.5rem 0 1rem}.prose h2{font-size:1.5rem;margin:1.25rem 0 .75rem}.prose h3{font-size:1.25rem;margin:1rem 0 .5rem}.prose p{margin-bottom:1rem}.prose ul,.prose ol{margin-left:1.5rem;margin-bottom:1rem}.prose li{margin-bottom:.25rem}.prose blockquote{border-left:4px solid var(--border);padding-left:1rem;margin:1rem 0;color:var(--text-muted)}.prose img{border-radius:var(--radius);margin:1rem 0}.prose a{color:var(--primary)}.draggable{cursor:grab}.dragging{opacity:.5}.drop-zone{border:2px dashed var(--border);border-radius:var(--radius);padding:2rem;text-align:center;transition:all .2s}.drop-zone:hover,.drop-zone.active{border-color:var(--primary);background:#2563eb0d}.modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:var(--background);border-radius:var(--radius);box-shadow:var(--shadow-lg);max-width:600px;width:90%;max-height:90vh;overflow-y:auto}.modal-header{padding:1rem 1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.modal-body{padding:1.5rem}.modal-footer{padding:1rem 1.5rem;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:.5rem}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:.75rem;text-align:left;border-bottom:1px solid var(--border)}.table th{font-weight:600;background:var(--surface)}.table tr:hover td{background:var(--surface)}.lang-switcher{display:flex;gap:.25rem}.lang-btn{padding:.25rem .5rem;border:1px solid var(--border);background:var(--background);border-radius:var(--radius);font-size:.75rem;text-transform:uppercase}.lang-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}@media(max-width:768px){.hide-mobile{display:none}.page-title{font-size:1.5rem}}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}.main.svelte-12qhfyh{flex:1}
