/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ==========================================================================
   TikImpact — 全局设计令牌 + 组件（深色科技感，与 dark-theme.css 协同）
   ========================================================================== */

:root {
	--tik-font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--tik-orange: #f97316;
	--tik-orange-hover: #ea580c;
	--tik-purple: #8b5cf6;
	--tik-bg: #0f0f0f;
	--tik-bg-elevated: #1a1a1a;
	--tik-border: #2a2a2a;
	--tik-text: #e5e5e5;
	--tik-muted: #a3a3a3;
}

body.tikimpact-dark-theme {
	font-family: var(--tik-font-sans);
	background-color: var(--tik-bg);
	color: var(--tik-text);
}

/* 导航：黑底、白字、Hover 橙、CTA「Join Free」——菜单项加 CSS 类 tik-join-free */
body.tikimpact-dark-theme .ast-header-navigation .menu-link,
body.tikimpact-dark-theme .main-navigation .menu-link {
	color: #ffffff;
}

body.tikimpact-dark-theme .ast-header-navigation .menu-link:hover,
body.tikimpact-dark-theme .main-navigation .menu-link:hover {
	color: var(--tik-orange);
}

body.tikimpact-dark-theme li.tik-join-free > a {
	background: var(--tik-orange);
	color: #ffffff !important;
	border-radius: 999px;
	padding: 0.5rem 1.25rem;
	font-weight: 700;
}

body.tikimpact-dark-theme li.tik-join-free > a:hover {
	background: var(--tik-orange-hover);
	color: #ffffff !important;
}

/* Hero：渐变 + 标题白 / 副标题灰（区块加 class="tik-hero-section"） */
.tik-hero-section {
	background: linear-gradient(165deg, #0f0f0f 0%, #1a1a2e 50%, #0f0f0f 100%);
	color: #ffffff;
}

.tik-hero-section .tik-hero-title,
.tik-hero-section h1 {
	color: #ffffff;
}

.tik-hero-section .tik-hero-subtitle {
	color: var(--tik-muted);
}

/* 卡片 */
.tik-card {
	background: var(--tik-bg-elevated);
	border: 1px solid var(--tik-border);
	border-radius: 12px;
	padding: 1.5rem;
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.tik-card:hover {
	border-color: var(--tik-orange);
	transform: translateY(-4px);
	box-shadow: 0 16px 48px rgba(249, 115, 22, 0.12);
}

/* 主按钮 */
.tik-btn-primary {
	display: inline-block;
	background: var(--tik-orange);
	color: #ffffff !important;
	font-weight: 700;
	padding: 0.65rem 1.5rem;
	border-radius: 8px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.15s ease;
}

.tik-btn-primary:hover {
	background: var(--tik-orange-hover);
	color: #ffffff !important;
	transform: translateY(-1px);
}

/* 短码容器全宽（内联样式由插件输出，此处保证不收缩） */
.tik-pricing-table,
.tik-member-dashboard {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
