/*!
Theme Name: vms
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vms
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vms is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	background: transparent;
	position: relative;
}

body::before {
	background:
		radial-gradient(circle at top left, rgba(125, 211, 252, 0.26), transparent 34%),
		radial-gradient(circle at bottom right, rgba(249, 115, 22, 0.2), transparent 30%),
		linear-gradient(180deg, #fffef8 0%, #f8fbff 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: fixed;
	z-index: 0;
}

#page {
	position: relative;
	z-index: 1;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 1.5em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

:root {
	--vms-sky-050: #eef8ff;
	--vms-sky-100: #d7efff;
	--vms-sky-200: #b6e0ff;
	--vms-sky-700: #0b6db5;
	--vms-sun-500: #f97316;
	--vms-ink-900: #122033;
	--vms-muted-500: #6a7688;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #2f3b4a;
}

a:hover,
a:focus,
a:active {
	color: var(--vms-sky-700);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #ffffff;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	    color: #666;
    border: 1px solid #e4e4e4;
    padding: 3px 20px;
    border-radius: 20px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# VMS Home MVP
--------------------------------------------------------------*/

.vms-home {
	background: transparent;
	min-height: 100vh;
	padding: 24px 16px 48px;
}

.vms-shell {
	margin: 0 auto;
	max-width: 1240px;
}

.vms-home-header {
	align-items: center;
	background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
	border-radius: 16px;
	display: flex;
	justify-content: space-between;
	padding: 14px 16px;
}

.vms-home-brand a {
	color: #1f2a37;
	font-size: 1.2rem;
	font-weight: 700;
	text-decoration: none;
}

.vms-home-brand {
	align-items: center;
	display: flex;
	gap: 10px;
}

.vms-home-brand .vms-city-label {
	color: var(--vms-sky-700);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
}

.vms-home-brand .custom-logo-link {
	display: inline-flex;
}

.vms-home-brand .custom-logo {
	display: block;
	height: auto;
	max-height: 44px;
	width: auto;
}

.vms-home-actions {
	align-items: center;
	display: flex;
	gap: 14px;
}

.vms-home-actions a {
	color: #2f3b4a;
	text-decoration: none;
}

.vms-home-actions .vms-btn-icon {
	display: none;
	font-size: 1rem;
	line-height: 1;
}

.vms-home-actions .vms-btn-user {
	align-items: center;
	color: #1f2a37;
	display: inline-flex;
	font-weight: 700;
	gap: 8px;
	padding: 0;
}

.vms-btn-search {
	align-items: center;
	background: var(--vms-sky-050);
	border: 1px solid var(--vms-sky-100);
	border-radius: 999px;
	color: var(--vms-sky-700);
	display: inline-flex;
	height: 36px;
	justify-content: center;
	text-decoration: none;
	width: 36px;
}

.vms-btn-search .vms-btn-icon {
	display: inline-flex;
	font-size: 1rem;
}

.vms-notifications-wrap {
	position: relative;
}

.vms-btn-bell {
	align-items: center;
	background: var(--vms-sky-050);
	border: 1px solid var(--vms-sky-100);
	border-radius: 999px;
	color: var(--vms-sky-700);
	cursor: pointer;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	padding: 0;
	position: relative;
	width: 36px;
}

.vms-btn-bell .vms-btn-icon {
	display: inline-flex;
	font-size: 1rem;
}

.vms-notifications-count {
	background: var(--vms-sun-500);
	border: 2px solid #fff;
	border-radius: 999px;
	color: var(--vms-ink-900);
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1;
	min-width: 18px;
	padding: 3px 5px;
	position: absolute;
	right: -4px;
	text-align: center;
	top: -4px;
}

.vms-notifications-dropdown {
	background: #fff;
	border: 1px solid #dbe6fa;
	border-radius: 14px;
	box-shadow: 0 16px 34px rgb(15 23 42 / 14%);
	display: grid;
	gap: 10px;
	padding: 12px;
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	width: min(360px, 88vw);
	z-index: 40;
}

.vms-notifications-dropdown[hidden] {
	display: none !important;
}

.vms-notifications-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.vms-notifications-head strong {
	color: #1f2a37;
	font-size: 0.95rem;
}

.vms-notifications-mark-read {
	background: transparent;
	border: 0;
	color: var(--vms-sky-700);
	cursor: pointer;
	font-size: 0.8rem;
	font-weight: 700;
	padding: 0;
}

.vms-notifications-list {
	display: grid;
	gap: 8px;
	max-height: 360px;
	overflow-y: auto;
}

.vms-notification-item {
	align-items: center;
	background: #f8fbff;
	border: 1px solid #e5edf8;
	border-radius: 12px;
	color: #334155;
	display: grid;
	gap: 10px;
	grid-template-columns: 34px 1fr;
	padding: 9px 10px;
	text-decoration: none;
}

.vms-notification-item.is-unread {
	background: #edf4ff;
	border-color: #cfdffd;
}

.vms-notification-avatar {
	border-radius: 50%;
	height: 34px;
	object-fit: cover;
	width: 34px;
}

