.menu-bar-wrapper{display:flex;justify-content:row;align-items:center;min-width:320px;width:100vw;height:72px;overflow-x:auto}.menu-bar-left-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:start}.menu-logo{margin-left:25px;width:46px;height:46px;border-radius:50%;background-size:contain;background-position:center;background-repeat:no-repeat}.menu-text{margin-left:15px;font-size:19px;font-weight:600;color:#d6d6d6;text-align:center;cursor:default;text-wrap:nowrap}.menu-bar-right-wrapper{display:flex;justify-content:row;align-items:center;margin-left:auto}.menu-bar-connect-wrapper{cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.menu-bar-connect-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;border-radius:16px;padding:6px 12px;background:#0f0f0f;box-shadow:0 0 0 .25px #3d3d3d;transition:box-shadow .3s ease}.menu-bar-connect-container:hover{box-shadow:0 0 0 .42px #ff6a06}.menu-bar-connect-img,.menu-bar-logout-img{width:24px;height:24px;border-radius:12px}.right-side-space{margin-right:26px}.menu-bar-logout-img:hover{box-shadow:0 0 0 .42px #ff6a06}.menu-bar-connect-text{color:#d6d6d6;font-weight:600}@media (max-width: 420px){.menu-logo{margin-left:10px}.menu-text{margin-left:10px;font-size:14px}.right-side-space{margin-right:5px}.menu-bar-connect-wrapper{gap:5px;margin-left:25px}}.home-container{display:flex;flex-direction:column;align-items:center;justify-content:start;background:#141414;width:100vw;min-width:320px;min-height:100vh;z-index:1;top:0}.footer{display:flex;justify-content:space-between;align-items:start;height:60px;background:#141414;z-index:1;width:100vw;min-width:320px;padding-bottom:20px}.footer-text-left{padding:20px;font-size:13px;font-weight:500;color:#777;text-align:left;cursor:pointer}.footer-text-left:hover{text-decoration:underline}.footer-right-wrapper{margin-left:auto;display:flex;flex-direction:row;align-items:center;justify-content:start}.footer-logo{margin-right:10px;width:26px;height:26px;background-size:contain;background-position:center;background-repeat:no-repeat}.footer-text-right{padding:20px;font-size:13px;font-weight:500;color:#777;text-align:right;cursor:pointer}.footer-text-right:hover{text-decoration:underline}.dropdown-container{display:flex;flex-direction:column;align-items:center;justify-content:start;background:#141414;min-width:320px}.dropdown-wrapper{height:42px;width:210px;border-radius:16px;background:#1b1b1b;padding:10px;margin-bottom:10px}.dropdown-wrapper select{height:42px;width:100%;border-radius:10px;padding:10px;background-color:#0f0f0f;color:#d6d6d6;border:1px solid #555;font-size:16px;cursor:pointer}.dropdown-wrapper select option{background-color:#222;color:#d6d6d6;padding:10px;border:none}.rock-collection-image{position:relative;width:150px;height:90px;border-radius:12px;margin-bottom:20px;background-size:contain;background-position:center;background-repeat:no-repeat}.stake-buttons-wrapper{margin-top:20px;margin-bottom:20px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:15px}.stake-page-button{height:25px;font-size:15px;font-weight:500;color:#777;border-radius:16px;padding:3px 12px;background:#0f0f0f;box-shadow:0 0 0 .5px #3d3d3d;transition:box-shadow .3s ease,background-color .3s ease;cursor:pointer;text-wrap:nowrap}.stake-page-button:hover{box-shadow:0 0 0 .5px #ff6a06}.stake-page-button.selected{background-color:#1e1e1e;box-shadow:0 0 0 .5px #ff6a06;color:#fff;font-weight:600}.reload-img{width:24px;height:24px;border-radius:12px;cursor:pointer}.reload-img:hover{box-shadow:0 0 0 .42px #ff6a06}.input-defi{width:85%;height:42px;margin-top:12px;font-size:19px;font-weight:600;text-align:center;color:#d6d6d6;border-radius:22px;border:none;background-color:#141414;box-shadow:0 0 0 .5px #ff6a06;font-family:monospace}.stake-panel-wrapper{height:100%;width:420px;border-radius:16px;background:#1b1b1b;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.stake-panel-title-text{height:25px;font-size:21px;font-weight:600;text-align:center;color:#ff7113}.stake-panel-descr-text{width:90%;margin-top:15px;font-size:12px;font-weight:500;text-align:left;color:#d6d6d6;white-space:pre-line}.no-nfts-message{margin-top:70px;margin-bottom:80px;width:100%;font-size:16px;font-weight:500;text-align:center;color:#d6d6d6}.stake-button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:20px;margin-bottom:60px;height:44px;width:320px;border-radius:19px;background:#ff6005;transition:background .3s ease;cursor:pointer}.stake-button:hover{background:#c74b04}.stake-button-text{width:100%;font-size:21px;font-weight:600;text-align:center;color:#d6d6d6}.selected-count{margin-bottom:5px;height:25px;font-size:14px;font-weight:500;text-align:center;color:#d6d6d6}.rock-grid{display:grid;justify-content:center;align-items:center;grid-template-columns:repeat(auto-fit,minmax(80px,max-content));gap:20px;margin-top:20px;width:100%}.rock-item{display:flex;flex-direction:column;align-items:center;justify-self:center;width:80px;height:90px;border-radius:10px;background-color:#1e1e1e;box-shadow:0 0 0 1px #0c0c0c;transition:box-shadow .3s ease;overflow:hidden;cursor:pointer}.rock-item.selected{box-shadow:0 0 0 1px #ff6a06}.rock-item:not(.selected):hover{box-shadow:0 0 0 1px #0c0c0c}@media (hover: none){.rock-item:hover{box-shadow:0 0 0 1px #ff6a06}}.rock-image{width:77px;height:60px;border-radius:10px;background-size:cover;background-position:center;background-repeat:no-repeat}.rock-text{margin-top:2px;font-size:17px;font-weight:400;text-align:center;color:#ff7113;text-wrap:nowrap}.pagination{display:flex;justify-content:center;align-items:center;margin-top:20px}.pagination button{padding:8px 16px;margin:0 5px;color:#ff7113;background-color:#1e1e1e;cursor:pointer;box-shadow:0 0 0 1px #0c0c0c}.pagination button:disabled{cursor:not-allowed;opacity:.5}.pagination span{margin:0 10px;color:#ff7113}.alert-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.alert{padding:20px;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:300px;text-align:center;background:#141414;box-shadow:0 0 0 .5px #3d3d3d}.alert p{margin:0 0 10px;color:#d6d6d6;font-weight:500;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all}.alert-link{margin:0 0 20px;color:orange;font-weight:500;cursor:pointer;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all}.alert-link:hover{text-decoration:underline}.alert button{padding:10px 20px;background:#ff7300;color:#fff;border:none;border-radius:4px;cursor:pointer}.alert button:hover{background:#e26600}@media (max-width: 340px){.alert{padding:10px;max-width:275px}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9999}.loading-modal{padding:20px;border-radius:5px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#141414;box-shadow:0 0 0 .5px #3d3d3d}.loading-spinner{border:4px solid rgba(0,0,0,.1);border-left-color:#ff7b00;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{to{transform:rotate(360deg)}}.modal-message{font-size:16px;font-weight:500;color:#d6d6d6}@media (max-width: 340px){.loading-modal{padding:10px;max-width:275px}}@media (max-width: 480px){.footer-text-left,.footer-text-right{text-decoration:underline}.footer-logo{margin-right:15px}.stake-buttons-wrapper{width:310px;gap:10px;flex-wrap:wrap}.stake-page-button{height:20px;font-size:12px}.stake-panel-wrapper{width:310px;padding:10px}}:root{font-family:monospace;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#ff8d0b;text-decoration:inherit}a:hover{color:#d67609}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#ff8d0b}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#ff8d0b}button{background-color:#f9f9f9}}
