:root{--sidebar-background-color: linear-gradient(135deg, #0c0c30, #3d26bb);--sidebar-shadow-color: rgba(44,0,205,.8);--modal-background-color: linear-gradient(135deg, #0c0c30, #3d26bb);--modal-shadow-color: rgba(44,0,205,.8);--top-section-background-color: #2a2a72;--sidebar-tabs-background-color: #1e1e1e;--sidebar-text-color: #d2d7d7;--sidebar-tabs-text-color: #d2d7d7}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#000;color:#d2d7d7;font-family:Inter,sans-serif;position:relative;min-height:100vh;padding:20px}#banner{position:fixed;top:0;left:0;width:100%;height:40px;background-color:#1e1e1e;color:#d2d7d7;display:flex;align-items:center;overflow:hidden;z-index:3;border-bottom:1px solid #3C3C3C;font-family:Arial,sans-serif;font-size:.9em;letter-spacing:.5px}.banner-content{white-space:nowrap;animation:scroll 20s linear infinite}@keyframes scroll{0%{transform:translate(100%)}to{transform:translate(-100%)}}#backgroundCanvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-2;background-color:#000}a{text-decoration:none;color:inherit}.aeonix{position:fixed;margin-top:60px;display:inline-flex;align-items:center;gap:12px;text-decoration:none;padding:8px 16px;border-radius:12px;box-shadow:0 4px 10px #0000004d;outline:2px solid transparent;transition:transform .3s ease-out,box-shadow .3s ease-out,outline-color .3s ease-out}.aeonix:hover{transform:translateY(-5px);box-shadow:0 8px 20px #64c8ff80;outline-color:#64c8ffb3}.aeonix img{width:60px;height:60px;object-fit:cover;border-radius:50%}.aeonix h1{left:20px;z-index:1;pointer-events:none;font-weight:300;color:#bcc0c2;font-family:Montserrat,sans-serif}.aeonix:hover h1{color:#fff;text-shadow:0 0 12px rgba(255,255,255,1)}.aeonix:hover img{box-shadow:0 0 40px #9400d3cc}button{background-color:#1e1e1e;color:#d2d7d7;border:1px solid #3C3C3C;border-radius:5px;padding:10px 20px;cursor:pointer;font-size:1em;margin:10px;transition:background-color .3s}button:hover{background-color:#3c3c3c;transform:scale(1.05)}button:disabled,button:disabled:hover{background-color:#3c3c3c;color:#a0a0a0;cursor:not-allowed;box-shadow:none;transform:none;opacity:.5}.hidden,.hidden-complete{display:none}.tooltip{position:relative;display:inline-block;cursor:pointer;z-index:5}.tooltip .tooltiptext{visibility:hidden;display:inline-block;font-size:12px;width:max-content;min-width:70px;max-width:600px;background-color:#1e1e1e;color:#d2d7d7;border:1px solid #3C3C3C;border-radius:6px;padding:8px 10px;position:absolute;z-index:1000;bottom:125%;left:50%;transform:translate(-50%);opacity:0;transition:opacity .3s ease;word-wrap:break-word;overflow-wrap:break-word;box-sizing:border-box}.tooltip:hover .tooltiptext{visibility:visible;opacity:1}.tooltip .tooltiptext-small{width:auto}img.verified{width:14px;height:14px}#balance-section h3{color:#707070}#disconnect-wallet{position:absolute;top:10px;right:10px;background:none;border:1px solid #333;color:#aaa;padding:6px 10px;border-radius:6px;cursor:pointer;z-index:10}#button-section{display:flex;justify-content:center;gap:20px;margin-top:20px}.wallet-button{background:linear-gradient(135deg,#3a3a3a,#2c2c2c);color:#fff;border:none;padding:12px 20px;font-size:1rem;font-weight:700;border-radius:20px;cursor:pointer;box-shadow:0 0 20px #32323280;gap:8px}.balance-button i{margin-right:4px}.wallet-icon{width:18px;height:18px;position:absolute;right:10px;top:65%;transform:translateY(-50%);border-radius:50%;object-fit:cover}.card-button{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;border:none;border-radius:12px;width:120px;height:80px;padding:16px;background-color:#2c1d3b;color:#ff78fa;font-weight:600;cursor:pointer;box-shadow:0 0 10px #0000004d;transition:background-color .2s,transform .2s}.card-button:hover{background-color:#3b2752;transform:translateY(-2px)}.card-button:active{transform:translateY(0)}.card-icon{font-size:1.6rem;margin-bottom:8px;align-self:flex-start;width:100%;text-align:left}.card-icon img{width:24px;height:24px}.card-text{font-size:.9rem}.divider{width:80%;height:1px;background:#9696964d;margin:8px 0}.loading-container{display:flex;align-items:center;justify-content:center;margin-top:5px}.loading-icon{font-size:24px;color:gray}.verify-container{position:relative;display:flex;justify-content:right;align-items:center}.search-verification-toggle-button{position:relative;bottom:0;left:0;font-size:.7rem;border-radius:8px;margin-top:10px;padding:.5rem 1rem;cursor:pointer;font-weight:600;transition:background-color .3s ease}.verify-search{position:absolute;top:100%;left:50%;z-index:10;background-color:#151015;font-size:.7rem;border-radius:8px;width:300px;color:#fff;box-shadow:0 0 10px #0003;max-height:0;opacity:0;transform:translateY(-10px);overflow-x:visible;transition:opacity .4s ease,transform .4s ease,max-height .4s ease}.verify-search.show{max-height:500px;opacity:1;transform:translateY(0)}.verification-response{background-color:#2a2a2a;color:#d0d0d0;font-family:monospace;white-space:pre;text-align:left;padding:.8em;border-radius:6px;margin-top:.5em;font-size:.7rem;line-height:1.3;overflow-x:auto}.search-did,.status-row{display:flex;justify-content:flex-start;align-items:center;font-size:.8rem;margin-bottom:20px}.status-row{gap:60px}#search-did-container{display:flex;flex-direction:column;align-items:center;text-align:center}.search-did span{white-space:nowrap;max-width:200px}.search-did a{color:#979797;text-decoration:underline;font-weight:500;transition:color .2s ease}.search-did a:hover{color:#f3f3f3;text-decoration-thickness:2px}.extra-info{border:1px solid #2c2c2c;border-radius:8px;background-color:#1e1e1e;margin-top:.5em;overflow:hidden;transition:max-height .4s ease,opacity .4s ease;transform:translateY(-10px);opacity:1;height:100%;padding:1em}.status-icon{color:#5dd39e;font-size:1.2rem}.shield-icon{font-size:1.2rem}.text-box p{margin-bottom:15px;font-size:14px;line-height:1.6}.text-box h1{margin-bottom:15px}.address-container{position:relative;background:#292929;padding:10px;border-radius:5px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:14px;font-weight:700;margin-top:10px;border:2px solid;border-image:linear-gradient(90deg,#ced7e0,#5591a9,#062c43) 1;cursor:pointer;transition:all .3s ease-in-out}.address-container:hover{background:#333;transform:scale(1.05);box-shadow:0 0 10px #ffffff4d}.address-container span{flex:1;text-align:center}.copy-icon{color:#a5a5a5;margin-left:10px;flex-shrink:0}.copy-icon:hover{color:#fff}.copy-message{position:absolute;top:-30%;left:50%;transform:translate(-50%);background:#333;color:#fff;padding:10px 20px;border-radius:5px;font-size:14px;font-weight:700;z-index:99999;box-shadow:0 0 10px #1b1b1b80;animation:fadeInOut 2s ease-in-out;display:inline-block;white-space:nowrap}@keyframes fadeInOut{0%{opacity:0}20%{opacity:1}80%{opacity:1}to{opacity:0}}#ecosystem-list{list-style:none;padding:0;flex-wrap:wrap;overflow:visible;display:grid;grid-template-columns:repeat(5,1fr)}.ecosystem-item{display:flex;flex-direction:column;align-items:center;cursor:pointer}.ecosystem-logo{width:70px;height:70px;border-radius:50%;transition:transform .3s ease,box-shadow .3s ease}.ecosystem-logo-small{width:20px;height:20px;border-radius:50%;transition:transform .3s ease,box-shadow .3s ease}.ecosystem-label{margin-top:8px;font-size:14px;text-align:center}.ecosystem-item:hover .ecosystem-logo{transform:scale(1.05);box-shadow:0 0 10px 5px #007bff80;transition:transform .3s ease,box-shadow .3s ease}.ecosystem-item.selected .ecosystem-logo{border-color:#d445ff;box-shadow:0 0 20px #bb29ffe6;transform:scale(1.1);transition:transform .3s ease,box-shadow .3s ease}#error-container{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:90001;align-items:flex-end}#error-container>.popup-alert{transition:all .4s ease}.popup-alert{background:#585858e6;color:#fff;padding:12px 20px;border-radius:8px;font-size:16px;font-weight:700;opacity:0;transform:translateY(20px);transition:opacity 1s ease-out,transform .5s ease,margin .4s ease;width:400px;max-height:150px;overflow-y:auto;word-wrap:break-word;white-space:normal}.popup-alert.visible{opacity:1;transform:translateY(0)}.popup-alert h2{font-size:18px;font-weight:700;color:#c7c7c7;margin-bottom:5px}.popup-alert span{font-size:14px;color:#7a7a7a}.popup-error{background:#ffc7c7e6}.popup-error h2{color:#ff2d2d}.popup-error span{color:#f60}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-5px)}}.error-shake{animation:shake .5s ease-in-out;border:2px solid red!important}.error-outline{border-color:red;transition:border-color 1s ease-out}.error-message{color:red;font-size:14px;margin-top:5px;opacity:1;transition:opacity .5s ease-in-out}.processing{background-color:#ddd!important;color:#888!important;cursor:not-allowed}.fade-out{animation:fadeOutShrink .5s forwards}@keyframes fadeOutShrink{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.input-group{display:flex;flex-direction:column;align-items:center;gap:5px}.input-group label{color:#bbb;font-size:14px}.input-group input{padding:10px;border:1px solid #444;background:#2a2a2a;border-radius:8px;color:#fff;font-size:16px;outline:none}.input-group button{display:flex;justify-content:center;align-items:center;height:40px;width:100px;padding:0}#toggle-button-results{display:none;position:absolute;top:-50px;padding:10px;background-color:#1e1e1e;color:#d2d7d7;border-top:1px solid #3C3C3C;cursor:pointer;border-radius:5px;font-size:16px;transition:background-color .3s}#toggle-button-results:hover{background:linear-gradient(90deg,#0af,#f06,#a0f)}.results-container{position:absolute;bottom:0;left:0;width:100%;background-color:#1e1e1e;color:#d2d7d7;border-top:1px solid #3C3C3C;max-height:40vh;overflow:visible;transition:max-height .3s ease-out;padding:10px;border-radius:20px 20px 0 0;display:none}table{width:100%;border-collapse:collapse}th,td{padding:10px;text-align:left;border-bottom:1px solid #3C3C3C;overflow:visible;white-space:nowrap;text-overflow:ellipsis}th.score{position:relative;overflow:visible;white-space:normal}th.score .tooltip{display:inline-block;position:relative;cursor:pointer}thead{display:table;width:100%;table-layout:fixed}tbody{display:block;max-height:30vh;overflow-y:auto;width:100%}tr{display:table;width:100%;table-layout:fixed}tr:hover{background:var(--top-section-background-color);cursor:pointer;transition:background .3s}tr a{color:#00b3b3;text-decoration:none;font-weight:700;font-size:16px;position:relative;transition:color .3s ease-in-out,text-shadow .3s ease-in-out;text-shadow:0 0 3px rgba(0,179,179,.7),0 0 6px rgba(0,179,179,.5),0 0 10px rgba(0,179,179,.3)}tr a:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:linear-gradient(90deg,#0ff,#8a2be2);opacity:.6;transition:opacity .3s ease-in-out,transform .3s ease-in-out;transform:scaleX(0)}tr a:hover{color:#cea0ff;text-shadow:0 0 6px rgba(176,102,255,.9),0 0 12px rgba(176,102,255,.7),0 0 18px rgba(176,102,255,.5)}tr a:hover:after{opacity:1;transform:scaleX(1.2)}tr img{height:1.5em;width:auto;filter:drop-shadow(2px 4px 6px rgba(0,0,0,.4))}th.sort-active{background-color:#3c3c3c}th .sort-indicator{margin-left:5px;font-size:.8em}td.document-cell{width:50%;max-width:500px;overflow:auto;white-space:normal;text-overflow:unset;height:6em;line-height:1.4;font-size:.9em}td.title-cell,th.title-header{width:20%;max-width:200px;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}#related-container{width:30%}.hidden-row{display:none;opacity:0;height:0;transition:opacity .3s ease-in-out,height .3s ease-in-out}.hidden-row.expanded{display:flex;table-layout:fixed;width:100%;opacity:1;height:auto}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hidden-row div{background:linear-gradient(135deg,#232329,#1d2029);width:100%;min-width:100%;color:#fff;padding:15px;border-radius:12px;border:1px solid #3C3C3C;box-shadow:inset 0 0 5px #ffffff0d,0 4px 8px #0000004d;font-family:Arial,sans-serif;margin:10px 5px;flex-grow:1}.hidden-row div p{font-size:14px;line-height:1.6;margin-bottom:8px}.hidden-row div p strong{color:#a5a5a5;font-size:15px}.hidden-row div p a{color:#4a7396;text-decoration:none;font-weight:700;transition:color .3s ease-in-out}.hidden-row div p a:hover{color:#3174af}.hidden-row div{display:flex;flex-direction:column;gap:10px}.hidden-row div p:first-child{font-weight:400}.hidden-row button{width:fit-content;padding:.5em 1em}.loading-circle{border:16px solid #f3f3f3;border-top:16px solid #3498db;border-radius:50%;width:120px;height:120px;animation:spin 2s linear infinite;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;display:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}ul{list-style-type:none;padding:0}li{padding:10px;border:1px solid #ccc;cursor:pointer;margin:5px;display:inline-block;border-radius:5px;transition:background .3s}li.selected{background:#007bff;color:#fff}@keyframes flash{0%{background-color:#ff0}to{background-color:transparent}}.flash{animation:flash .5s ease-in-out}#floating-button-container{position:fixed;bottom:20px;left:auto;right:20px;display:flex;flex-direction:column;z-index:10000;gap:10px}.floating-button{margin-top:10px;background-color:#1e1e1e;color:#d2d7d7;border:1px solid #3C3C3C;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s,transform .3s}#feedback-button{display:none}.floating-button:hover{background-color:#3c3c3c;transform:scale(1.1)}.floating-button-tooltip{position:absolute;right:100%;top:30%;margin-right:10px;transform:translateY(-50%);background-color:#323232e6;color:#fff;padding:8px 12px;border-radius:5px;white-space:nowrap;font-size:14px;opacity:0;visibility:hidden;transition:opacity .5s ease-in-out;pointer-events:none}.floating-button-tooltip:after{content:"";position:absolute;transform:translateY(-50%);border-width:5px;border-style:solid;border-color:transparent transparent transparent rgba(50,50,50,.9)}.show-tooltip{opacity:1!important;visibility:visible!important}.popup{position:fixed;bottom:80px;left:auto;right:20px;background-color:#1e1e1e;border:1px solid #3C3C3C;border-radius:20px;padding:20px;z-index:1001;width:470px;max-height:70vh;overflow-y:auto;animation:fadeIn .3s ease;box-shadow:0 6px 20px #0006;text-align:right;scrollbar-width:thin;scrollbar-color:#555 #1E1E1E}.popup::-webkit-scrollbar{width:8px;border-radius:10px}.popup::-webkit-scrollbar-track{background:#1e1e1e;border-radius:10px}.popup::-webkit-scrollbar-thumb{background:#555;border-radius:10px}.popup::-webkit-scrollbar-thumb:hover{background:#777}.popup::-webkit-scrollbar-button{display:none}.popup .popup-content h3{text-align:center;font-size:1.4rem;font-weight:700;color:#eaeaea;border-bottom:2px solid #3C3C3C;padding-bottom:10px;margin-bottom:15px}.popup ul{list-style:none;padding:0;display:flex;flex-direction:column;align-items:flex-end}.popup ul li{display:inline-block;width:auto;margin:5px 0;white-space:nowrap;text-align:right;font-size:1rem;padding:12px 15px;border-radius:8px;transition:background-color .3s,transform .2s}.popup ul li:hover{background-color:#505050;transform:translate(-5px)}.question-detail{background-color:#252525;padding:15px;border-radius:10px;box-shadow:0 4px 15px #0000004d}#answer-container{text-align:left;color:#ccc;font-family:Orbitron,sans-serif;padding:20px}#answer-container p{line-height:1.6}#answer-container a{color:#00eaff;text-decoration:none;transition:color .3s ease-in-out}#answer-container a:hover{color:#fff}#answer-container .icon{margin-right:8px}.back-to-menu:hover{color:#eaeaea;transform:scale(1.1)}.balance-popup,.buy-credits-popup{position:fixed;top:60px;right:12rem;width:410px;background-color:#1e1e1e;border:1px solid #3C3C3C;border-radius:20px;padding:15px;z-index:1001;animation:fadeIn .3s ease}.feedback-text{position:absolute;bottom:10px;right:10px;font-size:12px;color:#a0a0a0;cursor:pointer;transition:color .3s ease-in-out}.feedback-text:hover{color:gold}.swap-container{position:fixed;left:20px;bottom:0;z-index:10000;height:43rem;width:350px;background-color:#151015;border:2px solid #1d1d1d;border-bottom:none;border-radius:10px 10px 0 0;overflow:hidden;transition:transform .5s ease-in-out,box-shadow .3s ease}.swap-container:hover{box-shadow:-2px 0 10px #696969}.swap-container.is-closed{transform:translateY(100%)}.swap-container .loading-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10001}.swap-container .loading-icon{font-size:48px}.swap{width:100%;height:100%;opacity:1;transition:opacity .5s ease-in-out;border:none}.swap.hidden-swap{opacity:0}.sidebar{width:400px;height:100%;z-index:10;position:fixed;top:0;background:var(--sidebar-background-color);color:var(--sidebar-text-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:1px solid rgba(100,100,100,.3);transition:transform .5s ease-in-out,box-shadow .3s ease;display:flex;flex-direction:column;overflow:visible}.sidebar:hover{box-shadow:-2px 0 15px var(--sidebar-shadow-color)}#sidebar{right:0}#sidebar.is-closed{transform:translate(100%)}#authentication-box{position:absolute;top:60px;right:100%;display:flex;flex-direction:row;align-items:center;gap:10px}#authentication-box input[type=text]{background-color:#1e1e1e;border:1px solid #3C3C3C;border-radius:5px;padding:8px;color:#d2d7d7}#wallet-loading{width:160px;height:44px}#wallet-loading .loading-icon{font-size:30px}#balance-container{flex-direction:row;align-items:center;gap:10px;white-space:nowrap}.option-list{position:absolute;right:0;top:100%;background-color:#2a2a2a;border-radius:8px;width:360px;margin-top:5px;box-shadow:0 4px 10px #0006}.option-list h2{padding-left:10px}.provider-option{background-color:#2a2a2a;padding:15px;border-radius:8px;display:flex;align-items:center;gap:10px;cursor:pointer;margin-bottom:10px}.provider-option img{width:30px;height:30px}.provider-option:hover{background-color:#3a3a3a}.sidebar-container{font-family:sans-serif;position:relative;width:100%;max-width:400px;box-sizing:border-box;overflow-y:auto;overflow:visible}.top-section{background:var(--top-section-background-color)}#top-section{position:relative;display:flex;flex-direction:column;justify-content:flex-start;height:250px;border-bottom:1px solid rgba(255,255,255,.2);padding:20px}#top-section ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}#top-section li{font-size:18px;padding:2px 0;background:none;border:none;outline:none;box-shadow:none}#top-section small{color:gray}#top-section .username{font-size:13px;color:#9e9a9a}.main-balance{font-size:20px;font-weight:700}.main-balance small{font-size:12px;color:#888;margin-left:8px}.user-number{display:block;font-size:14px;color:#ccc;margin-top:6px}.buy-buttons{position:absolute;bottom:10px;right:10px;display:flex;flex-direction:column}.buy-button{display:inline-flex;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;white-space:nowrap;margin-left:auto;width:100%;max-width:120px;height:36px;background-color:#222;color:#eee;padding:6px 12px;font-size:12px;font-family:inherit;border:1px solid #444;border-radius:6px;cursor:pointer;text-decoration:none;transition:background .2s ease}.buy-button:hover{background-color:#333;transform:scale(1.02)}.username-input{font-size:16px;font-family:inherit;background:transparent;border:none;border-bottom:1px solid #aaa;color:#d2d7d7;outline:none;min-width:2ch;transition:border-color .2s ease}.username-input:focus{border-bottom-color:#fff}.sidebar-tabs{display:flex;justify-content:space-around;align-items:flex-end;border-bottom:1px solid rgba(255,255,255,.2);background:var(--sidebar-tabs-background-color);padding:10px 0;overflow-x:hidden}.tab-item{display:flex;flex-direction:column;align-items:center;gap:6px;background:var(--sidebar-tabs-background-color);color:var(--sidebar-tabs-text-color);font-size:14px;cursor:pointer;flex:1;padding-bottom:6px;transition:transform .2s ease,color .2s ease}.tab-item i{font-size:25px}.tab-item span{font-size:15px;line-height:1}.tab-item:hover{transform:scale(1.05);color:#fff}.tab-item.active{color:#fff;position:relative}.tab-item.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#fff;border-radius:1px}.tab-page{padding:10px;animation:fadeIn .5s ease}.profile-line{display:flex;align-items:center;justify-content:space-between;margin:10px 0;border:1px solid #3c3c3c;background:#1e1e1e;padding:5px 10px;border-radius:4px;transition:box-shadow .3s ease;opacity:90%;position:relative;z-index:15}.profile-line:hover{box-shadow:0 0 8px #2575fc80}#did{display:flex;align-items:center;justify-content:center;gap:20px}#did .loading-icon{font-size:20px}.social-verification{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;position:relative}#social-verification-list{display:flex;flex-wrap:wrap;gap:10px}.social-profile{display:inline-flex;background-color:#464646;flex:1 1 120px;min-width:120px;max-width:100%;justify-content:center;padding:6px 12px;font-size:12px;font-family:inherit;border:1px solid #444;border-radius:6px;cursor:pointer;text-decoration:none;transition:background .2s ease;text-align:center;box-sizing:border-box;white-space:nowrap;cursor:not-allowed;pointer-events:none}.social-option{display:inline-flex;background-color:#222;flex:1 1 120px;min-width:120px;max-width:100%;justify-content:center;padding:6px 12px;font-size:12px;font-family:inherit;border:1px solid #444;border-radius:6px;cursor:pointer;text-decoration:none;transition:background .2s ease;text-align:center;box-sizing:border-box;white-space:nowrap}.social-option:hover{background-color:#333;transform:scale(1.02)}.social-option.disabled{pointer-events:none;opacity:.5;cursor:not-allowed}.rewards{background-color:#14141e99;max-height:calc(100vh - 750px);min-height:62px;overflow-y:auto;overflow-x:hidden;border:2px #1e1e1e;border-radius:5px}.reward-box{display:flex;align-items:center;justify-content:space-between;opacity:1;transform:translateY(0);transition:opacity .2s ease,transform .2s ease;animation:fadeInSlide .2s ease}.reward-box.claimed{opacity:0;transform:translateY(-10px);animation:fadeOutSlide .2s ease}@keyframes fadeInSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes flashOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.reward-box span{flex-grow:1;text-align:left}.reward-box button{width:100px;height:30px}.sub-tabs{display:flex;justify-content:space-around;align-items:center;border-bottom:1px solid rgba(255,255,255,.2);padding:8px 0;background:#14141e99}.sub-tab-button{background:none;border:none;cursor:pointer;color:#d2d7d7;font-size:14px;transition:transform .2s ease}.sub-tab-button:hover{transform:scale(1.1)}.sub-tab-button.active{border-bottom:2px solid #d2d7d7}.inventory-content{margin-top:10px;overflow:hidden}.inventory-grid{display:grid;grid-template-columns:repeat(4,1fr);row-gap:10px;column-gap:10px;overflow-y:auto;max-height:calc(100vh - 450px);padding-bottom:150px}.inventory-grid .inventory-item{animation:fadeIn .6s ease both;animation-delay:calc(var(--i, 0) * .1s)}.grid-cell{width:80px;height:80px;border-radius:8px;border:1px solid #3c3c3c;transition:transform .3s ease,box-shadow .3s ease;opacity:90%;background:#1e1e1e;box-sizing:border-box;overflow:hidden;display:flex;justify-content:center;align-items:center;position:relative}.grid-cell>*{max-width:100%;max-height:100%;flex-shrink:1}.grid-cell:hover{transform:scale(1.05);box-shadow:0 0 8px #2575fc80}.inventory-item{display:flex;background-color:#1a1a1a;border:2px solid #3a3a3a;border-radius:8px;box-sizing:border-box;opacity:1}.inventory-item:hover{transform:scale(1.1);border-color:#4a4a4a}.inventory-item.hidden{display:none}.inventory-item img{width:70px;height:70px;border-radius:6px;object-fit:cover;margin-right:10px;border:2px solid #4a4a4a;box-sizing:border-box}.stack-count{position:absolute;top:4px;right:4px;background-color:red;color:#fff;font-size:.75rem;padding:2px 6px;border-radius:999px;font-weight:700;pointer-events:none;display:none;opacity:0;transition:opacity .3s ease,transform .3s ease;transform:scale(.8)}.stack-count.show{display:block;opacity:1;transform:scale(1)}.grid-tooltip{flex-direction:column;display:none;opacity:0;gap:8px;position:absolute;left:50%;transform:translate(-50%) translateY(-10px);transition:opacity var(--tooltip-delay) ease;background:#14141ef2;color:#ccc;padding:10px 14px;font-size:12px;border-radius:6px;z-index:1000;pointer-events:none;width:800px;height:max-content;max-width:250px;white-space:normal;text-align:left;box-shadow:0 2px 10px #000000b3;line-height:1.4}.grid-tooltip span{display:block}.item-top{display:flex;align-items:flex-start;text-align:left;margin-bottom:15px}.item-image{width:150px;height:150px;border-radius:6px;object-fit:cover;background-color:#1e1e1e;margin-right:10px;border:2px solid #4a4a4a;box-sizing:border-box}.item-info{display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;flex:1}.item-effect{font-size:15px;min-height:50px;max-width:300px;word-wrap:break-word;white-space:normal}.item-effect:after{content:" "}.item-buttons{margin-top:12px;width:100%;display:flex;border-radius:10px;border:2px solid #4a4a4a}.item-buttons button{flex:1;margin:0}.item-description{margin-top:10px;display:block;text-align:left;max-width:300px;word-wrap:break-word;white-space:normal}.achievement-page{height:calc(100vh - 400px);overflow-y:auto;overflow-x:hidden;padding-bottom:150px}.achievement-filter{display:flex;justify-content:space-between;align-items:center;background-color:#2a0a52;color:#fff;font-family:Arial,sans-serif}.achievement-filter label{padding-left:10px;color:#b8b8b8}.achievement-filter input[type=checkbox]{display:none}.checkbox-style{width:18px;height:18px;background-color:#333;border:1px solid #555;border-radius:4px;display:inline-block;position:relative}.achievement-filter input[type=checkbox]:checked+.checkbox-style{background-color:#8a2be2}.achievement-filter input[type=checkbox]:checked+.checkbox-style:after{content:"";position:absolute;left:4px;top:1px;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.sort-button{background-color:#1e1e1e;border:none;border-radius:6px;padding:6px 10px;color:#fff;cursor:pointer;font-size:16px;transition:background-color .2s ease}.sort-button:hover{background-color:#333}.verify-button{background-color:#4fd1a5;color:#000;border:none;padding:.5rem .75rem;font-size:.7rem;border-radius:8px;cursor:pointer;width:90%;display:flex;align-items:center;justify-content:center;font-weight:600;gap:8px;transition:background-color .3s ease;height:2rem}.verify-button:hover{background-color:#38b38d}.verify-button .loading-icon{font-size:1rem}.claim-button{background-color:#306280}.claim-button:hover{background-color:#22445a}.achievement-box,.reward-box{flex:0 0 auto;border:1px solid #3c3c3c;background:#1e1e1e;border-radius:8px;width:100%;transition:transform .3s ease,box-shadow .3s ease,opacity .4s ease;cursor:pointer;padding:5px;margin-top:5px;margin-bottom:5px}.achievement-box {opacity:0;transform:translateY(20px)}.achievement-box.visible{opacity:1;transform:translateY(0)}.achievement-box:hover{transform:scale(1.03);box-shadow:0 0 10px #2575fc99}.achievement-box:hover .grid-tooltip{display:block}.achievement-box.claimed{background:linear-gradient(135deg,#013108,#075307)}.achievement-box.invalid{background:linear-gradient(135deg,#a7001c,#4d014d)}.achievement-image{width:60px;height:60px;border-radius:4px;object-fit:cover;flex-shrink:0}.achievement-box-content{display:flex;align-items:flex-start;gap:16px}.achievement-left{display:flex;flex-direction:column;align-items:center;min-height:90px}.achievement-right{flex:1;display:flex;flex-direction:column;gap:10px}.progress-bar-container{position:relative;width:100%;height:30px;background-color:#313131;border:2px solid #292929;border-radius:15px;margin-bottom:12px}.progress-bar{height:100%;background:linear-gradient(to right,#00f,violet);width:0%;border-radius:15px;transition:width 2s ease}.progress-label{position:absolute;width:100%;text-align:center;font-size:.75rem;color:#fff;z-index:2;pointer-events:none;line-height:30px}.progress-bar .complete,.progress-bar .claimed,.progress-bar .verified,.progress-bar .error-verifying,.progress-bar .invalid{position:relative}.progress-bar.invalid{background:linear-gradient(to right,#3b0202,#920000)}.progress-bar.verified{background:linear-gradient(to right,#014d11,#007552)}.progress-bar.complete:after,.progress-bar.verified:after,.progress-bar.error-verifying:after,.progress-bar.invalid:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.5);opacity:0;color:#fff;font-weight:700;animation:popUp .5s forwards}@keyframes popUp{to{transform:translate(-50%,-50%) scale(1);opacity:1}}.progress-bar.complete:after{content:"Completed!"}.progress-bar.verified:after{content:"Verified"}.progress-bar.error-verifying:after{content:"Error veryifing"}.progress-bar.invalid:after{content:"Invalid"}.progress-bar.claimed:after{content:"Claimed";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);opacity:1;color:#fff;font-weight:700}#settings-tab{padding:10px}#settings-tab h2{margin-top:0}#settings-tab label{display:inline-block;margin-bottom:5px}#settings-tab input[type=color]{margin-bottom:10px}#search-history-sidebar{left:0;transform:translate(0);color:#d2d7d7}#search-history-sidebar.is-closed{transform:translate(-100%)}#search-history-top{padding:5px;background:#14141ecc;border-bottom:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;gap:6px}#search-history-top .title{font-size:18px;font-weight:700;border:none;background:none;text-align:left;cursor:pointer;padding:0;color:#d2d7d7}#ecosystem-dropdown{display:none;margin-top:5px;background:#1e1e1e;border:1px solid #3c3c3c;border-radius:4px;box-shadow:0 2px 5px #00000080}#ecosystem-dropdown h4{margin:5px 10px;font-size:16px}#ecosystem-dropdown ul{list-style:none;margin:0;padding:0 10px 5px}#ecosystem-dropdown ul li{padding:5px 0;border-bottom:1px solid #3c3c3c}#ecosystem-dropdown ul li:last-child{border-bottom:none}.conversational-interface{margin-top:5px}.conversational-interface label{font-size:14px;display:block}.conversational-interface input{width:100%;padding:5px;border:1px solid #3c3c3c;background:#1e1e1e;color:#d2d7d7;border-radius:4px}.search-history-buttons{display:flex;justify-content:space-between;padding-top:10px}.search-history-buttons button{flex:1;margin-right:5px;min-height:60px}.search-history-buttons button:last-child{margin-right:0}#history h3{margin-left:5px;font-size:16px;border-bottom:1px solid #3c3c3c;padding-bottom:5px}.history-container{padding-bottom:10px;overflow-y:auto;overflow-x:hidden;max-height:calc(100vh - 400px)}.search-log{border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:16px;background-color:#ffffff05;box-shadow:0 2px 6px #0000001a;width:100%;transition:.2s ease;animation:fadeIn .6s ease both;animation-delay:calc(var(--i, 0) * .1s)}.search-log small{font-size:12px}.search-log:hover{background-color:#333;transform:scale(1.02)}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:none;justify-content:center;align-items:center;z-index:1000}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--modal-background-color);color:#fff;padding:20px;border:2px solid #3c3c3c;border-radius:8px;animation:fadeIn .3s ease;text-align:center;font-family:Arial,sans-serif;transition:box-shadow .3s;width:fit-content;max-width:100vw;overflow-wrap:break-word;white-space:normal;box-sizing:border-box}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal:hover{box-shadow:-2px 0 15px var(--modal-shadow-color)}.modal h3{font-size:1.6rem;font-weight:600;margin-bottom:12px}.modal span{display:block;font-size:1rem;margin-bottom:10px;color:#ccc;max-width:450px}.modal p{color:#bbb;max-width:450px;margin:20px auto 0}#email-modal input{min-width:400px;text-align:center}#references-modal th:nth-child(3){width:50%}#references-tbody{display:block;padding:27px}.relevance-header{width:100px;padding:0}.relevance-cell{text-align:center;white-space:nowrap;padding:10px}.feedback-rating{background:transparent;border:none;color:#aaa;font-size:1.1em;margin:0 4px;cursor:pointer;transition:color .2s ease}.feedback-rating:hover{color:#fff}.feedback-rating.active{color:#0f9}.feedback-rating.thumbs-down.active{color:#ff4d4d}.thumbs-up:hover{color:#0f9}.thumbs-down:hover{color:#ff4d4d}.loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#8880;display:flex;justify-content:center;align-items:center;z-index:10;opacity:0;transition:background .3s ease,opacity .3s ease}.loading-overlay.active{background:#474747b3;opacity:1}.modal-close-button{position:absolute;top:-25px;right:-25px;background:#272727;color:#686868;border:none;border-radius:50%;width:30px;height:30px;font-size:18px;cursor:pointer;box-shadow:0 0 8px #ffffff4d;display:flex;align-items:center;justify-content:center}.modal-close-button:hover{background:#575757;color:#fff}#feedback-form{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:20px}#feedback-input{width:100%;height:200px;resize:vertical;margin-top:10px;padding:10px;font-size:16px;border:1px solid #444;background-color:#222;color:#fff;border-radius:5px}#feedback-input:focus{outline:none;border:2px solid #1b1b1b;box-shadow:0 0 5px #363636;background-color:#222}#submit-feedback-button{padding:10px 20px;font-size:16px;border:none;background-color:#222;color:#fff;border-radius:5px;cursor:pointer}.thank-you-message{font-size:24px;text-align:center;opacity:0;animation:fadeInGrow .7s forwards}@keyframes fadeInGrow{0%{opacity:0;transform:translateY(-10px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}#redeem-code-button .loading-icon{font-size:25px}@media screen and (max-width: 768px){#banner{font-size:.8em;height:35px}.sidebar{width:14em}#sidebar-container span{font-size:9px}#disconnect-wallet{font-size:15px;top:-5px;right:-5px}#top-section{padding:30px 0 0;height:200px}#top-section li{font-size:10px}.buy-buttons{bottom:4px}.buy-button{margin-right:-7px;margin-bottom:0}.tab-item span{font-size:10px}.tab-item i{font-size:15px}.sub-tabs button{margin:0;padding:0}.inventory-grid{grid-template-columns:repeat(2,1fr)}#settings-tab{font-size:12px}.color-settings{width:35px;height:25px}.search-history-buttons{gap:0}.search-history-buttons button{padding:5px;font-size:10px;margin:0}#authentication-box{transform:scale(.8);transform-origin:right}#mainBox{transform:scale(.8);transform-origin:top center;max-width:90%;margin:100px auto;padding:15px}.crypto-container{flex-direction:column;max-height:60px}.popup{transform:scale(.8);transform-origin:bottom right;margin:15px}thead{font-size:15px}tbody,tbody *{font-size:15px!important}#results-container tr a{max-width:100%;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#results-container tr a:after{transform:scaleX(0)}.hidden-row div{line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.hidden-row div p{text-overflow:ellipsis;overflow:hidden;white-space:normal}.hidden-row div p a{word-break:break-word;display:inline-block}.address-container{padding:6px 8px;font-size:12px;margin-top:8px;max-width:90%}.address-container span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}}@media screen and (max-width: 480px){#banner{font-size:.7em;height:30px}.sidebar{width:10em}#authentication-box{transform:scale(.6);transform-origin:right}#sidebar-container{transform:scale(1);transform-origin:top left}#sidebar-container span{font-size:6px}#disconnect-wallet{font-size:10px;top:-5px;right:-5px}#top-section{padding:30px 0 0;height:210px}#top-section li{font-size:10px}.buy-buttons{bottom:-16px}.buy-button{transform:scale(.5);transform-origin:right;margin-right:-7px;margin-top:-13px}.tab-item span{font-size:5px}.tab-item i{font-size:12px}.social-option,.social-profile{max-width:70%;font-size:10px}.sub-tabs button{font-size:10px;margin:0;padding:0}.inventory-grid{grid-template-columns:repeat(2,1fr)}.grid-cell,.inventory-item,.inventory-item img{width:60px;height:60px}.achievement-box-content{gap:0}.achievement-filter{height:30px}.sort-button{height:20px;width:30px;font-size:8px}.achievement-filter label{font-size:8px}.checkbox-style{width:10px;height:10px}.achievement-filter input[type=checkbox]:checked+.checkbox-style:after{width:3px;height:5px;left:2px;top:0}.achievement-image{width:40px;height:40px}.verify-button{width:40px;height:30px}.achievement-title{font-size:10px;margin:10px}.achievement-right{gap:0}.progress-bar-container{height:20px}.progress-bar{height:100%}.progress-bar.complete:after,.progress-bar.claimed:after,.progress-bar.verified:after,.progress-bar.error-verifying:after,.progress-bar.invalid:after{font-size:7px}#settings-tab{font-size:8px}.color-settings{width:25px;height:15px}#feedback-container{max-height:700px}#feedback-container p,#feedback-input{font-size:8px}#submit-feedback-button{margin-top:0;font-size:8px}.item-image{width:100px;height:100px}.item-info h3{font-size:15px}.item-info h4{font-size:10px}.item-buttons{font-size:8px}.item-buttons button{padding:5px 15px}#item-modal span{font-size:10px}.search-history-buttons{gap:0}.search-history-buttons button{padding:5px;font-size:10px;margin:0}#references-modal{width:320px}#references-table{overflow:auto}#mainBox{transform:scale(.6);transform-origin:top center;max-width:90%;margin:100px auto;padding:15px}.crypto-container{flex-direction:column;max-height:60px}#ecosystem-list{grid-template-columns:repeat(3,1fr);gap:10px}.ecosystem-logo{width:50px;height:50px}.ecosystem-label{font-size:12px}.label{font-size:8px}thead{font-size:10px}tbody,tbody *{font-size:10px!important;text-overflow:ellipsis;white-space:nowrap;padding-top:0}#results-container tr a{font-size:14px;max-width:100%;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#results-container tr a:after{transform:scaleX(0)}.hidden-row div{padding:12px;font-size:13px;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.hidden-row div p{text-overflow:ellipsis;overflow:hidden;white-space:normal}.hidden-row div p strong{font-size:14px}.hidden-row div p a{word-break:break-word;display:inline-block}.popup{transform:scale(.6);transform-origin:bottom right}.popup-alert,.popup-error{width:90%;bottom:10px;right:10px;padding:8px 12px;font-size:14px;max-height:120px}#autoComplete_list_1{width:90%;max-height:200px;left:5%;right:5%;box-shadow:0 2px 4px #0003}.address-container{padding:6px 8px;font-size:12px;margin-top:8px;max-width:90%}.address-container span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.search-container input{width:100%;max-width:200px;padding:8px;font-size:.9em;border-radius:15px;animation:expandBarMobile 1s forwards}@keyframes expandBarMobile{0%{width:0}to{width:100%}}}
