@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Pirata+One&display=swap";.welcome-container{background:#eef1ff;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative}.language-selector{position:absolute;top:45px;right:45px}.language-selector select{color:#1a1a1a;cursor:pointer;background:#fff;border:none;border-radius:9px;outline:none;width:140px;height:45px;padding-left:10px;font-family:sans-serif;font-size:14px;font-weight:700;box-shadow:0 1px 3px #0000000d}.welcome-content{text-align:center;width:420px}.rabbit-logo{justify-content:center;margin-bottom:16px;display:flex}.rabbit-logo img{width:100px}.welcome-content h2{color:#192945;margin-bottom:14px;font-family:sans-serif;font-size:24px;font-weight:500}.welcome-content p{color:#6d7a99;margin-bottom:45px;font-size:14px}.primary-btn,.secondary-btn{cursor:pointer;border-radius:8px;width:85%;height:56px;font-size:16px;font-weight:600;transition:all .2s}.primary-btn{color:#fff;background:#5667ff;border:none;margin-bottom:18px}.primary-btn:hover{background:#4557f0}.secondary-btn{color:#5667ff;background:0 0;border:1px solid #5667ff}.secondary-btn:hover{background:#5667ff0d}body{background:#eef1ff}.app-language-switcher{z-index:20;position:fixed;top:16px;right:16px}.app-language-switcher select{color:#1f2937;background:#fff;border:1px solid #0000001f;border-radius:999px;padding:8px 12px;font-weight:600;box-shadow:0 8px 20px #00000014}.languageNavActive{z-index:100;-webkit-backdrop-filter:blur(10px);background-color:#1e1e1e4d;width:100%;height:100vh;transition:all .1s ease-in-out;position:fixed;top:0;right:0}.languageNav{z-index:100;width:0%;height:0;transition:all .1s ease-in-out;position:fixed;top:0;right:0}.rightNav{background-color:#121822;width:450px;height:97.5vh;padding:20px;transition:all .4s ease-in-out;position:absolute;top:10px;right:-450px}.rightNavActive{background-color:#121822;border-top-left-radius:20px;border-bottom-left-radius:20px;width:450px;height:97.5vh;padding:20px;transition:all .4s ease-in-out;position:absolute;top:10px;right:0}.LeftVavHeader{color:#fff;justify-content:space-between;align-items:center;width:100%;display:flex}.LeftVavHeader h4{color:#fff;font-size:22px}.languageOption{cursor:pointer;border-radius:5px;align-items:center;width:100%;margin-bottom:10px;padding:20px;display:flex}.languageOption:hover{cursor:pointer;background-color:#171e2a;border-radius:5px;align-items:center;width:100%;margin-bottom:10px;padding:20px;display:flex}.languageOption img{width:22px}.languageOption p{color:#fff;margin-left:20px;font-size:18px}.import-page{background:#5166ff;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}.import-card{background:#f6f6f6;border-radius:22px;width:400px;min-height:530px;padding:24px;box-shadow:0 25px 70px #00000040}.header{justify-content:center;align-items:center;margin-bottom:28px;display:flex;position:relative}.back-btn{cursor:pointer;color:#354052;background:0 0;border:none;position:absolute;left:0}.header h2{color:#142347;font-size:20px;font-weight:600}.method-card{cursor:pointer;background:#ececef;border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:20px 10px 20px 20px;transition:all .2s;display:flex}.method-card:hover{transform:translateY(-2px)}.method-content h3{color:#0b1736;margin-bottom:15px;font-size:18px;font-weight:500}.icons{align-items:center;gap:10px;display:flex}.icons img{object-fit:contain;width:20px;height:20px}.wallet-icon{color:#fff;background:#000;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:flex}.wallet-icon.green{background:#49d431}.arrow{color:#707b8f}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}.phrase-page{background:#5267ff;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}.phrase-card{background:#fff;border-radius:22px;flex-direction:column;width:400px;height:530px;padding:24px;display:flex;box-shadow:0 25px 80px #00000040}.phrase-header{justify-content:center;align-items:center;margin-bottom:20px;display:flex;position:relative}.back-btn{cursor:pointer;background:0 0;border:none;position:absolute;left:0}.phrase-header h2{color:#18233d;font-size:20px;font-weight:700}.tabs{background:#dfe3ea;border-radius:10px;margin-bottom:18px;padding:3px;display:flex}.tab{cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;height:30px;font-size:14px;font-weight:600}.tab.active{color:#4f5dff;background:#fff}.phrase-length-row{justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}.phrase-length{color:#30374d;align-items:center;gap:3px;font-size:12px;display:flex}.phrase-length select{color:#4f5dff;appearance:none;cursor:pointer;background:0 0;border:none;outline:none;font-size:12px;font-weight:600}.paste-btn{color:#4f5dff;cursor:pointer;background:#fff;border:1px solid #dde1e8;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.paste-btn:hover{background:#f3f5ff}.word-box{background:#fff;border:1px solid #dde1e8;border-radius:10px;height:52px;position:relative}.word-index{color:#9ba3b4;font-size:12px;position:absolute;top:8px;left:10px}.word-box input{background:0 0;border:none;outline:none;width:100%;height:100%;padding:22px 12px 8px;font-size:15px}.phrase-footer{margin-top:auto}.phrase-footer p{text-align:center;color:#667085;margin-bottom:18px;font-size:12px}.phrase-error{color:#d14343;margin-bottom:10px;font-size:13px;font-weight:600}.server-error{color:#c2410c;background:#fff7ed;border-radius:8px;margin-bottom:10px;padding:8px 10px;font-size:13px;font-weight:600}.phrase-footer span{color:#4f5dff;cursor:pointer;margin-left:4px}.next-btn{color:#fff;cursor:pointer;background:#a9b0ff;border:none;border-radius:5px;width:100%;height:45px;font-size:16px;font-weight:600}.key-input{background-color:#0000;border:1px solid #c2c2c2;border-radius:8px;width:100%;height:52px;padding-left:10px;font-size:14px}.next-btn-ready{background:#5267ff}.mini{text-align:center;color:gray;margin-bottom:25px;font-size:14px}.validation-error{color:#d14343;text-align:center;margin-top:8px;margin-bottom:0;font-size:13px}.next-btn-2{color:#fff;cursor:pointer;background:#5667ff;border:none;border-radius:8px;width:100%;height:45px;margin-bottom:0;font-size:16px}.next-btn-3{color:#5667ff;cursor:pointer;background:0 0;border:1px solid #5667ff;border-radius:8px;width:100%;height:45px;font-size:16px}.check{width:38px;margin-bottom:20px}.big{text-align:center;margin-bottom:5px}.inp{background-color:#f0f2ff;border:1px solid #f0f2ff}.holderOut{color:gray;margin-left:0;font-size:14px}:root{--bg-dark:#0a0a0b;--bg-dark-soft:#111113;--card-border:#232326;--text-white:#fff;--text-gray:#97979f;--text-gray-dim:#6f6f78;--yellow:#f7e94e;--yellow-hover:#f2e02f;--secondary-btn:#1c1c1f;--right-bg-1:#99a6f7;--right-bg-2:#7280ea;--phone-bg:#15151b;--green:#46e8a0;--font-display:"Pirata One", serif;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans)}.solflare-page{background:var(--bg-dark);width:100%;min-height:100vh;padding:15px;display:flex;overflow:hidden}.panel{flex-direction:column;width:50%;max-height:95vh;display:flex;position:relative}.panel-left{background:#11121a;border-radius:35px;justify-content:space-between;margin-right:15px;padding-bottom:30px}.left-header{justify-content:space-between;align-items:center;width:100%;padding-left:50px;padding-right:20px;display:flex}.left-header .backButton{color:#fff;cursor:pointer;align-items:center;gap:8px;display:flex}.logo{font-family:var(--font-display);letter-spacing:.5px;color:var(--text-white);font-size:50px}.lang-btn{width:34px;height:34px;color:var(--text-gray);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.lang-btn:hover{color:var(--text-white);background:#ffffff0f}.left-content{flex-direction:column;flex:1;justify-content:center;max-width:100%;margin-top:100px;display:flex}.headline{color:var(--text-white);letter-spacing:-.5px;text-align:center;font-size:45px;font-weight:800;line-height:1.08}.tagline{color:var(--text-gray);text-align:center;margin-top:5px;font-size:14px;font-weight:500}.cta-group{flex-direction:column;gap:14px;width:65%;margin-top:36px;display:flex}.btn{appearance:none;cursor:pointer;width:100%;font-family:var(--font-sans);border:none;border-radius:100px;padding:17px 24px;font-size:16px;font-weight:700;transition:transform .12s,filter .12s,background .15s}.btn:hover,.btn:active{transform:translateY(0)}.btn-primary{background:var(--yellow);color:#1a1a1a}.btn-primary:hover{background:var(--yellow-hover)}.btn-secondary{background:var(--secondary-btn);color:var(--text-white);border:1px solid var(--card-border)}.btn-secondary:hover{background:#242427}.time-note{color:#e2e2e2;justify-content:center;align-items:center;gap:7px;margin-top:22px;font-size:12px;display:flex}.time-note svg{flex-shrink:0}.stats-row{justify-content:center;align-items:center;gap:36px;padding-top:32px;display:flex}.laurel{opacity:.9;flex-shrink:0}.stat{text-align:center}.stat-value{color:var(--text-white);font-size:15px;font-weight:700}.star{color:var(--yellow);margin-right:4px}.stat-label{color:#bcbcbc;margin-top:8px;font-size:12.5px;font-weight:500;line-height:1.4}.panel-right{background:#0c0c0e;border-radius:35px;padding:0;overflow:hidden}.carousel-viewport{height:100%}.carousel-topbar{z-index:5;pointer-events:none;background:linear-gradient(#0a0a0c66 0%,#0a0a0c00 100%);flex-direction:column;gap:14px;padding:18px 24px 36px;display:flex;position:absolute;top:0;left:0;right:0}.progress-track{gap:6px;width:100%;display:flex}.progress-seg{background:#ffffff29;border-radius:2px;flex:1;height:3px;overflow:hidden}.seg-fill{background:#fff;border-radius:2px;width:0%;height:100%;display:block}.seg-fill.done{width:100%}.seg-fill.live{width:0%;animation-name:fillSegment;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes fillSegment{0%{width:0%}to{width:100%}}.carousel-icons{justify-content:space-between;align-items:center;display:flex}.mini-logo{font-family:var(--font-display);color:#fff;font-size:22px;line-height:1}.mini-seal{width:30px;height:30px;display:block}.carousel-track{height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex}@media (prefers-reduced-motion:reduce){.carousel-track{transition:none}.seg-fill.live{width:100%;animation:none}}.carousel-slide{flex:0 0 100%;justify-content:center;align-items:center;width:100%;height:100%;padding:70px 36px 56px;display:flex;position:relative;overflow:hidden}.coin{pointer-events:none;filter:drop-shadow(0 12px 20px #0000002e);position:absolute}.wallet-card{z-index:2;background:var(--phone-bg);border-radius:24px;width:260px;padding:22px 20px;position:relative;box-shadow:0 30px 60px #0f0f1959}.wc-header{align-items:center;gap:10px;display:flex}.wc-avatar{background:#ffffffd9;border-radius:50%;flex-shrink:0;width:26px;height:26px}.wc-label{color:#f2f2f5;font-size:13px;font-weight:600}.wc-balance{color:#fff;letter-spacing:-.3px;margin-top:16px;font-size:28px;font-weight:800}.wc-change{color:#ffffff80;margin-top:4px;font-size:13px;font-weight:600}.wc-divider{background:#ffffff14;height:1px;margin:16px 0 10px}.wc-row{align-items:center;gap:10px;padding:8px 0;display:flex}.asset-dot{border-radius:50%;flex-shrink:0;width:26px;height:26px}.wc-asset-name{color:#f2f2f5;flex:1;font-size:13px;font-weight:600}.wc-asset-change{color:#ffffff73;font-size:12px;font-weight:600}.wc-asset-change.up{color:var(--green)}.wc-asset-change.down{color:#ff7a7a}.car-nav{cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:4;background:#ffffff8c;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .15s,transform .15s;display:flex;position:absolute;bottom:22px;box-shadow:0 10px 22px #0f0f192e}.car-nav:hover{background:#ffffffd9;transform:translateY(-1px)}.car-nav:active{transform:translateY(0)}.car-nav.prev{left:calc(50% - 54px)}.car-nav.next{left:calc(50% + 10px)}@media (width<=1024px){.panel{padding:36px 40px}.panel-right{padding:0}.headline{font-size:44px}.wallet-card{width:230px}}@media (width<=860px){.solflare-page{flex-direction:column}.panel{width:100%;min-height:auto}.panel-left{margin-bottom:15px;margin-right:0;padding:32px 28px 44px}.panel-right{height:62vh;min-height:420px}.headline{font-size:38px}.stats-row{gap:22px}.laurel{width:32px;height:38px}.car-nav{width:40px;height:40px}.car-nav.prev{left:calc(50% - 48px)}.car-nav.next{left:calc(50% + 8px)}}@media (width<=480px){.panel-left{padding:28px 20px 36px}.panel-right{height:52vh;min-height:360px}.logo{font-size:26px}.headline{font-size:30px}.tagline{font-size:15px}.btn{padding:15px 20px;font-size:15px}.stats-row{flex-wrap:wrap;gap:14px}.laurel{display:none}.stat-value{font-size:17px}.stat-label{font-size:11.5px}.carousel-topbar{padding:14px 18px 12px}.wallet-card{width:200px;padding:18px 16px}.wc-balance{font-size:22px}.car-nav{width:38px;height:38px;bottom:16px}.car-nav.prev{left:calc(50% - 44px)}.car-nav.next{left:calc(50% + 6px)}}.imageSvg{width:100%}.importText{color:#e3e3e3;margin-top:50px;font-size:25px}.importMiniText{color:silver;margin-top:8px;font-size:15px}.optionsContainer{justify-content:center;width:100%;display:flex}.optionsContainerBox{width:55%;margin-top:20px}.optionSelect{cursor:pointer;background-color:#191922;border-radius:10px;align-items:center;width:100%;height:65px;margin-bottom:10px;padding-left:2px;padding-right:2px;display:flex}.optionSelect:hover{background-color:#1e1e25;width:100%}.optionSelect h5{color:#fff;margin-bottom:4px;font-size:15px}.optionSelect p{color:#dadada;font-size:13px}.iconPlace{margin-right:10px;padding-left:10px}.imageContainer{background-color:#3a3a3c;border-radius:100px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.imageContainer img{width:20px}.phrase-wrapper{flex-direction:column;align-items:center;width:100%;max-width:620px;margin:auto;display:flex}.phrase-wrapper .phrase-header{text-align:center;margin-bottom:15px;display:block}.phrase-header h2{color:#fff;margin-bottom:10px;font-size:20px;font-weight:700}.phrase-header p{color:#8e8e95;font-size:11px}.phrase-card{background:#13141c;border:1px solid #ffffff08;border-radius:28px;width:80%;height:400px;padding:20px;overflow:auto}.phrase-card::-webkit-scrollbar{width:8px}.phrase-card::-webkit-scrollbar-track{background:#1a1b24;border-radius:10px}.phrase-card::-webkit-scrollbar-thumb{background:#4a4d63;border-radius:10px}.phrase-card::-webkit-scrollbar-thumb:hover{background:#6b6f8a}.phrase-switch{background:#171821;border-radius:100px;width:100px;height:35px;margin-bottom:30px;padding:4px;display:flex}.phrase-switch button{color:#868692;cursor:pointer;background:0 0;border:none;border-radius:100px;flex:1;font-size:12px;font-weight:600}.phrase-switch button.active{color:#fff;background:#262834}.phrase-grid{grid-template-columns:repeat(3,1fr);gap:20px 12px;display:grid}.phrase-field{flex-direction:column;display:flex}.phrase-field span{color:#8a8c96;margin-bottom:0;font-size:15px}.phrase-field input{color:#fff;background:0 0;border:none;border-bottom:1px solid #ffffff1f;outline:none;width:100%;padding-bottom:8px;font-size:15px}.phrase-field input:focus{border-color:#ffffff59}.phrase-actions{justify-content:space-between;margin-top:35px;display:flex}.upload-btn,.paste-btn{color:#fff;cursor:pointer;background:#232531;border:none;border-radius:100px;width:110px;height:38px;font-size:13px;font-weight:600;transition:all .2s}.upload-btn:hover,.paste-btn:hover{background:#2a2d3a}.continue-btn{color:#e8e8e8;cursor:pointer;background:#303137;border:none;border-radius:100px;width:80%;height:44px;margin-top:20px;font-size:15px;font-weight:700}.continue-btn:hover{color:#e8e8e8;background:#404148}.new-wallet-link{color:#fff;cursor:pointer;margin-top:15px;font-weight:600}.new-wallet-link:hover{opacity:.8}@media (width<=900px){.phrase-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=550px){.phrase-grid{grid-template-columns:1fr}.phrase-actions{flex-direction:column;gap:15px}.upload-btn,.paste-btn{width:100%}.phrase-header h2{font-size:26px}}.keyInput{color:#fff;background-color:#3d404b;border:1px solid #616161;border-radius:12px;outline:none;width:80%;height:45px;padding-left:10px;padding-right:10px}.keyInput::placeholder{color:#fff;opacity:1}@media screen and (height<=670px){.phrase-card{background:#13141c;border:1px solid #ffffff08;border-radius:28px;width:80%;height:350px;padding:10px;overflow:auto}.phrase-header{margin-bottom:10px;margin-top:0!important}.continue-btn{margin-top:10px!important}.phrase-switch{margin-bottom:10px!important}.phrase-actions{margin-top:10px!important}}
