.xp-card{border-radius:20px;border:1px solid hsla(0,0%,100%,.1);background:linear-gradient(135deg,hsla(0,0%,100%,.05),rgba(0,0,0,.8));backdrop-filter:blur(10px);padding:1.5rem;color:#fff;display:flex;flex-direction:column;position:relative;height:100%;min-height:200px;box-shadow:0 20px 40px rgba(0,0,0,.6),0 10px 20px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.1);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;overflow:hidden}.xp-card:before{top:0;left:0;right:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent)}.xp-card:after,.xp-card:before{content:"";position:absolute;height:1px}.xp-card:after{bottom:0;left:50%;transform:translateX(-50%);width:60%;background:linear-gradient(90deg,transparent,rgba(255,170,0,.3),transparent)}.xp-card:hover{transform:translateY(-5px);border-color:hsla(0,0%,100%,.2);box-shadow:0 30px 60px rgba(0,0,0,.7),0 15px 30px rgba(0,0,0,.5),inset 0 1px 0 hsla(0,0%,100%,.15)}.xp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.xp-title{font-size:1.25rem;font-weight:700}.xp-subtitle{font-size:.875rem;color:hsla(0,0%,100%,.7);margin-bottom:1rem;text-align:left}.xp-value{font-size:3rem;font-weight:700;text-align:center;margin-bottom:auto;line-height:1;flex-grow:1;display:flex;align-items:center;justify-content:center;gap:.5rem}.xp-number{color:#fff;font-weight:800}.xp-unit{color:rgba(255,170,0,.9);font-weight:400;font-size:2rem}.progress-bar-container{height:.625rem;background:linear-gradient(90deg,hsla(0,0%,100%,.1),rgba(255,170,0,.1),hsla(0,0%,100%,.1));border-radius:.5rem;overflow:hidden;margin-bottom:.75rem;margin-top:auto;position:relative;box-shadow:inset 0 1px 3px rgba(0,0,0,.3)}.progress-bar{height:100%;background:linear-gradient(90deg,#fa0,#ff6f00 50%,#fa0);border-radius:.5rem;position:relative;box-shadow:0 0 20px rgba(255,170,0,.4),inset 0 1px 0 hsla(0,0%,100%,.3)}.progress-bar:after{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,hsla(0,0%,100%,.3),transparent);border-radius:.5rem .5rem 0 0}.xp-next-level{font-size:.875rem;text-align:right;color:hsla(0,0%,100%,.7)}.get-started-card{border-radius:20px;border:1px solid hsla(0,0%,100%,.1);background:linear-gradient(135deg,hsla(0,0%,100%,.05),rgba(0,0,0,.8));backdrop-filter:blur(10px);padding:1.5rem;color:#fff;position:relative;height:100%;min-height:200px;display:flex;flex-direction:column;box-shadow:0 20px 40px rgba(0,0,0,.6),0 10px 20px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.1);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;overflow:hidden}.get-started-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent)}.get-started-card:hover{transform:translateY(-5px);border-color:hsla(0,0%,100%,.2);box-shadow:0 30px 60px rgba(0,0,0,.7),0 15px 30px rgba(0,0,0,.5),inset 0 1px 0 hsla(0,0%,100%,.15)}.get-started-header{margin-bottom:1.5rem}.get-started-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.get-started-subtitle{font-size:.875rem;color:#a0a0a0}.get-started-actions{display:flex;flex-direction:column;gap:.75rem;flex-grow:1}.action-card-item{background:#202020;border:1px solid #303030;border-radius:.75rem;padding:1rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease;position:relative;overflow:visible;flex:1}.action-card-item:hover{transform:translateY(-2px);background:#252525;border-color:#fff}.action-content{display:flex;align-items:center;gap:1rem;flex:1}.action-icon{flex-shrink:0}.action-text{flex:1;min-width:0}.action-title{font-size:.95rem;font-weight:600;color:#fff;margin-bottom:.25rem;display:flex;align-items:center}.action-description{font-size:.8rem;color:#a0a0a0;line-height:1.3}.action-button{background-color:#fff;color:#101010;font-weight:700;padding:.6rem 1.25rem;border-radius:.5rem;cursor:pointer;transition:background-color .3s ease;flex-shrink:0;font-size:.875rem}.action-button:hover{background-color:#f0f0f0}.token-balance-display{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;min-width:120px}.balance-amount-with-icon{display:flex;align-items:center;gap:.5rem}.balance-amount{font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,#ff7b00,#ffb347 50%,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:right;letter-spacing:-.01em;line-height:1.2}@media (max-width:768px){.action-card-item,.action-content{flex-direction:column;text-align:center;gap:.75rem}.action-button{width:100%}.token-balance-display{align-items:center;width:100%;min-width:auto}.balance-amount-with-icon{justify-content:center}.balance-amount{text-align:center;font-size:1.2rem}}