html,body{margin:0;padding:0;height:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f5f5f7;color:#111827;overflow-x:hidden}body{display:flex;align-items:stretch;justify-content:center}app-root{width:100%}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-toolbar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;background:#111827;color:#f9fafb;box-shadow:0 1px 2px #0000001a}.app-toolbar__title{font-weight:600}.app-toolbar__actions{display:flex;align-items:center;gap:.75rem}.btn{border-radius:9999px;border:1px solid transparent;padding:.4rem .9rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .12s ease,color .12s ease,border-color .12s ease,box-shadow .12s ease}.btn--primary{background-color:#2563eb;color:#f9fafb}.btn--primary:hover{background-color:#1658ea}.btn--ghost{background-color:transparent;border-color:#4b5563;color:#e5e7eb}.btn--ghost:hover{background-color:#374151}.btn--danger{background-color:#dc2626;color:#f9fafb}.btn--danger:hover{background-color:#d12222}.lang-select{border-radius:9999px;border:1px solid #4b5563;padding:.3rem .75rem;background:transparent;color:#e5e7eb}.app-content{flex:1;padding:1.5rem}@media(max-width:768px){.app-content{padding:1rem}.app-toolbar{padding:.5rem 1rem;flex-wrap:wrap;gap:.5rem}.app-toolbar__title{font-size:.9rem}.app-toolbar__actions{flex-wrap:wrap;gap:.5rem}.btn{font-size:.8rem;padding:.35rem .75rem}.card{max-width:100%;margin:2rem auto 0;padding:1.5rem;border-radius:.75rem}.card__title{font-size:1.1rem}.card__subtitle{font-size:.85rem}}.card{max-width:440px;margin:4rem auto 0;background:#fff;border-radius:1rem;box-shadow:0 10px 25px #0f172a1f;padding:2rem}.card__title{font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.card__subtitle{font-size:.9rem;color:#6b7280;margin-bottom:1.5rem}.form-field{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.form-field label{font-size:.85rem;font-weight:500;color:#4b5563}.form-field input{border-radius:.75rem;border:1px solid #e5e7eb;padding:.6rem .75rem;font-size:.95rem;outline:none;transition:border-color .12s ease,box-shadow .12s ease}.form-field input:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb4d}.form-error{font-size:.8rem;color:#b91c1c}.form-actions{margin-top:1.5rem;display:flex;justify-content:flex-end}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 5px 18px #0f172a14}.table thead{background:#f3f4f6}.table th,.table td{padding:.75rem 1rem;font-size:.9rem;border-bottom:1px solid #e5e7eb}.table th{text-align:left;font-weight:600;color:#4b5563}.table th.col-narrow,.table td.col-narrow{width:1%;white-space:nowrap;max-width:200px}.table tr:last-child td{border-bottom:none}.badge{display:inline-flex;align-items:center;padding:.25rem .6rem;border-radius:9999px;font-size:.75rem;font-weight:500}.badge--ok{background-color:#dcfce7;color:#166534}.badge--warning{background-color:#fef3c7;color:#92400e}.badge--danger{background-color:#fee2e2;color:#b91c1c}.switch{position:relative;width:40px;height:22px}.switch input{opacity:0;width:0;height:0}.switch__slider{position:absolute;cursor:pointer;inset:0;background-color:#d1d5db;border-radius:9999px;transition:background-color .12s ease}.switch__slider:before{content:"";position:absolute;height:18px;width:18px;left:2px;bottom:2px;background-color:#fff;border-radius:9999px;transition:transform .12s ease}input:checked+.switch__slider{background-color:#16a34a}input:checked+.switch__slider:before{transform:translate(18px)}.page-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem}.page-header__title{font-size:1.35rem;font-weight:600}.page-header__subtitle{font-size:.9rem;color:#6b7280}.muted{color:#6b7280}.text-right{text-align:right}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}
