/* Operion theme for the shipped Dex forms. No credential handling or scripts. */
.theme-body{background:#1d2024;color:#eeeae5;font-family:"Segoe UI",Arial,sans-serif;font-size:16px;color-scheme:dark}
.theme-navbar{background:#23262b;border-bottom:1px solid #414349;min-height:90px;padding:0 30px;display:flex;align-items:center}
.theme-navbar__logo-wrap{display:flex;align-items:center;gap:16px;padding:18px 0}
.theme-navbar__logo-wrap:after{content:"OPERION";color:#eeeae5;font-size:22px;font-weight:650;letter-spacing:.13em}
.theme-navbar__logo{height:42px;max-width:180px}
.dex-container{padding:55px 20px}
.theme-heading{font-size:24px;font-weight:550;margin:0 0 24px;color:#eeeae5;line-height:1.35}
.theme-panel{background:#23262b;border:1px solid #55504c;border-radius:10px;padding:36px;max-width:440px;margin:0 auto;box-shadow:0 18px 55px #0003}
.theme-btn-provider{background:#30343a;border:1px solid #6c5544;color:#eeeae5;min-width:250px}
.theme-btn-provider:hover{background:#3b332d;color:#f3d7c0}
.theme-btn--primary,.theme-btn--success{background:#eaa16b;color:#202328;border:1px solid #eaa16b;border-radius:6px;min-width:250px;max-width:100%;padding:12px 18px;font-size:16px;font-weight:600;cursor:pointer}
.theme-btn--primary:hover,.theme-btn--success:hover{background:#f5b586;color:#202328}
.theme-form-row{display:block;margin:22px auto}
.theme-form-input{box-sizing:border-box;display:block;background:#1d2024;color:#eeeae5;border:1px solid #69615b;border-radius:5px;font-size:16px;line-height:1.5;min-height:44px;padding:9px 12px;width:280px;max-width:100%;margin:auto}
.theme-form-input:focus{border-color:#eaa16b;outline:2px solid #eaa16b;outline-offset:2px}
.theme-form-label{display:block;font-size:14px;font-weight:600;margin:7px auto;text-align:left;width:280px;max-width:100%;color:#d2c8bf}
.theme-link-back{margin-top:16px;color:#eaa16b}.theme-body a{color:#eaa16b}.theme-body button:focus-visible,.theme-body a:focus-visible{outline:2px solid #eaa16b;outline-offset:4px}
.theme-body .dex-error-box{color:#ffd2ce;background:#492b2b;border-color:#b47a76}
.theme-body a.theme-btn--primary,.theme-body a.theme-btn--success{color:#202328}
@media(max-width:480px){.theme-navbar{padding:0 22px;min-height:80px}.dex-container{padding:35px 12px}.theme-panel{padding:27px 20px}.theme-heading{font-size:21px}.theme-btn-provider,.theme-btn--primary,.theme-btn--success{min-width:0;width:100%}}
