/* Approved source: StockAZ-Co-Phieu-Master-v9-Demo-v1-Real-EOD.html */


/* StockAZ Design System v3 Final — shared foundation */
:root{
  --ink:#111413;
  --soft:#343a37;
  --muted:#6f7773;
  --line:#e3e7e4;
  --line2:#ccd3cf;
  --surface:#f7f8f7;
  --surface-2:#f2f4f2;
  --white:#fff;
  --positive:#0a8f4e;
  --negative:#d64545;
  --chart-up:#26a69a;
  --chart-down:#ef5350;
  --radius-sm:8px;
  --radius:12px;
  --radius-lg:18px;
  --pill:999px;
  --shadow:0 16px 36px rgba(17,20,19,.07);
  --wrap:1380px;
  --article:820px;
  --editorial:850px;
  --legal:830px;
  --toc:260px;
  --s1:4px;--s2:8px;--s3:12px;--s4:16px;--s5:20px;--s6:24px;
  --s7:32px;--s8:40px;--s9:48px;--s10:64px;--s11:80px;--s12:96px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Be Vietnam Pro',Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{color:inherit}
.wrap{width:min(calc(100% - 40px),var(--wrap));margin:auto}

/* Global header */
.top{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.topin{height:72px;display:flex;align-items:center;gap:28px}
.brand{display:inline-flex;align-items:center;flex:0 0 auto;color:var(--ink);height:38px}
.brand .stockaz-logo{display:block;width:auto;height:38px;overflow:visible}
.nav{margin-left:auto;display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600}
.nav a{position:relative;transition:opacity .2s ease}
.nav a:hover{opacity:.58}
.nav a.active{font-weight:800}
.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-26px;height:2px;background:var(--ink)}
.mobile-nav{display:none;margin-left:auto;position:relative}
.mobile-nav>summary{list-style:none}
.mobile-nav>summary::-webkit-details-marker{display:none}
.mobile-toggle{
  width:42px;height:42px;border:1px solid var(--line);border-radius:9px;
  display:grid;place-content:center;gap:4px;background:#fff;cursor:pointer;
}
.mobile-toggle span{display:block;width:18px;height:1.5px;background:var(--ink)}
.mobile-menu{
  position:absolute;right:0;top:52px;width:min(320px,calc(100vw - 28px));
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  box-shadow:var(--shadow);padding:9px;
}
.mobile-menu a{display:block;padding:14px;border-radius:8px;font-size:14px;font-weight:600}
.mobile-menu a:hover,.mobile-menu a.active{background:var(--surface)}

/* Shared controls */
.btn{
  min-height:44px;display:inline-flex;align-items:center;justify-content:center;
  padding:0 18px;border:1px solid var(--ink);border-radius:var(--radius-sm);
  background:var(--ink);color:#fff;font-size:13px;font-weight:700;cursor:pointer;
}
.textlink{font-size:14px;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:4px}

/* Global footer */
.foot{border-top:1px solid var(--line);padding:38px 0 50px;margin-top:20px}
.footin{display:flex;justify-content:space-between;gap:30px;color:var(--muted);font-size:13px;line-height:1.7}
.footbrand{display:flex;align-items:center;color:var(--ink);height:38px;margin-bottom:4px}
.footbrand .stockaz-logo{display:block;width:auto;height:38px;overflow:visible}
.footlinks{display:flex;gap:22px;align-items:flex-start}
.footlinks a:hover{color:var(--ink)}

@media(max-width:1000px){
  .nav{display:none}
  .mobile-nav{display:block}
}
@media(max-width:650px){
  .wrap{width:min(calc(100% - 28px),var(--wrap))}
  .topin{height:64px}
  .brand{height:34px}
  .brand .stockaz-logo{height:34px}
  .footbrand{height:36px}
  .footbrand .stockaz-logo{height:36px}
  .footin{flex-direction:column}
  .footlinks{gap:16px;flex-wrap:wrap}
}

/* Stock Directory — page-specific layer built on Design System v3 Final */
.hero{
  border-bottom:1px solid var(--line);
  background:radial-gradient(circle at 86% 18%,rgba(17,20,19,.08),transparent 22%),linear-gradient(180deg,#fff 0%,#f8f9f8 100%);
}
.hero-inner{
  min-height:430px;display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center;
  padding:72px 0 0;transform:translateY(-150px);margin-bottom:-150px;
}
.kicker{color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin:0 0 14px}
.hero h1{font-size:clamp(56px,7vw,96px);line-height:.96;letter-spacing:-.065em;margin:0 0 22px;font-weight:900;max-width:850px}
.lead{font-size:21px;line-height:1.7;color:var(--soft);max-width:720px;margin:0}
.hero-artwork{min-height:280px;height:100%;display:flex;align-items:center;justify-content:center;overflow:visible}
.hero-artwork img{display:block;width:750px;max-width:none;height:auto;object-fit:contain;filter:none;transform-origin:center center}

.controls{margin-top:0;padding:0 0 48px;position:relative;transform:translateY(-80px);margin-bottom:-80px}
.filterbar{display:grid;grid-template-columns:minmax(330px,1fr) 164px 166px 164px 164px 88px;gap:10px;align-items:stretch}
.searchbox{height:60px;display:flex;align-items:center;gap:12px;padding:8px 18px;border:1px solid var(--line2);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}
.searchbox svg{width:19px;height:19px;flex:0 0 19px;color:var(--muted)}
.searchbox input{width:100%;border:0;outline:0;background:transparent;font-size:14px;font-weight:600;color:var(--ink)}
.searchbox input::placeholder{color:#8b928e;font-weight:500}
.filter-select{height:60px;width:100%;padding:0 34px 0 16px;border:1px solid var(--line2);border-radius:var(--radius);background:#fff;color:var(--ink);font-size:13px;font-weight:700;outline:0;cursor:pointer}
.date-field{height:60px;display:flex;flex-direction:column;justify-content:center;gap:3px;padding:8px 14px;border:1px solid var(--line2);border-radius:var(--radius);background:#fff}
.date-field span{font-size:10px;line-height:1;color:var(--muted);font-weight:700;letter-spacing:.02em}
.date-field input{width:100%;min-width:0;border:0;outline:0;padding:0;background:transparent;color:var(--ink);font-size:12px;font-weight:700;line-height:1.35;cursor:pointer;color-scheme:light}
.filter-submit{height:60px;border:1px solid var(--ink);border-radius:var(--radius);background:var(--ink);color:#fff;font-size:13px;font-weight:800;cursor:pointer;transition:opacity .2s ease}
.filter-submit:hover{opacity:.78}
.searchbox:focus-within,.filter-select:focus,.date-field:focus-within{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}

.section{padding:36px 0 68px}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}
.section-head h2,.popular-head h2{font-size:38px;letter-spacing:-.04em;margin:0;font-weight:800}
.section-head h2 span{font-size:14px;color:var(--muted);font-weight:600;letter-spacing:0}
.view-controls{display:flex;align-items:center;gap:8px}
.sort-select{height:44px;padding:0 38px 0 14px;border:1px solid var(--line2);border-radius:var(--radius-sm);background:#fff;font-size:12px;font-weight:700;color:var(--soft)}
.viewbtn{width:44px;height:44px;border:1px solid var(--line2);border-radius:var(--radius-sm);background:#fff;display:grid;place-items:center;cursor:pointer;color:var(--muted)}
.viewbtn.active{background:var(--ink);color:#fff;border-color:var(--ink)}
.viewbtn svg{width:18px;height:18px}

.stockgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:54px;row-gap:54px}
.stock-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:22px;min-width:0;display:flex;flex-direction:column}
.stock-card__header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start;min-height:120px}
.stock-card__identity{min-height:120px;display:flex;flex-direction:column;justify-content:flex-start;min-width:0}
.cardsym{font-size:38px;font-weight:600;letter-spacing:-.045em;line-height:1}
.company{max-width:185px;min-height:3em;margin-top:8px;color:var(--muted);font-size:12px;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}
.stock-card__meta{min-width:92px;min-height:120px;display:grid;grid-template-rows:auto auto auto;row-gap:6px;justify-items:end;align-content:start;text-align:right;padding-top:2px}
.stock-card__date{display:block;color:var(--ink);font-size:12px;font-weight:600;line-height:1.35}
.stock-card__count{margin:0;color:var(--muted);font-size:12px;font-weight:500;line-height:1.35;white-space:nowrap}
.stock-card__count b{color:var(--ink);font-weight:700}
.follow{margin:0;padding:0;border:0;background:transparent;color:var(--ink);font-weight:700;font-size:12px;line-height:1.35;cursor:pointer;white-space:nowrap}
.follow.done{color:var(--positive)}
.stock-card__chart{margin-top:0;padding-top:12px;border-top:1px solid var(--line)}
.stock-card__chart svg{display:block;width:100%;height:142px}
.stock-card__footer{min-height:66px;margin-top:0;padding-top:14px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:flex-start;gap:18px}
.stock-card__status{font-size:13px;font-weight:400;line-height:1.35;margin-bottom:6px;color:var(--ink)}
.stock-card__updated{color:var(--muted);font-size:11px;font-weight:500;line-height:1.4}
.stock-card__link{font-size:12px;font-weight:400;white-space:nowrap;padding-top:1px}
.stock-card__link:hover{opacity:.58}

.stockgrid.list-view{grid-template-columns:1fr}
.stockgrid.list-view .stock-card{display:grid;grid-template-columns:320px minmax(0,1fr) 360px;gap:28px;align-items:center}
.stockgrid.list-view .stock-card__header{min-height:120px}
.stockgrid.list-view .stock-card__chart{padding:0 28px;border-top:0;border-inline:1px solid var(--line)}
.stockgrid.list-view .stock-card__chart svg{height:120px}
.stockgrid.list-view .stock-card__footer{padding:0;border-top:0;min-height:0;align-items:center}
.empty{display:none;text-align:center;padding:70px 20px;border:1px dashed var(--line2);border-radius:var(--radius);color:var(--muted)}
.empty.show{display:block}

.popular-section{border-top:1px solid var(--line);padding:64px 0}
.popular-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}
.popular-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:54px;row-gap:54px}
.popular-card .company{max-width:185px}
.popular-card .stock-card__footer{min-height:70px}

@media(max-width:1000px){
  .hero-inner{
    min-height:0;grid-template-columns:1fr;gap:24px;align-items:center;
    padding:58px 0 44px;transform:none;margin-bottom:0;
  }
  .hero-artwork{min-height:0;max-width:680px;margin:0 auto;width:100%}
  .hero-artwork img{width:min(100%,680px);max-width:100%}
  .controls{transform:none;margin-bottom:0;padding:26px 0 46px}
  .filterbar{grid-template-columns:repeat(2,minmax(0,1fr))}
  .searchbox{grid-column:1/-1}
  .filter-submit{width:100%}
  .section{padding:52px 0 64px}
  .stockgrid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px;row-gap:24px}
  .popular-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px;row-gap:24px}
  .stockgrid.list-view{grid-template-columns:1fr}
  .stockgrid.list-view .stock-card{grid-template-columns:230px minmax(0,1fr) 280px;gap:20px}
  .stockgrid.list-view .stock-card__chart{padding:0 20px}
}

@media(max-width:650px){
  .hero-inner{padding:44px 0 34px;gap:18px}
  .hero h1{font-size:58px}
  .lead{font-size:15px;line-height:1.7}
  .hero-artwork{max-width:430px}
  .controls{padding:22px 0 40px}
  .filterbar{grid-template-columns:1fr;gap:9px}
  .searchbox,.filter-select,.date-field,.filter-submit{height:52px;grid-column:auto}
  .section{padding:42px 0 56px}
  .section-head{align-items:flex-start;flex-direction:column;margin-bottom:24px}
  .section-head h2,.popular-head h2{font-size:30px}
  .view-controls{width:100%;justify-content:space-between}
  .sort-select{flex:1;min-width:0}
  .viewbtn{display:none}
  .stockgrid,.popular-grid{grid-template-columns:1fr;gap:18px}
  .stockgrid.list-view{grid-template-columns:1fr}
  .stockgrid.list-view .stock-card{display:flex;grid-template-columns:none;gap:0}
  .stockgrid.list-view .stock-card__chart{padding:12px 0 0;border-inline:0;border-top:1px solid var(--line)}
  .stockgrid.list-view .stock-card__footer{padding-top:14px;border-top:1px solid var(--line)}
  .stock-card{padding:18px}
  .stock-card__header{grid-template-columns:minmax(0,1fr) 108px;gap:14px;min-height:112px}
  .stock-card__identity{min-height:112px}
  .cardsym{font-size:32px;letter-spacing:-.035em}
  .company{max-width:none;min-height:2.9em;margin-top:8px;font-size:11px;line-height:1.45}
  .stock-card__meta{min-width:108px;min-height:112px;row-gap:7px}
  .stock-card__date,.stock-card__count,.follow{font-size:11px}
  .stock-card__chart svg{height:118px}
  .stock-card__footer{min-height:60px;gap:12px}
  .stock-card__status{font-size:12px}
  .stock-card__updated,.stock-card__link{font-size:10.5px}
  .popular-section{padding:52px 0}
  .popular-head{align-items:flex-start;flex-direction:column;margin-bottom:24px}
}

@media(max-width:650px){
  .hero h1{font-size:52px}
  .stock-card__footer{flex-direction:column;gap:8px}
  .stock-card__link{padding-top:0}
}


/* v22 · LOCKED stock-card metadata alignment
   Row 1: date aligns with symbol top
   Row 2: analysis count
   Row 3: follow aligns with first company-name line
   All three rows share fixed rhythm and right alignment. */
.stock-card__meta{
  min-width:112px;
  min-height:0;
  display:grid;
  grid-template-rows:18px 18px 18px;
  row-gap:4px;
  justify-items:stretch;
  align-content:start;
  text-align:right;
  padding-top:0;
}
.stock-card__date,
.stock-card__count,
.stock-card__meta .follow{
  width:100%;
  height:18px;
  min-height:18px;
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  text-align:right;
  line-height:18px;
  white-space:nowrap;
}
@media(max-width:650px){
  .stock-card__meta{
    min-width:108px;
    grid-template-rows:16px 16px 16px;
    row-gap:4px;
  }
  .stock-card__date,
  .stock-card__count,
  .stock-card__meta .follow{
    height:16px;
    min-height:16px;
    line-height:16px;
  }
}



/* v23 · LOCKED Stock Directory rules
   - Search & Filter never bleeds beyond the 1380px site container.
   - All-stock desktop grid = 4 cards / row; tablet = 2; mobile = 1.
   - Analysis count keeps optical spacing between number and label.
   - Stock-card footer no longer shows “Cập nhật gần nhất”.
   - User portfolio groups reuse the same Stock Card presentation. */
.controls .wrap{width:min(calc(100% - 40px),var(--wrap));margin-inline:auto}
.filterbar{width:100%;max-width:100%;min-width:0}
.filterbar>*{min-width:0}
.stockgrid{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:24px;row-gap:32px}
.stock-card__count b{margin-right:5px}
.stock-card__footer{min-height:48px;align-items:center}
.stock-card__status{margin-bottom:0}
.stock-card__updated{display:none!important}

.portfolio-section{border-top:1px solid var(--line);padding:64px 0 78px}
.portfolio-title{margin-bottom:30px}
.portfolio-title h2{font-size:38px;letter-spacing:-.04em;margin:0;font-weight:800}
.portfolio-groups{display:grid;gap:58px}
.portfolio-group{min-width:0}
.portfolio-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
.portfolio-head h3{margin:0;font-size:28px;line-height:1.15;letter-spacing:-.035em;font-weight:800}
.portfolio-count{color:var(--muted);font-size:12px;font-weight:700;white-space:nowrap}
.portfolio-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:24px;row-gap:32px}
.portfolio-grid .stock-card{height:100%}
.portfolio-empty{grid-column:1/-1;padding:28px;border:1px dashed var(--line2);border-radius:var(--radius);color:var(--muted);font-size:13px;text-align:center}

