/**
 * Breeze Evolution - Culinary Social Portal & Frontend Admin Studio Stylesheet
 * Luxury Glassmorphism Dark Obsidian Theme with Flame & Emerald Accents
 *
 * @package SmokyChix
 */

/* ==========================================================================
   1. GLOBAL CONTAINER & LAYOUT WRAPPER
   ========================================================================== */
.smoky-portal-container {
	min-height: 85vh;
	background: #0D0E12;
	color: #F1F5F9;
	font-family: var(--smoky-font-body, 'Inter', sans-serif);
	padding: 30px 16px 80px 16px;
	box-sizing: border-box;
}

.smoky-portal-inner {
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
}

/* ==========================================================================
   2. AUTHENTICATION HUB (UNAUTHENTICATED VIEW)
   ========================================================================== */
.smoky-auth-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 10px;
}

.smoky-auth-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	background: #151720;
	border: 1.5px solid #2B2F3D;
	border-radius: 24px;
	padding: 40px;
	max-width: 960px;
	width: 100%;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.7);
}

.smoky-auth-branding {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-right: 1px solid #252836;
	padding-right: 30px;
}

.auth-brand-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(255, 84, 0, 0.12);
	color: #FF5400;
	border: 1px solid rgba(255, 84, 0, 0.3);
	padding: 4px 12px;
	border-radius: 99px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.5px;
	margin-bottom: 14px;
	width: fit-content;
}

.smoky-auth-branding h2 {
	margin: 0 0 12px 0;
	font-size: 28px;
	font-weight: 800;
	color: #FFFFFF;
	font-family: var(--smoky-font-heading, 'Plus Jakarta Sans', sans-serif);
}

.smoky-auth-branding p {
	color: #94A3B8;
	font-size: 13.5px;
	line-height: 1.6;
	margin-bottom: 24px;
}

.auth-perks-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.auth-perk-item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.auth-perk-item .perk-icon {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: rgba(255, 84, 0, 0.12);
	color: #FF5400;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0;
}

.auth-perk-item .perk-text strong {
	display: block;
	color: #FFFFFF;
	font-size: 13px;
}

.auth-perk-item .perk-text span {
	color: #64748B;
	font-size: 11.5px;
}

.smoky-auth-forms-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.smoky-auth-tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: #0E1017;
	padding: 4px;
	border-radius: 12px;
	margin-bottom: 24px;
	border: 1px solid #232734;
}

.auth-tab-btn {
	background: none;
	border: none;
	color: #94A3B8;
	font-weight: 700;
	padding: 10px;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.2s ease;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.auth-tab-btn.active {
	background: #FF5400;
	color: #FFFFFF;
	box-shadow: 0 4px 12px rgba(255, 84, 0, 0.35);
}

.smoky-auth-form {
	display: none;
	flex-direction: column;
	gap: 14px;
}

.smoky-auth-form.active {
	display: flex;
}

.auth-field-group label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #CBD5E1;
	margin-bottom: 6px;
}

.auth-input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.auth-input-wrapper i {
	position: absolute;
	left: 12px;
	color: #64748B;
	font-size: 16px;
}

.auth-input-wrapper input {
	width: 100%;
	background: #0E1017;
	border: 1px solid #232734;
	border-radius: 10px;
	padding: 10px 12px 10px 38px;
	color: #FFFFFF;
	font-size: 13.5px;
	transition: border-color 0.2s ease;
	box-sizing: border-box;
}

.auth-input-wrapper input:focus {
	border-color: #FF5400;
	outline: none;
	box-shadow: 0 0 0 2px rgba(255, 84, 0, 0.2);
}

.auth-options-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	color: #94A3B8;
}

.auth-disclaimer {
	font-size: 11.5px;
	color: #94A3B8;
	line-height: 1.4;
	margin: 0;
}

.smoky-btn-auth-submit {
	background: #FF5400;
	color: #FFFFFF;
	border: none;
	padding: 12px 20px;
	border-radius: 10px;
	font-weight: 800;
	font-size: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	box-shadow: 0 6px 18px rgba(255, 84, 0, 0.35);
	transition: all 0.2s ease;
	margin-top: 6px;
}

.smoky-btn-auth-submit:hover {
	background: #E04800;
	transform: translateY(-1px);
}

.smoky-auth-alert {
	display: none;
	padding: 10px 14px;
	border-radius: 8px;
	font-size: 12.5px;
	font-weight: 600;
	margin-top: 10px;
}

.smoky-auth-alert.success {
	background: rgba(0, 245, 155, 0.12);
	color: #00F59B;
	border: 1px solid rgba(0, 245, 155, 0.3);
}

.smoky-auth-alert.error {
	background: rgba(239, 68, 68, 0.12);
	color: #EF4444;
	border: 1px solid rgba(239, 68, 68, 0.3);
}

/* ==========================================================================
   3. 3-COLUMN CULINARY HUB LAYOUT (AUTHENTICATED VIEW)
   ========================================================================== */
