.watchlist-page{min-height:100vh;background-color:#020617;color:#f8fafc;padding-top:30px;padding-bottom:60px;position:relative;overflow-x:hidden}.watchlist-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.watchlist-header{margin-bottom:40px}.header-content{text-align:center}.back-btn{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);color:#94a3b8;padding:8px 16px;border-radius:100px;font-size:14px;cursor:pointer;transition:all .2s ease;margin-bottom:24px}.back-btn:hover{background:hsla(0,0%,100%,.1);color:#f8fafc;transform:translateX(-4px)}.watchlist-header h1{font-family:"DM Serif Display",serif;font-size:3rem;margin:0 0 12px;background:linear-gradient(135deg,#f8fafc,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.watchlist-header p{color:#64748b;font-size:1.1rem}.watchlist-card{background:rgba(15,23,42,.6);border:1px solid hsla(0,0%,100%,.1);border-radius:24px;padding:30px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:relative;box-shadow:0 25px 50px -12px rgba(0,0,0,.5);margin-bottom:60px}.watchlist-card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(56,189,248,.05) 0,transparent 70%);pointer-events:none;z-index:-1}.watchlist-info{border-top:1px solid hsla(0,0%,100%,.05);padding-top:60px}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:30px;gap:30px}.info-item{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.05);padding:30px;border-radius:20px;transition:all .3s ease}.info-item:hover{background:hsla(0,0%,100%,.04);transform:translateY(-5px)}.info-icon{font-size:2rem;margin-bottom:20px;display:block}.info-item h3{font-size:1.25rem;margin-bottom:12px;color:#f8fafc}.info-item p{color:#64748b;line-height:1.6;font-size:.95rem}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.info-item,.watchlist-card,.watchlist-header{animation:slideUp .6s cubic-bezier(.16,1,.3,1) both}.watchlist-card{animation-delay:.1s}.info-item:first-child{animation-delay:.2s}.info-item:nth-child(2){animation-delay:.3s}.info-item:nth-child(3){animation-delay:.4s}@media (max-width:768px){.watchlist-page{padding-top:80px}.watchlist-header h1{font-size:2.2rem}.watchlist-card{padding:15px;margin-left:-10px;margin-right:-10px;border-radius:15px}}.wl-wrap{width:100%}.wl-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.wl-title{font-size:1rem;font-weight:600;color:#f8fafc}.wl-add-form{display:flex;gap:8px;margin-bottom:16px;align-items:center;flex-wrap:wrap}.wl-add-input{flex:1 1;min-width:180px;padding:8px 12px;background:#0a0f1f;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:#f8fafc;font-size:13px;outline:none}.wl-add-input:focus{border-color:#38bdf8}.wl-add-confirm{padding:8px 14px;background:linear-gradient(135deg,#3b82f6,#7c3aed);border:none;border-radius:8px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.wl-add-confirm:hover{opacity:.88}.wl-add-error{font-size:12px;color:#f87171;width:100%}.wl-scroll-row{display:flex;align-items:center;gap:8px}.wl-scroll{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;padding:4px 2px 8px;flex:1 1;scrollbar-width:none}.wl-scroll::-webkit-scrollbar{display:none}.wl-arrow{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);color:#94a3b8;border-radius:8px;width:28px;height:28px;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.wl-arrow:hover{background:hsla(0,0%,100%,.12);color:#f8fafc}.wl-card{position:relative;min-width:150px;max-width:160px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:14px 12px 10px;cursor:pointer;flex-shrink:0;transition:background .2s,border-color .2s,transform .2s}.wl-card:hover{background:hsla(0,0%,100%,.06);transform:translateY(-2px)}.wl-card.active{border-color:#38bdf8;background:rgba(56,189,248,.07)}.wl-remove-btn{position:absolute;top:6px;right:6px;background:none;border:none;color:#475569;font-size:10px;cursor:pointer;padding:2px 4px;border-radius:4px;line-height:1;transition:color .15s,background .15s}.wl-remove-btn:hover{color:#f87171;background:hsla(0,91%,71%,.1)}.wl-sym{font-size:13px;font-weight:700;color:#f8fafc;margin-bottom:2px;padding-right:14px}.wl-name{font-size:11px;color:#64748b;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wl-price{font-size:15px;font-weight:700;color:#f8fafc;margin-bottom:2px}.wl-chg{font-size:12px;font-weight:600;margin-bottom:8px}.wl-chg.pos{color:#34d399}.wl-chg.neg{color:#f87171}.wl-loading{display:flex;gap:4px;margin:10px 0}.wl-loading span{width:6px;height:6px;border-radius:50%;background:#38bdf8;animation:wlPulse 1s ease-in-out infinite}.wl-loading span:nth-child(2){animation-delay:.15s}.wl-loading span:nth-child(3){animation-delay:.3s}@keyframes wlPulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}.wl-error{font-size:11px;color:#f87171;margin:6px 0}.wl-52w{margin-top:6px}.wl-52w-track{position:relative;height:4px;background:hsla(0,0%,100%,.08);border-radius:2px;margin-bottom:4px}.wl-52w-fill{height:100%;border-radius:2px;transition:width .4s ease}.wl-52w-fill.pos{background:#34d399}.wl-52w-fill.neg{background:#f87171}.wl-52w-dot{position:absolute;top:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#f8fafc;border-radius:50%;border:1px solid rgba(0,0,0,.3)}.wl-52w-labels{display:flex;justify-content:space-between;font-size:9px;color:#475569}