.window[data-app-id="tips"] .window-content.tips-window-content { padding: 0; overflow: hidden; }
.window[data-app-id="tips"] .fw-card { overflow: hidden; }
.tips-page { width: 100%; height: 100%; min-height: 0; }
.tips-stage { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); width: 100%; height: 100%; min-height: 0; overflow: hidden; }
.tips-shot { display: flex; min-width: 0; align-items: center; justify-content: flex-end; padding: 54px 0 54px 58px; box-sizing: border-box; overflow: visible; transform: translateX(24px); }
.tips-shot img { display: block; width: min(720px, 118%); height: auto; max-width: none; object-position: right center; filter: drop-shadow(0 12px 18px rgba(0,0,0,.1)); animation: tips-shot-in 620ms cubic-bezier(.16,1,.3,1) both; }
.tips-message { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 58px 68px 110px 58px; box-sizing: border-box; animation: tips-message-in 520ms 90ms cubic-bezier(.16,1,.3,1) both; }
.tips-message h1 { max-width: 520px; margin: 0 0 26px; color: var(--text-primary); font-size: clamp(30px, 3.2vw, 46px); font-weight: 400; line-height: 1.12; letter-spacing: -.035em; }
.tips-message p { max-width: 500px; margin: 0; color: var(--text-secondary); font-size: clamp(17px, 1.7vw, 22px); line-height: 1.65; }
.tips-feature-message { padding-right: 54px; padding-left: 54px; }
.tips-feature-message h1 { margin-bottom: 22px; font-size: clamp(30px, 3.2vw, 46px); }
.tips-feature-message p { font-size: clamp(16px, 1.45vw, 20px); line-height: 1.62; }
.tips-feature-note { display: block; max-width: 500px; margin-top: 18px; color: var(--text-secondary); font-size: 12px; line-height: 1.55; opacity: .78; }
.tips-settings-button { align-self: flex-start; min-height: 38px; margin-top: 28px; padding: 7px 18px; border: 1px solid var(--border-color, rgba(0,0,0,.1)); border-radius: 7px; color: var(--text-primary); background: color-mix(in srgb, var(--card-bg, #fff) 78%, transparent); font: inherit; font-size: 14px; cursor: pointer; transition: background-color 140ms ease, border-color 140ms ease; }
.tips-settings-button:hover { border-color: color-mix(in srgb, var(--accent-color, #0078d4) 45%, var(--border-color, rgba(0,0,0,.1))); background: color-mix(in srgb, var(--accent-color, #0078d4) 12%, var(--card-bg, #fff)); }
.tips-settings-button:active { background: color-mix(in srgb, var(--accent-color, #0078d4) 18%, var(--card-bg, #fff)); }
.tips-arrows { position: absolute; right: 22px; bottom: 18px; display: flex; gap: 12px; }
.tips-arrows button { display: grid; width: 40px; height: 40px; padding: 0; place-items: center; border: 1px solid var(--border-color, rgba(0,0,0,.1)); border-radius: 7px; background: color-mix(in srgb, var(--card-bg, #fff) 72%, transparent); cursor: pointer; }
.tips-arrows button:hover:not(:disabled) { background: color-mix(in srgb, var(--text-primary) 9%, transparent); }
.tips-arrows button:disabled { opacity: .25; cursor: default; }
.tips-arrows img { width: 20px; height: 20px; }
.tips-soon { display: grid; width: 100%; height: 100%; place-content: center; justify-items: center; color: var(--text-primary); }
.tips-soon img { width: 56px; height: 56px; margin-bottom: 24px; }
.tips-soon h1 { margin: 0; font-size: 32px; font-weight: 400; }
@keyframes tips-shot-in { from { opacity: 0; transform: translateX(-28px) scale(.97); filter: blur(8px) drop-shadow(0 12px 18px rgba(0,0,0,.1)); } to { opacity: 1; transform: none; filter: blur(0) drop-shadow(0 12px 18px rgba(0,0,0,.1)); } }
@keyframes tips-message-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
body.animations-disabled .tips-page * { animation: none !important; transition: none !important; }
@media (max-width: 820px) {
    .tips-stage { grid-template-columns: 1fr; grid-template-rows: minmax(0, 54%) minmax(0, 46%); }
    .tips-shot { justify-content: center; padding: 28px 28px 0; overflow: hidden; transform: none; }
    .tips-shot img { width: 100%; height: auto; max-height: 100%; object-fit: contain; object-position: center bottom; }
    .tips-message { justify-content: flex-start; padding: 30px 34px 78px; }
    .tips-message h1 { margin-bottom: 14px; font-size: 28px; }
    .tips-message p { font-size: 16px; }
    .tips-feature-message { padding: 22px 34px 76px; }
    .tips-feature-message h1 { margin-bottom: 12px; font-size: 28px; }
    .tips-feature-message p { font-size: 15px; line-height: 1.52; }
    .tips-feature-note { margin-top: 10px; font-size: 11px; }
}