@media(max-width:1000px){
  .stockgrid,.popular-grid,.portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px;row-gap:24px}
  .portfolio-section{padding:56px 0 66px}
}
@media(max-width:650px){
  .controls .wrap{width:min(calc(100% - 28px),var(--wrap))}
  .stockgrid,.popular-grid,.portfolio-grid{grid-template-columns:1fr;gap:18px}
  .portfolio-section{padding:52px 0 58px}
  .portfolio-title{margin-bottom:32px}
  .portfolio-title h2{font-size:30px}
  .portfolio-head{align-items:flex-start;margin-bottom:20px}
  .portfolio-head h3{font-size:23px}
}


/* v24 locked Stock Directory refinements */
.stock-card__status,.stock-card__link{font-weight:400}
.portfolio-title h2{margin-bottom:0}





/* ==========================================================
   FINAL SYNC · StockAZ Master Design System v9 · 23.09.2026
   Source of truth: StockAZ-Design-System-v3-Master-v9.html
   ========================================================== */
:root{
  --ink:#111413 !important;--soft:#343a37 !important;--muted:#6f7773 !important;
  --line:#e3e7e4 !important;--line2:#ccd3cf !important;
  --surface:#f7f8f7 !important;--surface-2:#f2f4f2 !important;--surface2:#f2f4f2 !important;
  --white:#fff !important;--positive:#0a8f4e !important;--negative:#d64545 !important;
  --chart-up:#26a69a !important;--chart-down:#ef5350 !important;
  --radius-sm:8px !important;--radius:12px !important;--radius-lg:18px !important;--pill:999px !important;
  --shadow:0 16px 36px rgba(17,20,19,.07) !important;
  --wrap:1380px !important;--max:1380px !important;--article:820px !important;--editorial:850px !important;--legal:830px !important;--toc:260px !important;
  --s1:4px;--s2:8px;--s3:12px;--s4:16px;--s5:20px;--s6:24px;--s7:32px;--s8:40px;--s9:48px;--s10:64px;--s11:80px;--s12:96px;
}
html{scroll-behavior:smooth}
body{font-family:'Be Vietnam Pro',Arial,sans-serif !important;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}.wrap{width:min(calc(100% - 40px),var(--wrap)) !important;margin-left:auto !important;margin-right:auto !important}

