:root { --blue-900: #0d3b66; --blue-800: #125589; --blue-700: #1769aa; --blue-600: #2584c7; --blue-100: #e8f3fb; --blue-050: #f4f9fd; --ink: #172536; --muted: #6b7a8c; --line: #dce7f0; --white: #fff; --shadow: 0 12px 34px rgba(13, 59, 102, .09); --radius: 12px; }
html { scroll-behavior: smooth; }
body { margin: 0px; background: rgb(246, 249, 252); color: var(--ink); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; font-family: Roboto, Arial, sans-serif !important; }
*, ::before, ::after { box-sizing: border-box; }
a { color: var(--blue-700); transition: color 0.2s, opacity 0.2s, transform 0.2s; }
a:hover { color: var(--blue-900); }
img { max-width: 100%; height: auto; }
.container, .site-header-inner, .main-navigation-inner, .site-footer-inner { width: min(1180px, 100% - 40px); max-width: 1180px; margin-inline: auto; }
.site-header { position: relative; z-index: 50; width: 100%; background: rgba(255, 255, 255, 0.97); border-top: 4px solid var(--blue-700); border-bottom: 1px solid var(--line); }
.site-header.is-scrolled { box-shadow: rgba(13, 59, 102, 0.1) 0px 8px 28px; }
.site-header-inner { min-height: 108px; display: flex; align-items: center; gap: 28px; }
.site-branding { display: flex; align-items: center; gap: 16px; margin-right: auto; }
.site-logotype img { max-height: 56px; width: auto; display: block; }
.site-title, .site-title a { margin: 0px; color: var(--blue-900); font-size: 30px; font-weight: 900; line-height: 1.1; letter-spacing: -0.8px; text-decoration: none; }
.site-title::first-letter { color: var(--blue-700); }
.site-description { margin: 7px 0px 0px; color: var(--muted); font-size: 13px; line-height: 1.35; }
.top-menu ul { display: flex; align-items: center; gap: 22px; margin: 0px; padding: 0px; list-style: none; }
.top-menu a { color: rgb(68, 84, 104); font-size: 14px; font-weight: 500; text-decoration: none; }
.top-menu a:hover { color: var(--blue-700); }
.main-navigation { position: relative; z-index: 45; width: 100%; background: var(--blue-700); box-shadow: rgba(13, 59, 102, 0.14) 0px 5px 18px; }
.main-navigation ul { margin: 0px; padding: 0px; list-style: none; }
.main-navigation .menu, .main-navigation-inner > ul { display: flex; align-items: stretch; }
.main-navigation li { position: relative; }
.main-navigation a { display: flex; min-height: 54px; align-items: center; padding: 0px 21px; color: rgb(255, 255, 255); font-size: 14px; font-weight: 700; letter-spacing: 0.15px; text-decoration: none; }
.main-navigation a:hover, .main-navigation .current-menu-item > a { background: var(--blue-800); color: rgb(255, 255, 255); }
.main-navigation .sub-menu { position: absolute; top: 100%; left: 0px; min-width: 220px; padding: 8px; background: rgb(255, 255, 255); border-radius: 0px 0px 10px 10px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: 0.2s; }
.main-navigation li:hover > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.main-navigation .sub-menu a { min-height: 42px; padding: 8px 13px; border-radius: 7px; color: var(--ink); font-weight: 500; }
.main-navigation .sub-menu a:hover { background: var(--blue-100); color: var(--blue-900); }
.site-content { display: flex; align-items: flex-start; gap: 34px; padding-top: 38px; padding-bottom: 64px; }
.content-area { min-width: 0px; flex: 1 1 auto; }
.widget-area { width: 310px; flex: 0 0 310px; }
.home-content, .archive-header, .page-header { margin-bottom: 28px; padding: 28px 30px; background: linear-gradient(120deg, var(--blue-900), var(--blue-700)); border-radius: var(--radius); color: rgb(255, 255, 255); box-shadow: var(--shadow); }
.home-header, .archive-title, .page-title { margin: 0px; font-size: clamp(27px, 4vw, 42px); line-height: 1.18; letter-spacing: -1px; }
.home-text { max-width: 760px; margin-top: 10px; color: rgb(221, 235, 247); }
.home-text p:last-child { margin-bottom: 0px; }
.posts-container { display: grid; gap: 24px; }
.posts-container--two-columns { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
.post-card, .post-box, .entry-content, .widget, .comments-area { background: rgb(255, 255, 255); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: rgba(13, 59, 102, 0.055) 0px 7px 24px; }
.post-card { min-width: 0px; overflow: hidden; transition: transform 0.25s, box-shadow 0.25s; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-card__image { position: relative; overflow: hidden; aspect-ratio: 16 / 8.7; background: var(--blue-100); }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.45s; }
.post-card:hover .post-card__image img { transform: scale(1.035); }
.post-card .entry-header { padding: 21px 23px 0px; }
.post-card .entry-title { margin: 0px; font-size: 21px; line-height: 1.32; letter-spacing: -0.25px; }
.post-card .entry-title a { color: var(--ink); text-decoration: none; }
.post-card .entry-title a:hover { color: var(--blue-700); }
.post-card__content { padding: 11px 23px 24px; color: var(--muted); font-size: 14px; }
.post-card .entry-meta { position: absolute; left: 12px; right: 12px; bottom: 12px; display: flex; gap: 10px; flex-wrap: wrap; padding: 7px 10px; background: rgba(13, 59, 102, 0.88); border-radius: 7px; color: rgb(255, 255, 255); font-size: 11px; backdrop-filter: blur(6px); }
.post-card .entry-meta a { color: rgb(255, 255, 255); }
.post-box { margin-bottom: 26px; padding: 28px; }
.post-box .entry-title, .entry-title { color: var(--ink); letter-spacing: -0.45px; }
.post-box .entry-title { margin: 0px 0px 8px; font-size: clamp(25px, 3vw, 34px); line-height: 1.25; }
.post-box .entry-title a { color: inherit; text-decoration: none; }
.entry-meta { color: var(--muted); font-size: 13px; }
.entry-meta > span { margin-right: 12px; }
.entry-image { margin: 22px -28px 20px; overflow: hidden; }
.entry-image img { width: 100%; display: block; }
.post-box__content { color: rgb(70, 87, 106); }
.post-box__footer { margin-top: 20px; }
.entry-footer__more, .more-link, button, input[type="submit"] { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 0px 18px; border: 0px; border-radius: 7px; background: var(--blue-700); font-weight: 700; text-decoration: none; cursor: pointer; color: rgb(255, 255, 255) !important; }
.entry-footer__more:hover, .more-link:hover, button:hover, input[type="submit"]:hover { background: var(--blue-900); }
.widget { margin-bottom: 22px; padding: 22px; }
.widget-header { position: relative; margin: -22px -22px 19px; padding: 16px 20px 15px 24px; border-bottom: 1px solid var(--line); color: var(--blue-900); font-size: 17px; font-weight: 900; }
.widget-header::before { content: ""; position: absolute; left: 0px; top: 15px; bottom: 15px; width: 4px; background: var(--blue-700); border-radius: 0px 3px 3px 0px; }
.widget ul { margin: 0px; padding: 0px; list-style: none; }
.widget li { padding: 10px 0px; border-bottom: 1px solid rgb(237, 242, 246); }
.widget li:last-child { border-bottom: 0px; padding-bottom: 0px; }
.widget a { color: rgb(59, 77, 97); font-size: 14px; text-decoration: none; }
.widget a:hover { color: var(--blue-700); }
.search-form { position: relative; display: flex; }
.search-form__text, input[type="text"], input[type="email"], input[type="url"], textarea { width: 100%; min-height: 44px; padding: 10px 48px 10px 14px; border: 1px solid rgb(203, 217, 229); border-radius: 7px; background: rgb(255, 255, 255); color: var(--ink); font: inherit; outline: none; }
.search-form__text:focus, input:focus, textarea:focus { border-color: var(--blue-600); box-shadow: rgba(37, 132, 199, 0.13) 0px 0px 0px 3px; }
.search-form__submit { position: absolute; top: 3px; right: 3px; width: 38px; min-height: 38px; padding: 0px; background: transparent; color: var(--blue-700) !important; }
.search-form__submit::before { content: "⌕"; font-size: 23px; transform: rotate(-20deg); }
.pagination, .nav-links { display: flex; gap: 7px; align-items: center; margin-top: 28px; }
.page-numbers { min-width: 40px; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0px 10px; border: 1px solid var(--line); border-radius: 7px; background: rgb(255, 255, 255); color: var(--ink); text-decoration: none; }
.page-numbers.current, .page-numbers:hover { background: var(--blue-700); border-color: var(--blue-700); color: rgb(255, 255, 255); }
.site-footer { width: 100%; background: var(--blue-900); color: rgb(203, 219, 234); }
.site-footer a { color: rgb(227, 239, 249); }
.footer-widgets { padding-top: 48px; }
.site-footer .widget { background: transparent; border: 0px; box-shadow: none; }
.site-footer .widget-header { color: rgb(255, 255, 255); border-color: rgba(255, 255, 255, 0.12); }
.site-footer .widget li { border-color: rgba(255, 255, 255, 0.1); }
.site-footer .widget a { color: rgb(203, 219, 234); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 26px 0px; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 13px; }
.scrolltop { position: fixed; right: 24px; bottom: 24px; width: 46px; min-height: 46px; padding: 0px; border-radius: 50%; box-shadow: rgba(13, 59, 102, 0.24) 0px 7px 22px; }
.scrolltop::before { content: "↑"; font-size: 21px; }
.card-slider-container, .classic-slider { position: relative; overflow: hidden; margin: 0px 0px 34px; border-radius: 15px; background: var(--blue-900); box-shadow: var(--shadow); }
.classic-slider__track { display: flex; transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1); }
.classic-slide, .card-slider-container .swiper-slide { position: relative; min-width: 100%; min-height: 390px; overflow: hidden; }
.classic-slide { display: none; }
.classic-slide.is-active { display: block; animation: 0.45s ease 0s 1 normal none running classicFade; }
@keyframes classicFade { 
  0% { opacity: 0.55; }
  100% { opacity: 1; }
}
.classic-slide__image, .card-slider__image { position: absolute; inset: 0px; width: 100%; height: 100%; background-position: center center; background-size: cover; transition: transform 5s; }
.classic-slide.is-active .classic-slide__image { transform: scale(1.025); }
.classic-slide__image::after, .card-slider__image::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(90deg, rgba(7, 35, 60, 0.94) 0%, rgba(13, 59, 102, 0.79) 45%, rgba(13, 59, 102, 0.16) 100%); }
.classic-slide__content, .card-slider__body { position: absolute; z-index: 2; left: 0px; top: 50%; width: min(620px, 75%); padding: 42px 50px; transform: translateY(-50%); color: rgb(255, 255, 255); }
.classic-slide__category, .card-slider__category { display: inline-flex; margin-bottom: 14px; padding: 5px 10px; border-radius: 5px; background: rgba(255, 255, 255, 0.14); font-size: 11px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; color: rgb(255, 255, 255) !important; }
.classic-slide__title, .card-slider__title { margin: 0px; color: rgb(255, 255, 255); font-size: clamp(28px, 4vw, 45px); font-weight: 900; line-height: 1.1; letter-spacing: -1px; }
.classic-slide__text, .card-slider__excerpt { margin-top: 15px; color: rgb(220, 235, 247); font-size: 16px; line-height: 1.55; }
.classic-slide__link { position: absolute; inset: 0px; z-index: 3; }
.classic-slider__arrow, .swiper-button-next, .swiper-button-prev { position: absolute; z-index: 6; top: 50%; width: 44px; min-height: 44px; padding: 0px; border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 50%; background: rgba(13, 59, 102, 0.5); color: rgb(255, 255, 255); transform: translateY(-50%); backdrop-filter: blur(6px); }
.classic-slider__arrow:hover { background: rgb(255, 255, 255); color: var(--blue-900) !important; }
.classic-slider__prev { left: 16px; }
.classic-slider__next { right: 16px; }
.classic-slider__dots, .swiper-pagination { position: absolute; z-index: 7; left: 0px; right: 0px; bottom: 17px; display: flex; justify-content: center; gap: 8px; }
.classic-slider__dot, .swiper-pagination-bullet { width: 8px; height: 8px; padding: 0px; min-height: 0px; border: 0px; border-radius: 50%; background: rgba(255, 255, 255, 0.55); box-shadow: none; }
.classic-slider__dot.is-active, .swiper-pagination-bullet-active { width: 24px; border-radius: 10px; background: rgb(255, 255, 255); }
.posts-container--classic-list { display: block; }
.classic-post { display: grid; grid-template-columns: 45% 1fr; overflow: hidden; margin-bottom: 25px; padding: 0px; }
.classic-post:nth-child(2n) { grid-template-columns: 1fr 45%; }
.classic-post:nth-child(2n) .classic-post__image { order: 2; }
.classic-post__image { min-height: 270px; background-position: center center; background-size: cover; }
.classic-post__body { display: flex; flex-direction: column; justify-content: center; padding: 28px 30px; }
.classic-post__body .entry-title { margin: 0px 0px 10px; font-size: 27px; line-height: 1.25; }
.classic-post__body .entry-title a { color: var(--ink); text-decoration: none; }
.classic-post__body .entry-title a:hover { color: var(--blue-700); }
.classic-post__body .entry-meta { margin-bottom: 13px; }
.classic-post__body p { margin: 0px; color: var(--muted); font-size: 14px; }
.classic-post__body .entry-footer__more { align-self: flex-start; margin-top: 18px; }
.category-grid { display: grid; grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 24px; }
.category-card { position: relative; min-height: 360px; overflow: hidden; border-radius: var(--radius); background: var(--blue-900); box-shadow: var(--shadow); }
.category-card__image { position: absolute; inset: 0px; background-position: center center; background-size: cover; transition: transform 0.4s; }
.category-card__image::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(0deg, rgba(7, 35, 60, 0.94), rgba(13, 59, 102, 0.08) 72%); }
.category-card:hover .category-card__image { transform: scale(1.035); }
.category-card__body { position: absolute; z-index: 2; left: 0px; right: 0px; bottom: 0px; padding: 25px; color: rgb(255, 255, 255); }
.category-card__meta { margin-bottom: 8px; color: rgb(215, 231, 244); font-size: 12px; }
.category-card h2 { margin: 0px; color: rgb(255, 255, 255); font-size: 23px; line-height: 1.25; }
.category-card p { margin: 10px 0px 0px; color: rgb(217, 232, 244); font-size: 13px; }
.category-card > a { position: absolute; z-index: 3; inset: 0px; }
.single-demo { overflow: hidden; background: rgb(255, 255, 255); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.single-demo__header { padding: 29px 34px 25px; }
.single-demo__header h1 { margin: 6px 0px 12px; font-size: clamp(30px, 4vw, 44px); line-height: 1.13; letter-spacing: -1px; }
.breadcrumbs { margin-bottom: 18px; color: var(--muted); font-size: 13px; }
.single-demo__cover { aspect-ratio: 16 / 7.2; background-position: center center; background-size: cover; }
.single-demo__content { padding: 31px 34px 36px; color: rgb(53, 71, 90); }
.single-demo__content h2 { margin-top: 32px; color: var(--ink); font-size: 28px; }
.single-demo__lead { color: var(--blue-900); font-size: 19px; font-weight: 500; }
.page-links { display: flex; align-items: center; gap: 8px; margin-top: 30px; padding-top: 23px; border-top: 1px solid var(--line); font-weight: 700; }
.page-links__item { min-width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 7px; background: rgb(255, 255, 255); color: var(--ink); text-decoration: none; }
.page-links__item.current, a.page-links__item:hover { border-color: var(--blue-700); background: var(--blue-700); color: rgb(255, 255, 255); }
.author-box, .demo-author { display: flex; gap: 20px; align-items: center; margin-top: 25px; padding: 24px 27px; border: 1px solid var(--line); border-radius: var(--radius); background: rgb(255, 255, 255); box-shadow: rgba(13, 59, 102, 0.055) 0px 7px 24px; }
.author-box__ava img, .demo-author__avatar { width: 72px; height: 72px; flex: 0 0 72px; border-radius: 50%; object-fit: cover; }
.demo-author__avatar { display: grid; place-items: center; background: linear-gradient(135deg,var(--blue-900),var(--blue-600)); color: rgb(255, 255, 255); font-size: 25px; font-weight: 900; }
.author-box__author, .demo-author__name { margin-bottom: 5px; color: var(--blue-900); font-size: 18px; font-weight: 900; }
.author-box__author em, .demo-author__name span { margin-left: 6px; color: var(--muted); font-size: 12px; font-style: normal; font-weight: 400; }
.author-box__description, .demo-author__text { color: var(--muted); font-size: 14px; }
.author-box__description p { margin: 0px; }
.b-related, .demo-related { margin-top: 25px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: rgb(255, 255, 255); box-shadow: rgba(13, 59, 102, 0.055) 0px 7px 24px; }
.b-related__header, .demo-section-title { margin-bottom: 19px; color: var(--ink); font-size: 24px; font-weight: 900; }
.b-related__items, .demo-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 17px; }
.b-related .post-card, .demo-related__card { min-width: 0px; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: rgb(255, 255, 255); }
.demo-related__image { display: block; height: 125px; background-position: center center; background-size: cover; }
.demo-related__body { padding: 15px; }
.demo-related__body span { color: var(--blue-700); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.demo-related__body h3 { margin: 6px 0px 0px; font-size: 16px; line-height: 1.3; }
.demo-related__body a { color: var(--ink); text-decoration: none; }
.demo-related__body a:hover { color: var(--blue-700); }
.comments-area, .demo-comments { margin-top: 25px; padding: 27px; }
.comments-title { margin-bottom: 20px; color: var(--ink); font-size: 24px; font-weight: 900; }
.comment-list { margin: 0px; padding: 0px; list-style: none; }
.comment-list .comment, .demo-comment { display: flex; gap: 14px; padding: 18px 0px; border-bottom: 1px solid var(--line); }
.demo-comment__avatar { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-100); color: var(--blue-800); font-weight: 900; }
.demo-comment__head { margin-bottom: 5px; font-size: 14px; font-weight: 900; }
.demo-comment__head time { margin-left: 8px; color: var(--muted); font-size: 11px; font-weight: 400; }
.demo-comment p { margin: 0px; color: rgb(80, 98, 118); font-size: 14px; }
.comment-respond { margin-top: 27px; }
.comment-reply-title { margin: 0px 0px 16px; color: var(--ink); font-size: 21px; }
.comment-form-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-bottom: 13px; }
.comment-form textarea { min-height: 125px; resize: vertical; padding-right: 14px; }
.comment-form .form-submit { margin: 14px 0px 0px; }
.mob-hamburger { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; cursor: pointer; }
.mob-hamburger span, .mob-hamburger span::before, .mob-hamburger span::after { width: 23px; height: 2px; background: var(--blue-900); display: block; position: relative; transition: 0.2s; }
.mob-hamburger span::before, .mob-hamburger span::after { content: ""; position: absolute; left: 0px; }
.mob-hamburger span::before { top: -7px; }
.mob-hamburger span::after { top: 7px; }
body.classic-menu-open .mob-hamburger span { background: transparent; }
body.classic-menu-open .mob-hamburger span::before { top: 0px; transform: rotate(45deg); }
body.classic-menu-open .mob-hamburger span::after { top: 0px; transform: rotate(-45deg); }
@media (max-width: 980px) {
  .site-content { gap: 25px; }
  .widget-area { width: 270px; flex-basis: 270px; }
  .posts-container--two-columns { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .container, .site-header-inner, .main-navigation-inner, .site-footer-inner { width: min(100% - 28px, 1180px); }
  .site-header-inner { min-height: 82px; }
  .site-title, .site-title a { font-size: 24px; }
  .site-description { display: none; }
  .top-menu { display: none; }
  .mob-hamburger { display: flex; margin-left: auto; }
  .main-navigation { display: none !important; box-shadow: none; }
  body.classic-menu-open .main-navigation { display: block !important; }
  .main-navigation .menu, .main-navigation-inner > ul { display: block; padding: 8px 0px; }
  .main-navigation a { min-height: 44px; padding: 0px 14px; border-radius: 7px; }
  .main-navigation .sub-menu { position: static; display: block; min-width: 0px; padding: 0px 0px 0px 15px; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .main-navigation .sub-menu a { color: rgb(231, 243, 252); }
  .site-content { display: block; padding-top: 24px; padding-bottom: 44px; }
  .widget-area { width: 100%; margin-top: 28px; }
  .home-content, .archive-header, .page-header { padding: 23px 20px; }
  .post-box { padding: 21px; }
  .entry-image { margin-inline: -21px; }
  .footer-bottom { display: block; }
  .classic-slide, .card-slider-container .swiper-slide { min-height: 390px; }
  .classic-slide__content, .card-slider__body { width: 100%; padding: 36px 27px; }
  .classic-slide__text, .card-slider__excerpt { font-size: 14px; }
  .classic-slider__arrow { width: 38px; min-height: 38px; top: auto; bottom: 8px; transform: none; }
  .classic-slider__prev { left: 14px; }
  .classic-slider__next { right: 14px; }
  .classic-post, .classic-post:nth-child(2n) { display: block; }
  .classic-post:nth-child(2n) .classic-post__image { order: initial; }
  .classic-post__image { min-height: 220px; }
  .classic-post__body { padding: 23px 21px; }
  .classic-post__body .entry-title { font-size: 23px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 340px; }
  .single-demo__header, .single-demo__content { padding: 24px 21px; }
  .single-demo__cover { aspect-ratio: 16 / 10; }
  .author-box, .demo-author { align-items: flex-start; padding: 21px; }
  .author-box__ava img, .demo-author__avatar { width: 58px; height: 58px; flex-basis: 58px; }
  .b-related__items, .demo-related__grid { grid-template-columns: 1fr; }
  .demo-related__image { height: 180px; }
  .comments-area, .demo-comments, .b-related, .demo-related { padding: 21px; }
  .comment-form-fields { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after { scroll-behavior: auto !important; transition: none !important; }
}
.preview-hero { position: relative; overflow: hidden; margin-bottom: 30px; padding: 54px 46px; border-radius: 16px; background: linear-gradient(110deg, rgba(13, 59, 102, 0.96), rgba(23, 105, 170, 0.82)), url("../../images/backgrounds/sea.jpg") center center / cover; color: rgb(255, 255, 255); box-shadow: var(--shadow); }
.preview-hero::after { content: ""; position: absolute; width: 260px; height: 260px; right: -55px; top: -105px; border: 40px solid rgba(255, 255, 255, 0.08); border-radius: 50%; }
.preview-kicker { display: inline-block; margin-bottom: 14px; padding: 5px 10px; border-radius: 5px; background: rgba(255, 255, 255, 0.14); font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.preview-hero h1 { max-width: 690px; margin: 0px; font-size: clamp(34px, 5vw, 55px); line-height: 1.08; letter-spacing: -1.7px; }
.preview-hero p { max-width: 640px; margin: 17px 0px 0px; color: rgb(222, 237, 248); font-size: 18px; }
.preview-section-title { margin: 0px 0px 20px; font-size: 26px; line-height: 1.2; }
.preview-card-image { display: block; width: 100%; height: 100%; background-position: center center; background-size: cover; }
.preview-card-image--sea { background-image: linear-gradient(rgba(13, 59, 102, 0.08), rgba(13, 59, 102, 0.08)), url("../../images/backgrounds/sea.jpg"); }
.preview-card-image--wood { background-image: linear-gradient(rgba(13, 59, 102, 0.03), rgba(13, 59, 102, 0.03)), url("../../images/backgrounds/wood.jpg"); }
.preview-card-image--retro { background-image: linear-gradient(rgba(13, 59, 102, 0.1), rgba(13, 59, 102, 0.1)), url("../../images/backgrounds/retro-furnish.png"); }
.preview-card-image--flowers { background-image: linear-gradient(rgba(13, 59, 102, 0.1), rgba(13, 59, 102, 0.1)), url("../../images/backgrounds/flowers.png"); }
.preview-badge { display: inline-flex; margin-bottom: 12px; padding: 4px 9px; border-radius: 5px; background: var(--blue-100); color: var(--blue-800); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.preview-subscribe { padding: 25px; border-radius: var(--radius); background: linear-gradient(135deg, var(--blue-900), var(--blue-700)); color: white; box-shadow: var(--shadow); }
.preview-subscribe h3 { margin: 0px 0px 6px; font-size: 20px; }
.preview-subscribe p { margin: 0px 0px 17px; color: rgb(214, 231, 245); font-size: 14px; }
.preview-subscribe .search-form__text { padding-right: 12px; }
.preview-subscribe button { flex: 0 0 auto; margin-left: 8px; background: rgb(255, 255, 255); color: var(--blue-900) !important; }
.preview-subscribe button:hover { background: var(--blue-100); }
.preview-note { margin-top: 23px; padding: 16px 18px; border-left: 4px solid var(--blue-600); border-radius: 0px 8px 8px 0px; background: var(--blue-050); color: rgb(80, 98, 118); font-size: 13px; }
@media (max-width: 760px) {
  .preview-hero { padding: 38px 24px; }
  .preview-hero p { font-size: 16px; }
}
.brand-dot { color: var(--blue-600); }
.site-title a { white-space: nowrap; }
.top-menu__logout { min-height: 0px; padding: 0px; border: 0px; background: transparent; font-size: 14px; font-weight: 500; color: rgb(68, 84, 104) !important; }
.top-menu__logout:hover { background: transparent; color: var(--blue-700) !important; }
.main-navigation .menu { margin-bottom: 0px; }
.mobile-account-menu { display: none; }
.site-content { min-height: 58vh; }
.content-empty { padding: 35px; border: 1px solid var(--line); border-radius: var(--radius); background: rgb(255, 255, 255); color: var(--muted); text-align: center; }
.taxonomy-description { margin-top: 9px; color: rgb(220, 235, 247); }
.taxonomy-description p:last-child { margin-bottom: 0px; }
.widget-count { float: right; color: rgb(143, 161, 179); }
.laravel-pagination nav { width: 100%; }
.laravel-pagination .pagination { flex-wrap: wrap; }
.laravel-pagination .page-item .page-link { min-width: 40px; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; border-color: var(--line); color: var(--ink); }
.laravel-pagination .page-item.active .page-link { border-color: var(--blue-700); background: var(--blue-700); color: rgb(255, 255, 255); }
.laravel-pagination svg { width: 18px; }
.laravel-tags { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding: 0px 34px 25px; }
.laravel-tags a { padding: 5px 10px; border-radius: 5px; background: var(--blue-100); color: var(--blue-800); font-size: 12px; text-decoration: none; }
.laravel-rating { padding: 0px 34px 30px; }
.demo-author__name a { color: var(--blue-900); text-decoration: none; }
.laravel-comments > [data-react-comments] { min-height: 80px; }
.laravel-footer-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 70px; padding-bottom: 35px; }
.laravel-footer-grid p { max-width: 580px; color: rgb(203, 219, 234); }
.laravel-footer-grid ul { margin: 0px; padding: 0px; list-style: none; }
.laravel-footer-grid li { margin: 6px 0px; }
.footer-heading { margin-bottom: 12px; color: rgb(255, 255, 255); font-size: 18px; font-weight: 900; }
.single-demo__cover { margin: 0px; }
.auth-shell { width: min(980px, 100%); margin: 18px auto 40px; }
.auth-shell--single { width: min(620px, 100%); overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: rgb(255, 255, 255); box-shadow: var(--shadow); }
.auth-shell--wide { display: grid; grid-template-columns: minmax(0px, 1.25fr) minmax(300px, 0.75fr); overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: rgb(255, 255, 255); box-shadow: var(--shadow); }
.auth-card { padding: 42px 46px; }
.auth-card__head { margin-bottom: 28px; }
.auth-card__head h1 { margin: 7px 0px 9px; color: var(--ink); font-size: clamp(30px, 4vw, 42px); line-height: 1.12; letter-spacing: -1px; }
.auth-card__head p { max-width: 570px; margin: 0px; color: var(--muted); }
.auth-kicker { color: var(--blue-700); font-size: 11px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.auth-form { display: grid; gap: 18px; }
.auth-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.auth-field label { display: block; margin-bottom: 7px; color: var(--ink); font-size: 13px; font-weight: 700; }
.auth-field input { width: 100%; min-height: 44px; padding: 10px 14px; border: 1px solid rgb(203, 217, 229); border-radius: 7px; background: rgb(255, 255, 255); color: var(--ink); font: inherit; outline: none; }
.auth-field input:focus { border-color: var(--blue-600); box-shadow: rgba(37, 132, 199, 0.13) 0px 0px 0px 3px; }
.auth-label-row { display: flex; align-items: center; justify-content: space-between; }
.auth-label-row a, .auth-switch a, .auth-check a { color: var(--blue-700); font-size: 12px; font-weight: 700; text-decoration: none; }
.auth-error { margin-top: 5px; color: rgb(180, 35, 24); font-size: 12px; }
.auth-success { margin-bottom: 20px; padding: 13px 15px; border: 1px solid rgb(167, 215, 188); border-radius: 7px; background: rgb(237, 249, 242); color: rgb(23, 101, 58); font-size: 13px; }
.auth-check { display: flex; gap: 9px; align-items: flex-start; color: rgb(86, 104, 122); font-size: 13px; cursor: pointer; }
.auth-check input { width: 17px; height: 17px; flex: 0 0 17px; margin-top: 2px; accent-color: var(--blue-700); }
.auth-submit { width: 100%; min-height: 48px; border-radius: 8px; font-size: 15px; }
.auth-switch { margin: 0px; color: var(--muted); font-size: 13px; text-align: center; }
.auth-side { padding: 42px 35px; background: linear-gradient(145deg,var(--blue-900),var(--blue-700)); color: rgb(255, 255, 255); }
.auth-side .auth-kicker { color: rgb(184, 217, 239); }
.auth-side h2 { margin: 7px 0px 9px; color: rgb(255, 255, 255); font-size: 27px; line-height: 1.2; }
.auth-side > p { color: rgb(214, 232, 245); font-size: 14px; }
.auth-qr { min-height: 220px; display: grid; place-items: center; margin: 24px 0px 17px; padding: 15px; border-radius: 10px; background: rgb(255, 255, 255); color: var(--muted); font-size: 12px; }
.auth-qr canvas + span:empty { display: none; }
.auth-telegram { width: 100%; min-height: 45px; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; background: rgb(255, 255, 255); color: var(--blue-900); font-weight: 900; text-decoration: none; }
.auth-telegram:hover { background: var(--blue-100); color: var(--blue-900); }
.auth-note { margin-top: 18px; padding: 13px 14px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 7px; background: rgba(255, 255, 255, 0.08); color: rgb(220, 235, 247); font-size: 12px; }
.auth-note--light { margin: 0px; border-color: var(--line); background: var(--blue-050); color: var(--muted); }
.auth-side--benefits ul { margin: 28px 0px 0px; padding: 0px; list-style: none; }
.auth-side--benefits li { position: relative; padding: 0px 0px 23px 35px; }
.auth-side--benefits li::before { content: "✓"; position: absolute; left: 0px; top: 1px; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, 0.15); font-size: 12px; font-weight: 900; }
.auth-side--benefits strong, .auth-side--benefits span { display: block; }
.auth-side--benefits strong { color: rgb(255, 255, 255); font-size: 15px; }
.auth-side--benefits span { margin-top: 3px; color: rgb(213, 231, 244); font-size: 13px; }
.site-page .single-demo__header { border-bottom: 1px solid var(--line); }
.site-page .single-demo__content { min-height: 280px; }
.site-page .single-demo__content > :first-child { margin-top: 0px; }
.profile-hero { overflow: hidden; margin-bottom: 24px; border: 1px solid var(--line); border-radius: 15px; background: rgb(255, 255, 255); box-shadow: var(--shadow); }
.profile-hero__cover { height: 145px; background: linear-gradient(110deg, rgba(13, 59, 102, 0.95), rgba(23, 105, 170, 0.75)), url("/images/wall.png") center center / cover; }
.profile-hero__body { position: relative; display: flex; align-items: flex-end; gap: 22px; padding: 0px 30px 25px; }
.profile-hero__avatar { width: 130px; height: 130px; flex: 0 0 130px; margin-top: -55px; border: 6px solid rgb(255, 255, 255); border-radius: 50%; object-fit: cover; box-shadow: rgba(13, 59, 102, 0.18) 0px 7px 22px; }
.profile-hero__identity { flex: 1 1 0%; padding-top: 20px; }
.profile-hero__identity h1 { margin: 4px 0px; color: var(--ink); font-size: 32px; line-height: 1.15; }
.profile-hero__identity p { max-width: 610px; margin: 0px; color: var(--muted); font-size: 14px; }
.profile-action, .profile-action--light { flex: 0 0 auto; min-height: 43px; padding: 0px 17px; border-radius: 7px; text-decoration: none; }
.profile-action--light { display: inline-flex; align-items: center; background: var(--blue-100); font-weight: 700; color: var(--blue-900) !important; }
.profile-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.profile-stats > div { padding: 17px; border-right: 1px solid var(--line); text-align: center; }
.profile-stats > div:last-child { border-right: 0px; }
.profile-stats strong, .profile-stats span { display: block; }
.profile-stats strong { color: var(--blue-900); font-size: 18px; }
.profile-stats span { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.profile-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 30px; }
.profile-details > div { padding: 17px 19px; border: 1px solid var(--line); border-radius: 9px; background: rgb(255, 255, 255); }
.profile-details span, .profile-details strong { display: block; }
.profile-details span { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.profile-details strong { margin-top: 4px; color: var(--ink); font-size: 14px; }
.profile-posts-title { margin-top: 5px; }
.author-widget { text-align: center; }
.author-widget__avatar { width: 104px; height: 104px; margin: 0px auto 12px; border: 5px solid var(--blue-100); border-radius: 50%; object-fit: cover; }
.author-widget h2 { margin: 0px; color: var(--blue-900); font-size: 21px; }
.author-widget > p { margin: 4px 0px 13px; color: var(--muted); font-size: 12px; }
.author-widget__rating { margin: 10px 0px; }
.author-widget__button { width: 100%; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0px 14px; border-radius: 7px; background: var(--blue-700); font-size: 13px; font-weight: 700; text-decoration: none; color: rgb(255, 255, 255) !important; }
.author-menu li a { display: flex; align-items: center; justify-content: space-between; }
.author-menu li b { color: var(--blue-700); }
.authors-grid { display: grid; gap: 17px; }
.author-list-card { display: flex; gap: 18px; align-items: center; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: rgb(255, 255, 255); box-shadow: rgba(13, 59, 102, 0.055) 0px 7px 24px; }
.author-list-card img { width: 86px; height: 86px; flex: 0 0 86px; border-radius: 50%; object-fit: cover; }
.author-list-card span { color: var(--blue-700); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.author-list-card h2 { margin: 3px 0px; font-size: 21px; }
.author-list-card h2 a { color: var(--ink); text-decoration: none; }
.author-list-card p { margin: 0px 0px 6px; color: var(--muted); font-size: 13px; }
.profile-edit-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin: 4px 0px 24px; }
.profile-edit-heading h1 { margin: 6px 0px 5px; color: var(--ink); font-size: clamp(30px, 4vw, 42px); line-height: 1.1; }
.profile-edit-heading p { margin: 0px; color: var(--muted); }
.profile-edit-back { flex: 0 0 auto; padding: 10px 14px; border: 1px solid var(--line); border-radius: 7px; background: rgb(255, 255, 255); color: var(--blue-800); font-size: 13px; font-weight: 700; text-decoration: none; }
.profile-edit-errors { margin-bottom: 20px; padding: 15px 18px; border: 1px solid rgb(239, 181, 176); border-radius: 9px; background: rgb(255, 244, 243); color: rgb(143, 32, 24); }
.profile-edit-errors ul { margin: 7px 0px 0px; }
.profile-edit-layout { display: grid; grid-template-columns: 255px minmax(0px, 1fr); gap: 24px; align-items: start; }
.profile-edit-aside { position: sticky; top: 18px; display: grid; gap: 16px; }
.profile-edit-preview, .profile-edit-nav, .profile-edit-card { border: 1px solid var(--line); border-radius: 14px; background: rgb(255, 255, 255); box-shadow: rgba(13, 59, 102, 0.06) 0px 8px 26px; }
.profile-edit-preview { overflow: hidden; padding: 0px 20px 22px; text-align: center; }
.profile-edit-preview__cover { height: 78px; margin: 0px -20px; background: linear-gradient(125deg,var(--blue-900),var(--blue-600)); }
.profile-edit-preview img { width: 92px; height: 92px; margin-top: -46px; border: 5px solid rgb(255, 255, 255); border-radius: 50%; object-fit: cover; box-shadow: rgba(13, 59, 102, 0.18) 0px 6px 16px; }
.profile-edit-preview h2 { margin: 9px 0px 2px; color: var(--ink); font-size: 20px; }
.profile-edit-preview p { overflow: hidden; margin: 0px; color: var(--muted); font-size: 12px; text-overflow: ellipsis; }
.profile-edit-nav { overflow: hidden; padding: 8px; }
.profile-edit-nav a { display: flex; align-items: center; justify-content: space-between; min-height: 43px; padding: 0px 12px; border-radius: 7px; color: var(--ink); font-size: 13px; font-weight: 700; text-decoration: none; }
.profile-edit-nav a:hover { background: var(--blue-100); color: var(--blue-900); }
.profile-edit-nav span { color: var(--blue-600); }
.profile-edit-content { display: grid; gap: 20px; }
.profile-edit-card { padding: 28px 30px; scroll-margin-top: 20px; }
.profile-edit-card__head { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.profile-edit-card__head > span { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 8px; background: var(--blue-100); color: var(--blue-800); font-size: 12px; font-weight: 900; }
.profile-edit-card__head h2 { margin: 0px 0px 3px; color: var(--ink); font-size: 21px; }
.profile-edit-card__head p { margin: 0px; color: var(--muted); font-size: 13px; }
.profile-edit-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.profile-edit-field--wide { grid-column: 1 / -1; }
.auth-field select, .auth-field textarea { width: 100%; padding: 10px 14px; border: 1px solid rgb(203, 217, 229); border-radius: 7px; background: rgb(255, 255, 255); color: var(--ink); font: inherit; outline: none; }
.auth-field select { min-height: 44px; }
.auth-field textarea { resize: vertical; }
.auth-field select:focus, .auth-field textarea:focus { border-color: var(--blue-600); box-shadow: rgba(37, 132, 199, 0.13) 0px 0px 0px 3px; }
.auth-field small { display: block; margin-top: 6px; color: var(--muted); font-size: 11px; }
.profile-avatar-upload { display: flex; gap: 17px; align-items: center; padding: 14px; border: 1px dashed rgb(185, 202, 216); border-radius: 9px; background: var(--blue-050); }
.profile-avatar-upload img { width: 70px; height: 70px; flex: 0 0 70px; border-radius: 50%; object-fit: cover; }
.profile-avatar-upload > div { min-width: 0px; flex: 1 1 0%; }
.profile-avatar-upload input { min-height: auto; padding: 8px; background: rgb(255, 255, 255); }
.profile-connections { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.profile-connections > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 9px; }
.profile-connections strong { color: var(--ink); font-size: 14px; }
.profile-connections span { padding: 5px 8px; border-radius: 999px; background: rgb(240, 243, 246); color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.profile-connections span.is-connected { background: rgb(232, 247, 238); color: rgb(23, 101, 58); }
.profile-edit-submit { display: flex; justify-content: flex-end; align-items: center; gap: 18px; }
.profile-edit-submit a { color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: none; }
.profile-edit-submit .auth-submit { width: auto; min-width: 205px; padding-inline: 24px; }
@media (max-width: 760px) {
  .site-title, .site-title a { font-size: 20px; }
  .laravel-footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .laravel-tags, .laravel-rating { padding-inline: 21px; }
  .auth-shell--wide { grid-template-columns: 1fr; }
  .auth-card, .auth-side { padding: 30px 23px; }
  .auth-form-grid { grid-template-columns: 1fr; }
  .profile-hero__cover { height: 105px; }
  .profile-hero__body { display: block; padding: 0px 20px 21px; text-align: center; }
  .profile-hero__avatar { width: 105px; height: 105px; margin-top: -52px; }
  .profile-hero__identity { padding-top: 8px; }
  .profile-action, .profile-action--light { width: 100%; justify-content: center; margin-top: 15px; }
  .profile-stats { grid-template-columns: repeat(2, 1fr); }
  .profile-stats > div:nth-child(2) { border-right: 0px; }
  .profile-stats > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .profile-details { grid-template-columns: 1fr; }
  .author-list-card { align-items: flex-start; }
  .mobile-account-menu { display: block; border-top: 1px solid rgba(255, 255, 255, 0.16); }
  .mobile-account-menu + .mobile-account-menu { border-top: 0px; }
  .mobile-account-menu--logout form { margin: 0px; }
  .mobile-account-menu--logout button { width: 100%; min-height: 44px; padding: 0px 14px; border: 0px; border-radius: 7px; background: transparent; color: rgb(255, 255, 255); font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-weight: 700; text-align: left; }
  .mobile-account-menu--logout button:hover { background: var(--blue-800); }
  .profile-edit-heading { display: block; }
  .profile-edit-back { display: inline-flex; margin-top: 15px; }
  .profile-edit-layout { grid-template-columns: 1fr; }
  .profile-edit-aside { position: static; }
  .profile-edit-nav { display: none; }
  .profile-edit-card { padding: 22px 19px; }
  .profile-edit-fields, .profile-connections { grid-template-columns: 1fr; }
  .profile-edit-field--wide { grid-column: auto; }
  .profile-avatar-upload { align-items: flex-start; }
  .profile-edit-submit { display: grid; gap: 12px; text-align: center; }
  .profile-edit-submit .auth-submit { width: 100%; }
}