.smoky-hub-layout {
	display: grid !important;
	grid-template-columns: 260px minmax(0, 1fr) 280px !important;
	grid-template-areas: "sidebar main right" !important;
	gap: 20px !important;
	align-items: start !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

/* --- Left Sidebar --- */
.smoky-hub-sidebar {
	grid-area: sidebar !important;
	width: 100% !important;
	min-width: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 16px !important;
	position: sticky !important;
	top: 80px !important;
}

.sidebar-user-card {
	background: #151720;
	border: 1px solid #252936;
	border-radius: 20px;
	padding: 22px 18px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.user-avatar-wrap {
	position: relative;
	display: inline-block;
	margin-bottom: 12px;
}

.hub-user-avatar {
	width: 78px;
	height: 78px;
	border-radius: 50%;
	object-fit: cover;
	border: 2.5px solid #FF5400;
	box-shadow: 0 0 16px rgba(255, 84, 0, 0.4);
	display: block;
}

.user-role-badge {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	border: 2px solid #151720;
}

.user-role-badge.admin-badge {
	background: #FFB703;
	color: #000;
}

.user-role-badge.member-badge {
	background: #00F59B;
	color: #000;
}

.hub-user-name {
	margin: 0 0 2px 0;
	font-size: 16px;
	font-weight: 800;
	color: #FFFFFF;
}

.hub-user-handle {
	color: #94A3B8;
	font-size: 12px;
	display: block;
	margin-bottom: 8px;
}

.hub-user-bio {
	color: #CBD5E1;
	font-size: 12px;
	line-height: 1.4;
	margin: 0 0 16px 0;
}

.hub-user-stats-bar {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	background: #0E1017;
	border-radius: 12px;
	padding: 8px 4px;
	border: 1px solid #1F232F;
}

.stat-pill strong {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 800;
}

.stat-pill span {
	color: #64748B;
	font-size: 10.5px;
}

/* Nav Menu */
.smoky-hub-nav {
	background: #151720;
	border: 1px solid #252936;
	border-radius: 18px;
	padding: 8px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.hub-nav-item {
	background: none;
	border: none;
	color: #94A3B8;
	padding: 11px 16px;
	border-radius: 12px;
	font-weight: 700;
	font-size: 13.5px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	text-align: left;
	transition: all 0.2s ease;
	position: relative;
}

.hub-nav-item i {
	font-size: 18px;
	color: #64748B;
	transition: color 0.2s ease;
}

.hub-nav-item:hover {
	background: rgba(255, 255, 255, 0.04);
	color: #FFFFFF;
}

.hub-nav-item.active {
	background: rgba(255, 84, 0, 0.12);
	color: #FF5400;
	border-left: 3px solid #FF5400;
}

.hub-nav-item.active i {
	color: #FF5400;
}

.hub-admin-nav-item {
	color: #FFB703 !important;
}

.hub-admin-nav-item.active {
	background: rgba(255, 183, 3, 0.12) !important;
	border-left-color: #FFB703 !important;
}

.hub-admin-nav-item.active i {
	color: #FFB703 !important;
}

.hub-logout-btn {
	margin-top: 6px;
	border-top: 1px solid #202430;
	color: #EF4444;
}

.hub-logout-btn:hover {
	background: rgba(239, 68, 68, 0.1);
	color: #EF4444;
}

.nav-unread-dot {
	width: 8px;
	height: 8px;
	background: #00F59B;
	border-radius: 50%;
	position: absolute;
	right: 14px;
}

.hub-resto-card {
	background: #151720;
	border: 1px solid #252936;
	border-radius: 16px;
	padding: 16px;
	font-size: 12px;
	color: #94A3B8;
}

.resto-card-head {
	font-weight: 800;
	color: #FFFFFF;
	font-size: 13.5px;
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 8px;
}

.hub-resto-card p {
	margin: 4px 0;
	display: flex;
	align-items: center;
	gap: 6px;
}

.btn-resto-explore {
	display: inline-block;
	color: #FF5400;
	font-weight: 700;
	margin-top: 8px;
	text-decoration: none;
}

/* --- Center Stage (Main Feed, Tabs) --- */
.smoky-hub-main {
	grid-area: main !important;
	width: 100% !important;
	min-width: 0 !important;
	overflow: hidden !important;
}

.smoky-stage-tab {
	display: none;
}

.smoky-stage-tab.active {
	display: block;
}

.stage-section-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.section-title-wrap h3 {
	margin: 0 0 4px 0;
	font-size: 20px;
	font-weight: 800;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	gap: 8px;
}

.section-title-wrap p {
	margin: 0;
	color: #94A3B8;
	font-size: 13px;
}

.btn-stage-refresh {
	background: #1E222E;
	color: #E2E8F0;
	border: 1px solid #2F3445;
	padding: 8px 14px;
	border-radius: 10px;
	font-size: 12.5px;
	font-weight: 700;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 6px;
}

/* --- Composer Card --- */
.smoky-composer-card {
	background: #151720;
	border: 1px solid #252936;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.composer-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.composer-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	border: 1.5px solid #FF5400;
}

.composer-header-info h4 {
	margin: 0;
	font-size: 14.5px;
	font-weight: 800;
	color: #FFFFFF;
}

.composer-header-info p {
	margin: 2px 0 0 0;
	color: #94A3B8;
	font-size: 11.5px;
}

#composerContent {
	width: 100%;
	background: #0E1017;
	border: 1px solid #222634;
	border-radius: 14px;
	padding: 12px 14px;
	color: #FFFFFF;
	font-size: 13.5px;
	line-height: 1.5;
	resize: vertical;
	box-sizing: border-box;
	transition: border-color 0.2s ease;
}

#composerContent:focus {
	border-color: #FF5400;
	outline: none;
}

.composer-extras-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-top: 12px;
}

