    body.ww-dashboard {
      margin: 0;
      font-family: 'Plus Jakarta Sans', sans-serif;
      color: #1e293b;
      background: #faf5ff;
    }

    .ww-dashboard *,
    .ww-dashboard *::before,
    .ww-dashboard *::after {
      box-sizing: border-box;
    }

    .ww-layout {
      min-height: 100vh;
      display: flex;
      background:
        radial-gradient(circle at top left, rgba(186, 230, 253, 0.8), transparent 26%),
        radial-gradient(circle at bottom right, rgba(253, 224, 71, 0.2), transparent 18%),
        #faf5ff;
    }

    .ww-leftbar {
      width: 92px;
      flex: 0 0 92px;
      background: rgba(255, 255, 255, 0.92);
      border-right: 1px solid #e2e8f0;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 28px;
      padding: 26px 12px;
      position: sticky;
      top: 0;
      height: 100vh;
    }

    .ww-brand {
      display: grid;
      justify-items: center;
      gap: 10px;
      color: #0f172a;
      text-decoration: none;
    }

    .ww-brand__icon {
      width: 44px;
      height: 44px;
      display: grid;
      place-items: center;
      border-radius: 16px;
      background: #faf5ff;
      color: #8b5cf6;
      box-shadow: 0 10px 25px rgba(139, 92, 246, 0.16);
    }

    .ww-brand__label {
      font-size: 0.68rem;
      font-weight: 800;
      letter-spacing: 0.22em;
    }

    .ww-iconnav {
      display: grid;
      gap: 16px;
      margin-top: 8px;
    }

    .ww-iconnav a {
      width: 48px;
      height: 48px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      color: #94a3b8;
      text-decoration: none;
      transition: 0.2s ease;
    }

    .ww-iconnav a:hover {
      color: #8b5cf6;
      background: #faf5ff;
    }

    .ww-iconnav a.is-active {
      color: #fff;
      background: #8b5cf6;
      box-shadow: 0 12px 28px rgba(139, 92, 246, 0.35);
    }

    .ww-main {
      flex: 1;
      padding: 32px 34px 36px;
    }

    .ww-rightbar {
      width: 390px;
      flex: 0 0 390px;
      background: rgba(255, 255, 255, 0.9);
      border-left: 1px solid #e2e8f0;
      padding: 34px 32px;
    }

    .ww-topbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 24px;
      margin-bottom: 34px;
    }

    .ww-user {
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .ww-avatar {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, #ddd6fe, #ede9fe);
      color: #0f172a;
      font-weight: 800;
      box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    }

    .ww-user p,
    .ww-location p,
    .ww-soft,
    .ww-chipline span,
    .ww-prediction small,
    .ww-linkrow small {
      margin: 0;
      color: #64748b;
    }

    .ww-user h1,
    .ww-section h2,
    .ww-rightbar h2 {
      margin: 0;
      line-height: 1;
      letter-spacing: -0.05em;
    }

    .ww-user h1 {
      font-size: 2rem;
      color: #0f172a;
    }

    .ww-searchbar {
      flex: 1;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 14px;
    }

    .ww-search {
      min-width: 320px;
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 13px 18px;
      border-radius: 999px;
      background: #ffffff;
      box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
      color: #94a3b8;
    }

    .ww-search input {
      width: 100%;
      border: 0;
      outline: 0;
      background: transparent;
      color: #334155;
      font: inherit;
    }

    .ww-roundbtn {
      width: 46px;
      height: 46px;
      border: 0;
      border-radius: 50%;
      background: #ffffff;
      color: #94a3b8;
      box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
      cursor: pointer;
    }

    .ww-grid-top,
    .ww-grid-bottom {
      display: grid;
      gap: 28px;
    }

    .ww-grid-top {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      margin-bottom: 30px;
    }

    .ww-card {
      border-radius: 40px;
      padding: 34px;
      position: relative;
      overflow: hidden;
      min-height: 320px;
      box-shadow: 0 24px 45px rgba(15, 23, 42, 0.06);
    }

    .ww-card--weather {
      background: linear-gradient(180deg, #ddd6fe 0%, #faf5ff 100%);
    }

    .ww-card--air {
      background: #ede9fe;
    }

    .ww-card h3 {
      margin: 0;
      color: #0f172a;
      font-size: 1rem;
    }

    .ww-cardhead {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 24px;
    }

    .ww-miniicon {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.6);
      color: #8b5cf6;
    }

    .ww-temp-row {
      display: flex;
      align-items: flex-end;
      gap: 14px;
      margin-bottom: 8px;
    }

    .ww-temp-row strong,
    .ww-airscore {
      font-size: clamp(3.9rem, 8vw, 5.2rem);
      line-height: 0.92;
      letter-spacing: -0.08em;
      color: #0f172a;
    }

    .ww-metrics {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin-top: 30px;
    }

    .ww-metric {
      padding: 16px 14px;
      border-radius: 22px;
      text-align: center;
      background: #fff;
    }

    .ww-metric--dark {
      background: #0f172a;
      color: #fff;
    }

    .ww-metric--lime {
      background: #ddd6fe;
    }

    .ww-metric p {
      margin: 0 0 8px;
      font-size: 0.72rem;
      color: inherit;
      opacity: 0.7;
      text-transform: uppercase;
      letter-spacing: 0.12em;
    }

    .ww-metric strong,
    .ww-aqibar strong {
      font-size: 0.95rem;
    }

    .ww-aqibar {
      margin-top: 54px;
      padding: 18px 20px;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.56);
      position: relative;
    }

    .ww-aqibar::after {
      content: "";
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 0;
      height: 4px;
      border-radius: 999px;
      background: linear-gradient(90deg, #fdba74 0 52%, #cbd5e1 52% 100%);
    }

    .ww-grid-bottom {
      grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
      align-items: start;
    }

    .ww-section {
      padding-top: 8px;
    }

    .ww-section h2 {
      font-size: 2.4rem;
      color: #0f172a;
      margin-bottom: 26px;
    }

    .ww-switch {
      display: inline-flex;
      gap: 6px;
      padding: 8px;
      border-radius: 22px;
      background: #faf5ff
      margin-left: auto;
    }

    .ww-switch span {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      color: #94a3b8;
      background: transparent;
    }

    .ww-switch span.is-active {
      background: #8b5cf6;
      color: #fff;
      box-shadow: 0 12px 24px rgba(139, 92, 246, 0.24);
    }

    .ww-tempchart {
      position: relative;
      margin-top: 18px;
      padding-top: 34px;
      background: #ffffff;
      border-radius: 34px;
      padding: 34px 24px 22px;
      box-shadow: 0 18px 34px rgba(15, 23, 42, 0.05);
    }

    .ww-tempchart svg {
      width: 100%;
      height: 150px;
      display: block;
    }

    .ww-timegrid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      margin-top: 12px;
      text-align: center;
    }

    .ww-timegrid strong {
      display: block;
      margin-top: 10px;
      font-size: 1rem;
      color: #0f172a;
    }

    .ww-timegrid span {
      font-size: 0.78rem;
      color: #94a3b8;
    }

    .ww-tempsun {
      width: 40px;
      height: 40px;
      margin: 0 auto;
      display: grid;
      place-items: center;
      border-radius: 14px;
      background: #faf5ff;
      color: #8b5cf6;
    }

    .ww-tomorrow {
      min-height: 100%;
      padding: 34px;
      border-radius: 40px;
      background: #d9f99d;
      position: relative;
      overflow: hidden;
      box-shadow: 0 24px 45px rgba(15, 23, 42, 0.06);
    }

    .ww-tomorrow h3 {
      margin: 8px 0 0;
      font-size: 2.4rem;
      line-height: 1;
      letter-spacing: -0.05em;
      color: #0f172a;
    }

    .ww-tomorrow strong {
      display: inline-block;
      margin-top: 84px;
      font-size: 4rem;
      line-height: 1;
      letter-spacing: -0.08em;
      color: #0f172a;
    }

    .ww-drop {
      position: absolute;
      width: 2px;
      height: 84px;
      background: rgba(15, 23, 42, 0.16);
      transform: rotate(20deg);
    }

    .ww-drop.one { right: 110px; top: 28px; }
    .ww-drop.two { right: 70px; top: 58px; }
    .ww-drop.three { right: 34px; top: 40px; }

    .ww-rightbar h2 {
      font-size: 2.4rem;
      color: #0f172a;
      margin-bottom: 4px;
    }

    .ww-linkrow {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 28px;
    }

    .ww-sunpanel,
    .ww-uvi,
    .ww-prediction,
    .ww-footercard {
      background: #ffffff;
      border-radius: 30px;
      padding: 24px;
      box-shadow: 0 18px 34px rgba(15, 23, 42, 0.05);
    }

    .ww-sunarc {
      position: relative;
      height: 112px;
      margin-bottom: 14px;
    }

    .ww-sunarc::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 18px;
      height: 74px;
      border-top: 2px dashed #8b5cf6;
      border-radius: 120px 120px 0 0;
    }

    .ww-sunarc::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 10px;
      width: 16px;
      height: 16px;
      margin-left: -8px;
      border-radius: 50%;
      background: #8b5cf6;
      box-shadow: 0 0 0 8px rgba(139, 92, 246, 0.12);
    }

    .ww-suntime {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      border-top: 1px solid #e2e8f0;
      padding-top: 16px;
    }

    .ww-uvi {
      margin-top: 18px;
      display: flex;
      align-items: center;
      gap: 16px;
      background: #0f172a;
      color: #fff;
    }

    .ww-uviicon {
      width: 56px;
      height: 56px;
      display: grid;
      place-items: center;
      border-radius: 18px;
      background: #8b5cf6;
      color: #fff;
    }

    .ww-pill {
      display: inline-flex;
      padding: 4px 10px;
      border-radius: 999px;
      background: #ddd6fe;
      color: #365314;
      font-size: 0.72rem;
      font-weight: 700;
    }

    .ww-predictions {
      display: grid;
      gap: 16px;
      margin-top: 18px;
    }

    .ww-prediction {
      display: flex;
      align-items: center;
      gap: 14px;
      border-radius: 24px;
      padding: 18px;
    }

    .ww-prediction__icon {
      width: 50px;
      height: 50px;
      display: grid;
      place-items: center;
      border-radius: 18px;
      background: #eff6ff;
      color: #8b5cf6;
      flex: 0 0 50px;
    }

    .ww-prediction strong {
      color: #0f172a;
      font-size: 0.98rem;
    }

    .ww-footercta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-top: 18px;
      padding: 16px 20px;
      border-radius: 22px;
      background: #8b5cf6;
      color: #fff;
      text-decoration: none;
      font-weight: 700;
      box-shadow: 0 18px 30px rgba(139, 92, 246, 0.22);
    }

    .ww-footercard {
      margin-top: 30px;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
      align-items: start;
    }

    .ww-footercard h4 {
      margin: 0 0 10px;
      font-size: 0.82rem;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: #94a3b8;
    }

    .ww-footercard a,
    .ww-footercard p {
      display: block;
      margin: 0 0 10px;
      color: #64748b;
      text-decoration: none;
      line-height: 1.7;
    }

    @media (max-width: 1280px) {
      .ww-rightbar {
        width: 340px;
        flex-basis: 340px;
      }

      .ww-grid-top,
      .ww-grid-bottom,
      .ww-footercard {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 980px) {
      .ww-layout {
        flex-direction: column;
      }

      .ww-leftbar {
        position: relative;
        width: 100%;
        height: auto;
        flex-direction: row;
        justify-content: space-between;
        padding: 18px 20px;
      }

      .ww-iconnav {
        grid-auto-flow: column;
      }

      .ww-main,
      .ww-rightbar {
        width: 100%;
        flex: auto;
        padding: 22px;
      }

      .ww-topbar,
      .ww-searchbar,
      .ww-linkrow {
        flex-direction: column;
        align-items: stretch;
      }

      .ww-search {
        min-width: 0;
      }
    }

    @media (max-width: 720px) {
      .ww-main,
      .ww-rightbar {
        padding: 18px;
      }

      .ww-grid-top,
      .ww-metrics,
      .ww-timegrid,
      .ww-footercard,
      .ww-suntime {
        grid-template-columns: 1fr;
      }

      .ww-card,
      .ww-tomorrow,
      .ww-sunpanel,
      .ww-prediction,
      .ww-uvi,
      .ww-footercard {
        border-radius: 28px;
      }
    }
