:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background-color:#f6f8fc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{height:100%;width:100vw;margin:0;padding:0;min-width:320px;min-height:100vh;overflow:hidden}#main-bg{position:fixed;top:0;left:0;width:100vw;height:100vh;background-image:url(/defaults/constroInitBG.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1;display:flex;justify-content:flex-end;align-items:center}.app-layout{width:440px;max-width:98vw;min-width:300px;height:auto;margin-right:10vw;margin-left:auto;display:flex;align-items:center;justify-content:center;z-index:2}.auth-card{background:#fffffff0;color:#213547;box-shadow:0 4px 32px #0003;border-radius:18px;padding:2.5em 2em 2em;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.auth-toggle{display:flex;justify-content:center;align-items:center;gap:10px;margin-bottom:2em;width:100%}.toggle-btn{flex:1 1 0;padding:.7em 0;font-size:1.12em;background:transparent;border-radius:7px;border:2px solid #3d72f2;font-weight:700;color:#3972e1;transition:background .18s,color .18s,border-color .18s;cursor:pointer;outline:none;-webkit-user-select:none;user-select:none}.toggle-btn.active,.toggle-btn:focus{background:#3d72f2;color:#fff;border-color:#63e2ff;box-shadow:0 2px 10px #238adf44}.form-section{width:100%;display:flex;flex-direction:column;align-items:center;animation:fadein .45s;margin-bottom:.3em}@keyframes fadein{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.auth-card h2{width:100%;text-align:center;font-weight:700;font-size:1.5em;margin-bottom:1.1em;color:#234a85;letter-spacing:.01em}form{width:100%;display:flex;flex-direction:column;align-items:center}input[type=email],input[type=text],input[type=password]{width:90%;box-sizing:border-box;padding:1em;border-radius:10px;background:#eef7ff;color:#213547;border:2px solid #aec9ff;margin-bottom:1.07em;font-size:1.13em;transition:border .22s,background-color .19s;text-align:left}input[type=email]:focus,input[type=text]:focus,input[type=password]:focus{border:2px solid #3d72f2;background:#d0e3ff;outline:none}.auth-btn{background:linear-gradient(90deg,#4769e1 10%,#63e2ff 90%);color:#fff;font-size:1.11em;font-weight:700;border:none;border-radius:9px;padding:1em 0;width:92%;margin-top:.5em;margin-bottom:.9em;transition:filter .18s,box-shadow .18s;box-shadow:0 3px 16px #478bfb22;cursor:pointer}.auth-btn:hover{filter:brightness(1.12);box-shadow:0 5px 25px #1a6efb44}.form-message{min-height:1.5em;margin-top:.4em;letter-spacing:.01em;color:#d82f3a;text-align:left;font-size:1em}@media(max-width:900px){#main-bg{justify-content:center}.app-layout{margin-right:0;width:98vw}.auth-card{padding:2em .6em;border-radius:12px}}.splash-stage{position:fixed;left:0;top:0;width:100vw;height:100vh;background:linear-gradient(93deg,#6cc0ff,#b6e4ff);z-index:99;display:flex;align-items:center;justify-content:center;flex-direction:column}.splash-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.splash-logo{width:104px;height:104px;object-fit:contain;margin:0 12px;background:#fff;border-radius:32px;box-shadow:0 4px 24px #03255a13}.splash-logo:not(:last-child){margin-bottom:20px}.splash-text{margin-top:1.7em;color:#104664;font-size:1.5em;text-align:center;font-weight:700;letter-spacing:.01em}.video-stage{position:fixed;left:0;top:0;width:100vw;height:100vh;background:#161d29;display:flex;align-items:center;justify-content:center;z-index:98}.skip-btn{position:absolute;top:32px;right:46px;background:#f9fbfdd9;color:#104664;border:none;font-weight:700;font-size:1.14em;padding:10px 30px;border-radius:9px;box-shadow:0 2px 8px #223a3551;z-index:2;cursor:pointer;transition:background .17s}.skip-btn:hover{background:#fff;color:#025}.pagination-row{display:flex;justify-content:flex-end;gap:12px;margin-top:1em;align-items:center}.page-btn{background:linear-gradient(90deg,#4769e1 10%,#1ccaff 90%);color:#fff!important;padding:.45em 1.42em;border-radius:8px;border:none;font-weight:500;cursor:pointer;outline:none;font-size:1em;transition:filter .13s}.page-btn[disabled]{opacity:.43;background:#bbb;cursor:not-allowed}
