.analysis-card .card {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  padding: 20px;
  /* margin-bottom: 20px; */
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
  flex-wrap: nowrap;
  min-width: 270px;
  margin: 10px;
  height: 153px;
  justify-content: space-between;
  font-family: 'Numans';
}

.analysis-card .top-section {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 73px;
}

.analysis-card .left-top {
    text-align: left;
    max-width: calc(100% - 80px);
}

.ticker-title {
    font-family: 'Days One';
    color: #1e293be0;
    font-size: 16px;
}

.analysis-card .circle-logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Helvetica', sans-serif;
}

.analysis-card .asset-logo img {
    width: 50px;
    height: 50px;
}

.analysis-card .top-right img {
    /* height: 50px; */
    /* width: 100%; */
    width: 80px;
}

.analysis-card .asset {
  font-weight: 500;
  font-size: 1.1rem;
  color: #111;
  overflow: hidden;
}

.analysis-card .asset-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  text-align: left;
}

.analysis-card .asset-info .field--name-field-ticker-logo {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: contain;
  display: flex;
  align-items: center;
}

.analysis-card .score-date .score {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.analysis-card .score-date .post-date p {
    font-size: 12px;
    color: #999;
    margin-top: 6px;
    margin-bottom: 0;
}

.analysis-card .duration {
    font-size: 12px;
    color: #999;
    margin-top: 6px;
    padding-left: 0;
}

.analysis-card .top-right {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.analysis-card .username {
  color: #1e293be0;
  font-size: 14px;
  font-weight: 600;
}

.analysis-card .type {
  font-weight: 500;
  font-size: 1rem;
  color: #333;
}

.analysis-card .status {
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: bolder;
  display: inline-block;
  width: fit-content;
  min-width: 70px;
  /* text-align: center; */
  font-family: Helvetica;
}

.status.correct-st {
  background-color: #e1f9ec;
  color: #2e9e5d;
}

.status.pending-st {
  background-color: #fbdc87;
  color: #745e23;
}

.status.fail-st {
  background-color: #ffe4e4;
  color: #d63838;
}

.status.semi-st {
    background-color: #cbcbcb;
    color: #4a4a4a;
}

.analysis-card .score-date {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.9rem;
  color: #444;
  flex-direction: column;
  height: 60px;
}

.analysis-card .score-date strong {
  font-size: 1.1rem;
  color: #111;
}

.analysis-card .chart {
  /* height: 40px; */
  /* width: 100px; */
  /* background: url('/your-sparkline.png') no-repeat center; */
  /* background-size: contain; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.analysis-card .view-btn {
  padding: 10px;
  border-radius: 8px;
  background-color: #297aff;
  color: white;
  font-weight: 600;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 0.95rem;
  width: 100%;
  display: none;
}

.analysis-card .view-btn:hover {
  background-color: #125dee;
}

.analysis-card .left-top .field--type-entity-reference {
    margin: 0;
    font-family: 'Nunito';
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.analysis-card .left-top .field--type-entity-reference img {
    margin: 0;
}

.analysis-card .bottom-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
}

.analysis-card .bottom-left {
    text-align: center;
}

/********** Analysis Top Card ************/
.card-top img {
    margin: 5px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.card-top .circle-logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin:5px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Helvetica', sans-serif;
}

.card-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 70px;
    font-family: 'Numans';
    font-size: 13px;
}

.card-top .date_score {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.card-top .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.card-top .left {
    width: 93px;
    height: 70px;
}

.card-top .ticker-title {font-size: 13px;color: #1e293bbf;}


.card-top .field--name-field-analyzer-name {
    font-family: 'Nunito';
    font-weight: 700;
    color: #1e293bc2;
}

.card-top .score {
    width: 85px;
    font-size: 13px;
    color: #000000c2;
}

.card-top .time {
    color: #999;
    font-size: 12px;
}

/****************************/
/*****Symbols of media*******/
/****************************/
.view-symbols-of-media {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    padding: 20px;
    font-size: 1.429em;
    /* line-height: 1.4; */
    font-family: 'Days One';
    text-align: center;
}

.view-symbols-of-media h4 {
    margin: 0;
}

.view-symbols-of-media .view-content {/* background-color: #ffffff; *//* border-radius: 16px; *//* box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08); */padding-top: 20px;/* max-width: 320px; *//* margin: 0px auto 20px; *//* font-family: 'Inter', sans-serif; */display: flex;flex-direction: row;gap: 18px;font-family: 'Numans';justify-content: space-around;flex-wrap: wrap;align-items: stretch;}

.card-symbol {
    text-align: center;
    font-family: 'Days One';
    color: #1e293be0;
    font-size: 16px;
    /* background-color: #fff; */
    /* border-radius: 16px; */
    /* box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08); */
    /* padding: 20px; */
}
.card-symbol .circle-logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto 6px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Helvetica', sans-serif;
}
.card-symbol img {
    width: auto;
    margin-bottom: 0;
    max-width: 50px;
}

.card-symbol .field--type-entity-reference {
    margin-bottom: 0;
}


/****************************/
/********Full Content********/
/****************************/

/*** AI Banner ***/
.tp-banner{
  --grad1:#6ee7ff;
  --grad2:#9b8cff;
  --panel-bg:#10161e;
  --text:#e8eef6;
  --muted:#9aa7b6;
  --shadow:rgba(0,0,0,.22);
  position:relative;
  border-radius:20px;
  padding:20px 24px;
  overflow:hidden;
  background: color-mix(in oklab, var(--panel-bg) 92%, transparent);
  box-shadow: 0 10px 30px var(--shadow);
  border: 0px solid color-mix(in oklab, var(--grad1) 18%, transparent);
  isolation:isolate;
}
.tp-banner .Success{color:rgb(104 214 187);}
.tp-banner .Failure{color:rgb(233 69 83);}

/* subtle gradient border */
.tp-banner::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius: 20px;
  pointer-events:none;
  padding: 3px;
  background: radial-gradient(140px 120px at 0% 0%,
      color-mix(in oklab,var(--grad1) 80%, transparent) 0%,
      transparent 70%) ,
    radial-gradient(160px 130px at 100% 0%,
      color-mix(in oklab,var(--grad1) 60%, transparent) 0%,
      color-mix(in oklab,var(--grad2) 75%, transparent) 45%,
      transparent 80%) ,
    radial-gradient(180px 150px at 100% 100%,
      color-mix(in oklab,var(--grad2) 85%, transparent) 0%,
      transparent 70%) ,
    radial-gradient(160px 140px at 0% 100%,
      color-mix(in oklab,var(--grad1) 70%, transparent) 0%,
      transparent 75%) ,
    linear-gradient(90deg, var(--grad1), var(--grad2));
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  /* opacity:.35; */
}
/* theme switch */
.tp-banner.theme-light{
  --panel-bg: #f6f8fc;
  --text:#141821;
  --muted:#5a6677;
  --shadow:rgba(15,30,80,.08);
  border-color: color-mix(in oklab, var(--grad2) 12%, transparent);
}

/* Layout */
.tpb-inner{ display:flex; align-items:center; justify-content:space-between; gap:24px; }
.tpb-left{ display:flex; flex-direction:column; gap:12px; min-width: 280px; }
.tpb-right{ flex:0 0 auto; }

.tpb-verify{ display:flex; align-items:center; gap:12px; }
.tpb-icon{ display:grid; place-items:center; width:48px; height:48px; border-radius:50%;
  color:var(--text); background:linear-gradient(145deg, color-mix(in oklab, var(--grad1) 14%, transparent), transparent);
  border:1px solid color-mix(in oklab, var(--grad1) 20%, transparent);
}
.tpb-verify-text span{ display:block; font-size:.8rem; color:var(--muted); }
.tpb-verify-text strong{ font-weight:800; letter-spacing:.2px; color:var(--text); }

.tpb-title{
  margin:0; font-size:1.4rem; line-height:1.3; font-weight:700; color:var(--text);
}
.tpb-percent-inline{
  background:linear-gradient(90deg,var(--grad1),var(--grad2));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}

.tpb-percent{
  font-size:3.8rem; font-weight:900; letter-spacing:-1px;
  background:linear-gradient(90deg,var(--grad1),var(--grad2));
  -webkit-background-clip:text; background-clip:text; color:transparent;
  filter: drop-shadow(0 6px 18px color-mix(in oklab, var(--grad2) 30%, transparent));
}

.tpb-foot{
  margin:.4rem 0 0; padding-top:10px; border-top:1px dashed color-mix(in oklab, var(--text) 12%, transparent);
  font-size:.95rem; color:var(--muted);
}

/* Responsive */
@media (max-width:920px){
  .tpb-percent{ font-size:3.2rem; }
}
@media (max-width:720px){
  .tpb-inner{ flex-direction:column; align-items:flex-start; gap:12px; }
  .tpb-right{ width:100%; }
  .tpb-percent{ font-size:2.8rem; }
}

/*** Quality and Score ***/
.analysis-metric.overall {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}

.analysis-metric .metric {
    width: 270px;
    height: 150px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    margin-top:20px
}

.analysis-metric .metric .label {
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 16px;
}

.analysis-metric .metric div[role="circle-progress"] {
    --metric-size: 100px;
    --metric-fg: #0069ff;
    --metric-bg: #0069ff59;
    --metric-pgPercentage: var(--value);
    animation: growcircle-progress 3s 1 forwards;
    width: var(--metric-size);
    height: var(--metric-size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, whitesmoke 80%, transparent 0 99.9%, white 0), conic-gradient(var(--metric-fg) calc(var(--metric-pgPercentage) * 1%), var(--metric-bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--metric-size) / 5);
    color: var(--metric-fg);
}

/***   ***/