/* Global navigation · locked */
.top{position:sticky !important;top:0 !important;z-index:80 !important;background:rgba(255,255,255,.95) !important;backdrop-filter:blur(14px);border-bottom:1px solid var(--line) !important}
.topin{height:72px !important;display:flex !important;align-items:center !important;gap:28px !important}
.brand{display:inline-flex !important;align-items:center !important;flex:0 0 auto !important;font-size:0 !important;line-height:0 !important}
.brand img,.brand svg{display:block !important;width:156px !important;height:auto !important;max-height:40px !important;object-fit:contain !important}
.nav{margin-left:auto !important;display:flex !important;align-items:center !important;gap:30px !important;font-size:14px !important;font-weight:600 !important}
.nav a{position:relative !important;padding:0 !important;color:var(--ink) !important;transition:opacity .2s ease}
.nav a:hover{opacity:.58}.nav a.active{font-weight:800 !important}
.nav a.active:after{content:"" !important;position:absolute !important;left:0 !important;right:0 !important;bottom:-26px !important;height:2px !important;background:var(--ink) !important}
.mobile-nav{display:none !important;margin-left:auto !important;position:relative !important}
.mobile-nav summary{list-style:none}.mobile-nav summary::-webkit-details-marker{display:none}
.mobile-toggle{width:42px !important;height:42px !important;border:1px solid var(--line) !important;border-radius:9px !important;display:grid !important;place-content:center !important;gap:4px !important;background:#fff !important;cursor:pointer !important;padding:0 !important}
.mobile-toggle span{display:block !important;width:18px !important;height:1.5px !important;background:var(--ink) !important}
.mobile-menu{position:absolute !important;right:0 !important;top:52px !important;width:min(320px,calc(100vw - 28px)) !important;background:#fff !important;border:1px solid var(--line) !important;border-radius:12px !important;box-shadow:var(--shadow) !important;padding:9px !important;z-index:100 !important}
.mobile-menu a{display:block !important;padding:14px !important;border-radius:8px !important;font-size:14px !important;font-weight:600 !important}
.mobile-menu a:hover,.mobile-menu a.active{background:var(--surface) !important}.mobile-menu a.active{font-weight:800 !important}

/* Shared controls */
.btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border:1px solid var(--ink);border-radius:var(--radius-sm);background:var(--ink);color:#fff;font-size:13px;font-weight:700}
.btn.secondary{background:#fff;color:var(--ink);border-color:var(--line2)}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid var(--ink);outline-offset:3px}
.pos,.positive{color:var(--positive) !important}.neg,.negative{color:var(--negative) !important}

/* Footer · locked */
.foot{border-top:1px solid var(--line) !important;padding:38px 0 50px !important;margin-top:0 !important;background:#fff !important}
.footin{display:flex !important;justify-content:space-between !important;align-items:flex-start !important;gap:30px !important;color:var(--muted) !important;font-size:13px !important;line-height:1.7 !important}
.footbrandgroup{min-width:0}.footbrand{margin-bottom:6px !important;font-size:0 !important;line-height:0 !important}.footbrand img,.footbrand svg{display:block !important;width:152px !important;height:auto !important;max-height:38px !important;object-fit:contain !important}
.foottagline{color:var(--muted) !important}.footlinks{display:flex !important;gap:22px !important;align-items:flex-start !important;flex-wrap:wrap !important}.footlinks a:hover,.footlinks a.active{color:var(--ink) !important}.footlinks a.active{font-weight:700 !important}

/* Locked Full Analysis audit contrast */
.section .audit,.section .audit *{color:#fff !important}

@media(max-width:1000px){
  .nav{display:none !important}.mobile-nav{display:block !important}.topin{height:64px !important}
  .brand img,.brand svg{width:148px !important;max-height:36px !important}
}
@media(max-width:650px){
  .wrap{width:min(calc(100% - 28px),var(--wrap)) !important}
  .topin{height:64px !important;gap:14px !important}
  .brand img,.brand svg{width:142px !important;max-height:34px !important}
  .footin{flex-direction:column !important;align-items:center !important;text-align:center !important;gap:18px !important}
  .footbrandgroup{display:flex !important;flex-direction:column !important;align-items:center !important}.footlinks{justify-content:center !important}
}




/* StockAZ Cổ phiếu reflector v1 · Real EOD · approved Homepage Chart System v1 */
.stock-card__chart{border-top:0!important;padding-top:0!important;margin-top:0!important}
.stock-card__footer{border-top:0!important;padding-top:14px!important}
.stockgrid.list-view .stock-card__chart{border-top:0!important}
.stockgrid.list-view .stock-card__footer{border-top:0!important}
.stock-card__chart svg{display:block;width:100%;height:142px}
.stock-card__chart .stockaz-chart{overflow:visible}
@media(max-width:650px){
  .stock-card__chart{border-top:0!important;padding-top:0!important}
  .stock-card__footer{border-top:0!important;padding-top:12px!important}
  .stock-card__chart svg{height:118px}
}



/* v25 · Stock Card cleanup approved 23.09.2026
   Remove the interpretation/footer row from every Stock Directory card.
   Keep 16px breathing room from the volume chart to the card bottom edge. */
.stock-card{padding-bottom:16px!important}
.stock-card__footer{display:none!important}
.stockgrid.list-view .stock-card{grid-template-columns:320px minmax(0,1fr)!important}
@media(max-width:1000px){
  .stockgrid.list-view .stock-card{grid-template-columns:230px minmax(0,1fr)!important}
}
@media(max-width:650px){
  .stock-card{padding-bottom:16px!important}
  .stockgrid.list-view .stock-card{display:flex!important}
}
