/* Techclick shared visual polish, injected by the Worker on HTML pages. */
html.tc-polished {
  --tcp-ink: #f7f4ee;
  --tcp-muted: #c9c1b8;
  --tcp-soft: #8f8880;
  --tcp-line: rgba(255, 255, 255, 0.11);
  --tcp-line-strong: rgba(255, 157, 60, 0.28);
  --tcp-panel: rgba(18, 15, 12, 0.82);
  --tcp-panel-2: rgba(26, 21, 17, 0.92);
  --tcp-accent: #ff9d3c;
  --tcp-accent-2: #22c55e;
  --tcp-accent-3: #60a5fa;
  --tcp-radius: 8px;
  --tcp-shadow: 0 18px 44px -28px rgba(0, 0, 0, 0.8);
  --tcp-shadow-soft: 0 10px 28px -22px rgba(0, 0, 0, 0.65);
}

html.tc-polished *,
html.tc-polished *::before,
html.tc-polished *::after {
  letter-spacing: 0 !important;
}

html.tc-polished body {
  text-rendering: optimizeLegibility;
}

html.tc-polished img,
html.tc-polished svg,
html.tc-polished video,
html.tc-polished iframe,
html.tc-polished canvas {
  max-width: 100%;
}

html.tc-polished p,
html.tc-polished li,
html.tc-polished dd {
  overflow-wrap: anywhere;
}