.composer-extra-field label {
	display: block;
	font-size: 11.5px;
	font-weight: 700;
	color: #94A3B8;
	margin-bottom: 4px;
}

.composer-extra-field select {
	width: 100%;
	background: #0E1017;
	border: 1px solid #222634;
	border-radius: 8px;
	padding: 6px 10px;
	color: #FFFFFF;
	font-size: 12px;
}

.composer-rating-stars {
	display: flex;
	gap: 4px;
	font-size: 18px;
	color: #475569;
	cursor: pointer;
}

.composer-rating-stars i.active {
	color: #FFB703;
}

.composer-img-preview-box {
	position: relative;
	margin-top: 12px;
	display: inline-block;
}

.composer-img-preview-box img {
	max-height: 140px;
	border-radius: 10px;
	border: 1px solid #334155;
	display: block;
}

.btn-remove-preview {
	position: absolute;
	top: -6px;
	right: -6px;
	background: #EF4444;
	color: #FFFFFF;
	border: none;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	cursor: pointer;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.composer-footer-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px solid #1E222E;
}

.btn-composer-upload {
	background: #1E222E;
	color: #E2E8F0;
	border: 1px solid #2F3445;
	padding: 8px 14px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 6px;
}

.btn-composer-submit {
	background: #FF5400;
	color: #FFFFFF;
	border: none;
	padding: 9px 20px;
	border-radius: 10px;
	font-weight: 800;
	font-size: 13.5px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 6px;
	box-shadow: 0 4px 15px rgba(255, 84, 0, 0.35);
}

.admin-announcement-toggle {
	font-size: 12px;
	font-weight: 700;
	color: #FFB703;
	cursor: pointer;
}

/* Feed Filter Bar */
.smoky-feed-filter-bar {
	display: flex;
	gap: 10px;
	margin-bottom: 18px;
}

.feed-filter-btn {
	background: #151720;
	border: 1px solid #232734;
	color: #94A3B8;
	padding: 8px 16px;
	border-radius: 99px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 6px;
	transition: all 0.2s ease;
}

.feed-filter-btn.active {
	background: #FF5400;
	color: #FFFFFF;
	border-color: #FF5400;
	box-shadow: 0 4px 12px rgba(255, 84, 0, 0.3);
}

/* Feed Post Card */
.smoky-post-card {
	background: #151720;
	border: 1px solid #252936;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
	position: relative;
	overflow: hidden;
}

.admin-announcement-card {
	border-color: rgba(255, 183, 3, 0.4);
	background: linear-gradient(180deg, rgba(255, 183, 3, 0.04) 0%, #151720 100%);
}

.announcement-banner-ribbon {
	background: #FFB703;
	color: #000000;
	font-size: 11px;
	font-weight: 800;
	padding: 4px 12px;
	border-radius: 0 0 10px 10px;
	display: inline-block;
	margin-bottom: 12px;
}

.post-card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 14px;
}

.post-author-block {
	display: flex;
	align-items: center;
	gap: 12px;
}

.post-author-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	border: 1.5px solid #FF5400;
}

.author-name-row {
	display: flex;
	align-items: center;
	gap: 8px;
}

.author-name-row h4 {
	margin: 0;
	font-size: 14.5px;
	font-weight: 800;
	color: #FFFFFF;
}

.author-badge {
	font-size: 10px;
	font-weight: 800;
	padding: 2px 7px;
	border-radius: 99px;
	background: rgba(255, 255, 255, 0.08);
	color: #94A3B8;
}

.author-badge.admin {
	background: rgba(255, 183, 3, 0.15);
	color: #FFB703;
	border: 1px solid rgba(255, 183, 3, 0.3);
}

.post-time-stamp {
	color: #64748B;
	font-size: 11.5px;
}

.btn-delete-post {
	background: none;
	border: none;
	color: #64748B;
	font-size: 16px;
	cursor: pointer;
	transition: color 0.2s ease;
}

.btn-delete-post:hover {
	color: #EF4444;
}

.post-star-rating-row {
	font-size: 14px;
	color: #FFB703;
	margin-bottom: 8px;
}

.post-text-content {
	color: #E2E8F0;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 12px 0;
}

