:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f4f6fb;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}a{color:#0f172a;text-decoration:none}a:hover{text-decoration:underline}body{margin:0;min-width:320px;min-height:100vh}button{border-radius:8px;border:1px solid transparent;padding:.6em 1em;font-size:1em;font-weight:600;font-family:inherit;background-color:#0f172a;color:#fff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}button:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0f172a1f}button:focus-visible{outline:2px solid #6b8bff;outline-offset:2px}#root{width:100%;max-width:1100px;margin:0 auto;padding:1.5rem 1.25rem 4rem;box-sizing:border-box}.app{display:flex;flex-direction:column;gap:1rem}.card{width:100%;min-width:340px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 6px 24px #0f172a0f;box-sizing:border-box;overflow:hidden}.nav-card{overflow:visible}.stack{display:flex;flex-direction:column;gap:.75rem}label span{font-weight:600;color:#0f172a}input,textarea,select{width:100%;padding:.65rem .75rem;border-radius:8px;border:1px solid #cbd5e1;background:#f8fafc;font-size:1rem}textarea{min-height:100px;resize:vertical}table{width:100%;border-collapse:collapse}th,td{padding:.65rem .5rem;text-align:left;border-bottom:1px solid #e2e8f0}th{font-weight:700;color:#0f172a}.status{color:#0f172a;background:#e2e8f0;padding:.5rem .75rem;border-radius:8px}.version-badge{position:fixed;right:.75rem;bottom:.75rem;background:#000000bf;color:#fff;padding:.35rem .6rem;border-radius:.4rem;font-size:.75rem;z-index:1000;pointer-events:none}.modal-backdrop{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:999}.modal{background:#fff;border-radius:12px;padding:1.5rem;width:min(520px,100%);box-shadow:0 12px 32px #0f172a33}.mobile-toggle{display:none;flex-direction:column;gap:4px;background:transparent;border:none;padding:.5rem;cursor:pointer}.mobile-toggle span{display:block;width:20px;height:2px;background:#0f172a}.nav-links{display:flex;gap:1rem;align-items:center;position:relative;flex-wrap:wrap}.nav-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .9rem;border-radius:10px;background:#f1f5f9;border:1px solid #e2e8f0;font-weight:700;color:#0f172a;text-decoration:none;transition:background .2s ease,box-shadow .2s ease,transform .2s ease;min-width:110px;white-space:nowrap}.nav-btn:hover{background:#e2e8f0;box-shadow:0 6px 18px #0f172a1f;transform:translateY(-1px)}.search-popover{position:absolute;top:105%;right:0;left:0;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 24px #0f172a1f;padding:.5rem;z-index:1300;display:flex;flex-direction:column;gap:.35rem}.search-item{padding:.4rem .35rem;border-radius:8px}.search-item:hover{background:#f8fafc}.search-more{border-top:1px solid #e2e8f0;padding-top:.35rem;text-align:right;font-weight:700}@media(max-width:768px){#root{padding:1rem .75rem 4rem}.card{padding:1.1rem;min-width:0}.nav-links{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.75rem;box-shadow:0 10px 24px #0f172a1f;display:none;flex-direction:column;gap:.75rem;min-width:180px;z-index:900}.nav-links.nav-open{display:flex!important}.mobile-toggle{display:inline-flex}.stack{gap:.6rem}table{font-size:.9rem;display:block;overflow-x:auto;width:100%}th,td{white-space:nowrap}}