html.tc-polished .container,
html.tc-polished .nav-container,
html.tc-polished .bv2-section-head,
html.tc-polished .bv2-grid,
html.tc-polished .tc-header-inner,
html.tc-polished .profile-container,
html.tc-polished .rooms-shell,
html.tc-polished .assignments-shell {
  width: min(100% - 32px, 1180px) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html.tc-polished section {
  padding-top: 72px;
  padding-bottom: 72px;
}

html.tc-polished .navbar {
  padding: 12px 0 !important;
  background: rgba(8, 7, 10, 0.9) !important;
  border-bottom: 1px solid var(--tcp-line) !important;
  box-shadow: 0 12px 34px -28px rgba(0, 0, 0, 0.9) !important;
}

html.tc-polished .nav-logo-img {
  height: 38px !important;
}

html.tc-polished .nav-links {
  gap: 22px !important;
  align-items: center !important;
}

html.tc-polished .nav-links a {
  padding: 8px 0 !important;
  font-size: 14px !important;
  color: var(--tcp-muted) !important;
}

html.tc-polished .nav-links a:hover,
html.tc-polished .nav-links a.active {
  color: #fff !important;
  text-shadow: none !important;
}

html.tc-polished .nav-auth {
  gap: 10px !important;
}

html.tc-polished .btn,
html.tc-polished .tc-btn,
html.tc-polished .bv2-btn,
html.tc-polished button,
html.tc-polished input,
html.tc-polished select,
html.tc-polished textarea {
  border-radius: var(--tcp-radius) !important;
}

html.tc-polished .btn,
html.tc-polished .tc-btn,
html.tc-polished .bv2-btn {
  min-height: 42px;
  padding: 11px 18px !important;
  line-height: 1.15 !important;
  white-space: normal !important;
}

html.tc-polished .btn-primary,
html.tc-polished .tc-btn-primary,
html.tc-polished .bv2-btn-primary {
  color: #190d05 !important;
  background: linear-gradient(180deg, #ffb26b, #f97316) !important;
  border: 1px solid rgba(255, 178, 107, 0.55) !important;
  box-shadow: 0 10px 24px -15px rgba(249, 115, 22, 0.75) !important;
}

html.tc-polished .btn-secondary,
html.tc-polished .tc-btn-secondary,
html.tc-polished .bv2-btn-ghost {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid var(--tcp-line) !important;
  color: var(--tcp-ink) !important;
}

html.tc-polished :is(.course-card, .tc-card, .tc-card-skel, .stat-card, .platform-card, .experience-card, .testi-card, .training-card, .about-feature, .profile-card, .message-box, .tc-path-card, .tc-svg-fig, .tc-callout, .tc-assess, .tc-mq, .tc-tutor, .bv2-card, .blog-card, .room-card, .assignment-card, .admin-card, .resume-card, .infographic-card) {
  border-radius: var(--tcp-radius) !important;
  box-shadow: var(--tcp-shadow-soft) !important;
}

html.tc-polished :is(.course-card, .tc-card, .stat-card, .platform-card, .experience-card, .testi-card, .training-card, .about-feature):hover {
  transform: translateY(-2px) !important;
  border-color: var(--tcp-line-strong) !important;
  box-shadow: var(--tcp-shadow) !important;
}

html.tc-polished .hero {
  min-height: auto !important;
  padding-top: 118px !important;
  padding-bottom: 70px !important;
}

html.tc-polished .resume-hero {
  min-height: auto !important;
  padding-top: 138px !important;
  padding-bottom: 54px !important;
}

html.tc-polished .hero .hero-content {
  gap: 44px !important;
  align-items: center !important;
}

html.tc-polished .hero h1,
html.tc-polished .resume-hero h1,
html.tc-polished .bv2-h1,
html.tc-polished .tc-h1 {
  text-wrap: balance;
}

html.tc-polished .hero .hero-text > p {
  max-width: 58ch !important;
  color: var(--tcp-muted) !important;
}

html.tc-polished .hero-buttons {
  gap: 12px !important;
}

html.tc-polished .hero-stats-bar {
  margin-top: 28px !important;
  border-radius: var(--tcp-radius) !important;
  overflow: hidden !important;
}

html.tc-polished .hero-console,
html.tc-polished .hero-simulator-preview {
  border-radius: var(--tcp-radius) !important;
  border-color: var(--tcp-line-strong) !important;
}

html.tc-polished .hc-row {
  min-width: 0 !important;
}

html.tc-polished .section-header {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 34px !important;
}

html.tc-polished .section-header h2 {
  text-wrap: balance;
}

html.tc-polished .courses-grid,
html.tc-polished .tc-card-grid,
html.tc-polished .blogs-grid,
html.tc-polished .rooms-grid,
html.tc-polished .assignments-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
  gap: 18px !important;
}

html.tc-polished .tc-card-title,
html.tc-polished .course-card h3,
html.tc-polished .platform-card h3,
html.tc-polished .experience-card h3,
html.tc-polished .profile-card h3 {
  line-height: 1.25 !important;
  text-wrap: balance;
}

html.tc-polished .tc-card,
html.tc-polished .course-card {
  min-width: 0 !important;
}

html.tc-polished .tc-card :is(p, li),
html.tc-polished .course-card :is(p, li) {
  line-height: 1.55 !important;
}

html.tc-polished .builder-container {
  width: min(100% - 32px, 1400px) !important;
  max-width: 1400px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  grid-template-columns: minmax(320px, 380px) minmax(0, 1fr) !important;
}

html.tc-polished .builder-left,
html.tc-polished .builder-center,
html.tc-polished .preview-header,
html.tc-polished .resume-preview-container,
html.tc-polished .template-grid {
  min-width: 0 !important;
  max-width: 100% !important;
}

html.tc-polished .profile-header {
  border-radius: var(--tcp-radius) !important;
  border-color: var(--tcp-line-strong) !important;
  box-shadow: var(--tcp-shadow) !important;
}

html.tc-polished .profile-tabs {
  border-radius: var(--tcp-radius) !important;
  gap: 4px !important;
}

html.tc-polished .profile-tab {
  border-radius: 6px !important;
  min-height: 40px !important;
}

html.tc-polished #tcChatBtn {
  width: 54px !important;
  height: 54px !important;
  right: 20px !important;
  bottom: 20px !important;
  box-shadow: 0 16px 34px -20px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 157, 60, 0.28) !important;
}

