.tm-article{--tm-bg: transparent;--tm-surface: rgba(255, 255, 255, .06);--tm-surface-hover: rgba(255, 255, 255, .1);--tm-text: rgba(255, 255, 255, .92);--tm-text-secondary: rgba(255, 255, 255, .65);--tm-text-muted: rgba(255, 255, 255, .42);--tm-line: rgba(255, 255, 255, .1);--tm-line-light: rgba(255, 255, 255, .16);--tm-accent: #38bdf8;--tm-accent-glow: rgba(56, 189, 248, .25);--tm-accent-soft: rgba(56, 189, 248, .12);--tm-warning: #fbbf24;--tm-warning-soft: rgba(251, 191, 36, .12);background:var(--tm-bg);font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,-apple-system,sans-serif;max-width:800px;margin:0 auto;padding:1.5rem 1.1rem;color:var(--tm-text);line-height:1.75}.tm-art-header{text-align:center;margin-bottom:1.5rem}.tm-art-header h2{font-size:1.55rem;font-weight:800;letter-spacing:.04em;color:#fff;line-height:1.35;margin:0;text-shadow:0 2px 12px rgba(0,0,0,.35)}.tm-art-highlight{background:var(--tm-surface);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-radius:18px;padding:1.5rem 1.6rem;border:1px solid var(--tm-line-light);box-shadow:0 4px 24px #0003,inset 0 1px #ffffff0f;margin-bottom:1.25rem}.tm-art-highlight h3{font-size:1.08rem;font-weight:700;color:var(--tm-accent);margin:0 0 .65rem;text-shadow:0 0 10px var(--tm-accent-glow)}.tm-art-highlight p{margin:0;font-size:.91rem;color:var(--tm-text-secondary);line-height:1.78}.tm-art-highlight strong{color:#fff;font-weight:700}.tm-art-intro{font-size:.91rem;color:var(--tm-text-secondary);margin-bottom:1.25rem;line-height:1.76}.tm-art-section{background:var(--tm-surface);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:16px;padding:1.35rem 1.5rem;border:1px solid var(--tm-line);margin-bottom:1.15rem}.tm-art-section h3{font-size:1.04rem;font-weight:700;color:#fff;margin:0 0 .7rem;letter-spacing:.02em}.tm-art-section p{font-size:.89rem;color:var(--tm-text-secondary);margin:0 0 .5rem;line-height:1.76}.tm-art-section strong{color:#fff;font-weight:600}.tm-art-list,.tm-art-list-ul{margin:.4rem 0 0;padding-left:1.25rem;color:var(--tm-text-secondary);font-size:.88rem}.tm-art-list li,.tm-art-list-ul li{margin-bottom:.45rem;line-height:1.72;padding-left:.2rem}.tm-art-list li::marker,.tm-art-list-ul li::marker{color:var(--tm-accent);font-size:.78rem}.tm-art-list-ul strong{color:var(--tm-accent);font-weight:600}.tm-art-callout{background:var(--tm-surface);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:18px;padding:1.35rem 1.5rem;border:1px solid var(--tm-line-light);margin-bottom:1.15rem}.tm-art-callout h3{font-size:1.04rem;font-weight:700;color:var(--tm-accent);margin:0 0 .85rem;text-shadow:0 0 10px var(--tm-accent-glow)}.tm-art-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.tm-art-grid-item{background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:13px;padding:.9rem 1rem;border:1px solid var(--tm-line);transition:background .22s ease,border-color .22s ease}.tm-art-grid-item:hover{background:#38bdf812;border-color:#38bdf82e}.tm-art-grid-title{font-size:.84rem;font-weight:700;color:#fff;margin:0 0 .35rem}.tm-art-grid-desc{font-size:.77rem;color:var(--tm-text-muted);margin:0;line-height:1.62}.tm-art-warm{background:var(--tm-warning-soft);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-left:4px solid var(--tm-warning);border-radius:0 16px 16px 0;padding:1.35rem 1.5rem;margin-bottom:1.15rem}.tm-art-warm h3{font-size:1.02rem;font-weight:700;color:var(--tm-warning);margin:0 0 .65rem}.tm-art-warm ul{margin:0;padding-left:1.2rem;list-style-type:disc}.tm-art-warm li{font-size:.86rem;color:var(--tm-text-secondary);margin-bottom:.4px;line-height:1.68;padding-left:.2rem}.tm-art-warm li::marker{color:var(--tm-warning);font-size:.75rem}.tm-art-faq{margin-bottom:1.5rem}.tm-art-faq h3{font-size:1.12rem;font-weight:700;color:#fff;margin:0 0 .85rem;padding-bottom:.55rem;border-bottom:1px solid var(--tm-line);letter-spacing:.02em}.tm-art-faq-list{display:flex;flex-direction:column;gap:.6rem}.tm-art-details{background:var(--tm-surface);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:14px;border:1px solid var(--tm-line);overflow:hidden;transition:border-color .22s ease,box-shadow .22s ease}.tm-art-details:hover{border-color:var(--tm-line-light);box-shadow:0 2px 12px #00000026}.tm-art-details summary{padding:.85rem 1.2rem;font-size:.9rem;font-weight:700;color:var(--tm-text);cursor:pointer;list-style:none;transition:background .18s ease;outline:none}.tm-art-details summary::-webkit-details-marker{display:none}.tm-art-details summary:after{content:"▸";float:right;color:var(--tm-text-muted);font-size:.78rem;transition:transform .28s cubic-bezier(.4,0,.2,1)}.tm-art-details[open] summary:after{transform:rotate(90deg)}.tm-art-details summary:hover{background:#ffffff0a}.tm-art-details p{margin:0;padding:.75rem 1.2rem 1rem;font-size:.84rem;color:var(--tm-text-secondary);line-height:1.74;border-top:1px solid var(--tm-line)}.tm-art-footer{text-align:center;padding-top:1rem;border-top:1px solid var(--tm-line);margin-top:.5rem}.tm-art-footer p{font-size:.8rem;color:var(--tm-text-muted);margin:0;line-height:1.6}.tm-art-footer a{color:var(--tm-accent);text-decoration:none;transition:color .18s ease,text-shadow .18s ease}.tm-art-footer a:hover{color:#7dd3fc;text-shadow:0 0 8px var(--tm-accent-glow)}@media(max-width:520px){.tm-article{padding:1rem .75rem}.tm-art-header h2{font-size:1.22rem}.tm-art-highlight,.tm-art-section,.tm-art-callout,.tm-art-warm{padding:1.1rem 1.15rem;border-radius:14px}.tm-art-grid{grid-template-columns:1fr 1fr}.tm-art-faq h3{font-size:1.02rem}.tm-art-details summary{font-size:.85rem;padding:.75rem 1rem}.tm-art-details p{font-size:.81rem;padding:0 1rem .9rem}}:global(body:has(.tm-article)){background:linear-gradient(135deg,#0a0a1a,#1a1035,#2d1b4e,#4a1942 45%,#6b2149 55%,#a63d40 68%,#d66646 78%,#f5a642 90%,#fcd34d)!important;min-height:auto!important}:global(body:has(.tm-article) .main-content){background:transparent!important}:global(body:has(.tm-article) .article-container){background:transparent!important;padding-top:0!important;margin-top:0!important}:global(body:has(.tm-article) .article-clip-wrap){background:transparent!important}:global(body:has(.tm-article) .article-fade-mask){background:linear-gradient(to bottom,transparent,rgba(26,16,53,.95))!important}.theme-timer-article{background:linear-gradient(135deg,#0a0a1a,#1a1035,#2d1b4e,#4a1942 45%,#6b2149 55%,#a63d40 68%,#d66646 78%,#f5a642 90%,#fcd34d)!important}.theme-timer-article-bc{background:#0a0a1af7!important}
