@import url('./nav-icons.css?v=0912');
@import url('./desktop-chart-controls.css?v=0912');

/* DVL account + shell polish — UI only */
@media (min-width:821px){
  .topbar{display:none!important}
  .shell{height:100dvh!important;min-height:0!important}
  #market.screen.active{height:100dvh!important}
  #market .workspace{height:100dvh!important}
  #market .commandbar{position:relative;align-items:center;padding-right:10px!important}
  #lensToggle{margin-left:2px}
  #fullscreenTop{display:none!important}
  .side-bottom .dvl-profile-trigger{width:46px;height:46px;margin:0 auto;border-radius:12px;border:1px solid transparent;background:transparent;color:#7f8791;display:grid;place-items:center;overflow:hidden;padding:0}
  .side-bottom .dvl-profile-trigger:hover{color:#fff;background:#12161a;border-color:#272d34}
  .side-bottom .dvl-profile-trigger .nav-ico,.side-bottom .dvl-profile-trigger svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
  .side-bottom .dvl-profile-trigger img{width:30px;height:30px;border-radius:50%;object-fit:cover}
}

#profile{max-width:1080px!important}
#profile .dvl-profile-shell{display:grid;grid-template-columns:220px minmax(0,1fr);gap:14px;margin-top:14px}
#profile .dvl-profile-card,#profile .dvl-account-card{border:1px solid #252b31;background:#111519;border-radius:16px;padding:16px}
#profile .dvl-profile-card{text-align:center}
#profile .dvl-avatar-wrap{width:92px;height:92px;border-radius:50%;margin:0 auto 12px;border:1px solid #343b44;background:#171b20;display:grid;place-items:center;overflow:hidden;font-size:24px;font-weight:900;color:#d8dde2}
#profile .dvl-avatar-wrap img{width:100%;height:100%;object-fit:cover}
#profile .dvl-avatar-action{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 10px;border-radius:8px;border:1px solid #303740;background:#171b20;color:#e7eaed;font-size:9px;font-weight:750;cursor:pointer}
#profile .dvl-profile-name{font-size:15px;font-weight:850;margin-top:12px}
#profile .dvl-profile-email{font-size:9px;color:#77808a;margin-top:4px;word-break:break-all}
#profile .dvl-account-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}
#profile .dvl-account-head h2{margin:0;font-size:17px}
#profile .dvl-account-head p{margin:4px 0 0;color:#7d858f;font-size:9px}
#profile .dvl-account-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
#profile .dvl-field{display:grid;gap:5px}
#profile .dvl-field.full{grid-column:1/-1}
#profile .dvl-field label{font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:#737b85;font-weight:750}
#profile .dvl-field input{height:38px;border:1px solid #2b3239;background:#0d1115;color:#eef1f4;border-radius:9px;padding:0 10px;font-size:10px;outline:none}
#profile .dvl-field input:focus{border-color:#6b5b24}
#profile .dvl-account-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid #232a31}
#profile .dvl-save{border:1px solid #6a5518;background:#211d0d;color:#efc856;border-radius:9px;padding:9px 12px;font-size:9px;font-weight:850}
#profile .dvl-logout{border:1px solid #4c2b2b;background:#1a1010;color:#d88a8a;border-radius:9px;padding:9px 12px;font-size:9px;font-weight:800}
#profile .dvl-account-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}
#profile .dvl-meta{border:1px solid #232a31;background:#0d1115;border-radius:10px;padding:10px}
#profile .dvl-meta span{display:block;font-size:7px;color:#6f7882;text-transform:uppercase;letter-spacing:.08em}
#profile .dvl-meta b{display:block;font-size:11px;margin-top:4px;color:#d8dde2}

@media (max-width:820px){
  #profile .dvl-profile-shell{grid-template-columns:1fr;gap:8px}
  #profile .dvl-account-grid{grid-template-columns:1fr}
  #profile .dvl-field.full{grid-column:auto}
  #profile .dvl-account-actions{align-items:stretch;flex-direction:column}
  #profile .dvl-save,#profile .dvl-logout{width:100%}
}
