@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@600;700;800&display=swap";html,body,#root{margin:0;min-height:100%}body{min-width:320px}:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#0f2230;background:#fff}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#f6fbff,#f4f8fb);color:#0f2230}.app{width:min(1080px,92vw);margin:0 auto;padding:1.4rem 0 2rem;display:grid;gap:1rem}.hero,.panel{background:#fff;border:1px solid #e3ecf2;border-radius:18px;padding:1.05rem;box-shadow:0 8px 20px #0c293d0d}.brandRow{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.brandLogo{height:58px;width:auto;object-fit:contain}.badge{display:inline-block;background:#f2f8fc;color:#1d6b8e;padding:.3rem .72rem;border-radius:999px;margin:0;font-weight:600;font-size:.88rem}h1,h2,h3{font-family:Montserrat,Inter,sans-serif;letter-spacing:-.01em}h1{margin:.5rem 0 0;font-size:clamp(1.35rem,3.5vw,2.1rem)}h2{margin-top:0}.lead{color:#355668;line-height:1.55}.hint{color:#607f91;font-size:.9rem}.quickStats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.statCard{border:1px solid #dbe8f0;border-radius:14px;padding:.8rem;background:#f9fcfe;display:grid;gap:.2rem}.statCard span{color:#58788b;font-size:.85rem}.statCard strong{font-size:1.2rem}.statCard small{color:#6f8b9b}.progress{height:8px;background:#e5eff5;border-radius:999px;overflow:hidden;margin-top:.2rem}.progress>div{height:100%;border-radius:999px;background:linear-gradient(90deg,#77c8ef,#1f6b8b)}.sectionTitle{margin:.3rem 0 .1rem;font-weight:700;color:#17435a;font-size:.95rem}.formGrid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:.75rem}label{display:grid;gap:.3rem;font-size:.92rem;color:#163343;font-weight:500}input,textarea{width:100%;border:1px solid #d2e1ea;background:#fff;color:#10212b;border-radius:11px;padding:.62rem .7rem;line-height:1.35}input::placeholder,textarea::placeholder{color:#91a8b6}input:focus,textarea:focus{outline:none;border-color:#58a4cc;box-shadow:0 0 0 3px #58a4cc26}.full{grid-column:1 / -1}.check{display:flex;align-items:center;gap:.55rem;border:1px solid #d9e7ef;border-radius:10px;padding:.65rem .7rem;background:#fbfdff}.check input{width:auto}.actions{margin-top:.45rem;display:flex;gap:.6rem}.stickyAction{position:sticky;bottom:8px;background:linear-gradient(180deg,#ffffffc7,#fff);padding-top:.35rem}button{border:0;border-radius:11px;padding:.68rem 1rem;font-weight:600;cursor:pointer}.btnPrimary{background:linear-gradient(135deg,#2d8ab5,#1f6b8b);color:#fff}.btnPrimary:hover{filter:brightness(.96)}.linkButton{display:inline-block;text-decoration:none}.btnGhost{background:#eef5fa;color:#173749;border:1px solid #d9e8f1}.successPanel{text-align:center}.successPanel .actions{justify-content:center}.ctaButton{padding:.85rem 1.35rem;border-radius:14px;box-shadow:0 10px 22px #1f6b8b40;font-weight:700}.ctaButton:hover{transform:translateY(-1px)}.yesNoRow{display:flex;gap:.75rem;flex-wrap:wrap}.error{color:#b42318;font-weight:500;margin:.75rem 0 0}.result,.query{background:#f9fcfe;border:1px solid #dbe8f0;border-radius:12px;padding:.78rem;overflow:auto}.adminPanel summary{cursor:pointer;font-family:Montserrat,Inter,sans-serif;font-weight:700;margin-bottom:.7rem}.adminPanel[open] summary{margin-bottom:.8rem}.backendBar{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.backendStatusWrap{display:flex;align-items:center;gap:.5rem}.statusDot{width:10px;height:10px;border-radius:999px;display:inline-block}.statusDot.checking{background:#f59e0b}.statusDot.online{background:#22c55e}.statusDot.offline{background:#ef4444}@media(max-width:760px){.formGrid{grid-template-columns:1fr}.brandLogo{height:48px}.backendBar{flex-direction:column;align-items:flex-start}}
