:root{
      --c360-bg:#041020;
      --c360-bg2:#061326;
      --c360-bg3:#082342;
      --c360-blue:#2378ff;
      --c360-cyan:#00d4ff;
      --c360-green:#30e6b1;
      --c360-white:#ffffff;
      --c360-text:#eaf6ff;
      --c360-muted:#8fb4d6;
      --c360-dark:#07111f;
      --c360-card:#ffffff;
      --c360-card-soft:#f8fbff;
      --c360-border:rgba(148,210,255,.22);
      --c360-border-dark:rgba(15,23,42,.10);
      --c360-shadow:0 28px 90px rgba(0,0,0,.36);
      --c360-shadow-card:0 22px 50px rgba(3,18,38,.14);
      --radius-xl:34px;
      --radius-lg:28px;
      --radius-md:20px;
    }


    *{
      box-sizing:border-box;
    }

    html{
      min-height:100%;
      scroll-behavior:smooth;
    }

    body{
      min-height:100vh;
      margin:0;
      font-family:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color:var(--c360-dark);
      background:
        radial-gradient(850px 420px at 8% 0%, rgba(35,120,255,.30), transparent 62%),
        radial-gradient(760px 420px at 92% 4%, rgba(48,230,177,.20), transparent 62%),
        linear-gradient(145deg, #041020 0%, #061426 42%, #081a33 100%);
      overflow-x:hidden;
    }

    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.78), transparent 82%);
      z-index:0;
    }

    body::after{
      content:"";
      position:fixed;
      inset:auto -160px -160px auto;
      width:420px;
      height:420px;
      border-radius:999px;
      pointer-events:none;
      background:conic-gradient(from 180deg, var(--c360-blue), var(--c360-cyan), var(--c360-green), var(--c360-blue));
      opacity:.10;
      filter:blur(10px);
      z-index:0;
    }

    a{
      text-decoration:none;
    }

    .page-bg{
      position:fixed;
      inset:0;
      pointer-events:none;
      z-index:0;
      background:
        radial-gradient(680px 360px at 15% 18%, rgba(0,212,255,.11), transparent 65%),
        radial-gradient(620px 360px at 82% 22%, rgba(48,230,177,.10), transparent 65%);
    }

    .topbar{
      position:sticky;
      top:0;
      z-index:1000;
      background:
        radial-gradient(520px 160px at 10% 0%, rgba(35,120,255,.28), transparent 65%),
        radial-gradient(520px 160px at 92% 0%, rgba(48,230,177,.18), transparent 65%),
        linear-gradient(135deg, rgba(4,16,32,.98), rgba(6,19,38,.98) 48%, rgba(8,35,66,.98));
      border-bottom:1px solid var(--c360-border);
      box-shadow:0 12px 34px rgba(0,0,0,.28);
      backdrop-filter:blur(18px);
      -webkit-backdrop-filter:blur(18px);
    }

    .topbar::after{
      content:"";
      position:absolute;
      left:0;
      right:0;
      bottom:-1px;
      height:2px;
      background:linear-gradient(90deg, transparent, var(--c360-blue), var(--c360-cyan), var(--c360-green), transparent);
    }

    .topbar-inner{
      position:relative;
      z-index:2;
      width:min(1280px, calc(100% - 24px));
      margin:0 auto;
      min-height:74px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:10px 0;
    }

    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
    }

    .brand-logo{
      width:154px;
      height:52px;
      border-radius:18px;
      display:flex;
      align-items:center;
      justify-content:center;
      padding:6px 10px;
      background:rgba(255,255,255,.075);
      border:1px solid rgba(255,255,255,.16);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.14),
        0 12px 28px rgba(0,0,0,.22),
        0 0 28px rgba(0,212,255,.12);
      overflow:hidden;
    }

    .brand-logo img{
      width:100%;
      height:100%;
      object-fit:contain;
      display:block;
      filter:drop-shadow(0 8px 16px rgba(0,0,0,.28));
    }

    .brand-copy{
      display:flex;
      flex-direction:column;
      line-height:1.1;
      min-width:0;
    }

    .brand-copy b{
      color:#fff;
      font-size:15px;
      font-weight:950;
      letter-spacing:-.2px;
      white-space:nowrap;
    }

    .brand-copy span{
      color:rgba(234,246,255,.72);
      font-size:11px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.7px;
      white-space:nowrap;
    }

    .topbar-actions{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:10px;
      flex-wrap:wrap;
    }

    .badge-live,
    .top-pill{
      display:inline-flex;
      align-items:center;
      gap:9px;
      padding:9px 13px;
      border-radius:999px;
      color:#eaf6ff;
      background:rgba(255,255,255,.09);
      border:1px solid rgba(148,210,255,.22);
      font-size:12px;
      font-weight:900;
      white-space:nowrap;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
    }

    .pulse{
      width:10px;
      height:10px;
      border-radius:999px;
      background:#30e6b1;
      box-shadow:0 0 0 0 rgba(48,230,177,.45);
      animation:pulse360 1.7s infinite;
    }

    .dot{
      width:10px;
      height:10px;
      border-radius:999px;
      background:#00d4ff;
      box-shadow:0 0 0 5px rgba(0,212,255,.13);
    }

    @keyframes pulse360{
      0%{ box-shadow:0 0 0 0 rgba(48,230,177,.42); }
      70%{ box-shadow:0 0 0 12px rgba(48,230,177,0); }
      100%{ box-shadow:0 0 0 0 rgba(48,230,177,0); }
    }

    .page{
      position:relative;
      z-index:1;
      width:min(1280px, calc(100% - 24px));
      margin:0 auto;
      padding:28px 0 22px;
    }

    .hero-shell{
      position:relative;
      overflow:hidden;
      min-height:calc(100vh - 172px);
      border-radius:36px;
      color:#fff;
      background:
        radial-gradient(620px 240px at 8% 8%, rgba(0,212,255,.34), transparent 64%),
        radial-gradient(620px 260px at 95% 0%, rgba(48,230,177,.22), transparent 64%),
        linear-gradient(135deg, rgba(6,19,38,.98), rgba(8,35,66,.96));
      border:1px solid rgba(148,210,255,.24);
      box-shadow:var(--c360-shadow);
      isolation:isolate;
    }

    .hero-shell::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(115deg, rgba(255,255,255,.14), transparent 35%),
        radial-gradient(430px 170px at 75% 18%, rgba(35,120,255,.28), transparent 62%);
      pointer-events:none;
      z-index:1;
    }

    .hero-shell::after{
      content:"";
      position:absolute;
      right:-90px;
      bottom:-115px;
      width:310px;
      height:310px;
      border-radius:50%;
      background:conic-gradient(from 180deg, var(--c360-blue), var(--c360-cyan), var(--c360-green), var(--c360-blue));
      opacity:.18;
      filter:blur(7px);
      pointer-events:none;
      z-index:1;
    }

    .hero-grid{
      position:relative;
      z-index:2;
      min-height:inherit;
      display:grid;
      grid-template-columns:minmax(0, 1.05fr) minmax(360px, .95fr);
      gap:28px;
      align-items:center;
      padding:34px;
    }

    .kicker{
      display:inline-flex;
      align-items:center;
      gap:9px;
      width:fit-content;
      padding:9px 13px;
      margin-bottom:16px;
      border-radius:999px;
      color:#dffbff;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(148,210,255,.22);
      font-weight:950;
      font-size:12px;
      text-transform:uppercase;
      letter-spacing:.11em;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.14);
    }

    .kicker i{
      color:var(--c360-green);
    }

    .hero-title{
      margin:0;
      color:#fff;
      font-size:clamp(36px, 5.2vw, 78px);
      font-weight:950;
      line-height:.98;
      letter-spacing:-2.6px;
    }

    .hero-title span{
      display:block;
      background:linear-gradient(135deg, #fff, #c9faff 35%, #30e6b1);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }

    .lead{
      max-width:660px;
      margin:16px 0 0;
      color:rgba(234,246,255,.84);
      font-size:clamp(15px, 1.35vw, 20px);
      line-height:1.7;
      font-weight:600;
    }

    .lead b{
      color:#fff;
      font-weight:950;
    }

    .hero-stats{
      display:grid;
      grid-template-columns:repeat(3, minmax(0, 1fr));
      gap:12px;
      margin-top:22px;
      max-width:680px;
    }

    .hero-stat{
      position:relative;
      overflow:hidden;
      padding:15px;
      border-radius:22px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.16);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
      backdrop-filter:blur(14px);
    }

    .hero-stat::before{
      content:"";
      position:absolute;
      inset:0 0 auto 0;
      height:3px;
      background:linear-gradient(90deg, var(--c360-blue), var(--c360-cyan), var(--c360-green));
    }

    .hero-stat b{
      display:block;
      color:#fff;
      font-size:24px;
      line-height:1;
      font-weight:950;
      margin-bottom:7px;
    }

    .hero-stat span{
      display:block;
      color:rgba(234,246,255,.75);
      font-size:12px;
      line-height:1.35;
      font-weight:800;
    }

    .cta-wrap{
      display:flex;
      align-items:stretch;
      flex-wrap:wrap;
      gap:13px;
      margin-top:25px;
    }

    .login-box{
      display:flex;
    }

    .login-cta,
    .btn-register{
      min-height:68px;
      border-radius:22px;
      transition:transform .18s ease, filter .18s ease, box-shadow .18s ease;
    }

    .login-cta{
      position:relative;
      overflow:hidden;
      display:flex;
      align-items:center;
      gap:12px;
      min-width:300px;
      max-width:410px;
      padding:12px 14px;
      color:#061326 !important;
      background:linear-gradient(135deg, var(--c360-cyan), var(--c360-green));
      border:1px solid rgba(255,255,255,.28);
      box-shadow:0 20px 48px rgba(0,212,255,.24);
      font-weight:950;
    }

    .login-cta::after,
    .btn-register::after{
      content:"";
      position:absolute;
      top:-80%;
      left:-25%;
      width:54%;
      height:260%;
      transform:rotate(22deg);
      background:linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);
      animation:shine360 3s ease-in-out infinite;
      pointer-events:none;
    }

    @keyframes shine360{
      0%{ transform:translateX(-140%) rotate(22deg); opacity:0; }
      22%{ opacity:1; }
      50%{ transform:translateX(280%) rotate(22deg); opacity:0; }
      100%{ opacity:0; }
    }

    .login-cta:hover,
    .btn-register:hover{
      transform:translateY(-3px);
      filter:brightness(1.04) saturate(1.08);
    }

    .login-cta-ic,
    .login-cta-go{
      position:relative;
      z-index:2;
      width:42px;
      height:42px;
      border-radius:15px;
      display:grid;
      place-items:center;
      color:#061326;
      background:rgba(255,255,255,.42);
      border:1px solid rgba(255,255,255,.35);
      flex:0 0 auto;
    }

    .login-cta-txt{
      position:relative;
      z-index:2;
      display:flex;
      flex-direction:column;
      gap:3px;
      min-width:0;
      flex:1;
    }

    .login-cta-txt b{
      font-size:15px;
      line-height:1.1;
      font-weight:950;
      color:#061326;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }

    .login-cta-txt small{
      color:rgba(6,19,38,.72);
      font-size:12px;
      font-weight:850;
    }

    .btn-register{
      position:relative;
      overflow:hidden;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      min-width:210px;
      padding:0 24px;
      color:#fff !important;
      background:rgba(255,255,255,.11);
      border:1px solid rgba(148,210,255,.22);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.12), 0 16px 38px rgba(0,0,0,.18);
      font-size:15px;
      font-weight:950;
      backdrop-filter:blur(14px);
    }

    .hero-note{
      margin-top:15px;
      color:rgba(234,246,255,.72);
      font-size:13px;
      line-height:1.5;
      font-weight:700;
    }

    .hero-note b{
      color:#fff;
    }

    .panel-stack{
      display:grid;
      gap:16px;
    }

    .panel-card{
      position:relative;
      overflow:hidden;
      border-radius:28px;
      background:rgba(255,255,255,.94);
      border:1px solid rgba(148,210,255,.24);
      box-shadow:var(--c360-shadow-card);
      color:#061326;
    }

    .panel-card::before{
      content:"";
      position:absolute;
      inset:0 0 auto 0;
      height:4px;
      background:linear-gradient(90deg, var(--c360-blue), var(--c360-cyan), var(--c360-green));
      z-index:1;
    }

    .panel-main{
      padding:20px;
      background:
        radial-gradient(320px 150px at 0% 0%, rgba(0,212,255,.13), transparent 65%),
        linear-gradient(180deg, #ffffff, #f8fbff);
    }

    .panel-mini{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
    }

    .mini-kpi{
      padding:16px;
      border-radius:22px;
      background:#fff;
      border:1px solid rgba(15,23,42,.08);
      box-shadow:0 12px 24px rgba(3,18,38,.06);
    }

    .mini-kpi .icon{
      width:42px;
      height:42px;
      border-radius:15px;
      display:grid;
      place-items:center;
      margin-bottom:13px;
      color:#061326;
      background:linear-gradient(135deg, var(--c360-cyan), var(--c360-green));
      box-shadow:0 12px 22px rgba(0,212,255,.18);
    }

    .mini-kpi b{
      display:block;
      color:#061326;
      font-size:28px;
      line-height:1;
      font-weight:950;
      margin-bottom:6px;
    }

    .mini-kpi span{
      color:#64748b;
      font-size:12px;
      line-height:1.35;
      font-weight:800;
    }

    .panel-banner{
      padding:18px;
      border-radius:24px;
      color:#fff;
      background:
        radial-gradient(320px 120px at 0% 0%, rgba(0,212,255,.26), transparent 64%),
        linear-gradient(135deg, #061326, #0b2342, #0879b8);
      box-shadow:0 18px 44px rgba(3,18,38,.18);
      margin-top:14px;
    }

    .panel-banner small{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 11px;
      border-radius:999px;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.16);
      color:#eaf6ff;
      font-size:11px;
      font-weight:900;
      margin-bottom:12px;
    }

    .panel-banner h3{
      margin:0 0 7px;
      color:#fff;
      font-size:24px;
      line-height:1.08;
      font-weight:950;
      letter-spacing:-.5px;
    }

    .panel-banner p{
      margin:0;
      color:rgba(234,246,255,.82);
      font-size:13px;
      line-height:1.55;
      font-weight:650;
    }

    .feature-list{
      display:grid;
      gap:12px;
    }

    .feature-item{
      display:flex;
      align-items:flex-start;
      gap:13px;
      padding:14px;
      border-radius:20px;
      background:#fff;
      border:1px solid rgba(15,23,42,.08);
      box-shadow:0 12px 24px rgba(3,18,38,.06);
    }

    .feature-item .fi-icon{
      width:42px;
      height:42px;
      border-radius:15px;
      display:grid;
      place-items:center;
      color:#061326;
      background:linear-gradient(135deg, rgba(0,212,255,.24), rgba(48,230,177,.24));
      flex:0 0 auto;
    }

    .feature-item b{
      display:block;
      color:#061326;
      font-size:14px;
      line-height:1.2;
      font-weight:950;
      margin-bottom:4px;
    }

    .feature-item span{
      display:block;
      color:#64748b;
      font-size:12px;
      line-height:1.45;
      font-weight:750;
    }

    .footer-360{
      position:relative;
      z-index:2;
      width:min(1280px, calc(100% - 24px));
      margin:0 auto 16px;
      overflow:hidden;
      border-radius:24px;
      background:
        radial-gradient(520px 160px at 10% 0%, rgba(35,120,255,.22), transparent 65%),
        radial-gradient(520px 160px at 92% 0%, rgba(48,230,177,.16), transparent 65%),
        linear-gradient(135deg, #041020, #061326 48%, #082342);
      border:1px solid rgba(148,210,255,.22);
      box-shadow:0 16px 40px rgba(0,0,0,.22);
      color:#eaf6ff;
      padding:13px 16px;
    }

    .footer-360::before{
      content:"";
      position:absolute;
      left:0;
      right:0;
      top:0;
      height:3px;
      background:linear-gradient(90deg, transparent, #2378ff, #00d4ff, #30e6b1, transparent);
    }

    .footer-inner{
      position:relative;
      z-index:2;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
    }

    .footer-date,
    .footer-copy{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:rgba(234,246,255,.84);
      font-size:12px;
      font-weight:800;
    }

    .footer-date i,
    .footer-copy i{
      color:#30e6b1;
    }

    .footer-copy strong{
      color:#fff;
      font-weight:950;
    }

    .footer-social{
      display:inline-flex;
      gap:8px;
    }

    .footer-social a{
      width:34px;
      height:34px;
      border-radius:12px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#eaf6ff;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(148,210,255,.22);
      transition:all .18s ease;
    }

    .footer-social a:hover{
      transform:translateY(-2px);
      color:#061326;
      background:linear-gradient(135deg, #00d4ff, #30e6b1);
    }

    .modal-saas .modal-dialog{
      width:calc(100% - 24px);
      max-width:540px;
      margin:12px auto;
    }

    .modal-saas .modal-content{
      border:0;
      border-radius:26px;
      overflow:hidden;
      box-shadow:0 30px 90px rgba(0,0,0,.32);
    }

    .modal-360-header{
      position:relative;
      overflow:hidden;
      padding:18px 20px;
      border:0;
      color:#fff;
      background:
        radial-gradient(360px 120px at 0% 0%, rgba(0,212,255,.28), transparent 64%),
        linear-gradient(135deg, #061326, #0b2342, #0879b8);
    }

    .modal-360-header::after{
      content:"";
      position:absolute;
      inset:0 0 auto 0;
      height:3px;
      background:linear-gradient(90deg, var(--c360-blue), var(--c360-cyan), var(--c360-green));
    }

    .modal-logo{
      width:56px;
      height:56px;
      border-radius:18px;
      display:grid;
      place-items:center;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.18);
      flex:0 0 auto;
    }

    .modal-logo img{
      width:46px;
      max-height:46px;
      object-fit:contain;
    }

    .modal-360-body{
      padding:18px;
      background:
        radial-gradient(360px 130px at 0% 0%, rgba(35,120,255,.08), transparent 62%),
        linear-gradient(180deg, #ffffff, #f8fbff);
    }

    .form-card{
      border:1px solid rgba(15,23,42,.10);
      background:#fff;
      border-radius:20px;
      padding:16px;
      box-shadow:0 14px 30px rgba(3,18,38,.08);
    }

    .input-label{
      color:#061326;
      font-size:13px;
      font-weight:950;
      margin-bottom:7px;
    }

    .input-360{
      width:100%;
      height:54px;
      border-radius:16px;
      border:1px solid rgba(15,23,42,.14);
      background:#fff;
      color:#061326;
      padding:0 14px;
      font-size:15px;
      font-weight:800;
      outline:none;
      transition:border-color .18s ease, box-shadow .18s ease;
    }

    .input-360:focus{
      border-color:rgba(0,212,255,.50);
      box-shadow:0 0 0 .22rem rgba(0,212,255,.14);
    }

    .password-wrap{
      position:relative;
    }

    .password-wrap .input-360{
      padding-right:54px;
    }

    .toggle-pass{
      position:absolute;
      right:8px;
      top:8px;
      width:38px;
      height:38px;
      border:0;
      border-radius:13px;
      color:#075985;
      background:rgba(0,212,255,.10);
      display:grid;
      place-items:center;
    }

    .btn-login,
    .btn-forgot,
    .btn-back{
      width:100%;
      min-height:54px;
      border-radius:16px;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      font-weight:950;
      border:0;
      transition:all .18s ease;
    }

    .btn-login,
    .btn-forgot{
      color:#061326;
      background:linear-gradient(135deg, var(--c360-cyan), var(--c360-green));
      box-shadow:0 14px 30px rgba(0,212,255,.22);
    }

    .btn-back{
      color:#061326;
      background:#fff;
      border:1px solid rgba(15,23,42,.12);
    }

    .btn-login:hover,
    .btn-forgot:hover,
    .btn-back:hover{
      transform:translateY(-1px);
      filter:brightness(1.03);
    }

    .link-forgot{
      display:inline-flex;
      align-items:center;
      gap:7px;
      color:#0879b8;
      font-weight:900;
      font-size:13px;
    }

    .alert-mini{
      display:none;
      margin-bottom:10px;
      padding:10px 12px;
      border-radius:14px;
      font-size:13px;
      font-weight:900;
    }

    .alert-mini.ok{
      color:#065f46;
      background:rgba(16,185,129,.12);
      border:1px solid rgba(16,185,129,.25);
    }

    .alert-mini.bad{
      color:#7f1d1d;
      background:rgba(239,68,68,.10);
      border:1px solid rgba(239,68,68,.25);
    }

    @media (max-width:1100px){
      .hero-grid{
        grid-template-columns:1fr;
      }

      .hero-shell{
        min-height:auto;
      }

      .panel-stack{
        max-width:760px;
      }
    }

    @media (max-width:768px){
      .topbar-inner{
        min-height:auto;
        align-items:flex-start;
        flex-direction:column;
        padding:12px 0;
      }

      .brand-logo{
        width:138px;
        height:48px;
      }

      .brand-copy{
        display:none;
      }

      .topbar-actions{
        width:100%;
        justify-content:flex-start;
      }

      .badge-live,
      .top-pill{
        font-size:11px;
        padding:8px 11px;
      }

      .page{
        padding:18px 0 14px;
      }

      .hero-shell{
        border-radius:26px;
      }

      .hero-grid{
        padding:20px;
        gap:20px;
      }

      .hero-title{
        font-size:clamp(34px, 11vw, 56px);
        letter-spacing:-1.6px;
      }

      .lead{
        font-size:14px;
      }

      .hero-stats{
        grid-template-columns:1fr;
      }

      .cta-wrap{
        flex-direction:column;
      }

      .login-box,
      .login-cta,
      .btn-register{
        width:100%;
        max-width:none;
        min-width:0;
      }

      .login-cta,
      .btn-register{
        min-height:64px;
      }

      .panel-mini{
        grid-template-columns:1fr;
      }

      .footer-inner{
        justify-content:center;
        text-align:center;
      }

      .footer-date,
      .footer-copy,
      .footer-social{
        width:100%;
        justify-content:center;
      }
    }

    @media (max-width:420px){
      .hero-grid{
        padding:16px;
      }

      .kicker{
        font-size:10px;
        letter-spacing:.08em;
      }

      .panel-main{
        padding:15px;
      }

      .feature-item{
        padding:12px;
      }
    }

    @media (prefers-reduced-motion:reduce){
      .pulse,
      .login-cta::after,
      .btn-register::after{
        animation:none !important;
      }
    }