.auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;font-family:var(--font-inter,"Inter",system-ui,-apple-system,sans-serif);font-size:14px;line-height:1.5;color:#131110;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.auth-page a{color:inherit;text-decoration:none}.auth-page button{font-family:inherit;cursor:pointer}.auth-page .mono{font-family:var(--font-mono,"JetBrains Mono",ui-monospace,monospace)}.auth-page{--red:#c0131a;--red-700:#9c0f15;--red-hover:#a8101a;--ink:#131110;--ink-2:#2a2826;--muted:#6b7280;--line:rgba(0,0,0,.08);--line-2:rgba(0,0,0,.12);--bg:#fff;--bg-alt:#f8f8f8;--teal:#1d9e75;--amber:#ba7517}.auth-side{background:var(--red);color:#fff;padding:40px 48px;display:flex;flex-direction:column;position:relative;overflow:hidden}.auth-side:before{inset:0;background-image:radial-gradient(circle,hsla(0,0%,100%,.08) 1px,transparent 1.2px);background-size:18px 18px}.auth-side:after,.auth-side:before{content:"";position:absolute;pointer-events:none}.auth-side:after{top:28px;right:28px;width:64px;height:64px;border:1px solid hsla(0,0%,100%,.25);border-left:0;border-bottom:0}.auth-side>*{position:relative;z-index:1}.auth-logo{display:inline-flex;align-items:center;gap:10px;width:fit-content}.auth-logo .badge{width:32px;height:32px;background:#fff;color:var(--red);border-radius:6px;display:grid;place-items:center;font-weight:700;font-size:13px;letter-spacing:.04em}.auth-logo .word{font-weight:700;font-size:15px;letter-spacing:-.01em;line-height:1.1}.auth-logo .pill{display:block;margin-top:3px;font-size:9px;font-weight:500;background:hsla(0,0%,100%,.15);color:#fff;padding:2px 6px;border-radius:999px;letter-spacing:.06em;width:fit-content}.auth-side-body{flex:1;display:flex;flex-direction:column;justify-content:center;margin:32px 0;max-width:440px}.auth-side-eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:500;color:hsla(0,0%,100%,.7);margin-bottom:16px;display:inline-flex;align-items:center;gap:8px}.auth-side-eyebrow .pulse{width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 0 0 hsla(0,0%,100%,.5);animation:auth-pulse 1.6s infinite}@keyframes auth-pulse{0%{box-shadow:0 0 0 0 hsla(0,0%,100%,.5)}70%{box-shadow:0 0 0 7px hsla(0,0%,100%,0)}to{box-shadow:0 0 0 0 hsla(0,0%,100%,0)}}.auth-side-headline{font-size:30px;font-weight:700;line-height:1.15;letter-spacing:-.02em;margin:0 0 14px;text-wrap:balance}.auth-side-sub{font-size:15px;color:hsla(0,0%,100%,.85);margin:0 0 32px;line-height:1.55;max-width:380px}.auth-cd{background:hsla(0,0%,100%,.08);border:.5px solid hsla(0,0%,100%,.2);border-radius:10px;padding:16px;margin-bottom:28px;max-width:420px}.auth-cd .cd-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:12px;font-weight:500}.auth-cd .cd-label .l{display:inline-flex;align-items:center;gap:8px;color:hsla(0,0%,100%,.85)}.auth-cd .cd-label .l .d{width:6px;height:6px;border-radius:50%;background:#fff}.auth-cd .cd-label .r{color:hsla(0,0%,100%,.7)}.auth-cd-boxes{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.auth-cd-box{background:hsla(0,0%,100%,.1);border:.5px solid hsla(0,0%,100%,.15);border-radius:8px;padding:12px 8px;text-align:center}.auth-cd-num{font-family:var(--font-mono,"JetBrains Mono",monospace);font-size:24px;font-weight:500;line-height:1;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.auth-cd-unit{font-size:9px;color:hsla(0,0%,100%,.65);font-weight:500;text-transform:uppercase;letter-spacing:.1em;margin-top:6px}.auth-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-top:24px;border-top:.5px solid hsla(0,0%,100%,.18)}.auth-stat .n{font-family:var(--font-mono,"JetBrains Mono",monospace);font-size:20px;font-weight:500;letter-spacing:-.02em;line-height:1}.auth-stat .l{font-size:11px;color:hsla(0,0%,100%,.7);margin-top:4px;font-weight:500}.auth-side-foot{font-size:11px;color:hsla(0,0%,100%,.6);padding-top:0}.auth-main{background:#fff;display:flex;flex-direction:column;min-height:100vh;padding:28px 56px 32px}.auth-top{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#6b7280}.auth-top a{color:#131110;font-weight:500}.auth-top a:hover{color:var(--red)}.auth-top .back{display:inline-flex;align-items:center;gap:6px}.auth-top .back:hover{color:var(--red)}.auth-card{width:100%;max-width:420px;margin:auto;padding:24px 0}.auth-card .h1{font-size:28px;font-weight:700;letter-spacing:-.025em;margin:0 0 8px;color:#131110;line-height:1.15}.auth-card .sub{font-size:14px;color:#6b7280;margin:0 0 28px;line-height:1.5}.btn-social{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#fff;border:1px solid var(--line-2);color:#131110;font-size:14px;font-weight:500;padding:12px 16px;border-radius:8px;transition:background .15s,border-color .15s;cursor:pointer}.btn-social:hover{background:#f8f8f8;border-color:#2a2826}.divider{display:flex;align-items:center;gap:12px;margin:22px 0;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#6b7280}.divider:after,.divider:before{content:"";flex:1;height:.5px;background:var(--line)}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field-label{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:500;color:#131110}.field-label .helper{font-size:12px;font-weight:400;color:#6b7280}.field-label .forgot{font-size:12px;font-weight:500;color:var(--red)}.field-label .forgot:hover{text-decoration:underline}.field-input{display:flex;align-items:center;background:#fff;border:1px solid var(--line-2);border-radius:8px;padding:0 12px;transition:border-color .15s,box-shadow .15s}.field-input:focus-within{border-color:var(--red);box-shadow:0 0 0 3px rgba(192,19,26,.1)}.field-input input{flex:1;height:44px;border:0;background:transparent;font-size:14px;color:#131110;padding:0 4px;outline:none;font-family:inherit}.field-input input::placeholder{color:#9ca3af}.field-input .icon{color:#6b7280;display:grid;place-items:center;width:18px;flex-shrink:0}.field-input .trail{font-size:12px;font-weight:500;color:#6b7280;background:transparent;border:0;padding:4px 6px;border-radius:4px;cursor:pointer}.field-input .trail:hover{color:#131110;background:#f8f8f8}.field-hint{font-size:12px;color:#6b7280}.field-hint.err{color:var(--red)}.pw-strength{display:flex;gap:4px;margin-top:8px}.pw-strength .seg{flex:1;height:3px;border-radius:2px;background:#efefef;transition:background .2s}.pw-strength[data-level="1"] .seg:nth-child(-n+1){background:var(--red)}.pw-strength[data-level="2"] .seg:nth-child(-n+2){background:var(--amber)}.pw-strength[data-level="3"] .seg:nth-child(-n+3){background:#5dbe9a}.pw-strength[data-level="4"] .seg{background:var(--teal)}.pw-strength-label{font-size:11px;color:#6b7280;margin-top:6px;font-weight:500}.jalur-pick{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.jalur-opt{position:relative;border:1px solid var(--line-2);background:#fff;border-radius:10px;padding:14px 14px 12px;cursor:pointer;transition:border-color .15s,background .15s;text-align:left}.jalur-opt:hover{border-color:#2a2826}.jalur-opt input{position:absolute;inset:0;opacity:0;cursor:pointer}.jalur-opt .top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.jalur-opt .ico{width:32px;height:32px;background:#f8f8f8;color:var(--red);border-radius:8px;display:grid;place-items:center}.jalur-opt .check{width:18px;height:18px;border-radius:50%;border:1.5px solid var(--line-2);display:grid;place-items:center;color:transparent}.jalur-opt .name{font-size:14px;font-weight:600;letter-spacing:-.005em;margin:0 0 2px}.jalur-opt .desc{font-size:11px;color:#6b7280;font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.02em}.jalur-opt.selected{border-color:var(--red);background:rgba(192,19,26,.03)}.jalur-opt.selected .check{background:var(--red);border-color:var(--red);color:#fff}.field-select{position:relative}.field-select select{width:100%;height:44px;border:1px solid var(--line-2);border-radius:8px;padding:0 36px 0 14px;font-size:14px;color:#131110;background:#fff;font-family:inherit;appearance:none;-webkit-appearance:none;outline:none;transition:border-color .15s,box-shadow .15s}.field-select select:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(192,19,26,.1)}.field-select:after{content:"";position:absolute;right:16px;top:50%;width:8px;height:8px;border-right:1.5px solid #6b7280;border-bottom:1.5px solid #6b7280;transform:translateY(-70%) rotate(45deg);pointer-events:none}.check-line{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#2a2826;line-height:1.5;margin:6px 0 22px;cursor:pointer}.check-line input[type=checkbox]{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:1.5px solid var(--line-2);border-radius:4px;flex-shrink:0;margin-top:1px;cursor:pointer;position:relative;background:#fff;transition:background .15s,border-color .15s}.check-line input[type=checkbox]:checked{background-color:var(--red);border-color:var(--red);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size:12px 12px;background-position:50%;background-repeat:no-repeat}.check-line a{color:var(--red);font-weight:500}.check-line a:hover{text-decoration:underline}.btn-submit{width:100%;background:var(--red);color:#fff;border:0;font-size:14px;font-weight:500;padding:14px 18px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:background .15s,transform .08s;cursor:pointer}.btn-submit:hover{background:var(--red-hover)}.btn-submit:active{transform:translateY(1px)}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.auth-switch{margin:24px 0 0;font-size:13px;text-align:center;color:#6b7280}.auth-switch a{color:var(--red);font-weight:500}.auth-switch a:hover{text-decoration:underline}.auth-foot{margin-top:auto;display:flex;justify-content:space-between;font-size:12px;color:#6b7280;padding-top:20px;gap:16px;flex-wrap:wrap}.auth-foot a{color:#2a2826}.auth-foot a:hover{color:var(--red)}.trust-row{display:flex;flex-wrap:wrap;gap:8px;margin:-4px 0 22px}.trust-chip{font-size:11px;color:#2a2826;background:#f8f8f8;padding:4px 10px;border-radius:999px;display:inline-flex;align-items:center;gap:4px;font-weight:500}.trust-chip .ck{width:12px;height:12px;border-radius:50%;background:var(--teal);display:inline-grid;place-items:center;color:#fff;font-size:8px;font-weight:700}.auth-card.daftar{max-width:460px;padding-bottom:16px}.auth-card.daftar .h1{font-size:26px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.step-label{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--red);margin-bottom:10px;display:inline-flex;align-items:center;gap:6px}.step-label .num{width:18px;height:18px;background:var(--red);color:#fff;border-radius:50%;display:grid;place-items:center;font-family:var(--font-mono,"JetBrains Mono",monospace);font-size:10px;font-weight:500}.step{margin-top:24px;padding-top:22px;border-top:.5px dashed var(--line)}.step:first-of-type{border-top:0;padding-top:0;margin-top:0}.auth-getlist{margin:20px 0 28px;list-style:none;padding:0;display:flex;flex-direction:column;gap:12px}.auth-getlist li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:hsla(0,0%,100%,.9);line-height:1.4}.auth-getlist .ck{width:22px;height:22px;border-radius:50%;background:hsla(0,0%,100%,.15);color:#fff;display:grid;place-items:center;flex-shrink:0;margin-top:1px}.auth-getlist b{font-weight:600;color:#fff}@media (max-width:960px){.auth-page{grid-template-columns:1fr}.auth-side{padding:28px 28px 36px;min-height:auto}.auth-side-body{margin:36px 0 0;max-width:100%}.auth-side-headline{font-size:24px}.auth-side-sub{font-size:14px;margin-bottom:24px}.auth-cd-num{font-size:20px}.auth-main{padding:24px 24px 32px;min-height:auto}.auth-card{padding:32px 0 16px}.auth-card .h1{font-size:24px}}@media (max-width:480px){.auth-side{padding:24px 20px 32px}.auth-main{padding:20px 20px 28px}.auth-stats{grid-template-columns:1fr 1fr 1fr;gap:12px}.field-row,.jalur-pick{grid-template-columns:1fr}}