html.tc-polished #tcChatLabel {
  right: 84px !important;
  bottom: 27px !important;
  box-shadow: 0 14px 30px -22px rgba(0, 0, 0, 0.75) !important;
}

html.tc-polished #tcChatBox {
  border-radius: var(--tcp-radius) !important;
  right: 20px !important;
  bottom: 84px !important;
  box-shadow: 0 22px 64px -28px rgba(0, 0, 0, 0.95) !important;
}

html.tc-polished .bv2-glow {
  display: none !important;
}

html.tc-polished .bv2-hero {
  padding-top: 70px !important;
  padding-bottom: 34px !important;
}

html.tc-polished .bv2-hero::before {
  opacity: 0.55 !important;
  mask-image: linear-gradient(#000, transparent 80%) !important;
}

html.tc-polished .bv2-container {
  width: min(100% - 32px, 980px) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html.tc-polished .bv2-kicker {
  border-radius: 999px !important;
}

html.tc-polished .bv2-cta-row {
  gap: 10px !important;
}

html.tc-polished .bv2-stats {
  border-top-color: var(--tcp-line) !important;
}

html.tc-polished .bv2-grid {
  grid-template-columns: repeat(auto-fit, minmax(272px, 1fr)) !important;
  gap: 18px !important;
}

html.tc-polished .bv2-card {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

html.tc-polished .bv2-card-art {
  border-radius: 8px 8px 0 0 !important;
}

html.tc-polished .bv2-card-title {
  line-height: 1.28 !important;
  text-wrap: balance;
}

html.tc-polished .bv2-card-foot {
  gap: 12px !important;
}

html.tc-polished .bv2-card-foot-meta {
  min-width: 0 !important;
  flex-wrap: wrap !important;
}

html.tc-polished .tc-header {
  top: 4px !important;
  box-shadow: 0 12px 32px -28px rgba(30, 58, 138, 0.45) !important;
}

html.tc-polished .tc-hero,
html.tc-polished .tc-body,
html.tc-polished .tc-path-wrap {
  max-width: 900px !important;
}

html.tc-polished .tc-hero {
  padding-top: 42px !important;
  padding-bottom: 18px !important;
}

html.tc-polished .tc-body {
  padding-bottom: 68px !important;
}

html.tc-polished .tc-path-grid,
html.tc-polished .tc-flip-grid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
}

html.tc-polished .tc-body h2,
html.tc-polished .tc-body h3 {
  text-wrap: balance;
}

html.tc-polished .tc-body p,
html.tc-polished .tc-body li,
html.tc-polished .tc-lede {
  line-height: 1.68 !important;
}

html.tc-polished .tc-table-wrap,
html.tc-polished .tc-svg-scroll,
html.tc-polished .tc-code,
html.tc-polished .tc-code-out,
html.tc-polished pre {
  max-width: 100% !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

html.tc-polished .tc-callout,
html.tc-polished .tc-assess,
html.tc-polished .tc-mq,
html.tc-polished .tc-tutor,
html.tc-polished .tc-next,
html.tc-polished .tc-sources {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}

html.tc-polished a:focus-visible,
html.tc-polished button:focus-visible,
html.tc-polished input:focus-visible,
html.tc-polished select:focus-visible,
html.tc-polished textarea:focus-visible,
html.tc-polished [tabindex]:focus-visible {
  outline: 3px solid rgba(96, 165, 250, 0.88) !important;
  outline-offset: 3px !important;
}

@media (max-width: 920px) {
  html.tc-polished .hero .hero-content {
    grid-template-columns: 1fr !important;
  }

  html.tc-polished .builder-container {
    grid-template-columns: 1fr !important;
  }

  html.tc-polished .hero-visual,
  html.tc-polished .hero-console,
  html.tc-polished .hero-simulator-preview {
    width: 100% !important;
    max-width: none !important;
  }

  html.tc-polished .nav-links {
    gap: 14px !important;
  }
}

@media (max-width: 760px) {
  html.tc-polished .container,
  html.tc-polished .nav-container,
  html.tc-polished .bv2-section-head,
  html.tc-polished .bv2-grid,
  html.tc-polished .tc-header-inner,
  html.tc-polished .profile-container {
    width: min(100% - 28px, 100%) !important;
  }

  html.tc-polished section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  html.tc-polished .hero {
    padding-top: 96px !important;
    padding-bottom: 48px !important;
  }

  html.tc-polished .resume-hero {
    padding-top: 142px !important;
    padding-bottom: 44px !important;
  }

  html.tc-polished .hero h1 {
    font-size: 2.35rem !important;
  }

  html.tc-polished .resume-hero h1 {
    font-size: 2rem !important;
  }

  html.tc-polished .hero .hero-text > p {
    font-size: 1rem !important;
  }

  html.tc-polished .hero-buttons,
  html.tc-polished .bv2-cta-row,
  html.tc-polished .tc-submit-row {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  html.tc-polished .hero-buttons .btn,
  html.tc-polished .bv2-cta-row .bv2-btn,
  html.tc-polished .tc-submit-row .tc-btn {
    width: 100% !important;
  }

  html.tc-polished .hero-stats-bar {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  html.tc-polished .bv2-stats {
    padding-right: 66px !important;
  }

  html.tc-polished .hero-stats-bar .hs-divider {
    width: 100% !important;
    height: 1px !important;
  }

  html.tc-polished .hc-row {
    grid-template-columns: 24px minmax(95px, 1fr) minmax(68px, 0.8fr) 74px !important;
    gap: 6px !important;
    padding: 9px 12px !important;
  }

  html.tc-polished .hc-row > :nth-child(3),
  html.tc-polished .hc-row > :nth-child(4) {
    display: none !important;
  }

  html.tc-polished .courses-grid,
  html.tc-polished .tc-card-grid,
  html.tc-polished .blogs-grid,
  html.tc-polished .rooms-grid,
  html.tc-polished .assignments-grid,
  html.tc-polished .bv2-grid {
    grid-template-columns: 1fr !important;
  }

  html.tc-polished .builder-container {
    width: min(100% - 28px, 100%) !important;
  }

  html.tc-polished .resume-preview-container {
    padding: 1rem !important;
  }

  html.tc-polished .template-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  html.tc-polished .ai-chat-panel {
    width: calc(100vw - 24px) !important;
    right: calc(-100vw + 12px) !important;
  }

  html.tc-polished .ai-chat-panel.active {
    right: 12px !important;
  }

  html.tc-polished .profile-header {
    grid-template-columns: 1fr !important;
    text-align: left !important;
    gap: 18px !important;
    padding: 22px !important;
  }

  html.tc-polished .profile-header-summary {
    width: 100% !important;
    justify-content: space-between !important;
    gap: 10px !important;
  }

  html.tc-polished .bv2-hero {
    padding-top: 84px !important;
  }

  html.tc-polished .bv2-h1,
  html.tc-polished .tc-h1 {
    font-size: 2rem !important;
  }

  html.tc-polished .tc-hero,
  html.tc-polished .tc-body,
  html.tc-polished .tc-path-wrap {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  html.tc-polished .tc-path-grid,
  html.tc-polished .tc-flip-grid {
    grid-template-columns: 1fr !important;
  }

  html.tc-polished #tcChatLabel {
    display: none !important;
  }

  html.tc-polished #tcChatBox {
    width: calc(100vw - 28px) !important;
    right: 14px !important;
  }
}

@media (max-width: 420px) {
  html.tc-polished .hero h1,
  html.tc-polished .bv2-h1,
  html.tc-polished .tc-h1 {
    font-size: 1.85rem !important;
  }

  html.tc-polished .nav-container {
    width: min(100% - 20px, 100%) !important;
  }

  html.tc-polished .btn,
  html.tc-polished .tc-btn,
  html.tc-polished .bv2-btn {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.tc-polished *,
  html.tc-polished *::before,
  html.tc-polished *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
