/* [next]/internal/font/google/geist_e531dabc.module.css [app-client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/gyByhwUxId8gMEwYGFWNOITddY4-s.b7d310ad.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/gyByhwUxId8gMEwSGFWNOITddY4-s.81df3a5b.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/gyByhwUxId8gMEwcGFWNOITd-s.p.1a6fa3e1.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Fallback;
  src: local(Arial);
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0.0%;
  size-adjust: 104.76%;
}

.geist_e531dabc-module__QGiZLq__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_e531dabc-module__QGiZLq__variable {
  --font-geist-sans: "Geist", "Geist Fallback";
}


/* [next]/internal/font/google/geist_mono_68a01160.module.css [app-client] (css) */
@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/or3nQ6H_1_WfwkMZI_qYFrMdmhHkjkotbA-s.cb6bbcb1.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/or3nQ6H_1_WfwkMZI_qYFrkdmhHkjkotbA-s.e32db976.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/or3nQ6H_1_WfwkMZI_qYFrcdmhHkjko-s.p.be19f591.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Mono Fallback;
  src: local(Arial);
  ascent-override: 74.67%;
  descent-override: 21.92%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.geist_mono_68a01160-module__YLcDdW__className {
  font-family: Geist Mono, Geist Mono Fallback;
  font-style: normal;
}

.geist_mono_68a01160-module__YLcDdW__variable {
  --font-geist-mono: "Geist Mono", "Geist Mono Fallback";
}


/* [project]/src/app/styles/globals.css [app-client] (css) */
@layer properties;

:root {
  --primary: #06c;
  --secondary: #004999;
  --accent: #00a3ff;
  --text: #333;
  --light-text: #666;
  --bg: #fff;
  --light-bg: #f5f9ff;
  --border: #e0e9f5;
  --ozon: #005bff;
  --wb: #cb11ab;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Inter, system-ui, -apple-system, sans-serif;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: inter, sans-serif;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.main-page nav {
  top: 0;
  width: 100%;
  background: #fffffff2;
  backdrop-filter: blur(10px);
  z-index: 1000;
  padding: .75rem 0;
  box-shadow: 0 4px 15px #0000000d;
}

.main-page .nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-page .logo-container {
  display: flex;
  align-items: center;
  min-width: 0;
}

.main-page .logo-img {
  height: 120px;
  width: 120px;
  margin-right: 10px;
}

.main-page .nav-links {
  display: flex;
  gap: 2rem;
}

.main-page .nav-links a {
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  transition: color .3s;
  position: relative;
  white-space: nowrap;
}

.main-page .nav-links a:hover {
  color: var(--primary);
}

.main-page .nav-links a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: width .3s;
}

.nav-links a:hover:after {
  width: 100%;
}

.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0;
}

.burger-menu span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: var(--primary);
  border-radius: 3px;
  transition: all .3s;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1100;
  padding: calc(env(safe-area-inset-top, 0px)  + 1.25rem) 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  transform: translateX(-100%);
  transition: transform .3s;
}

.mobile-menu.active {
  transform: translateX(0);
}

.mobile-menu a {
  color: var(--text);
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  padding: .5rem 0;
  border-bottom: 1px solid var(--border);
}

.mobile-auth {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1rem;
}

.mobile-menu .btn {
  width: 100%;
}

.mobile-menu .btn:focus, .mobile-menu .btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #1a01cc2e;
}

.mobile-menu a, .mobile-menu .btn {
  -webkit-tap-highlight-color: transparent;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
  z-index: 1090;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.user-actions {
  display: flex;
  align-items: center;
  gap: 27px;
}

.main-page .auth-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.main-page .auth-buttons .btn:focus, .main-page .auth-buttons .btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #1a01cc2e;
}

.username {
  margin-right: 10px;
  font-weight: bold;
  color: #1a01cc;
}