.vms-notification-fallback {
	align-items: center;
	background: #dbe6fa;
	border-radius: 50%;
	color: var(--vms-sky-700);
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 700;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.vms-notification-text {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.vms-notification-title {
	color: #1f2937;
	font-size: 0.87rem;
	line-height: 1.25;
}

.vms-notification-date {
	color: #64748b;
	font-size: 0.76rem;
}

.vms-notifications-empty {
	color: #64748b;
	font-size: 0.86rem;
	padding: 6px 2px;
}

.vms-header-user-avatar {
	align-items: center;
	background: #eef2f7;
	border-radius: 999px;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	overflow: hidden;
	width: 36px;
}

.vms-header-user-avatar .avatar,
.vms-header-user-avatar-img {
	display: block;
	height: 100%;
	margin: 0;
	width: 100%;
}

.vms-header-user-avatar-fallback {
	align-items: center;
	color: #5f6b7b;
	display: inline-flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.vms-user-icon-head {
	border: 2px solid currentcolor;
	border-radius: 999px;
	display: block;
	height: 10px;
	width: 10px;
}

.vms-user-icon-body {
	border: 2px solid currentcolor;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	display: block;
	height: 8px;
	margin-top: 3px;
	width: 16px;
}

.vms-header-user-name {
	font-size: 0.95rem;
	line-height: 1.1;
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vms-home-actions .vms-btn-add {
	background: #ff6a3d;
	border-radius: 10px;
	color: #fff;
	font-weight: 600;
	padding: 7px 14px;
}

.vms-layout {
	display: grid;
	gap: 18px;
	grid-template-columns: 240px 1fr;
}

.vms-sidebar {
	background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
	border-radius: 16px;
	height: fit-content;
	padding: 16px;
	position: relative;
}

.vms-sidebar h2 {
	font-size: 1rem;
	margin: 0 0 14px;
}

.vms-sidebar-mobile-toggle {
	align-items: center;
	background: #f2f6ff;
	border: 1px solid #dbe6fa;
	border-radius: 12px;
	color: var(--vms-sky-700);
	cursor: pointer;
	display: none;
	font-size: 0.9rem;
	font-weight: 700;
	gap: 8px;
	padding: 10px 12px;
	width: 100%;
}

.vms-cat-icon {
	display: block;
	flex: 0 0 auto;
}

.vms-cat-icon-menu {
	height: 16px;
	width: 16px;
}

.vms-sidebar-mobile-overlay {
	background: rgba(15, 23, 42, 0.45);
	inset: 0;
	position: fixed;
	z-index: 38;
}

.vms-category-shell {
	display: grid;
	gap: 0;
	position: relative;
}

.vms-category-screen {
	display: grid;
	gap: 12px;
}

.vms-category-screen[hidden] {
	display: none;
}

@keyframes vmsCategorySlideInRight {
	from {
		opacity: 0;
		transform: translateX(24px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes vmsCategorySlideInLeft {
	from {
		opacity: 0;
		transform: translateX(-24px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.vms-category-screen.is-animating-in {
	animation: vmsCategorySlideInRight 0.22s ease;
}

.vms-category-screen.is-animating-back {
	animation: vmsCategorySlideInLeft 0.22s ease;
}

.vms-category-screen-head {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.vms-category-screen-head h2 {
	margin: 0;
}

.vms-category-mobile-close {
	background: transparent;
	border: 0;
	color: #64748b;
	cursor: pointer;
	display: none;
	font-size: 24px;
	line-height: 1;
	padding: 0;
}

.vms-category-root-list {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vms-category-root-button,
.vms-category-root-link {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #1e293b;
	display: flex;
	font-size: 0.94rem;
	font-weight: 600;
	justify-content: space-between;
	padding: 7px 2px;
	text-decoration: none;
	transition: color 0.2s ease;
	width: 100%;
}

.vms-category-root-button {
	cursor: pointer;
}

.vms-category-root-item.is-current .vms-category-root-link,
.vms-category-root-item.is-current .vms-category-root-button,
.vms-category-root-button:hover,
.vms-category-root-link:hover {
	color: var(--vms-sky-700);;
}

.vms-category-root-chevron {
	color: #64748b;
}

.vms-cat-icon-chevron-right,
.vms-cat-icon-chevron-left,
.vms-cat-icon-chevron {
	height: 16px;
	width: 16px;
}

.vms-category-back {
	align-items: center;
	background: transparent;
	border: 0;
	color: #334155;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 700;
	gap: 6px;
	padding: 0;
}

.vms-category-branch-title {
	color: #0f172a;
	font-size: 0.98rem;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vms-category-branch-all {
	color: var(--vms-sky-700);
	font-size: 0.86rem;
	font-weight: 700;
	margin-left: 20px;
	text-decoration: none;
}

.vms-category-branch-body {
	display: grid;
	gap: 10px;
}

.vms-category-branch-list {
	display: grid;
	list-style: none;
	margin: 0;
	margin-left: 20px;
	padding: 0;
}

.vms-category-branch-item {
	background: transparent;
	border: 0;
	border-radius: 0;
	display: grid;
	gap: 0;
	padding: 1px 0;
}

.vms-category-branch-row {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	min-height: 34px;
}

.vms-category-branch-link {
	color: #1e293b;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.25;
	padding: 5px 2px;
	text-decoration: none;
	transition: color 0.2s ease;
}

.vms-category-branch-link.is-current,
.vms-category-branch-link:hover {
	color: var(--vms-sky-700);
}

.vms-category-accordion-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #64748b;
	cursor: pointer;
	display: inline-flex;
	line-height: 1;
	padding: 2px;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.vms-category-accordion-toggle:hover {
	color: var(--vms-sky-700);
}

.vms-category-accordion-toggle[aria-expanded="true"] {
	transform: rotate(180deg);
}

.vms-category-branch-children {
	border-left: 1px dashed #dbe6fa;
	margin: 0 0 0 10px;
	padding: 0;
}

.vms-category-branch-children .vms-category-branch-item {
	border: 0;
	border-radius: 0;
	padding: 2px 0;
}

.vms-category-empty {
	color: #64748b;
	font-size: 0.9rem;
}

body.vms-cat-mobile-open {
	overflow: hidden;
}

.vms-category-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vms-category-list li + li {
	margin-top: 6px;
}

.vms-category-list a {
	border-radius: 10px;
	color: #2f3b4a;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
}

.vms-category-list a.is-active,
.vms-category-list .current-menu-item > a,
.vms-category-list .current-menu-ancestor > a,
.vms-category-list .current-cat > a,
.vms-category-list .current-cat-parent > a,
.vms-category-list a:hover {
	background: #e9efff;
	color: var(--vms-sky-700);;
}

.vms-single-primary {
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
}

.vms-related-block {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.vms-related-title {
	font-size: 1.1rem;
	margin: 8px 0 0;
}

.vms-favorites-view {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.vms-favorites-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.vms-favorites-group-title {
	font-size: 1rem;
	margin: 4px 0 0;
}

.vms-favorites-view .vms-post-grid {
	column-count: 1;
	column-gap: 0;
}

.vms-favorites-view .vms-post-card {
	display: grid;
	gap: 10px;
	grid-template-areas: "body media";
	grid-template-columns: minmax(0, 1fr) 92px;
	margin: 0 0 8px;
	padding: 10px;
	position: relative;
}

.vms-favorites-view .vms-post-card-head {
	display: none;
}

.vms-favorites-view .vms-post-card-body {
	grid-area: body;
	padding: 0;
}

.vms-favorites-view .vms-post-media-grid {
	align-self: start;
	border-radius: 10px;
	gap: 0;
	grid-area: media;
	grid-template-columns: 1fr !important;
	grid-template-rows: 92px !important;
	margin: 0;
	min-height: 0;
	overflow: hidden;
	width: 92px;
}

.vms-favorites-view .vms-post-media-grid > .vms-post-media-item:not(:first-child) {
	display: none;
}

.vms-favorites-view .vms-post-media-grid .vms-post-media-item {
	display: block;
	height: 92px;
	min-height: 92px;
}

.vms-favorites-view .vms-post-media-grid img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vms-favorites-view .vms-post-card-text {
	font-size: 0.9rem;
	line-height: 1.35;
}

.vms-favorites-view .vms-post-card-text.is-collapsed {
	max-height: calc(1.35em * 3);
	overflow: hidden;
}

.vms-post-card-more-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.vms-post-card-remove-favorite {
	background: transparent;
	border: 0;
	color: #d3264d;
	cursor: pointer;
	display: none;
	font-size: 0.86rem;
	font-weight: 600;
	padding: 8px 0 0;
}

.vms-favorites-view .vms-post-card-more {
	display: inline-block;
	padding-top: 6px;
}

.vms-favorites-view .vms-post-card-more[hidden] {
	display: none !important;
}

.vms-favorites-view .vms-post-card-remove-favorite {
	align-items: center;
	background: #f1f5ff;
	border: 1px solid #d4def7;
	border-radius: 999px;
	color: var(--vms-sky-700);
	display: inline-flex;
	font-size: 0;
	height: 24px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 24px;
	z-index: 3;
}

.vms-favorites-view .vms-post-card-remove-favorite::before {
	content: "\00D7";
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.vms-favorites-view .vms-post-card-remove-favorite:hover {
	background: #e8eefc;
	border-color: #bfd0f9;
}

.vms-favorites-view .vms-post-card-actions,
.vms-favorites-view .vms-comments-panel,
.vms-favorites-view .vms-post-media-hidden {
	display: none !important;
}

.vms-favorites-view .vms-post-menu-wrap {
	display: none;
}

.vms-content {
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-width: 0;
}

.vms-date-ribbon-wrap {
	background: #fff;
	border-radius: 16px;
	max-width: 100%;
	overflow: hidden;
	padding: 10px;
	position: sticky;
	top: 0;
	z-index: 60;
}

.vms-date-ribbon-nav {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
	min-width: 0;
}

.vms-date-nav-left {
	margin: 0;
	min-width: 0;
}

.vms-date-picker-wrap {
	position: relative;
}

.vms-date-picker-btn {
	align-items: center;
	background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%);
	border: 1px solid #cfdcf4;
	border-radius: 10px;
	color: #1f3f84;
	cursor: pointer;
	display: inline-flex;
	gap: 10px;
	font-size: 0.94rem;
	font-weight: 600;
	padding: 9px 14px;
	position: relative;
	transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.vms-date-picker-btn::before {
	background-color: currentcolor;
	content: "";
	display: inline-block;
	height: 14px;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2a1 1 0 0 1 1 1v1h8V3a1 1 0 1 1 2 0v1h1a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h1V3a1 1 0 0 1 1-1Zm12 8H5v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-9ZM8 12a1 1 0 0 1 1 1v1a1 1 0 1 1-2 0v-1a1 1 0 0 1 1-1Zm4 0a1 1 0 0 1 1 1v1a1 1 0 1 1-2 0v-1a1 1 0 0 1 1-1Zm4 0a1 1 0 0 1 1 1v1a1 1 0 1 1-2 0v-1a1 1 0 0 1 1-1ZM5 8h14V7a1 1 0 0 0-1-1h-1v1a1 1 0 1 1-2 0V6H9v1a1 1 0 1 1-2 0V6H6a1 1 0 0 0-1 1v1Z'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 14px;
}

.vms-date-picker-btn:hover {
	border-color: #b7c9eb;
	box-shadow: 0 4px 10px rgba(31, 79, 215, 0.12);
	transform: translateY(-1px);
}

.vms-date-picker-input {
	height: 1px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 1px;
}

.vms-date-month-live {
	color: #334155;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding: 4px 0;
	text-transform: uppercase;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.vms-date-month-live.is-changing {
	opacity: 0.6;
	transform: translateY(-1px);
}


.vms-date-ribbon.vms-date-ribbon-calendar {
	display: flex;
	flex: 1 1 auto;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 4px;
	-ms-overflow-style: none;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.vms-date-ribbon.vms-date-ribbon-calendar::-webkit-scrollbar {
	display: none;
	height: 0;
	width: 0;
}

.vms-calendar-track {
	align-items: center;
	display: flex;
	gap: 8px;
}

.vms-cal-arrow {
	    align-items: center;
    background: #f3f6fb;
    border: 1px solid #dbe5f2;
    border-radius: 8px;
    color: #334155;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 20px;
    font-weight: 700;
    height: 34px;
    min-height: 55px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 34px;
}

.vms-cal-arrow:hover {
	background: #e9effa;
	border-color: #c7d6eb;
}

.vms-month-block {
	border-radius: 12px;
	margin-right: 10px;
}

.vms-month-caption {
	color: #64748b;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-bottom: 6px;
	padding-left: 2px;
	text-transform: uppercase;
}

.vms-month-days {
	display: flex;
	gap: 8px;
}

.vms-date-pill {
	border: 1px solid #dfe8f5;
	background: #fff;
	border-radius: 10px;
	color: #1f2937;
	display: flex;
	flex: 0 0 50px;
	flex-direction: column;
	gap: 2px;
	justify-content: center;
	min-height: 56px;
	padding: 6px 4px;
	text-align: center;
	text-decoration: none;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.vms-date-pill span {
	display: block;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.1;
}

.vms-date-pill small {
	font-size: 0.67rem;
	letter-spacing: 0.02em;
	opacity: 0.75;
	text-transform: uppercase;
}

.vms-date-pill.is-today {
	border-color: #94a3b8;
}

.vms-date-pill:hover {
	background: #f1f5ff;
	border-color: #c8d7f6;
}

.vms-date-pill.is-active {
	background: var(--vms-sky-700);
	border-color: var(--vms-sky-700);
	color: #fff;
}

.vms-post-grid {
	column-count: 2;
	column-gap: 14px;
}

.vms-post-grid.is-split-masonry {
	column-count: initial;
	column-gap: 0;
	display: flex;
	gap: 14px;
}

.vms-post-grid.is-split-masonry .vms-post-col {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	gap: 14px;
	min-width: 0;
}

.vms-post-grid.is-split-masonry .vms-post-card {
	break-inside: auto;
	display: block;
	margin: 0;
}

.vms-post-card {
	background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
	break-inside: avoid;
	border-radius: 16px;
	display: inline-block;
	margin: 0 0 14px;
	overflow: hidden;
	padding: 12px;
	width: 100%;
}

.vms-post-card.is-possible-duplicate {
	background: #fffaf2;
	border-color: #f2c66f;
	box-shadow: 0 0 0 1px rgba(242, 198, 111, 0.3);
}

.vms-duplicate-note {
	align-items: center;
	background: #fff3d6;
	border: 1px solid #f2d089;
	border-radius: 10px;
	color: #7a5211;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.82rem;
	gap: 8px;
	margin: 0 0 10px;
	padding: 8px 10px;
}

.vms-duplicate-note-title {
	font-weight: 700;
}

.vms-duplicate-note-link {
	color: #8d4f00;
	font-weight: 600;
	text-decoration: underline;
}

.vms-duplicate-note-score {
	color: #9a6a1a;
	font-size: 0.78rem;
	margin-left: auto;
}

.vms-post-card-body {
	padding: 10px 0 6px;
}

.vms-post-card-title {
	font-size: 1.02rem;
	margin: 0;
}

.vms-post-card-title a {
	color: #0f172a;
	text-decoration: none;
}

.vms-post-card-text {
	color: #1f2937;
	font-size: 0.94rem;
	line-height: 1.45;
}

.vms-post-card-text.is-collapsed {
	max-height: 88px;
	overflow: hidden;
}

.vms-post-card-text p:last-child {
	margin-bottom: 0;
}

.vms-post-card-more {
	background: transparent;
	border: 0;
	color: var(--vms-sky-700);
	cursor: pointer;
	font-size: 0.9rem;
	font-weight: 600;
	padding: 8px 0 0;
}

.vms-post-card-head {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.vms-post-card-author {
	align-items: center;
	display: flex;
	gap: 10px;
	min-width: 0;
}

.vms-post-card-author-avatar {
	display: inline-flex;
	flex: 0 0 auto;
	line-height: 0;
}

.vms-post-card-author-avatar .avatar {
	border-radius: 999px;
	display: block;
	height: 44px;
	object-fit: cover;
	width: 44px;
}

.vms-post-card-author-main {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.vms-post-card-author-name {
	color: #0f172a;
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.15;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vms-post-card-author-name:hover {
	color: var(--vms-sky-700);
}

.vms-post-card-meta {
	color: #64748b;
	display: flex;
	font-size: 0.82rem;
	gap: 6px;
	margin-top: 0;
}

.vms-post-edit-link {
	display: none !important;
}

.vms-post-menu-wrap {
	position: relative;
}

.vms-post-menu-trigger {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	gap: 3px;
	justify-content: center;
	padding: 6px;
}

.vms-post-menu-trigger span {
	background: #64748b;
	border-radius: 999px;
	display: block;
	height: 3px;
	width: 3px;
}

.vms-post-menu-trigger:hover {
	background: #eef3fb;
}

.vms-post-menu {
	background: #fff;
	border: 1px solid #dbe4f4;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
	display: none;
	min-width: 190px;
	padding: 6px;
	position: absolute;
	right: 0;
	top: calc(100% + 6px);
	z-index: 20;
}

.vms-post-menu-wrap.is-open .vms-post-menu {
	display: block;
}

.vms-post-card.is-action-mode > *:not(.js-vms-action-host) {
	display: none !important;
}

.vms-post-menu-item {
	background: transparent;
	border: 0;
	border-radius: 8px;
	color: #1e293b;
	cursor: pointer;
	display: block;
	font-size: 0.85rem;
	padding: 8px 10px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

.vms-post-menu-item:hover {
	background: #f3f7ff;
	color: var(--vms-sky-700);
}

.vms-post-media-grid {
	background: #eaf0fb;
	border-radius: 12px;
	display: grid;
	gap: 2px;
	overflow: hidden;
}

.vms-post-media-grid.count-1 {
	grid-template-columns: 1fr;
}

.vms-post-media-grid.count-2 {
	grid-template-columns: repeat(2, 1fr);
}

.vms-post-media-grid.count-3 {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, minmax(110px, 1fr));
}

.vms-post-media-grid.count-3 .vms-post-media-item:first-child {
	grid-row: 1 / 3;
}

.vms-post-media-grid.count-4 {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, minmax(110px, 1fr));
}

.vms-post-media-item {
	display: block;
	min-height: 110px;
	position: relative;
}

.vms-post-media-item img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vms-post-media-item.is-video::after {
	background: linear-gradient(180deg, rgba(2, 6, 23, 0.02) 0%, rgba(2, 6, 23, 0.35) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.vms-post-video-placeholder {
	align-items: center;
	background: #cbd5e1;
	color: #1e293b;
	display: flex;
	font-size: 0.9rem;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.vms-post-video-badge {
	align-items: center;
	background: rgba(15, 23, 42, 0.78);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0;
	height: 28px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 28px;
	z-index: 2;
}

.vms-post-video-badge::before {
	border-bottom: 6px solid transparent;
	border-left: 9px solid #fff;
	border-top: 6px solid transparent;
	content: "";
	display: block;
	margin-left: 2px;
}

.vms-post-media-hidden {
	display: none;
}

.vms-post-media-more {
	align-items: center;
	background: rgba(2, 6, 23, 0.58);
	color: #fff;
	display: flex;
	font-size: 1.1rem;
	font-weight: 700;
	inset: 0;
	justify-content: center;
	position: absolute;
}

.vms-post-card-actions {
	border-top: 1px solid #e7edf7;
	display: flex;
	gap: 18px;
	flex-wrap: nowrap;
	margin-top: 10px;
	padding-top: 10px;
}

.vms-post-action-btn {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #334155;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 500;
	gap: 8px;
	justify-content: flex-start;
	padding: 2px 0;
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.vms-post-action-btn svg {
	fill: none;
	height: 19px;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 19px;
}

.vms-post-action-btn:hover {
	color: #111827;
	opacity: 0.82;
}

.vms-post-action-btn.is-going {
	color: #111827;
	opacity: 0.72;
}

.vms-post-action-btn.js-vms-like:hover {
	color: #d3264d;
}

.vms-post-action-btn.js-vms-like.is-liked {
	color: #cc1f48;
}

.vms-post-action-btn.js-vms-favorite:hover {
	color: #111827;
}

.vms-post-action-btn.js-vms-favorite.is-active {
	color: var(--vms-sky-700);
}

.vms-post-action-btn.js-vms-like.is-pending {
	opacity: 0.7;
	pointer-events: none;
}

.vms-post-action-btn.js-vms-favorite.is-pending {
	opacity: 0.7;
	pointer-events: none;
}

.vms-feed-tabs,
.vms-profile-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
}

.vms-feed-tab,
.vms-profile-tab {
	border-bottom: 2px solid var(--vms-sky-100);
    color: #334155;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 8px 0;
    margin-right: 10px;
    text-decoration: none;
}

.vms-feed-tab:hover,
.vms-profile-tab:hover {
	 color: var(--vms-ink-900);
    border-bottom: 2px solid var(--vms-sun-500);
}

.vms-feed-tab.is-active,
.vms-profile-tab.is-active {
	color: var(--vms-ink-900);
    border-bottom: 2px solid var(--vms-sun-500);
}

.vms-author-hero {
	background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    margin-bottom: 22px;
    padding: 22px;
}

.vms-author-mobile-summary {
	display: none;
}

.vms-author-hero-top {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.vms-author-identity {
	align-items: center;
	display: flex;
	gap: 18px;
}

.vms-author-avatar {
	border: 4px solid #fff;
	box-shadow: 0 10px 24px rgb(31 79 215 / 12%);
	border-radius: 50%;
	display: block;
	height: 120px;
	width: 120px;
}

.vms-author-name {
	color: #111827;
	font-size: clamp(1.5rem, 3vw, 2.3rem);
	line-height: 1.05;
	margin: 0 0 6px;
}

.vms-author-handle {
	color: #56708f;
	font-size: 0.95rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.vms-author-description {
	color: #334155;
	margin: 0;
	max-width: 620px;
}

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

.vms-author-action-btn {
	border: 1px solid var(--vms-sun-500);
	border-radius: 999px;
	color: var(--vms-ink-900);
	cursor: pointer;
	font-weight: 500;
	padding: 10px 16px;
	text-decoration: none;
}

.vms-author-action-btn.is-compact {
	font-size: 0.86rem;
	padding: 7px 12px;
}

.vms-author-action-btn.is-active {
	background: #eef1f4;
	border-color: #d5dce5;
	color: #4b5563;
}

.vms-author-action-btn.is-pending {
	opacity: 0.7;
	pointer-events: none;
}

.vms-author-stats {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 18px;
}

.vms-author-stat {
	background: #fff;
	border: 1px solid var(--vms-sky-100);
	border-radius: 18px;
	color: #334155;
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 16px;
	text-decoration: none;
}

.vms-author-stat strong {
	color: #111827;
	font-size: 1.35rem;
}

.vms-profile-edit-card {
	background: #fff;
	border: 1px solid #dbe7ff;
	border-radius: 24px;
	padding: 22px;
}

.vms-profile-edit-head {
	margin-bottom: 16px;
}

.vms-profile-edit-head h2 {
	color: #10213e;
	font-size: clamp(1.4rem, 2.2vw, 1.9rem);
	margin: 0 0 6px;
}

.vms-profile-edit-head p {
	color: #4b5f82;
	margin: 0;
}

.vms-profile-edit-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
}

.vms-profile-edit-main,
.vms-profile-edit-side {
	display: grid;
	gap: 14px;
}

.vms-profile-edit-avatar-preview {
	margin-bottom: 6px;
}

.vms-profile-edit-avatar-preview .vms-author-avatar {
	height: 96px;
	width: 96px;
}

.vms-profile-edit-checkbox {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.vms-profile-password-wrap {
	background: #f8fbff;
	border: 1px solid #dbe6fa;
	border-radius: 16px;
	padding: 14px;
}

.vms-profile-password-wrap h3 {
	color: #1f2a37;
	font-size: 1rem;
	margin: 0 0 10px;
}

.vms-profile-edit-actions {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-top: 16px;
}

.vms-profile-list,
.vms-comment-list {
	display: grid;
	gap: 12px;
}

.vms-profile-list-item,
.vms-comment-card {
	background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
	border-radius: 18px;
	padding: 14px;
	text-decoration: none;
}

.vms-profile-list-item {
	background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
	align-items: center;
	color: #334155;
	display: flex;
	gap: 14px;
}

.vms-profile-list-avatar {
	border-radius: 50%;
	height: 72px;
	width: 72px;
}

.vms-profile-list-body {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.vms-profile-list-body small,
.vms-comment-card-meta span {
	color: #64748b;
}

.vms-comment-card-meta {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 8px;
}

.vms-comment-card-meta a {
	color: var(--vms-ink-900);
	font-weight: 700;
	text-decoration: none;
}

.vms-comment-card-text {
	color: #334155;
}

.vms-comments-panel {
	border-top: 1px solid #e7edf7;
	margin-top: 10px;
	padding-top: 10px;
}

.vms-comments-panel.is-target-loading .vms-comments-list,
.vms-comments-panel.is-target-loading .vms-comments-controls,
.vms-comments-panel.is-target-loading [data-comment-form-host] {
	opacity: 0.45;
}

.vms-comments-loading-status {
	align-items: center;
	border-radius: 18px;
	color: var(--vms-ink-900);
	display: inline-flex;
	gap: 12px;
	margin: 0 0 12px;
	padding: 4px 0 10px;
}

.vms-comments-loading-status[hidden],
.vms-comments-loading-text[hidden] {
	display: none !important;
}

.vms-comments-loading-spinner {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.vms-comments-loading-spinner svg {
	animation: vmsCommentSpinner 1s linear infinite;
	display: block;
	height: 28px;
	width: 28px;
}

.vms-comments-loading-spinner circle,
.vms-comments-loading-spinner path {
	fill: none;
	stroke-linecap: round;
	stroke-width: 3;
}

.vms-comments-loading-spinner circle {
	opacity: 0.22;
	stroke: var(--vms-sky-700);
}

.vms-comments-loading-spinner path {
	stroke: #f97316;
}

.vms-comments-loading-text {
	font-size: 0.94rem;
	font-weight: 600;
}

@keyframes vmsCommentSpinner {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.vms-comments-list {
	display: grid;
	gap: 10px;
}

.vms-feed-comment-item {
	display: flex;
	gap: 8px;
	margin-top: 12px;
}

.vms-feed-comment-item.is-target-comment {
	background: rgba(255, 205, 166, 0.42);
	border-radius: 14px;
	padding: 8px;
}

.vms-feed-comment-avatar {
	align-items: center;
	background: #e2e8f0;
	border-radius: 999px;
	color: #334155;
	display: inline-flex;
	flex: 0 0 34px;
	flex-shrink: 0;
	font-size: 0.8rem;
	font-weight: 700;
	height: 34px;
	justify-content: center;
	overflow: hidden;
	width: 34px;
}

.vms-feed-comment-avatar img {
	border-radius: 999px;
	display: block;
	height: 34px;
	width: 34px;
}

.vms-feed-comment-avatar-fallback {
	align-items: center;
	display: flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.vms-feed-comment-body {
	flex: 1 1 auto;
	min-width: 0;
}

.vms-feed-comment-meta {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: space-between;
}

.vms-feed-comment-meta-main {
	align-items: baseline;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}

.vms-comment-menu-wrap {
	margin-left: auto;
	position: relative;
}

.vms-comment-menu-trigger {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: #64748b;
	cursor: pointer;
	display: inline-flex;
	gap: 3px;
	height: 28px;
	justify-content: center;
	padding: 0;
	width: 28px;
}

.vms-comment-menu-trigger span {
	background: currentColor;
	border-radius: 999px;
	display: block;
	height: 3px;
	width: 3px;
}

.vms-comment-menu {
	background: #fff;
	border: 1px solid #dbe4f4;
	border-radius: 14px;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
	display: grid;
	gap: 4px;
	min-width: 190px;
	opacity: 0;
	padding: 8px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: calc(100% + 6px);
	transform: translateY(-6px);
	transition: opacity 0.18s ease, transform 0.18s ease;
	z-index: 12;
}

.vms-comment-menu-wrap.is-open .vms-comment-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.vms-comment-menu .vms-post-menu-item.is-danger {
	color: #b42318;
	font-weight: 700;
}

.vms-feed-comment-author {
	color: #0f172a;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
}

.vms-feed-comment-author-badge {
	color: var(--vms-sky-700);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
}

.vms-feed-comment-avatar-link {
	text-decoration: none;
}

.vms-feed-comment-avatar-link:hover,
.vms-feed-comment-avatar-link:focus-visible {
	transform: translateY(-1px);
}

.vms-feed-comment-author:hover,
.vms-feed-comment-author:focus-visible {
	color: var(--vms-sky-700);
}

.vms-feed-comment-date {
	color: #64748b;
	font-size: 0.75rem;
}

.vms-feed-comment-text {
	color: #1e293b;
	font-size: 0.84rem;
	line-height: 1.35;
}

.vms-feed-comment-text p {
	margin: 4px 0 0;
}

.vms-feed-comment-item.depth-2,
.vms-feed-comment-item.depth-3 {
	margin-left: 12px;
}

.vms-feed-comment-actions {
	display: flex;
	gap: 8px;
	margin-top: 6px;
}

.vms-comment-action-host {
	width: 100%;
}

.vms-feed-comment-children {
	display: grid;
	gap: 2px;
}

.vms-feed-comment-children[hidden] {
	display: none !important;
}

.vms-comment-inline-form-host {
	margin-left: -42px;
	width: calc(100% + 42px);
}

.vms-feed-comment-media-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
}

.vms-feed-comment-media-item img {
	border-radius: 12px;
	display: block;
	height: 74px;
	object-fit: cover;
	width: 74px;
}

.vms-comments-controls {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
}

.vms-comments-right {
	display: inline-flex;
	gap: 10px;
}

.vms-comments-link {
	background: transparent;
	border: 0;
	color: #64748b;
	cursor: pointer;
	font-size: 0.82rem;
	padding: 0;
	text-decoration: none;
}

.vms-comments-link:hover {
	color: #1e293b;
}

.vms-comments-link.is-primary {
	color: var(--vms-sky-700);
	font-weight: 600;
}

.vms-comment-inline-report {
	display: grid;
	gap: 8px;
	margin-top: 8px;
	max-width: 100%;
}

.vms-comment-inline-select,
.vms-comment-inline-textarea {
	background: #fff;
	border: 1px solid #d7dfeb;
	border-radius: 12px;
	color: var(--vms-ink-900);
	font: inherit;
	padding: 10px 12px;
	width: 100%;
}

.vms-comment-inline-textarea {
	min-height: 72px;
	resize: vertical;
}

.vms-comment-inline-actions {
	display: inline-flex;
	gap: 14px;
}

.vms-comment-inline-status {
	color: #64748b;
	font-size: 0.8rem;
}

.vms-comment-form {
	background: transparent;
	border: 0;
	border-radius: 0;
	display: grid;
	gap: 10px;
	margin-top: 10px;
	padding: 0;
	width: 100%;
}

.vms-comment-form-composer {
	align-items: center;
	background: #fff;
	border: 1px solid #d7dfeb;
	border-radius: 16px;
	display: flex;
	gap: 8px;
	padding: 5px 6px 5px 12px;
	width: 100%;
}

.vms-comment-form-field {
	flex: 1 1 auto;
	margin: 0;
}

.vms-comment-form input,
.vms-comment-form textarea {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--vms-ink-900);
	line-height: 1.35;
	margin: 0;
	min-height: 20px;
	padding: 2px 0;
	resize: none;
	width: 100%;
}

.vms-comment-form textarea:focus {
	outline: none;
}

.vms-comment-form textarea::placeholder {
	color: #64748b;
}

.vms-comment-composer-btn {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: #64748b;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	height: 30px;
	justify-content: center;
	padding: 0;
	transition: color 0.18s ease, background-color 0.18s ease;
	width: 30px;
}

.vms-comment-composer-btn:hover {
	background: rgba(148, 163, 184, 0.12);
	color: var(--vms-ink-900);
}

.vms-comment-composer-btn svg {
	display: block;
	height: 18px;
	width: 18px;
}

.vms-comment-composer-btn.is-submit {
	color: var(--vms-sky-700);
}

.vms-comment-composer-btn.is-submit:disabled {
	color: #cbd5e1;
	cursor: default;
	pointer-events: none;
}

.vms-comment-reply-meta {
	background: rgba(191, 219, 254, 0.34);
	border: 1px solid rgba(125, 211, 252, 0.65);
	border-radius: 999px;
	color: var(--vms-sky-700);
	font-size: 12px;
	font-weight: 600;
	justify-self: start;
	padding: 6px 12px;
}

.vms-comment-media-preview-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.vms-comment-media-preview {
	border: 1px solid #dbe6fa;
	border-radius: 10px;
	height: 54px;
	overflow: hidden;
	position: relative;
	width: 54px;
}

.vms-comment-media-preview img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vms-comment-media-remove {
	align-items: center;
	background: rgba(15, 23, 42, 0.78);
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	height: 20px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 1;
	width: 20px;
}

.vms-comment-status,
.vms-comments-empty,
.vms-comments-loading {
	color: #64748b;
	font-size: 0.8rem;
}

.vms-lightbox-open {
	overflow: hidden;
}

.vms-lightbox {
	align-items: center;
	background: rgba(2, 6, 23, 0.92);
	display: none;
	inset: 0;
	justify-content: center;
	position: fixed;
	z-index: 9999;
}

.vms-lightbox.is-open {
	display: flex;
}

.vms-lightbox-image {
	display: block;
	max-height: 88vh;
	max-width: min(92vw, 1200px);
	object-fit: contain;
}

.vms-lightbox-video {
	display: none;
	max-height: 88vh;
	max-width: min(92vw, 1200px);
	outline: 0;
}

.vms-lightbox-embed {
	aspect-ratio: 16 / 9;
	border: 0;
	display: none;
	height: min(88vh, 68vw);
	max-height: 88vh;
	max-width: min(92vw, 1200px);
	width: min(92vw, 1200px);
}

.vms-lightbox-close,
.vms-lightbox-nav {
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-size: 28px;
	line-height: 1;
	padding: 6px 10px;
	position: absolute;
}

.vms-lightbox-close {
	right: 20px;
	top: 20px;
}

.vms-lightbox-nav.is-prev {
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.vms-lightbox-nav.is-next {
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.vms-empty-state {
	background: #fff;
	border-radius: 14px;
	grid-column: 1 / -1;
	padding: 20px;
	text-align: center;
}

.vms-feed-more {
	color: #64748b;
	font-size: 0.85rem;
	padding: 2px 4px 14px;
	text-align: center;
}

.site-footer {
	background: #0f172a;
	margin-top: 24px;
}

.vms-footer-row {
	align-items: center;
	color: #cbd5e1;
	display: flex;
	font-size: 0.92rem;
	gap: 14px;
	justify-content: space-between;
	padding: 14px 0;
}

.vms-footer-copy {
	font-weight: 600;
	white-space: nowrap;
}

.vms-footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vms-footer-menu li {
	margin: 0;
}

.vms-footer-menu a {
	border-bottom: 1px solid transparent;
	color: #e2e8f0;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.vms-footer-menu a:hover {
	border-color: #60a5fa;
	color: #93c5fd;
}

.vms-single {
	background: #fff;
	border-radius: 16px;
	margin: 0 auto;
	max-width: 920px;
	overflow: hidden;
}

.vms-single-header {
	padding: 20px 20px 8px;
}

.vms-single-meta {
	color: #64748b;
	display: flex;
	gap: 8px;
	font-size: 0.9rem;
}

.vms-single-title {
	margin: 8px 0 0;
}

.vms-single-periods {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.vms-single-period {
	background: #eef3ff;
	border-radius: 999px;
	color: #24439c;
	font-size: 0.85rem;
	padding: 5px 10px;
}

.vms-single-hero img {
	display: block;
	height: auto;
	width: 100%;
}

.vms-single-content {
	padding: 20px;
}

.vms-single-gallery {
	padding: 0 20px 20px;
}

.vms-single-gallery h2 {
	font-size: 1.05rem;
	margin: 0 0 10px;
}

.vms-single-gallery-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vms-single-gallery-grid a {
	border-radius: 10px;
	display: block;
	overflow: hidden;
}

.vms-single-gallery-grid img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vms-single-nav {
	border-top: 1px solid #e2e8f0;
	display: flex;
	justify-content: space-between;
	padding: 16px 20px 20px;
}

.vms-single-nav a {
	text-decoration: none;
}

.vms-page-wrap {
	margin: 0 auto;
	max-width: 860px;
}

.vms-page-wrap .page {
	background: #fff;
	border: 1px solid #e5edf8;
	border-radius: 14px;
	margin: 0;
	padding: 20px;
}

.vms-page-wrap .entry-header {
	margin-bottom: 10px;
}

.vms-page-wrap .entry-title {
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0;
}

.vms-page-wrap .entry-content {
	color: #1f2937;
	line-height: 1.6;
	margin-top: 12px;
}

.vms-page-wrap .entry-content > *:first-child {
	margin-top: 0;
}

.vms-search-panel {
	background: #fff;
	border: 1px solid #dbe7ff;
	border-radius: 24px;
	margin-bottom: 20px;
	padding: 20px;
}

.vms-search-panel-head h1 {
	color: #10213e;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	margin: 0 0 6px;
}

.vms-search-panel-head p {
	color: #4b5f82;
	margin: 0 0 12px;
}

.vms-search-form {
	display: flex;
	gap: 10px;
}

.vms-search-form label {
	flex: 1 1 auto;
}

.vms-search-field {
	background: #f8fbff;
	border: 1px solid #dbe6fa;
	border-radius: 14px;
	color: #0f172a;
	padding: 12px 14px;
	width: 100%;
}

.vms-search-submit {
	background: var(--vms-sky-700);
	border: 1px solid var(--vms-sky-700);
	border-radius: 14px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 0 16px;
}

.vms-add-page {
	padding: 18px 0 32px;
}

.vms-add-form-wrap {
	    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
	border-radius: 16px;
	margin: 0 auto;
	max-width: 640px;
	padding: 18px;
	width: 100%;
}

.vms-add-form-head {
	margin-bottom: 14px;
}

.vms-add-form-head h1 {
	color: #10213e;
	font-size: clamp(1.35rem, 2.6vw, 1.8rem);
	margin: 0 0 4px;
}

.vms-add-form-head p {
	color: #4b5f82;
	font-size: 0.92rem;
	margin: 0;
}

.vms-form-message {
	border-radius: 16px;
	margin-bottom: 16px;
	padding: 14px 16px;
}

.vms-form-message.is-success {
	background: #ecfdf3;
	border: 1px solid #abefc6;
	color: #067647;
}

.vms-form-message.is-error {
	background: #fff1f3;
	border: 1px solid #f3b8c3;
	color: #b42318;
}

.vms-add-login-box {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.vms-add-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
}

.vms-add-stack {
	display: grid;
	gap: 14px;
}

.vms-add-main,
.vms-add-side {
	display: grid;
	gap: 16px;
}

.vms-form-field {
	display: grid;
	gap: 8px;
}

.vms-form-field > span {
	color: #334155;
	font-size: 0.9rem;
	font-weight: 700;
}

.vms-add-stack > .vms-form-field:first-child > span {
	display: none;
}

.vms-form-field textarea,
.vms-form-field input,
.vms-form-field select {
	background: #fff;
	border: 1px solid #dbe6fa;
	border-radius: 14px;
	color: #0f172a;
	padding: 12px 14px;
	width: 100%;
}

.vms-form-field textarea {
	min-height: 180px;
	resize: vertical;
}

.vms-category-cascade {
	display: grid;
	gap: 8px;
}

.vms-upload-dropzone {
	display: none;
}

.vms-upload-dropzone input {
	display: none;
}

.vms-upload-dropzone strong {
	color: var(--vms-sky-700);
	font-size: 0.95rem;
}

.vms-upload-dropzone small {
	color: #64748b;
	font-size: 0.82rem;
}

.vms-add-media-list {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
}

.vms-add-media-add {
	align-items: center;
	background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
	border: 1px dashed #9db7eb;
	border-radius: 12px;
	color: var(--vms-sky-700);
	cursor: pointer;
	display: grid;
	gap: 4px;
	height: 84px;
	justify-items: center;
	padding: 6px;
}

.vms-add-media-add-icon {
	font-size: 20px;
	line-height: 1;
}

.vms-add-media-add-label {
	color: var(--vms-sky-700);
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1;
}

.vms-add-media-add-remain {
	color: #5b7097;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1;
}

.vms-add-media-add:hover {
	background: linear-gradient(135deg, #f0f6ff 0%, #e7f0ff 100%);
}

.vms-add-media-item {
	align-items: stretch;
	background: #fff;
	border: 1px solid #dbe6fa;
	border-radius: 12px;
	display: grid;
	gap: 6px;
	grid-template-columns: 1fr;
	padding: 6px;
	position: relative;
}

.vms-add-media-item.is-dragging {
	opacity: 0.6;
}

.vms-add-media-item img {
	border-radius: 10px;
	display: block;
	height: 72px;
	object-fit: cover;
	width: 100%;
}

.vms-add-media-meta {
	color: #334155;
	display: none;
	font-size: 0.75rem;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vms-add-media-remove {
	background: #fff1f3;
	border: 1px solid #f3b8c3;
	border-radius: 999px;
	color: #b42318;
	cursor: pointer;
	font-size: 17px;
	height: 24px;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 24px;
}

.vms-add-actions {
	align-items: stretch;
    gap: 20px;
    margin-top: 2px;
    display: flex;
    flex-direction: row-reverse;
}

.vms-add-cancel {
	align-self: center;
	color: #64748b;
	display: inline-block;
	font-size: 0.9rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.vms-add-actions .vms-author-action-btn {
	border-radius: 999px;
	min-height: 46px;
	width: 100%;
}

@media (max-width: 900px) {
	.vms-add-page {
		padding: 12px 0 24px;
	}

	.vms-add-form-wrap {
		border-radius: 16px;
		max-width: 560px;
		padding: 14px;
	}
}

.vms-404-page {
	align-items: center;
	display: flex;
	min-height: calc(100vh - 140px);
}

.vms-404-stage {
	background:
		radial-gradient(circle at 12% 16%, rgba(87, 164, 255, 0.18) 0%, rgba(87, 164, 255, 0) 44%),
		radial-gradient(circle at 88% 84%, rgba(31, 79, 215, 0.18) 0%, rgba(31, 79, 215, 0) 46%),
		#fff;
	border: 1px solid #dbe7ff;
	border-radius: 20px;
	margin: 0 auto;
	max-width: 900px;
	overflow: hidden;
	padding: 36px 20px 34px;
	position: relative;
	text-align: center;
}

.vms-404-svg {
	display: block;
	margin: 0 auto;
	max-width: min(92vw, 740px);
	width: 100%;
}

.vms-404-text-main,
.vms-404-text-glow {
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 240px;
	font-weight: 900;
	letter-spacing: 8px;
}

.vms-404-text-main {
	animation: vms404Pulse 2.6s ease-in-out infinite;
	fill: url(#vms404Grad);
}

.vms-404-text-glow {
	animation: vms404Glow 2.6s ease-in-out infinite;
	fill: rgba(31, 79, 215, 0.28);
	filter: url(#vms404Glow);
}

.vms-404-title {
	color: #10213e;
	font-size: 1.9rem;
	margin: -14px 0 8px;
}

.vms-404-subtitle {
	color: #4b5f82;
	font-size: 1.04rem;
	margin: 0;
}

.vms-404-sparks {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
}

.vms-404-sparks span {
	animation: vms404Spark 2.8s ease-in-out infinite;
	background: radial-gradient(circle, rgba(31, 79, 215, 0.82) 0%, rgba(31, 79, 215, 0.05) 70%, rgba(31, 79, 215, 0) 100%);
	border-radius: 50%;
	height: 14px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 52%;
	transform: translate(-50%, -50%);
	width: 14px;
}

.vms-404-sparks span:nth-child(1) { animation-delay: 0s; --x: -240px; --y: -90px; }
.vms-404-sparks span:nth-child(2) { animation-delay: 0.2s; --x: -180px; --y: 120px; }
.vms-404-sparks span:nth-child(3) { animation-delay: 0.4s; --x: -60px; --y: -140px; }
.vms-404-sparks span:nth-child(4) { animation-delay: 0.6s; --x: 40px; --y: 150px; }
.vms-404-sparks span:nth-child(5) { animation-delay: 0.8s; --x: 130px; --y: -135px; }
.vms-404-sparks span:nth-child(6) { animation-delay: 1s; --x: 230px; --y: 60px; }
.vms-404-sparks span:nth-child(7) { animation-delay: 1.2s; --x: -260px; --y: 40px; }
.vms-404-sparks span:nth-child(8) { animation-delay: 1.4s; --x: -110px; --y: 165px; }
.vms-404-sparks span:nth-child(9) { animation-delay: 1.6s; --x: 100px; --y: -170px; }
.vms-404-sparks span:nth-child(10) { animation-delay: 1.8s; --x: 260px; --y: -40px; }

@keyframes vms404Pulse {
	0%, 100% { transform: translateY(0) scale(1); }
	50% { transform: translateY(-4px) scale(1.018); }
}

@keyframes vms404Glow {
	0%, 100% { opacity: 0.32; }
	50% { opacity: 0.6; }
}

@keyframes vms404Spark {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.3);
	}
	14% {
		opacity: 0.9;
	}
	100% {
		opacity: 0;
		transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(1.3);
	}
}

@media screen and (max-width: 980px) {
	.vms-home {
		padding: 16px 12px 32px;
	}

	.vms-layout {
		grid-template-columns: 1fr;
	}

	.vms-sidebar {
		padding: 0;
		background: transparent;
		border-radius: 0;
	}

	.vms-sidebar-mobile-toggle {
		display: none;
	}

	.vms-category-shell {
		background: #fff;
		bottom: 0;
		left: 0;
		max-width: min(420px, 92vw);
		opacity: 0;
		padding: 14px;
		position: fixed;
		top: 0;
		transform: translateX(-100%);
		transition: transform 0.22s ease, opacity 0.22s ease;
		visibility: hidden;
		width: 100%;
		z-index: 39;
	}

	.vms-category-shell.is-mobile-open {
		opacity: 1;
		transform: translateX(0);
		visibility: visible;
	}

	.vms-category-mobile-close {
		display: inline-flex;
		position: absolute;
		right: 0;
		top: 0;
	}

	.vms-category-screen {
		display: block;
		gap: 10px;
	}

	.vms-category-screen-head {
		min-height: 28px;
		padding-right: 32px;
		position: relative;
	}

	.vms-category-screen.is-branch .vms-category-back {
		align-items: flex-start;
		display: flex;
		justify-content: flex-start;
		min-height: 28px;
		width: 100%;
	}

	.vms-category-screen.is-branch .vms-category-back span {
		display: block;
		line-height: 1.2;
		text-align: left;
		white-space: normal;
	}

	.vms-category-root-button,
	.vms-category-root-link {
		font-size: 0.95rem;
		padding: 11px 12px;
	}

	.vms-author-hero-top {
		align-items: flex-start;
		flex-direction: column;
	}

	.vms-author-stats {
		grid-template-columns: 1fr;
	}

	.vms-profile-edit-grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 760px) {
	.vms-home {
		padding: 12px 8px 24px;
	}

	.vms-home-header {
		align-items: center;
		flex-direction: row;
		gap: 8px;
		padding: 12px;
	}

	.vms-home-brand {
		min-width: 0;
	}

	.vms-home-brand .custom-logo {
		max-height: 34px;
	}


	.vms-date-ribbon-wrap {
		top: 0;
	}

	.vms-home-actions {
		gap: 8px;
		margin-left: auto;
		width: auto;
	}

	.vms-home-actions .vms-btn-user,
	.vms-home-actions .vms-btn-search,
	.vms-home-actions .vms-btn-bell,
	.vms-home-actions .vms-btn-add {
		align-items: center;
		display: inline-flex;
		height: 36px;
		justify-content: center;
		min-width: 36px;
		padding: 0;
	}

	.vms-home-actions .vms-btn-add {
		border-radius: 10px;
		padding: 0;
		width: 36px;
	}

	.vms-home-actions .vms-btn-label {
		display: none;
	}

	.vms-home-actions .vms-btn-add .vms-btn-icon {
		display: inline-flex;
		font-size: 1.1rem;
	}

	.vms-home-actions .vms-btn-user .vms-header-user-name {
		display: none;
	}

	.vms-home-actions .vms-btn-search,
	.vms-home-actions .vms-btn-user,
	.vms-home-actions .vms-btn-add {
		display: none;
	}

	.vms-home-actions .vms-btn-bell {
		background: #fff;
		border-color: var(--vms-sky-100);
		box-shadow: 0 10px 22px rgb(70 184 255 / 12%);
		height: 42px;
		width: 42px;
	}

	.vms-search-form {
		flex-direction: column;
	}

	.vms-search-submit {
		height: 40px;
	}

	.vms-notifications-dropdown {
		right: 0;
		top: calc(100% + 10px);
		width: min(340px, 92vw);
	}

	.vms-date-ribbon-nav {
		align-items: center;
		flex-wrap: nowrap;
		gap: 10px;
		justify-content: space-between;
	}

	.vms-date-nav-left {
		flex: 0 0 auto;
		margin-left: auto;
	}

	.vms-date-month-live {
		flex: 1 1 auto;
		font-size: 0.8rem;
		min-width: 0;
	}

	.vms-cal-arrow {
		display: none;
	}

	.vms-date-ribbon.vms-date-ribbon-calendar {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		padding-bottom: 0;
		-webkit-overflow-scrolling: touch;
	}

	.vms-month-block {
	 flex: 0 0 auto;
	}

	.vms-month-days {
		display: flex;
		gap: 6px;
	}

	.vms-date-pill {
		flex: 0 0 44px;
		min-height: 50px;
		padding: 5px 3px;
	}

	.vms-post-grid {
		column-count: 1;
	}

	.vms-single-primary {
		max-width: 100%;
	}

	.vms-post-card {
		border-radius: 12px;
		padding: 10px;
	}

	.vms-post-card-body {
		padding-top: 8px;
	}

	.vms-post-card-text {
		font-size: 0.92rem;
	}

	.vms-post-card-text.is-collapsed {
		max-height: 72px;
	}

	.vms-post-card-meta {
		flex-wrap: wrap;
		font-size: 0.78rem;
	}

	.vms-post-menu {
		max-width: min(88vw, 260px);
		min-width: 170px;
	}

	.vms-post-card-actions {
		gap: 14px;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}

	.vms-post-action-btn {
		flex: 0 0 auto;
		font-size: 0.8rem;
		line-height: 1;
		min-width: 0;
		padding: 2px 0;
		white-space: nowrap;
	}

	.vms-post-action-btn svg {
		height: 18px;
		width: 18px;
	}

	.vms-lightbox-close {
		right: 10px;
		top: 10px;
	}

	.vms-lightbox-nav {
		font-size: 24px;
		padding: 6px 8px;
	}

	.vms-lightbox-nav.is-prev {
		left: 8px;
	}

	.vms-lightbox-nav.is-next {
		right: 8px;
	}

	.vms-lightbox-image {
		max-width: 96vw;
	}

	.vms-lightbox-embed {
		height: min(80vh, 54vw);
		width: 96vw;
	}

	.vms-single-header,
	.vms-single-content,
	.vms-single-gallery,
	.vms-single-nav {
		padding-left: 12px;
		padding-right: 12px;
	}

	.vms-single-gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vms-single-nav {
		flex-direction: column;
		gap: 10px;
	}

	.vms-footer-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.vms-author-hero {
		padding: 22px 16px 18px;
	}

	.vms-author-mobile-summary {
		align-items: center;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		margin-bottom: 16px;
	}

	.vms-author-mobile-avatar {
		display: flex;
		justify-content: center;
	}

	.vms-author-mobile-stat {
		align-items: center;
		color: var(--vms-ink-900);
		display: flex;
		flex-direction: column;
		gap: 2px;
		text-decoration: none;
	}

	.vms-author-mobile-stat strong {
		font-size: 1.25rem;
		line-height: 1;
	}

	.vms-author-mobile-stat span {
		color: var(--vms-muted-500);
		font-size: 0.78rem;
		font-weight: 600;
		text-align: center;
	}

	.vms-author-hero-top {
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.vms-author-identity {
		display: block;
		width: 100%;
	}

	.vms-author-avatar-wrap {
		display: none;
	}

	.vms-author-copy {
		text-align: center;
	}

	.vms-author-name {
		font-size: 1.7rem;
		margin-bottom: 4px;
	}

	.vms-author-handle {
		margin-bottom: 0;
	}

	.vms-author-description {
		margin-top: 10px;
		max-width: none;
	}

	.vms-author-actions {
		justify-content: center;
		width: 100%;
	}

	.vms-author-action-btn.is-mobile-follow,
	.vms-author-actions .vms-author-action-btn {
		justify-content: center;
		min-width: 170px;
	}

	.vms-author-action-btn.is-active {
		background: #eef1f4;
	}

	.vms-author-stats {
		display: none;
	}

	.vms-profile-tabs {
		flex-wrap: nowrap;
		gap: 22px;
		margin: 8px -4px 16px;
		overflow-x: auto;
		padding: 0 4px 4px;
		scrollbar-width: none;
	}

	.vms-profile-tabs::-webkit-scrollbar {
		display: none;
	}

	.vms-profile-tab {
		background: transparent;
		border: 0;
		border-bottom: 3px solid transparent;
		border-radius: 0;
		color: var(--vms-ink-900);
		flex: 0 0 auto;
		font-size: 0.98rem;
		font-weight: 500;
		padding: 0 0 8px;
	}

	.vms-profile-tab.is-active {
		background: transparent;
		border-color: var(--vms-sun-500);
		color: var(--vms-ink-900);
	}
}

@media screen and (max-width: 480px) {
	.vms-home-brand a {
		font-size: 1.05rem;
	}

	.vms-sidebar h2 {
		display: none;
	}

	.vms-date-ribbon-wrap {
		padding: 10px;
	}

	.vms-month-caption {
		font-size: 0.66rem;
	}

	.vms-date-picker-btn {
		font-size: 0.9rem;
		padding: 8px 12px;
	}

	.vms-date-pill span {
		font-size: 0.92rem;
	}

	.vms-post-action-btn {
		flex: 1 1 0;
		font-size: 0.75rem;
		padding: 6px 4px;
	}

	.vms-post-menu-item {
		font-size: 0.82rem;
		padding: 8px;
	}
}
