.yqsf-app {
	--yqsf-primary: #3f8f5b;
	--yqsf-deep: #173f2b;
	--yqsf-ink: #24342a;
	--yqsf-muted: #6d7d71;
	--yqsf-paper: #fffdf7;
	--yqsf-line: rgba(36, 83, 51, .13);
	width: 100%;
	color: var(--yqsf-ink);
	font-family: "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}
.yqsf-app *, .yqsf-app *::before, .yqsf-app *::after { box-sizing: border-box; }
.yqsf-app button { font: inherit; }
.yqsf-app button:focus-visible { outline: 3px solid rgba(63,143,91,.32); outline-offset: 2px; }
.yqsf-app button:disabled { cursor: not-allowed !important; opacity: .45; box-shadow: none !important; }
.yqsf-shell {
	overflow: hidden;
	position: relative;
	min-height: 720px;
	border: 1px solid rgba(45, 92, 55, .12);
	border-radius: 25px;
	background: #f7f3e8;
	box-shadow: 0 24px 80px rgba(31, 65, 39, .16);
	isolation: isolate;
}
.yqsf-topbar {
	display: flex;
	align-items: center;
	gap: 20px;
	min-height: 78px;
	padding: 13px 24px;
	border-bottom: 1px solid rgba(255,255,255,.26);
	color: #fff;
	background: linear-gradient(110deg, #21593b, #3f8f5b 53%, #77a96d);
}
.yqsf-brand { display: flex; align-items: center; gap: 9px; min-width: 190px; }
.yqsf-brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 2px solid rgba(255,255,255,.4); border-radius: 13px; background: rgba(255,255,255,.16); font-size: 24px; box-shadow: 0 5px 13px rgba(19,66,38,.16); }
.yqsf-brand b, .yqsf-brand small { display: block; }
.yqsf-brand b { color: #fff; font-family: "STKaiti", "KaiTi", serif; font-size: 20px; letter-spacing: .08em; }
.yqsf-brand small { color: rgba(255,255,255,.6); font-size: 8px; letter-spacing: .13em; }
.yqsf-top-actions { display: flex; align-items: center; gap: 7px; margin-left: auto; }
.yqsf-top-gift, .yqsf-icon-button {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 7px 10px;
	border: 1px solid rgba(255,255,255,.23);
	border-radius: 10px;
	color: #fff;
	background: rgba(19,72,40,.24);
	font-size: 10px;
	cursor: pointer;
}
.yqsf-icon-button { justify-content: center; width: 32px; height: 32px; padding: 0; font-size: 18px; }
.yqsf-top-user { display: flex; align-items: center; gap: 8px; padding-left: 14px; border-left: 1px solid rgba(255,255,255,.18); }
.yqsf-top-user img { width: 39px; height: 39px; border: 2px solid rgba(255,255,255,.72); border-radius: 50%; object-fit: cover; }
.yqsf-top-user strong, .yqsf-top-user small { display: block; }
.yqsf-top-user strong { max-width: 90px; overflow: hidden; color: #fff; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.yqsf-top-user small { color: rgba(255,255,255,.63); font-size: 8px; }
.yqsf-top-points { margin-left: 3px; padding: 5px 8px; border-radius: 9px; color: #ffe69a; background: rgba(17,61,35,.28); font-size: 10px; font-weight: 800; white-space: nowrap; }
.yqsf-game-nav {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 12px 23px;
	border-bottom: 1px solid var(--yqsf-line);
	background: rgba(255,253,247,.97);
}
.yqsf-game-nav button {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 13px;
	border: 1px solid transparent;
	border-radius: 10px;
	color: #728078;
	background: transparent;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
	transition: .18s ease;
}
.yqsf-game-nav button:hover { color: var(--yqsf-primary); background: #f0f6ef; }
.yqsf-game-nav button.is-active { color: #fff; background: var(--yqsf-primary); box-shadow: 0 6px 15px rgba(45,123,72,.2); }
.yqsf-game-nav button span { font-size: 17px; }
.yqsf-content { display: grid; grid-template-columns: minmax(0, 1fr) 282px; gap: 15px; padding: 17px; background: linear-gradient(180deg,#f7f3e8,#fbfaf5); }
.yqsf-map-column { min-width: 0; }
.yqsf-map-card, .yqsf-rail-card, .yqsf-wide-panel {
	border: 1px solid var(--yqsf-line);
	border-radius: 18px;
	background: rgba(255,255,255,.88);
	box-shadow: 0 9px 25px rgba(37,68,43,.07);
}
.yqsf-map-card { overflow: hidden; }
.yqsf-map-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; padding: 17px 19px 14px; }
.yqsf-eyebrow { margin: 0 0 4px !important; color: var(--yqsf-primary); font-size: 9px !important; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.yqsf-map-head h1, .yqsf-panel-intro h1, .yqsf-visit-owner h1 { margin: 0 !important; color: var(--yqsf-deep) !important; font-family: "STKaiti", "KaiTi", serif; font-size: 28px !important; line-height: 1.15 !important; }
.yqsf-map-head p:last-child, .yqsf-panel-intro p:last-child { margin: 4px 0 0 !important; color: var(--yqsf-muted); font-size: 10px !important; }
.yqsf-map-head-tools { display: flex; align-items: center; gap: 6px; }
.yqsf-map-head-tools > span { padding: 5px 8px; border-radius: 8px; color: #718077; background: #f2f5ef; font-size: 9px; }
.yqsf-map-head-tools > span b { color: var(--yqsf-primary); }
.yqsf-map-head-tools button, .yqsf-visit-actions button {
	padding: 7px 9px;
	border: 1px solid rgba(57,113,71,.14);
	border-radius: 9px;
	color: #3f7651;
	background: #fff;
	font-size: 9px;
	font-weight: 800;
	cursor: pointer;
}
.yqsf-map-head-tools button:last-child { color: #fff; border-color: var(--yqsf-primary); background: var(--yqsf-primary); }
.yqsf-map-viewport {
	overflow: hidden;
	position: relative;
	margin: 0 10px 10px;
	border: 3px solid rgba(255,255,255,.78);
	border-radius: 15px;
	background: #92b86d;
	box-shadow: inset 0 0 0 1px rgba(54,91,48,.15), 0 6px 18px rgba(44,71,38,.12);
}
.yqsf-map-canvas {
	position: relative;
	width: 100%;
	height: 700px;
	min-height: 700px;
	background-color: #89ad68;
	background-position: center;
	background-size: cover;
	transition: transform .25s ease;
	transform-origin: center center;
}
.yqsf-map-glow { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.04), transparent 48%, rgba(20,71,32,.12)); pointer-events: none; }
.yqsf-map-sign { display: flex; align-items: center; gap: 5px; position: absolute; top: 5%; left: 44%; padding: 5px 9px; border: 2px solid #9b6f3b; border-radius: 5px 5px 10px 10px; color: #fffdf1; background: #c68745; box-shadow: 0 4px 7px rgba(59,47,25,.22); transform: rotate(-3deg); }
.yqsf-map-sign strong, .yqsf-map-sign small { display: block; }
.yqsf-map-sign strong { font-size: 9px; }
.yqsf-map-sign small { margin-left: 3px; color: rgba(255,255,255,.73); font-size: 7px; }
.yqsf-map-label { position: absolute; padding: 4px 7px; border: 1px solid rgba(255,255,255,.7); border-radius: 9px; color: #fff; background: rgba(53,87,46,.49); font-size: 8px; font-weight: 800; text-shadow: 0 1px 2px rgba(0,0,0,.3); backdrop-filter: blur(4px); }
.label-barn { top: 18%; left: 51%; } .label-mill { top: 29%; right: 8%; } .label-home { top: 27%; left: 8%; }
.yqsf-map-decoration { position: absolute; z-index: 2; font-size: 27px; filter: drop-shadow(0 4px 3px rgba(36,58,28,.3)); animation: yqsf-bob 3.2s ease-in-out infinite; }
.dec-chicken { right: 35%; bottom: 16%; } .dec-dog { right: 18%; bottom: 29%; animation-delay: -1.4s; }
.yqsf-plot-layer { position: absolute; z-index: 5; inset: 0; }
.yqsf-map-plot { position: absolute; top: var(--plot-y); left: var(--plot-x); width: 15.5%; min-width: 78px; transform: translate(-50%,-50%) rotate(var(--plot-r)); transition: z-index .1s, transform .2s; }
.yqsf-map-plot:hover { z-index: 20; transform: translate(-50%,-54%) rotate(0deg) scale(1.07); }
.yqsf-soil { position: relative; display: grid; height: 75px; place-items: center; border: 2px solid rgba(91,60,31,.28); border-radius: 46% 46% 40% 40%; background: radial-gradient(ellipse at 50% 60%,#674127 0 52%,#8b5b37 54% 65%,#6f4a2d 67%); box-shadow: inset 0 5px 6px rgba(42,24,13,.18), 0 7px 8px rgba(48,35,18,.19); }
.yqsf-soil::after { content: ""; position: absolute; right: 14%; bottom: 11%; left: 14%; height: 9px; border-radius: 50%; background: rgba(32,21,13,.26); filter: blur(3px); }
.yqsf-map-crop { position: relative; z-index: 2; font-size: 39px; line-height: 1; filter: drop-shadow(0 6px 3px rgba(26,23,13,.2)); animation: yqsf-sway 4s ease-in-out infinite; }
.is-empty .yqsf-soil { border-style: dashed; background: radial-gradient(ellipse at 50% 60%,#755034 0 51%,#967049 53% 65%,#775135 67%); }
.is-empty .yqsf-map-crop { opacity: .7; font-size: 24px; }
.is-ready .yqsf-soil { border-color: #f0c35b; box-shadow: 0 0 0 3px rgba(250,212,111,.26), inset 0 5px 6px rgba(42,24,13,.18), 0 8px 13px rgba(99,68,20,.2); }
.is-ready .yqsf-map-crop { animation: yqsf-ready 1.6s ease-in-out infinite alternate; }
.yqsf-plot-number { position: absolute; z-index: 4; top: 5px; left: 7px; padding: 1px 4px; border-radius: 5px; color: #ffe7b5; background: rgba(57,37,22,.45); font-family: ui-monospace, monospace; font-size: 7px; }
.yqsf-plot-flags { display: flex; gap: 2px; position: absolute; z-index: 4; top: 4px; right: 5px; }
.yqsf-plot-flags i { display: grid; width: 17px; height: 17px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(255,255,255,.8); font-size: 9px; font-style: normal; }
.yqsf-soil-shine { position: absolute; z-index: 1; top: 12px; left: 23%; width: 20%; height: 4px; border-radius: 5px; background: rgba(255,208,136,.23); transform: rotate(-15deg); }
.yqsf-map-plot-info { overflow: hidden; position: relative; z-index: 4; margin: -1px 4px 0; padding: 4px 4px 0; border-radius: 0 0 7px 7px; background: rgba(255,252,234,.91); text-align: center; }
.yqsf-map-plot-info strong, .yqsf-map-plot-info small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.yqsf-map-plot-info strong { color: #4b3826; font-size: 8px; }
.yqsf-map-plot-info small { color: #866e55; font-size: 7px; }
.yqsf-map-progress { display: block; overflow: hidden; height: 3px; margin: 3px 8px 3px; border-radius: 3px; background: rgba(105,78,47,.14); }
.yqsf-map-progress i { display: block; height: 100%; border-radius: inherit; background: #69a75d; }
.yqsf-map-plot-actions { display: flex; justify-content: center; gap: 3px; margin-top: 3px; }
.yqsf-plot-action, .yqsf-plot-mini { border: 0; border-radius: 7px; color: #fff; background: var(--yqsf-primary); font-size: 8px; font-weight: 800; cursor: pointer; }
.yqsf-plot-action { width: 100%; padding: 4px 3px; }
.yqsf-plot-action.is-plant { color: #436b46; background: #e5f1d9; }
.yqsf-plot-action.is-harvest { background: linear-gradient(135deg,#e9ad43,#c97d23); }
.yqsf-plot-action.is-steal { background: linear-gradient(135deg,#9a68b6,#6f4a91); }
.yqsf-plot-action.is-help { background: linear-gradient(135deg,#4d9ed1,#3777a8); }
.yqsf-plot-mini { width: 28px; height: 20px; padding: 0; }
.yqsf-map-controls { display: flex; align-items: center; gap: 5px; position: absolute; right: 12px; bottom: 12px; padding: 4px; border: 1px solid rgba(255,255,255,.65); border-radius: 10px; background: rgba(28,73,37,.45); color: rgba(255,255,255,.72); font-size: 8px; backdrop-filter: blur(5px); }
.yqsf-map-controls button { display: grid; width: 23px; height: 23px; place-items: center; border: 0; border-radius: 6px; color: #fff; background: rgba(255,255,255,.15); font-size: 15px; cursor: pointer; }
.yqsf-side-rail { display: grid; align-content: start; gap: 11px; min-width: 0; }
.yqsf-rail-card { padding: 14px; }
.yqsf-player-card { color: #fff; background: linear-gradient(145deg,#255b3b,#397d4f); }
.yqsf-player-card-head { display: flex; align-items: center; gap: 9px; }
.yqsf-player-card-head img { width: 43px; height: 43px; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; object-fit: cover; }
.yqsf-player-card-head > div { flex: 1; min-width: 0; }
.yqsf-player-card-head .yqsf-eyebrow { color: #d7dd9f; }
.yqsf-player-card-head strong, .yqsf-player-card-head small { display: block; }
.yqsf-player-card-head strong { overflow: hidden; color: #fff; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.yqsf-player-card-head small { color: rgba(255,255,255,.65); font-size: 8px; }
.yqsf-player-card-head > span { align-self: flex-start; color: #ffe284; font-size: 10px; }
.yqsf-rail-stat-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 6px; margin-top: 13px; }
.yqsf-rail-stat-row > div { padding: 7px 8px; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; background: rgba(13,59,32,.22); }
.yqsf-rail-stat-row small, .yqsf-rail-stat-row b { display: block; }
.yqsf-rail-stat-row small { color: rgba(255,255,255,.58); font-size: 8px; }
.yqsf-rail-stat-row b { color: #fff; font-size: 11px; }
.yqsf-rail-xp { margin-top: 11px; }
.yqsf-rail-xp > span, .yqsf-rail-xp > b { color: rgba(255,255,255,.64); font-size: 8px; }
.yqsf-rail-xp > b { float: right; }
.yqsf-rail-xp > i { display: block; overflow: hidden; height: 4px; margin-top: 4px; border-radius: 4px; background: rgba(0,0,0,.2); }
.yqsf-rail-xp > i em { display: block; height: 100%; border-radius: inherit; background: #f6dc83; }
.yqsf-rail-title { display: flex; align-items: center; justify-content: space-between; gap: 7px; margin-bottom: 9px; }
.yqsf-rail-title h3 { margin: 0 !important; color: var(--yqsf-deep) !important; font-size: 13px !important; }
.yqsf-rail-title > span { color: #cd9c33; font-size: 15px; }
.yqsf-rail-title button { padding: 0; border: 0; color: var(--yqsf-primary); background: transparent; font-size: 8px; cursor: pointer; }
.yqsf-daily-button { display: flex; align-items: center; gap: 8px; width: 100%; padding: 9px; border: 1px solid #f0dfb5; border-radius: 10px; background: #fff9e9; text-align: left; cursor: pointer; }
.yqsf-daily-button > span { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 9px; background: #f5dd9c; font-size: 19px; }
.yqsf-daily-button > div { flex: 1; }
.yqsf-daily-button strong, .yqsf-daily-button small { display: block; }
.yqsf-daily-button strong { color: #6f5229; font-size: 10px; }
.yqsf-daily-button small { color: #aa8a56; font-size: 8px; }
.yqsf-daily-button > b { color: #bd8d38; font-size: 18px; }
.yqsf-mini-task { display: flex; align-items: center; gap: 8px; margin-top: 9px; padding-top: 9px; border-top: 1px solid var(--yqsf-line); }
.yqsf-mini-task > span { font-size: 17px; }
.yqsf-mini-task > div { flex: 1; }
.yqsf-mini-task strong, .yqsf-mini-task small { display: block; }
.yqsf-mini-task strong { font-size: 10px; }
.yqsf-mini-task small { color: var(--yqsf-muted); font-size: 8px; }
.yqsf-mini-task button { padding: 4px 7px; border: 0; border-radius: 6px; color: var(--yqsf-primary); background: #edf5ea; font-size: 8px; cursor: pointer; }
.yqsf-message-row { display: flex; align-items: flex-start; gap: 7px; padding: 7px 0; border-bottom: 1px solid var(--yqsf-line); }
.yqsf-message-row:last-child { border-bottom: 0; }
.yqsf-message-row img { width: 27px; height: 27px; border-radius: 50%; }
.yqsf-message-row > div { min-width: 0; flex: 1; }
.yqsf-message-row strong, .yqsf-message-row p, .yqsf-message-row small { display: block; }
.yqsf-message-row strong { font-size: 9px; }
.yqsf-message-row p { overflow: hidden; margin: 1px 0 !important; color: var(--yqsf-muted); font-size: 9px !important; text-overflow: ellipsis; white-space: nowrap; }
.yqsf-message-row small { color: #aab3ab; font-size: 7px; }
.yqsf-rail-empty { display: flex; align-items: center; flex-direction: column; padding: 14px 5px 7px; color: #a2aba3; }
.yqsf-rail-empty span { font-size: 25px; }
.yqsf-rail-empty small { margin-top: 3px; font-size: 8px; }
.yqsf-rail-tip { padding: 10px; border: 1px solid #e4ebd2; border-radius: 11px; color: #7d896e; background: #f4f7e8; font-size: 9px; }
.yqsf-rail-tip span { margin-left: 3px; }
.yqsf-friend-content { min-height: 640px; }
.yqsf-visit-head { display: flex; align-items: center; gap: 12px; padding: 15px 18px 12px; }
.yqsf-visit-head > button { align-self: flex-start; padding: 6px 8px; border: 1px solid var(--yqsf-line); border-radius: 8px; color: var(--yqsf-primary); background: #fff; font-size: 9px; cursor: pointer; }
.yqsf-visit-owner { display: flex; align-items: center; gap: 8px; flex: 1; min-width: 0; }
.yqsf-visit-owner img { width: 42px; height: 42px; border: 2px solid #e7d598; border-radius: 50%; object-fit: cover; }
.yqsf-visit-owner h1 { overflow: hidden; font-size: 22px !important; text-overflow: ellipsis; white-space: nowrap; }
.yqsf-visit-owner small { color: var(--yqsf-muted); font-size: 8px; }
.yqsf-visit-actions { display: flex; gap: 4px; }
.yqsf-wide-panel { min-height: 600px; padding: 23px; }
.yqsf-panel-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; margin-bottom: 19px; }
.yqsf-panel-intro h1 { font-size: 30px !important; }
.yqsf-neighbor-pill, .yqsf-wallet-pill { padding: 8px 11px; border-radius: 11px; color: #658267; background: #eef5e9; font-size: 9px; }
.yqsf-neighbor-pill b, .yqsf-wallet-pill b { margin-left: 3px; color: var(--yqsf-primary); font-size: 14px; }
.yqsf-friend-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.yqsf-friend-card { overflow: hidden; position: relative; border: 1px solid var(--yqsf-line); border-radius: 15px; background: #fff; box-shadow: 0 6px 15px rgba(35,64,41,.05); }
.yqsf-friend-cover { height: 51px; background: linear-gradient(130deg,#9ac276,#dce89e 48%,#77ae78); }
.yqsf-friend-cover::after { content: "🌿  🌼  🌿"; display: block; padding: 14px 10px; color: rgba(255,255,255,.55); font-size: 18px; letter-spacing: 8px; }
.yqsf-friend-avatar { position: relative; margin: -22px 0 0 14px; }
.yqsf-friend-avatar img { width: 48px; height: 48px; border: 3px solid #fff; border-radius: 50%; object-fit: cover; box-shadow: 0 3px 9px rgba(42,70,45,.15); }
.yqsf-friend-avatar i { position: absolute; bottom: 2px; left: 37px; width: 10px; height: 10px; border: 2px solid #fff; border-radius: 50%; background: #b4bdb5; }
.yqsf-friend-avatar i.is-online { background: #51ae62; }
.yqsf-friend-copy { padding: 6px 14px 0; }
.yqsf-friend-copy strong, .yqsf-friend-copy small { display: block; }
.yqsf-friend-copy strong { font-size: 12px; }
.yqsf-friend-copy small { color: var(--yqsf-muted); font-size: 8px; }
.yqsf-friend-stats { display: flex; gap: 8px; padding: 9px 14px; color: #7f8d80; font-size: 8px; }
.yqsf-friend-stats b { color: var(--yqsf-primary); }
.yqsf-friend-card > button { width: calc(100% - 28px); margin: 0 14px 13px; padding: 7px; border: 0; border-radius: 8px; color: #fff; background: var(--yqsf-primary); font-size: 9px; font-weight: 800; cursor: pointer; }
.yqsf-friend-card > button b { float: right; font-size: 14px; line-height: 10px; }
.yqsf-visit-profile { display: flex; align-items: center; gap: 8px; }
.yqsf-visit-profile img { width: 43px; height: 43px; border: 2px solid #e8d693; border-radius: 50%; }
.yqsf-visit-profile strong, .yqsf-visit-profile small { display: block; }
.yqsf-visit-profile strong { font-size: 12px; }
.yqsf-visit-profile small { color: var(--yqsf-muted); font-size: 8px; }
.yqsf-visit-count { display: grid; grid-template-columns: repeat(2,1fr); gap: 6px; margin-top: 12px; }
.yqsf-visit-count > div { padding: 7px; border-radius: 8px; background: #f3f7ee; text-align: center; }
.yqsf-visit-count b, .yqsf-visit-count small { display: block; }
.yqsf-visit-count b { color: var(--yqsf-primary); font-size: 13px; }
.yqsf-visit-count small { color: var(--yqsf-muted); font-size: 8px; }
.yqsf-visit-hint { margin: 11px 0 0 !important; color: var(--yqsf-muted); font-size: 9px !important; }
.yqsf-storage-section { margin-top: 20px; }
.yqsf-storage-section h3 { margin: 0 0 9px !important; color: var(--yqsf-deep) !important; font-size: 13px !important; }
.yqsf-storage-section h3 small { margin-left: 5px; padding: 3px 6px; border-radius: 6px; color: var(--yqsf-primary); background: #edf5eb; font-size: 8px; }
.yqsf-storage-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
.yqsf-storage-card { display: flex; align-items: center; gap: 9px; padding: 10px; border: 1px solid var(--yqsf-line); border-radius: 12px; background: #fff; }
.yqsf-storage-card > span { display: grid; flex: 0 0 41px; position: relative; width: 41px; height: 41px; place-items: center; border-radius: 10px; background: #f1f4e9; font-size: 24px; }
.yqsf-storage-card > span b { position: absolute; right: -4px; bottom: -4px; padding: 1px 4px; border: 1px solid #fff; border-radius: 5px; color: #fff; background: var(--yqsf-primary); font-size: 7px; }
.yqsf-storage-card > div { flex: 1; min-width: 0; }
.yqsf-storage-card strong, .yqsf-storage-card small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.yqsf-storage-card strong { font-size: 10px; }
.yqsf-storage-card small { color: var(--yqsf-muted); font-size: 8px; }
.yqsf-storage-card button, .yqsf-gold-button { padding: 5px 7px; border: 0; border-radius: 7px; color: #fff; background: var(--yqsf-primary); font-size: 8px; font-weight: 800; cursor: pointer; }
.yqsf-gold-button { align-self: center; padding: 8px 11px; background: linear-gradient(135deg,#dfa440,#c57d29); }
.yqsf-gold-button b { margin-left: 4px; font-size: 11px; }
.yqsf-store-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.yqsf-store-card { display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid color-mix(in srgb,var(--crop-color),transparent 78%); border-radius: 14px; background: linear-gradient(130deg,color-mix(in srgb,var(--crop-color),white 95%),#fff); }
.yqsf-store-card.is-locked { filter: grayscale(.6); opacity: .68; }
.yqsf-store-art { display: grid; flex: 0 0 54px; position: relative; width: 54px; height: 54px; place-items: center; border-radius: 14px; background: color-mix(in srgb,var(--crop-color),white 82%); font-size: 31px; }
.yqsf-store-art span { position: absolute; right: -4px; bottom: -4px; padding: 2px 5px; border: 2px solid #fff; border-radius: 6px; color: #fff; background: var(--crop-color); font-size: 7px; }
.yqsf-store-copy { flex: 1; min-width: 0; }
.yqsf-store-copy strong, .yqsf-store-copy small { display: block; }
.yqsf-store-copy strong { font-size: 11px; }
.yqsf-store-copy small { color: var(--yqsf-muted); font-size: 8px; }
.yqsf-store-copy p { margin: 5px 0 0 !important; color: #89745e; font-size: 8px !important; }
.yqsf-store-copy p b { color: var(--crop-color); font-size: 10px; }
.yqsf-store-buy { display: flex; flex-direction: column; gap: 4px; }
.yqsf-store-buy button, .yqsf-store-card > button { min-width: 42px; padding: 5px 6px; border: 1px solid color-mix(in srgb,var(--crop-color),transparent 65%); border-radius: 7px; color: var(--crop-color); background: #fff; font-size: 8px; font-weight: 800; cursor: pointer; }
.yqsf-store-card.is-tool .yqsf-store-buy button { color: #7f68c5; }
.yqsf-daily-banner { display: flex; align-items: center; gap: 13px; padding: 16px; border: 1px solid #edd9a7; border-radius: 15px; background: linear-gradient(120deg,#fff8e4,#fffdf7); }
.yqsf-daily-banner > span { display: grid; position: relative; width: 54px; height: 54px; place-items: center; border-radius: 15px; background: #f6dfa3; font-size: 30px; }
.yqsf-daily-banner > span i { display: grid; position: absolute; top: -5px; right: -5px; width: 19px; height: 19px; place-items: center; border: 2px solid #fff; border-radius: 50%; color: #fff; background: #d39831; font-size: 8px; font-style: normal; }
.yqsf-daily-banner > div { flex: 1; }
.yqsf-daily-banner small, .yqsf-daily-banner strong, .yqsf-daily-banner p { display: block; }
.yqsf-daily-banner small { color: #af8031; font-size: 8px; }
.yqsf-daily-banner strong { font-size: 14px; }
.yqsf-daily-banner p { margin: 2px 0 0 !important; color: var(--yqsf-muted); font-size: 9px !important; }
.yqsf-daily-banner button { padding: 8px 12px; border: 0; border-radius: 9px; color: #fff; background: #d3932f; font-size: 9px; font-weight: 800; cursor: pointer; }
.yqsf-daily-task-grid { display: grid; gap: 9px; margin-top: 15px; }
.yqsf-daily-task { display: flex; align-items: center; gap: 11px; padding: 11px 13px; border: 1px solid var(--yqsf-line); border-radius: 12px; background: #fff; }
.yqsf-daily-task > span { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 10px; background: #f0f5e9; font-size: 21px; }
.yqsf-daily-task > div { flex: 1; min-width: 0; }
.yqsf-daily-task strong, .yqsf-daily-task small { display: block; }
.yqsf-daily-task strong { font-size: 10px; }
.yqsf-daily-task small { color: var(--yqsf-muted); font-size: 8px; }
.yqsf-daily-task > div > i { display: block; overflow: hidden; height: 4px; margin-top: 5px; border-radius: 4px; background: #e8eee5; }
.yqsf-daily-task > div > i em { display: block; height: 100%; border-radius: inherit; background: var(--yqsf-primary); }
.yqsf-daily-task > div > b { display: block; margin-top: 2px; color: #8b968e; font-size: 8px; }
.yqsf-daily-task > p { margin: 0 !important; color: #bd862c; font-size: 10px !important; }
.yqsf-daily-task > button { min-width: 49px; padding: 6px; border: 0; border-radius: 7px; color: #fff; background: var(--yqsf-primary); font-size: 8px; cursor: pointer; }
.yqsf-rank-table { overflow: hidden; border: 1px solid var(--yqsf-line); border-radius: 14px; }
.yqsf-rank-table article { display: flex; align-items: center; gap: 10px; padding: 12px 15px; border-bottom: 1px solid var(--yqsf-line); }
.yqsf-rank-table article:last-child { border-bottom: 0; }
.yqsf-rank-table article.is-me { background: #f0f7ed; }
.yqsf-rank-table article > span { width: 30px; color: #8d978e; font-family: ui-monospace,monospace; text-align: center; }
.yqsf-rank-table article > img { width: 37px; height: 37px; border-radius: 50%; }
.yqsf-rank-table article > div { flex: 1; }
.yqsf-rank-table strong, .yqsf-rank-table small { display: block; }
.yqsf-rank-table strong { font-size: 10px; }
.yqsf-rank-table strong i { margin-left: 4px; padding: 1px 4px; border-radius: 4px; color: #fff; background: var(--yqsf-primary); font-size: 7px; font-style: normal; }
.yqsf-rank-table small { color: var(--yqsf-muted); font-size: 8px; }
.yqsf-rank-table article > p { margin: 0 !important; text-align: right; }
.yqsf-rank-table article > p b, .yqsf-rank-table article > p small { display: block; }
.yqsf-rank-table article > p b { color: var(--yqsf-primary); font-size: 12px; }
.yqsf-rank-table article > p small { color: var(--yqsf-muted); font-size: 7px; }
.yqsf-empty-state { display: flex; align-items: center; flex-direction: column; justify-content: center; min-height: 170px; padding: 22px; border: 1px dashed rgba(63,143,91,.2); border-radius: 13px; text-align: center; }
.yqsf-empty-state span { font-size: 35px; }
.yqsf-empty-state strong { margin-top: 5px; color: var(--yqsf-deep); font-size: 11px; }
.yqsf-empty-state small { margin-top: 3px; color: var(--yqsf-muted); font-size: 8px; }
.yqsf-modal[hidden] { display: none; }
.yqsf-modal { display: grid; position: fixed; z-index: 999999; inset: 0; padding: 18px; place-items: center; }
.yqsf-modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(14,37,23,.57); backdrop-filter: blur(7px); cursor: default; }
.yqsf-modal-card { overflow: hidden; position: relative; z-index: 2; width: min(520px,100%); max-height: calc(100vh - 36px); padding: 24px; border-radius: 20px; background: #fffdf7; box-shadow: 0 30px 90px rgba(10,30,18,.3); animation: yqsf-in .25s ease; }
.yqsf-modal-close { position: absolute; top: 14px; right: 14px; width: 28px; height: 28px; border: 0; border-radius: 50%; color: #708076; background: #edf1eb; font-size: 18px; cursor: pointer; }
.yqsf-modal-card h2 { margin: 0 !important; color: var(--yqsf-deep) !important; font-family: "STKaiti","KaiTi",serif; font-size: 24px !important; }
.yqsf-modal-card > small { display: block; margin-top: 4px; color: var(--yqsf-muted); font-size: 9px; }
.yqsf-seed-list { display: grid; gap: 7px; overflow: auto; max-height: 480px; margin-top: 15px; }
.yqsf-seed-list button { display: flex; align-items: center; gap: 10px; width: 100%; padding: 9px; border: 1px solid color-mix(in srgb,var(--crop-color),transparent 80%); border-radius: 12px; background: color-mix(in srgb,var(--crop-color),white 96%); text-align: left; cursor: pointer; }
.yqsf-seed-list button:hover { transform: translateX(3px); }
.yqsf-seed-list button > span { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 10px; background: color-mix(in srgb,var(--crop-color),white 82%); font-size: 26px; }
.yqsf-seed-list button > div { flex: 1; }
.yqsf-seed-list strong, .yqsf-seed-list small { display: block; }
.yqsf-seed-list strong { font-size: 10px; }
.yqsf-seed-list small { color: var(--yqsf-muted); font-size: 8px; }
.yqsf-seed-list button > b { color: var(--crop-color); font-size: 9px; }
.yqsf-toast-region { display: flex; align-items: flex-end; flex-direction: column; gap: 7px; position: fixed; z-index: 1000000; top: 20px; right: 20px; pointer-events: none; }
.yqsf-toast { display: flex; align-items: flex-start; gap: 8px; max-width: 330px; padding: 10px 13px; border: 1px solid var(--yqsf-line); border-radius: 11px; background: rgba(255,255,255,.96); box-shadow: 0 15px 35px rgba(25,57,35,.17); opacity: 0; transform: translateY(-10px); transition: .24s ease; }
.yqsf-toast.is-visible { opacity: 1; transform: none; }
.yqsf-toast > span { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; color: #fff; background: var(--yqsf-primary); font-size: 10px; font-weight: 800; }
.yqsf-toast.is-error > span { background: #d65c50; }
.yqsf-toast p { margin: 1px 0 0 !important; color: var(--yqsf-ink); font-size: 10px !important; }
.yqsf-busy-layer { display: flex; align-items: center; flex-direction: column; justify-content: center; position: absolute; z-index: 50; inset: 0; background: rgba(248,247,239,.5); opacity: 0; pointer-events: none; transition: opacity .15s ease; backdrop-filter: blur(2px); }
.yqsf-app.is-busy .yqsf-busy-layer { opacity: 1; pointer-events: auto; }
.yqsf-busy-layer span { width: 31px; height: 31px; border: 3px solid rgba(63,143,91,.18); border-top-color: var(--yqsf-primary); border-radius: 50%; animation: yqsf-spin .7s linear infinite; }
.yqsf-busy-layer small { margin-top: 7px; color: var(--yqsf-deep); font-size: 9px; font-weight: 700; }
.yqsf-burst { position: fixed; z-index: 1000001; top: 50%; left: 50%; pointer-events: none; }
.yqsf-burst span { position: absolute; font-size: 23px; animation: yqsf-burst 1s cubic-bezier(.2,.8,.3,1) forwards; }
.yqsf-error-card, .yqsf-login-card, .yqsf-loading { display: flex; align-items: center; flex-direction: column; justify-content: center; min-height: 600px; padding: 35px; text-align: center; }
.yqsf-error-card > span, .yqsf-login-card > span { font-size: 50px; }
.yqsf-error-card h3, .yqsf-login-card h2 { margin: 8px 0 3px !important; color: var(--yqsf-deep) !important; font-family: "STKaiti","KaiTi",serif; font-size: 27px !important; }
.yqsf-error-card p, .yqsf-login-card p { color: var(--yqsf-muted); font-size: 10px !important; }
.yqsf-error-card button { padding: 8px 15px; border: 0; border-radius: 8px; color: #fff; background: var(--yqsf-primary); font-size: 10px; cursor: pointer; }
html.yqsf-modal-open { overflow: hidden; }
@keyframes yqsf-sway { 0%,100% { transform: rotate(-2deg); } 50% { transform: rotate(3deg); } }
@keyframes yqsf-ready { from { transform: translateY(0) scale(1); } to { transform: translateY(-3px) scale(1.05); } }
@keyframes yqsf-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@keyframes yqsf-spin { to { transform: rotate(360deg); } }
@keyframes yqsf-in { from { opacity: 0; transform: translateY(10px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes yqsf-burst { 0% { opacity: 0; transform: translateY(0) scale(.4); } 20% { opacity: 1; } 100% { opacity: 0; transform: rotate(calc(var(--i) * 40deg)) translateY(-115px) scale(1.12); } }
@media (max-width: 1050px) {
	.yqsf-content { grid-template-columns: minmax(0,1fr) 245px; }
	.yqsf-map-canvas { height: 650px; min-height: 650px; }
	.yqsf-map-plot { width: 17%; }
	.yqsf-friend-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
	.yqsf-shell { border-radius: 16px; }
	.yqsf-topbar { display: grid; grid-template-columns: minmax(0,1fr) auto; grid-template-areas: "brand actions" "user user"; gap: 9px 10px; padding: 12px 14px; }
	.yqsf-brand { grid-area: brand; min-width: 0; }
	.yqsf-brand b { white-space: nowrap; }
	.yqsf-top-actions { grid-area: actions; margin-left: 0; justify-self: end; }
	.yqsf-top-user { grid-area: user; padding: 8px 0 0; border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
	.yqsf-top-user img { width: 32px; height: 32px; }
	.yqsf-top-user .yqsf-top-points { display: none; }
	.yqsf-game-nav { overflow-x: auto; padding: 9px 10px; scrollbar-width: none; }
	.yqsf-game-nav::-webkit-scrollbar { display: none; }
	.yqsf-game-nav button { flex: 0 0 auto; padding: 7px 10px; }
	.yqsf-content { display: block; padding: 9px; }
	.yqsf-side-rail { margin-top: 9px; }
	.yqsf-map-head { align-items: flex-start; flex-direction: column; padding: 13px 13px 10px; }
	.yqsf-map-head h1 { font-size: 24px !important; }
	.yqsf-map-head-tools { width: 100%; }
	.yqsf-map-head-tools button { flex: 1; }
	.yqsf-map-canvas { height: 600px; min-height: 600px; background-position: center; }
	.yqsf-map-plot { width: 21%; min-width: 0; }
	.yqsf-soil { height: 64px; }
	.yqsf-map-crop { font-size: 31px; }
	.yqsf-map-label { font-size: 7px; }
	.yqsf-map-sign { left: 35%; }
	.yqsf-visit-head { align-items: flex-start; flex-wrap: wrap; padding: 12px; }
	.yqsf-visit-owner { order: 2; width: calc(100% - 90px); }
	.yqsf-visit-actions { order: 3; width: 100%; }
	.yqsf-visit-actions button { flex: 1; }
	.yqsf-wide-panel { min-height: 570px; padding: 15px; }
	.yqsf-panel-intro { align-items: flex-start; flex-direction: column; }
	.yqsf-panel-intro h1 { font-size: 26px !important; }
	.yqsf-friend-grid, .yqsf-store-grid, .yqsf-storage-grid { grid-template-columns: 1fr; }
}
@media (max-width: 430px) {
	.yqsf-brand b { font-size: 17px; }
	.yqsf-brand small { font-size: 7px; }
	.yqsf-top-user strong { max-width: 140px; }
	.yqsf-map-canvas { height: 560px; min-height: 560px; }
	.yqsf-map-plot { width: 21%; min-width: 0; }
	.yqsf-soil { height: 56px; }
	.yqsf-map-crop { font-size: 26px; }
	.yqsf-map-plot-info strong { font-size: 7px; }
	.yqsf-map-plot-actions button { font-size: 7px; }
	.yqsf-map-label { display: none; }
	.yqsf-daily-banner { align-items: flex-start; flex-wrap: wrap; }
	.yqsf-daily-banner button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
	.yqsf-app *, .yqsf-app *::before, .yqsf-app *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
