.staking-page{--ground:#0a0e0c;--surface:#121814;--raised:#1a221d;--raised-2:#212b24;--line:hsla(0,0%,100%,.06);--text:#f2f7f3;--muted:#9aaa9f;--faint:#657268;--mint:#8cf0a5;--mint-deep:#39d46f;--mint-ink:#07220f;--mint-soft:rgba(140,240,165,.09);--mint-line:rgba(140,240,165,.25);--gold:#ffd166;--gold-ink:#241a02;--blue:#6fd3ff;--blue-soft:rgba(111,211,255,.1);--red:#ff8577;--red-soft:hsla(6,100%,73%,.1);--r-xl:26px;--r-lg:20px;--r-md:15px;color:var(--text);font-family:var(--font-fredoka),"Fredoka",ui-rounded,ui-sans-serif,system-ui,sans-serif}.staking-page input{font-family:inherit;color:inherit}.staking-page input:focus-visible{outline:2px solid var(--mint);outline-offset:2px;border-radius:8px}.staking-page .net-chip{display:flex;align-items:center;gap:8px;height:40px;padding:0 16px;background:var(--gold);color:var(--gold-ink);border-radius:99px;font-weight:600;font-size:13px}.staking-page .dashboard-spec .hero{padding:28px;position:relative;overflow:hidden;background:radial-gradient(520px 300px at 88% -20%,rgba(140,240,165,.13),transparent 62%),var(--surface)!important;display:grid;grid-template-columns:1.4fr 1fr;gap:20px;align-items:end}.staking-page .dashboard-spec .hero-label{margin-top:0;font-size:13px;color:var(--muted);font-weight:500}.staking-page .dashboard-spec .hero-balance{font-size:44px;font-weight:600;line-height:1.05}.staking-page .dashboard-spec .hero-balance small{font-size:20px;color:var(--mint);font-weight:500}.staking-page .hero-sub{margin-top:8px;font-size:13px;color:var(--faint)}.staking-page .hero-right{display:flex;flex-direction:column;gap:10px}.staking-page .mini-stat{background:var(--raised);border-radius:var(--r-lg);padding:14px 18px;display:flex;align-items:center;gap:12px}.staking-page .mini-stat .ic{width:38px;height:38px;border-radius:50%;background:var(--mint-soft);display:grid;place-items:center;font-size:16px;flex:none}.staking-page .mini-stat .lbl{font-size:11.5px;color:var(--muted);font-weight:500}.staking-page .mini-stat .val{font-size:17px;font-weight:600}.staking-page .sec-title{display:flex;align-items:baseline;gap:10px;padding:6px 6px 0}.staking-page .sec-title h2{font-size:17px;font-weight:600}.staking-page .sec-title .sub{font-size:12.5px;color:var(--faint)}.staking-page .plans{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.staking-page .plan{background:var(--surface)!important;border-radius:var(--r-lg)!important;padding:18px 16px;display:flex;flex-direction:column;gap:10px;text-align:left;border:2px solid transparent!important;transition:.15s;cursor:pointer;align-items:stretch;justify-content:flex-start;min-height:0}.staking-page .plan:hover{background:var(--raised)!important;transform:translateY(-2px)}.staking-page .plan.selected{border-color:var(--mint)!important;background:var(--mint-soft)!important}.staking-page .plan:disabled{opacity:.45;cursor:not-allowed;transform:none}.staking-page .plan-days{font-size:19px;font-weight:600}.staking-page .plan-days small{display:block;font-size:11.5px;color:var(--faint);font-weight:500}.staking-page .plan-reward{align-self:flex-start;background:var(--mint-soft);color:var(--mint);font-weight:600;font-size:14px;border-radius:99px;padding:4px 12px}.staking-page .plan.selected .plan-reward{background:var(--mint);color:var(--mint-ink)}.staking-page .plan-apr{font-size:12px;color:var(--muted)}.staking-page .plan-apr b{color:var(--text);font-weight:600}.staking-page .plan .go{margin-top:auto;font-size:13px;font-weight:600;color:var(--mint);display:flex;align-items:center;gap:6px}.staking-page .stakes{padding:22px!important}.staking-page .panel-head{display:flex;align-items:center;gap:11px;margin-bottom:14px}.staking-page .panel-head .ic{width:40px;height:40px;border-radius:50%;background:var(--mint-soft);display:grid;place-items:center;font-size:17px}.staking-page .panel-head h2{font-size:16.5px;font-weight:600}.staking-page .panel-head .sub{font-size:12px;color:var(--faint)}.staking-page .panel-head .pill{margin-left:auto}.staking-page .stake-list{display:flex;flex-direction:column;gap:10px}.staking-page .stake-row{background:var(--raised);border-radius:var(--r-lg);padding:16px 18px;display:grid;grid-template-columns:1.3fr 1.6fr auto;gap:18px;align-items:center}.staking-page .stake-row.completed{opacity:.62}.staking-page .stake-id{display:flex;align-items:center;gap:13px;min-width:0}.staking-page .stake-id .cir{width:46px;height:46px;border-radius:50%;flex:none;display:grid;place-items:center;font-size:19px;background:var(--mint-soft);color:inherit}.staking-page .st-amt{font-weight:600;font-size:16px}.staking-page .st-amt small{color:var(--mint);font-weight:500}.staking-page .st-meta{font-size:12px;color:var(--faint);display:flex;align-items:center;gap:6px;flex-wrap:wrap}.staking-page .st-prog .top{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);margin-bottom:6px}.staking-page .st-prog .top b{color:var(--blue);font-weight:600}.staking-page .bar{height:8px;border-radius:99px;background:var(--raised-2);overflow:hidden}.staking-page .bar i{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--mint-deep),var(--mint));min-width:4px}.staking-page .st-dates{margin-top:6px;font-size:11.5px;color:var(--faint);display:flex;justify-content:space-between}.staking-page .st-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.staking-page .st-return{font-weight:600;font-size:16px;color:var(--mint)}.staking-page .st-return small{display:block;font-size:11.5px;color:var(--faint);font-weight:400}.staking-page .btn-exit{background:var(--red-soft);color:var(--red);padding:9px 16px;font-size:13px}.staking-page .btn-exit:hover{background:hsla(6,100%,73%,.18)}.staking-page .confirm-actions,.staking-page .stake-actions{display:flex;gap:8px}.staking-page .empty-note{font-size:13px;color:var(--faint);padding:6px 4px 0}.staking-page .status-banner{margin-bottom:0}.staking-page .state-card{padding:40px!important;text-align:center}.staking-page .state-card h2{font-size:19px;font-weight:600;margin-top:8px}.staking-page .state-card p{color:var(--muted);margin:8px auto 20px;max-width:520px}.staking-page .state-icon{font-size:32px}.staking-page .mini-loader,.staking-page .state-loader{animation:staking-spin .9s linear infinite}.staking-page .state-loader{width:30px;height:30px;color:var(--mint);margin:0 auto}.staking-page .mini-loader{width:16px;height:16px}@keyframes staking-spin{to{transform:rotate(1turn)}}.staking-page .error-box{background:var(--red-soft);color:var(--red)!important;padding:12px 16px;border-radius:var(--r-md)}.staking-page .modal-scrim{position:fixed;inset:0;z-index:80;background:rgba(4,7,5,.7);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;padding:18px}.staking-page .modal-scrim.open{display:flex}.staking-page .modal{width:min(440px,100%);background:var(--surface);border-radius:var(--r-xl);overflow:hidden;max-height:92dvh;overflow-y:auto}.staking-page .modal-head{display:flex;align-items:center;gap:13px;padding:20px 22px;background:linear-gradient(150deg,#173324 0,var(--surface) 80%)}.staking-page .modal-head .frog{width:46px;height:46px;border-radius:50%;flex:none;font-size:22px;display:grid;place-items:center;background:var(--mint-soft)}.staking-page .modal-head .frog img{width:100%;height:100%;object-fit:contain}.staking-page .modal-head h2{font-size:18px;font-weight:600}.staking-page .modal-head p{font-size:12.5px;color:var(--muted)}.staking-page .modal-x{margin-left:auto;width:36px;height:36px;border-radius:50%!important;background:var(--raised);display:grid;place-items:center;color:var(--muted);min-width:0;min-height:0}.staking-page .modal-x:hover{color:var(--red)}.staking-page .modal-body{padding:20px 22px 22px;display:flex;flex-direction:column;gap:14px}.staking-page .fld-label{display:block;font-size:13px;font-weight:500;color:var(--muted);margin-bottom:8px}.staking-page .amt-box{display:flex;align-items:center;gap:10px;background:var(--raised);border-radius:var(--r-lg);padding:4px 18px 4px 6px}.staking-page .amt-box input{flex:1;min-width:0;background:none;border:none;font-size:22px;font-weight:600;padding:14px;outline:none;box-shadow:none}.staking-page .amt-box input::placeholder{color:var(--faint)}.staking-page .amt-box .cur{font-weight:600;color:var(--muted)}.staking-page .bal-row{display:flex;align-items:center;font-size:12.5px;color:var(--muted);margin-top:8px}.staking-page .bal-row .max{margin-left:auto;background:var(--mint-soft);color:var(--mint);font-weight:600;font-size:12px;border-radius:99px!important;padding:5px 14px;min-width:0;min-height:0}.staking-page .bal-row .max:hover{background:var(--mint);color:var(--mint-ink)}.staking-page .field-error{font-size:12px;color:var(--red);margin-top:6px}.staking-page .sel-plan{background:var(--raised);border-radius:var(--r-lg);padding:14px 16px;display:flex;align-items:center;gap:13px}.staking-page .sel-plan .ic{width:42px;height:42px;border-radius:50%;background:var(--mint-soft);display:grid;place-items:center;font-size:17px;flex:none}.staking-page .sel-plan .lbl{font-size:11px;color:var(--faint);font-weight:600;letter-spacing:.1em;text-transform:uppercase}.staking-page .sel-plan .days{font-weight:600;font-size:15.5px}.staking-page .sel-plan .rw{margin-left:auto;text-align:right}.staking-page .sel-plan .rw b{display:block;background:var(--mint-soft);color:var(--mint);font-weight:600;font-size:14px;border-radius:99px;padding:4px 12px}.staking-page .sel-plan .rw span{font-size:11px;color:var(--faint)}.staking-page .est{display:flex;justify-content:space-between;gap:12px;font-size:13px;color:var(--muted);background:var(--raised);border-radius:var(--r-md);padding:12px 16px}.staking-page .est b{color:var(--mint);font-weight:600;text-align:right}.staking-page .warn{display:flex;gap:11px;align-items:flex-start;background:rgba(255,209,102,.07);border-radius:var(--r-md);padding:13px 15px}.staking-page .warn .t{font-weight:600;font-size:13.5px;color:var(--gold)}.staking-page .approved-note p,.staking-page .warn p{font-size:12.5px;color:var(--muted)}.staking-page .approved-note{display:flex;gap:11px;background:var(--mint-soft);color:var(--mint);border-radius:var(--r-md);padding:13px 15px}.staking-page .approved-note b{font-size:13.5px}.staking-page .modal-body>.btn{width:100%}.staking-page .modal-body>.stake-submit{background:var(--mint);color:var(--mint-ink)}.staking-page .modal-body>.stake-submit:hover:not(:disabled){background:#a5f5b8;color:#041a0a}.staking-page .btn:disabled{opacity:.4;cursor:default}.staking-page .btn-ghost{background:var(--raised);color:var(--text)}.staking-page .btn-ghost:hover{background:var(--raised-2)}.staking-page .btn-danger{background:var(--red);color:#240704}.staking-page .confirm-copy{color:var(--muted);font-size:14px}.staking-page .confirm-actions .btn{flex:1}.staking-page .tx-overlay{position:fixed;inset:0;z-index:100;background:rgba(4,7,5,.76);display:grid;place-items:center;padding:18px}.staking-page .tx-card{width:min(360px,100%);padding:28px;background:var(--surface);border-radius:var(--r-xl);display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.staking-page .tx-card span{font-size:12.5px;color:var(--muted)}@media(max-width:1050px){.staking-page .plans{grid-template-columns:repeat(3,1fr)}}@media(max-width:1000px){.staking-page .dashboard-spec .hero,.staking-page .stake-row{grid-template-columns:1fr}.staking-page .stake-row{gap:14px}.staking-page .st-right{flex-direction:row;align-items:center;justify-content:space-between;width:100%;text-align:left}}@media(max-width:860px){.staking-page .dashboard-spec .hero{padding:22px}.staking-page .dashboard-spec .hero-balance{font-size:34px}.staking-page .plans{grid-template-columns:1fr 1fr;gap:10px}.staking-page .stakes{padding:18px 14px!important}}@media(max-width:420px){.staking-page .plans{grid-template-columns:1fr}.staking-page .net-chip{display:none}.staking-page .st-right{align-items:flex-start;flex-direction:column}.staking-page .stake-actions{width:100%}.staking-page .stake-actions .btn{flex:1}}@media(prefers-reduced-motion:reduce){.staking-page *,.staking-page :after,.staking-page :before{animation:none!important;transition:none!important}}