.logout-button {
  background-color: #0000;
  border: none;
  color: #00f;
  cursor: pointer;
  font-size: 16px;
}

.logout-button:hover {
  text-decoration: underline;
}

.username-link {
  color: var(--primary);
  font-weight: 500;
  text-decoration: none;
  margin-right: 15px;
  cursor: pointer;
  transition: color .3s;
}

.username-link:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}

@media (width <= 1024px) {
  .main-page .nav-links {
    display: none;
  }

  .main-page .auth-buttons {
    display: none;
  }

  .main-page .burger-menu {
    display: flex;
    margin-left: auto;
  }

  .main-page .logo-img {
    height: 48px;
    width: 48px;
  }
}

@media (width <= 768px) {
  .main-page .nav-content {
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .main-page .logo-img {
    height: 32px;
    width: 32px;
    margin-right: 8px;
  }

  .main-page .logo-container h2 {
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 55vw;
  }

  .main-page .nav-links {
    display: none;
  }

  .main-page .auth-buttons {
    display: none;
  }

  .main-page .burger-menu {
    display: flex;
    margin-left: auto;
  }
}

@media (width <= 380px) {
  .main-page nav {
    padding: .75rem 0;
  }

  .main-page .logo-container h2 {
    max-width: 50vw;
    font-size: 16px;
  }
}

section {
  padding: 80px 0;
  width: 100%;
}

.full-width {
  background: var(--light-bg);
  width: 100%;
}

.content-block {
  background: var(--bg);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 8px 32px #0066cc14;
  margin: 1rem 0;
  transition: transform .3s;
}

.content-block:hover {
  transform: translateY(-5px);
}

h1, h2, h3, h4 {
  color: var(--primary);
}

h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

h2 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.subtitle {
  font-size: 1.2rem;
  color: var(--light-text);
  margin-bottom: 2rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#hero {
  padding-top: 100px;
  padding-bottom: 80px;
  background: linear-gradient(135deg, var(--light-bg) 0%, #e6f0ff 100%);
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.hero-text {
  flex: 1;
}

.hero-image {
  flex: 1;
  text-align: right;
}

.hero-image img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 15px 30px #0066cc1a;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.stat-card {
  background: var(--bg);
  padding: 1.5rem;
  border-radius: 12px;
  border-left: 4px solid var(--primary);
  box-shadow: 0 5px 15px #0000000d;
  transition: transform .3s;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.feature-card {
  background: var(--bg);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 5px 15px #0000000d;
  transition: transform .3s;
  border-top: 4px solid var(--primary);
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 1rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.pricing-card {
  background: var(--bg);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 5px 15px #0000000d;
  transition: transform .3s;
  display: flex;
  flex-direction: column;
}

.pricing-card.popular {
  border: 2px solid var(--primary);
  position: relative;
}

.popular-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: var(--primary);
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: .8rem;
  font-weight: 600;
}

.pricing-card:hover {
  transform: translateY(-5px);
}

.price {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary);
  margin: 1rem 0;
}

.price span {
  font-size: 1rem;
  color: var(--light-text);
}

.feature-list {
  list-style: none;
  margin: 1.5rem 0;
  flex-grow: 1;
}

.feature-list li {
  margin-bottom: .8rem;
  display: flex;
  align-items: center;
}

.feature-list li:before {
  content: "✓";
  color: var(--primary);
  font-weight: bold;
  margin-right: 10px;
}

@media (width <= 768px) {
  h1 {
    font-size: 2.2rem;
  }

  .hero-content {
    flex-direction: column;
  }

  .hero-image {
    order: -1;
  }
}

.btn {
  display: inline-block;
  padding: .8rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s;
  text-decoration: none;
  text-align: center;
}

.btn-sm {
  padding: .5rem 1.2rem;
  font-size: .9rem;
}

.btn-primary {
  background: var(--primary);
  color: #fff;
  border: none;
}

.btn-primary:hover {
  background: var(--secondary);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px #06c3;
}

.btn-outline {
  background: none;
  color: var(--primary);
  border: 2px solid var(--primary);
}

.btn-outline:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px #06c3;
}

input, textarea {
  background: var(--light-bg);
  border: 1px solid var(--border);
  padding: 1rem;
  border-radius: 8px;
  color: var(--text);
  transition: all .3s;
}

input:focus, textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px #0066cc1a;
}