.post-tagged-menu-pill {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #0E1017;
	border: 1px solid #222634;
	border-radius: 12px;
	padding: 8px 12px;
	margin-bottom: 12px;
	width: fit-content;
}

.tagged-menu-thumb {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	object-fit: cover;
}

.tagged-menu-info strong {
	display: block;
	color: #FFFFFF;
	font-size: 12.5px;
}

.tagged-menu-info span {
	color: #00F59B;
	font-size: 11px;
	font-weight: 700;
}

.post-image-lightbox img {
	width: 100%;
	max-height: 360px;
	object-fit: cover;
	border-radius: 14px;
	margin-bottom: 12px;
	border: 1px solid #252936;
}

.post-card-footer {
	display: flex;
	align-items: center;
	gap: 16px;
	padding-top: 12px;
	border-top: 1px solid #1E222E;
}

.btn-post-action {
	background: none;
	border: none;
	color: #94A3B8;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 6px;
	transition: all 0.2s ease;
}

.btn-post-action:hover {
	color: #FFFFFF;
}

.btn-post-action.liked {
	color: #FF5400;
}

.btn-post-action.liked i {
	animation: flamePop 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes flamePop {
	0% { transform: scale(1); }
	50% { transform: scale(1.4); }
	100% { transform: scale(1); }
}

/* Comment Accordion */
.post-comments-accordion {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px dashed #202432;
}

.comments-list-stream {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 12px;
	max-height: 240px;
	overflow-y: auto;
}

.comment-item-row {
	display: flex;
	gap: 10px;
}

.comment-avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.comment-bubble {
	background: #0E1017;
	border: 1px solid #1E222E;
	border-radius: 12px;
	padding: 8px 12px;
	flex-grow: 1;
}

.comment-meta {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4px;
}

.comment-meta strong {
	color: #FFFFFF;
	font-size: 12px;
}

.comment-meta span {
	color: #64748B;
	font-size: 10.5px;
}

.comment-bubble p {
	margin: 0;
	color: #CBD5E1;
	font-size: 12.5px;
}

.post-comment-form {
	display: flex;
	gap: 8px;
}

.post-comment-form input {
	flex-grow: 1;
	background: #0E1017;
	border: 1px solid #202432;
	border-radius: 10px;
	padding: 8px 12px;
	color: #FFFFFF;
	font-size: 12.5px;
}

.post-comment-form button {
	background: #FF5400;
	color: #FFFFFF;
	border: none;
	border-radius: 10px;
	width: 38px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ==========================================================================
   4. ORDERS & DIRECT MESSAGING (DM)
   ========================================================================== */
.smoky-order-card {
	background: #151720;
	border: 1px solid #252936;
	border-radius: 18px;
	padding: 20px;
	margin-bottom: 16px;
}

.order-card-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 14px;
}

.code-label {
	font-size: 10.5px;
	font-weight: 800;
	color: #64748B;
}

.order-code-block h4 {
	margin: 2px 0 4px 0;
	font-size: 18px;
	color: #FFFFFF;
}

.order-date-text {
	color: #94A3B8;
	font-size: 12px;
}

.smoky-order-status-pill {
	font-size: 11.5px;
	font-weight: 800;
	padding: 5px 12px;
	border-radius: 99px;
}

.smoky-badge-processing { background: rgba(56, 189, 248, 0.15); color: #38BDF8; border: 1px solid rgba(56, 189, 248, 0.3); }
.smoky-badge-cooking { background: rgba(255, 84, 0, 0.15); color: #FF5400; border: 1px solid rgba(255, 84, 0, 0.3); }
.smoky-badge-delivering { background: rgba(255, 183, 3, 0.15); color: #FFB703; border: 1px solid rgba(255, 183, 3, 0.3); }
.smoky-badge-completed { background: rgba(0, 245, 155, 0.15); color: #00F59B; border: 1px solid rgba(0, 245, 155, 0.3); }
.smoky-badge-cancelled { background: rgba(239, 68, 68, 0.15); color: #EF4444; border: 1px solid rgba(239, 68, 68, 0.3); }

.order-type-banner {
	font-size: 12.5px;
	font-weight: 700;
	color: #E2E8F0;
	margin-bottom: 8px;
}

.order-address-text {
	color: #94A3B8;
	font-size: 12px;
	margin-bottom: 10px;
}

.order-items-summary {
	background: #0E1017;
	border-radius: 10px;
	padding: 10px 14px;
	margin-bottom: 14px;
}

.order-food-row {
	display: flex;
	justify-content: space-between;
	font-size: 12.5px;
	padding: 4px 0;
}

.food-qty { font-weight: bold; color: #FF5400; margin-right: 6px; }
.food-name { color: #E2E8F0; flex-grow: 1; }
.food-subtotal { color: #FFFFFF; font-weight: 600; }

.order-card-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 12px;
	border-top: 1px solid #202430;
}

.order-total-block span { font-size: 11px; color: #94A3B8; display: block; }
.order-total-block h3 { margin: 0; font-size: 18px; color: #00F59B; }

.btn-order-wa-sync {
	background: rgba(37, 211, 102, 0.12);
	color: #25D366;
	border: 1px solid rgba(37, 211, 102, 0.3);
	padding: 8px 14px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 12.5px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 6px;
}

/* Chat System */
.smoky-chat-wrapper {
	display: grid;
	grid-template-columns: 280px 1fr;
	background: #151720;
	border: 1px solid #252936;
	border-radius: 20px;
	height: 580px;
	overflow: hidden;
}

.smoky-chat-contacts-col {
	border-right: 1px solid #232734;
	display: flex;
	flex-direction: column;
}

.chat-contacts-head {
	padding: 16px;
	border-bottom: 1px solid #232734;
}

.chat-contacts-head h4 {
	margin: 0;
	font-size: 14.5px;
	font-weight: 800;
	color: #FFFFFF;
}

.chat-contacts-list {
	flex-grow: 1;
	overflow-y: auto;
}

.chat-contact-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	border-bottom: 1px solid #1C1E2A;
	cursor: pointer;
	transition: background 0.2s ease;
	position: relative;
}

.chat-contact-item:hover {
	background: rgba(255, 255, 255, 0.03);
}

.chat-contact-item.active {
	background: rgba(255, 84, 0, 0.1);
	border-left: 3px solid #FF5400;
}

.chat-contact-item.pinned-support {
	background: rgba(0, 245, 155, 0.05);
}

.contact-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.contact-name-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2px;
}

.contact-name-row h4 {
	margin: 0;
	font-size: 13px;
	color: #FFFFFF;
}

.contact-time {
	font-size: 10px;
	color: #64748B;
}

.contact-preview {
	margin: 0;
	font-size: 11.5px;
	color: #94A3B8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 170px;
}

.unread-pill {
	position: absolute;
	right: 12px;
	bottom: 12px;
	background: #00F59B;
	color: #000;
	font-weight: 800;
	font-size: 10px;
	padding: 2px 6px;
	border-radius: 99px;
}

.smoky-chat-screen-col {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.chat-empty-state {
	margin: auto;
	text-align: center;
	color: #64748B;
	padding: 30px;
}

.chat-empty-state .empty-icon {
	font-size: 48px;
	margin-bottom: 12px;
}

.chat-active-box {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.chat-header-bar {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 18px;
	border-bottom: 1px solid #232734;
}

.btn-chat-back-mobile {
	display: none;
	background: none;
	border: none;
	color: #FFFFFF;
	font-size: 20px;
	cursor: pointer;
}

.chat-header-avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
}

.chat-header-meta h4 { margin: 0; font-size: 14px; color: #FFFFFF; }
.chat-user-badge { font-size: 10px; color: #00F59B; font-weight: 700; }

.chat-messages-body {
	flex-grow: 1;
	overflow-y: auto;
	padding: 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: #0E1017;
}

.chat-msg-bubble {
	max-width: 70%;
	padding: 10px 14px;
	border-radius: 16px;
	font-size: 13px;
	line-height: 1.4;
	position: relative;
}

.chat-msg-bubble.mine {
	align-self: flex-end;
	background: #FF5400;
	color: #FFFFFF;
	border-bottom-right-radius: 4px;
}

.chat-msg-bubble.theirs {
	align-self: flex-start;
	background: #1F232F;
	color: #E2E8F0;
	border-bottom-left-radius: 4px;
}

.msg-time {
	display: block;
	font-size: 9.5px;
	text-align: right;
	margin-top: 4px;
	opacity: 0.75;
}

.chat-input-toolbar {
	display: flex;
	gap: 10px;
	padding: 12px 18px;
	border-top: 1px solid #232734;
	background: #151720;
}

#chatInputMessage {
	flex-grow: 1;
	background: #0E1017;
	border: 1px solid #252936;
	border-radius: 10px;
	padding: 10px 14px;
	color: #FFFFFF;
	font-size: 13px;
	resize: none;
}

.btn-chat-send {
	background: #FF5400;
	color: #FFFFFF;
	border: none;
	border-radius: 10px;
	width: 44px;
	cursor: pointer;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ==========================================================================
   5. PROFILE & ADMIN STUDIO
   ========================================================================== */
.profile-settings-card {
	background: #151720;
	border: 1px solid #252936;
	border-radius: 20px;
	padding: 26px;
}

.profile-avatar-section {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid #202432;
}

.profile-large-avatar {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #FF5400;
}

.btn-upload-avatar-cta {
	background: #1E222E;
	color: #FFFFFF;
	border: 1px solid #2F3445;
	padding: 10px 18px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 13px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.field-hint { font-size: 11.5px; color: #64748B; margin-top: 6px; }

.profile-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 20px;
}

.form-group-item label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #CBD5E1;
	margin-bottom: 6px;
}

.form-group-item input,
.form-group-item textarea {
	width: 100%;
	background: #0E1017;
	border: 1px solid #252936;
	border-radius: 10px;
	padding: 10px 12px;
	color: #FFFFFF;
	font-size: 13px;
	box-sizing: border-box;
}

.btn-save-profile {
	background: #FF5400;
	color: #FFFFFF;
	border: none;
	padding: 11px 24px;
	border-radius: 10px;
	font-weight: 800;
	font-size: 13.5px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

/* Admin Studio */
.admin-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-bottom: 22px;
}

.admin-stat-card {
	background: #151720;
	border: 1px solid #252936;
	border-radius: 16px;
	padding: 18px;
	display: flex;
	align-items: center;
	gap: 14px;
}

.stat-icon-wrap {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: #0E1017;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	flex-shrink: 0;
}

.stat-label { font-size: 11px; color: #94A3B8; font-weight: 700; display: block; }
.stat-content h3 { margin: 2px 0 0 0; font-size: 18px; color: #FFFFFF; }

.admin-subtabs-nav {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #232734;
	padding-bottom: 10px;
}

.admin-subtab-btn {
	background: none;
	border: none;
	color: #94A3B8;
	font-weight: 800;
	font-size: 13.5px;
	padding: 8px 14px;
	border-radius: 8px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 6px;
}

.admin-subtab-btn.active {
	background: rgba(255, 183, 3, 0.15);
	color: #FFB703;
}

.admin-subtab-content { display: none; }
.admin-subtab-content.active { display: block; }

.admin-orders-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.order-filter-pills {
	display: flex;
	gap: 6px;
}

.btn-order-filter {
	background: #151720;
	border: 1px solid #252936;
	color: #94A3B8;
	padding: 6px 12px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.btn-order-filter.active {
	background: #FF5400;
	color: #FFFFFF;
	border-color: #FF5400;
}

.btn-refresh-admin-orders {
	background: #1E222E;
	color: #E2E8F0;
	border: 1px solid #2F3445;
	padding: 6px 12px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.admin-order-card {
	background: #151720;
	border: 1px solid #252936;
	border-radius: 16px;
	padding: 16px 20px;
	margin-bottom: 14px;
}

.admin-order-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.admin-order-top h4 { margin: 0; color: #FFFFFF; font-size: 14.5px; }
.order-sub { margin: 2px 0 0 0; color: #94A3B8; font-size: 11.5px; }

.admin-order-mid {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #0E1017;
	padding: 10px 14px;
	border-radius: 10px;
	margin-bottom: 12px;
}

.order-items-snippet { font-size: 12px; color: #CBD5E1; }
.order-price-bold { font-size: 16px; font-weight: 800; color: #00F59B; }

.admin-order-actions-bar {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.action-label { font-size: 11.5px; font-weight: 700; color: #94A3B8; }

.btn-set-order-status {
	background: #1E222E;
	border: 1px solid #2F3445;
	color: #94A3B8;
	padding: 4px 10px;
	border-radius: 6px;
	font-size: 11.5px;
	font-weight: 700;
	cursor: pointer;
}

.btn-set-order-status.active {
	background: #FF5400;
	color: #FFFFFF;
	border-color: #FF5400;
}

.admin-menu-creator-card,
.admin-menu-list-card,
.admin-flash-card {
	background: #151720;
	border: 1px solid #252936;
	border-radius: 20px;
	padding: 22px;
	margin-bottom: 20px;
}

.creator-title {
	margin: 0 0 16px 0;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 800;
	display: flex;
	align-items: center;
	gap: 6px;
}

.admin-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-bottom: 16px;
}

.admin-form-group label {
	display: block;
	font-size: 11.5px;
	font-weight: 700;
	color: #CBD5E1;
	margin-bottom: 4px;
}

.admin-form-group input,
.admin-form-group select,
.admin-form-group textarea {
	width: 100%;
	background: #0E1017;
	border: 1px solid #252936;
	border-radius: 8px;
	padding: 8px 10px;
	color: #FFFFFF;
	font-size: 12.5px;
	box-sizing: border-box;
}

.btn-admin-submit-menu {
	background: #00F59B;
	color: #000000;
	border: none;
	padding: 10px 20px;
	border-radius: 10px;
	font-weight: 800;
	font-size: 13.5px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.admin-menus-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12.5px;
}

.admin-menus-table th,
.admin-menus-table td {
	padding: 10px 12px;
	text-align: left;
	border-bottom: 1px solid #202430;
}

.admin-menus-table th { color: #94A3B8; font-weight: 700; }
.admin-menus-table td { color: #E2E8F0; }

/* Quick Thumb Upload in Admin Menus Table */
.table-photo-cell {
	width: 50px;
	padding: 8px !important;
}

.table-thumb-uploader {
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	cursor: pointer;
	border-radius: 9px;
	overflow: hidden;
	border: 1.5px dashed #3A3F50;
	transition: all 0.2s ease;
	background: #0E1017;
}

.table-thumb-uploader:hover {
	border-color: #FF5400;
	box-shadow: 0 0 10px rgba(255, 84, 0, 0.4);
	transform: scale(1.05);
}

.table-thumb-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.table-thumb-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #64748B;
	font-size: 16px;
	transition: color 0.2s ease;
}

.table-thumb-uploader:hover .table-thumb-placeholder {
	color: #FF5400;
}

.table-menu-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.thumb-hover-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: 14px;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.table-thumb-uploader:hover .thumb-hover-overlay {
	opacity: 1;
}

.row-updated-flash {
	animation: rowFlashGreen 1.5s ease-out;
}

@keyframes rowFlashGreen {
	0% { background: rgba(0, 245, 155, 0.25); }
	100% { background: transparent; }
}

.table-badge {
	background: rgba(255, 84, 0, 0.15);
	color: #FF5400;
	font-size: 9.5px;
	font-weight: 800;
	padding: 2px 6px;
	border-radius: 4px;
	margin-left: 4px;
}

.btn-delete-menu-item {
	background: rgba(239, 68, 68, 0.15);
	color: #EF4444;
	border: 1px solid rgba(239, 68, 68, 0.35);
	border-radius: 6px;
	padding: 5px 8px;
	cursor: pointer;
	font-size: 13px;
	transition: all 0.2s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn-delete-menu-item:hover {
	background: #EF4444;
	color: #FFFFFF;
}

.btn-edit-menu-item {
	background: rgba(56, 189, 248, 0.15);
	color: #38BDF8;
	border: 1px solid rgba(56, 189, 248, 0.35);
	border-radius: 6px;
	padding: 5px 8px;
	cursor: pointer;
	font-size: 13px;
	transition: all 0.2s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn-edit-menu-item:hover {
	background: #38BDF8;
	color: #000000;
}

/* Admin Menus Table Pagination */
.admin-table-pagination-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 10px 6px;
	border-top: 1px solid #202430;
	margin-top: 14px;
	flex-wrap: wrap;
	gap: 12px;
}

.pagination-info {
	font-size: 12px;
	color: #94A3B8;
}

.pagination-info strong {
	color: #FFFFFF;
}

.pagination-buttons {
	display: flex;
	align-items: center;
	gap: 6px;
}

.btn-page-nav {
	background: #1E222E;
	border: 1px solid #2F3445;
	color: #E2E8F0;
	padding: 6px 12px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.btn-page-nav:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.btn-page-nav:not(:disabled):hover {
	background: #2A3042;
	color: #FFFFFF;
	border-color: #3E455B;
}

.btn-page-num {
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background: #151720;
	border: 1px solid #252936;
	color: #CBD5E1;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
}

.btn-page-num:hover {
	background: #222634;
	color: #FFFFFF;
}

.btn-page-num.active {
	background: #FF5400 !important;
	color: #FFFFFF !important;
	border-color: #FF5400 !important;
	box-shadow: 0 2px 8px rgba(255, 84, 0, 0.4);
}

/* Admin Edit Menu Modal */
.smoky-modal-overlay {
	position: fixed !important;
	inset: 0 !important;
	background: rgba(0, 0, 0, 0.85) !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
	z-index: 99999 !important;
	display: none;
	align-items: center !important;
	justify-content: center !important;
	padding: 20px 10px !important;
}

.smoky-modal-overlay.active {
	display: flex !important;
}

.admin-edit-modal-card {
	background: #151720;
	border: 1.5px solid #2B2E38;
	border-radius: 20px;
	width: 100%;
	max-width: 580px;
	max-height: 90vh;
	overflow-y: auto;
	padding: 24px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
}

.modal-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18px;
	border-bottom: 1px solid #232734;
	padding-bottom: 12px;
}

.modal-head h4 {
	margin: 0;
	font-size: 16px;
	font-weight: 800;
	color: #FFFFFF;
}

.btn-close-modal {
	background: none;
	border: none;
	color: #94A3B8;
	font-size: 24px;
	cursor: pointer;
	line-height: 1;
}

.btn-close-modal:hover {
	color: #FFFFFF;
}

.modal-footer-actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 20px;
}

.btn-modal-cancel {
	background: #1E222E;
	border: 1px solid #2F3445;
	color: #E2E8F0;
	padding: 9px 18px;
	border-radius: 8px;
	font-weight: 700;
	cursor: pointer;
	font-size: 13px;
}

.btn-modal-save {
	background: #FF5400;
	border: none;
	color: #FFFFFF;
	padding: 9px 20px;
	border-radius: 8px;
	font-weight: 800;
	font-size: 13px;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(255, 84, 0, 0.35);
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

/* --- Right Sidebar (Trending & Info) --- */
.smoky-hub-right {
	grid-area: right !important;
	width: 100% !important;
	min-width: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 16px !important;
	position: sticky !important;
	top: 80px !important;
}

.right-widget-card {
	background: #151720;
	border: 1px solid #252936;
	border-radius: 20px;
	padding: 20px;
}

.widget-title-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
}

.widget-title-row h4 {
	margin: 0;
	font-size: 14.5px;
	font-weight: 800;
	color: #FFFFFF;
}

.widget-best-sellers {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mini-menu-item {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #0E1017;
	padding: 8px 12px;
	border-radius: 12px;
	border: 1px solid #1E222E;
}

.mini-menu-item img {
	width: 44px;
	height: 44px;
	border-radius: 8px;
	object-fit: cover;
}

.mini-menu-meta h5 {
	margin: 0 0 2px 0;
	font-size: 12.5px;
	color: #FFFFFF;
}

.mini-price {
	font-size: 11.5px;
	font-weight: 700;
	color: #00F59B;
}

.chef-story-card p {
	color: #94A3B8;
	font-size: 12.5px;
	line-height: 1.5;
	margin: 0;
}

/* ==========================================================================
   6. MOBILE BOTTOM NAVIGATION DOCK & RESPONSIVENESS
   ========================================================================== */
.smoky-hub-bottom-dock {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(21, 23, 32, 0.94);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-top: 1px solid #252936;
	padding: 8px 12px;
	z-index: 9999;
	justify-content: space-around;
	box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.6);
}

.hub-dock-btn {
	background: none;
	border: none;
	color: #94A3B8;
	font-size: 10.5px;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	cursor: pointer;
	position: relative;
}

.hub-dock-btn i { font-size: 20px; }

.hub-dock-btn.active { color: #FF5400; }
.hub-dock-btn.dock-admin-btn.active { color: #FFB703; }

.dock-unread-dot {
	width: 6px;
	height: 6px;
	background: #00F59B;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 12px;
}

/* Responsive Media Queries */
@media (max-width: 1200px) and (min-width: 769px) {
	.smoky-hub-layout {
		grid-template-columns: 220px minmax(0, 1fr) 230px !important;
		grid-template-areas: "sidebar main right" !important;
		gap: 14px !important;
	}
}

@media (max-width: 860px) {
	.smoky-auth-card {
		grid-template-columns: 1fr;
		padding: 20px 16px;
	}
	.smoky-auth-branding {
		border-right: none;
		border-bottom: 1px solid #252836;
		padding-right: 0;
		padding-bottom: 20px;
	}
	.admin-stats-grid {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
}

@media (max-width: 768px) {
	.smoky-portal-container {
		padding: 12px 6px 86px 6px !important;
	}
	.smoky-portal-inner {
		max-width: 100% !important;
		padding: 0 !important;
	}
	.smoky-hub-layout {
		display: block !important;
		width: 100% !important;
		gap: 0 !important;
	}
	.smoky-hub-sidebar {
		display: none !important;
	}
	.smoky-hub-right {
		display: none !important;
	}
	.smoky-hub-bottom-dock {
		display: flex !important;
	}
	.smoky-composer-card,
	.smoky-post-card,
	.smoky-order-card,
	.profile-settings-card,
	.admin-menu-creator-card,
	.admin-menu-list-card,
	.admin-flash-card {
		padding: 14px 10px !important;
		border-radius: 14px !important;
		margin-bottom: 14px !important;
	}
	.composer-extras-grid,
	.profile-form-grid,
	.admin-form-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.admin-stats-grid {
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}
	.admin-stat-card {
		padding: 12px 10px;
		gap: 10px;
	}
	.stat-content h3 {
		font-size: 15px;
	}

	/* Mobile Sliding Chat Screen */
	.smoky-chat-wrapper {
		grid-template-columns: 1fr;
		position: relative;
		border-radius: 14px;
		height: 520px;
	}
	.smoky-chat-screen-col {
		position: absolute;
		inset: 0;
		background: #151720;
		transform: translateX(100%);
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		z-index: 10;
	}
	.smoky-chat-screen-col.mobile-active {
		transform: translateX(0);
	}
	.btn-chat-back-mobile {
		display: block;
	}
}

/* Helper Loader & Placeholder */
.smoky-loading-placeholder,
.smoky-empty-card {
	background: #151720;
	border: 1px solid #232734;
	border-radius: 16px;
	padding: 40px 20px;
	text-align: center;
	color: #94A3B8;
}

.smoky-empty-card i {
	font-size: 38px;
	color: #FF5400;
	margin-bottom: 10px;
}

.smoky-empty-card h4 {
	margin: 0 0 6px 0;
	color: #FFFFFF;
	font-size: 16px;
}

.btn-empty-order-cta {
	display: inline-block;
	background: #FF5400;
	color: #FFFFFF;
	font-weight: 800;
	padding: 9px 20px;
	border-radius: 10px;
	text-decoration: none;
	margin-top: 14px;
	font-size: 13px;
}

.smoky-spinner {
	width: 32px;
	height: 32px;
	border: 3px solid rgba(255, 84, 0, 0.2);
	border-top-color: #FF5400;
	border-radius: 50%;
	animation: smokySpin 0.8s linear infinite;
	margin: 0 auto 10px auto;
}

.smoky-spinner.sm {
	width: 20px;
	height: 20px;
	border-width: 2px;
	margin: 0;
}

@keyframes smokySpin {
	to { transform: rotate(360deg); }
}
