
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body.v65-login{
  min-height:100svh;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 18% 18%,rgba(16,185,129,.10),transparent 27%),
    radial-gradient(circle at 82% 78%,rgba(52,211,153,.08),transparent 25%),
    linear-gradient(135deg,#043c30 0%,#075844 48%,#0a6b52 100%);
}
.v65-layout{
  width:min(1380px,calc(100vw - 48px));
  min-height:100svh;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:clamp(42px,6vw,92px);
  align-items:center;
  padding:20px 0;
}
.v65-intro{min-width:0;max-width:720px}
.v65-brand{display:flex;align-items:center;gap:14px;margin-bottom:34px}
.v65-brand img{width:62px;height:62px;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(0,0,0,.18))}
.v65-brand strong{display:block;font-size:21px;line-height:1.15;letter-spacing:.02em}
.v65-brand span{display:block;margin-top:4px;color:#b9e5d4;font-size:14px}
.v65-eyebrow{
  display:inline-flex;padding:9px 14px;border:1px solid rgba(209,250,229,.18);border-radius:999px;
  background:rgba(255,255,255,.055);color:#d9fff0;font-size:11px;font-weight:850;letter-spacing:.08em
}
.v65-intro h1{max-width:680px;margin:24px 0 18px;font-size:clamp(46px,5vw,76px);line-height:.98;letter-spacing:-.055em}
.v65-intro h1 span{color:#6ee7b7}
.v65-intro p{max-width:690px;margin:0;color:#d4eee4;font-size:clamp(15px,1.2vw,18px);line-height:1.65}
.v65-features{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.v65-features span{padding:10px 14px;border:1px solid rgba(209,250,229,.14);border-radius:999px;background:rgba(255,255,255,.055);color:#effff8;font-size:12px;font-weight:750}

.v65-phone-area{display:flex;align-items:center;justify-content:center;min-width:0}
.v65-phone{
  width:min(390px,32vw,calc((100svh - 40px) * .5131579));
  aspect-ratio:390/760;
  padding:9px;
  border-radius:50px;
  background:linear-gradient(145deg,#03140f,#082a21 55%,#03140f);
  border:1px solid rgba(209,250,229,.20);
  box-shadow:0 30px 72px rgba(0,29,21,.42);
}
.v65-screen{
  width:100%;height:100%;overflow:hidden;border-radius:41px;display:flex;flex-direction:column;
  background:
    radial-gradient(circle at 78% 10%,rgba(167,243,208,.16),transparent 25%),
    radial-gradient(circle at 18% 70%,rgba(52,211,153,.08),transparent 27%),
    linear-gradient(180deg,#0b765b 0%,#08684f 47%,#075842 100%);
}
.v65-statusbar{height:46px;flex:0 0 46px;position:relative;display:grid;grid-template-columns:1fr auto 1fr;align-items:start;padding:7px 16px 0}
.v65-clock b{display:block;font-size:10px;line-height:1;color:#fff}
.v65-clock small{display:block;margin-top:3px;color:#d2eee3;font-size:7px}
.v65-notch{width:92px;height:29px;border-radius:0 0 18px 18px;background:#02100c;transform:translateY(-7px)}
.v65-system-icons{display:flex;align-items:center;justify-content:flex-end;gap:7px;color:#ecfdf5;font-size:10px}
.v65-signal{display:flex;align-items:end;gap:2px;height:13px}
.v65-signal i{display:block;width:2px;background:#d1fae5;border-radius:2px}.v65-signal i:nth-child(1){height:4px}.v65-signal i:nth-child(2){height:6px}.v65-signal i:nth-child(3){height:9px}.v65-signal i:nth-child(4){height:12px}
.v65-battery{width:20px;height:9px;border:1px solid #d1fae5;border-radius:3px;padding:1px;position:relative}.v65-battery:after{content:"";position:absolute;right:-3px;top:2px;width:2px;height:4px;border-radius:0 2px 2px 0;background:#d1fae5}.v65-battery i{display:block;width:75%;height:100%;border-radius:1px;background:#6ee7b7}

.v65-phone-content{flex:1;min-height:0;display:flex;flex-direction:column;padding:3px 26px 13px}
.v65-phone-brand{text-align:center;margin:0 auto 9px}
.v65-phone-brand img{display:block;width:54px;height:54px;object-fit:contain;margin:0 auto 5px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.16))}
.v65-phone-brand strong{display:block;color:#fff;font-size:16px;line-height:1.12;font-weight:900}
.v65-phone-brand small{display:block;margin-top:3px;color:#d7f3e8;font-size:9px;font-weight:650}
.v65-welcome>span{display:inline-flex;padding:4px 7px;border-radius:999px;background:rgba(209,250,229,.14);border:1px solid rgba(209,250,229,.16);color:#d1fae5;font-size:7px;font-weight:900;letter-spacing:.08em}
.v65-welcome h2{margin:7px 0 2px;color:#fff;font-size:26px;line-height:1.05;letter-spacing:-.035em}
.v65-welcome p{margin:0 0 6px;color:#d4eee4;font-size:8.5px;line-height:1.35}
.v65-alert{display:flex;gap:7px;align-items:flex-start;margin:0 0 6px;padding:7px 9px;border-radius:9px;background:#fff1f2;color:#9f1239;font-size:8px}
.v65-secure-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 0 6px;padding:6px 8px;border-radius:9px;background:rgba(255,255,255,.075);border:1px solid rgba(209,250,229,.14);color:#eafff6;font-size:7px;font-weight:800}
.v65-secure-row span:first-child{display:flex;align-items:center;gap:5px}.v65-secure-row i{width:6px;height:6px;border-radius:50%;background:#34d399;box-shadow:0 0 0 3px rgba(52,211,153,.12)}

.v65-form{display:grid;gap:5px}
.v65-form label{display:grid;gap:4px;color:#eafff6;font-size:7.6px;font-weight:850}
.v65-input{min-height:39px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid rgba(209,250,229,.55);border-radius:11px;background:linear-gradient(180deg,#f4fbf8,#e9f6f0)}
.v65-input>span{color:#08775a;font-size:13px;font-weight:900}
.v65-input input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#123e33;font-size:9.5px;font-weight:700}
.v65-input input::placeholder{color:#768d84;font-weight:500}
.v65-input button{width:29px;height:29px;border:0;border-radius:8px;background:#d6eee3;color:#08775a;cursor:pointer}
.v65-captcha-row{display:grid;grid-template-columns:1fr 48px;gap:8px}
.v65-captcha-box{height:48px;display:grid;place-items:center;overflow:hidden;border:1px solid #9fd0bd;border-radius:11px;background:linear-gradient(180deg,#f1faf6,#e4f4ec)}
.v65-captcha-box img{width:100%;height:100%;object-fit:contain}
.v65-captcha-row>button{border:1px solid #9bcbb8;border-radius:11px;background:linear-gradient(180deg,#cfe9dd,#b9ddcd);color:#06684f;font-size:17px;cursor:pointer}
.v65-submit{min-height:41px;margin-top:1px;display:flex;align-items:center;justify-content:space-between;padding:0 13px;border:0;border-radius:11px;background:linear-gradient(135deg,#075844,#07805e 50%,#0aa274);color:#fff;font-size:9.5px;font-weight:900;box-shadow:0 10px 18px rgba(0,0,0,.16);cursor:pointer}
.v65-security{margin-top:6px;text-align:center;color:#effff8;font-size:6.7px;font-weight:700;line-height:1.2}
.v65-homebar{width:92px;height:4px;margin:5px auto 0;border-radius:99px;background:rgba(209,250,229,.72)}

@media(max-width:1100px) and (min-width:821px){
  .v65-layout{width:min(1050px,calc(100vw - 34px));gap:30px}
  .v65-intro h1{font-size:clamp(40px,4.8vw,58px)}
  .v65-brand{margin-bottom:24px}
  .v65-phone{width:min(360px,34vw,calc((100svh - 34px)*.5131579))}
}
@media(max-height:760px) and (min-width:821px){
  .v65-layout{padding:10px 0}
  .v65-brand{margin-bottom:16px}.v65-brand img{width:50px;height:50px}.v65-brand strong{font-size:18px}
  .v65-intro h1{margin:16px 0 12px;font-size:clamp(38px,4.6vw,54px)}
  .v65-intro p{font-size:14px}.v65-features{margin-top:16px}
  .v65-phone{width:min(340px,33vw,calc((100svh - 20px)*.5131579))}
}
@media(max-width:820px){
  body.v65-login{overflow:auto}
  .v65-layout{width:min(680px,calc(100vw - 24px));min-height:auto;grid-template-columns:1fr;gap:28px;padding:28px 0 42px}
  .v65-intro{text-align:center;margin:auto}.v65-brand,.v65-features{justify-content:center}
  .v65-intro h1{font-size:clamp(38px,11vw,58px)}
  .v65-phone{width:min(380px,92vw)}
}
@media(max-width:430px){
  .v65-layout{width:calc(100vw - 16px)}
  .v65-phone{width:100%}
  .v65-phone-content{padding-left:20px;padding-right:20px}
}