.contact-form {
  display: grid;
  gap: 1.5rem;
  max-width: 600px;
  margin: 0 auto;
}

.contact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}

.contact-title {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 1rem;
  text-align: center;
}

.contact-subtitle {
  font-size: 1.2rem;
  color: var(--light-text);
  margin-bottom: 2rem;
  text-align: center;
}

.contact-form-container {
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px #0000000d;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--text);
}

.form-group input, .form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 1rem;
}

.submit-button {
  background-color: var(--primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color .3s;
  width: 100%;
}

.submit-button:hover {
  background-color: var(--secondary);
}

.marketplace-badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: .9rem;
  font-weight: 600;
  margin-right: 10px;
}

.ozon-badge {
  background-color: #005bff1a;
  color: var(--ozon);
}

.wb-badge {
  background-color: #cb11ab1a;
  color: var(--wb);
}

.profile-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.profile-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px #0000001a;
  padding: 30px;
  margin-top: 20px;
}

.profile-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.profile-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  margin-right: 20px;
}

.profile-details {
  margin-bottom: 30px;
}

.detail-item {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.detail-label {
  font-weight: 500;
  width: 120px;
  color: #666;
}

.detail-value {
  flex: 1;
}

.profile-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.error {
  color: #e74c3c;
  padding: 15px;
  background-color: #fdf3f2;
  border-radius: 5px;
  margin-top: 20px;
}

.footer {
  background: var(--light-bg);
  padding: 3rem 0;
  margin-top: 3rem;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.footer-column h4 {
  margin-bottom: 1.5rem;
  color: var(--primary);
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: .8rem;
}

.footer-column a {
  color: var(--light-text);
  text-decoration: none;
  transition: color .3s;
}

.footer-column a:hover {
  color: var(--primary);
}

.copyright {
  text-align: center;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  color: var(--light-text);
}

.contacts-and-socials {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  color: #fff;
}

.contacts-info, .social-media {
  flex: 1;
  text-align: left;
}

.contacts-info ul {
  list-style: none;
  padding: 0;
}

.contacts-info ul li {
  margin-bottom: 5px;
}

.contacts-info h2, .social-media h2 {
  margin-bottom: 10px;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.container {
  width: 100%;
}

.mx-auto {
  margin-inline: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.inline {
  display: inline;
}

.table {
  display: table;
}

.min-h-screen {
  min-height: 100vh;
}

.w-full {
  width: 100%;
}

.transform {
  transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.rounded-full {
  border-radius: 3.40282e38px;
}

.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}

.border-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}

.bg-gradient-to-br {
  --tw-gradient-position: to bottom right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}

.text-center {
  text-align: center;
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.filter {
  filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
}

.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.duration-300 {
  --tw-duration: .3s;
  transition-duration: .3s;
}

.react-datepicker {
  font-family: Inter, sans-serif;
  border-color: #e0e0e0;
}

.react-datepicker__header {
  background-color: #f5f7fa;
  border-bottom-color: #e0e0e0;
}

.react-datepicker__day--selected, .react-datepicker__day--in-range {
  background-color: #06f;
}

.react-datepicker__day--in-selecting-range {
  background-color: #0066ff80;
}

.react-datepicker__day--keyboard-selected {
  background-color: #0066ffb3;
}

.react-datepicker__day:hover {
  background-color: #f0f5ff;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}


/*# sourceMappingURL=%5Broot%20of%20the%20server%5D__d45d9d._.css.map*/
